Manual.Designer.cs 12.9 KB
namespace AGVControl
{
    partial class Manual
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manual));
            this.panelInfo = new System.Windows.Forms.Panel();
            this.lblInfo = new System.Windows.Forms.Label();
            this.grpBxRunMode = new System.Windows.Forms.GroupBox();
            this.chkBxAuto = new System.Windows.Forms.CheckBox();
            this.btnReSendTask = new System.Windows.Forms.Button();
            this.grpBxOperation = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.btnReady = new System.Windows.Forms.Button();
            this.btnPause = new System.Windows.Forms.Button();
            this.btnClearErr = new System.Windows.Forms.Button();
            this.grpBxMission = new System.Windows.Forms.GroupBox();
            this.btnAssignTask = new System.Windows.Forms.Button();
            this.cmbBxMission = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panelInfo.SuspendLayout();
            this.grpBxRunMode.SuspendLayout();
            this.grpBxOperation.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.grpBxMission.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelInfo
            // 
            this.panelInfo.Controls.Add(this.lblInfo);
            this.panelInfo.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelInfo.Location = new System.Drawing.Point(0, 0);
            this.panelInfo.Name = "panelInfo";
            this.panelInfo.Size = new System.Drawing.Size(385, 43);
            this.panelInfo.TabIndex = 0;
            // 
            // lblInfo
            // 
            this.lblInfo.BackColor = System.Drawing.Color.LightBlue;
            this.lblInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInfo.Location = new System.Drawing.Point(0, 0);
            this.lblInfo.Name = "lblInfo";
            this.lblInfo.Size = new System.Drawing.Size(385, 43);
            this.lblInfo.TabIndex = 0;
            this.lblInfo.Text = "#号车";
            this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // grpBxRunMode
            // 
            this.grpBxRunMode.Controls.Add(this.label2);
            this.grpBxRunMode.Controls.Add(this.label1);
            this.grpBxRunMode.Controls.Add(this.chkBxAuto);
            this.grpBxRunMode.Controls.Add(this.btnReSendTask);
            this.grpBxRunMode.Dock = System.Windows.Forms.DockStyle.Top;
            this.grpBxRunMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.grpBxRunMode.Location = new System.Drawing.Point(0, 43);
            this.grpBxRunMode.Name = "grpBxRunMode";
            this.grpBxRunMode.Size = new System.Drawing.Size(385, 70);
            this.grpBxRunMode.TabIndex = 1;
            this.grpBxRunMode.TabStop = false;
            this.grpBxRunMode.Text = "模式选择";
            // 
            // chkBxAuto
            // 
            this.chkBxAuto.AutoSize = true;
            this.chkBxAuto.Location = new System.Drawing.Point(7, 21);
            this.chkBxAuto.Name = "chkBxAuto";
            this.chkBxAuto.Size = new System.Drawing.Size(76, 16);
            this.chkBxAuto.TabIndex = 0;
            this.chkBxAuto.Text = "自动模式";
            this.chkBxAuto.UseVisualStyleBackColor = true;
            this.chkBxAuto.CheckedChanged += new System.EventHandler(this.chkBxAuto_CheckedChanged);
            // 
            // btnReSendTask
            // 
            this.btnReSendTask.Location = new System.Drawing.Point(96, 11);
            this.btnReSendTask.Name = "btnReSendTask";
            this.btnReSendTask.Size = new System.Drawing.Size(75, 53);
            this.btnReSendTask.TabIndex = 3;
            this.btnReSendTask.Text = "任务重发";
            this.btnReSendTask.UseVisualStyleBackColor = true;
            this.btnReSendTask.Click += new System.EventHandler(this.btnReSendTask_Click);
            // 
            // grpBxOperation
            // 
            this.grpBxOperation.Controls.Add(this.flowLayoutPanel1);
            this.grpBxOperation.Dock = System.Windows.Forms.DockStyle.Top;
            this.grpBxOperation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.grpBxOperation.Location = new System.Drawing.Point(0, 113);
            this.grpBxOperation.Name = "grpBxOperation";
            this.grpBxOperation.Size = new System.Drawing.Size(385, 108);
            this.grpBxOperation.TabIndex = 2;
            this.grpBxOperation.TabStop = false;
            this.grpBxOperation.Text = "操作";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.btnReady);
            this.flowLayoutPanel1.Controls.Add(this.btnPause);
            this.flowLayoutPanel1.Controls.Add(this.btnClearErr);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 17);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(379, 88);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // btnReady
            // 
            this.btnReady.BackColor = System.Drawing.Color.Lime;
            this.btnReady.Location = new System.Drawing.Point(30, 3);
            this.btnReady.Margin = new System.Windows.Forms.Padding(30, 3, 5, 3);
            this.btnReady.Name = "btnReady";
            this.btnReady.Size = new System.Drawing.Size(88, 61);
            this.btnReady.TabIndex = 0;
            this.btnReady.Text = "运行";
            this.btnReady.UseVisualStyleBackColor = false;
            this.btnReady.Click += new System.EventHandler(this.btnReady_Click);
            // 
            // btnPause
            // 
            this.btnPause.BackColor = System.Drawing.Color.Red;
            this.btnPause.Location = new System.Drawing.Point(153, 3);
            this.btnPause.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(88, 61);
            this.btnPause.TabIndex = 1;
            this.btnPause.Text = "暂停";
            this.btnPause.UseVisualStyleBackColor = false;
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // btnClearErr
            // 
            this.btnClearErr.BackColor = System.Drawing.Color.Yellow;
            this.btnClearErr.Location = new System.Drawing.Point(274, 3);
            this.btnClearErr.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
            this.btnClearErr.Name = "btnClearErr";
            this.btnClearErr.Size = new System.Drawing.Size(88, 61);
            this.btnClearErr.TabIndex = 2;
            this.btnClearErr.Text = "清除错误";
            this.btnClearErr.UseVisualStyleBackColor = false;
            this.btnClearErr.Click += new System.EventHandler(this.btnClearErr_Click);
            // 
            // grpBxMission
            // 
            this.grpBxMission.Controls.Add(this.btnAssignTask);
            this.grpBxMission.Controls.Add(this.cmbBxMission);
            this.grpBxMission.Dock = System.Windows.Forms.DockStyle.Top;
            this.grpBxMission.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.grpBxMission.Location = new System.Drawing.Point(0, 221);
            this.grpBxMission.Name = "grpBxMission";
            this.grpBxMission.Size = new System.Drawing.Size(385, 70);
            this.grpBxMission.TabIndex = 3;
            this.grpBxMission.TabStop = false;
            this.grpBxMission.Text = "手动任务";
            // 
            // btnAssignTask
            // 
            this.btnAssignTask.Location = new System.Drawing.Point(216, 12);
            this.btnAssignTask.Name = "btnAssignTask";
            this.btnAssignTask.Size = new System.Drawing.Size(131, 35);
            this.btnAssignTask.TabIndex = 1;
            this.btnAssignTask.Text = "发任务";
            this.btnAssignTask.UseVisualStyleBackColor = true;
            this.btnAssignTask.Click += new System.EventHandler(this.btnAssignTask_Click);
            // 
            // cmbBxMission
            // 
            this.cmbBxMission.FormattingEnabled = true;
            this.cmbBxMission.Location = new System.Drawing.Point(12, 20);
            this.cmbBxMission.Name = "cmbBxMission";
            this.cmbBxMission.Size = new System.Drawing.Size(159, 20);
            this.cmbBxMission.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(194, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "label1";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(194, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "label2";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Manual
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(385, 297);
            this.Controls.Add(this.grpBxMission);
            this.Controls.Add(this.grpBxOperation);
            this.Controls.Add(this.grpBxRunMode);
            this.Controls.Add(this.panelInfo);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Manual";
            this.Load += new System.EventHandler(this.Manual_Load);
            this.panelInfo.ResumeLayout(false);
            this.grpBxRunMode.ResumeLayout(false);
            this.grpBxRunMode.PerformLayout();
            this.grpBxOperation.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.grpBxMission.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelInfo;
        private System.Windows.Forms.Label lblInfo;
        private System.Windows.Forms.GroupBox grpBxRunMode;
        private System.Windows.Forms.CheckBox chkBxAuto;
        private System.Windows.Forms.GroupBox grpBxOperation;
        private System.Windows.Forms.Button btnReady;
        private System.Windows.Forms.Button btnPause;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.Button btnReSendTask;
        private System.Windows.Forms.Button btnClearErr;
        private System.Windows.Forms.GroupBox grpBxMission;
        private System.Windows.Forms.Button btnAssignTask;
        private System.Windows.Forms.ComboBox cmbBxMission;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer timer1;
    }
}