diff options
author | fcolin | 2007-02-01 09:47:55 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:47:55 +0000 |
commit | 50030fe5bb2c8e289690dc63f9a64be74c258534 (patch) | |
tree | 804896aa45a2d8fc71a5a0491c60d8c94fe09169 /CSharp | |
parent | c95de167716864be2a4508d62b80202adb850bf7 (diff) | |
download | ivy-csharp-50030fe5bb2c8e289690dc63f9a64be74c258534.zip ivy-csharp-50030fe5bb2c8e289690dc63f9a64be74c258534.tar.gz ivy-csharp-50030fe5bb2c8e289690dc63f9a64be74c258534.tar.bz2 ivy-csharp-50030fe5bb2c8e289690dc63f9a64be74c258534.tar.xz |
Utilisateur : Fcolin Date : 25/01/06 Heure : 18:45 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 8)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyDomain.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs index 3e7517f..541cc94 100644 --- a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs +++ b/CSharp/Ivy/Ivy/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();
|