summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:31 +0000
committerfcolin2007-02-01 09:59:31 +0000
commit9cc23bb165140a190e15e140d95ba719931254c6 (patch)
tree12ceb6edc9828aaaf988a43a3102571c7bcf79cf /CSharp/Ivy/IvyPPC
parente289f976c4123d4bc761cfb4c42aaf01b917afc9 (diff)
downloadivy-csharp-9cc23bb165140a190e15e140d95ba719931254c6.zip
ivy-csharp-9cc23bb165140a190e15e140d95ba719931254c6.tar.gz
ivy-csharp-9cc23bb165140a190e15e140d95ba719931254c6.tar.bz2
ivy-csharp-9cc23bb165140a190e15e140d95ba719931254c6.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 18:39 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 13)
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs15
1 files changed, 10 insertions, 5 deletions
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();
}