222
schangxiang@126.com
2024-11-23 142e78034cdc629f74090caa62b9b2d216eb0a86
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;
    }
}