From 699bbf402e9d6333d4dcb0c75e6d32e4386fd6dc Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期日, 28 六月 2020 18:59:26 +0800
Subject: [PATCH] 主体流程完成

---
 src/Bro.UI.Config/Ctrls/CtrlMethodInvoke.Designer.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Bro.UI.Config/Ctrls/CtrlMethodInvoke.Designer.cs b/src/Bro.UI.Config/Ctrls/CtrlMethodInvoke.Designer.cs
index b0fea8d..8c66838 100644
--- a/src/Bro.UI.Config/Ctrls/CtrlMethodInvoke.Designer.cs
+++ b/src/Bro.UI.Config/Ctrls/CtrlMethodInvoke.Designer.cs
@@ -82,9 +82,9 @@
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
             this.tableLayoutPanel1.SetColumnSpan(this.propOpConfig, 4);
-            this.propOpConfig.Location = new System.Drawing.Point(23, 65);
+            this.propOpConfig.Location = new System.Drawing.Point(23, 64);
             this.propOpConfig.Name = "propOpConfig";
-            this.propOpConfig.Size = new System.Drawing.Size(553, 359);
+            this.propOpConfig.Size = new System.Drawing.Size(553, 360);
             this.propOpConfig.TabIndex = 15;
             this.propOpConfig.ToolbarVisible = false;
             // 
@@ -111,7 +111,8 @@
             // btnInvoke
             // 
             this.btnInvoke.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.btnInvoke.Location = new System.Drawing.Point(501, 36);
+            this.btnInvoke.Location = new System.Drawing.Point(501, 35);
+            this.btnInvoke.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
             this.btnInvoke.Name = "btnInvoke";
             this.btnInvoke.Size = new System.Drawing.Size(75, 23);
             this.btnInvoke.TabIndex = 19;
@@ -129,13 +130,13 @@
             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
             this.tableLayoutPanel1.Controls.Add(this.propOpConfig, 1, 3);
-            this.tableLayoutPanel1.Controls.Add(this.btnInvoke, 4, 2);
             this.tableLayoutPanel1.Controls.Add(this.cboTestMethod, 3, 2);
             this.tableLayoutPanel1.Controls.Add(this.cboTestExecuteDevice, 2, 2);
             this.tableLayoutPanel1.Controls.Add(this.cboTestSourceDevices, 1, 2);
             this.tableLayoutPanel1.Controls.Add(this.label8, 2, 1);
             this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
             this.tableLayoutPanel1.Controls.Add(this.label2, 3, 1);
+            this.tableLayoutPanel1.Controls.Add(this.btnInvoke, 4, 2);
             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(20);

--
Gitblit v1.8.0