From 9cc23bb165140a190e15e140d95ba719931254c6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:31 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 18:39 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 13) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'CSharp/Ivy/IvyPPC') diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 72cde65..04638d8 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -36,27 +36,32 @@ namespace IvyBus // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); + this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(0, 5); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(29, 13); + this.label1.Size = new System.Drawing.Size(24, 13); + this.label1.TabIndex = 3; this.label1.Text = "Ivy:"; // // ivybus // - this.ivybus.Dock = System.Windows.Forms.DockStyle.Right; - this.ivybus.Location = new System.Drawing.Point(26, 0); + this.ivybus.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.ivybus.Location = new System.Drawing.Point(30, 0); this.ivybus.Name = "ivybus"; - this.ivybus.Size = new System.Drawing.Size(133, 21); + this.ivybus.Size = new System.Drawing.Size(129, 20); this.ivybus.TabIndex = 2; // // IvyDomain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; - this.Controls.Add(this.ivybus); this.Controls.Add(this.label1); + this.Controls.Add(this.ivybus); this.Name = "IvyDomain"; this.Size = new System.Drawing.Size(159, 22); this.ResumeLayout(false); + this.PerformLayout(); } -- cgit v1.1