From 5e310bef48ed719d15d88aafb9b92e674cb42b96 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 18 Oct 2010 15:42:04 +0000 Subject: utilisation de socket IPV6 si le domain contient un multicast IPV6 genre FF02::1 --- IvyControl/IvyDomain.Designer.cs | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'IvyControl/IvyDomain.Designer.cs') diff --git a/IvyControl/IvyDomain.Designer.cs b/IvyControl/IvyDomain.Designer.cs index 3f89b6a..d66db15 100644 --- a/IvyControl/IvyDomain.Designer.cs +++ b/IvyControl/IvyDomain.Designer.cs @@ -28,8 +28,11 @@ namespace IvyBus /// private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.ivybus = new System.Windows.Forms.TextBox(); + this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); + ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // label1 @@ -39,6 +42,7 @@ namespace IvyBus 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 = 0; this.label1.Text = "Ivy:"; // // ivybus @@ -50,8 +54,13 @@ namespace IvyBus this.ivybus.Name = "ivybus"; this.ivybus.Size = new System.Drawing.Size(129, 20); this.ivybus.TabIndex = 2; - this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated); this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating); + this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated); + // + // errorProvider1 + // + this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink; + this.errorProvider1.ContainerControl = this; // // IvyDomain // @@ -60,10 +69,9 @@ namespace IvyBus this.Controls.Add(this.ivybus); this.Name = "IvyDomain"; this.Size = new System.Drawing.Size(159, 22); + ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); -#if (!PocketPC) - this.PerformLayout(); -#endif + this.PerformLayout(); } @@ -71,5 +79,6 @@ namespace IvyBus private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox ivybus; + private System.Windows.Forms.ErrorProvider errorProvider1; } } -- cgit v1.1