From e97d00492f432c179fdee80dc3bcc0c7b0988a5c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:17 +0000 Subject: Utilisateur : Fcolin Date : 20/01/06 Heure : 19:01 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 6) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CSharp/Ivy') 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; } } -- cgit v1.1