IOControls.Designer.cs 14.1 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.ioControl1 = new TheMachine.IOControl();
            this.cylinderButton5 = new TheMachine.CylinderButton();
            this.cylinderButton6 = new TheMachine.CylinderButton();
            this.cylinderButton9 = new TheMachine.CylinderButton();
            this.cylinderButton10 = 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.label_weight = new System.Windows.Forms.Label();
            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, 173);
            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, 173);
            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;
            // 
            // 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 = 0;
            this.ioControl1.Tag = "not";
            // 
            // cylinderButton5
            // 
            this.cylinderButton5.BackColor = System.Drawing.Color.White;
            this.cylinderButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton5.IO_HIGH = "InStop_Up";
            this.cylinderButton5.IO_LOW = "InStop_Down";
            this.cylinderButton5.Location = new System.Drawing.Point(536, 209);
            this.cylinderButton5.Name = "cylinderButton5";
            this.cylinderButton5.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton5.TabIndex = 1;
            this.cylinderButton5.Tag = "not";
            this.cylinderButton5.Text = "InStop_Up";
            this.cylinderButton5.UseVisualStyleBackColor = false;
            // 
            // cylinderButton6
            // 
            this.cylinderButton6.BackColor = System.Drawing.Color.White;
            this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton6.IO_HIGH = "InMaterialLocation_Fwd";
            this.cylinderButton6.IO_LOW = "InMaterialLocation_Bck";
            this.cylinderButton6.Location = new System.Drawing.Point(536, 245);
            this.cylinderButton6.Name = "cylinderButton6";
            this.cylinderButton6.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton6.TabIndex = 1;
            this.cylinderButton6.Tag = "not";
            this.cylinderButton6.Text = "InMaterialLocation_Fwd";
            this.cylinderButton6.UseVisualStyleBackColor = false;
            // 
            // cylinderButton9
            // 
            this.cylinderButton9.BackColor = System.Drawing.Color.White;
            this.cylinderButton9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton9.IO_HIGH = "OutStop_Up";
            this.cylinderButton9.IO_LOW = "OutStop_Down";
            this.cylinderButton9.Location = new System.Drawing.Point(711, 209);
            this.cylinderButton9.Name = "cylinderButton9";
            this.cylinderButton9.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton9.TabIndex = 1;
            this.cylinderButton9.Tag = "not";
            this.cylinderButton9.Text = "OutStop_Up";
            this.cylinderButton9.UseVisualStyleBackColor = false;
            // 
            // cylinderButton10
            // 
            this.cylinderButton10.BackColor = System.Drawing.Color.White;
            this.cylinderButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton10.IO_HIGH = "OutExitStop_Up";
            this.cylinderButton10.IO_LOW = "OutExitStop_Down";
            this.cylinderButton10.Location = new System.Drawing.Point(711, 245);
            this.cylinderButton10.Name = "cylinderButton10";
            this.cylinderButton10.Size = new System.Drawing.Size(150, 30);
            this.cylinderButton10.TabIndex = 1;
            this.cylinderButton10.Tag = "not";
            this.cylinderButton10.Text = "OutExitStop_Up";
            this.cylinderButton10.UseVisualStyleBackColor = false;
            // 
            // btn_leftLiftUp
            // 
            this.btn_leftLiftUp.Location = new System.Drawing.Point(536, 302);
            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, 302);
            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, 391);
            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, 427);
            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, 391);
            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, 427);
            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, 338);
            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, 338);
            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);
            // 
            // label_weight
            // 
            this.label_weight.AutoSize = true;
            this.label_weight.Location = new System.Drawing.Point(543, 507);
            this.label_weight.Name = "label_weight";
            this.label_weight.Size = new System.Drawing.Size(83, 12);
            this.label_weight.TabIndex = 3;
            this.label_weight.Text = "称重读数: 0kg";
            // 
            // IOControls
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.label_weight);
            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_rightLinerun);
            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.cylinderButton10);
            this.Controls.Add(this.cylinderButton6);
            this.Controls.Add(this.cylinderButton9);
            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);
            this.PerformLayout();

        }

        #endregion

        private IOControl ioControl1;
        private CylinderButton cylinderButton1;
        private CylinderButton cylinderButton2;
        private CylinderButton cylinderButton5;
        private CylinderButton cylinderButton6;
        private CylinderButton cylinderButton9;
        private CylinderButton cylinderButton10;
        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.Label label_weight;
    }
}