IOControls.Designer.cs 5.7 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.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(224, 24);
            this.cb_motolist.TabIndex = 2;
            // 
            // btn_fwd
            // 
            this.btn_fwd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_fwd.Location = new System.Drawing.Point(566, 260);
            this.btn_fwd.Name = "btn_fwd";
            this.btn_fwd.Size = new System.Drawing.Size(67, 33);
            this.btn_fwd.TabIndex = 3;
            this.btn_fwd.Text = "正转";
            this.btn_fwd.UseVisualStyleBackColor = true;
            this.btn_fwd.Click += new System.EventHandler(this.btn_fwd_Click);
            // 
            // btn_rwd
            // 
            this.btn_rwd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_rwd.Location = new System.Drawing.Point(644, 260);
            this.btn_rwd.Name = "btn_rwd";
            this.btn_rwd.Size = new System.Drawing.Size(67, 33);
            this.btn_rwd.TabIndex = 3;
            this.btn_rwd.Text = "反转";
            this.btn_rwd.UseVisualStyleBackColor = true;
            this.btn_rwd.Click += new System.EventHandler(this.btn_rwd_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_stop.Location = new System.Drawing.Point(722, 260);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(67, 33);
            this.btn_stop.TabIndex = 3;
            this.btn_stop.Text = "停止";
            this.btn_stop.UseVisualStyleBackColor = true;
            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(224, 45);
            this.cylinderButton7.TabIndex = 1;
            this.cylinderButton7.Tag = "not";
            this.cylinderButton7.Text = "Camera_Led";
            this.cylinderButton7.UseVisualStyleBackColor = false;
            // 
            // 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(975, 539);
            this.ioControl1.TabIndex = 0;
            this.ioControl1.Tag = "not";
            this.ioControl1.Load += new System.EventHandler(this.ioControl1_Load);
            // 
            // IOControls
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            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(975, 539);
            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;
    }
}