IOControls.Designer.cs 16.8 KB

namespace TheMachine
{
    partial class IOControls
    {
        /// <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.cylinderButton2 = new TheMachine.CylinderButton();
            this.cylinderButton1 = new TheMachine.CylinderButton();
            this.cylinderButton5 = new TheMachine.CylinderButton();
            this.cylinderButton9 = new TheMachine.CylinderButton();
            this.btn_leftLiftUp = new System.Windows.Forms.Button();
            this.btn_rightLiftUp = new System.Windows.Forms.Button();
            this.btn_leftLinerun = new System.Windows.Forms.Button();
            this.btn_leftLinestop = new System.Windows.Forms.Button();
            this.btn_rightLinerun = new System.Windows.Forms.Button();
            this.btn_rightLinestop = new System.Windows.Forms.Button();
            this.btn_leftLiftDown = new System.Windows.Forms.Button();
            this.btn_rightLiftDown = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btn_leftLinerevrun = new System.Windows.Forms.Button();
            this.btn_rightLinerevrun = new System.Windows.Forms.Button();
            this.cylinderButton3 = new TheMachine.CylinderButton();
            this.cylinderButton4 = new TheMachine.CylinderButton();
            this.cylinderButton6 = new TheMachine.CylinderButton();
            this.cylinderButton7 = new TheMachine.CylinderButton();
            this.ioControl1 = new TheMachine.IOControl();
            this.SuspendLayout();
            // 
            // cylinderButton2
            // 
            this.cylinderButton2.BackColor = System.Drawing.Color.White;
            this.cylinderButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton2.IO_HIGH = "Camera_Led";
            this.cylinderButton2.IO_LOW = null;
            this.cylinderButton2.Location = new System.Drawing.Point(711, 162);
            this.cylinderButton2.Name = "cylinderButton2";
            this.cylinderButton2.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton2.TabIndex = 1;
            this.cylinderButton2.Tag = "not";
            this.cylinderButton2.Text = "Camera_Led";
            this.cylinderButton2.UseVisualStyleBackColor = false;
            // 
            // cylinderButton1
            // 
            this.cylinderButton1.BackColor = System.Drawing.Color.White;
            this.cylinderButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton1.IO_HIGH = "Device_Led";
            this.cylinderButton1.IO_LOW = null;
            this.cylinderButton1.Location = new System.Drawing.Point(536, 162);
            this.cylinderButton1.Name = "cylinderButton1";
            this.cylinderButton1.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton1.TabIndex = 1;
            this.cylinderButton1.Tag = "not";
            this.cylinderButton1.Text = "Device_Led";
            this.cylinderButton1.UseVisualStyleBackColor = false;
            // 
            // cylinderButton5
            // 
            this.cylinderButton5.BackColor = System.Drawing.Color.White;
            this.cylinderButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton5.IO_HIGH = "Right_Door_Up";
            this.cylinderButton5.IO_LOW = "Right_Door_Down";
            this.cylinderButton5.Location = new System.Drawing.Point(711, 198);
            this.cylinderButton5.Name = "cylinderButton5";
            this.cylinderButton5.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton5.TabIndex = 1;
            this.cylinderButton5.Tag = "not";
            this.cylinderButton5.Text = "Right_Door_Up";
            this.cylinderButton5.UseVisualStyleBackColor = false;
            // 
            // cylinderButton9
            // 
            this.cylinderButton9.BackColor = System.Drawing.Color.White;
            this.cylinderButton9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton9.IO_HIGH = "Left_Door_Up";
            this.cylinderButton9.IO_LOW = "Left_Door_Down";
            this.cylinderButton9.Location = new System.Drawing.Point(536, 198);
            this.cylinderButton9.Name = "cylinderButton9";
            this.cylinderButton9.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton9.TabIndex = 1;
            this.cylinderButton9.Tag = "not";
            this.cylinderButton9.Text = "Left_Door_Up";
            this.cylinderButton9.UseVisualStyleBackColor = false;
            // 
            // btn_leftLiftUp
            // 
            this.btn_leftLiftUp.Location = new System.Drawing.Point(536, 330);
            this.btn_leftLiftUp.Name = "btn_leftLiftUp";
            this.btn_leftLiftUp.Size = new System.Drawing.Size(150, 30);
            this.btn_leftLiftUp.TabIndex = 2;
            this.btn_leftLiftUp.Text = "左侧顶升上升";
            this.btn_leftLiftUp.UseVisualStyleBackColor = true;
            this.btn_leftLiftUp.Click += new System.EventHandler(this.btn_leftLiftUp_Click);
            // 
            // btn_rightLiftUp
            // 
            this.btn_rightLiftUp.Location = new System.Drawing.Point(711, 330);
            this.btn_rightLiftUp.Name = "btn_rightLiftUp";
            this.btn_rightLiftUp.Size = new System.Drawing.Size(150, 30);
            this.btn_rightLiftUp.TabIndex = 2;
            this.btn_rightLiftUp.Text = "右侧顶升上升";
            this.btn_rightLiftUp.UseVisualStyleBackColor = true;
            this.btn_rightLiftUp.Click += new System.EventHandler(this.btn_rightLiftUp_Click);
            // 
            // btn_leftLinerun
            // 
            this.btn_leftLinerun.Location = new System.Drawing.Point(536, 419);
            this.btn_leftLinerun.Name = "btn_leftLinerun";
            this.btn_leftLinerun.Size = new System.Drawing.Size(150, 30);
            this.btn_leftLinerun.TabIndex = 2;
            this.btn_leftLinerun.Text = "左侧滚筒正转";
            this.btn_leftLinerun.UseVisualStyleBackColor = true;
            this.btn_leftLinerun.Click += new System.EventHandler(this.btn_leftLinerun_Click);
            // 
            // btn_leftLinestop
            // 
            this.btn_leftLinestop.Location = new System.Drawing.Point(536, 489);
            this.btn_leftLinestop.Name = "btn_leftLinestop";
            this.btn_leftLinestop.Size = new System.Drawing.Size(150, 30);
            this.btn_leftLinestop.TabIndex = 2;
            this.btn_leftLinestop.Text = "左侧滚筒停止";
            this.btn_leftLinestop.UseVisualStyleBackColor = true;
            this.btn_leftLinestop.Click += new System.EventHandler(this.btn_leftLinestop_Click);
            // 
            // btn_rightLinerun
            // 
            this.btn_rightLinerun.Location = new System.Drawing.Point(711, 419);
            this.btn_rightLinerun.Name = "btn_rightLinerun";
            this.btn_rightLinerun.Size = new System.Drawing.Size(150, 30);
            this.btn_rightLinerun.TabIndex = 2;
            this.btn_rightLinerun.Text = "右侧滚筒正转";
            this.btn_rightLinerun.UseVisualStyleBackColor = true;
            this.btn_rightLinerun.Click += new System.EventHandler(this.btn_rightLinerun_Click);
            // 
            // btn_rightLinestop
            // 
            this.btn_rightLinestop.Location = new System.Drawing.Point(711, 489);
            this.btn_rightLinestop.Name = "btn_rightLinestop";
            this.btn_rightLinestop.Size = new System.Drawing.Size(150, 30);
            this.btn_rightLinestop.TabIndex = 2;
            this.btn_rightLinestop.Text = "右侧滚筒停止";
            this.btn_rightLinestop.UseVisualStyleBackColor = true;
            this.btn_rightLinestop.Click += new System.EventHandler(this.btn_rightLinestop_Click);
            // 
            // btn_leftLiftDown
            // 
            this.btn_leftLiftDown.Location = new System.Drawing.Point(536, 366);
            this.btn_leftLiftDown.Name = "btn_leftLiftDown";
            this.btn_leftLiftDown.Size = new System.Drawing.Size(150, 30);
            this.btn_leftLiftDown.TabIndex = 2;
            this.btn_leftLiftDown.Text = "左侧顶升下降";
            this.btn_leftLiftDown.UseVisualStyleBackColor = true;
            this.btn_leftLiftDown.Click += new System.EventHandler(this.btn_leftLiftDown_Click);
            // 
            // btn_rightLiftDown
            // 
            this.btn_rightLiftDown.Location = new System.Drawing.Point(711, 366);
            this.btn_rightLiftDown.Name = "btn_rightLiftDown";
            this.btn_rightLiftDown.Size = new System.Drawing.Size(150, 30);
            this.btn_rightLiftDown.TabIndex = 2;
            this.btn_rightLiftDown.Text = "右侧顶升下降";
            this.btn_rightLiftDown.UseVisualStyleBackColor = true;
            this.btn_rightLiftDown.Click += new System.EventHandler(this.btn_rightLiftDown_Click);
            // 
            // timer1
            // 
            this.timer1.Interval = 1500;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btn_leftLinerevrun
            // 
            this.btn_leftLinerevrun.Location = new System.Drawing.Point(536, 453);
            this.btn_leftLinerevrun.Name = "btn_leftLinerevrun";
            this.btn_leftLinerevrun.Size = new System.Drawing.Size(150, 30);
            this.btn_leftLinerevrun.TabIndex = 2;
            this.btn_leftLinerevrun.Text = "左侧滚筒反转";
            this.btn_leftLinerevrun.UseVisualStyleBackColor = true;
            this.btn_leftLinerevrun.Click += new System.EventHandler(this.btn_leftLinerevrun_Click);
            // 
            // btn_rightLinerevrun
            // 
            this.btn_rightLinerevrun.Location = new System.Drawing.Point(711, 453);
            this.btn_rightLinerevrun.Name = "btn_rightLinerevrun";
            this.btn_rightLinerevrun.Size = new System.Drawing.Size(150, 30);
            this.btn_rightLinerevrun.TabIndex = 2;
            this.btn_rightLinerevrun.Text = "右侧滚筒反转";
            this.btn_rightLinerevrun.UseVisualStyleBackColor = true;
            this.btn_rightLinerevrun.Click += new System.EventHandler(this.btn_rightLinerevrun_Click);
            // 
            // cylinderButton3
            // 
            this.cylinderButton3.BackColor = System.Drawing.Color.White;
            this.cylinderButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton3.IO_HIGH = "Right_M_Stop_Up";
            this.cylinderButton3.IO_LOW = "Right_M_Stop_Down";
            this.cylinderButton3.Location = new System.Drawing.Point(711, 234);
            this.cylinderButton3.Name = "cylinderButton3";
            this.cylinderButton3.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton3.TabIndex = 1;
            this.cylinderButton3.Tag = "not";
            this.cylinderButton3.Text = "Right_M_Stop_Up";
            this.cylinderButton3.UseVisualStyleBackColor = false;
            // 
            // cylinderButton4
            // 
            this.cylinderButton4.BackColor = System.Drawing.Color.White;
            this.cylinderButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton4.IO_HIGH = "Right_F_Stop_Up";
            this.cylinderButton4.IO_LOW = "Right_F_Stop_Down";
            this.cylinderButton4.Location = new System.Drawing.Point(711, 270);
            this.cylinderButton4.Name = "cylinderButton4";
            this.cylinderButton4.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton4.TabIndex = 1;
            this.cylinderButton4.Tag = "not";
            this.cylinderButton4.Text = "Right_F_Stop_Up";
            this.cylinderButton4.UseVisualStyleBackColor = false;
            // 
            // cylinderButton6
            // 
            this.cylinderButton6.BackColor = System.Drawing.Color.White;
            this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton6.IO_HIGH = "Left_M_Stop_Up";
            this.cylinderButton6.IO_LOW = "Left_M_Stop_Down";
            this.cylinderButton6.Location = new System.Drawing.Point(536, 234);
            this.cylinderButton6.Name = "cylinderButton6";
            this.cylinderButton6.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton6.TabIndex = 1;
            this.cylinderButton6.Tag = "not";
            this.cylinderButton6.Text = "Left_M_Stop_Up";
            this.cylinderButton6.UseVisualStyleBackColor = false;
            // 
            // cylinderButton7
            // 
            this.cylinderButton7.BackColor = System.Drawing.Color.White;
            this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton7.IO_HIGH = "Left_F_Stop_Up";
            this.cylinderButton7.IO_LOW = "Left_F_Stop_Down";
            this.cylinderButton7.Location = new System.Drawing.Point(536, 270);
            this.cylinderButton7.Name = "cylinderButton7";
            this.cylinderButton7.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton7.TabIndex = 1;
            this.cylinderButton7.Tag = "not";
            this.cylinderButton7.Text = "Left_F_Stop_Up";
            this.cylinderButton7.UseVisualStyleBackColor = false;
            // 
            // ioControl1
            // 
            this.ioControl1.Config = null;
            this.ioControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ioControl1.Location = new System.Drawing.Point(0, 0);
            this.ioControl1.Name = "ioControl1";
            this.ioControl1.Size = new System.Drawing.Size(975, 539);
            this.ioControl1.TabIndex = 3;
            this.ioControl1.Tag = "not";
            // 
            // IOControls
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.btn_rightLiftDown);
            this.Controls.Add(this.btn_rightLiftUp);
            this.Controls.Add(this.btn_rightLinestop);
            this.Controls.Add(this.btn_leftLinestop);
            this.Controls.Add(this.btn_rightLinerevrun);
            this.Controls.Add(this.btn_rightLinerun);
            this.Controls.Add(this.btn_leftLinerevrun);
            this.Controls.Add(this.btn_leftLinerun);
            this.Controls.Add(this.btn_leftLiftDown);
            this.Controls.Add(this.btn_leftLiftUp);
            this.Controls.Add(this.cylinderButton2);
            this.Controls.Add(this.cylinderButton9);
            this.Controls.Add(this.cylinderButton7);
            this.Controls.Add(this.cylinderButton4);
            this.Controls.Add(this.cylinderButton6);
            this.Controls.Add(this.cylinderButton3);
            this.Controls.Add(this.cylinderButton5);
            this.Controls.Add(this.cylinderButton1);
            this.Controls.Add(this.ioControl1);
            this.Font = new System.Drawing.Font("新宋体", 9F);
            this.Name = "IOControls";
            this.Size = new System.Drawing.Size(975, 539);
            this.ResumeLayout(false);

        }

        #endregion

        
        private CylinderButton cylinderButton1;
        private CylinderButton cylinderButton2;
        private CylinderButton cylinderButton5;
        private CylinderButton cylinderButton9;
        private System.Windows.Forms.Button btn_leftLiftUp;
        private System.Windows.Forms.Button btn_rightLiftUp;
        private System.Windows.Forms.Button btn_leftLinerun;
        private System.Windows.Forms.Button btn_leftLinestop;
        private System.Windows.Forms.Button btn_rightLinerun;
        private System.Windows.Forms.Button btn_rightLinestop;
        private System.Windows.Forms.Button btn_leftLiftDown;
        private System.Windows.Forms.Button btn_rightLiftDown;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btn_leftLinerevrun;
        private System.Windows.Forms.Button btn_rightLinerevrun;
        private CylinderButton cylinderButton3;
        private CylinderButton cylinderButton4;
        private CylinderButton cylinderButton6;
        private CylinderButton cylinderButton7;
        private IOControl ioControl1;
    }
}