summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs32
1 files changed, 24 insertions, 8 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index 4e8a38d..80b05c3 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -37,11 +37,12 @@ namespace IvyProbe
this.btSend = new System.Windows.Forms.Button();
this.btUnbind = new System.Windows.Forms.Button();
this.btBindSimple = new System.Windows.Forms.Button();
+ this.bus = new IvyBus.IvyDomain();
this.SuspendLayout();
//
// label1
//
- this.label1.Location = new System.Drawing.Point(8, 8);
+ this.label1.Location = new System.Drawing.Point(2, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 16);
this.label1.TabIndex = 0;
@@ -59,7 +60,7 @@ namespace IvyProbe
//
this.tbRegexp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.tbRegexp.Location = new System.Drawing.Point(32, 4);
+ this.tbRegexp.Location = new System.Drawing.Point(26, 44);
this.tbRegexp.Name = "tbRegexp";
this.tbRegexp.Size = new System.Drawing.Size(228, 20);
this.tbRegexp.TabIndex = 2;
@@ -82,16 +83,16 @@ namespace IvyProbe
this.ta.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.ta.Location = new System.Drawing.Point(0, 32);
+ this.ta.Location = new System.Drawing.Point(0, 70);
this.ta.Multiline = true;
this.ta.Name = "ta";
- this.ta.Size = new System.Drawing.Size(478, 200);
+ this.ta.Size = new System.Drawing.Size(478, 164);
this.ta.TabIndex = 4;
//
// btBind
//
this.btBind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btBind.Location = new System.Drawing.Point(266, 4);
+ this.btBind.Location = new System.Drawing.Point(260, 44);
this.btBind.Name = "btBind";
this.btBind.Size = new System.Drawing.Size(73, 20);
this.btBind.TabIndex = 5;
@@ -111,7 +112,7 @@ namespace IvyProbe
// btUnbind
//
this.btUnbind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btUnbind.Location = new System.Drawing.Point(430, 4);
+ this.btUnbind.Location = new System.Drawing.Point(424, 44);
this.btUnbind.Name = "btUnbind";
this.btUnbind.Size = new System.Drawing.Size(48, 20);
this.btUnbind.TabIndex = 7;
@@ -121,18 +122,32 @@ namespace IvyProbe
// btBindSimple
//
this.btBindSimple.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btBindSimple.Location = new System.Drawing.Point(345, 4);
+ this.btBindSimple.Location = new System.Drawing.Point(339, 44);
this.btBindSimple.Name = "btBindSimple";
this.btBindSimple.Size = new System.Drawing.Size(77, 20);
this.btBindSimple.TabIndex = 8;
this.btBindSimple.Text = "bind simple";
this.btBindSimple.Click += new System.EventHandler(this.ExpressionCB);
//
+ // bus
+ //
+ this.bus.AppName = "IvyProbe_C#";
+ this.bus.AutoScroll = true;
+ this.bus.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.bus.Domain = "";
+ this.bus.Location = new System.Drawing.Point(12, 5);
+ this.bus.MaximumSize = new System.Drawing.Size(0, 40);
+ this.bus.MinimumSize = new System.Drawing.Size(0, 40);
+ this.bus.Name = "bus";
+ this.bus.Ready = "IvyProbe_C# Ready";
+ this.bus.Size = new System.Drawing.Size(405, 40);
+ this.bus.TabIndex = 9;
+ //
// 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.bus);
this.Controls.Add(this.btBindSimple);
this.Controls.Add(this.btUnbind);
this.Controls.Add(this.btSend);
@@ -160,6 +175,7 @@ namespace IvyProbe
private System.Windows.Forms.TextBox ta;
private System.Windows.Forms.Button btBindSimple;
private System.Windows.Forms.Button btUnbind;
+ private IvyBus.IvyDomain bus;
}
}