INT69DC_7C/INT69DC_7C/Forms/FormCommunication.Designer.cs

1640 lines
101 KiB
C#

namespace INT69DC_7C.Forms
{
partial class FormCommunication
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCommunication));
this.smartForm1 = new SmartX.SmartForm();
this.buttonBack = new SmartX.SmartButton();
this.labelTitle = new SmartX.SmartLabel();
this.groupBoxComm = new SmartX.SmartGroupBox();
this.labelSlaveID = new SmartX.SmartLabel();
this.labelTitleSlaveID = new SmartX.SmartLabel();
this.buttonSerialSend = new System.Windows.Forms.Button();
this.buttonSerialSave = new System.Windows.Forms.Button();
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
this.labelABFoodTimeoutInterval = new SmartX.SmartLabel();
this.labelTitleTimeout = new SmartX.SmartLabel();
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
this.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
this.labelStaticSerialMode = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel();
this.labelStaticSerialBaudrate = new SmartX.SmartLabel();
this.smartGroupBox3 = new SmartX.SmartGroupBox();
this.button10LaneSend = new System.Windows.Forms.Button();
this.button1LaneSend = new System.Windows.Forms.Button();
this.buttonDataSend = new System.Windows.Forms.Button();
this.buttonTcpSave2 = new System.Windows.Forms.Button();
this.labelClientStatus = new SmartX.SmartLabel();
this.labelTitleClientServerIP = new SmartX.SmartLabel();
this.labelHostIP1 = new SmartX.SmartLabel();
this.labelHostIP2 = new SmartX.SmartLabel();
this.labelHostIP3 = new SmartX.SmartLabel();
this.labelHostPort = new SmartX.SmartLabel();
this.labelHostIP4 = new SmartX.SmartLabel();
this.labelTitleClientServerPort = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelConnectedIP = new SmartX.SmartLabel();
this.labelTitleConnectedIP = new SmartX.SmartLabel();
this.labelLocalPort = new SmartX.SmartLabel();
this.labelTitleServerPort = new SmartX.SmartLabel();
this.labelServerStatus = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelProtocolDescriptionEthernet_2 = new SmartX.SmartLabel();
this.labelProtocolDescriptionEthernet_1 = new SmartX.SmartLabel();
this.labelStartAddress = new SmartX.SmartLabel();
this.labelTitleStartAddress = new SmartX.SmartLabel();
this.buttonTcpSave1 = new System.Windows.Forms.Button();
this.labelHelp = new SmartX.SmartLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.radioButtonLocalIpStatic = new SmartX.SmartRadioButton();
this.radioButtonLocalIpDHCP = new SmartX.SmartRadioButton();
this.labelTitleIPConfiguration = new SmartX.SmartLabel();
this.labelLocalSubnetMask4 = new SmartX.SmartLabel();
this.labelLocalSubnetMask3 = new SmartX.SmartLabel();
this.labelLocalSubnetMask2 = new SmartX.SmartLabel();
this.labelLocalSubnetMask1 = new SmartX.SmartLabel();
this.labelTitleSubnetMask = new SmartX.SmartLabel();
this.labelLocalGateway4 = new SmartX.SmartLabel();
this.labelLocalGateway3 = new SmartX.SmartLabel();
this.labelLocalGateway2 = new SmartX.SmartLabel();
this.labelLocalGateway1 = new SmartX.SmartLabel();
this.labelTitleGateway = new SmartX.SmartLabel();
this.labelLocalIP4 = new SmartX.SmartLabel();
this.labelLocalIP3 = new SmartX.SmartLabel();
this.labelLocalIP2 = new SmartX.SmartLabel();
this.labelLocalIP1 = new SmartX.SmartLabel();
this.labelTitleIPAddress = new SmartX.SmartLabel();
this.labelStaticTcpMode = new SmartX.SmartLabel();
this.labelStaticTcpOperationMode = new SmartX.SmartLabel();
this.comboBoxOperationMode = new System.Windows.Forms.ComboBox();
this.comboBoxMode = new System.Windows.Forms.ComboBox();
this.smartButton3 = new SmartX.SmartButton();
this.timerServer = new System.Windows.Forms.Timer();
this.smartListBoxClientList = new SmartX.SmartListBox();
this.labelClientCount = new SmartX.SmartLabel();
this.timer1 = new System.Windows.Forms.Timer();
this.buttonStart = new System.Windows.Forms.Button();
this.buttonStop = new System.Windows.Forms.Button();
this.buttonSend = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxComm.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD1024X768;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.SuspendLayoutInterval = 0;
//
// buttonBack
//
this.buttonBack.BackPictureBox = null;
this.buttonBack.BackPictureBox1 = null;
this.buttonBack.BackPictureBox2 = null;
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
this.buttonBack.ButtonImageAutoSize = true;
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
this.buttonBack.GroupID = 0;
this.buttonBack.InitVisible = true;
this.buttonBack.Location = new System.Drawing.Point(924, 666);
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonBack.Name = "buttonBack";
this.buttonBack.NestedClickEventPrevent = false;
this.buttonBack.OutlinePixel = 1;
this.buttonBack.RepeatInterval = 200;
this.buttonBack.RepeatIntervalAccelerate = null;
this.buttonBack.SafeInterval = 200;
this.buttonBack.Size = new System.Drawing.Size(84, 87);
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBack.TabIndex = 1;
this.buttonBack.TextColor = System.Drawing.Color.Black;
this.buttonBack.TextDownColor = System.Drawing.Color.White;
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
//
// labelTitle
//
this.labelTitle.BackPictureBox = this.smartForm1;
this.labelTitle.BackPictureBox1 = null;
this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(626, 60);
this.labelTitle.TabIndex = 12;
this.labelTitle.Text = "통 신 설 정";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// groupBoxComm
//
this.groupBoxComm.BackPictureBox = this.smartForm1;
this.groupBoxComm.BackPictureBox1 = null;
this.groupBoxComm.Controls.Add(this.labelSlaveID);
this.groupBoxComm.Controls.Add(this.labelTitleSlaveID);
this.groupBoxComm.Controls.Add(this.buttonSerialSend);
this.groupBoxComm.Controls.Add(this.buttonSerialSave);
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_2);
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_1);
this.groupBoxComm.Controls.Add(this.labelABFoodTimeoutInterval);
this.groupBoxComm.Controls.Add(this.labelTitleTimeout);
this.groupBoxComm.Controls.Add(this.comboBoxSerial3BaudRate);
this.groupBoxComm.Controls.Add(this.comboBoxSerial3Mode);
this.groupBoxComm.Controls.Add(this.labelStaticSerialMode);
this.groupBoxComm.Controls.Add(this.smartLabel4);
this.groupBoxComm.Controls.Add(this.labelStaticSerialBaudrate);
this.groupBoxComm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxComm.FrameLineThickness = 1;
this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.groupBoxComm.Image = null;
this.groupBoxComm.InitVisible = true;
this.groupBoxComm.Location = new System.Drawing.Point(3, 564);
this.groupBoxComm.Name = "groupBoxComm";
this.groupBoxComm.RoundRadius = 10;
this.groupBoxComm.Size = new System.Drawing.Size(500, 188);
this.groupBoxComm.TabIndex = 13;
this.groupBoxComm.Text = "Serial";
this.groupBoxComm.TextColor = System.Drawing.Color.Black;
//
// labelSlaveID
//
this.labelSlaveID.BackColor = System.Drawing.Color.White;
this.labelSlaveID.BackPictureBox = null;
this.labelSlaveID.BackPictureBox1 = null;
this.labelSlaveID.BackPictureBox2 = null;
this.labelSlaveID.BorderColor = System.Drawing.Color.Black;
this.labelSlaveID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelSlaveID.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelSlaveID.InitVisible = true;
this.labelSlaveID.LineSpacing = 0F;
this.labelSlaveID.Location = new System.Drawing.Point(373, 136);
this.labelSlaveID.Name = "labelSlaveID";
this.labelSlaveID.Size = new System.Drawing.Size(100, 30);
this.labelSlaveID.TabIndex = 230;
this.labelSlaveID.Text = "9999";
this.labelSlaveID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSlaveID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSlaveID.Visible = false;
this.labelSlaveID.Wordwrap = false;
this.labelSlaveID.Click += new System.EventHandler(this.labelSlaveID_Click);
//
// labelTitleSlaveID
//
this.labelTitleSlaveID.BackPictureBox = this.smartForm1;
this.labelTitleSlaveID.BackPictureBox1 = null;
this.labelTitleSlaveID.BackPictureBox2 = null;
this.labelTitleSlaveID.BorderColor = System.Drawing.Color.Black;
this.labelTitleSlaveID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSlaveID.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleSlaveID.ForeColor = System.Drawing.Color.Black;
this.labelTitleSlaveID.InitVisible = true;
this.labelTitleSlaveID.LineSpacing = 0F;
this.labelTitleSlaveID.Location = new System.Drawing.Point(267, 136);
this.labelTitleSlaveID.Name = "labelTitleSlaveID";
this.labelTitleSlaveID.Size = new System.Drawing.Size(100, 30);
this.labelTitleSlaveID.TabIndex = 229;
this.labelTitleSlaveID.Text = "Slave ID";
this.labelTitleSlaveID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleSlaveID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSlaveID.Visible = false;
this.labelTitleSlaveID.Wordwrap = false;
//
// buttonSerialSend
//
this.buttonSerialSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonSerialSend.Location = new System.Drawing.Point(373, 84);
this.buttonSerialSend.Name = "buttonSerialSend";
this.buttonSerialSend.Size = new System.Drawing.Size(100, 46);
this.buttonSerialSend.TabIndex = 29;
this.buttonSerialSend.Text = "SEND";
this.buttonSerialSend.Click += new System.EventHandler(this.buttonSerialSend_Click);
//
// buttonSerialSave
//
this.buttonSerialSave.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonSerialSave.Location = new System.Drawing.Point(373, 50);
this.buttonSerialSave.Name = "buttonSerialSave";
this.buttonSerialSave.Size = new System.Drawing.Size(100, 28);
this.buttonSerialSave.TabIndex = 28;
this.buttonSerialSave.Text = "SAVE";
this.buttonSerialSave.Click += new System.EventHandler(this.buttonSerialSave_Click);
//
// labelProtocolDescriptionCOM3_2
//
this.labelProtocolDescriptionCOM3_2.BackPictureBox = this.smartForm1;
this.labelProtocolDescriptionCOM3_2.BackPictureBox1 = null;
this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null;
this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionCOM3_2.InitVisible = true;
this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F;
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(47, 110);
this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2";
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionCOM3_2.TabIndex = 25;
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelProtocolDescriptionCOM3_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProtocolDescriptionCOM3_2.Wordwrap = false;
//
// labelProtocolDescriptionCOM3_1
//
this.labelProtocolDescriptionCOM3_1.BackPictureBox = this.smartForm1;
this.labelProtocolDescriptionCOM3_1.BackPictureBox1 = null;
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(47, 84);
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionCOM3_1.TabIndex = 23;
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelProtocolDescriptionCOM3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProtocolDescriptionCOM3_1.Wordwrap = false;
//
// labelABFoodTimeoutInterval
//
this.labelABFoodTimeoutInterval.BackColor = System.Drawing.Color.White;
this.labelABFoodTimeoutInterval.BackPictureBox = null;
this.labelABFoodTimeoutInterval.BackPictureBox1 = null;
this.labelABFoodTimeoutInterval.BackPictureBox2 = null;
this.labelABFoodTimeoutInterval.BorderColor = System.Drawing.Color.Black;
this.labelABFoodTimeoutInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelABFoodTimeoutInterval.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelABFoodTimeoutInterval.InitVisible = true;
this.labelABFoodTimeoutInterval.LineSpacing = 0F;
this.labelABFoodTimeoutInterval.Location = new System.Drawing.Point(161, 136);
this.labelABFoodTimeoutInterval.Name = "labelABFoodTimeoutInterval";
this.labelABFoodTimeoutInterval.Size = new System.Drawing.Size(100, 30);
this.labelABFoodTimeoutInterval.TabIndex = 6;
this.labelABFoodTimeoutInterval.Text = "9999";
this.labelABFoodTimeoutInterval.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelABFoodTimeoutInterval.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelABFoodTimeoutInterval.Visible = false;
this.labelABFoodTimeoutInterval.Wordwrap = false;
this.labelABFoodTimeoutInterval.Click += new System.EventHandler(this.labelABFoodTimeoutInterval_Click);
//
// labelTitleTimeout
//
this.labelTitleTimeout.BackPictureBox = this.smartForm1;
this.labelTitleTimeout.BackPictureBox1 = null;
this.labelTitleTimeout.BackPictureBox2 = null;
this.labelTitleTimeout.BorderColor = System.Drawing.Color.Black;
this.labelTitleTimeout.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTimeout.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleTimeout.InitVisible = true;
this.labelTitleTimeout.LineSpacing = 0F;
this.labelTitleTimeout.Location = new System.Drawing.Point(35, 136);
this.labelTitleTimeout.Name = "labelTitleTimeout";
this.labelTitleTimeout.Size = new System.Drawing.Size(120, 30);
this.labelTitleTimeout.TabIndex = 5;
this.labelTitleTimeout.Text = "Timeout";
this.labelTitleTimeout.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleTimeout.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTimeout.Visible = false;
this.labelTitleTimeout.Wordwrap = false;
//
// comboBoxSerial3BaudRate
//
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(161, 50);
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 28);
this.comboBoxSerial3BaudRate.TabIndex = 1;
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
//
// comboBoxSerial3Mode
//
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(267, 50);
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(100, 28);
this.comboBoxSerial3Mode.TabIndex = 1;
this.comboBoxSerial3Mode.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
//
// labelStaticSerialMode
//
this.labelStaticSerialMode.BackPictureBox = this.smartForm1;
this.labelStaticSerialMode.BackPictureBox1 = null;
this.labelStaticSerialMode.BackPictureBox2 = null;
this.labelStaticSerialMode.BorderColor = System.Drawing.Color.Black;
this.labelStaticSerialMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSerialMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticSerialMode.InitVisible = true;
this.labelStaticSerialMode.LineSpacing = 0F;
this.labelStaticSerialMode.Location = new System.Drawing.Point(267, 23);
this.labelStaticSerialMode.Name = "labelStaticSerialMode";
this.labelStaticSerialMode.Size = new System.Drawing.Size(100, 20);
this.labelStaticSerialMode.TabIndex = 0;
this.labelStaticSerialMode.Text = "모드";
this.labelStaticSerialMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticSerialMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticSerialMode.Wordwrap = false;
//
// smartLabel4
//
this.smartLabel4.BackPictureBox = this.smartForm1;
this.smartLabel4.BackPictureBox1 = null;
this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(35, 48);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.Size = new System.Drawing.Size(120, 30);
this.smartLabel4.TabIndex = 0;
this.smartLabel4.Text = "COM3";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false;
//
// labelStaticSerialBaudrate
//
this.labelStaticSerialBaudrate.BackPictureBox = this.smartForm1;
this.labelStaticSerialBaudrate.BackPictureBox1 = null;
this.labelStaticSerialBaudrate.BackPictureBox2 = null;
this.labelStaticSerialBaudrate.BorderColor = System.Drawing.Color.Black;
this.labelStaticSerialBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSerialBaudrate.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticSerialBaudrate.InitVisible = true;
this.labelStaticSerialBaudrate.LineSpacing = 0F;
this.labelStaticSerialBaudrate.Location = new System.Drawing.Point(161, 23);
this.labelStaticSerialBaudrate.Name = "labelStaticSerialBaudrate";
this.labelStaticSerialBaudrate.Size = new System.Drawing.Size(100, 20);
this.labelStaticSerialBaudrate.TabIndex = 0;
this.labelStaticSerialBaudrate.Text = "속도";
this.labelStaticSerialBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticSerialBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticSerialBaudrate.Wordwrap = false;
//
// smartGroupBox3
//
this.smartGroupBox3.BackPictureBox = this.smartForm1;
this.smartGroupBox3.BackPictureBox1 = null;
this.smartGroupBox3.Controls.Add(this.button10LaneSend);
this.smartGroupBox3.Controls.Add(this.button1LaneSend);
this.smartGroupBox3.Controls.Add(this.buttonDataSend);
this.smartGroupBox3.Controls.Add(this.buttonTcpSave2);
this.smartGroupBox3.Controls.Add(this.labelClientStatus);
this.smartGroupBox3.Controls.Add(this.labelTitleClientServerIP);
this.smartGroupBox3.Controls.Add(this.labelHostIP1);
this.smartGroupBox3.Controls.Add(this.labelHostIP2);
this.smartGroupBox3.Controls.Add(this.labelHostIP3);
this.smartGroupBox3.Controls.Add(this.labelHostPort);
this.smartGroupBox3.Controls.Add(this.labelHostIP4);
this.smartGroupBox3.Controls.Add(this.labelTitleClientServerPort);
this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineThickness = 1;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox3.Image = null;
this.smartGroupBox3.InitVisible = true;
this.smartGroupBox3.Location = new System.Drawing.Point(509, 272);
this.smartGroupBox3.Name = "smartGroupBox3";
this.smartGroupBox3.RoundRadius = 10;
this.smartGroupBox3.Size = new System.Drawing.Size(500, 206);
this.smartGroupBox3.TabIndex = 200;
this.smartGroupBox3.Text = "TCP_Client";
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
//
// button10LaneSend
//
this.button10LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.button10LaneSend.Location = new System.Drawing.Point(342, 146);
this.button10LaneSend.Name = "button10LaneSend";
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
this.button10LaneSend.TabIndex = 230;
this.button10LaneSend.Text = "10 Lane Send";
this.button10LaneSend.Visible = false;
this.button10LaneSend.Click += new System.EventHandler(this.button10LaneSend_Click);
//
// button1LaneSend
//
this.button1LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.button1LaneSend.Location = new System.Drawing.Point(199, 146);
this.button1LaneSend.Name = "button1LaneSend";
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
this.button1LaneSend.TabIndex = 229;
this.button1LaneSend.Text = "1 Lane Send";
this.button1LaneSend.Visible = false;
this.button1LaneSend.Click += new System.EventHandler(this.button1LaneSend_Click);
//
// buttonDataSend
//
this.buttonDataSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonDataSend.Location = new System.Drawing.Point(57, 146);
this.buttonDataSend.Name = "buttonDataSend";
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
this.buttonDataSend.TabIndex = 228;
this.buttonDataSend.Text = "Common Send";
this.buttonDataSend.Visible = false;
this.buttonDataSend.Click += new System.EventHandler(this.buttonDataSend_Click);
//
// buttonTcpSave2
//
this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave2.Location = new System.Drawing.Point(306, 109);
this.buttonTcpSave2.Name = "buttonTcpSave2";
this.buttonTcpSave2.Size = new System.Drawing.Size(100, 28);
this.buttonTcpSave2.TabIndex = 225;
this.buttonTcpSave2.Text = "SAVE";
this.buttonTcpSave2.Click += new System.EventHandler(this.buttonTcpSave2_Click);
//
// labelClientStatus
//
this.labelClientStatus.BackColor = System.Drawing.SystemColors.ControlLight;
this.labelClientStatus.BackPictureBox = null;
this.labelClientStatus.BackPictureBox1 = null;
this.labelClientStatus.BackPictureBox2 = null;
this.labelClientStatus.BorderColor = System.Drawing.Color.Black;
this.labelClientStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelClientStatus.InitVisible = true;
this.labelClientStatus.LineSpacing = 0F;
this.labelClientStatus.Location = new System.Drawing.Point(188, 41);
this.labelClientStatus.Name = "labelClientStatus";
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
this.labelClientStatus.TabIndex = 185;
this.labelClientStatus.Text = ">Disconnected Server";
this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelClientStatus.Wordwrap = false;
//
// labelTitleClientServerIP
//
this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.BackPictureBox = this.smartForm1;
this.labelTitleClientServerIP.BackPictureBox1 = null;
this.labelTitleClientServerIP.BackPictureBox2 = null;
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleClientServerIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.InitVisible = true;
this.labelTitleClientServerIP.LineSpacing = 0F;
this.labelTitleClientServerIP.Location = new System.Drawing.Point(42, 75);
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28);
this.labelTitleClientServerIP.TabIndex = 178;
this.labelTitleClientServerIP.Text = "Server IP";
this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleClientServerIP.Wordwrap = false;
//
// labelHostIP1
//
this.labelHostIP1.BackColor = System.Drawing.SystemColors.Window;
this.labelHostIP1.BackPictureBox = null;
this.labelHostIP1.BackPictureBox1 = null;
this.labelHostIP1.BackPictureBox2 = null;
this.labelHostIP1.BorderColor = System.Drawing.Color.Black;
this.labelHostIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP1.InitVisible = true;
this.labelHostIP1.LineSpacing = 0F;
this.labelHostIP1.Location = new System.Drawing.Point(188, 75);
this.labelHostIP1.Name = "labelHostIP1";
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
this.labelHostIP1.TabIndex = 179;
this.labelHostIP1.Text = "100";
this.labelHostIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelHostIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHostIP1.Wordwrap = false;
this.labelHostIP1.Click += new System.EventHandler(this.labelHostIP1_Click);
//
// labelHostIP2
//
this.labelHostIP2.BackColor = System.Drawing.SystemColors.Window;
this.labelHostIP2.BackPictureBox = null;
this.labelHostIP2.BackPictureBox1 = null;
this.labelHostIP2.BackPictureBox2 = null;
this.labelHostIP2.BorderColor = System.Drawing.Color.Black;
this.labelHostIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP2.InitVisible = true;
this.labelHostIP2.LineSpacing = 0F;
this.labelHostIP2.Location = new System.Drawing.Point(244, 75);
this.labelHostIP2.Name = "labelHostIP2";
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
this.labelHostIP2.TabIndex = 180;
this.labelHostIP2.Text = "100";
this.labelHostIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelHostIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHostIP2.Wordwrap = false;
this.labelHostIP2.Click += new System.EventHandler(this.labelHostIP2_Click);
//
// labelHostIP3
//
this.labelHostIP3.BackColor = System.Drawing.SystemColors.Window;
this.labelHostIP3.BackPictureBox = null;
this.labelHostIP3.BackPictureBox1 = null;
this.labelHostIP3.BackPictureBox2 = null;
this.labelHostIP3.BorderColor = System.Drawing.Color.Black;
this.labelHostIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP3.InitVisible = true;
this.labelHostIP3.LineSpacing = 0F;
this.labelHostIP3.Location = new System.Drawing.Point(300, 75);
this.labelHostIP3.Name = "labelHostIP3";
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
this.labelHostIP3.TabIndex = 181;
this.labelHostIP3.Text = "100";
this.labelHostIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelHostIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHostIP3.Wordwrap = false;
this.labelHostIP3.Click += new System.EventHandler(this.labelHostIP3_Click);
//
// labelHostPort
//
this.labelHostPort.BackColor = System.Drawing.SystemColors.Window;
this.labelHostPort.BackPictureBox = null;
this.labelHostPort.BackPictureBox1 = null;
this.labelHostPort.BackPictureBox2 = null;
this.labelHostPort.BorderColor = System.Drawing.Color.Black;
this.labelHostPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostPort.InitVisible = true;
this.labelHostPort.LineSpacing = 0F;
this.labelHostPort.Location = new System.Drawing.Point(188, 109);
this.labelHostPort.Name = "labelHostPort";
this.labelHostPort.Size = new System.Drawing.Size(80, 28);
this.labelHostPort.TabIndex = 184;
this.labelHostPort.Text = "100";
this.labelHostPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelHostPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHostPort.Wordwrap = false;
this.labelHostPort.Click += new System.EventHandler(this.labelHostPort_Click);
//
// labelHostIP4
//
this.labelHostIP4.BackColor = System.Drawing.SystemColors.Window;
this.labelHostIP4.BackPictureBox = null;
this.labelHostIP4.BackPictureBox1 = null;
this.labelHostIP4.BackPictureBox2 = null;
this.labelHostIP4.BorderColor = System.Drawing.Color.Black;
this.labelHostIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP4.InitVisible = true;
this.labelHostIP4.LineSpacing = 0F;
this.labelHostIP4.Location = new System.Drawing.Point(356, 75);
this.labelHostIP4.Name = "labelHostIP4";
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
this.labelHostIP4.TabIndex = 182;
this.labelHostIP4.Text = "100";
this.labelHostIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelHostIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHostIP4.Wordwrap = false;
this.labelHostIP4.Click += new System.EventHandler(this.labelHostIP4_Click);
//
// labelTitleClientServerPort
//
this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.BackPictureBox = this.smartForm1;
this.labelTitleClientServerPort.BackPictureBox1 = null;
this.labelTitleClientServerPort.BackPictureBox2 = null;
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleClientServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.InitVisible = true;
this.labelTitleClientServerPort.LineSpacing = 0F;
this.labelTitleClientServerPort.Location = new System.Drawing.Point(42, 109);
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28);
this.labelTitleClientServerPort.TabIndex = 183;
this.labelTitleClientServerPort.Text = "Server Port";
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleClientServerPort.Wordwrap = false;
//
// smartGroupBox2
//
this.smartGroupBox2.BackPictureBox = this.smartForm1;
this.smartGroupBox2.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.labelConnectedIP);
this.smartGroupBox2.Controls.Add(this.labelTitleConnectedIP);
this.smartGroupBox2.Controls.Add(this.labelLocalPort);
this.smartGroupBox2.Controls.Add(this.labelTitleServerPort);
this.smartGroupBox2.Controls.Add(this.labelServerStatus);
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox2.Image = null;
this.smartGroupBox2.InitVisible = true;
this.smartGroupBox2.Location = new System.Drawing.Point(509, 86);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 10;
this.smartGroupBox2.Size = new System.Drawing.Size(500, 180);
this.smartGroupBox2.TabIndex = 199;
this.smartGroupBox2.Text = "TCP_Server";
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
//
// labelConnectedIP
//
this.labelConnectedIP.BackColor = System.Drawing.SystemColors.ControlLight;
this.labelConnectedIP.BackPictureBox = null;
this.labelConnectedIP.BackPictureBox1 = null;
this.labelConnectedIP.BackPictureBox2 = null;
this.labelConnectedIP.BorderColor = System.Drawing.Color.Black;
this.labelConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelConnectedIP.InitVisible = true;
this.labelConnectedIP.LineSpacing = 0F;
this.labelConnectedIP.Location = new System.Drawing.Point(188, 73);
this.labelConnectedIP.Name = "labelConnectedIP";
this.labelConnectedIP.Size = new System.Drawing.Size(218, 28);
this.labelConnectedIP.TabIndex = 191;
this.labelConnectedIP.Text = "192.168.0.1";
this.labelConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelConnectedIP.Wordwrap = false;
//
// labelTitleConnectedIP
//
this.labelTitleConnectedIP.BackColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.BackPictureBox = this.smartForm1;
this.labelTitleConnectedIP.BackPictureBox1 = null;
this.labelTitleConnectedIP.BackPictureBox2 = null;
this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleConnectedIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.InitVisible = true;
this.labelTitleConnectedIP.LineSpacing = 0F;
this.labelTitleConnectedIP.Location = new System.Drawing.Point(42, 73);
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
this.labelTitleConnectedIP.Size = new System.Drawing.Size(140, 28);
this.labelTitleConnectedIP.TabIndex = 190;
this.labelTitleConnectedIP.Text = "Connected IP";
this.labelTitleConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleConnectedIP.Wordwrap = false;
//
// labelLocalPort
//
this.labelLocalPort.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalPort.BackPictureBox = null;
this.labelLocalPort.BackPictureBox1 = null;
this.labelLocalPort.BackPictureBox2 = null;
this.labelLocalPort.BorderColor = System.Drawing.Color.Black;
this.labelLocalPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalPort.InitVisible = true;
this.labelLocalPort.LineSpacing = 0F;
this.labelLocalPort.Location = new System.Drawing.Point(188, 107);
this.labelLocalPort.Name = "labelLocalPort";
this.labelLocalPort.Size = new System.Drawing.Size(80, 28);
this.labelLocalPort.TabIndex = 189;
this.labelLocalPort.Text = "100";
this.labelLocalPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalPort.Wordwrap = false;
this.labelLocalPort.Click += new System.EventHandler(this.labelLocalPort_Click);
//
// labelTitleServerPort
//
this.labelTitleServerPort.BackColor = System.Drawing.Color.Black;
this.labelTitleServerPort.BackPictureBox = this.smartForm1;
this.labelTitleServerPort.BackPictureBox1 = null;
this.labelTitleServerPort.BackPictureBox2 = null;
this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black;
this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleServerPort.InitVisible = true;
this.labelTitleServerPort.LineSpacing = 0F;
this.labelTitleServerPort.Location = new System.Drawing.Point(42, 107);
this.labelTitleServerPort.Name = "labelTitleServerPort";
this.labelTitleServerPort.Size = new System.Drawing.Size(140, 28);
this.labelTitleServerPort.TabIndex = 188;
this.labelTitleServerPort.Text = "Port";
this.labelTitleServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleServerPort.Wordwrap = false;
//
// labelServerStatus
//
this.labelServerStatus.BackColor = System.Drawing.SystemColors.ControlLight;
this.labelServerStatus.BackPictureBox = null;
this.labelServerStatus.BackPictureBox1 = null;
this.labelServerStatus.BackPictureBox2 = null;
this.labelServerStatus.BorderColor = System.Drawing.Color.Black;
this.labelServerStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelServerStatus.InitVisible = true;
this.labelServerStatus.LineSpacing = 0F;
this.labelServerStatus.Location = new System.Drawing.Point(188, 39);
this.labelServerStatus.Name = "labelServerStatus";
this.labelServerStatus.Size = new System.Drawing.Size(218, 28);
this.labelServerStatus.TabIndex = 187;
this.labelServerStatus.Text = ">Start";
this.labelServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelServerStatus.Wordwrap = false;
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = this.smartForm1;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.labelProtocolDescriptionEthernet_2);
this.smartGroupBox1.Controls.Add(this.labelProtocolDescriptionEthernet_1);
this.smartGroupBox1.Controls.Add(this.labelStartAddress);
this.smartGroupBox1.Controls.Add(this.labelTitleStartAddress);
this.smartGroupBox1.Controls.Add(this.buttonTcpSave1);
this.smartGroupBox1.Controls.Add(this.labelHelp);
this.smartGroupBox1.Controls.Add(this.panel2);
this.smartGroupBox1.Controls.Add(this.labelTitleIPConfiguration);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask4);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask3);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask2);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask1);
this.smartGroupBox1.Controls.Add(this.labelTitleSubnetMask);
this.smartGroupBox1.Controls.Add(this.labelLocalGateway4);
this.smartGroupBox1.Controls.Add(this.labelLocalGateway3);
this.smartGroupBox1.Controls.Add(this.labelLocalGateway2);
this.smartGroupBox1.Controls.Add(this.labelLocalGateway1);
this.smartGroupBox1.Controls.Add(this.labelTitleGateway);
this.smartGroupBox1.Controls.Add(this.labelLocalIP4);
this.smartGroupBox1.Controls.Add(this.labelLocalIP3);
this.smartGroupBox1.Controls.Add(this.labelLocalIP2);
this.smartGroupBox1.Controls.Add(this.labelLocalIP1);
this.smartGroupBox1.Controls.Add(this.labelTitleIPAddress);
this.smartGroupBox1.Controls.Add(this.labelStaticTcpMode);
this.smartGroupBox1.Controls.Add(this.labelStaticTcpOperationMode);
this.smartGroupBox1.Controls.Add(this.comboBoxOperationMode);
this.smartGroupBox1.Controls.Add(this.comboBoxMode);
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox1.Image = null;
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(3, 86);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 10;
this.smartGroupBox1.Size = new System.Drawing.Size(500, 448);
this.smartGroupBox1.TabIndex = 198;
this.smartGroupBox1.Text = "TCP_Local";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelProtocolDescriptionEthernet_2
//
this.labelProtocolDescriptionEthernet_2.BackPictureBox = this.smartForm1;
this.labelProtocolDescriptionEthernet_2.BackPictureBox1 = null;
this.labelProtocolDescriptionEthernet_2.BackPictureBox2 = null;
this.labelProtocolDescriptionEthernet_2.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionEthernet_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionEthernet_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionEthernet_2.InitVisible = true;
this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(71, 133);
this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2";
this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_2.TabIndex = 231;
this.labelProtocolDescriptionEthernet_2.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionEthernet_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelProtocolDescriptionEthernet_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProtocolDescriptionEthernet_2.Wordwrap = false;
//
// labelProtocolDescriptionEthernet_1
//
this.labelProtocolDescriptionEthernet_1.BackPictureBox = this.smartForm1;
this.labelProtocolDescriptionEthernet_1.BackPictureBox1 = null;
this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null;
this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionEthernet_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionEthernet_1.InitVisible = true;
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(71, 107);
this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1";
this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_1.TabIndex = 230;
this.labelProtocolDescriptionEthernet_1.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionEthernet_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelProtocolDescriptionEthernet_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProtocolDescriptionEthernet_1.Wordwrap = false;
//
// labelStartAddress
//
this.labelStartAddress.BackColor = System.Drawing.SystemColors.Window;
this.labelStartAddress.BackPictureBox = null;
this.labelStartAddress.BackPictureBox1 = null;
this.labelStartAddress.BackPictureBox2 = null;
this.labelStartAddress.BorderColor = System.Drawing.Color.Black;
this.labelStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelStartAddress.InitVisible = true;
this.labelStartAddress.LineSpacing = 0F;
this.labelStartAddress.Location = new System.Drawing.Point(191, 159);
this.labelStartAddress.Name = "labelStartAddress";
this.labelStartAddress.Size = new System.Drawing.Size(105, 28);
this.labelStartAddress.TabIndex = 228;
this.labelStartAddress.Text = "1000";
this.labelStartAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelStartAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStartAddress.Visible = false;
this.labelStartAddress.Wordwrap = false;
this.labelStartAddress.Click += new System.EventHandler(this.labelStartAddress_Click);
//
// labelTitleStartAddress
//
this.labelTitleStartAddress.BackPictureBox = this.smartForm1;
this.labelTitleStartAddress.BackPictureBox1 = null;
this.labelTitleStartAddress.BackPictureBox2 = null;
this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black;
this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleStartAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black;
this.labelTitleStartAddress.InitVisible = true;
this.labelTitleStartAddress.LineSpacing = 0F;
this.labelTitleStartAddress.Location = new System.Drawing.Point(45, 159);
this.labelTitleStartAddress.Name = "labelTitleStartAddress";
this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28);
this.labelTitleStartAddress.TabIndex = 227;
this.labelTitleStartAddress.Text = "Start Address";
this.labelTitleStartAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleStartAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleStartAddress.Visible = false;
this.labelTitleStartAddress.Wordwrap = false;
//
// buttonTcpSave1
//
this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave1.Location = new System.Drawing.Point(302, 329);
this.buttonTcpSave1.Name = "buttonTcpSave1";
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
this.buttonTcpSave1.TabIndex = 225;
this.buttonTcpSave1.Text = "SAVE";
this.buttonTcpSave1.Click += new System.EventHandler(this.buttonTcpSave1_Click);
//
// labelHelp
//
this.labelHelp.BackPictureBox = this.smartForm1;
this.labelHelp.BackPictureBox1 = null;
this.labelHelp.BackPictureBox2 = null;
this.labelHelp.BorderColor = System.Drawing.Color.Black;
this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelHelp.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelHelp.ForeColor = System.Drawing.Color.Red;
this.labelHelp.InitVisible = true;
this.labelHelp.LineSpacing = 0F;
this.labelHelp.Location = new System.Drawing.Point(45, 363);
this.labelHelp.Name = "labelHelp";
this.labelHelp.Size = new System.Drawing.Size(401, 60);
this.labelHelp.TabIndex = 219;
this.labelHelp.Text = "※ IP Configuration 변경 시, 재부팅 후 정상적으로 연결됩니다.";
this.labelHelp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelHelp.Wordwrap = true;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.Controls.Add(this.radioButtonLocalIpStatic);
this.panel2.Controls.Add(this.radioButtonLocalIpDHCP);
this.panel2.Location = new System.Drawing.Point(190, 193);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(218, 28);
//
// radioButtonLocalIpStatic
//
this.radioButtonLocalIpStatic.BackColor = System.Drawing.Color.Black;
this.radioButtonLocalIpStatic.BackPictureBox = null;
this.radioButtonLocalIpStatic.BackPictureBox1 = null;
this.radioButtonLocalIpStatic.BackPictureBox2 = null;
this.radioButtonLocalIpStatic.Checked = false;
this.radioButtonLocalIpStatic.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLocalIpStatic.ForeColor = System.Drawing.Color.White;
this.radioButtonLocalIpStatic.GroupID = 0;
this.radioButtonLocalIpStatic.ImageCheckRadioButton = null;
this.radioButtonLocalIpStatic.ImageUnCheckRadioButton = null;
this.radioButtonLocalIpStatic.InitVisible = true;
this.radioButtonLocalIpStatic.Location = new System.Drawing.Point(112, 0);
this.radioButtonLocalIpStatic.Name = "radioButtonLocalIpStatic";
this.radioButtonLocalIpStatic.OutputOnly = false;
this.radioButtonLocalIpStatic.RadioBackColor = System.Drawing.Color.White;
this.radioButtonLocalIpStatic.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonLocalIpStatic.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonLocalIpStatic.RadioSymbolSize = 14;
this.radioButtonLocalIpStatic.Shadow = false;
this.radioButtonLocalIpStatic.Size = new System.Drawing.Size(100, 25);
this.radioButtonLocalIpStatic.TabIndex = 0;
this.radioButtonLocalIpStatic.Text = "Static";
this.radioButtonLocalIpStatic.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonLocalIpStatic.Click += new System.EventHandler(this.radioButtonLocalIpDHCP_Click);
//
// radioButtonLocalIpDHCP
//
this.radioButtonLocalIpDHCP.BackColor = System.Drawing.Color.Black;
this.radioButtonLocalIpDHCP.BackPictureBox = null;
this.radioButtonLocalIpDHCP.BackPictureBox1 = null;
this.radioButtonLocalIpDHCP.BackPictureBox2 = null;
this.radioButtonLocalIpDHCP.Checked = false;
this.radioButtonLocalIpDHCP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLocalIpDHCP.ForeColor = System.Drawing.Color.White;
this.radioButtonLocalIpDHCP.GroupID = 0;
this.radioButtonLocalIpDHCP.ImageCheckRadioButton = null;
this.radioButtonLocalIpDHCP.ImageUnCheckRadioButton = null;
this.radioButtonLocalIpDHCP.InitVisible = true;
this.radioButtonLocalIpDHCP.Location = new System.Drawing.Point(3, 0);
this.radioButtonLocalIpDHCP.Name = "radioButtonLocalIpDHCP";
this.radioButtonLocalIpDHCP.OutputOnly = false;
this.radioButtonLocalIpDHCP.RadioBackColor = System.Drawing.Color.White;
this.radioButtonLocalIpDHCP.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonLocalIpDHCP.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonLocalIpDHCP.RadioSymbolSize = 14;
this.radioButtonLocalIpDHCP.Shadow = false;
this.radioButtonLocalIpDHCP.Size = new System.Drawing.Size(100, 28);
this.radioButtonLocalIpDHCP.TabIndex = 0;
this.radioButtonLocalIpDHCP.Text = "DHCP";
this.radioButtonLocalIpDHCP.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
this.radioButtonLocalIpDHCP.Click += new System.EventHandler(this.radioButtonLocalIpDHCP_Click);
//
// labelTitleIPConfiguration
//
this.labelTitleIPConfiguration.BackPictureBox = this.smartForm1;
this.labelTitleIPConfiguration.BackPictureBox1 = null;
this.labelTitleIPConfiguration.BackPictureBox2 = null;
this.labelTitleIPConfiguration.BorderColor = System.Drawing.Color.Black;
this.labelTitleIPConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleIPConfiguration.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleIPConfiguration.ForeColor = System.Drawing.Color.Black;
this.labelTitleIPConfiguration.InitVisible = true;
this.labelTitleIPConfiguration.LineSpacing = 0F;
this.labelTitleIPConfiguration.Location = new System.Drawing.Point(44, 193);
this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration";
this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28);
this.labelTitleIPConfiguration.TabIndex = 218;
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleIPConfiguration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleIPConfiguration.Wordwrap = false;
//
// labelLocalSubnetMask4
//
this.labelLocalSubnetMask4.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalSubnetMask4.BackPictureBox = null;
this.labelLocalSubnetMask4.BackPictureBox1 = null;
this.labelLocalSubnetMask4.BackPictureBox2 = null;
this.labelLocalSubnetMask4.BorderColor = System.Drawing.Color.Black;
this.labelLocalSubnetMask4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask4.InitVisible = true;
this.labelLocalSubnetMask4.LineSpacing = 0F;
this.labelLocalSubnetMask4.Location = new System.Drawing.Point(358, 261);
this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4";
this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask4.TabIndex = 216;
this.labelLocalSubnetMask4.Text = "100";
this.labelLocalSubnetMask4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalSubnetMask4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalSubnetMask4.Wordwrap = false;
this.labelLocalSubnetMask4.Click += new System.EventHandler(this.labelLocalSubnetMask4_Click);
//
// labelLocalSubnetMask3
//
this.labelLocalSubnetMask3.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalSubnetMask3.BackPictureBox = null;
this.labelLocalSubnetMask3.BackPictureBox1 = null;
this.labelLocalSubnetMask3.BackPictureBox2 = null;
this.labelLocalSubnetMask3.BorderColor = System.Drawing.Color.Black;
this.labelLocalSubnetMask3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask3.InitVisible = true;
this.labelLocalSubnetMask3.LineSpacing = 0F;
this.labelLocalSubnetMask3.Location = new System.Drawing.Point(302, 261);
this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3";
this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask3.TabIndex = 215;
this.labelLocalSubnetMask3.Text = "100";
this.labelLocalSubnetMask3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalSubnetMask3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalSubnetMask3.Wordwrap = false;
this.labelLocalSubnetMask3.Click += new System.EventHandler(this.labelLocalSubnetMask3_Click);
//
// labelLocalSubnetMask2
//
this.labelLocalSubnetMask2.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalSubnetMask2.BackPictureBox = null;
this.labelLocalSubnetMask2.BackPictureBox1 = null;
this.labelLocalSubnetMask2.BackPictureBox2 = null;
this.labelLocalSubnetMask2.BorderColor = System.Drawing.Color.Black;
this.labelLocalSubnetMask2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask2.InitVisible = true;
this.labelLocalSubnetMask2.LineSpacing = 0F;
this.labelLocalSubnetMask2.Location = new System.Drawing.Point(246, 261);
this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2";
this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask2.TabIndex = 214;
this.labelLocalSubnetMask2.Text = "100";
this.labelLocalSubnetMask2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalSubnetMask2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalSubnetMask2.Wordwrap = false;
this.labelLocalSubnetMask2.Click += new System.EventHandler(this.labelLocalSubnetMask2_Click);
//
// labelLocalSubnetMask1
//
this.labelLocalSubnetMask1.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalSubnetMask1.BackPictureBox = null;
this.labelLocalSubnetMask1.BackPictureBox1 = null;
this.labelLocalSubnetMask1.BackPictureBox2 = null;
this.labelLocalSubnetMask1.BorderColor = System.Drawing.Color.Black;
this.labelLocalSubnetMask1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask1.InitVisible = true;
this.labelLocalSubnetMask1.LineSpacing = 0F;
this.labelLocalSubnetMask1.Location = new System.Drawing.Point(190, 261);
this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1";
this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask1.TabIndex = 213;
this.labelLocalSubnetMask1.Text = "100";
this.labelLocalSubnetMask1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalSubnetMask1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalSubnetMask1.Wordwrap = false;
this.labelLocalSubnetMask1.Click += new System.EventHandler(this.labelLocalSubnetMask1_Click);
//
// labelTitleSubnetMask
//
this.labelTitleSubnetMask.BackPictureBox = this.smartForm1;
this.labelTitleSubnetMask.BackPictureBox1 = null;
this.labelTitleSubnetMask.BackPictureBox2 = null;
this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black;
this.labelTitleSubnetMask.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSubnetMask.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black;
this.labelTitleSubnetMask.InitVisible = true;
this.labelTitleSubnetMask.LineSpacing = 0F;
this.labelTitleSubnetMask.Location = new System.Drawing.Point(44, 261);
this.labelTitleSubnetMask.Name = "labelTitleSubnetMask";
this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28);
this.labelTitleSubnetMask.TabIndex = 212;
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleSubnetMask.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleSubnetMask.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSubnetMask.Wordwrap = false;
//
// labelLocalGateway4
//
this.labelLocalGateway4.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalGateway4.BackPictureBox = null;
this.labelLocalGateway4.BackPictureBox1 = null;
this.labelLocalGateway4.BackPictureBox2 = null;
this.labelLocalGateway4.BorderColor = System.Drawing.Color.Black;
this.labelLocalGateway4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway4.InitVisible = true;
this.labelLocalGateway4.LineSpacing = 0F;
this.labelLocalGateway4.Location = new System.Drawing.Point(358, 295);
this.labelLocalGateway4.Name = "labelLocalGateway4";
this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway4.TabIndex = 211;
this.labelLocalGateway4.Text = "100";
this.labelLocalGateway4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalGateway4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalGateway4.Wordwrap = false;
this.labelLocalGateway4.Click += new System.EventHandler(this.labelLocalGateway4_Click);
//
// labelLocalGateway3
//
this.labelLocalGateway3.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalGateway3.BackPictureBox = null;
this.labelLocalGateway3.BackPictureBox1 = null;
this.labelLocalGateway3.BackPictureBox2 = null;
this.labelLocalGateway3.BorderColor = System.Drawing.Color.Black;
this.labelLocalGateway3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway3.InitVisible = true;
this.labelLocalGateway3.LineSpacing = 0F;
this.labelLocalGateway3.Location = new System.Drawing.Point(302, 295);
this.labelLocalGateway3.Name = "labelLocalGateway3";
this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway3.TabIndex = 210;
this.labelLocalGateway3.Text = "100";
this.labelLocalGateway3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalGateway3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalGateway3.Wordwrap = false;
this.labelLocalGateway3.Click += new System.EventHandler(this.labelLocalGateway3_Click);
//
// labelLocalGateway2
//
this.labelLocalGateway2.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalGateway2.BackPictureBox = null;
this.labelLocalGateway2.BackPictureBox1 = null;
this.labelLocalGateway2.BackPictureBox2 = null;
this.labelLocalGateway2.BorderColor = System.Drawing.Color.Black;
this.labelLocalGateway2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway2.InitVisible = true;
this.labelLocalGateway2.LineSpacing = 0F;
this.labelLocalGateway2.Location = new System.Drawing.Point(246, 295);
this.labelLocalGateway2.Name = "labelLocalGateway2";
this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway2.TabIndex = 209;
this.labelLocalGateway2.Text = "100";
this.labelLocalGateway2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalGateway2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalGateway2.Wordwrap = false;
this.labelLocalGateway2.Click += new System.EventHandler(this.labelLocalGateway2_Click);
//
// labelLocalGateway1
//
this.labelLocalGateway1.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalGateway1.BackPictureBox = null;
this.labelLocalGateway1.BackPictureBox1 = null;
this.labelLocalGateway1.BackPictureBox2 = null;
this.labelLocalGateway1.BorderColor = System.Drawing.Color.Black;
this.labelLocalGateway1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway1.InitVisible = true;
this.labelLocalGateway1.LineSpacing = 0F;
this.labelLocalGateway1.Location = new System.Drawing.Point(190, 295);
this.labelLocalGateway1.Name = "labelLocalGateway1";
this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway1.TabIndex = 208;
this.labelLocalGateway1.Text = "100";
this.labelLocalGateway1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalGateway1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalGateway1.Wordwrap = false;
this.labelLocalGateway1.Click += new System.EventHandler(this.labelLocalGateway1_Click);
//
// labelTitleGateway
//
this.labelTitleGateway.BackPictureBox = this.smartForm1;
this.labelTitleGateway.BackPictureBox1 = null;
this.labelTitleGateway.BackPictureBox2 = null;
this.labelTitleGateway.BorderColor = System.Drawing.Color.Black;
this.labelTitleGateway.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleGateway.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleGateway.ForeColor = System.Drawing.Color.Black;
this.labelTitleGateway.InitVisible = true;
this.labelTitleGateway.LineSpacing = 0F;
this.labelTitleGateway.Location = new System.Drawing.Point(44, 295);
this.labelTitleGateway.Name = "labelTitleGateway";
this.labelTitleGateway.Size = new System.Drawing.Size(140, 28);
this.labelTitleGateway.TabIndex = 207;
this.labelTitleGateway.Text = "GateWay";
this.labelTitleGateway.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleGateway.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleGateway.Wordwrap = false;
//
// labelLocalIP4
//
this.labelLocalIP4.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalIP4.BackPictureBox = null;
this.labelLocalIP4.BackPictureBox1 = null;
this.labelLocalIP4.BackPictureBox2 = null;
this.labelLocalIP4.BorderColor = System.Drawing.Color.Black;
this.labelLocalIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP4.InitVisible = true;
this.labelLocalIP4.LineSpacing = 0F;
this.labelLocalIP4.Location = new System.Drawing.Point(358, 227);
this.labelLocalIP4.Name = "labelLocalIP4";
this.labelLocalIP4.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP4.TabIndex = 206;
this.labelLocalIP4.Text = "100";
this.labelLocalIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalIP4.Wordwrap = false;
this.labelLocalIP4.Click += new System.EventHandler(this.labelLocalIP4_Click);
//
// labelLocalIP3
//
this.labelLocalIP3.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalIP3.BackPictureBox = null;
this.labelLocalIP3.BackPictureBox1 = null;
this.labelLocalIP3.BackPictureBox2 = null;
this.labelLocalIP3.BorderColor = System.Drawing.Color.Black;
this.labelLocalIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP3.InitVisible = true;
this.labelLocalIP3.LineSpacing = 0F;
this.labelLocalIP3.Location = new System.Drawing.Point(302, 227);
this.labelLocalIP3.Name = "labelLocalIP3";
this.labelLocalIP3.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP3.TabIndex = 205;
this.labelLocalIP3.Text = "100";
this.labelLocalIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalIP3.Wordwrap = false;
this.labelLocalIP3.Click += new System.EventHandler(this.labelLocalIP3_Click);
//
// labelLocalIP2
//
this.labelLocalIP2.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalIP2.BackPictureBox = null;
this.labelLocalIP2.BackPictureBox1 = null;
this.labelLocalIP2.BackPictureBox2 = null;
this.labelLocalIP2.BorderColor = System.Drawing.Color.Black;
this.labelLocalIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP2.InitVisible = true;
this.labelLocalIP2.LineSpacing = 0F;
this.labelLocalIP2.Location = new System.Drawing.Point(246, 227);
this.labelLocalIP2.Name = "labelLocalIP2";
this.labelLocalIP2.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP2.TabIndex = 204;
this.labelLocalIP2.Text = "100";
this.labelLocalIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalIP2.Wordwrap = false;
this.labelLocalIP2.Click += new System.EventHandler(this.labelLocalIP2_Click);
//
// labelLocalIP1
//
this.labelLocalIP1.BackColor = System.Drawing.SystemColors.Window;
this.labelLocalIP1.BackPictureBox = null;
this.labelLocalIP1.BackPictureBox1 = null;
this.labelLocalIP1.BackPictureBox2 = null;
this.labelLocalIP1.BorderColor = System.Drawing.Color.Black;
this.labelLocalIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP1.InitVisible = true;
this.labelLocalIP1.LineSpacing = 0F;
this.labelLocalIP1.Location = new System.Drawing.Point(190, 227);
this.labelLocalIP1.Name = "labelLocalIP1";
this.labelLocalIP1.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP1.TabIndex = 203;
this.labelLocalIP1.Text = "100";
this.labelLocalIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelLocalIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLocalIP1.Wordwrap = false;
this.labelLocalIP1.Click += new System.EventHandler(this.labelLocalIP1_Click);
//
// labelTitleIPAddress
//
this.labelTitleIPAddress.BackPictureBox = this.smartForm1;
this.labelTitleIPAddress.BackPictureBox1 = null;
this.labelTitleIPAddress.BackPictureBox2 = null;
this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black;
this.labelTitleIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleIPAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black;
this.labelTitleIPAddress.InitVisible = true;
this.labelTitleIPAddress.LineSpacing = 0F;
this.labelTitleIPAddress.Location = new System.Drawing.Point(44, 227);
this.labelTitleIPAddress.Name = "labelTitleIPAddress";
this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28);
this.labelTitleIPAddress.TabIndex = 202;
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleIPAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleIPAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleIPAddress.Wordwrap = false;
//
// labelStaticTcpMode
//
this.labelStaticTcpMode.BackPictureBox = this.smartForm1;
this.labelStaticTcpMode.BackPictureBox1 = null;
this.labelStaticTcpMode.BackPictureBox2 = null;
this.labelStaticTcpMode.BorderColor = System.Drawing.Color.Black;
this.labelStaticTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticTcpMode.InitVisible = true;
this.labelStaticTcpMode.LineSpacing = 0F;
this.labelStaticTcpMode.Location = new System.Drawing.Point(45, 71);
this.labelStaticTcpMode.Name = "labelStaticTcpMode";
this.labelStaticTcpMode.Size = new System.Drawing.Size(140, 30);
this.labelStaticTcpMode.TabIndex = 181;
this.labelStaticTcpMode.Text = "통신 모드";
this.labelStaticTcpMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticTcpMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticTcpMode.Wordwrap = false;
//
// labelStaticTcpOperationMode
//
this.labelStaticTcpOperationMode.BackPictureBox = this.smartForm1;
this.labelStaticTcpOperationMode.BackPictureBox1 = null;
this.labelStaticTcpOperationMode.BackPictureBox2 = null;
this.labelStaticTcpOperationMode.BorderColor = System.Drawing.Color.Black;
this.labelStaticTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticTcpOperationMode.InitVisible = true;
this.labelStaticTcpOperationMode.LineSpacing = 0F;
this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(45, 35);
this.labelStaticTcpOperationMode.Name = "labelStaticTcpOperationMode";
this.labelStaticTcpOperationMode.Size = new System.Drawing.Size(140, 30);
this.labelStaticTcpOperationMode.TabIndex = 180;
this.labelStaticTcpOperationMode.Text = "동작 모드";
this.labelStaticTcpOperationMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticTcpOperationMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticTcpOperationMode.Wordwrap = false;
//
// comboBoxOperationMode
//
this.comboBoxOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxOperationMode.Location = new System.Drawing.Point(191, 35);
this.comboBoxOperationMode.Name = "comboBoxOperationMode";
this.comboBoxOperationMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxOperationMode.TabIndex = 179;
this.comboBoxOperationMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxOperationMode_SelectedIndexChanged);
//
// comboBoxMode
//
this.comboBoxMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxMode.Location = new System.Drawing.Point(191, 71);
this.comboBoxMode.Name = "comboBoxMode";
this.comboBoxMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxMode.TabIndex = 178;
this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
//
// smartButton3
//
this.smartButton3.BackPictureBox = null;
this.smartButton3.BackPictureBox1 = null;
this.smartButton3.BackPictureBox2 = null;
this.smartButton3.ButtonColor = System.Drawing.Color.Gray;
this.smartButton3.ButtonImageAutoSize = true;
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton3.DisableImage = null;
this.smartButton3.DownImage = null;
this.smartButton3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartButton3.GroupID = 0;
this.smartButton3.InitVisible = true;
this.smartButton3.Location = new System.Drawing.Point(823, 666);
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton3.Name = "smartButton3";
this.smartButton3.NestedClickEventPrevent = false;
this.smartButton3.OutlinePixel = 1;
this.smartButton3.RepeatInterval = 200;
this.smartButton3.RepeatIntervalAccelerate = null;
this.smartButton3.SafeInterval = 200;
this.smartButton3.Size = new System.Drawing.Size(84, 87);
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton3.TabIndex = 204;
this.smartButton3.Text = "Modbus";
this.smartButton3.TextColor = System.Drawing.Color.Black;
this.smartButton3.TextDownColor = System.Drawing.Color.White;
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton3.TextLocation = new System.Drawing.Point(0, 0);
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton3.UpImage = null;
this.smartButton3.Visible = false;
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
//
// timerServer
//
this.timerServer.Interval = 1000;
this.timerServer.Tick += new System.EventHandler(this.timerServer_Tick);
//
// smartListBoxClientList
//
this.smartListBoxClientList.BackPictureBox = null;
this.smartListBoxClientList.BackPictureBox1 = null;
this.smartListBoxClientList.BackPictureBox2 = null;
this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.smartListBoxClientList.ColumnDelimiter = '\0';
this.smartListBoxClientList.ColumnOffsets = null;
this.smartListBoxClientList.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartListBoxClientList.FontColor = System.Drawing.Color.Black;
this.smartListBoxClientList.InitVisible = true;
this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
this.smartListBoxClientList.ItemOffsetGap = 0;
this.smartListBoxClientList.ItemOffsetX = 0;
this.smartListBoxClientList.ItemOffsetY = 0;
this.smartListBoxClientList.Location = new System.Drawing.Point(924, 14);
this.smartListBoxClientList.MouseMoveEventSpace = 3;
this.smartListBoxClientList.MouseMoveSpace = 10;
this.smartListBoxClientList.Name = "smartListBoxClientList";
this.smartListBoxClientList.OutLineColor = System.Drawing.SystemColors.ControlText;
this.smartListBoxClientList.SelectColor = System.Drawing.Color.Blue;
this.smartListBoxClientList.SelectFilled = true;
this.smartListBoxClientList.SelectFontColor = System.Drawing.Color.DarkBlue;
this.smartListBoxClientList.SelectItemIndex = -1;
this.smartListBoxClientList.SeparationlineColor1 = System.Drawing.Color.Gray;
this.smartListBoxClientList.SeparationlineColor2 = System.Drawing.Color.LightGray;
this.smartListBoxClientList.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.smartListBoxClientList.SeparationlineVisibleBottom = true;
this.smartListBoxClientList.SeparationlineVisibleTop = true;
this.smartListBoxClientList.Size = new System.Drawing.Size(94, 53);
this.smartListBoxClientList.TabIndex = 206;
this.smartListBoxClientList.Text = "smartListBox1";
this.smartListBoxClientList.Visible = false;
//
// labelClientCount
//
this.labelClientCount.BackPictureBox = null;
this.labelClientCount.BackPictureBox1 = null;
this.labelClientCount.BackPictureBox2 = null;
this.labelClientCount.BorderColor = System.Drawing.Color.Black;
this.labelClientCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelClientCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelClientCount.InitVisible = true;
this.labelClientCount.LineSpacing = 0F;
this.labelClientCount.Location = new System.Drawing.Point(824, 39);
this.labelClientCount.Name = "labelClientCount";
this.labelClientCount.Size = new System.Drawing.Size(94, 28);
this.labelClientCount.TabIndex = 207;
this.labelClientCount.Text = "smartLabel1";
this.labelClientCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelClientCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelClientCount.Visible = false;
this.labelClientCount.Wordwrap = false;
//
// timer1
//
this.timer1.Interval = 2000;
//
// buttonStart
//
this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonStart.Location = new System.Drawing.Point(608, 504);
this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(100, 50);
this.buttonStart.TabIndex = 216;
this.buttonStart.Text = "START";
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
//
// buttonStop
//
this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonStop.Location = new System.Drawing.Point(714, 504);
this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(100, 50);
this.buttonStop.TabIndex = 217;
this.buttonStop.Text = "STOP";
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
//
// buttonSend
//
this.buttonSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonSend.Location = new System.Drawing.Point(820, 504);
this.buttonSend.Name = "buttonSend";
this.buttonSend.Size = new System.Drawing.Size(100, 50);
this.buttonSend.TabIndex = 218;
this.buttonSend.Text = "SEND";
this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
//
// FormCommunication
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.buttonSend);
this.Controls.Add(this.buttonStop);
this.Controls.Add(this.buttonStart);
this.Controls.Add(this.smartListBoxClientList);
this.Controls.Add(this.labelClientCount);
this.Controls.Add(this.smartButton3);
this.Controls.Add(this.smartGroupBox3);
this.Controls.Add(this.smartGroupBox2);
this.Controls.Add(this.smartGroupBox1);
this.Controls.Add(this.groupBoxComm);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.buttonBack);
this.Controls.Add(this.smartForm1);
this.Name = "FormCommunication";
this.Text = "FormCommunication";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.groupBoxComm.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.smartGroupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartButton buttonBack;
private SmartX.SmartLabel labelTitle;
private SmartX.SmartGroupBox groupBoxComm;
private SmartX.SmartLabel labelProtocolDescriptionCOM3_2;
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;
private SmartX.SmartLabel labelABFoodTimeoutInterval;
private SmartX.SmartLabel labelTitleTimeout;
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
private System.Windows.Forms.ComboBox comboBoxSerial3Mode;
private SmartX.SmartLabel labelStaticSerialMode;
private SmartX.SmartLabel smartLabel4;
private SmartX.SmartLabel labelStaticSerialBaudrate;
private SmartX.SmartGroupBox smartGroupBox3;
private SmartX.SmartLabel labelClientStatus;
private SmartX.SmartLabel labelTitleClientServerIP;
public SmartX.SmartLabel labelHostIP1;
public SmartX.SmartLabel labelHostIP2;
public SmartX.SmartLabel labelHostIP3;
public SmartX.SmartLabel labelHostPort;
public SmartX.SmartLabel labelHostIP4;
private SmartX.SmartLabel labelTitleClientServerPort;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartLabel labelConnectedIP;
private SmartX.SmartLabel labelTitleConnectedIP;
public SmartX.SmartLabel labelLocalPort;
private SmartX.SmartLabel labelTitleServerPort;
private SmartX.SmartLabel labelServerStatus;
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelHelp;
private System.Windows.Forms.Panel panel2;
private SmartX.SmartRadioButton radioButtonLocalIpStatic;
private SmartX.SmartRadioButton radioButtonLocalIpDHCP;
private SmartX.SmartLabel labelTitleIPConfiguration;
public SmartX.SmartLabel labelLocalSubnetMask4;
public SmartX.SmartLabel labelLocalSubnetMask3;
public SmartX.SmartLabel labelLocalSubnetMask2;
public SmartX.SmartLabel labelLocalSubnetMask1;
private SmartX.SmartLabel labelTitleSubnetMask;
public SmartX.SmartLabel labelLocalGateway4;
public SmartX.SmartLabel labelLocalGateway3;
public SmartX.SmartLabel labelLocalGateway2;
public SmartX.SmartLabel labelLocalGateway1;
private SmartX.SmartLabel labelTitleGateway;
public SmartX.SmartLabel labelLocalIP4;
public SmartX.SmartLabel labelLocalIP3;
public SmartX.SmartLabel labelLocalIP2;
public SmartX.SmartLabel labelLocalIP1;
private SmartX.SmartLabel labelTitleIPAddress;
private SmartX.SmartLabel labelStaticTcpMode;
private SmartX.SmartLabel labelStaticTcpOperationMode;
private System.Windows.Forms.ComboBox comboBoxOperationMode;
private System.Windows.Forms.ComboBox comboBoxMode;
private SmartX.SmartButton smartButton3;
public System.Windows.Forms.Timer timerServer;
private SmartX.SmartListBox smartListBoxClientList;
private SmartX.SmartLabel labelClientCount;
public System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button buttonSerialSave;
private System.Windows.Forms.Button buttonSerialSend;
private System.Windows.Forms.Button buttonTcpSave2;
private System.Windows.Forms.Button buttonTcpSave1;
private System.Windows.Forms.Button buttonStart;
private System.Windows.Forms.Button buttonStop;
private System.Windows.Forms.Button buttonSend;
public SmartX.SmartLabel labelStartAddress;
private SmartX.SmartLabel labelTitleStartAddress;
private SmartX.SmartLabel labelSlaveID;
private SmartX.SmartLabel labelTitleSlaveID;
private SmartX.SmartLabel labelProtocolDescriptionEthernet_2;
private SmartX.SmartLabel labelProtocolDescriptionEthernet_1;
private System.Windows.Forms.Button button10LaneSend;
private System.Windows.Forms.Button button1LaneSend;
private System.Windows.Forms.Button buttonDataSend;
}
}