You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Modbus_Study/ModbusStudy/CommClient/MainForm.Designer.cs

486 lines
18 KiB

3 years ago

namespace CommClient
{
partial class MainForm
{
/// <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 Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
3 years ago
this.btnDisconnect = new System.Windows.Forms.Button();
this.tbIP = new System.Windows.Forms.TextBox();
this.btnConnect = new System.Windows.Forms.Button();
this.nudPort = new System.Windows.Forms.NumericUpDown();
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();
3 years ago
this.groupBox5 = new System.Windows.Forms.GroupBox();
3 years ago
this.chkAutoScroll = new System.Windows.Forms.CheckBox();
this.btnClear = new System.Windows.Forms.Button();
this.rtbLog = new System.Windows.Forms.RichTextBox();
3 years ago
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnRead = new System.Windows.Forms.Button();
3 years ago
this.tbReadName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
3 years ago
this.btnWrite = new System.Windows.Forms.Button();
3 years ago
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.groupBox4 = new System.Windows.Forms.GroupBox();
3 years ago
this.chkSdk = new System.Windows.Forms.RadioButton();
3 years ago
this.chkOPCUA = new System.Windows.Forms.RadioButton();
this.chkModbus = new System.Windows.Forms.RadioButton();
this.label7 = new System.Windows.Forms.Label();
this.nudAddress = new System.Windows.Forms.NumericUpDown();
3 years ago
this.groupBox1.SuspendLayout();
3 years ago
((System.ComponentModel.ISupportInitialize)(this.nudPort)).BeginInit();
3 years ago
this.groupBox5.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
3 years ago
((System.ComponentModel.ISupportInitialize)(this.nudAddress)).BeginInit();
3 years ago
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnDisconnect);
this.groupBox1.Controls.Add(this.tbIP);
this.groupBox1.Controls.Add(this.btnConnect);
3 years ago
this.groupBox1.Controls.Add(this.nudAddress);
3 years ago
this.groupBox1.Controls.Add(this.nudPort);
3 years ago
this.groupBox1.Controls.Add(this.label7);
3 years ago
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tbStatus);
this.groupBox1.Controls.Add(this.label1);
3 years ago
this.groupBox1.Location = new System.Drawing.Point(13, 16);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.groupBox1.Name = "groupBox1";
3 years ago
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox1.Size = new System.Drawing.Size(240, 196);
3 years ago
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Server";
//
3 years ago
// btnDisconnect
3 years ago
//
3 years ago
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);
3 years ago
//
3 years ago
// tbIP
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// btnConnect
3 years ago
//
3 years ago
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);
3 years ago
//
3 years ago
// nudPort
3 years ago
//
3 years ago
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});
3 years ago
//
3 years ago
// label3
3 years ago
//
3 years ago
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";
3 years ago
//
// tbStatus
//
this.tbStatus.BackColor = System.Drawing.Color.Silver;
this.tbStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
3 years ago
this.tbStatus.Location = new System.Drawing.Point(78, 25);
this.tbStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.tbStatus.Name = "tbStatus";
this.tbStatus.ReadOnly = true;
3 years ago
this.tbStatus.Size = new System.Drawing.Size(156, 23);
3 years ago
this.tbStatus.TabIndex = 7;
this.tbStatus.Text = "Disconnected";
this.tbStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
3 years ago
// label1
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// groupBox5
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// chkAutoScroll
3 years ago
//
3 years ago
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;
3 years ago
//
3 years ago
// btnClear
3 years ago
//
3 years ago
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);
3 years ago
//
3 years ago
// rtbLog
3 years ago
//
3 years ago
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 = "";
3 years ago
//
3 years ago
// groupBox2
3 years ago
//
3 years ago
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";
3 years ago
//
// btnRead
//
this.btnRead.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
3 years ago
this.btnRead.Location = new System.Drawing.Point(159, 50);
this.btnRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.btnRead.Name = "btnRead";
3 years ago
this.btnRead.Size = new System.Drawing.Size(75, 29);
3 years ago
this.btnRead.TabIndex = 10;
this.btnRead.Text = "Read";
this.btnRead.UseVisualStyleBackColor = true;
3 years ago
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
3 years ago
//
3 years ago
// tbReadName
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// label4
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// groupBox3
3 years ago
//
3 years ago
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";
3 years ago
//
// btnWrite
//
this.btnWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
3 years ago
this.btnWrite.Location = new System.Drawing.Point(159, 92);
this.btnWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.btnWrite.Name = "btnWrite";
3 years ago
this.btnWrite.Size = new System.Drawing.Size(75, 29);
3 years ago
this.btnWrite.TabIndex = 10;
this.btnWrite.Text = "Write";
this.btnWrite.UseVisualStyleBackColor = true;
3 years ago
this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
3 years ago
//
3 years ago
// tbWriteValue
3 years ago
//
3 years ago
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";
3 years ago
//
3 years ago
// label6
3 years ago
//
3 years ago
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";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.chkSdk);
this.groupBox4.Controls.Add(this.chkOPCUA);
this.groupBox4.Controls.Add(this.chkModbus);
this.groupBox4.Location = new System.Drawing.Point(13, 453);
this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox4.Size = new System.Drawing.Size(240, 64);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Mode";
3 years ago
//
// chkSdk
//
this.chkSdk.AutoSize = true;
3 years ago
this.chkSdk.Location = new System.Drawing.Point(174, 26);
this.chkSdk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.chkSdk.Name = "chkSdk";
3 years ago
this.chkSdk.Size = new System.Drawing.Size(48, 19);
3 years ago
this.chkSdk.TabIndex = 0;
this.chkSdk.Text = "SDK";
this.chkSdk.UseVisualStyleBackColor = true;
//
3 years ago
// chkOPCUA
3 years ago
//
3 years ago
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;
3 years ago
//
3 years ago
// chkModbus
3 years ago
//
3 years ago
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;
3 years ago
//
3 years ago
// label7
3 years ago
//
3 years ago
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(4, 129);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 15);
this.label7.TabIndex = 5;
this.label7.Text = "Address";
3 years ago
//
3 years ago
// nudAddress
3 years ago
//
3 years ago
this.nudAddress.Location = new System.Drawing.Point(78, 123);
this.nudAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nudAddress.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudAddress.Name = "nudAddress";
this.nudAddress.Size = new System.Drawing.Size(156, 23);
this.nudAddress.TabIndex = 9;
this.nudAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.nudAddress.Value = new decimal(new int[] {
1,
0,
0,
0});
3 years ago
//
// MainForm
//
3 years ago
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
3 years ago
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
3 years ago
this.ClientSize = new System.Drawing.Size(690, 528);
3 years ago
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
3 years ago
this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
3 years ago
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
3 years ago
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
3 years ago
this.Name = "MainForm";
this.Text = "Comm Client";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
3 years ago
((System.ComponentModel.ISupportInitialize)(this.nudPort)).EndInit();
3 years ago
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
3 years ago
((System.ComponentModel.ISupportInitialize)(this.nudAddress)).EndInit();
3 years ago
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 groupBox4;
private System.Windows.Forms.Button btnRead;
3 years ago
private System.Windows.Forms.TextBox tbReadName;
3 years ago
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;
3 years ago
private System.Windows.Forms.NumericUpDown nudAddress;
private System.Windows.Forms.Label label7;
3 years ago
}
}