TransplantControl.Designer.cs 14.4 KB

namespace TheMachine
{
    partial class TransplantControl
    {
        /// <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.axisMoveControl1 = new DeviceLibrary.AxisMoveControl();
            this.button_save = new System.Windows.Forms.Button();
            this.textBox_p2 = new System.Windows.Forms.TextBox();
            this.textBox_p3 = new System.Windows.Forms.TextBox();
            this.button_p2 = new System.Windows.Forms.Button();
            this.button_p3 = new System.Windows.Forms.Button();
            this.button_p1 = new System.Windows.Forms.Button();
            this.cylinderButton8 = new TheMachine.CylinderButton();
            this.cylinderButton2 = new TheMachine.CylinderButton();
            this.cylinderButton7 = new TheMachine.CylinderButton();
            this.cylinderButton6 = new TheMachine.CylinderButton();
            this.cylinderButton1 = new TheMachine.CylinderButton();
            this.ioControl1 = new TheMachine.IOControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btn_Reset = new System.Windows.Forms.Button();
            this.btn_sucker_release = new System.Windows.Forms.Button();
            this.rfidControl1 = new TheMachine.UC.RfidControl();
            this.cb_disabledevice = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Location = new System.Drawing.Point(3, 245);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(558, 402);
            this.axisMoveControl1.TabIndex = 6;
            this.axisMoveControl1.Tag = "not";
            // 
            // button_save
            // 
            this.button_save.Location = new System.Drawing.Point(762, 640);
            this.button_save.Name = "button_save";
            this.button_save.Size = new System.Drawing.Size(100, 23);
            this.button_save.TabIndex = 7;
            this.button_save.Text = "保存";
            this.button_save.UseVisualStyleBackColor = true;
            this.button_save.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox_p2
            // 
            this.textBox_p2.Location = new System.Drawing.Point(765, 570);
            this.textBox_p2.Name = "textBox_p2";
            this.textBox_p2.Size = new System.Drawing.Size(100, 21);
            this.textBox_p2.TabIndex = 8;
            // 
            // textBox_p3
            // 
            this.textBox_p3.Location = new System.Drawing.Point(762, 613);
            this.textBox_p3.Name = "textBox_p3";
            this.textBox_p3.Size = new System.Drawing.Size(100, 21);
            this.textBox_p3.TabIndex = 8;
            // 
            // button_p2
            // 
            this.button_p2.Location = new System.Drawing.Point(588, 568);
            this.button_p2.Name = "button_p2";
            this.button_p2.Size = new System.Drawing.Size(162, 23);
            this.button_p2.TabIndex = 9;
            this.button_p2.Text = "移栽流水线放料点P2-70mm";
            this.button_p2.UseVisualStyleBackColor = true;
            this.button_p2.Click += new System.EventHandler(this.button_p2_Click);
            // 
            // button_p3
            // 
            this.button_p3.Location = new System.Drawing.Point(585, 611);
            this.button_p3.Name = "button_p3";
            this.button_p3.Size = new System.Drawing.Size(162, 23);
            this.button_p3.TabIndex = 9;
            this.button_p3.Text = "移栽料仓放料点P3-70mm";
            this.button_p3.UseVisualStyleBackColor = true;
            this.button_p3.Click += new System.EventHandler(this.button_p3_Click);
            // 
            // button_p1
            // 
            this.button_p1.Location = new System.Drawing.Point(588, 539);
            this.button_p1.Name = "button_p1";
            this.button_p1.Size = new System.Drawing.Size(162, 23);
            this.button_p1.TabIndex = 9;
            this.button_p1.Text = "移栽待机点P1";
            this.button_p1.UseVisualStyleBackColor = true;
            this.button_p1.Click += new System.EventHandler(this.button_p1_Click);
            // 
            // cylinderButton8
            // 
            this.cylinderButton8.BackColor = System.Drawing.Color.White;
            this.cylinderButton8.DeviceType = "root";
            this.cylinderButton8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton8.IO_HIGH = "AMH_Front_Stop";
            this.cylinderButton8.IO_LOW = "";
            this.cylinderButton8.Location = new System.Drawing.Point(625, 404);
            this.cylinderButton8.Name = "cylinderButton8";
            this.cylinderButton8.Size = new System.Drawing.Size(181, 38);
            this.cylinderButton8.TabIndex = 2;
            this.cylinderButton8.Tag = "not";
            this.cylinderButton8.Text = "AMH_Front_Stop";
            this.cylinderButton8.UseVisualStyleBackColor = false;
            // 
            // cylinderButton2
            // 
            this.cylinderButton2.BackColor = System.Drawing.Color.White;
            this.cylinderButton2.DeviceType = "root";
            this.cylinderButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton2.IO_HIGH = "AMH_Tray_Stop";
            this.cylinderButton2.IO_LOW = "";
            this.cylinderButton2.Location = new System.Drawing.Point(625, 448);
            this.cylinderButton2.Name = "cylinderButton2";
            this.cylinderButton2.Size = new System.Drawing.Size(181, 38);
            this.cylinderButton2.TabIndex = 3;
            this.cylinderButton2.Tag = "not";
            this.cylinderButton2.Text = "AMH_Tray_Stop";
            this.cylinderButton2.UseVisualStyleBackColor = false;
            // 
            // cylinderButton7
            // 
            this.cylinderButton7.BackColor = System.Drawing.Color.White;
            this.cylinderButton7.DeviceType = "root";
            this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton7.IO_HIGH = "AMH_Sucker";
            this.cylinderButton7.IO_LOW = "";
            this.cylinderButton7.Location = new System.Drawing.Point(625, 363);
            this.cylinderButton7.Name = "cylinderButton7";
            this.cylinderButton7.Size = new System.Drawing.Size(181, 38);
            this.cylinderButton7.TabIndex = 3;
            this.cylinderButton7.Tag = "not";
            this.cylinderButton7.Text = "AMH_Sucker";
            this.cylinderButton7.UseVisualStyleBackColor = false;
            // 
            // cylinderButton6
            // 
            this.cylinderButton6.BackColor = System.Drawing.Color.White;
            this.cylinderButton6.DeviceType = "root";
            this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton6.IO_HIGH = "AMH_Trans_Fwd";
            this.cylinderButton6.IO_LOW = "AMH_Trans_Bwd";
            this.cylinderButton6.Location = new System.Drawing.Point(625, 319);
            this.cylinderButton6.Name = "cylinderButton6";
            this.cylinderButton6.Size = new System.Drawing.Size(181, 38);
            this.cylinderButton6.TabIndex = 4;
            this.cylinderButton6.Tag = "not";
            this.cylinderButton6.Text = "AMH_Trans_Fwd";
            this.cylinderButton6.UseVisualStyleBackColor = false;
            // 
            // cylinderButton1
            // 
            this.cylinderButton1.BackColor = System.Drawing.Color.White;
            this.cylinderButton1.DeviceType = "root";
            this.cylinderButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton1.IO_HIGH = "AMH_Location_Up";
            this.cylinderButton1.IO_LOW = "AMH_Location_Down";
            this.cylinderButton1.Location = new System.Drawing.Point(625, 275);
            this.cylinderButton1.Name = "cylinderButton1";
            this.cylinderButton1.Size = new System.Drawing.Size(181, 38);
            this.cylinderButton1.TabIndex = 5;
            this.cylinderButton1.Tag = "not";
            this.cylinderButton1.Text = "AMH_Location_Up";
            this.cylinderButton1.UseVisualStyleBackColor = false;
            // 
            // ioControl1
            // 
            this.ioControl1.Location = new System.Drawing.Point(3, -1);
            this.ioControl1.Name = "ioControl1";
            this.ioControl1.Size = new System.Drawing.Size(936, 240);
            this.ioControl1.TabIndex = 1;
            this.ioControl1.Tag = "not";
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.cb_disabledevice);
            this.panel1.Controls.Add(this.btn_Reset);
            this.panel1.Controls.Add(this.btn_sucker_release);
            this.panel1.Controls.Add(this.rfidControl1);
            this.panel1.Controls.Add(this.button_p3);
            this.panel1.Controls.Add(this.ioControl1);
            this.panel1.Controls.Add(this.button_p1);
            this.panel1.Controls.Add(this.axisMoveControl1);
            this.panel1.Controls.Add(this.button_p2);
            this.panel1.Controls.Add(this.cylinderButton2);
            this.panel1.Controls.Add(this.textBox_p3);
            this.panel1.Controls.Add(this.cylinderButton1);
            this.panel1.Controls.Add(this.textBox_p2);
            this.panel1.Controls.Add(this.cylinderButton6);
            this.panel1.Controls.Add(this.button_save);
            this.panel1.Controls.Add(this.cylinderButton7);
            this.panel1.Controls.Add(this.cylinderButton8);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1021, 741);
            this.panel1.TabIndex = 10;
            // 
            // btn_Reset
            // 
            this.btn_Reset.Location = new System.Drawing.Point(770, 140);
            this.btn_Reset.Name = "btn_Reset";
            this.btn_Reset.Size = new System.Drawing.Size(100, 69);
            this.btn_Reset.TabIndex = 12;
            this.btn_Reset.Text = "Reset";
            this.btn_Reset.UseVisualStyleBackColor = true;
            this.btn_Reset.Click += new System.EventHandler(this.btn_Reset_Click);
            // 
            // btn_sucker_release
            // 
            this.btn_sucker_release.BackColor = System.Drawing.Color.White;
            this.btn_sucker_release.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_sucker_release.Location = new System.Drawing.Point(625, 495);
            this.btn_sucker_release.Name = "btn_sucker_release";
            this.btn_sucker_release.Size = new System.Drawing.Size(181, 38);
            this.btn_sucker_release.TabIndex = 11;
            this.btn_sucker_release.Text = "吸盘释放";
            this.btn_sucker_release.UseVisualStyleBackColor = false;
            this.btn_sucker_release.Click += new System.EventHandler(this.btn_sucker_release_Click);
            // 
            // rfidControl1
            // 
            this.rfidControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rfidControl1.Location = new System.Drawing.Point(547, 129);
            this.rfidControl1.Name = "rfidControl1";
            this.rfidControl1.Size = new System.Drawing.Size(196, 99);
            this.rfidControl1.TabIndex = 10;
            this.rfidControl1.Visible = false;
            // 
            // cb_disabledevice
            // 
            this.cb_disabledevice.AutoSize = true;
            this.cb_disabledevice.Location = new System.Drawing.Point(588, 245);
            this.cb_disabledevice.Name = "cb_disabledevice";
            this.cb_disabledevice.Size = new System.Drawing.Size(108, 16);
            this.cb_disabledevice.TabIndex = 13;
            this.cb_disabledevice.Text = "Disable device";
            this.cb_disabledevice.UseVisualStyleBackColor = true;
            this.cb_disabledevice.CheckedChanged += new System.EventHandler(this.cb_disabledevice_CheckedChanged);
            // 
            // TransplantControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "TransplantControl";
            this.Size = new System.Drawing.Size(1021, 741);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private IOControl ioControl1;
        private CylinderButton cylinderButton8;
        private CylinderButton cylinderButton7;
        private CylinderButton cylinderButton6;
        private CylinderButton cylinderButton1;
        private CylinderButton cylinderButton2;
        private DeviceLibrary.AxisMoveControl axisMoveControl1;
        private System.Windows.Forms.Button button_save;
        private System.Windows.Forms.TextBox textBox_p2;
        private System.Windows.Forms.TextBox textBox_p3;
        private System.Windows.Forms.Button button_p2;
        private System.Windows.Forms.Button button_p3;
        private System.Windows.Forms.Button button_p1;
        private System.Windows.Forms.Panel panel1;
        private UC.RfidControl rfidControl1;
        private System.Windows.Forms.Button btn_sucker_release;
        private System.Windows.Forms.Button btn_Reset;
        private System.Windows.Forms.CheckBox cb_disabledevice;
    }
}