Box_IO.Designer.cs 18.9 KB
namespace OnlineStore.XLRStore.inputForm.uc
{
    partial class Box_IO
    {
        /// <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.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtDOIndex = new System.Windows.Forms.TextBox();
            this.txtDoName = new System.Windows.Forms.TextBox();
            this.lblAddr = new System.Windows.Forms.Label();
            this.btnOpenDo = new System.Windows.Forms.Button();
            this.txtSlaveId = new System.Windows.Forms.TextBox();
            this.cmbWriteIO = new System.Windows.Forms.ComboBox();
            this.btnWriteSingleDO = new System.Windows.Forms.Button();
            this.txtWriteTime = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnCloseAll = new System.Windows.Forms.Button();
            this.groupDO = new System.Windows.Forms.GroupBox();
            this.ucHumitempure4 = new OnlineStore.XLRStore.UCHumitempure();
            this.ucHumitempure3 = new OnlineStore.XLRStore.UCHumitempure();
            this.ucHumitempure2 = new OnlineStore.XLRStore.UCHumitempure();
            this.ucHumitempure1 = new OnlineStore.XLRStore.UCHumitempure();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupDO.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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.tableLayoutPanel1);
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(231, 558);
            this.groupBox3.TabIndex = 104;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "DI列表";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.AutoScroll = true;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 24);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(220, 528);
            this.tableLayoutPanel1.TabIndex = 102;
            // 
            // 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.tableLayoutPanel2);
            this.groupBox4.Location = new System.Drawing.Point(240, 9);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(231, 546);
            this.groupBox4.TabIndex = 105;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "DO列表";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel2.AutoScroll = true;
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Location = new System.Drawing.Point(5, 14);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(220, 526);
            this.tableLayoutPanel2.TabIndex = 103;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnCloseAll);
            this.groupBox1.Controls.Add(this.txtDOIndex);
            this.groupBox1.Controls.Add(this.txtDoName);
            this.groupBox1.Controls.Add(this.lblAddr);
            this.groupBox1.Controls.Add(this.btnOpenDo);
            this.groupBox1.Controls.Add(this.txtSlaveId);
            this.groupBox1.Controls.Add(this.cmbWriteIO);
            this.groupBox1.Controls.Add(this.btnWriteSingleDO);
            this.groupBox1.Controls.Add(this.txtWriteTime);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(477, 23);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(466, 157);
            this.groupBox1.TabIndex = 106;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "DO写入";
            // 
            // txtDOIndex
            // 
            this.txtDOIndex.Enabled = false;
            this.txtDOIndex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDOIndex.Location = new System.Drawing.Point(386, 47);
            this.txtDOIndex.MaxLength = 10;
            this.txtDOIndex.Name = "txtDOIndex";
            this.txtDOIndex.Size = new System.Drawing.Size(47, 27);
            this.txtDOIndex.TabIndex = 260;
            this.txtDOIndex.Text = "0";
            this.txtDOIndex.Visible = false;
            // 
            // txtDoName
            // 
            this.txtDoName.Enabled = false;
            this.txtDoName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDoName.Location = new System.Drawing.Point(386, 64);
            this.txtDoName.MaxLength = 10;
            this.txtDoName.Name = "txtDoName";
            this.txtDoName.Size = new System.Drawing.Size(53, 27);
            this.txtDoName.TabIndex = 259;
            this.txtDoName.Text = "0";
            this.txtDoName.Visible = false;
            // 
            // lblAddr
            // 
            this.lblAddr.AutoSize = true;
            this.lblAddr.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAddr.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblAddr.Location = new System.Drawing.Point(364, 27);
            this.lblAddr.Name = "lblAddr";
            this.lblAddr.Size = new System.Drawing.Size(56, 20);
            this.lblAddr.TabIndex = 258;
            this.lblAddr.Text = "设备IP:";
            this.lblAddr.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnOpenDo
            // 
            this.btnOpenDo.BackColor = System.Drawing.Color.White;
            this.btnOpenDo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenDo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenDo.Location = new System.Drawing.Point(147, 55);
            this.btnOpenDo.Name = "btnOpenDo";
            this.btnOpenDo.Size = new System.Drawing.Size(110, 34);
            this.btnOpenDo.TabIndex = 256;
            this.btnOpenDo.Text = "打开";
            this.btnOpenDo.UseVisualStyleBackColor = false;
            this.btnOpenDo.Click += new System.EventHandler(this.btnOpenDo_Click);
            // 
            // txtSlaveId
            // 
            this.txtSlaveId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSlaveId.Location = new System.Drawing.Point(427, 24);
            this.txtSlaveId.MaxLength = 10;
            this.txtSlaveId.Name = "txtSlaveId";
            this.txtSlaveId.Size = new System.Drawing.Size(12, 27);
            this.txtSlaveId.TabIndex = 255;
            this.txtSlaveId.Text = "0";
            this.txtSlaveId.Visible = false;
            // 
            // cmbWriteIO
            // 
            this.cmbWriteIO.DisplayMember = "ProName";
            this.cmbWriteIO.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cmbWriteIO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbWriteIO.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbWriteIO.FormattingEnabled = true;
            this.cmbWriteIO.ItemHeight = 22;
            this.cmbWriteIO.Location = new System.Drawing.Point(17, 21);
            this.cmbWriteIO.Name = "cmbWriteIO";
            this.cmbWriteIO.Size = new System.Drawing.Size(341, 28);
            this.cmbWriteIO.TabIndex = 234;
            this.cmbWriteIO.ValueMember = "ProName";
            this.cmbWriteIO.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cmbWriteIO_DrawItem);
            this.cmbWriteIO.SelectedIndexChanged += new System.EventHandler(this.cmbWriteIO_SelectedIndexChanged);
            // 
            // btnWriteSingleDO
            // 
            this.btnWriteSingleDO.BackColor = System.Drawing.Color.White;
            this.btnWriteSingleDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWriteSingleDO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWriteSingleDO.Location = new System.Drawing.Point(262, 55);
            this.btnWriteSingleDO.Name = "btnWriteSingleDO";
            this.btnWriteSingleDO.Size = new System.Drawing.Size(110, 34);
            this.btnWriteSingleDO.TabIndex = 232;
            this.btnWriteSingleDO.Text = "关闭";
            this.btnWriteSingleDO.UseVisualStyleBackColor = false;
            this.btnWriteSingleDO.Click += new System.EventHandler(this.btnWriteSingleDO_Click);
            // 
            // txtWriteTime
            // 
            this.txtWriteTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWriteTime.Location = new System.Drawing.Point(82, 61);
            this.txtWriteTime.MaxLength = 10;
            this.txtWriteTime.Name = "txtWriteTime";
            this.txtWriteTime.Size = new System.Drawing.Size(60, 27);
            this.txtWriteTime.TabIndex = 238;
            this.txtWriteTime.Text = "0";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label5.Location = new System.Drawing.Point(17, 64);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(74, 20);
            this.label5.TabIndex = 237;
            this.label5.Text = "定时(ms):";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnCloseAll
            // 
            this.btnCloseAll.BackColor = System.Drawing.Color.White;
            this.btnCloseAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseAll.Location = new System.Drawing.Point(104, 104);
            this.btnCloseAll.Name = "btnCloseAll";
            this.btnCloseAll.Size = new System.Drawing.Size(164, 35);
            this.btnCloseAll.TabIndex = 259;
            this.btnCloseAll.Text = "关闭所有DO";
            this.btnCloseAll.UseVisualStyleBackColor = false;
            this.btnCloseAll.Click += new System.EventHandler(this.btnCloseAll_Click);
            // 
            // groupDO
            // 
            this.groupDO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupDO.Controls.Add(this.ucHumitempure4);
            this.groupDO.Controls.Add(this.ucHumitempure3);
            this.groupDO.Controls.Add(this.ucHumitempure2);
            this.groupDO.Controls.Add(this.ucHumitempure1);
            this.groupDO.Location = new System.Drawing.Point(477, 186);
            this.groupDO.Name = "groupDO";
            this.groupDO.Size = new System.Drawing.Size(479, 369);
            this.groupDO.TabIndex = 256;
            this.groupDO.TabStop = false;
            this.groupDO.Text = "温湿度";
            // 
            // ucHumitempure4
            // 
            this.ucHumitempure4.Location = new System.Drawing.Point(241, 186);
            this.ucHumitempure4.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.ucHumitempure4.Name = "ucHumitempure4";
            this.ucHumitempure4.Size = new System.Drawing.Size(194, 153);
            this.ucHumitempure4.TabIndex = 3;
            // 
            // ucHumitempure3
            // 
            this.ucHumitempure3.Location = new System.Drawing.Point(12, 186);
            this.ucHumitempure3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.ucHumitempure3.Name = "ucHumitempure3";
            this.ucHumitempure3.Size = new System.Drawing.Size(194, 153);
            this.ucHumitempure3.TabIndex = 2;
            // 
            // ucHumitempure2
            // 
            this.ucHumitempure2.Location = new System.Drawing.Point(241, 28);
            this.ucHumitempure2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.ucHumitempure2.Name = "ucHumitempure2";
            this.ucHumitempure2.Size = new System.Drawing.Size(194, 153);
            this.ucHumitempure2.TabIndex = 1;
            // 
            // ucHumitempure1
            // 
            this.ucHumitempure1.Location = new System.Drawing.Point(12, 27);
            this.ucHumitempure1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ucHumitempure1.Name = "ucHumitempure1";
            this.ucHumitempure1.Size = new System.Drawing.Size(194, 153);
            this.ucHumitempure1.TabIndex = 0;
            // 
            // Box_IO
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupDO);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Name = "Box_IO";
            this.Size = new System.Drawing.Size(972, 564);
            this.Load += new System.EventHandler(this.Input_IO_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupDO.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtDOIndex;
        private System.Windows.Forms.TextBox txtDoName;
        private System.Windows.Forms.Label lblAddr;
        private System.Windows.Forms.Button btnOpenDo;
        private System.Windows.Forms.TextBox txtSlaveId;
        private System.Windows.Forms.ComboBox cmbWriteIO;
        private System.Windows.Forms.Button btnWriteSingleDO;
        private System.Windows.Forms.TextBox txtWriteTime;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnCloseAll;
        private System.Windows.Forms.GroupBox groupDO;
        private UCHumitempure ucHumitempure4;
        private UCHumitempure ucHumitempure3;
        private UCHumitempure ucHumitempure2;
        private UCHumitempure ucHumitempure1;
    }
}