From 774d08b3f17cf83df916b608363a7279a3ea7108 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:39 +0000 Subject: Utilisateur : Fcolin Date : 9/02/06 Heure : 17:12 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 17) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs') 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(); } -- cgit v1.1