summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:33 +0000
committerfcolin2007-02-01 10:05:33 +0000
commit6ef72088daf5023d0166fd5756fe98a13199733d (patch)
tree0e553df1775741f4c5d7ea399d262092122f019a /CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
parent97bf759d57c7efbe28a3ec9c00ac6e5b771f3c2b (diff)
downloadivy-csharp-6ef72088daf5023d0166fd5756fe98a13199733d.zip
ivy-csharp-6ef72088daf5023d0166fd5756fe98a13199733d.tar.gz
ivy-csharp-6ef72088daf5023d0166fd5756fe98a13199733d.tar.bz2
ivy-csharp-6ef72088daf5023d0166fd5756fe98a13199733d.tar.xz
Utilisateur : Fcolin Date : 26/01/06 Heure : 10:15 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 7)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs17
1 files changed, 9 insertions, 8 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index 85b1feb..7fd387d 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -43,7 +43,7 @@ namespace IvyProbe
//
// label1
//
- this.label1.Location = new System.Drawing.Point(2, 48);
+ this.label1.Location = new System.Drawing.Point(4, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 16);
this.label1.TabIndex = 0;
@@ -61,7 +61,7 @@ namespace IvyProbe
//
this.tbRegexp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.tbRegexp.Location = new System.Drawing.Point(26, 44);
+ this.tbRegexp.Location = new System.Drawing.Point(28, 27);
this.tbRegexp.Name = "tbRegexp";
this.tbRegexp.Size = new System.Drawing.Size(228, 20);
this.tbRegexp.TabIndex = 2;
@@ -84,16 +84,16 @@ namespace IvyProbe
this.ta.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.ta.Location = new System.Drawing.Point(0, 70);
+ this.ta.Location = new System.Drawing.Point(0, 50);
this.ta.Multiline = true;
this.ta.Name = "ta";
- this.ta.Size = new System.Drawing.Size(478, 164);
+ this.ta.Size = new System.Drawing.Size(478, 184);
this.ta.TabIndex = 4;
//
// btBind
//
this.btBind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btBind.Location = new System.Drawing.Point(260, 44);
+ this.btBind.Location = new System.Drawing.Point(262, 27);
this.btBind.Name = "btBind";
this.btBind.Size = new System.Drawing.Size(73, 20);
this.btBind.TabIndex = 5;
@@ -113,7 +113,7 @@ namespace IvyProbe
// btUnbind
//
this.btUnbind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btUnbind.Location = new System.Drawing.Point(424, 44);
+ this.btUnbind.Location = new System.Drawing.Point(426, 27);
this.btUnbind.Name = "btUnbind";
this.btUnbind.Size = new System.Drawing.Size(48, 20);
this.btUnbind.TabIndex = 7;
@@ -123,7 +123,7 @@ namespace IvyProbe
// btBindSimple
//
this.btBindSimple.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btBindSimple.Location = new System.Drawing.Point(339, 44);
+ this.btBindSimple.Location = new System.Drawing.Point(341, 27);
this.btBindSimple.Name = "btBindSimple";
this.btBindSimple.Size = new System.Drawing.Size(77, 20);
this.btBindSimple.TabIndex = 8;
@@ -136,7 +136,7 @@ namespace IvyProbe
this.busDomain.Location = new System.Drawing.Point(0, 0);
this.busDomain.Margin = new System.Windows.Forms.Padding(0);
this.busDomain.Name = "busDomain";
- this.busDomain.Size = new System.Drawing.Size(321, 33);
+ this.busDomain.Size = new System.Drawing.Size(307, 24);
this.busDomain.TabIndex = 0;
this.busDomain.DomainChanged += new System.EventHandler(this.busDomain_DomainChanged);
//
@@ -172,6 +172,7 @@ namespace IvyProbe
this.Controls.Add(this.label1);
this.Name = "IvyProbe";
this.Text = "IvyProbe";
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.IvyProbe_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();