summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:23 +0000
committerfcolin2007-02-01 09:59:23 +0000
commit409ab287f475eb187b083f9b2d47890a0aa03587 (patch)
treec1dbc9a043b6ab550658330326b6fce5770a5399 /CSharp/Ivy
parent11488ec39be2f7019eda9d304a22d9b8a6d2a9b5 (diff)
downloadivy-csharp-409ab287f475eb187b083f9b2d47890a0aa03587.zip
ivy-csharp-409ab287f475eb187b083f9b2d47890a0aa03587.tar.gz
ivy-csharp-409ab287f475eb187b083f9b2d47890a0aa03587.tar.bz2
ivy-csharp-409ab287f475eb187b083f9b2d47890a0aa03587.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 13:38 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 9)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs4
1 files changed, 0 insertions, 4 deletions
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
/// </summary>
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;
}