From 33e4b20a090df3ee351277e78ee4e171be43e492 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 24 11月 2024 17:01:36 +0800 Subject: [PATCH] 222 --- CC/iWareCC_ASRS/FormCC.Designer.cs | 156 ++++++++++++++++++++++++++-------------------------- 1 files changed, 78 insertions(+), 78 deletions(-) diff --git a/CC/iWareCC_ASRS/FormCC.Designer.cs b/CC/iWareCC_ASRS/FormCC.Designer.cs index 47ff185..20736dc 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(); @@ -242,8 +244,8 @@ 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_Alert_PrintHandler = new System.Windows.Forms.Label(); + this.ck_PrintHandler = 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(); @@ -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(); @@ -469,11 +474,6 @@ this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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(); @@ -2824,6 +2824,26 @@ 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 // this.rBOnlyIn.Appearance = System.Windows.Forms.Appearance.Button; @@ -2996,8 +3016,8 @@ 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_Alert_PrintHandler); + this.groupBox1.Controls.Add(this.ck_PrintHandler); this.groupBox1.Controls.Add(this.lbl_MainTaskDecompose); this.groupBox1.Controls.Add(this.ckMainTaskDecompose); this.groupBox1.Controls.Add(this.lbl_Alert_DeleteData); @@ -3266,28 +3286,28 @@ this.ck_DataProcess_RobotBuffer_IssueOutboundTask.UseVisualStyleBackColor = true; this.ck_DataProcess_RobotBuffer_IssueOutboundTask.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged); // - // lbl_Alert_EmptySalverTransfer + // lbl_Alert_PrintHandler // - 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_Alert_PrintHandler.AutoSize = true; + this.lbl_Alert_PrintHandler.BackColor = System.Drawing.Color.White; + this.lbl_Alert_PrintHandler.ForeColor = System.Drawing.Color.Red; + this.lbl_Alert_PrintHandler.Location = new System.Drawing.Point(215, 492); + this.lbl_Alert_PrintHandler.Name = "lbl_Alert_PrintHandler"; + this.lbl_Alert_PrintHandler.Size = new System.Drawing.Size(70, 15); + this.lbl_Alert_PrintHandler.TabIndex = 37; + this.lbl_Alert_PrintHandler.Text = "label11"; // - // ckEmptySalverTransfer + // ck_PrintHandler // - 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_PrintHandler.AutoSize = true; + this.ck_PrintHandler.Location = new System.Drawing.Point(4, 492); + this.ck_PrintHandler.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ck_PrintHandler.Name = "ck_PrintHandler"; + this.ck_PrintHandler.Size = new System.Drawing.Size(125, 19); + this.ck_PrintHandler.TabIndex = 36; + this.ck_PrintHandler.Text = "打印服务线程"; + this.ck_PrintHandler.UseVisualStyleBackColor = true; + this.ck_PrintHandler.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged); // // lbl_MainTaskDecompose // @@ -5503,6 +5523,34 @@ 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 // this.button23.BackColor = System.Drawing.Color.Aqua; @@ -5832,54 +5880,6 @@ this.btn_Find_OutTaskRetryToMes.UseVisualStyleBackColor = true; this.btn_Find_OutTaskRetryToMes.Click += new System.EventHandler(this.btn_Find_OutTaskRetryToMes_Click); // - // 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 = "缓存岛机器人模式"; - // - // 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 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); @@ -6152,8 +6152,8 @@ 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_Alert_PrintHandler; + private System.Windows.Forms.CheckBox ck_PrintHandler; 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; -- Gitblit v1.9.3