FormMain.Designer.cs 13.5 KB
using System.Windows.Forms;

namespace AGVDispatch
{
    partial class FormMain
    {
        /// <summary>
        ///  Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        ///  Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.bottomPanel = new System.Windows.Forms.Panel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.stsLblApi = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblmemory = new System.Windows.Forms.ToolStripStatusLabel();
            this.leftPanel = new System.Windows.Forms.Panel();
            this.btnAbout = new System.Windows.Forms.Button();
            this.btnSetting = new System.Windows.Forms.Button();
            this.btnLog = new System.Windows.Forms.Button();
            this.btnOrder = new System.Windows.Forms.Button();
            this.btnNode = new System.Windows.Forms.Button();
            this.btnRobot = new System.Windows.Forms.Button();
            this.btnMain = new System.Windows.Forms.Button();
            this.bodyPanel = new System.Windows.Forms.Panel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.bottomPanel.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.leftPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // bottomPanel
            // 
            this.bottomPanel.Controls.Add(this.statusStrip1);
            this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bottomPanel.Location = new System.Drawing.Point(0, 937);
            this.bottomPanel.Name = "bottomPanel";
            this.bottomPanel.Size = new System.Drawing.Size(1344, 35);
            this.bottomPanel.TabIndex = 1;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stsLblApi,
            this.lblmemory});
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
            this.statusStrip1.Size = new System.Drawing.Size(1344, 35);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // stsLblApi
            // 
            this.stsLblApi.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.stsLblApi.Name = "stsLblApi";
            this.stsLblApi.Size = new System.Drawing.Size(74, 30);
            this.stsLblApi.Text = "接口服务";
            this.stsLblApi.Visible = false;
            this.stsLblApi.Click += new System.EventHandler(this.openApi_Click);
            // 
            // lblmemory
            // 
            this.lblmemory.Name = "lblmemory";
            this.lblmemory.Size = new System.Drawing.Size(35, 30);
            this.lblmemory.Text = "0MB";
            // 
            // leftPanel
            // 
            this.leftPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.leftPanel.Controls.Add(this.btnAbout);
            this.leftPanel.Controls.Add(this.btnSetting);
            this.leftPanel.Controls.Add(this.btnLog);
            this.leftPanel.Controls.Add(this.btnOrder);
            this.leftPanel.Controls.Add(this.btnNode);
            this.leftPanel.Controls.Add(this.btnRobot);
            this.leftPanel.Controls.Add(this.btnMain);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 0);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Size = new System.Drawing.Size(114, 937);
            this.leftPanel.TabIndex = 2;
            // 
            // btnAbout
            // 
            this.btnAbout.BackColor = System.Drawing.Color.White;
            this.btnAbout.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnAbout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAbout.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnAbout.Location = new System.Drawing.Point(0, 258);
            this.btnAbout.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(112, 43);
            this.btnAbout.TabIndex = 6;
            this.btnAbout.Text = "关于";
            this.btnAbout.UseVisualStyleBackColor = false;
            this.btnAbout.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnSetting
            // 
            this.btnSetting.BackColor = System.Drawing.Color.White;
            this.btnSetting.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnSetting.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnSetting.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnSetting.Location = new System.Drawing.Point(0, 215);
            this.btnSetting.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnSetting.Name = "btnSetting";
            this.btnSetting.Size = new System.Drawing.Size(112, 43);
            this.btnSetting.TabIndex = 5;
            this.btnSetting.Text = "手动";
            this.btnSetting.UseVisualStyleBackColor = false;
            this.btnSetting.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnLog
            // 
            this.btnLog.BackColor = System.Drawing.Color.White;
            this.btnLog.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnLog.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnLog.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnLog.Location = new System.Drawing.Point(0, 172);
            this.btnLog.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnLog.Name = "btnLog";
            this.btnLog.Size = new System.Drawing.Size(112, 43);
            this.btnLog.TabIndex = 4;
            this.btnLog.Text = "日志";
            this.btnLog.UseVisualStyleBackColor = false;
            this.btnLog.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnOrder
            // 
            this.btnOrder.BackColor = System.Drawing.Color.White;
            this.btnOrder.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnOrder.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnOrder.Location = new System.Drawing.Point(0, 129);
            this.btnOrder.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnOrder.Name = "btnOrder";
            this.btnOrder.Size = new System.Drawing.Size(112, 43);
            this.btnOrder.TabIndex = 3;
            this.btnOrder.Text = "运输单";
            this.btnOrder.UseVisualStyleBackColor = false;
            this.btnOrder.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnNode
            // 
            this.btnNode.BackColor = System.Drawing.Color.White;
            this.btnNode.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnNode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnNode.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnNode.Location = new System.Drawing.Point(0, 86);
            this.btnNode.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnNode.Name = "btnNode";
            this.btnNode.Size = new System.Drawing.Size(112, 43);
            this.btnNode.TabIndex = 2;
            this.btnNode.Text = "点位";
            this.btnNode.UseVisualStyleBackColor = false;
            this.btnNode.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnRobot
            // 
            this.btnRobot.BackColor = System.Drawing.Color.White;
            this.btnRobot.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnRobot.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnRobot.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnRobot.Location = new System.Drawing.Point(0, 43);
            this.btnRobot.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnRobot.Name = "btnRobot";
            this.btnRobot.Size = new System.Drawing.Size(112, 43);
            this.btnRobot.TabIndex = 1;
            this.btnRobot.Tag = "";
            this.btnRobot.Text = "机器人";
            this.btnRobot.UseVisualStyleBackColor = false;
            this.btnRobot.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // btnMain
            // 
            this.btnMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.btnMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.btnMain.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnMain.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
            this.btnMain.Location = new System.Drawing.Point(0, 0);
            this.btnMain.Margin = new System.Windows.Forms.Padding(3, 11, 3, 3);
            this.btnMain.Name = "btnMain";
            this.btnMain.Size = new System.Drawing.Size(112, 43);
            this.btnMain.TabIndex = 0;
            this.btnMain.Tag = "";
            this.btnMain.Text = "主页";
            this.btnMain.UseVisualStyleBackColor = false;
            this.btnMain.Click += new System.EventHandler(this.leftBtn_Click);
            // 
            // bodyPanel
            // 
            this.bodyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.bodyPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bodyPanel.Location = new System.Drawing.Point(114, 0);
            this.bodyPanel.Name = "bodyPanel";
            this.bodyPanel.Size = new System.Drawing.Size(1230, 937);
            this.bodyPanel.TabIndex = 3;
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1344, 972);
            this.Controls.Add(this.bodyPanel);
            this.Controls.Add(this.leftPanel);
            this.Controls.Add(this.bottomPanel);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3);
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "AGV调度系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.bottomPanel.ResumeLayout(false);
            this.bottomPanel.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.leftPanel.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private Panel bottomPanel;
        private Panel leftPanel;
        private Panel bodyPanel;
        private Button btnMain;
        private Button btnNode;
        private Button btnRobot;
        private Button btnLog;
        private Button btnOrder;
        private Button btnAbout;
        private Button btnSetting;
        private StatusStrip statusStrip1;
        private ToolStripStatusLabel stsLblApi;
        private ToolStripStatusLabel lblmemory;
        private System.Windows.Forms.Timer timer1;
    }
}