summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
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();
}