namespace ModbusTCPServer2005 { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.chkDO1 = new System.Windows.Forms.CheckBox(); this.chkDO2 = new System.Windows.Forms.CheckBox(); this.chkDO3 = new System.Windows.Forms.CheckBox(); this.chkDO4 = new System.Windows.Forms.CheckBox(); this.timer1 = new System.Windows.Forms.Timer(); this.chkDI4 = new System.Windows.Forms.CheckBox(); this.chkDI3 = new System.Windows.Forms.CheckBox(); this.chkDI2 = new System.Windows.Forms.CheckBox(); this.chkDI1 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtAO1 = new System.Windows.Forms.TextBox(); this.txtAO2 = new System.Windows.Forms.TextBox(); this.txtAO3 = new System.Windows.Forms.TextBox(); this.txtAO4 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtAI4 = new System.Windows.Forms.TextBox(); this.txtAI3 = new System.Windows.Forms.TextBox(); this.txtAI2 = new System.Windows.Forms.TextBox(); this.txtAI1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.labServerName = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(46, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 21); this.label1.Text = "DO Value"; // // chkDO1 // this.chkDO1.Location = new System.Drawing.Point(44, 92); this.chkDO1.Name = "chkDO1"; this.chkDO1.Size = new System.Drawing.Size(82, 23); this.chkDO1.TabIndex = 1; this.chkDO1.Text = "000001"; // // chkDO2 // this.chkDO2.Location = new System.Drawing.Point(46, 133); this.chkDO2.Name = "chkDO2"; this.chkDO2.Size = new System.Drawing.Size(82, 23); this.chkDO2.TabIndex = 2; this.chkDO2.Text = "000002"; // // chkDO3 // this.chkDO3.Location = new System.Drawing.Point(46, 174); this.chkDO3.Name = "chkDO3"; this.chkDO3.Size = new System.Drawing.Size(82, 23); this.chkDO3.TabIndex = 3; this.chkDO3.Text = "000003"; // // chkDO4 // this.chkDO4.Location = new System.Drawing.Point(46, 215); this.chkDO4.Name = "chkDO4"; this.chkDO4.Size = new System.Drawing.Size(82, 23); this.chkDO4.TabIndex = 4; this.chkDO4.Text = "000004"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // chkDI4 // this.chkDI4.Location = new System.Drawing.Point(134, 215); this.chkDI4.Name = "chkDI4"; this.chkDI4.Size = new System.Drawing.Size(82, 23); this.chkDI4.TabIndex = 10; this.chkDI4.Text = "100004"; // // chkDI3 // this.chkDI3.Location = new System.Drawing.Point(134, 174); this.chkDI3.Name = "chkDI3"; this.chkDI3.Size = new System.Drawing.Size(82, 23); this.chkDI3.TabIndex = 9; this.chkDI3.Text = "100003"; // // chkDI2 // this.chkDI2.Location = new System.Drawing.Point(134, 133); this.chkDI2.Name = "chkDI2"; this.chkDI2.Size = new System.Drawing.Size(82, 23); this.chkDI2.TabIndex = 8; this.chkDI2.Text = "100002"; this.chkDI2.CheckStateChanged += new System.EventHandler(this.chkDI2_CheckStateChanged); // // chkDI1 // this.chkDI1.Location = new System.Drawing.Point(132, 92); this.chkDI1.Name = "chkDI1"; this.chkDI1.Size = new System.Drawing.Size(82, 23); this.chkDI1.TabIndex = 7; this.chkDI1.Text = "100001"; this.chkDI1.CheckStateChanged += new System.EventHandler(this.chkDI1_CheckStateChanged); // // label2 // this.label2.Location = new System.Drawing.Point(134, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 21); this.label2.Text = "DI Value"; // // label3 // this.label3.Location = new System.Drawing.Point(337, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(122, 21); this.label3.Text = "AO Value"; // // label4 // this.label4.Location = new System.Drawing.Point(222, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(109, 21); this.label4.Text = "AI Value"; // // txtAO1 // this.txtAO1.Location = new System.Drawing.Point(339, 93); this.txtAO1.Name = "txtAO1"; this.txtAO1.Size = new System.Drawing.Size(98, 23); this.txtAO1.TabIndex = 16; this.txtAO1.Text = "0"; // // txtAO2 // this.txtAO2.Location = new System.Drawing.Point(339, 133); this.txtAO2.Name = "txtAO2"; this.txtAO2.Size = new System.Drawing.Size(98, 23); this.txtAO2.TabIndex = 17; this.txtAO2.Text = "0"; // // txtAO3 // this.txtAO3.Location = new System.Drawing.Point(339, 174); this.txtAO3.Name = "txtAO3"; this.txtAO3.Size = new System.Drawing.Size(98, 23); this.txtAO3.TabIndex = 18; this.txtAO3.Text = "0"; // // txtAO4 // this.txtAO4.Location = new System.Drawing.Point(339, 215); this.txtAO4.Name = "txtAO4"; this.txtAO4.Size = new System.Drawing.Size(98, 23); this.txtAO4.TabIndex = 19; this.txtAO4.Text = "0"; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular); this.label5.Location = new System.Drawing.Point(37, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(213, 34); this.label5.Text = "IO Simulation"; // // txtAI4 // this.txtAI4.Location = new System.Drawing.Point(222, 215); this.txtAI4.Name = "txtAI4"; this.txtAI4.Size = new System.Drawing.Size(98, 23); this.txtAI4.TabIndex = 28; this.txtAI4.Text = "444"; // // txtAI3 // this.txtAI3.Location = new System.Drawing.Point(222, 174); this.txtAI3.Name = "txtAI3"; this.txtAI3.Size = new System.Drawing.Size(98, 23); this.txtAI3.TabIndex = 27; this.txtAI3.Text = "333"; // // txtAI2 // this.txtAI2.Location = new System.Drawing.Point(222, 133); this.txtAI2.Name = "txtAI2"; this.txtAI2.Size = new System.Drawing.Size(98, 23); this.txtAI2.TabIndex = 26; this.txtAI2.Text = "222"; // // txtAI1 // this.txtAI1.Location = new System.Drawing.Point(222, 93); this.txtAI1.Name = "txtAI1"; this.txtAI1.Size = new System.Drawing.Size(98, 23); this.txtAI1.TabIndex = 25; this.txtAI1.Text = "111"; // // button1 // this.button1.Location = new System.Drawing.Point(256, 14); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(98, 28); this.button1.TabIndex = 34; this.button1.Text = "start"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(363, 14); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(98, 28); this.button2.TabIndex = 35; this.button2.Text = "stop"; this.button2.Click += new System.EventHandler(this.button2_Click); // // labServerName // this.labServerName.Location = new System.Drawing.Point(256, 48); this.labServerName.Name = "labServerName"; this.labServerName.Size = new System.Drawing.Size(203, 20); this.labServerName.Text = "label6"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(512, 259); this.Controls.Add(this.labServerName); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.txtAI4); this.Controls.Add(this.txtAI3); this.Controls.Add(this.txtAI2); this.Controls.Add(this.txtAI1); this.Controls.Add(this.label5); this.Controls.Add(this.txtAO4); this.Controls.Add(this.txtAO3); this.Controls.Add(this.txtAO2); this.Controls.Add(this.txtAO1); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.chkDI4); this.Controls.Add(this.chkDI3); this.Controls.Add(this.chkDI2); this.Controls.Add(this.chkDI1); this.Controls.Add(this.label2); this.Controls.Add(this.chkDO4); this.Controls.Add(this.chkDO3); this.Controls.Add(this.chkDO2); this.Controls.Add(this.chkDO1); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Modbus_Slave_TCP_Demo"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chkDO1; private System.Windows.Forms.CheckBox chkDO2; private System.Windows.Forms.CheckBox chkDO3; private System.Windows.Forms.CheckBox chkDO4; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.CheckBox chkDI4; private System.Windows.Forms.CheckBox chkDI3; private System.Windows.Forms.CheckBox chkDI2; private System.Windows.Forms.CheckBox chkDI1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtAO1; private System.Windows.Forms.TextBox txtAO2; private System.Windows.Forms.TextBox txtAO3; private System.Windows.Forms.TextBox txtAO4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtAI4; private System.Windows.Forms.TextBox txtAI3; private System.Windows.Forms.TextBox txtAI2; private System.Windows.Forms.TextBox txtAI1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label labServerName; } }