From 7c63794aa85ab939308d10a9ad5c1a57c46bbf6f Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 14 12月 2024 14:01:46 +0800
Subject: [PATCH] 222

---
 CC/iWareCC_ASRS/FormCC.Designer.cs |   73 ++++++++++++++++++++++--------------
 1 files changed, 44 insertions(+), 29 deletions(-)

diff --git a/CC/iWareCC_ASRS/FormCC.Designer.cs b/CC/iWareCC_ASRS/FormCC.Designer.cs
index c9d34e3..f61236f 100644
--- a/CC/iWareCC_ASRS/FormCC.Designer.cs
+++ b/CC/iWareCC_ASRS/FormCC.Designer.cs
@@ -86,6 +86,9 @@
             this.ckBDataProcess_RobotBuffer_ForceOutbound = new System.Windows.Forms.CheckBox();
             this.ckBDataProcess_BZ12_FinishTask = new System.Windows.Forms.CheckBox();
             this.tabPage3 = new System.Windows.Forms.TabPage();
+            this.btn1 = new System.Windows.Forms.Button();
+            this.tb_taskNo = new System.Windows.Forms.TextBox();
+            this.label1 = new System.Windows.Forms.Label();
             this.button1 = new System.Windows.Forms.Button();
             this.button25 = new System.Windows.Forms.Button();
             this.button24 = new System.Windows.Forms.Button();
@@ -120,9 +123,7 @@
             this.lbl_Warning_FJ = new System.Windows.Forms.Label();
             this.lbl_XinTiao_FJ = new System.Windows.Forms.Label();
             this.lbl_Mode_FJ = new System.Windows.Forms.Label();
-            this.tb_taskNo = new System.Windows.Forms.TextBox();
-            this.label1 = new System.Windows.Forms.Label();
-            this.btn1 = new System.Windows.Forms.Button();
+            this.button2 = new System.Windows.Forms.Button();
             this.tabControl1.SuspendLayout();
             this.tPModeChoice.SuspendLayout();
             this.panel_Model.SuspendLayout();
@@ -855,6 +856,7 @@
             // 
             // tabPage3
             // 
+            this.tabPage3.Controls.Add(this.button2);
             this.tabPage3.Controls.Add(this.btn1);
             this.tabPage3.Controls.Add(this.tb_taskNo);
             this.tabPage3.Controls.Add(this.label1);
@@ -883,6 +885,34 @@
             this.tabPage3.TabIndex = 9;
             this.tabPage3.Text = "数据维护&统计";
             this.tabPage3.UseVisualStyleBackColor = true;
+            // 
+            // btn1
+            // 
+            this.btn1.BackColor = System.Drawing.Color.Red;
+            this.btn1.Location = new System.Drawing.Point(856, 688);
+            this.btn1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.btn1.Name = "btn1";
+            this.btn1.Size = new System.Drawing.Size(155, 48);
+            this.btn1.TabIndex = 160;
+            this.btn1.Text = "入库任务强制完成";
+            this.btn1.UseVisualStyleBackColor = false;
+            this.btn1.Click += new System.EventHandler(this.btn1_Click);
+            // 
+            // tb_taskNo
+            // 
+            this.tb_taskNo.Location = new System.Drawing.Point(902, 642);
+            this.tb_taskNo.Name = "tb_taskNo";
+            this.tb_taskNo.Size = new System.Drawing.Size(339, 25);
+            this.tb_taskNo.TabIndex = 159;
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(836, 652);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(60, 15);
+            this.label1.TabIndex = 158;
+            this.label1.Text = "任务号:";
             // 
             // button1
             // 
@@ -1275,33 +1305,17 @@
             this.lbl_Mode_FJ.Text = "设备模式: ";
             this.lbl_Mode_FJ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
             // 
-            // tb_taskNo
+            // button2
             // 
-            this.tb_taskNo.Location = new System.Drawing.Point(902, 642);
-            this.tb_taskNo.Name = "tb_taskNo";
-            this.tb_taskNo.Size = new System.Drawing.Size(339, 25);
-            this.tb_taskNo.TabIndex = 159;
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(836, 652);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(60, 15);
-            this.label1.TabIndex = 158;
-            this.label1.Text = "任务号:";
-            // 
-            // btn1
-            // 
-            this.btn1.BackColor = System.Drawing.Color.Red;
-            this.btn1.Location = new System.Drawing.Point(856, 688);
-            this.btn1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btn1.Name = "btn1";
-            this.btn1.Size = new System.Drawing.Size(155, 48);
-            this.btn1.TabIndex = 160;
-            this.btn1.Text = "入库任务强制完成";
-            this.btn1.UseVisualStyleBackColor = false;
-            this.btn1.Click += new System.EventHandler(this.btn1_Click);
+            this.button2.BackColor = System.Drawing.Color.Aqua;
+            this.button2.Location = new System.Drawing.Point(1022, 349);
+            this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(155, 48);
+            this.button2.TabIndex = 161;
+            this.button2.Text = "更新库存表中的次序字段";
+            this.button2.UseVisualStyleBackColor = false;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
             // 
             // FormCC
             // 
@@ -1437,6 +1451,7 @@
         private System.Windows.Forms.TextBox tb_taskNo;
         private System.Windows.Forms.Label label1;
         private System.Windows.Forms.Button btn1;
+        private System.Windows.Forms.Button button2;
     }
 }
 

--
Gitblit v1.9.3