summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:17 +0000
committerfcolin2007-02-01 09:59:17 +0000
commite97d00492f432c179fdee80dc3bcc0c7b0988a5c (patch)
treee3bf4f689dbcab7c0123d1aae6d39e8f7dffc5dd /CSharp/Ivy
parent44ab4169fa8da3c727a2b6d137eb8e7e1d9b51ca (diff)
downloadivy-csharp-e97d00492f432c179fdee80dc3bcc0c7b0988a5c.zip
ivy-csharp-e97d00492f432c179fdee80dc3bcc0c7b0988a5c.tar.gz
ivy-csharp-e97d00492f432c179fdee80dc3bcc0c7b0988a5c.tar.bz2
ivy-csharp-e97d00492f432c179fdee80dc3bcc0c7b0988a5c.tar.xz
Utilisateur : Fcolin Date : 20/01/06 Heure : 19:01 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 6)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index 79f5688..90ef79f 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -32,6 +32,7 @@ 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
@@ -45,6 +46,7 @@ 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);
//
@@ -57,6 +59,15 @@ 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);
@@ -77,5 +88,6 @@ namespace IvyBus
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ComboBox ivybus;
private System.Windows.Forms.Label label1;
+ public Ivy ivy;
}
}