IOControls.Designer.cs 10.2 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.cb_motolist = new System.Windows.Forms.ComboBox();
            this.btn_fwd = new System.Windows.Forms.Button();
            this.btn_rwd = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.cylinderButton7 = new TheMachine.CylinderButton();
            this.ioControl1 = new TheMachine.IOControl();
            this.btnLocationStop = new System.Windows.Forms.Button();
            this.btnDown = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.btnRfid = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // cb_motolist
            // 
            this.cb_motolist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_motolist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cb_motolist.FormattingEnabled = true;
            this.cb_motolist.Location = new System.Drawing.Point(565, 230);
            this.cb_motolist.Name = "cb_motolist";
            this.cb_motolist.Size = new System.Drawing.Size(267, 29);
            this.cb_motolist.TabIndex = 2;
            // 
            // btn_fwd
            // 
            this.btn_fwd.BackColor = System.Drawing.Color.White;
            this.btn_fwd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_fwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_fwd.Location = new System.Drawing.Point(566, 272);
            this.btn_fwd.Name = "btn_fwd";
            this.btn_fwd.Size = new System.Drawing.Size(126, 33);
            this.btn_fwd.TabIndex = 3;
            this.btn_fwd.Text = "电机正转";
            this.btn_fwd.UseVisualStyleBackColor = false;
            this.btn_fwd.Click += new System.EventHandler(this.btn_fwd_Click);
            // 
            // btn_rwd
            // 
            this.btn_rwd.BackColor = System.Drawing.Color.White;
            this.btn_rwd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_rwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_rwd.Location = new System.Drawing.Point(566, 311);
            this.btn_rwd.Name = "btn_rwd";
            this.btn_rwd.Size = new System.Drawing.Size(126, 33);
            this.btn_rwd.TabIndex = 3;
            this.btn_rwd.Text = "电机反转";
            this.btn_rwd.UseVisualStyleBackColor = false;
            this.btn_rwd.Click += new System.EventHandler(this.btn_rwd_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.BackColor = System.Drawing.Color.White;
            this.btn_stop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_stop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_stop.Location = new System.Drawing.Point(566, 350);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(126, 33);
            this.btn_stop.TabIndex = 3;
            this.btn_stop.Text = "电机停止";
            this.btn_stop.UseVisualStyleBackColor = false;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // cylinderButton7
            // 
            this.cylinderButton7.BackColor = System.Drawing.Color.White;
            this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton7.IO_HIGH = "Camera_Led";
            this.cylinderButton7.IO_LOW = "";
            this.cylinderButton7.Location = new System.Drawing.Point(566, 155);
            this.cylinderButton7.Name = "cylinderButton7";
            this.cylinderButton7.Size = new System.Drawing.Size(126, 35);
            this.cylinderButton7.TabIndex = 1;
            this.cylinderButton7.Tag = "not";
            this.cylinderButton7.Text = "Camera_Led";
            this.cylinderButton7.UseVisualStyleBackColor = false;
            this.cylinderButton7.Click += new System.EventHandler(this.cylinderButton7_Click);
            // 
            // ioControl1
            // 
            this.ioControl1.BackColor = System.Drawing.Color.White;
            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(904, 522);
            this.ioControl1.TabIndex = 0;
            this.ioControl1.Tag = "not";
            this.ioControl1.Load += new System.EventHandler(this.ioControl1_Load);
            // 
            // btnLocationStop
            // 
            this.btnLocationStop.BackColor = System.Drawing.Color.White;
            this.btnLocationStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLocationStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLocationStop.Location = new System.Drawing.Point(706, 350);
            this.btnLocationStop.Name = "btnLocationStop";
            this.btnLocationStop.Size = new System.Drawing.Size(126, 33);
            this.btnLocationStop.TabIndex = 4;
            this.btnLocationStop.Text = "定位停止";
            this.btnLocationStop.UseVisualStyleBackColor = false;
            this.btnLocationStop.Click += new System.EventHandler(this.btnLocationStop_Click);
            // 
            // btnDown
            // 
            this.btnDown.BackColor = System.Drawing.Color.White;
            this.btnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDown.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDown.Location = new System.Drawing.Point(706, 311);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(126, 33);
            this.btnDown.TabIndex = 5;
            this.btnDown.Text = "定位下降";
            this.btnDown.UseVisualStyleBackColor = false;
            this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
            // 
            // btnUp
            // 
            this.btnUp.BackColor = System.Drawing.Color.White;
            this.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUp.Location = new System.Drawing.Point(706, 272);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(126, 33);
            this.btnUp.TabIndex = 6;
            this.btnUp.Text = "定位上升";
            this.btnUp.UseVisualStyleBackColor = false;
            this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
            // 
            // btnRfid
            // 
            this.btnRfid.BackColor = System.Drawing.Color.White;
            this.btnRfid.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRfid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRfid.Location = new System.Drawing.Point(565, 389);
            this.btnRfid.Name = "btnRfid";
            this.btnRfid.Size = new System.Drawing.Size(126, 33);
            this.btnRfid.TabIndex = 7;
            this.btnRfid.Text = "RFID读取测试";
            this.btnRfid.UseVisualStyleBackColor = false;
            this.btnRfid.Click += new System.EventHandler(this.btnRfid_Click);
            // 
            // IOControls
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.btnRfid);
            this.Controls.Add(this.btnLocationStop);
            this.Controls.Add(this.btnDown);
            this.Controls.Add(this.btnUp);
            this.Controls.Add(this.btn_stop);
            this.Controls.Add(this.btn_rwd);
            this.Controls.Add(this.btn_fwd);
            this.Controls.Add(this.cb_motolist);
            this.Controls.Add(this.cylinderButton7);
            this.Controls.Add(this.ioControl1);
            this.Font = new System.Drawing.Font("新宋体", 9F);
            this.Name = "IOControls";
            this.Size = new System.Drawing.Size(904, 522);
            this.ResumeLayout(false);

        }

        #endregion

        private IOControl ioControl1;
        private CylinderButton cylinderButton7;
        private System.Windows.Forms.ComboBox cb_motolist;
        private System.Windows.Forms.Button btn_fwd;
        private System.Windows.Forms.Button btn_rwd;
        private System.Windows.Forms.Button btn_stop;
        private System.Windows.Forms.Button btnLocationStop;
        private System.Windows.Forms.Button btnDown;
        private System.Windows.Forms.Button btnUp;
        private System.Windows.Forms.Button btnRfid;
    }
}