AgvControl.Designer.cs 18.1 KB

namespace AutoScanAndLabel.UC
{
    partial class AgvControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox_right = new System.Windows.Forms.GroupBox();
            this.button_rightleavefull = new System.Windows.Forms.Button();
            this.button_rightneedempty = new System.Windows.Forms.Button();
            this.groupBox_left = new System.Windows.Forms.GroupBox();
            this.button_leftneedempty = new System.Windows.Forms.Button();
            this.button_Leftleavefull = new System.Windows.Forms.Button();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblCurMissionId = new System.Windows.Forms.Label();
            this.lblMissionResult = new System.Windows.Forms.Label();
            this.lblMissionRunstate = new System.Windows.Forms.Label();
            this.lblCurRunMissionId = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.txtStandbyId = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.txtMissionId = new System.Windows.Forms.TextBox();
            this.txtLeaveId = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtEnterId = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtMoveRSTId = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtMoveLSTId = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.groupBox_right.SuspendLayout();
            this.groupBox_left.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox_right
            // 
            this.groupBox_right.Controls.Add(this.button_rightleavefull);
            this.groupBox_right.Controls.Add(this.button_rightneedempty);
            this.groupBox_right.Location = new System.Drawing.Point(299, 20);
            this.groupBox_right.Name = "groupBox_right";
            this.groupBox_right.Size = new System.Drawing.Size(233, 226);
            this.groupBox_right.TabIndex = 0;
            this.groupBox_right.TabStop = false;
            this.groupBox_right.Text = "入口";
            // 
            // button_rightleavefull
            // 
            this.button_rightleavefull.Location = new System.Drawing.Point(23, 126);
            this.button_rightleavefull.Name = "button_rightleavefull";
            this.button_rightleavefull.Size = new System.Drawing.Size(175, 61);
            this.button_rightleavefull.TabIndex = 0;
            this.button_rightleavefull.Text = "空料串取出";
            this.button_rightleavefull.UseVisualStyleBackColor = true;
            this.button_rightleavefull.Click += new System.EventHandler(this.button_rightleavefull_Click);
            // 
            // button_rightneedempty
            // 
            this.button_rightneedempty.Location = new System.Drawing.Point(23, 40);
            this.button_rightneedempty.Name = "button_rightneedempty";
            this.button_rightneedempty.Size = new System.Drawing.Size(175, 61);
            this.button_rightneedempty.TabIndex = 0;
            this.button_rightneedempty.Text = "满料串送入";
            this.button_rightneedempty.UseVisualStyleBackColor = true;
            this.button_rightneedempty.Click += new System.EventHandler(this.button_rightneedempty_Click);
            // 
            // groupBox_left
            // 
            this.groupBox_left.Controls.Add(this.button_leftneedempty);
            this.groupBox_left.Controls.Add(this.button_Leftleavefull);
            this.groupBox_left.Location = new System.Drawing.Point(22, 20);
            this.groupBox_left.Name = "groupBox_left";
            this.groupBox_left.Size = new System.Drawing.Size(233, 226);
            this.groupBox_left.TabIndex = 0;
            this.groupBox_left.TabStop = false;
            this.groupBox_left.Text = "出口";
            // 
            // button_leftneedempty
            // 
            this.button_leftneedempty.Location = new System.Drawing.Point(30, 126);
            this.button_leftneedempty.Name = "button_leftneedempty";
            this.button_leftneedempty.Size = new System.Drawing.Size(175, 61);
            this.button_leftneedempty.TabIndex = 0;
            this.button_leftneedempty.Text = "空料串送入";
            this.button_leftneedempty.UseVisualStyleBackColor = true;
            this.button_leftneedempty.Click += new System.EventHandler(this.button_leftneedempty_Click);
            // 
            // button_Leftleavefull
            // 
            this.button_Leftleavefull.Location = new System.Drawing.Point(30, 40);
            this.button_Leftleavefull.Name = "button_Leftleavefull";
            this.button_Leftleavefull.Size = new System.Drawing.Size(175, 61);
            this.button_Leftleavefull.TabIndex = 0;
            this.button_Leftleavefull.Text = "满料串取出";
            this.button_Leftleavefull.UseVisualStyleBackColor = true;
            this.button_Leftleavefull.Click += new System.EventHandler(this.button_Leftleavefull_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblCurMissionId);
            this.groupBox2.Controls.Add(this.lblMissionResult);
            this.groupBox2.Controls.Add(this.lblMissionRunstate);
            this.groupBox2.Controls.Add(this.lblCurRunMissionId);
            this.groupBox2.Location = new System.Drawing.Point(555, 20);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(358, 226);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "任务状态";
            // 
            // lblCurMissionId
            // 
            this.lblCurMissionId.AutoSize = true;
            this.lblCurMissionId.Location = new System.Drawing.Point(7, 29);
            this.lblCurMissionId.Name = "lblCurMissionId";
            this.lblCurMissionId.Size = new System.Drawing.Size(152, 18);
            this.lblCurMissionId.TabIndex = 3;
            this.lblCurMissionId.Text = "当前的mission id";
            // 
            // lblMissionResult
            // 
            this.lblMissionResult.AutoSize = true;
            this.lblMissionResult.Location = new System.Drawing.Point(7, 169);
            this.lblMissionResult.Name = "lblMissionResult";
            this.lblMissionResult.Size = new System.Drawing.Size(143, 18);
            this.lblMissionResult.TabIndex = 2;
            this.lblMissionResult.Text = "mission运行结果";
            // 
            // lblMissionRunstate
            // 
            this.lblMissionRunstate.AutoSize = true;
            this.lblMissionRunstate.Location = new System.Drawing.Point(7, 130);
            this.lblMissionRunstate.Name = "lblMissionRunstate";
            this.lblMissionRunstate.Size = new System.Drawing.Size(143, 18);
            this.lblMissionRunstate.TabIndex = 1;
            this.lblMissionRunstate.Text = "mission运行状态";
            // 
            // lblCurRunMissionId
            // 
            this.lblCurRunMissionId.AutoSize = true;
            this.lblCurRunMissionId.Location = new System.Drawing.Point(7, 97);
            this.lblCurRunMissionId.Name = "lblCurRunMissionId";
            this.lblCurRunMissionId.Size = new System.Drawing.Size(188, 18);
            this.lblCurRunMissionId.TabIndex = 0;
            this.lblCurRunMissionId.Text = "正在运行的mission id";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button2);
            this.groupBox3.Controls.Add(this.txtStandbyId);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.txtMissionId);
            this.groupBox3.Controls.Add(this.txtLeaveId);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.txtEnterId);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Controls.Add(this.txtMoveRSTId);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.txtMoveLSTId);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Location = new System.Drawing.Point(136, 266);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(777, 237);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "手动任务";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(451, 114);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(169, 41);
            this.button2.TabIndex = 14;
            this.button2.Text = "重置呼叫";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // txtStandbyId
            // 
            this.txtStandbyId.Enabled = false;
            this.txtStandbyId.Location = new System.Drawing.Point(286, 118);
            this.txtStandbyId.Name = "txtStandbyId";
            this.txtStandbyId.Size = new System.Drawing.Size(100, 27);
            this.txtStandbyId.TabIndex = 13;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 127);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(170, 18);
            this.label1.TabIndex = 12;
            this.label1.Text = "去待机点任务编号:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(8, 185);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(98, 18);
            this.label7.TabIndex = 11;
            this.label7.Text = "任务编号:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(451, 172);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(169, 41);
            this.button1.TabIndex = 10;
            this.button1.Text = "任务测试";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // txtMissionId
            // 
            this.txtMissionId.Location = new System.Drawing.Point(286, 182);
            this.txtMissionId.Name = "txtMissionId";
            this.txtMissionId.Size = new System.Drawing.Size(100, 27);
            this.txtMissionId.TabIndex = 9;
            // 
            // txtLeaveId
            // 
            this.txtLeaveId.Enabled = false;
            this.txtLeaveId.Location = new System.Drawing.Point(658, 81);
            this.txtLeaveId.Name = "txtLeaveId";
            this.txtLeaveId.Size = new System.Drawing.Size(100, 27);
            this.txtLeaveId.TabIndex = 8;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(412, 81);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(161, 18);
            this.label5.TabIndex = 7;
            this.label5.Text = "流出AGV任务编号:";
            // 
            // txtEnterId
            // 
            this.txtEnterId.Enabled = false;
            this.txtEnterId.Location = new System.Drawing.Point(658, 26);
            this.txtEnterId.Name = "txtEnterId";
            this.txtEnterId.Size = new System.Drawing.Size(100, 27);
            this.txtEnterId.TabIndex = 6;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(412, 29);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(161, 18);
            this.label6.TabIndex = 5;
            this.label6.Text = "流入AGV任务编号:";
            // 
            // txtMoveRSTId
            // 
            this.txtMoveRSTId.Enabled = false;
            this.txtMoveRSTId.Location = new System.Drawing.Point(286, 72);
            this.txtMoveRSTId.Name = "txtMoveRSTId";
            this.txtMoveRSTId.Size = new System.Drawing.Size(100, 27);
            this.txtMoveRSTId.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 81);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(152, 18);
            this.label3.TabIndex = 3;
            this.label3.Text = "去入口任务编号:";
            // 
            // txtMoveLSTId
            // 
            this.txtMoveLSTId.Enabled = false;
            this.txtMoveLSTId.Location = new System.Drawing.Point(286, 26);
            this.txtMoveLSTId.Name = "txtMoveLSTId";
            this.txtMoveLSTId.Size = new System.Drawing.Size(100, 27);
            this.txtMoveLSTId.TabIndex = 2;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 29);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(152, 18);
            this.label4.TabIndex = 1;
            this.label4.Text = "去出口任务编号:";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(22, 266);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(66, 22);
            this.checkBox1.TabIndex = 7;
            this.checkBox1.Text = "手动";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // AgvControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox_left);
            this.Controls.Add(this.groupBox_right);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "AgvControl";
            this.Size = new System.Drawing.Size(924, 521);
            this.groupBox_right.ResumeLayout(false);
            this.groupBox_left.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox_right;
        private System.Windows.Forms.GroupBox groupBox_left;
        private System.Windows.Forms.Button button_rightleavefull;
        private System.Windows.Forms.Button button_rightneedempty;
        private System.Windows.Forms.Button button_leftneedempty;
        private System.Windows.Forms.Button button_Leftleavefull;
        private System.ComponentModel.BackgroundWorker backgroundWorker1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TextBox txtMoveRSTId;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtMoveLSTId;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtLeaveId;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtEnterId;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.Label lblMissionResult;
        private System.Windows.Forms.Label lblMissionRunstate;
        private System.Windows.Forms.Label lblCurRunMissionId;
        private System.Windows.Forms.Label lblCurMissionId;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox txtMissionId;
        private System.Windows.Forms.TextBox txtStandbyId;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button2;
    }
}