summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-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;
}