MycronicControl.Designer.cs 17.2 KB

namespace TheMachine.device.Other
{
    partial class MycronicControl
    {
        /// <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();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.stateView = new TheMachine.DoubleBufferListView();
            this.btn_manualout = new System.Windows.Forms.Button();
            this.txt_reelid = new System.Windows.Forms.TextBox();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.uc_boxdebug1 = new TheMachine.uc_boxdebug();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.uc_boxdebug2 = new TheMachine.uc_boxdebug();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.uc_boxdebug3 = new TheMachine.uc_boxdebug();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.ucurRobot1 = new URRobot.UCURRobot();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.ucurRobot2 = new URRobot.UCURRobot();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.ucurRobot3 = new URRobot.UCURRobot();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btn_ResetRobot = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.panel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1000, 574);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.btn_ResetRobot);
            this.tabPage4.Controls.Add(this.groupBox2);
            this.tabPage4.Controls.Add(this.btn_manualout);
            this.tabPage4.Controls.Add(this.txt_reelid);
            this.tabPage4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(992, 548);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "配置";
            this.tabPage4.UseVisualStyleBackColor = true;
            this.tabPage4.Click += new System.EventHandler(this.tabPage4_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.stateView);
            this.groupBox2.Location = new System.Drawing.Point(19, 24);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(561, 365);
            this.groupBox2.TabIndex = 24;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Tower Status";
            // 
            // stateView
            // 
            this.stateView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stateView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stateView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.stateView.HideSelection = false;
            this.stateView.Location = new System.Drawing.Point(3, 29);
            this.stateView.MultiSelect = false;
            this.stateView.Name = "stateView";
            this.stateView.Size = new System.Drawing.Size(555, 333);
            this.stateView.TabIndex = 0;
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // btn_manualout
            // 
            this.btn_manualout.Location = new System.Drawing.Point(829, 487);
            this.btn_manualout.Name = "btn_manualout";
            this.btn_manualout.Size = new System.Drawing.Size(100, 38);
            this.btn_manualout.TabIndex = 23;
            this.btn_manualout.Text = "reelid出库";
            this.btn_manualout.UseVisualStyleBackColor = true;
            this.btn_manualout.Click += new System.EventHandler(this.btn_manualout_Click);
            // 
            // txt_reelid
            // 
            this.txt_reelid.Location = new System.Drawing.Point(631, 497);
            this.txt_reelid.Name = "txt_reelid";
            this.txt_reelid.Size = new System.Drawing.Size(192, 33);
            this.txt_reelid.TabIndex = 22;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.uc_boxdebug1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(992, 548);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "MI1 点位";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // uc_boxdebug1
            // 
            this.uc_boxdebug1.Config = null;
            this.uc_boxdebug1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug1.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug1.Name = "uc_boxdebug1";
            this.uc_boxdebug1.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug1.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.uc_boxdebug2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(992, 548);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "MI2 点位";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // uc_boxdebug2
            // 
            this.uc_boxdebug2.Config = null;
            this.uc_boxdebug2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug2.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug2.Name = "uc_boxdebug2";
            this.uc_boxdebug2.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug2.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.uc_boxdebug3);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(992, 548);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "CI 点位";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // uc_boxdebug3
            // 
            this.uc_boxdebug3.Config = null;
            this.uc_boxdebug3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug3.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug3.Name = "uc_boxdebug3";
            this.uc_boxdebug3.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug3.TabIndex = 0;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.panel1);
            this.tabPage5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(992, 548);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Robot";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.flowLayoutPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(986, 224);
            this.panel1.TabIndex = 22;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.groupBox1);
            this.flowLayoutPanel1.Controls.Add(this.groupBox3);
            this.flowLayoutPanel1.Controls.Add(this.groupBox4);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(986, 224);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ucurRobot1);
            this.groupBox1.Location = new System.Drawing.Point(2, 2);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox1.Size = new System.Drawing.Size(310, 215);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "MI1";
            // 
            // ucurRobot1
            // 
            this.ucurRobot1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot1.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot1.Name = "ucurRobot1";
            this.ucurRobot1.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot1.TabIndex = 17;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.ucurRobot2);
            this.groupBox3.Location = new System.Drawing.Point(316, 2);
            this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox3.Size = new System.Drawing.Size(310, 215);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "MI2";
            // 
            // ucurRobot2
            // 
            this.ucurRobot2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot2.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot2.Name = "ucurRobot2";
            this.ucurRobot2.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot2.TabIndex = 17;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.ucurRobot3);
            this.groupBox4.Location = new System.Drawing.Point(630, 2);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox4.Size = new System.Drawing.Size(310, 215);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "CI";
            // 
            // ucurRobot3
            // 
            this.ucurRobot3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot3.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot3.Name = "ucurRobot3";
            this.ucurRobot3.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot3.TabIndex = 17;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btn_ResetRobot
            // 
            this.btn_ResetRobot.Location = new System.Drawing.Point(19, 437);
            this.btn_ResetRobot.Name = "btn_ResetRobot";
            this.btn_ResetRobot.Size = new System.Drawing.Size(267, 93);
            this.btn_ResetRobot.TabIndex = 25;
            this.btn_ResetRobot.Text = "机器人复位至待机点, 并释放压紧装置";
            this.btn_ResetRobot.UseVisualStyleBackColor = true;
            this.btn_ResetRobot.Click += new System.EventHandler(this.btn_ResetRobot_Click);
            // 
            // MycronicControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "MycronicControl";
            this.Size = new System.Drawing.Size(1000, 574);
            this.Load += new System.EventHandler(this.MycronicControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private uc_boxdebug uc_boxdebug1;
        private System.Windows.Forms.TabPage tabPage3;
        private uc_boxdebug uc_boxdebug2;
        private uc_boxdebug uc_boxdebug3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button btn_manualout;
        private System.Windows.Forms.TextBox txt_reelid;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox1;
        private URRobot.UCURRobot ucurRobot1;
        private System.Windows.Forms.GroupBox groupBox3;
        private URRobot.UCURRobot ucurRobot2;
        private System.Windows.Forms.GroupBox groupBox4;
        private URRobot.UCURRobot ucurRobot3;
        private System.Windows.Forms.GroupBox groupBox2;
        private DoubleBufferListView stateView;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btn_ResetRobot;
    }
}