From 21223ef416234b8ec3fd7b1689b41d16f6e55c7f Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:05:49 +0000 Subject: Utilisateur : Fcolin Date : 30/06/06 Heure : 17:20 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 15) --- CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs index 267dcb3..be00720 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs @@ -39,7 +39,7 @@ namespace IvyProbe this.btUnbind = new System.Windows.Forms.Button(); this.btBindSimple = new System.Windows.Forms.Button(); this.busDomain = new IvyBus.IvyDomain(); - this.bus = new IvyBus.Ivy(); + this.bus = new IvyBus.Ivy(this.components); this.ivyApplicationBinding1 = new IvyBus.IvyApplicationBinding(this.components); ((System.ComponentModel.ISupportInitialize)(this.bus)).BeginInit(); this.SuspendLayout(); @@ -90,6 +90,7 @@ namespace IvyProbe this.ta.Location = new System.Drawing.Point(0, 50); this.ta.Multiline = true; this.ta.Name = "ta"; + this.ta.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ta.Size = new System.Drawing.Size(478, 184); this.ta.TabIndex = 4; // @@ -148,7 +149,6 @@ namespace IvyProbe this.bus.AppName = "IvyProbeC#"; this.bus.AppPriority = ((ushort)(100)); this.bus.Bindings.Add(this.ivyApplicationBinding1); - this.bus.ContainerControl = this; this.bus.Culture = new System.Globalization.CultureInfo("en-US"); this.bus.ReadyMessage = "IvyProbeC# ready"; this.bus.BindingFilter += new System.EventHandler(this.bus_BindingFilter); @@ -162,14 +162,14 @@ namespace IvyProbe // // ivyApplicationBinding1 // - this.ivyApplicationBinding1.Arguments.AddRange(new string[] { - "Name"}); + this.ivyApplicationBinding1.Arguments.Add("Name"); this.ivyApplicationBinding1.Binding = IvyBus.BindingType.Regexp; this.ivyApplicationBinding1.Expression = "^{0}(.*)"; this.ivyApplicationBinding1.Callback += new System.EventHandler(this.ivyprobe); // // IvyProbe // + this.AcceptButton = this.btSend; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(478, 266); this.Controls.Add(this.busDomain); -- cgit v1.1