FrmIOTest.Designer.cs 19.5 KB
namespace OnlineStore.XLRStore
{
    partial class FrmIOTest
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows 窗体设计器生成的代码
         
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmIOTest));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lblDes3 = new System.Windows.Forms.Label();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.lblDO3 = new System.Windows.Forms.Label();
            this.lblDI3 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.lblDes4 = new System.Windows.Forms.Label();
            this.comboBox4 = new System.Windows.Forms.ComboBox();
            this.lblDO4 = new System.Windows.Forms.Label();
            this.lblDI4 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblDes2 = new System.Windows.Forms.Label();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.lblDO2 = new System.Windows.Forms.Label();
            this.lblDI2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.lblDes1 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.lblDO1 = new System.Windows.Forms.Label();
            this.lblDI1 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.panel5.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.groupBox3);
            this.panel1.Controls.Add(this.groupBox4);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1748, 791);
            this.panel1.TabIndex = 248;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox3.Controls.Add(this.panel4);
            this.groupBox3.Location = new System.Drawing.Point(876, 376);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(861, 407);
            this.groupBox3.TabIndex = 293;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "设备IO列表对比";
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.Controls.Add(this.lblDes3);
            this.panel4.Controls.Add(this.comboBox3);
            this.panel4.Controls.Add(this.lblDO3);
            this.panel4.Controls.Add(this.lblDI3);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(3, 19);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(855, 385);
            this.panel4.TabIndex = 294;
            // 
            // lblDes3
            // 
            this.lblDes3.AutoSize = true;
            this.lblDes3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDes3.Location = new System.Drawing.Point(666, 35);
            this.lblDes3.Name = "lblDes3";
            this.lblDes3.Size = new System.Drawing.Size(43, 17);
            this.lblDes3.TabIndex = 296;
            this.lblDes3.Text = "label3";
            // 
            // comboBox3
            // 
            this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.ItemHeight = 17;
            this.comboBox3.Location = new System.Drawing.Point(14, 3);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(318, 25);
            this.comboBox3.TabIndex = 289;
            this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
            // 
            // lblDO3
            // 
            this.lblDO3.AutoSize = true;
            this.lblDO3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDO3.Location = new System.Drawing.Point(353, 34);
            this.lblDO3.Name = "lblDO3";
            this.lblDO3.Size = new System.Drawing.Size(31, 17);
            this.lblDO3.TabIndex = 293;
            this.lblDO3.Text = "DIO";
            // 
            // lblDI3
            // 
            this.lblDI3.AutoSize = true;
            this.lblDI3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDI3.Location = new System.Drawing.Point(5, 34);
            this.lblDI3.Name = "lblDI3";
            this.lblDI3.Size = new System.Drawing.Size(31, 17);
            this.lblDI3.TabIndex = 292;
            this.lblDI3.Text = "DIO";
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox4.Controls.Add(this.panel5);
            this.groupBox4.Location = new System.Drawing.Point(5, 376);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(861, 407);
            this.groupBox4.TabIndex = 292;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "设备IO列表";
            // 
            // panel5
            // 
            this.panel5.AutoScroll = true;
            this.panel5.Controls.Add(this.lblDes4);
            this.panel5.Controls.Add(this.comboBox4);
            this.panel5.Controls.Add(this.lblDO4);
            this.panel5.Controls.Add(this.lblDI4);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(3, 19);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(855, 385);
            this.panel5.TabIndex = 292;
            // 
            // lblDes4
            // 
            this.lblDes4.AutoSize = true;
            this.lblDes4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDes4.Location = new System.Drawing.Point(643, 35);
            this.lblDes4.Name = "lblDes4";
            this.lblDes4.Size = new System.Drawing.Size(43, 17);
            this.lblDes4.TabIndex = 295;
            this.lblDes4.Text = "label2";
            // 
            // comboBox4
            // 
            this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox4.FormattingEnabled = true;
            this.comboBox4.ItemHeight = 17;
            this.comboBox4.Location = new System.Drawing.Point(14, 3);
            this.comboBox4.Name = "comboBox4";
            this.comboBox4.Size = new System.Drawing.Size(318, 25);
            this.comboBox4.TabIndex = 289;
            this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
            // 
            // lblDO4
            // 
            this.lblDO4.AutoSize = true;
            this.lblDO4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDO4.Location = new System.Drawing.Point(353, 35);
            this.lblDO4.Name = "lblDO4";
            this.lblDO4.Size = new System.Drawing.Size(31, 17);
            this.lblDO4.TabIndex = 291;
            this.lblDO4.Text = "DIO";
            // 
            // lblDI4
            // 
            this.lblDI4.AutoSize = true;
            this.lblDI4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDI4.Location = new System.Drawing.Point(5, 35);
            this.lblDI4.Name = "lblDI4";
            this.lblDI4.Size = new System.Drawing.Size(31, 17);
            this.lblDI4.TabIndex = 290;
            this.lblDI4.Text = "DIO";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.panel2);
            this.groupBox2.Location = new System.Drawing.Point(875, 4);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(861, 369);
            this.groupBox2.TabIndex = 291;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "设备IO列表对比";
            // 
            // panel2
            // 
            this.panel2.AutoScroll = true;
            this.panel2.Controls.Add(this.lblDes2);
            this.panel2.Controls.Add(this.comboBox2);
            this.panel2.Controls.Add(this.lblDO2);
            this.panel2.Controls.Add(this.lblDI2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 19);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(855, 347);
            this.panel2.TabIndex = 294;
            // 
            // lblDes2
            // 
            this.lblDes2.AutoSize = true;
            this.lblDes2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDes2.Location = new System.Drawing.Point(667, 35);
            this.lblDes2.Name = "lblDes2";
            this.lblDes2.Size = new System.Drawing.Size(43, 17);
            this.lblDes2.TabIndex = 294;
            this.lblDes2.Text = "label1";
            // 
            // comboBox2
            // 
            this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.ItemHeight = 17;
            this.comboBox2.Location = new System.Drawing.Point(14, 3);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(318, 25);
            this.comboBox2.TabIndex = 289;
            this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
            // 
            // lblDO2
            // 
            this.lblDO2.AutoSize = true;
            this.lblDO2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDO2.Location = new System.Drawing.Point(353, 34);
            this.lblDO2.Name = "lblDO2";
            this.lblDO2.Size = new System.Drawing.Size(31, 17);
            this.lblDO2.TabIndex = 293;
            this.lblDO2.Text = "DIO";
            // 
            // lblDI2
            // 
            this.lblDI2.AutoSize = true;
            this.lblDI2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDI2.Location = new System.Drawing.Point(5, 34);
            this.lblDI2.Name = "lblDI2";
            this.lblDI2.Size = new System.Drawing.Size(31, 17);
            this.lblDI2.TabIndex = 292;
            this.lblDI2.Text = "DIO";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel3);
            this.groupBox1.Location = new System.Drawing.Point(4, 4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(861, 369);
            this.groupBox1.TabIndex = 290;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "设备IO列表";
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.Controls.Add(this.lblDes1);
            this.panel3.Controls.Add(this.comboBox1);
            this.panel3.Controls.Add(this.lblDO1);
            this.panel3.Controls.Add(this.lblDI1);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(3, 19);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(855, 347);
            this.panel3.TabIndex = 292;
            // 
            // lblDes1
            // 
            this.lblDes1.AutoSize = true;
            this.lblDes1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDes1.Location = new System.Drawing.Point(644, 35);
            this.lblDes1.Name = "lblDes1";
            this.lblDes1.Size = new System.Drawing.Size(51, 17);
            this.lblDes1.TabIndex = 292;
            this.lblDes1.Text = "lblDes1";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.ItemHeight = 17;
            this.comboBox1.Location = new System.Drawing.Point(14, 3);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(318, 25);
            this.comboBox1.TabIndex = 289;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // lblDO1
            // 
            this.lblDO1.AutoSize = true;
            this.lblDO1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDO1.Location = new System.Drawing.Point(353, 35);
            this.lblDO1.Name = "lblDO1";
            this.lblDO1.Size = new System.Drawing.Size(31, 17);
            this.lblDO1.TabIndex = 291;
            this.lblDO1.Text = "DIO";
            // 
            // lblDI1
            // 
            this.lblDI1.AutoSize = true;
            this.lblDI1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDI1.Location = new System.Drawing.Point(5, 35);
            this.lblDI1.Name = "lblDI1";
            this.lblDI1.Size = new System.Drawing.Size(31, 17);
            this.lblDI1.TabIndex = 290;
            this.lblDI1.Text = "DIO";
            // 
            // FrmIOTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1748, 791);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmIOTest";
            this.Text = "IO查看";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTest_FormClosing);
            this.Load += new System.EventHandler(this.FrmStoreIOStatus_Load);
            this.Shown += new System.EventHandler(this.FrmIOStatus_Shown);
            this.panel1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox comboBox2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label lblDO2;
        private System.Windows.Forms.Label lblDI2;
        private System.Windows.Forms.Label lblDO1;
        private System.Windows.Forms.Label lblDI1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label lblDO3;
        private System.Windows.Forms.Label lblDI3;
        private System.Windows.Forms.ComboBox comboBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Label lblDO4;
        private System.Windows.Forms.Label lblDI4;
        private System.Windows.Forms.ComboBox comboBox4;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label lblDes3;
        private System.Windows.Forms.Label lblDes4;
        private System.Windows.Forms.Label lblDes2;
        private System.Windows.Forms.Label lblDes1;
    }
}