From 409ab287f475eb187b083f9b2d47890a0aa03587 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:23 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 13:38 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 9) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CSharp/Ivy/IvyPPC') diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 541cc94..c5ea01e 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -28,8 +28,6 @@ namespace IvyBus /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.ivybus = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); @@ -45,7 +43,6 @@ namespace IvyBus this.ivybus.Size = new System.Drawing.Size(253, 21); this.ivybus.TabIndex = 0; this.ivybus.Text = global::IvyBus.Properties.Settings.Default.IvyBus; - this.toolTip1.SetToolTip(this.ivybus, "Ivy Bus Domain"); this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating); this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated); // @@ -75,7 +72,6 @@ namespace IvyBus #endregion - private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ComboBox ivybus; private System.Windows.Forms.Label label1; } -- cgit v1.1