diff options
author | fcolin | 2007-02-01 09:59:21 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:59:21 +0000 |
commit | 11488ec39be2f7019eda9d304a22d9b8a6d2a9b5 (patch) | |
tree | 5db9f7d4085d00e6500956a393164df04d9b5d2e /CSharp/Ivy | |
parent | 0241039c7fdf4c398bb21fdd1f49ae102b600c77 (diff) | |
download | ivy-csharp-11488ec39be2f7019eda9d304a22d9b8a6d2a9b5.zip ivy-csharp-11488ec39be2f7019eda9d304a22d9b8a6d2a9b5.tar.gz ivy-csharp-11488ec39be2f7019eda9d304a22d9b8a6d2a9b5.tar.bz2 ivy-csharp-11488ec39be2f7019eda9d304a22d9b8a6d2a9b5.tar.xz |
Utilisateur : Fcolin Date : 25/01/06 Heure : 18:45 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 8)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 3e7517f..541cc94 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -40,7 +40,7 @@ namespace IvyBus this.ivybus.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
this.ivybus.FormatString = "999.999.999.999:2011";
this.ivybus.FormattingEnabled = true;
- this.ivybus.Location = new System.Drawing.Point(51, 5);
+ this.ivybus.Location = new System.Drawing.Point(51, 0);
this.ivybus.Name = "ivybus";
this.ivybus.Size = new System.Drawing.Size(253, 21);
this.ivybus.TabIndex = 0;
@@ -66,7 +66,7 @@ namespace IvyBus this.Controls.Add(this.ivybus);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "IvyDomain";
- this.Size = new System.Drawing.Size(321, 33);
+ this.Size = new System.Drawing.Size(307, 22);
this.Load += new System.EventHandler(this.IvyDomain_Load);
this.ResumeLayout(false);
this.PerformLayout();
|