From 142e78034cdc629f74090caa62b9b2d216eb0a86 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周六, 23 11月 2024 16:07:08 +0800 Subject: [PATCH] 222 --- CC/iWareCC_ASRS/FormCC.Designer.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/CC/iWareCC_ASRS/FormCC.Designer.cs b/CC/iWareCC_ASRS/FormCC.Designer.cs index 4ab904d..6c5286f 100644 --- a/CC/iWareCC_ASRS/FormCC.Designer.cs +++ b/CC/iWareCC_ASRS/FormCC.Designer.cs @@ -469,6 +469,7 @@ 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.tPTransAsrs.SuspendLayout(); this.panel14.SuspendLayout(); this.panel15.SuspendLayout(); @@ -2800,6 +2801,7 @@ // // panel_Model // + 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); @@ -5822,6 +5824,16 @@ 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 = "缓存岛机器人模式"; + // // FormCC // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); @@ -6334,6 +6346,7 @@ 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; } } -- Gitblit v1.9.3