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.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index 90ef79f..3e7517f 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -32,7 +32,6 @@ namespace IvyBus
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ivybus = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
- this.ivy = new IvyBus.Ivy();
this.SuspendLayout();
//
// ivybus
@@ -59,15 +58,6 @@ namespace IvyBus
this.label1.TabIndex = 1;
this.label1.Text = "IvyBus:";
//
- // ivy
- //
- this.ivy.AppName = null;
- this.ivy.AppPriority = ((ushort)(100));
- this.ivy.Culture = new System.Globalization.CultureInfo("en-US");
- this.ivy.Debug = true;
- this.ivy.SentMessageClasses = null;
- this.ivy.SyncControl = this;
- //
// IvyDomain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -88,6 +78,5 @@ namespace IvyBus
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ComboBox ivybus;
private System.Windows.Forms.Label label1;
- public Ivy ivy;
}
}