FilterControl.Designer.cs 11.7 KB

namespace AutoCountMachine
{
    partial class FilterControl
    {
        /// <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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.btn_Reset = new System.Windows.Forms.Button();
            this.cylinderButton13 = new AutoCountMachine.CylinderButton();
            this.cylinderButton12 = new AutoCountMachine.CylinderButton();
            this.cylinderButton10 = new AutoCountMachine.CylinderButton();
            this.cylinderButton7 = new AutoCountMachine.CylinderButton();
            this.cylinderButton6 = new AutoCountMachine.CylinderButton();
            this.cylinderButton5 = new AutoCountMachine.CylinderButton();
            this.cylinderButton4 = new AutoCountMachine.CylinderButton();
            this.ioControl1 = new AutoCountMachine.IOControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.configControl1 = new AutoCountMachine.ConfigControl();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1202, 559);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.btn_Reset);
            this.tabPage1.Controls.Add(this.cylinderButton13);
            this.tabPage1.Controls.Add(this.cylinderButton12);
            this.tabPage1.Controls.Add(this.cylinderButton10);
            this.tabPage1.Controls.Add(this.cylinderButton7);
            this.tabPage1.Controls.Add(this.cylinderButton6);
            this.tabPage1.Controls.Add(this.cylinderButton5);
            this.tabPage1.Controls.Add(this.cylinderButton4);
            this.tabPage1.Controls.Add(this.ioControl1);
            this.tabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1194, 533);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "I/O控制";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // btn_Reset
            // 
            this.btn_Reset.Location = new System.Drawing.Point(544, 472);
            this.btn_Reset.Name = "btn_Reset";
            this.btn_Reset.Size = new System.Drawing.Size(85, 38);
            this.btn_Reset.TabIndex = 299;
            this.btn_Reset.Text = "重置";
            this.btn_Reset.UseVisualStyleBackColor = true;
            this.btn_Reset.Click += new System.EventHandler(this.btn_Reset_Click);
            // 
            // cylinderButton13
            // 
            this.cylinderButton13.BackColor = System.Drawing.Color.White;
            this.cylinderButton13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton13.IO_HIGH = "MSD_GetOut_Fwd";
            this.cylinderButton13.IO_LOW = "MSD_GetOut_Bck";
            this.cylinderButton13.Location = new System.Drawing.Point(544, 355);
            this.cylinderButton13.Name = "cylinderButton13";
            this.cylinderButton13.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton13.TabIndex = 298;
            this.cylinderButton13.Text = "MSD_GetOut_Fwd";
            this.cylinderButton13.UseVisualStyleBackColor = false;
            // 
            // cylinderButton12
            // 
            this.cylinderButton12.BackColor = System.Drawing.Color.White;
            this.cylinderButton12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton12.IO_HIGH = "MSD_TaryStop_Up";
            this.cylinderButton12.IO_LOW = "MSD_TaryStop_Down";
            this.cylinderButton12.Location = new System.Drawing.Point(544, 314);
            this.cylinderButton12.Name = "cylinderButton12";
            this.cylinderButton12.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton12.TabIndex = 298;
            this.cylinderButton12.Text = "MSD_TaryStop_Up";
            this.cylinderButton12.UseVisualStyleBackColor = false;
            // 
            // cylinderButton10
            // 
            this.cylinderButton10.BackColor = System.Drawing.Color.White;
            this.cylinderButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton10.IO_HIGH = "Line3_Run";
            this.cylinderButton10.IO_LOW = "";
            this.cylinderButton10.Location = new System.Drawing.Point(544, 412);
            this.cylinderButton10.Name = "cylinderButton10";
            this.cylinderButton10.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton10.TabIndex = 297;
            this.cylinderButton10.Text = "Line3_Run";
            this.cylinderButton10.UseVisualStyleBackColor = false;
            // 
            // cylinderButton7
            // 
            this.cylinderButton7.BackColor = System.Drawing.Color.White;
            this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton7.IO_HIGH = "Paper_GetOut_Fwd";
            this.cylinderButton7.IO_LOW = "Paper_GetOut_Bck";
            this.cylinderButton7.Location = new System.Drawing.Point(544, 273);
            this.cylinderButton7.Name = "cylinderButton7";
            this.cylinderButton7.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton7.TabIndex = 294;
            this.cylinderButton7.Text = "Paper_GetOut_Fwd";
            this.cylinderButton7.UseVisualStyleBackColor = false;
            // 
            // cylinderButton6
            // 
            this.cylinderButton6.BackColor = System.Drawing.Color.White;
            this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton6.IO_HIGH = "Paper_TaryStop_Up";
            this.cylinderButton6.IO_LOW = "Paper_TaryStop_Down";
            this.cylinderButton6.Location = new System.Drawing.Point(544, 232);
            this.cylinderButton6.Name = "cylinderButton6";
            this.cylinderButton6.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton6.TabIndex = 293;
            this.cylinderButton6.Text = "Paper_TaryStop_Up";
            this.cylinderButton6.UseVisualStyleBackColor = false;
            // 
            // cylinderButton5
            // 
            this.cylinderButton5.BackColor = System.Drawing.Color.White;
            this.cylinderButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton5.IO_HIGH = "NG_GetOut_Fwd";
            this.cylinderButton5.IO_LOW = "NG_GetOut_Bck";
            this.cylinderButton5.Location = new System.Drawing.Point(544, 191);
            this.cylinderButton5.Name = "cylinderButton5";
            this.cylinderButton5.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton5.TabIndex = 292;
            this.cylinderButton5.Text = "NG_GetOut_Fwd";
            this.cylinderButton5.UseVisualStyleBackColor = false;
            // 
            // cylinderButton4
            // 
            this.cylinderButton4.BackColor = System.Drawing.Color.White;
            this.cylinderButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cylinderButton4.IO_HIGH = "NG_TaryStop_Up";
            this.cylinderButton4.IO_LOW = "NG_TaryStop_Down";
            this.cylinderButton4.Location = new System.Drawing.Point(544, 150);
            this.cylinderButton4.Name = "cylinderButton4";
            this.cylinderButton4.Size = new System.Drawing.Size(261, 35);
            this.cylinderButton4.TabIndex = 291;
            this.cylinderButton4.Text = "NG_TaryStop_Up";
            this.cylinderButton4.UseVisualStyleBackColor = false;
            // 
            // ioControl1
            // 
            this.ioControl1.Config = null;
            this.ioControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ioControl1.Location = new System.Drawing.Point(3, 3);
            this.ioControl1.Margin = new System.Windows.Forms.Padding(4);
            this.ioControl1.Name = "ioControl1";
            this.ioControl1.Size = new System.Drawing.Size(1188, 527);
            this.ioControl1.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.configControl1);
            this.tabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(1194, 533);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "参数配置";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // configControl1
            // 
            this.configControl1.Config = null;
            this.configControl1.Location = new System.Drawing.Point(3, 3);
            this.configControl1.Name = "configControl1";
            this.configControl1.Size = new System.Drawing.Size(663, 293);
            this.configControl1.TabIndex = 0;
            // 
            // FilterControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "FilterControl";
            this.Size = new System.Drawing.Size(1202, 559);
            this.Load += new System.EventHandler(this.XrayControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private IOControl ioControl1;
        private CylinderButton cylinderButton7;
        private CylinderButton cylinderButton6;
        private CylinderButton cylinderButton5;
        private CylinderButton cylinderButton4;
        private CylinderButton cylinderButton10;
        private CylinderButton cylinderButton13;
        private CylinderButton cylinderButton12;
        private System.Windows.Forms.Button btn_Reset;
        private System.Windows.Forms.TabPage tabPage2;
        private ConfigControl configControl1;
    }
}