From e8734db76fbbb3149ba663beff3b4f7451012b03 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 03 12月 2024 13:28:34 +0800
Subject: [PATCH] 11

---
 CC/iWareCC_ASRS/FormCC.Designer.cs |  323 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 193 insertions(+), 130 deletions(-)

diff --git a/CC/iWareCC_ASRS/FormCC.Designer.cs b/CC/iWareCC_ASRS/FormCC.Designer.cs
index f85f44f..4801f01 100644
--- a/CC/iWareCC_ASRS/FormCC.Designer.cs
+++ b/CC/iWareCC_ASRS/FormCC.Designer.cs
@@ -210,6 +210,8 @@
             this.tabControl1 = new System.Windows.Forms.TabControl();
             this.tPModeChoice = new System.Windows.Forms.TabPage();
             this.panel_Model = new System.Windows.Forms.Panel();
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask = new System.Windows.Forms.Label();
+            this.lbl_RobotMode = new System.Windows.Forms.Label();
             this.rBOnlyIn = new System.Windows.Forms.RadioButton();
             this.lbl_IsSimulationPLC = new System.Windows.Forms.Label();
             this.lbl_WCFMsg = new System.Windows.Forms.Label();
@@ -236,20 +238,20 @@
             this.checkBox_OutTaskRetryToMes = new System.Windows.Forms.CheckBox();
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTaskForOutbound = new System.Windows.Forms.Label();
             this.checkBox_DataProcess_RobotBuffer_FinishTaskForOutbound = new System.Windows.Forms.CheckBox();
-            this.lbl_MainTaskDecompose_ZPRK = new System.Windows.Forms.Label();
-            this.ckMainTaskDecompose_ZPRK = new System.Windows.Forms.CheckBox();
+            this.lbl_DataProcess_RobotBuffer_ModeChange = new System.Windows.Forms.Label();
+            this.ck_DataProcess_RobotBuffer_ModeChange = new System.Windows.Forms.CheckBox();
             this.lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound = new System.Windows.Forms.Label();
             this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound = new System.Windows.Forms.CheckBox();
             this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask = new System.Windows.Forms.Label();
             this.ck_DataProcess_RobotBuffer_IssueOutboundTask = new System.Windows.Forms.CheckBox();
-            this.lbl_Alert_EmptySalverTransfer = new System.Windows.Forms.Label();
-            this.ckEmptySalverTransfer = new System.Windows.Forms.CheckBox();
+            this.lbl_DataProcess_ValidateQiTao = new System.Windows.Forms.Label();
+            this.ck_DataProcess_ValidateQiTao = new System.Windows.Forms.CheckBox();
             this.lbl_MainTaskDecompose = new System.Windows.Forms.Label();
             this.ckMainTaskDecompose = new System.Windows.Forms.CheckBox();
             this.lbl_Alert_DeleteData = new System.Windows.Forms.Label();
             this.ckDeleteData = new System.Windows.Forms.CheckBox();
-            this.lbl_Alert_HandlerIssuingTask = new System.Windows.Forms.Label();
-            this.ckHandlerIssuingTask = new System.Windows.Forms.CheckBox();
+            this.lbl_Alert_DataProcess_BZ12_IssueTask = new System.Windows.Forms.Label();
+            this.ck_DataProcess_BZ12_IssueTask = new System.Windows.Forms.CheckBox();
             this.lbl_Alert_Srm4ReleaseFinish = new System.Windows.Forms.Label();
             this.lbl_Alert_Srm4Release = new System.Windows.Forms.Label();
             this.ckBSrm4Release = new System.Windows.Forms.CheckBox();
@@ -263,8 +265,8 @@
             this.lbl_Alter_Srm1ReleaseFinish = new System.Windows.Forms.Label();
             this.lbl_Alert_RgvRelease = new System.Windows.Forms.Label();
             this.lbl_Alert_Srm2Release = new System.Windows.Forms.Label();
-            this.lbl_Alter_Srm1Release = new System.Windows.Forms.Label();
-            this.ckBSrm1Release = new System.Windows.Forms.CheckBox();
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask = new System.Windows.Forms.Label();
+            this.ckB_DataProcess_BZ39_IssueInboundTask = new System.Windows.Forms.CheckBox();
             this.ckBRgvFinishedHandle = new System.Windows.Forms.CheckBox();
             this.ckBSrm1FinishedHandle = new System.Windows.Forms.CheckBox();
             this.ckBRgvRelease = new System.Windows.Forms.CheckBox();
@@ -436,6 +438,9 @@
             this.Qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.InStoreTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.tabPage3 = new System.Windows.Forms.TabPage();
+            this.button24 = new System.Windows.Forms.Button();
+            this.tb_PackageCode = new System.Windows.Forms.TextBox();
+            this.label23 = new System.Windows.Forms.Label();
             this.button23 = new System.Windows.Forms.Button();
             this.tb_wlm = new System.Windows.Forms.TextBox();
             this.label22 = new System.Windows.Forms.Label();
@@ -2800,6 +2805,8 @@
             // 
             // panel_Model
             // 
+            this.panel_Model.Controls.Add(this.lbl_currHandlerPackageCodeForIssueOutboundTask);
+            this.panel_Model.Controls.Add(this.lbl_RobotMode);
             this.panel_Model.Controls.Add(this.rBOnlyIn);
             this.panel_Model.Controls.Add(this.lbl_IsSimulationPLC);
             this.panel_Model.Controls.Add(this.lbl_WCFMsg);
@@ -2816,6 +2823,26 @@
             this.panel_Model.Size = new System.Drawing.Size(1531, 894);
             this.panel_Model.TabIndex = 0;
             this.panel_Model.Paint += new System.Windows.Forms.PaintEventHandler(this.panel27_Paint);
+            // 
+            // lbl_currHandlerPackageCodeForIssueOutboundTask
+            // 
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.AutoSize = true;
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.Location = new System.Drawing.Point(275, 693);
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.Name = "lbl_currHandlerPackageCodeForIssueOutboundTask";
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.Size = new System.Drawing.Size(172, 15);
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.TabIndex = 14;
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask.Text = "当前下发出库任务的包号";
+            // 
+            // lbl_RobotMode
+            // 
+            this.lbl_RobotMode.AutoSize = true;
+            this.lbl_RobotMode.Location = new System.Drawing.Point(275, 659);
+            this.lbl_RobotMode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbl_RobotMode.Name = "lbl_RobotMode";
+            this.lbl_RobotMode.Size = new System.Drawing.Size(127, 15);
+            this.lbl_RobotMode.TabIndex = 12;
+            this.lbl_RobotMode.Text = "缓存岛机器人模式";
             // 
             // rBOnlyIn
             // 
@@ -2983,20 +3010,20 @@
             this.groupBox1.Controls.Add(this.checkBox_OutTaskRetryToMes);
             this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_RobotBuffer_FinishTaskForOutbound);
             this.groupBox1.Controls.Add(this.checkBox_DataProcess_RobotBuffer_FinishTaskForOutbound);
-            this.groupBox1.Controls.Add(this.lbl_MainTaskDecompose_ZPRK);
-            this.groupBox1.Controls.Add(this.ckMainTaskDecompose_ZPRK);
+            this.groupBox1.Controls.Add(this.lbl_DataProcess_RobotBuffer_ModeChange);
+            this.groupBox1.Controls.Add(this.ck_DataProcess_RobotBuffer_ModeChange);
             this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound);
             this.groupBox1.Controls.Add(this.ckDataProcess_RobotBuffer_AutoQiTaoOutbound);
             this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask);
             this.groupBox1.Controls.Add(this.ck_DataProcess_RobotBuffer_IssueOutboundTask);
-            this.groupBox1.Controls.Add(this.lbl_Alert_EmptySalverTransfer);
-            this.groupBox1.Controls.Add(this.ckEmptySalverTransfer);
+            this.groupBox1.Controls.Add(this.lbl_DataProcess_ValidateQiTao);
+            this.groupBox1.Controls.Add(this.ck_DataProcess_ValidateQiTao);
             this.groupBox1.Controls.Add(this.lbl_MainTaskDecompose);
             this.groupBox1.Controls.Add(this.ckMainTaskDecompose);
             this.groupBox1.Controls.Add(this.lbl_Alert_DeleteData);
             this.groupBox1.Controls.Add(this.ckDeleteData);
-            this.groupBox1.Controls.Add(this.lbl_Alert_HandlerIssuingTask);
-            this.groupBox1.Controls.Add(this.ckHandlerIssuingTask);
+            this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_BZ12_IssueTask);
+            this.groupBox1.Controls.Add(this.ck_DataProcess_BZ12_IssueTask);
             this.groupBox1.Controls.Add(this.lbl_Alert_Srm4ReleaseFinish);
             this.groupBox1.Controls.Add(this.lbl_Alert_Srm4Release);
             this.groupBox1.Controls.Add(this.ckBSrm4Release);
@@ -3010,8 +3037,8 @@
             this.groupBox1.Controls.Add(this.lbl_Alter_Srm1ReleaseFinish);
             this.groupBox1.Controls.Add(this.lbl_Alert_RgvRelease);
             this.groupBox1.Controls.Add(this.lbl_Alert_Srm2Release);
-            this.groupBox1.Controls.Add(this.lbl_Alter_Srm1Release);
-            this.groupBox1.Controls.Add(this.ckBSrm1Release);
+            this.groupBox1.Controls.Add(this.lbl_Alert_DataProcess_BZ39_IssueInboundTask);
+            this.groupBox1.Controls.Add(this.ckB_DataProcess_BZ39_IssueInboundTask);
             this.groupBox1.Controls.Add(this.ckBRgvFinishedHandle);
             this.groupBox1.Controls.Add(this.ckBSrm1FinishedHandle);
             this.groupBox1.Controls.Add(this.ckBRgvRelease);
@@ -3033,7 +3060,7 @@
             this.lbl_alert_DataProcess_269.AutoSize = true;
             this.lbl_alert_DataProcess_269.BackColor = System.Drawing.Color.White;
             this.lbl_alert_DataProcess_269.ForeColor = System.Drawing.Color.Red;
-            this.lbl_alert_DataProcess_269.Location = new System.Drawing.Point(210, 821);
+            this.lbl_alert_DataProcess_269.Location = new System.Drawing.Point(210, 845);
             this.lbl_alert_DataProcess_269.Name = "lbl_alert_DataProcess_269";
             this.lbl_alert_DataProcess_269.Size = new System.Drawing.Size(70, 15);
             this.lbl_alert_DataProcess_269.TabIndex = 57;
@@ -3042,7 +3069,7 @@
             // ck_DataProcess_269
             // 
             this.ck_DataProcess_269.AutoSize = true;
-            this.ck_DataProcess_269.Location = new System.Drawing.Point(4, 821);
+            this.ck_DataProcess_269.Location = new System.Drawing.Point(4, 845);
             this.ck_DataProcess_269.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ck_DataProcess_269.Name = "ck_DataProcess_269";
             this.ck_DataProcess_269.Size = new System.Drawing.Size(120, 19);
@@ -3056,7 +3083,7 @@
             this.lbl_alert_DataProcess_BZ01.AutoSize = true;
             this.lbl_alert_DataProcess_BZ01.BackColor = System.Drawing.Color.White;
             this.lbl_alert_DataProcess_BZ01.ForeColor = System.Drawing.Color.Red;
-            this.lbl_alert_DataProcess_BZ01.Location = new System.Drawing.Point(212, 786);
+            this.lbl_alert_DataProcess_BZ01.Location = new System.Drawing.Point(212, 810);
             this.lbl_alert_DataProcess_BZ01.Name = "lbl_alert_DataProcess_BZ01";
             this.lbl_alert_DataProcess_BZ01.Size = new System.Drawing.Size(70, 15);
             this.lbl_alert_DataProcess_BZ01.TabIndex = 55;
@@ -3065,7 +3092,7 @@
             // ck_AutoIssueInStoreTask
             // 
             this.ck_AutoIssueInStoreTask.AutoSize = true;
-            this.ck_AutoIssueInStoreTask.Location = new System.Drawing.Point(6, 786);
+            this.ck_AutoIssueInStoreTask.Location = new System.Drawing.Point(6, 810);
             this.ck_AutoIssueInStoreTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ck_AutoIssueInStoreTask.Name = "ck_AutoIssueInStoreTask";
             this.ck_AutoIssueInStoreTask.Size = new System.Drawing.Size(129, 19);
@@ -3079,7 +3106,7 @@
             this.lbl_alert_DataProcess_BZ39.AutoSize = true;
             this.lbl_alert_DataProcess_BZ39.BackColor = System.Drawing.Color.White;
             this.lbl_alert_DataProcess_BZ39.ForeColor = System.Drawing.Color.Red;
-            this.lbl_alert_DataProcess_BZ39.Location = new System.Drawing.Point(209, 748);
+            this.lbl_alert_DataProcess_BZ39.Location = new System.Drawing.Point(209, 772);
             this.lbl_alert_DataProcess_BZ39.Name = "lbl_alert_DataProcess_BZ39";
             this.lbl_alert_DataProcess_BZ39.Size = new System.Drawing.Size(70, 15);
             this.lbl_alert_DataProcess_BZ39.TabIndex = 53;
@@ -3088,7 +3115,7 @@
             // ck_DataProcess_BZ39
             // 
             this.ck_DataProcess_BZ39.AutoSize = true;
-            this.ck_DataProcess_BZ39.Location = new System.Drawing.Point(5, 748);
+            this.ck_DataProcess_BZ39.Location = new System.Drawing.Point(5, 772);
             this.ck_DataProcess_BZ39.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ck_DataProcess_BZ39.Name = "ck_DataProcess_BZ39";
             this.ck_DataProcess_BZ39.Size = new System.Drawing.Size(129, 19);
@@ -3102,7 +3129,7 @@
             this.lbl_Alert_RgvReleaseFinish_BuChang.AutoSize = true;
             this.lbl_Alert_RgvReleaseFinish_BuChang.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_RgvReleaseFinish_BuChang.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_RgvReleaseFinish_BuChang.Location = new System.Drawing.Point(214, 331);
+            this.lbl_Alert_RgvReleaseFinish_BuChang.Location = new System.Drawing.Point(937, 339);
             this.lbl_Alert_RgvReleaseFinish_BuChang.Name = "lbl_Alert_RgvReleaseFinish_BuChang";
             this.lbl_Alert_RgvReleaseFinish_BuChang.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_RgvReleaseFinish_BuChang.TabIndex = 51;
@@ -3111,7 +3138,7 @@
             // ckBRgvFinishedHandle_BuChang
             // 
             this.ckBRgvFinishedHandle_BuChang.AutoSize = true;
-            this.ckBRgvFinishedHandle_BuChang.Location = new System.Drawing.Point(6, 327);
+            this.ckBRgvFinishedHandle_BuChang.Location = new System.Drawing.Point(729, 335);
             this.ckBRgvFinishedHandle_BuChang.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBRgvFinishedHandle_BuChang.Name = "ckBRgvFinishedHandle_BuChang";
             this.ckBRgvFinishedHandle_BuChang.Size = new System.Drawing.Size(184, 19);
@@ -3125,7 +3152,7 @@
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.AutoSize = true;
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.Location = new System.Drawing.Point(307, 714);
+            this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.Location = new System.Drawing.Point(307, 738);
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.Name = "lbl_Alert_DataProcess_RobotBuffer_FinishTask";
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_DataProcess_RobotBuffer_FinishTask.TabIndex = 49;
@@ -3134,7 +3161,7 @@
             // ck_DataProcess_RobotBuffer_FinishTask
             // 
             this.ck_DataProcess_RobotBuffer_FinishTask.AutoSize = true;
-            this.ck_DataProcess_RobotBuffer_FinishTask.Location = new System.Drawing.Point(4, 714);
+            this.ck_DataProcess_RobotBuffer_FinishTask.Location = new System.Drawing.Point(4, 738);
             this.ck_DataProcess_RobotBuffer_FinishTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ck_DataProcess_RobotBuffer_FinishTask.Name = "ck_DataProcess_RobotBuffer_FinishTask";
             this.ck_DataProcess_RobotBuffer_FinishTask.Size = new System.Drawing.Size(285, 19);
@@ -3189,28 +3216,28 @@
             this.checkBox_DataProcess_RobotBuffer_FinishTaskForOutbound.UseVisualStyleBackColor = true;
             this.checkBox_DataProcess_RobotBuffer_FinishTaskForOutbound.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
-            // lbl_MainTaskDecompose_ZPRK
+            // lbl_DataProcess_RobotBuffer_ModeChange
             // 
-            this.lbl_MainTaskDecompose_ZPRK.AutoSize = true;
-            this.lbl_MainTaskDecompose_ZPRK.BackColor = System.Drawing.Color.White;
-            this.lbl_MainTaskDecompose_ZPRK.ForeColor = System.Drawing.Color.Red;
-            this.lbl_MainTaskDecompose_ZPRK.Location = new System.Drawing.Point(213, 452);
-            this.lbl_MainTaskDecompose_ZPRK.Name = "lbl_MainTaskDecompose_ZPRK";
-            this.lbl_MainTaskDecompose_ZPRK.Size = new System.Drawing.Size(70, 15);
-            this.lbl_MainTaskDecompose_ZPRK.TabIndex = 43;
-            this.lbl_MainTaskDecompose_ZPRK.Text = "label11";
+            this.lbl_DataProcess_RobotBuffer_ModeChange.AutoSize = true;
+            this.lbl_DataProcess_RobotBuffer_ModeChange.BackColor = System.Drawing.Color.White;
+            this.lbl_DataProcess_RobotBuffer_ModeChange.ForeColor = System.Drawing.Color.Red;
+            this.lbl_DataProcess_RobotBuffer_ModeChange.Location = new System.Drawing.Point(213, 452);
+            this.lbl_DataProcess_RobotBuffer_ModeChange.Name = "lbl_DataProcess_RobotBuffer_ModeChange";
+            this.lbl_DataProcess_RobotBuffer_ModeChange.Size = new System.Drawing.Size(70, 15);
+            this.lbl_DataProcess_RobotBuffer_ModeChange.TabIndex = 43;
+            this.lbl_DataProcess_RobotBuffer_ModeChange.Text = "label11";
             // 
-            // ckMainTaskDecompose_ZPRK
+            // ck_DataProcess_RobotBuffer_ModeChange
             // 
-            this.ckMainTaskDecompose_ZPRK.AutoSize = true;
-            this.ckMainTaskDecompose_ZPRK.Location = new System.Drawing.Point(3, 452);
-            this.ckMainTaskDecompose_ZPRK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.ckMainTaskDecompose_ZPRK.Name = "ckMainTaskDecompose_ZPRK";
-            this.ckMainTaskDecompose_ZPRK.Size = new System.Drawing.Size(207, 19);
-            this.ckMainTaskDecompose_ZPRK.TabIndex = 42;
-            this.ckMainTaskDecompose_ZPRK.Text = "任务分解线程(组盘入库)";
-            this.ckMainTaskDecompose_ZPRK.UseVisualStyleBackColor = true;
-            this.ckMainTaskDecompose_ZPRK.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
+            this.ck_DataProcess_RobotBuffer_ModeChange.AutoSize = true;
+            this.ck_DataProcess_RobotBuffer_ModeChange.Location = new System.Drawing.Point(3, 452);
+            this.ck_DataProcess_RobotBuffer_ModeChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.ck_DataProcess_RobotBuffer_ModeChange.Name = "ck_DataProcess_RobotBuffer_ModeChange";
+            this.ck_DataProcess_RobotBuffer_ModeChange.Size = new System.Drawing.Size(166, 19);
+            this.ck_DataProcess_RobotBuffer_ModeChange.TabIndex = 42;
+            this.ck_DataProcess_RobotBuffer_ModeChange.Text = "出库模式切换线程 ";
+            this.ck_DataProcess_RobotBuffer_ModeChange.UseVisualStyleBackColor = true;
+            this.ck_DataProcess_RobotBuffer_ModeChange.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
             // lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound
             // 
@@ -3259,35 +3286,35 @@
             this.ck_DataProcess_RobotBuffer_IssueOutboundTask.UseVisualStyleBackColor = true;
             this.ck_DataProcess_RobotBuffer_IssueOutboundTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
-            // lbl_Alert_EmptySalverTransfer
+            // lbl_DataProcess_ValidateQiTao
             // 
-            this.lbl_Alert_EmptySalverTransfer.AutoSize = true;
-            this.lbl_Alert_EmptySalverTransfer.BackColor = System.Drawing.Color.White;
-            this.lbl_Alert_EmptySalverTransfer.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_EmptySalverTransfer.Location = new System.Drawing.Point(215, 492);
-            this.lbl_Alert_EmptySalverTransfer.Name = "lbl_Alert_EmptySalverTransfer";
-            this.lbl_Alert_EmptySalverTransfer.Size = new System.Drawing.Size(70, 15);
-            this.lbl_Alert_EmptySalverTransfer.TabIndex = 37;
-            this.lbl_Alert_EmptySalverTransfer.Text = "label11";
+            this.lbl_DataProcess_ValidateQiTao.AutoSize = true;
+            this.lbl_DataProcess_ValidateQiTao.BackColor = System.Drawing.Color.White;
+            this.lbl_DataProcess_ValidateQiTao.ForeColor = System.Drawing.Color.Red;
+            this.lbl_DataProcess_ValidateQiTao.Location = new System.Drawing.Point(215, 492);
+            this.lbl_DataProcess_ValidateQiTao.Name = "lbl_DataProcess_ValidateQiTao";
+            this.lbl_DataProcess_ValidateQiTao.Size = new System.Drawing.Size(70, 15);
+            this.lbl_DataProcess_ValidateQiTao.TabIndex = 37;
+            this.lbl_DataProcess_ValidateQiTao.Text = "label11";
             // 
-            // ckEmptySalverTransfer
+            // ck_DataProcess_ValidateQiTao
             // 
-            this.ckEmptySalverTransfer.AutoSize = true;
-            this.ckEmptySalverTransfer.Location = new System.Drawing.Point(4, 492);
-            this.ckEmptySalverTransfer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.ckEmptySalverTransfer.Name = "ckEmptySalverTransfer";
-            this.ckEmptySalverTransfer.Size = new System.Drawing.Size(125, 19);
-            this.ckEmptySalverTransfer.TabIndex = 36;
-            this.ckEmptySalverTransfer.Text = "空托转运线程";
-            this.ckEmptySalverTransfer.UseVisualStyleBackColor = true;
-            this.ckEmptySalverTransfer.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
+            this.ck_DataProcess_ValidateQiTao.AutoSize = true;
+            this.ck_DataProcess_ValidateQiTao.Location = new System.Drawing.Point(4, 492);
+            this.ck_DataProcess_ValidateQiTao.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.ck_DataProcess_ValidateQiTao.Name = "ck_DataProcess_ValidateQiTao";
+            this.ck_DataProcess_ValidateQiTao.Size = new System.Drawing.Size(161, 19);
+            this.ck_DataProcess_ValidateQiTao.TabIndex = 36;
+            this.ck_DataProcess_ValidateQiTao.Text = "BZ30齐套验证线程";
+            this.ck_DataProcess_ValidateQiTao.UseVisualStyleBackColor = true;
+            this.ck_DataProcess_ValidateQiTao.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
             // lbl_MainTaskDecompose
             // 
             this.lbl_MainTaskDecompose.AutoSize = true;
             this.lbl_MainTaskDecompose.BackColor = System.Drawing.Color.White;
             this.lbl_MainTaskDecompose.ForeColor = System.Drawing.Color.Red;
-            this.lbl_MainTaskDecompose.Location = new System.Drawing.Point(215, 412);
+            this.lbl_MainTaskDecompose.Location = new System.Drawing.Point(643, 54);
             this.lbl_MainTaskDecompose.Name = "lbl_MainTaskDecompose";
             this.lbl_MainTaskDecompose.Size = new System.Drawing.Size(70, 15);
             this.lbl_MainTaskDecompose.TabIndex = 35;
@@ -3296,7 +3323,7 @@
             // ckMainTaskDecompose
             // 
             this.ckMainTaskDecompose.AutoSize = true;
-            this.ckMainTaskDecompose.Location = new System.Drawing.Point(4, 412);
+            this.ckMainTaskDecompose.Location = new System.Drawing.Point(432, 54);
             this.ckMainTaskDecompose.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckMainTaskDecompose.Name = "ckMainTaskDecompose";
             this.ckMainTaskDecompose.Size = new System.Drawing.Size(166, 19);
@@ -3328,35 +3355,35 @@
             this.ckDeleteData.UseVisualStyleBackColor = true;
             this.ckDeleteData.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
-            // lbl_Alert_HandlerIssuingTask
+            // lbl_Alert_DataProcess_BZ12_IssueTask
             // 
-            this.lbl_Alert_HandlerIssuingTask.AutoSize = true;
-            this.lbl_Alert_HandlerIssuingTask.BackColor = System.Drawing.Color.White;
-            this.lbl_Alert_HandlerIssuingTask.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_HandlerIssuingTask.Location = new System.Drawing.Point(215, 373);
-            this.lbl_Alert_HandlerIssuingTask.Name = "lbl_Alert_HandlerIssuingTask";
-            this.lbl_Alert_HandlerIssuingTask.Size = new System.Drawing.Size(70, 15);
-            this.lbl_Alert_HandlerIssuingTask.TabIndex = 31;
-            this.lbl_Alert_HandlerIssuingTask.Text = "label11";
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.AutoSize = true;
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.BackColor = System.Drawing.Color.White;
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.ForeColor = System.Drawing.Color.Red;
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.Location = new System.Drawing.Point(215, 373);
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.Name = "lbl_Alert_DataProcess_BZ12_IssueTask";
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.Size = new System.Drawing.Size(70, 15);
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.TabIndex = 31;
+            this.lbl_Alert_DataProcess_BZ12_IssueTask.Text = "label11";
             // 
-            // ckHandlerIssuingTask
+            // ck_DataProcess_BZ12_IssueTask
             // 
-            this.ckHandlerIssuingTask.AutoSize = true;
-            this.ckHandlerIssuingTask.Location = new System.Drawing.Point(4, 373);
-            this.ckHandlerIssuingTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.ckHandlerIssuingTask.Name = "ckHandlerIssuingTask";
-            this.ckHandlerIssuingTask.Size = new System.Drawing.Size(189, 19);
-            this.ckHandlerIssuingTask.TabIndex = 30;
-            this.ckHandlerIssuingTask.Text = "处理下发中的出库计划";
-            this.ckHandlerIssuingTask.UseVisualStyleBackColor = true;
-            this.ckHandlerIssuingTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
+            this.ck_DataProcess_BZ12_IssueTask.AutoSize = true;
+            this.ck_DataProcess_BZ12_IssueTask.Location = new System.Drawing.Point(4, 373);
+            this.ck_DataProcess_BZ12_IssueTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.ck_DataProcess_BZ12_IssueTask.Name = "ck_DataProcess_BZ12_IssueTask";
+            this.ck_DataProcess_BZ12_IssueTask.Size = new System.Drawing.Size(125, 19);
+            this.ck_DataProcess_BZ12_IssueTask.TabIndex = 30;
+            this.ck_DataProcess_BZ12_IssueTask.Text = "下发码板任务";
+            this.ck_DataProcess_BZ12_IssueTask.UseVisualStyleBackColor = true;
+            this.ck_DataProcess_BZ12_IssueTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
             // lbl_Alert_Srm4ReleaseFinish
             // 
             this.lbl_Alert_Srm4ReleaseFinish.AutoSize = true;
             this.lbl_Alert_Srm4ReleaseFinish.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm4ReleaseFinish.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm4ReleaseFinish.Location = new System.Drawing.Point(213, 230);
+            this.lbl_Alert_Srm4ReleaseFinish.Location = new System.Drawing.Point(936, 238);
             this.lbl_Alert_Srm4ReleaseFinish.Name = "lbl_Alert_Srm4ReleaseFinish";
             this.lbl_Alert_Srm4ReleaseFinish.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm4ReleaseFinish.TabIndex = 29;
@@ -3367,7 +3394,7 @@
             this.lbl_Alert_Srm4Release.AutoSize = true;
             this.lbl_Alert_Srm4Release.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm4Release.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm4Release.Location = new System.Drawing.Point(213, 198);
+            this.lbl_Alert_Srm4Release.Location = new System.Drawing.Point(936, 206);
             this.lbl_Alert_Srm4Release.Name = "lbl_Alert_Srm4Release";
             this.lbl_Alert_Srm4Release.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm4Release.TabIndex = 28;
@@ -3376,7 +3403,7 @@
             // ckBSrm4Release
             // 
             this.ckBSrm4Release.AutoSize = true;
-            this.ckBSrm4Release.Location = new System.Drawing.Point(5, 198);
+            this.ckBSrm4Release.Location = new System.Drawing.Point(728, 206);
             this.ckBSrm4Release.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm4Release.Name = "ckBSrm4Release";
             this.ckBSrm4Release.Size = new System.Drawing.Size(150, 19);
@@ -3388,7 +3415,7 @@
             // ckBSrm4FinishedHandle
             // 
             this.ckBSrm4FinishedHandle.AutoSize = true;
-            this.ckBSrm4FinishedHandle.Location = new System.Drawing.Point(5, 226);
+            this.ckBSrm4FinishedHandle.Location = new System.Drawing.Point(728, 234);
             this.ckBSrm4FinishedHandle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm4FinishedHandle.Name = "ckBSrm4FinishedHandle";
             this.ckBSrm4FinishedHandle.Size = new System.Drawing.Size(182, 19);
@@ -3402,7 +3429,7 @@
             this.lbl_Alert_Srm3ReleaseFinish.AutoSize = true;
             this.lbl_Alert_Srm3ReleaseFinish.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm3ReleaseFinish.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm3ReleaseFinish.Location = new System.Drawing.Point(213, 164);
+            this.lbl_Alert_Srm3ReleaseFinish.Location = new System.Drawing.Point(936, 172);
             this.lbl_Alert_Srm3ReleaseFinish.Name = "lbl_Alert_Srm3ReleaseFinish";
             this.lbl_Alert_Srm3ReleaseFinish.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm3ReleaseFinish.TabIndex = 25;
@@ -3413,7 +3440,7 @@
             this.lbl_Alert_Srm3Release.AutoSize = true;
             this.lbl_Alert_Srm3Release.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm3Release.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm3Release.Location = new System.Drawing.Point(213, 131);
+            this.lbl_Alert_Srm3Release.Location = new System.Drawing.Point(936, 139);
             this.lbl_Alert_Srm3Release.Name = "lbl_Alert_Srm3Release";
             this.lbl_Alert_Srm3Release.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm3Release.TabIndex = 24;
@@ -3422,7 +3449,7 @@
             // ckBSrm3Release
             // 
             this.ckBSrm3Release.AutoSize = true;
-            this.ckBSrm3Release.Location = new System.Drawing.Point(5, 131);
+            this.ckBSrm3Release.Location = new System.Drawing.Point(728, 139);
             this.ckBSrm3Release.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm3Release.Name = "ckBSrm3Release";
             this.ckBSrm3Release.Size = new System.Drawing.Size(150, 19);
@@ -3434,7 +3461,7 @@
             // ckBSrm3FinishedHandle
             // 
             this.ckBSrm3FinishedHandle.AutoSize = true;
-            this.ckBSrm3FinishedHandle.Location = new System.Drawing.Point(5, 160);
+            this.ckBSrm3FinishedHandle.Location = new System.Drawing.Point(728, 168);
             this.ckBSrm3FinishedHandle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm3FinishedHandle.Name = "ckBSrm3FinishedHandle";
             this.ckBSrm3FinishedHandle.Size = new System.Drawing.Size(182, 19);
@@ -3448,7 +3475,7 @@
             this.lbl_Alert_RgvReleaseFinish.AutoSize = true;
             this.lbl_Alert_RgvReleaseFinish.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_RgvReleaseFinish.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_RgvReleaseFinish.Location = new System.Drawing.Point(212, 295);
+            this.lbl_Alert_RgvReleaseFinish.Location = new System.Drawing.Point(935, 303);
             this.lbl_Alert_RgvReleaseFinish.Name = "lbl_Alert_RgvReleaseFinish";
             this.lbl_Alert_RgvReleaseFinish.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_RgvReleaseFinish.TabIndex = 21;
@@ -3459,7 +3486,7 @@
             this.lbl_Alert_Srm2ReleaseFinish.AutoSize = true;
             this.lbl_Alert_Srm2ReleaseFinish.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm2ReleaseFinish.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm2ReleaseFinish.Location = new System.Drawing.Point(213, 105);
+            this.lbl_Alert_Srm2ReleaseFinish.Location = new System.Drawing.Point(936, 113);
             this.lbl_Alert_Srm2ReleaseFinish.Name = "lbl_Alert_Srm2ReleaseFinish";
             this.lbl_Alert_Srm2ReleaseFinish.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm2ReleaseFinish.TabIndex = 17;
@@ -3470,7 +3497,7 @@
             this.lbl_Alter_Srm1ReleaseFinish.AutoSize = true;
             this.lbl_Alter_Srm1ReleaseFinish.BackColor = System.Drawing.Color.White;
             this.lbl_Alter_Srm1ReleaseFinish.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alter_Srm1ReleaseFinish.Location = new System.Drawing.Point(213, 46);
+            this.lbl_Alter_Srm1ReleaseFinish.Location = new System.Drawing.Point(936, 54);
             this.lbl_Alter_Srm1ReleaseFinish.Name = "lbl_Alter_Srm1ReleaseFinish";
             this.lbl_Alter_Srm1ReleaseFinish.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alter_Srm1ReleaseFinish.TabIndex = 16;
@@ -3481,7 +3508,7 @@
             this.lbl_Alert_RgvRelease.AutoSize = true;
             this.lbl_Alert_RgvRelease.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_RgvRelease.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_RgvRelease.Location = new System.Drawing.Point(212, 262);
+            this.lbl_Alert_RgvRelease.Location = new System.Drawing.Point(935, 270);
             this.lbl_Alert_RgvRelease.Name = "lbl_Alert_RgvRelease";
             this.lbl_Alert_RgvRelease.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_RgvRelease.TabIndex = 15;
@@ -3492,39 +3519,39 @@
             this.lbl_Alert_Srm2Release.AutoSize = true;
             this.lbl_Alert_Srm2Release.BackColor = System.Drawing.Color.White;
             this.lbl_Alert_Srm2Release.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alert_Srm2Release.Location = new System.Drawing.Point(213, 72);
+            this.lbl_Alert_Srm2Release.Location = new System.Drawing.Point(936, 80);
             this.lbl_Alert_Srm2Release.Name = "lbl_Alert_Srm2Release";
             this.lbl_Alert_Srm2Release.Size = new System.Drawing.Size(70, 15);
             this.lbl_Alert_Srm2Release.TabIndex = 13;
             this.lbl_Alert_Srm2Release.Text = "label11";
             // 
-            // lbl_Alter_Srm1Release
+            // lbl_Alert_DataProcess_BZ39_IssueInboundTask
             // 
-            this.lbl_Alter_Srm1Release.AutoSize = true;
-            this.lbl_Alter_Srm1Release.BackColor = System.Drawing.Color.White;
-            this.lbl_Alter_Srm1Release.ForeColor = System.Drawing.Color.Red;
-            this.lbl_Alter_Srm1Release.Location = new System.Drawing.Point(213, 18);
-            this.lbl_Alter_Srm1Release.Name = "lbl_Alter_Srm1Release";
-            this.lbl_Alter_Srm1Release.Size = new System.Drawing.Size(70, 15);
-            this.lbl_Alter_Srm1Release.TabIndex = 12;
-            this.lbl_Alter_Srm1Release.Text = "label11";
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.AutoSize = true;
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.BackColor = System.Drawing.Color.White;
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.ForeColor = System.Drawing.Color.Red;
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.Location = new System.Drawing.Point(214, 706);
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.Name = "lbl_Alert_DataProcess_BZ39_IssueInboundTask";
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.Size = new System.Drawing.Size(70, 15);
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.TabIndex = 12;
+            this.lbl_Alert_DataProcess_BZ39_IssueInboundTask.Text = "label11";
             // 
-            // ckBSrm1Release
+            // ckB_DataProcess_BZ39_IssueInboundTask
             // 
-            this.ckBSrm1Release.AutoSize = true;
-            this.ckBSrm1Release.Location = new System.Drawing.Point(5, 18);
-            this.ckBSrm1Release.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.ckBSrm1Release.Name = "ckBSrm1Release";
-            this.ckBSrm1Release.Size = new System.Drawing.Size(150, 19);
-            this.ckBSrm1Release.TabIndex = 0;
-            this.ckBSrm1Release.Text = "堆垛机1任务下发";
-            this.ckBSrm1Release.UseVisualStyleBackColor = true;
-            this.ckBSrm1Release.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
+            this.ckB_DataProcess_BZ39_IssueInboundTask.AutoSize = true;
+            this.ckB_DataProcess_BZ39_IssueInboundTask.Location = new System.Drawing.Point(3, 706);
+            this.ckB_DataProcess_BZ39_IssueInboundTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.ckB_DataProcess_BZ39_IssueInboundTask.Name = "ckB_DataProcess_BZ39_IssueInboundTask";
+            this.ckB_DataProcess_BZ39_IssueInboundTask.Size = new System.Drawing.Size(173, 19);
+            this.ckB_DataProcess_BZ39_IssueInboundTask.TabIndex = 0;
+            this.ckB_DataProcess_BZ39_IssueInboundTask.Text = "缓存区入库任务下发";
+            this.ckB_DataProcess_BZ39_IssueInboundTask.UseVisualStyleBackColor = true;
+            this.ckB_DataProcess_BZ39_IssueInboundTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
             // 
             // ckBRgvFinishedHandle
             // 
             this.ckBRgvFinishedHandle.AutoSize = true;
-            this.ckBRgvFinishedHandle.Location = new System.Drawing.Point(4, 291);
+            this.ckBRgvFinishedHandle.Location = new System.Drawing.Point(727, 299);
             this.ckBRgvFinishedHandle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBRgvFinishedHandle.Name = "ckBRgvFinishedHandle";
             this.ckBRgvFinishedHandle.Size = new System.Drawing.Size(152, 19);
@@ -3536,7 +3563,7 @@
             // ckBSrm1FinishedHandle
             // 
             this.ckBSrm1FinishedHandle.AutoSize = true;
-            this.ckBSrm1FinishedHandle.Location = new System.Drawing.Point(5, 46);
+            this.ckBSrm1FinishedHandle.Location = new System.Drawing.Point(728, 54);
             this.ckBSrm1FinishedHandle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm1FinishedHandle.Name = "ckBSrm1FinishedHandle";
             this.ckBSrm1FinishedHandle.Size = new System.Drawing.Size(182, 19);
@@ -3548,7 +3575,7 @@
             // ckBRgvRelease
             // 
             this.ckBRgvRelease.AutoSize = true;
-            this.ckBRgvRelease.Location = new System.Drawing.Point(4, 262);
+            this.ckBRgvRelease.Location = new System.Drawing.Point(727, 270);
             this.ckBRgvRelease.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBRgvRelease.Name = "ckBRgvRelease";
             this.ckBRgvRelease.Size = new System.Drawing.Size(120, 19);
@@ -3560,7 +3587,7 @@
             // ckBSrm2Release
             // 
             this.ckBSrm2Release.AutoSize = true;
-            this.ckBSrm2Release.Location = new System.Drawing.Point(5, 72);
+            this.ckBSrm2Release.Location = new System.Drawing.Point(728, 80);
             this.ckBSrm2Release.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm2Release.Name = "ckBSrm2Release";
             this.ckBSrm2Release.Size = new System.Drawing.Size(150, 19);
@@ -3572,7 +3599,7 @@
             // ckBSrm2FinishedHandle
             // 
             this.ckBSrm2FinishedHandle.AutoSize = true;
-            this.ckBSrm2FinishedHandle.Location = new System.Drawing.Point(5, 101);
+            this.ckBSrm2FinishedHandle.Location = new System.Drawing.Point(728, 109);
             this.ckBSrm2FinishedHandle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.ckBSrm2FinishedHandle.Name = "ckBSrm2FinishedHandle";
             this.ckBSrm2FinishedHandle.Size = new System.Drawing.Size(182, 19);
@@ -5472,6 +5499,9 @@
             // 
             // tabPage3
             // 
+            this.tabPage3.Controls.Add(this.button24);
+            this.tabPage3.Controls.Add(this.tb_PackageCode);
+            this.tabPage3.Controls.Add(this.label23);
             this.tabPage3.Controls.Add(this.button23);
             this.tabPage3.Controls.Add(this.tb_wlm);
             this.tabPage3.Controls.Add(this.label22);
@@ -5492,6 +5522,34 @@
             this.tabPage3.TabIndex = 9;
             this.tabPage3.Text = "数据维护&统计";
             this.tabPage3.UseVisualStyleBackColor = true;
+            // 
+            // button24
+            // 
+            this.button24.BackColor = System.Drawing.Color.Aqua;
+            this.button24.Location = new System.Drawing.Point(817, 489);
+            this.button24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.button24.Name = "button24";
+            this.button24.Size = new System.Drawing.Size(155, 48);
+            this.button24.TabIndex = 155;
+            this.button24.Text = "强制该包号出库";
+            this.button24.UseVisualStyleBackColor = false;
+            this.button24.Click += new System.EventHandler(this.button24_Click);
+            // 
+            // tb_PackageCode
+            // 
+            this.tb_PackageCode.Location = new System.Drawing.Point(856, 427);
+            this.tb_PackageCode.Name = "tb_PackageCode";
+            this.tb_PackageCode.Size = new System.Drawing.Size(339, 25);
+            this.tb_PackageCode.TabIndex = 154;
+            // 
+            // label23
+            // 
+            this.label23.AutoSize = true;
+            this.label23.Location = new System.Drawing.Point(794, 437);
+            this.label23.Name = "label23";
+            this.label23.Size = new System.Drawing.Size(45, 15);
+            this.label23.TabIndex = 153;
+            this.label23.Text = "包号:";
             // 
             // button23
             // 
@@ -6001,7 +6059,7 @@
         private System.Windows.Forms.TabPage tp_Thread;
         private System.Windows.Forms.GroupBox gBoxThread;
         private System.Windows.Forms.GroupBox groupBox1;
-        private System.Windows.Forms.CheckBox ckBSrm1Release;
+        private System.Windows.Forms.CheckBox ckB_DataProcess_BZ39_IssueInboundTask;
         private System.Windows.Forms.CheckBox ckBRgvFinishedHandle;
         private System.Windows.Forms.CheckBox ckBSrm1FinishedHandle;
         private System.Windows.Forms.CheckBox ckBRgvRelease;
@@ -6010,7 +6068,7 @@
         private System.Windows.Forms.Button btn_Change1;
         private System.Windows.Forms.Button btn_Change2;
         private System.Windows.Forms.Label lbl_SrmConveyorAlarm_2;
-        private System.Windows.Forms.Label lbl_Alter_Srm1Release;
+        private System.Windows.Forms.Label lbl_Alert_DataProcess_BZ39_IssueInboundTask;
         private System.Windows.Forms.Label lbl_Alert_Srm2Release;
         private System.Windows.Forms.Label lbl_Alert_RgvRelease;
         private System.Windows.Forms.Label lbl_Alert_Srm2ReleaseFinish;
@@ -6088,14 +6146,14 @@
         private System.Windows.Forms.Label lblSrmPosX3;
         private System.Windows.Forms.Label label60;
         private System.Windows.Forms.Label label61;
-        private System.Windows.Forms.Label lbl_Alert_HandlerIssuingTask;
-        private System.Windows.Forms.CheckBox ckHandlerIssuingTask;
+        private System.Windows.Forms.Label lbl_Alert_DataProcess_BZ12_IssueTask;
+        private System.Windows.Forms.CheckBox ck_DataProcess_BZ12_IssueTask;
         private System.Windows.Forms.Label lbl_Alert_DeleteData;
         private System.Windows.Forms.CheckBox ckDeleteData;
         private System.Windows.Forms.Label lbl_MainTaskDecompose;
         private System.Windows.Forms.CheckBox ckMainTaskDecompose;
-        private System.Windows.Forms.Label lbl_Alert_EmptySalverTransfer;
-        private System.Windows.Forms.CheckBox ckEmptySalverTransfer;
+        private System.Windows.Forms.Label lbl_DataProcess_ValidateQiTao;
+        private System.Windows.Forms.CheckBox ck_DataProcess_ValidateQiTao;
         private System.Windows.Forms.Label lbl_Alert_DataProcess_RobotBuffer_IssueOutboundTask;
         private System.Windows.Forms.CheckBox ck_DataProcess_RobotBuffer_IssueOutboundTask;
         private System.Windows.Forms.Button btn_1007;
@@ -6209,8 +6267,8 @@
         private System.Windows.Forms.DataGridViewTextBoxColumn InStoreTime;
         private System.Windows.Forms.Label lbl_Alert_DataProcess_RobotBuffer_AutoQiTaoOutbound;
         private System.Windows.Forms.CheckBox ckDataProcess_RobotBuffer_AutoQiTaoOutbound;
-        private System.Windows.Forms.Label lbl_MainTaskDecompose_ZPRK;
-        private System.Windows.Forms.CheckBox ckMainTaskDecompose_ZPRK;
+        private System.Windows.Forms.Label lbl_DataProcess_RobotBuffer_ModeChange;
+        private System.Windows.Forms.CheckBox ck_DataProcess_RobotBuffer_ModeChange;
         private System.Windows.Forms.TabPage tabPage4;
         private System.Windows.Forms.Panel panel_DeviceTaskList_dgvPartTask_Finished;
         private System.Windows.Forms.Button button17;
@@ -6334,6 +6392,11 @@
         private System.Windows.Forms.TextBox tb_wlm;
         private System.Windows.Forms.Label label22;
         private System.Windows.Forms.Button button23;
+        private System.Windows.Forms.Label lbl_RobotMode;
+        private System.Windows.Forms.Button button24;
+        private System.Windows.Forms.TextBox tb_PackageCode;
+        private System.Windows.Forms.Label label23;
+        private System.Windows.Forms.Label lbl_currHandlerPackageCodeForIssueOutboundTask;
     }
 }
 

--
Gitblit v1.9.3