diff options
author | fcolin | 2007-02-01 09:59:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:59:39 +0000 |
commit | 774d08b3f17cf83df916b608363a7279a3ea7108 (patch) | |
tree | f824652ffe6754943c815297dbcfcdf4789b0c8d /CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | |
parent | 3fa678e2076f44fabc3b48b86533afe304c19b9a (diff) | |
download | ivy-csharp-774d08b3f17cf83df916b608363a7279a3ea7108.zip ivy-csharp-774d08b3f17cf83df916b608363a7279a3ea7108.tar.gz ivy-csharp-774d08b3f17cf83df916b608363a7279a3ea7108.tar.bz2 ivy-csharp-774d08b3f17cf83df916b608363a7279a3ea7108.tar.xz |
Utilisateur : Fcolin Date : 9/02/06 Heure : 17:12 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 17)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 55e6d55..e8ba5d8 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -39,6 +39,7 @@ namespace IvyBus this.label1.Location = new System.Drawing.Point(0, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 13);
+ this.label1.TabIndex = 0;
this.label1.Text = "Ivy:";
//
// ivybus
@@ -48,7 +49,7 @@ namespace IvyBus | System.Windows.Forms.AnchorStyles.Right)));
this.ivybus.Location = new System.Drawing.Point(30, 0);
this.ivybus.Name = "ivybus";
- this.ivybus.Size = new System.Drawing.Size(129, 21);
+ this.ivybus.Size = new System.Drawing.Size(129, 20);
this.ivybus.TabIndex = 2;
this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated);
this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating);
@@ -61,6 +62,7 @@ namespace IvyBus this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
this.ResumeLayout(false);
+ this.PerformLayout();
}
|