From 520067288fb790f50d7732ef8570b3b7f1205d4b Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 23 11月 2024 17:42:24 +0800
Subject: [PATCH] 222

---
 CC/iWareCC_ASRS/FormCC.Designer.cs |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/CC/iWareCC_ASRS/FormCC.Designer.cs b/CC/iWareCC_ASRS/FormCC.Designer.cs
index 6c5286f..47ff185 100644
--- a/CC/iWareCC_ASRS/FormCC.Designer.cs
+++ b/CC/iWareCC_ASRS/FormCC.Designer.cs
@@ -470,6 +470,10 @@
             this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.btn_Find_OutTaskRetryToMes = new System.Windows.Forms.Button();
             this.lbl_RobotMode = new System.Windows.Forms.Label();
+            this.tb_PackageCode = new System.Windows.Forms.TextBox();
+            this.label23 = new System.Windows.Forms.Label();
+            this.button24 = new System.Windows.Forms.Button();
+            this.lbl_currHandlerPackageCodeForIssueOutboundTask = new System.Windows.Forms.Label();
             this.tPTransAsrs.SuspendLayout();
             this.panel14.SuspendLayout();
             this.panel15.SuspendLayout();
@@ -2801,6 +2805,7 @@
             // 
             // 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);
@@ -5474,6 +5479,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);
@@ -5833,6 +5841,44 @@
             this.lbl_RobotMode.Size = new System.Drawing.Size(127, 15);
             this.lbl_RobotMode.TabIndex = 12;
             this.lbl_RobotMode.Text = "缓存岛机器人模式";
+            // 
+            // 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 = "包号:";
+            // 
+            // 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);
+            // 
+            // 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 = "当前下发出库任务的包号";
             // 
             // FormCC
             // 
@@ -6347,6 +6393,10 @@
         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