summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:49 +0000
committerfcolin2007-02-01 10:05:49 +0000
commit21223ef416234b8ec3fd7b1689b41d16f6e55c7f (patch)
tree1ac38fee1b6a403f9989a81c69f4f54fe345337b /CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
parent626eda6ad784ea2ef1c0e86f757933d486b07001 (diff)
downloadivy-csharp-21223ef416234b8ec3fd7b1689b41d16f6e55c7f.zip
ivy-csharp-21223ef416234b8ec3fd7b1689b41d16f6e55c7f.tar.gz
ivy-csharp-21223ef416234b8ec3fd7b1689b41d16f6e55c7f.tar.bz2
ivy-csharp-21223ef416234b8ec3fd7b1689b41d16f6e55c7f.tar.xz
Utilisateur : Fcolin Date : 30/06/06 Heure : 17:20 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 15)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs8
1 files changed, 4 insertions, 4 deletions
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<IvyBus.IvyEventArgs>(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<IvyBus.IvyMessageEventArgs>(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);