ucCtuRunInfo.Designer.cs 14.7 KB
namespace TheMachine
{
    partial class ucCtuRunInfo
    {
        /// <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(ucCtuRunInfo));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.开关ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.启用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.占用点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.清空占用路线点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmBasket = new System.Windows.Forms.ToolStripMenuItem();
            this.清空所有背篓信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.清空当前任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.清空未放箱状态背篓ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lblEnabled = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblError = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblRobotState = new System.Windows.Forms.ToolStripStatusLabel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox1.Size = new System.Drawing.Size(234, 210);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "groupBox1";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 18);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(226, 188);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.listBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(4, 4);
            this.panel1.Margin = new System.Windows.Forms.Padding(4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(218, 180);
            this.panel1.TabIndex = 0;
            // 
            // listBox1
            // 
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.HorizontalScrollbar = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(0, 0);
            this.listBox1.Margin = new System.Windows.Forms.Padding(4);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(218, 180);
            this.listBox1.TabIndex = 0;
            // 
            // statusStrip1
            // 
            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripDropDownButton1,
            this.lblEnabled,
            this.lblError,
            this.lblRobotState});
            this.statusStrip1.Location = new System.Drawing.Point(0, 210);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
            this.statusStrip1.Size = new System.Drawing.Size(234, 26);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.开关ToolStripMenuItem,
            this.占用点ToolStripMenuItem,
            this.tsmBasket,
            this.清空当前任务ToolStripMenuItem,
            this.清空未放箱状态背篓ToolStripMenuItem});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(33, 24);
            this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
            // 
            // 开关ToolStripMenuItem
            // 
            this.开关ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.启用ToolStripMenuItem,
            this.关闭ToolStripMenuItem});
            this.开关ToolStripMenuItem.Name = "开关ToolStripMenuItem";
            this.开关ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.开关ToolStripMenuItem.Text = "开关";
            // 
            // 启用ToolStripMenuItem
            // 
            this.启用ToolStripMenuItem.Name = "启用ToolStripMenuItem";
            this.启用ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.启用ToolStripMenuItem.Text = "启用";
            this.启用ToolStripMenuItem.Click += new System.EventHandler(this.启用ToolStripMenuItem_Click);
            // 
            // 关闭ToolStripMenuItem
            // 
            this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
            this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.关闭ToolStripMenuItem.Text = "关闭";
            this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.关闭ToolStripMenuItem_Click);
            // 
            // 占用点ToolStripMenuItem
            // 
            this.占用点ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.清空占用路线点ToolStripMenuItem});
            this.占用点ToolStripMenuItem.Name = "占用点ToolStripMenuItem";
            this.占用点ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.占用点ToolStripMenuItem.Text = "占用点";
            // 
            // 清空占用路线点ToolStripMenuItem
            // 
            this.清空占用路线点ToolStripMenuItem.Name = "清空占用路线点ToolStripMenuItem";
            this.清空占用路线点ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.清空占用路线点ToolStripMenuItem.Text = "清空占用点";
            this.清空占用路线点ToolStripMenuItem.Click += new System.EventHandler(this.清空占用路线点ToolStripMenuItem_Click);
            // 
            // tsmBasket
            // 
            this.tsmBasket.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.清空所有背篓信息ToolStripMenuItem});
            this.tsmBasket.Name = "tsmBasket";
            this.tsmBasket.Size = new System.Drawing.Size(184, 22);
            this.tsmBasket.Text = "背篓";
            // 
            // 清空所有背篓信息ToolStripMenuItem
            // 
            this.清空所有背篓信息ToolStripMenuItem.Name = "清空所有背篓信息ToolStripMenuItem";
            this.清空所有背篓信息ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.清空所有背篓信息ToolStripMenuItem.Text = "清空所有背篓信息";
            this.清空所有背篓信息ToolStripMenuItem.Click += new System.EventHandler(this.清空所有背篓信息ToolStripMenuItem_Click);
            // 
            // 清空当前任务ToolStripMenuItem
            // 
            this.清空当前任务ToolStripMenuItem.Name = "清空当前任务ToolStripMenuItem";
            this.清空当前任务ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.清空当前任务ToolStripMenuItem.Text = "清空当前任务";
            this.清空当前任务ToolStripMenuItem.Click += new System.EventHandler(this.清空当前任务ToolStripMenuItem_Click);
            // 
            // 清空未放箱状态背篓ToolStripMenuItem
            // 
            this.清空未放箱状态背篓ToolStripMenuItem.Name = "清空未放箱状态背篓ToolStripMenuItem";
            this.清空未放箱状态背篓ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.清空未放箱状态背篓ToolStripMenuItem.Text = "清空未放箱状态背篓";
            this.清空未放箱状态背篓ToolStripMenuItem.Click += new System.EventHandler(this.清空未放箱状态背篓ToolStripMenuItem_Click);
            // 
            // lblEnabled
            // 
            this.lblEnabled.Name = "lblEnabled";
            this.lblEnabled.Size = new System.Drawing.Size(56, 21);
            this.lblEnabled.Text = "是否启用";
            // 
            // lblError
            // 
            this.lblError.Name = "lblError";
            this.lblError.Size = new System.Drawing.Size(0, 21);
            // 
            // lblRobotState
            // 
            this.lblRobotState.Name = "lblRobotState";
            this.lblRobotState.Size = new System.Drawing.Size(68, 21);
            this.lblRobotState.Text = "机器人状态";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Margin = new System.Windows.Forms.Padding(4);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(234, 210);
            this.panel2.TabIndex = 2;
            // 
            // ucCtuRunInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.statusStrip1);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "ucCtuRunInfo";
            this.Size = new System.Drawing.Size(234, 236);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.ToolStripStatusLabel lblError;
        private System.Windows.Forms.ToolStripStatusLabel lblEnabled;
        private System.Windows.Forms.ToolStripStatusLabel lblRobotState;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
        private System.Windows.Forms.ToolStripMenuItem tsmBasket;
        private System.Windows.Forms.ToolStripMenuItem 清空所有背篓信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 开关ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 启用ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 占用点ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 清空占用路线点ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 清空当前任务ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 清空未放箱状态背篓ToolStripMenuItem;
    }
}