summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IvyProbe/IvyProbe.Designer.cs')
-rw-r--r--IvyProbe/IvyProbe.Designer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/IvyProbe/IvyProbe.Designer.cs b/IvyProbe/IvyProbe.Designer.cs
index e0109e3..af5222a 100644
--- a/IvyProbe/IvyProbe.Designer.cs
+++ b/IvyProbe/IvyProbe.Designer.cs
@@ -161,8 +161,8 @@ namespace IvyProbe
// ivyApplicationBinding1
//
this.ivyApplicationBinding1.Arguments.Add("Name");
- this.ivyApplicationBinding1.Binding = IvyBus.BindingType.Regexp;
- this.ivyApplicationBinding1.Expression = "^{0}(.*)";
+ this.ivyApplicationBinding1.Binding = IvyBus.BindingType.RegularExpression;
+ this.ivyApplicationBinding1.Expression = "^%0%(.*)";
this.ivyApplicationBinding1.Callback += new System.EventHandler<IvyBus.IvyMessageEventArgs>(this.ivyprobe);
//
// IvyProbe
@@ -179,7 +179,7 @@ namespace IvyProbe
this.Controls.Add(this.tbRegexp);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
- this.DoubleBuffered = true;
+ //this.DoubleBuffered = true;
this.Name = "IvyProbe";
this.Text = "IvyProbe";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.IvyProbe_FormClosed);