namespace RTU_CS_demo { 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.GroupBox1 = new System.Windows.Forms.GroupBox(); this.btnCloseRTU = new System.Windows.Forms.Button(); this.btnRunRTU = new System.Windows.Forms.Button(); this.btnWDT = new System.Windows.Forms.Button(); this.Button1 = new System.Windows.Forms.Button(); this.btn_start = new System.Windows.Forms.Button(); this.Label3 = new System.Windows.Forms.Label(); this.txtStationN = new System.Windows.Forms.TextBox(); this.txtVersion = new System.Windows.Forms.TextBox(); this.Label1 = new System.Windows.Forms.Label(); this.txtStatus = new System.Windows.Forms.TextBox(); this.txtInformation = new System.Windows.Forms.TextBox(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.txtStationID = new System.Windows.Forms.TextBox(); this.Label6 = new System.Windows.Forms.Label(); this.btnRead = new System.Windows.Forms.Button(); this.txtIOData = new System.Windows.Forms.TextBox(); this.btnWriteAO = new System.Windows.Forms.Button(); this.btnWriteDo = new System.Windows.Forms.Button(); this.GroupBox3 = new System.Windows.Forms.GroupBox(); this.btnWriteCounterRemote = new System.Windows.Forms.Button(); this.btnWriteDosRemote = new System.Windows.Forms.Button(); this.txtMbName = new System.Windows.Forms.TextBox(); this.Label5 = new System.Windows.Forms.Label(); this.txtMbID = new System.Windows.Forms.TextBox(); this.Label4 = new System.Windows.Forms.Label(); this.btnReadRemote = new System.Windows.Forms.Button(); this.txtRemoteIOData = new System.Windows.Forms.TextBox(); this.btnWriteAoRemote = new System.Windows.Forms.Button(); this.btnWriteDoRemote = new System.Windows.Forms.Button(); this.GroupBox1.SuspendLayout(); this.GroupBox2.SuspendLayout(); this.GroupBox3.SuspendLayout(); this.SuspendLayout(); // // GroupBox1 // this.GroupBox1.Controls.Add(this.btnCloseRTU); this.GroupBox1.Controls.Add(this.btnRunRTU); this.GroupBox1.Controls.Add(this.btnWDT); this.GroupBox1.Controls.Add(this.Button1); this.GroupBox1.Controls.Add(this.btn_start); this.GroupBox1.Controls.Add(this.Label3); this.GroupBox1.Controls.Add(this.txtStationN); this.GroupBox1.Controls.Add(this.txtVersion); this.GroupBox1.Controls.Add(this.Label1); this.GroupBox1.Controls.Add(this.txtStatus); this.GroupBox1.Controls.Add(this.txtInformation); this.GroupBox1.Location = new System.Drawing.Point(12, 12); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(349, 566); this.GroupBox1.TabIndex = 13; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "(1) Initial / get basic Information"; // // btnCloseRTU // this.btnCloseRTU.Location = new System.Drawing.Point(254, 92); this.btnCloseRTU.Name = "btnCloseRTU"; this.btnCloseRTU.Size = new System.Drawing.Size(84, 37); this.btnCloseRTU.TabIndex = 18; this.btnCloseRTU.Text = "Close RTU"; this.btnCloseRTU.UseVisualStyleBackColor = true; this.btnCloseRTU.Click += new System.EventHandler(this.btnCloseRTU_Click); // // btnRunRTU // this.btnRunRTU.Location = new System.Drawing.Point(164, 92); this.btnRunRTU.Name = "btnRunRTU"; this.btnRunRTU.Size = new System.Drawing.Size(84, 37); this.btnRunRTU.TabIndex = 17; this.btnRunRTU.Text = "Run RTU"; this.btnRunRTU.UseVisualStyleBackColor = true; this.btnRunRTU.Click += new System.EventHandler(this.btnRunRTU_Click); // // btnWDT // this.btnWDT.Location = new System.Drawing.Point(18, 92); this.btnWDT.Name = "btnWDT"; this.btnWDT.Size = new System.Drawing.Size(117, 37); this.btnWDT.TabIndex = 16; this.btnWDT.Text = "Read RTU Soft WDT"; this.btnWDT.UseVisualStyleBackColor = true; this.btnWDT.Click += new System.EventHandler(this.btnWDT_Click); // // Button1 // this.Button1.Location = new System.Drawing.Point(308, 19); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(30, 32); this.Button1.TabIndex = 12; this.Button1.Text = "clr"; this.Button1.UseVisualStyleBackColor = true; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // btn_start // this.btn_start.Location = new System.Drawing.Point(18, 21); this.btn_start.Name = "btn_start"; this.btn_start.Size = new System.Drawing.Size(117, 37); this.btn_start.TabIndex = 0; this.btn_start.Text = "(1)Get Information"; this.btn_start.UseVisualStyleBackColor = true; this.btn_start.Click += new System.EventHandler(this.btn_start_Click); // // Label3 // this.Label3.AutoSize = true; this.Label3.Location = new System.Drawing.Point(141, 67); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(65, 12); this.Label3.TabIndex = 11; this.Label3.Text = "API Version:"; // // txtStationN // this.txtStationN.Location = new System.Drawing.Point(255, 30); this.txtStationN.Name = "txtStationN"; this.txtStationN.ReadOnly = true; this.txtStationN.Size = new System.Drawing.Size(42, 22); this.txtStationN.TabIndex = 1; // // txtVersion // this.txtVersion.Location = new System.Drawing.Point(212, 64); this.txtVersion.Name = "txtVersion"; this.txtVersion.ReadOnly = true; this.txtVersion.Size = new System.Drawing.Size(127, 22); this.txtVersion.TabIndex = 10; // // Label1 // this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(141, 33); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(108, 12); this.Label1.TabIndex = 2; this.Label1.Text = "Total Station Number:"; // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(18, 64); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.Size = new System.Drawing.Size(117, 22); this.txtStatus.TabIndex = 3; // // txtInformation // this.txtInformation.Location = new System.Drawing.Point(18, 135); this.txtInformation.Multiline = true; this.txtInformation.Name = "txtInformation"; this.txtInformation.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtInformation.Size = new System.Drawing.Size(321, 425); this.txtInformation.TabIndex = 4; // // GroupBox2 // this.GroupBox2.Controls.Add(this.txtStationID); this.GroupBox2.Controls.Add(this.Label6); this.GroupBox2.Controls.Add(this.btnRead); this.GroupBox2.Controls.Add(this.txtIOData); this.GroupBox2.Controls.Add(this.btnWriteAO); this.GroupBox2.Controls.Add(this.btnWriteDo); this.GroupBox2.Location = new System.Drawing.Point(367, 12); this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Size = new System.Drawing.Size(417, 237); this.GroupBox2.TabIndex = 14; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "(2) Local IO"; // // txtStationID // this.txtStationID.Location = new System.Drawing.Point(106, 63); this.txtStationID.Name = "txtStationID"; this.txtStationID.Size = new System.Drawing.Size(42, 22); this.txtStationID.TabIndex = 12; this.txtStationID.Text = "2"; // // Label6 // this.Label6.AutoSize = true; this.Label6.Location = new System.Drawing.Point(36, 67); this.Label6.Name = "Label6"; this.Label6.Size = new System.Drawing.Size(58, 12); this.Label6.TabIndex = 13; this.Label6.Text = "Station ID="; // // btnRead // this.btnRead.Location = new System.Drawing.Point(15, 21); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(91, 38); this.btnRead.TabIndex = 6; this.btnRead.Text = "(2)ReadData"; this.btnRead.UseVisualStyleBackColor = true; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // txtIOData // this.txtIOData.Location = new System.Drawing.Point(15, 92); this.txtIOData.Multiline = true; this.txtIOData.Name = "txtIOData"; this.txtIOData.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtIOData.Size = new System.Drawing.Size(385, 132); this.txtIOData.TabIndex = 7; // // btnWriteAO // this.btnWriteAO.Location = new System.Drawing.Point(311, 22); this.btnWriteAO.Name = "btnWriteAO"; this.btnWriteAO.Size = new System.Drawing.Size(89, 37); this.btnWriteAO.TabIndex = 9; this.btnWriteAO.Text = "Write AO ch0 (0 or 1)"; this.btnWriteAO.UseVisualStyleBackColor = true; this.btnWriteAO.Click += new System.EventHandler(this.btnWriteAO_Click); // // btnWriteDo // this.btnWriteDo.Location = new System.Drawing.Point(216, 21); this.btnWriteDo.Name = "btnWriteDo"; this.btnWriteDo.Size = new System.Drawing.Size(89, 37); this.btnWriteDo.TabIndex = 8; this.btnWriteDo.Text = "Write DO ch0 (invert)"; this.btnWriteDo.UseVisualStyleBackColor = true; this.btnWriteDo.Click += new System.EventHandler(this.btnWriteDo_Click); // // GroupBox3 // this.GroupBox3.Controls.Add(this.btnWriteCounterRemote); this.GroupBox3.Controls.Add(this.btnWriteDosRemote); this.GroupBox3.Controls.Add(this.txtMbName); this.GroupBox3.Controls.Add(this.Label5); this.GroupBox3.Controls.Add(this.txtMbID); this.GroupBox3.Controls.Add(this.Label4); this.GroupBox3.Controls.Add(this.btnReadRemote); this.GroupBox3.Controls.Add(this.txtRemoteIOData); this.GroupBox3.Controls.Add(this.btnWriteAoRemote); this.GroupBox3.Controls.Add(this.btnWriteDoRemote); this.GroupBox3.Location = new System.Drawing.Point(367, 255); this.GroupBox3.Name = "GroupBox3"; this.GroupBox3.Size = new System.Drawing.Size(417, 323); this.GroupBox3.TabIndex = 15; this.GroupBox3.TabStop = false; this.GroupBox3.Text = "(3) Remote IO (Modbus device)"; // // btnWriteCounterRemote // this.btnWriteCounterRemote.Location = new System.Drawing.Point(281, 53); this.btnWriteCounterRemote.Name = "btnWriteCounterRemote"; this.btnWriteCounterRemote.Size = new System.Drawing.Size(119, 32); this.btnWriteCounterRemote.TabIndex = 21; this.btnWriteCounterRemote.Text = "Write Counter as 0"; this.btnWriteCounterRemote.UseVisualStyleBackColor = true; this.btnWriteCounterRemote.Click += new System.EventHandler(this.btnWriteCounterRemote_Click); // // btnWriteDosRemote // this.btnWriteDosRemote.Location = new System.Drawing.Point(283, 21); this.btnWriteDosRemote.Name = "btnWriteDosRemote"; this.btnWriteDosRemote.Size = new System.Drawing.Size(119, 26); this.btnWriteDosRemote.TabIndex = 20; this.btnWriteDosRemote.Text = "Write DOs (add 1)"; this.btnWriteDosRemote.UseVisualStyleBackColor = true; this.btnWriteDosRemote.Click += new System.EventHandler(this.btnWriteDosRemote_Click); // // txtMbName // this.txtMbName.Location = new System.Drawing.Point(249, 99); this.txtMbName.Name = "txtMbName"; this.txtMbName.Size = new System.Drawing.Size(90, 22); this.txtMbName.TabIndex = 12; this.txtMbName.Text = "MB_33"; // // Label5 // this.Label5.AutoSize = true; this.Label5.Location = new System.Drawing.Point(164, 103); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(79, 12); this.Label5.TabIndex = 13; this.Label5.Text = "Modbus Name="; // // txtMbID // this.txtMbID.Location = new System.Drawing.Point(94, 99); this.txtMbID.Name = "txtMbID"; this.txtMbID.Size = new System.Drawing.Size(42, 22); this.txtMbID.TabIndex = 10; this.txtMbID.Text = "33"; // // Label4 // this.Label4.AutoSize = true; this.Label4.Location = new System.Drawing.Point(24, 103); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(64, 12); this.Label4.TabIndex = 11; this.Label4.Text = "Modbus ID="; // // btnReadRemote // this.btnReadRemote.Location = new System.Drawing.Point(15, 21); this.btnReadRemote.Name = "btnReadRemote"; this.btnReadRemote.Size = new System.Drawing.Size(91, 38); this.btnReadRemote.TabIndex = 6; this.btnReadRemote.Text = "(3)ReadData"; this.btnReadRemote.UseVisualStyleBackColor = true; this.btnReadRemote.Click += new System.EventHandler(this.btnReadRemote_Click); // // txtRemoteIOData // this.txtRemoteIOData.Location = new System.Drawing.Point(15, 127); this.txtRemoteIOData.Multiline = true; this.txtRemoteIOData.Name = "txtRemoteIOData"; this.txtRemoteIOData.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemoteIOData.Size = new System.Drawing.Size(385, 190); this.txtRemoteIOData.TabIndex = 7; // // btnWriteAoRemote // this.btnWriteAoRemote.Location = new System.Drawing.Point(132, 53); this.btnWriteAoRemote.Name = "btnWriteAoRemote"; this.btnWriteAoRemote.Size = new System.Drawing.Size(136, 32); this.btnWriteAoRemote.TabIndex = 9; this.btnWriteAoRemote.Text = "Write AO ch0 (add 1)"; this.btnWriteAoRemote.UseVisualStyleBackColor = true; this.btnWriteAoRemote.Click += new System.EventHandler(this.btnWriteAoRemote_Click); // // btnWriteDoRemote // this.btnWriteDoRemote.Location = new System.Drawing.Point(132, 21); this.btnWriteDoRemote.Name = "btnWriteDoRemote"; this.btnWriteDoRemote.Size = new System.Drawing.Size(136, 26); this.btnWriteDoRemote.TabIndex = 8; this.btnWriteDoRemote.Text = "Write DO ch0 (invert)"; this.btnWriteDoRemote.UseVisualStyleBackColor = true; this.btnWriteDoRemote.Click += new System.EventHandler(this.btnWriteDoRemote_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(806, 589); this.Controls.Add(this.GroupBox3); this.Controls.Add(this.GroupBox2); this.Controls.Add(this.GroupBox1); this.Name = "Form1"; this.Text = "RTU API demo (C#) 2013/11/01"; this.GroupBox1.ResumeLayout(false); this.GroupBox1.PerformLayout(); this.GroupBox2.ResumeLayout(false); this.GroupBox2.PerformLayout(); this.GroupBox3.ResumeLayout(false); this.GroupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.GroupBox GroupBox1; internal System.Windows.Forms.Button Button1; internal System.Windows.Forms.Button btn_start; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.TextBox txtStationN; internal System.Windows.Forms.TextBox txtVersion; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.TextBox txtStatus; internal System.Windows.Forms.TextBox txtInformation; internal System.Windows.Forms.GroupBox GroupBox2; internal System.Windows.Forms.TextBox txtStationID; internal System.Windows.Forms.Label Label6; internal System.Windows.Forms.Button btnRead; internal System.Windows.Forms.TextBox txtIOData; internal System.Windows.Forms.Button btnWriteAO; internal System.Windows.Forms.Button btnWriteDo; internal System.Windows.Forms.GroupBox GroupBox3; internal System.Windows.Forms.Button btnWriteCounterRemote; internal System.Windows.Forms.Button btnWriteDosRemote; internal System.Windows.Forms.Button btnReadRemote; internal System.Windows.Forms.TextBox txtRemoteIOData; internal System.Windows.Forms.Button btnWriteAoRemote; internal System.Windows.Forms.Button btnWriteDoRemote; internal System.Windows.Forms.Button btnCloseRTU; internal System.Windows.Forms.Button btnRunRTU; internal System.Windows.Forms.Button btnWDT; internal System.Windows.Forms.TextBox txtMbName; internal System.Windows.Forms.Label Label5; internal System.Windows.Forms.TextBox txtMbID; internal System.Windows.Forms.Label Label4; } }