summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:47:57 +0000
committerfcolin2007-02-01 09:47:57 +0000
commit78b87ec3308fd929cce317e8fb02fc7f545ad187 (patch)
tree5b4867e0af1993d9c8b0bea5210bde72573c2e3a /CSharp/Ivy
parent50030fe5bb2c8e289690dc63f9a64be74c258534 (diff)
downloadivy-csharp-78b87ec3308fd929cce317e8fb02fc7f545ad187.zip
ivy-csharp-78b87ec3308fd929cce317e8fb02fc7f545ad187.tar.gz
ivy-csharp-78b87ec3308fd929cce317e8fb02fc7f545ad187.tar.bz2
ivy-csharp-78b87ec3308fd929cce317e8fb02fc7f545ad187.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/Ivy/IvyDomain.Designer.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs b/CSharp/Ivy/Ivy/IvyDomain.Designer.cs
index 541cc94..c5ea01e 100644
--- a/CSharp/Ivy/Ivy/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/Ivy/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;
}