Status.Designer.cs 8.4 KB
namespace AGV_UI
{
    partial class Status
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Status));
            this.panelTitle = new System.Windows.Forms.Panel();
            this.lblBattery = new System.Windows.Forms.Label();
            this.picBxConn = new System.Windows.Forms.PictureBox();
            this.lblName = new System.Windows.Forms.Label();
            this.panelAGVState = new System.Windows.Forms.Panel();
            this.lblAGVState = new System.Windows.Forms.Label();
            this.lblTask = new System.Windows.Forms.Label();
            this.flowPanelMissionState = new System.Windows.Forms.FlowLayoutPanel();
            this.panelTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBxConn)).BeginInit();
            this.panelAGVState.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelTitle
            // 
            this.panelTitle.BackColor = System.Drawing.Color.LightBlue;
            this.panelTitle.Controls.Add(this.lblBattery);
            this.panelTitle.Controls.Add(this.picBxConn);
            this.panelTitle.Controls.Add(this.lblName);
            this.panelTitle.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTitle.Location = new System.Drawing.Point(0, 0);
            this.panelTitle.Name = "panelTitle";
            this.panelTitle.Size = new System.Drawing.Size(287, 47);
            this.panelTitle.TabIndex = 0;
            // 
            // lblBattery
            // 
            this.lblBattery.Dock = System.Windows.Forms.DockStyle.Right;
            this.lblBattery.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblBattery.ForeColor = System.Drawing.Color.Black;
            this.lblBattery.Image = ((System.Drawing.Image)(resources.GetObject("lblBattery.Image")));
            this.lblBattery.Location = new System.Drawing.Point(249, 0);
            this.lblBattery.Name = "lblBattery";
            this.lblBattery.Size = new System.Drawing.Size(38, 47);
            this.lblBattery.TabIndex = 2;
            this.lblBattery.Text = "0%";
            this.lblBattery.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // picBxConn
            // 
            this.picBxConn.Dock = System.Windows.Forms.DockStyle.Left;
            this.picBxConn.Image = ((System.Drawing.Image)(resources.GetObject("picBxConn.Image")));
            this.picBxConn.Location = new System.Drawing.Point(0, 0);
            this.picBxConn.Name = "picBxConn";
            this.picBxConn.Size = new System.Drawing.Size(51, 47);
            this.picBxConn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.picBxConn.TabIndex = 1;
            this.picBxConn.TabStop = false;
            // 
            // lblName
            // 
            this.lblName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblName.Location = new System.Drawing.Point(0, 0);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(287, 47);
            this.lblName.TabIndex = 0;
            this.lblName.Text = "#号车";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelAGVState
            // 
            this.panelAGVState.Controls.Add(this.lblAGVState);
            this.panelAGVState.Controls.Add(this.lblTask);
            this.panelAGVState.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelAGVState.Location = new System.Drawing.Point(0, 47);
            this.panelAGVState.Name = "panelAGVState";
            this.panelAGVState.Size = new System.Drawing.Size(287, 50);
            this.panelAGVState.TabIndex = 1;
            // 
            // lblAGVState
            // 
            this.lblAGVState.Dock = System.Windows.Forms.DockStyle.Right;
            this.lblAGVState.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAGVState.Image = ((System.Drawing.Image)(resources.GetObject("lblAGVState.Image")));
            this.lblAGVState.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblAGVState.Location = new System.Drawing.Point(160, 0);
            this.lblAGVState.Name = "lblAGVState";
            this.lblAGVState.Size = new System.Drawing.Size(127, 50);
            this.lblAGVState.TabIndex = 1;
            this.lblAGVState.Text = "None";
            this.lblAGVState.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblTask
            // 
            this.lblTask.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblTask.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTask.Image = ((System.Drawing.Image)(resources.GetObject("lblTask.Image")));
            this.lblTask.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblTask.Location = new System.Drawing.Point(0, 0);
            this.lblTask.Name = "lblTask";
            this.lblTask.Size = new System.Drawing.Size(154, 50);
            this.lblTask.TabIndex = 0;
            this.lblTask.Text = "无任务";
            this.lblTask.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // flowPanelMissionState
            // 
            this.flowPanelMissionState.BackColor = System.Drawing.Color.LightBlue;
            this.flowPanelMissionState.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowPanelMissionState.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.flowPanelMissionState.Location = new System.Drawing.Point(0, 97);
            this.flowPanelMissionState.Name = "flowPanelMissionState";
            this.flowPanelMissionState.Size = new System.Drawing.Size(287, 230);
            this.flowPanelMissionState.TabIndex = 2;
            this.flowPanelMissionState.Click += new System.EventHandler(this.flowPanelMissionState_Click);
            // 
            // Status
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.flowPanelMissionState);
            this.Controls.Add(this.panelAGVState);
            this.Controls.Add(this.panelTitle);
            this.Name = "Status";
            this.Size = new System.Drawing.Size(287, 327);
            this.panelTitle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBxConn)).EndInit();
            this.panelAGVState.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelTitle;
        private System.Windows.Forms.Label lblName;
        private System.Windows.Forms.PictureBox picBxConn;
        private System.Windows.Forms.Label lblBattery;
        private System.Windows.Forms.Panel panelAGVState;
        private System.Windows.Forms.Label lblTask;
        private System.Windows.Forms.Label lblAGVState;
        private System.Windows.Forms.FlowLayoutPanel flowPanelMissionState;
    }
}