summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:48:11 +0000
committerfcolin2007-02-01 09:48:11 +0000
commit3c06ad70939e68d75b976449dbe7d113f0cbbe9f (patch)
treeb56d1a09c52a887e6c36303f3fcf9e9ad2ac3309 /CSharp/Ivy
parentce9f7e17b6d18850842312d363caf01d3135e64c (diff)
downloadivy-csharp-3c06ad70939e68d75b976449dbe7d113f0cbbe9f.zip
ivy-csharp-3c06ad70939e68d75b976449dbe7d113f0cbbe9f.tar.gz
ivy-csharp-3c06ad70939e68d75b976449dbe7d113f0cbbe9f.tar.bz2
ivy-csharp-3c06ad70939e68d75b976449dbe7d113f0cbbe9f.tar.xz
Utilisateur : Fcolin Date : 7/02/06 Heure : 16:54 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 16)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/Ivy/IvyDomain.Designer.cs14
1 files changed, 3 insertions, 11 deletions
diff --git a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs
index 59362cb..55e6d55 100644
--- a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs
@@ -36,13 +36,9 @@ namespace IvyBus
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
- #if (!PocketPC)
- this.label1.AutoSize = true;
-#endif
this.label1.Location = new System.Drawing.Point(0, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 13);
- this.label1.TabIndex = 3;
this.label1.Text = "Ivy:";
//
// ivybus
@@ -52,8 +48,10 @@ namespace IvyBus
| 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(129, 20);
+ this.ivybus.Size = new System.Drawing.Size(129, 21);
this.ivybus.TabIndex = 2;
+ this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated);
+ this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating);
//
// IvyDomain
//
@@ -62,13 +60,7 @@ namespace IvyBus
this.Controls.Add(this.ivybus);
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
-#if (!PocketPC)
- this.Load += new System.EventHandler(this.IvyDomain_Load);
-#endif
this.ResumeLayout(false);
-#if (!PocketPC)
- this.PerformLayout();
-#endif
}