namespace MasterClient { partial class MainForm { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnDisconnect = new System.Windows.Forms.Button(); this.tbIP = new System.Windows.Forms.TextBox(); this.btnConnect = new System.Windows.Forms.Button(); this.nudIdentifier = new System.Windows.Forms.NumericUpDown(); this.nudPort = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbStatus = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.chkAutoScroll = new System.Windows.Forms.CheckBox(); this.btnClear = new System.Windows.Forms.Button(); this.rtbLog = new System.Windows.Forms.RichTextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnRead = new System.Windows.Forms.Button(); this.tbReadName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnWrite = new System.Windows.Forms.Button(); this.tbWriteValue = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbWriteName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.gbMode = new System.Windows.Forms.GroupBox(); this.chkSdk = new System.Windows.Forms.RadioButton(); this.chkOPCUA = new System.Windows.Forms.RadioButton(); this.chkModbus = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudIdentifier)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPort)).BeginInit(); this.groupBox5.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.gbMode.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnDisconnect); this.groupBox1.Controls.Add(this.tbIP); this.groupBox1.Controls.Add(this.btnConnect); this.groupBox1.Controls.Add(this.nudIdentifier); this.groupBox1.Controls.Add(this.nudPort); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.tbStatus); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(13, 16); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Size = new System.Drawing.Size(240, 196); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Server"; // // btnDisconnect // this.btnDisconnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDisconnect.Location = new System.Drawing.Point(152, 154); this.btnDisconnect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnDisconnect.Name = "btnDisconnect"; this.btnDisconnect.Size = new System.Drawing.Size(82, 29); this.btnDisconnect.TabIndex = 10; this.btnDisconnect.Text = "Disconnect"; this.btnDisconnect.UseVisualStyleBackColor = true; this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click); // // tbIP // this.tbIP.Location = new System.Drawing.Point(78, 59); this.tbIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbIP.Name = "tbIP"; this.tbIP.Size = new System.Drawing.Size(156, 23); this.tbIP.TabIndex = 7; this.tbIP.Text = "127.0.0.1"; // // btnConnect // this.btnConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnConnect.Location = new System.Drawing.Point(78, 154); this.btnConnect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(68, 29); this.btnConnect.TabIndex = 11; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // nudIdentifier // this.nudIdentifier.Location = new System.Drawing.Point(78, 123); this.nudIdentifier.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.nudIdentifier.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.nudIdentifier.Name = "nudIdentifier"; this.nudIdentifier.Size = new System.Drawing.Size(156, 23); this.nudIdentifier.TabIndex = 9; this.nudIdentifier.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.nudIdentifier.Value = new decimal(new int[] { 1, 0, 0, 0}); // // nudPort // this.nudPort.Location = new System.Drawing.Point(78, 92); this.nudPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.nudPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.nudPort.Name = "nudPort"; this.nudPort.Size = new System.Drawing.Size(156, 23); this.nudPort.TabIndex = 9; this.nudPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.nudPort.Value = new decimal(new int[] { 502, 0, 0, 0}); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(4, 129); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(54, 15); this.label7.TabIndex = 5; this.label7.Text = "Identifier"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 15); this.label3.TabIndex = 5; this.label3.Text = "Server IP"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 15); this.label2.TabIndex = 5; this.label2.Text = "TCP port"; // // tbStatus // this.tbStatus.BackColor = System.Drawing.Color.Silver; this.tbStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbStatus.Location = new System.Drawing.Point(78, 25); this.tbStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbStatus.Name = "tbStatus"; this.tbStatus.ReadOnly = true; this.tbStatus.Size = new System.Drawing.Size(156, 23); this.tbStatus.TabIndex = 7; this.tbStatus.Text = "Disconnected"; this.tbStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 15); this.label1.TabIndex = 6; this.label1.Text = "Status"; // // groupBox5 // this.groupBox5.Controls.Add(this.chkAutoScroll); this.groupBox5.Controls.Add(this.btnClear); this.groupBox5.Controls.Add(this.rtbLog); this.groupBox5.Location = new System.Drawing.Point(259, 16); this.groupBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox5.Name = "groupBox5"; this.groupBox5.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox5.Size = new System.Drawing.Size(417, 501); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Log"; // // chkAutoScroll // this.chkAutoScroll.AutoSize = true; this.chkAutoScroll.Checked = true; this.chkAutoScroll.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAutoScroll.Location = new System.Drawing.Point(6, 472); this.chkAutoScroll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkAutoScroll.Name = "chkAutoScroll"; this.chkAutoScroll.Size = new System.Drawing.Size(84, 19); this.chkAutoScroll.TabIndex = 4; this.chkAutoScroll.Text = "Auto scroll"; this.chkAutoScroll.UseVisualStyleBackColor = true; // // btnClear // this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClear.Location = new System.Drawing.Point(336, 464); this.btnClear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(75, 29); this.btnClear.TabIndex = 5; this.btnClear.Text = "Clear log"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // rtbLog // this.rtbLog.BackColor = System.Drawing.Color.Black; this.rtbLog.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtbLog.ForeColor = System.Drawing.Color.Lime; this.rtbLog.Location = new System.Drawing.Point(6, 25); this.rtbLog.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.rtbLog.Name = "rtbLog"; this.rtbLog.ReadOnly = true; this.rtbLog.Size = new System.Drawing.Size(405, 431); this.rtbLog.TabIndex = 1; this.rtbLog.Text = ""; // // groupBox2 // this.groupBox2.Controls.Add(this.btnRead); this.groupBox2.Controls.Add(this.tbReadName); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(13, 220); this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox2.Size = new System.Drawing.Size(240, 86); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Read Config"; // // btnRead // this.btnRead.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRead.Location = new System.Drawing.Point(159, 50); this.btnRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(75, 29); this.btnRead.TabIndex = 10; this.btnRead.Text = "Read"; this.btnRead.UseVisualStyleBackColor = true; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // tbReadName // this.tbReadName.Location = new System.Drawing.Point(91, 16); this.tbReadName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbReadName.Name = "tbReadName"; this.tbReadName.Size = new System.Drawing.Size(143, 23); this.tbReadName.TabIndex = 7; this.tbReadName.Text = "00001"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 21); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 15); this.label4.TabIndex = 6; this.label4.Text = "Tag name/Id"; // // groupBox3 // this.groupBox3.Controls.Add(this.btnWrite); this.groupBox3.Controls.Add(this.tbWriteValue); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.tbWriteName); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Location = new System.Drawing.Point(13, 314); this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox3.Size = new System.Drawing.Size(240, 131); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Write Config"; // // btnWrite // this.btnWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWrite.Location = new System.Drawing.Point(159, 92); this.btnWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnWrite.Name = "btnWrite"; this.btnWrite.Size = new System.Drawing.Size(75, 29); this.btnWrite.TabIndex = 10; this.btnWrite.Text = "Write"; this.btnWrite.UseVisualStyleBackColor = true; this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); // // tbWriteValue // this.tbWriteValue.Location = new System.Drawing.Point(91, 59); this.tbWriteValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbWriteValue.Name = "tbWriteValue"; this.tbWriteValue.Size = new System.Drawing.Size(143, 23); this.tbWriteValue.TabIndex = 7; this.tbWriteValue.Text = "0"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 64); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 6; this.label6.Text = "Write value"; // // tbWriteName // this.tbWriteName.Location = new System.Drawing.Point(91, 25); this.tbWriteName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbWriteName.Name = "tbWriteName"; this.tbWriteName.Size = new System.Drawing.Size(143, 23); this.tbWriteName.TabIndex = 7; this.tbWriteName.Text = "00001"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(75, 15); this.label5.TabIndex = 6; this.label5.Text = "Tag name/Id"; // // gbMode // this.gbMode.Controls.Add(this.chkSdk); this.gbMode.Controls.Add(this.chkOPCUA); this.gbMode.Controls.Add(this.chkModbus); this.gbMode.Location = new System.Drawing.Point(13, 453); this.gbMode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gbMode.Name = "gbMode"; this.gbMode.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gbMode.Size = new System.Drawing.Size(240, 64); this.gbMode.TabIndex = 0; this.gbMode.TabStop = false; this.gbMode.Text = "Mode"; // // chkSdk // this.chkSdk.AutoSize = true; this.chkSdk.Location = new System.Drawing.Point(174, 26); this.chkSdk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkSdk.Name = "chkSdk"; this.chkSdk.Size = new System.Drawing.Size(48, 19); this.chkSdk.TabIndex = 0; this.chkSdk.Text = "SDK"; this.chkSdk.UseVisualStyleBackColor = true; // // chkOPCUA // this.chkOPCUA.AutoSize = true; this.chkOPCUA.Location = new System.Drawing.Point(91, 26); this.chkOPCUA.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkOPCUA.Name = "chkOPCUA"; this.chkOPCUA.Size = new System.Drawing.Size(69, 19); this.chkOPCUA.TabIndex = 0; this.chkOPCUA.Text = "OPC UA"; this.chkOPCUA.UseVisualStyleBackColor = true; // // chkModbus // this.chkModbus.AutoSize = true; this.chkModbus.Checked = true; this.chkModbus.Location = new System.Drawing.Point(8, 26); this.chkModbus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkModbus.Name = "chkModbus"; this.chkModbus.Size = new System.Drawing.Size(69, 19); this.chkModbus.TabIndex = 0; this.chkModbus.TabStop = true; this.chkModbus.Text = "Modbus"; this.chkModbus.UseVisualStyleBackColor = true; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(690, 528); this.Controls.Add(this.groupBox5); this.Controls.Add(this.gbMode); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "MainForm"; this.Text = "Comm Client"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudIdentifier)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPort)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.gbMode.ResumeLayout(false); this.gbMode.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button btnDisconnect; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.NumericUpDown nudPort; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbStatus; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox gbMode; private System.Windows.Forms.Button btnRead; private System.Windows.Forms.TextBox tbReadName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnWrite; private System.Windows.Forms.TextBox tbWriteValue; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbWriteName; private System.Windows.Forms.Label label5; private System.Windows.Forms.RadioButton chkSdk; private System.Windows.Forms.RadioButton chkOPCUA; private System.Windows.Forms.RadioButton chkModbus; private System.Windows.Forms.RichTextBox rtbLog; private System.Windows.Forms.CheckBox chkAutoScroll; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.TextBox tbIP; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown nudIdentifier; private System.Windows.Forms.Label label7; } }