namespace ITC81DB.Controls
{
partial class ControlCenterConfiEthernet
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterConfiEthernet));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonAddon = new SmartX.SmartButton();
this.buttonLocalIP = new SmartX.SmartButton();
this.labelReceive = new SmartX.SmartLabel();
this.labelFormat = new SmartX.SmartLabel();
this.buttonTestSend = new SmartX.SmartButton();
this.buttonSave = new SmartX.SmartButton();
this.comboBoxEthernetOpMode = new System.Windows.Forms.ComboBox();
this.comboBoxEthernetMode = new System.Windows.Forms.ComboBox();
this.labelConnectedIP = new SmartX.SmartLabel();
this.labelTitleConnectedIP = new SmartX.SmartLabel();
this.buttonSaveClient = new SmartX.SmartButton();
this.labelLocalPort = new SmartX.SmartLabel();
this.labelClientStatus = new SmartX.SmartLabel();
this.labelHostPort = new SmartX.SmartLabel();
this.labelTitleClientServerPort = new SmartX.SmartLabel();
this.labelTitleServerPort = new SmartX.SmartLabel();
this.labelHostIP4 = new SmartX.SmartLabel();
this.labelHostIP3 = new SmartX.SmartLabel();
this.labelServerStatus = new SmartX.SmartLabel();
this.labelHostIP2 = new SmartX.SmartLabel();
this.labelClientCount = new SmartX.SmartLabel();
this.labelHostIP1 = new SmartX.SmartLabel();
this.labelTitleClientServerIP = new SmartX.SmartLabel();
this.smartListBoxClientList = new SmartX.SmartListBox();
this.buttonStop = new SmartX.SmartButton();
this.buttonStart = new SmartX.SmartButton();
this.timerServer = new System.Windows.Forms.Timer();
this.buttonPingTimer = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonPingTimer);
this.smartGroupBox1.Controls.Add(this.buttonAddon);
this.smartGroupBox1.Controls.Add(this.buttonLocalIP);
this.smartGroupBox1.Controls.Add(this.labelReceive);
this.smartGroupBox1.Controls.Add(this.labelFormat);
this.smartGroupBox1.Controls.Add(this.buttonTestSend);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.comboBoxEthernetOpMode);
this.smartGroupBox1.Controls.Add(this.comboBoxEthernetMode);
this.smartGroupBox1.Controls.Add(this.labelConnectedIP);
this.smartGroupBox1.Controls.Add(this.labelTitleConnectedIP);
this.smartGroupBox1.Controls.Add(this.buttonSaveClient);
this.smartGroupBox1.Controls.Add(this.labelLocalPort);
this.smartGroupBox1.Controls.Add(this.labelClientStatus);
this.smartGroupBox1.Controls.Add(this.labelHostPort);
this.smartGroupBox1.Controls.Add(this.labelTitleClientServerPort);
this.smartGroupBox1.Controls.Add(this.labelTitleServerPort);
this.smartGroupBox1.Controls.Add(this.labelHostIP4);
this.smartGroupBox1.Controls.Add(this.labelHostIP3);
this.smartGroupBox1.Controls.Add(this.labelServerStatus);
this.smartGroupBox1.Controls.Add(this.labelHostIP2);
this.smartGroupBox1.Controls.Add(this.labelClientCount);
this.smartGroupBox1.Controls.Add(this.labelHostIP1);
this.smartGroupBox1.Controls.Add(this.labelTitleClientServerIP);
this.smartGroupBox1.Controls.Add(this.smartListBoxClientList);
this.smartGroupBox1.Controls.Add(this.buttonStop);
this.smartGroupBox1.Controls.Add(this.buttonStart);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.TabIndex = 0;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// buttonAddon
//
this.buttonAddon.BackPictureBox = null;
this.buttonAddon.BackPictureBox1 = null;
this.buttonAddon.BackPictureBox2 = null;
this.buttonAddon.ButtonColor = System.Drawing.Color.LightGray;
this.buttonAddon.ButtonImageAutoSize = true;
this.buttonAddon.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAddon.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAddon.DisableImage")));
this.buttonAddon.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAddon.DownImage")));
this.buttonAddon.GroupID = 0;
this.buttonAddon.InitVisible = true;
this.buttonAddon.Location = new System.Drawing.Point(604, 17);
this.buttonAddon.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonAddon.Name = "buttonAddon";
this.buttonAddon.NestedClickEventPrevent = false;
this.buttonAddon.OutlinePixel = 1;
this.buttonAddon.RepeatInterval = 200;
this.buttonAddon.RepeatIntervalAccelerate = null;
this.buttonAddon.SafeInterval = 200;
this.buttonAddon.Size = new System.Drawing.Size(80, 40);
this.buttonAddon.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAddon.TabIndex = 183;
this.buttonAddon.TextColor = System.Drawing.Color.Black;
this.buttonAddon.TextDownColor = System.Drawing.Color.White;
this.buttonAddon.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAddon.TextLocation = new System.Drawing.Point(0, 0);
this.buttonAddon.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAddon.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAddon.UpImage")));
this.buttonAddon.Visible = false;
this.buttonAddon.Click += new System.EventHandler(this.buttonAddon_Click);
//
// buttonLocalIP
//
this.buttonLocalIP.BackPictureBox = null;
this.buttonLocalIP.BackPictureBox1 = null;
this.buttonLocalIP.BackPictureBox2 = null;
this.buttonLocalIP.ButtonColor = System.Drawing.Color.LightGray;
this.buttonLocalIP.ButtonImageAutoSize = true;
this.buttonLocalIP.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLocalIP.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLocalIP.DisableImage")));
this.buttonLocalIP.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLocalIP.DownImage")));
this.buttonLocalIP.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonLocalIP.ForeColor = System.Drawing.Color.White;
this.buttonLocalIP.GroupID = 0;
this.buttonLocalIP.InitVisible = true;
this.buttonLocalIP.Location = new System.Drawing.Point(604, 217);
this.buttonLocalIP.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonLocalIP.Name = "buttonLocalIP";
this.buttonLocalIP.NestedClickEventPrevent = false;
this.buttonLocalIP.OutlinePixel = 1;
this.buttonLocalIP.RepeatInterval = 200;
this.buttonLocalIP.RepeatIntervalAccelerate = null;
this.buttonLocalIP.SafeInterval = 200;
this.buttonLocalIP.Size = new System.Drawing.Size(80, 40);
this.buttonLocalIP.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonLocalIP.TabIndex = 182;
this.buttonLocalIP.Text = "Local IP";
this.buttonLocalIP.TextColor = System.Drawing.Color.White;
this.buttonLocalIP.TextDownColor = System.Drawing.Color.White;
this.buttonLocalIP.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonLocalIP.TextLocation = new System.Drawing.Point(0, 0);
this.buttonLocalIP.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonLocalIP.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLocalIP.UpImage")));
this.buttonLocalIP.Click += new System.EventHandler(this.buttonLocalIP_Click);
//
// labelReceive
//
this.labelReceive.BackPictureBox1 = null;
this.labelReceive.BackPictureBox2 = this.smartGroupBox1;
this.labelReceive.BorderColor = System.Drawing.Color.Black;
this.labelReceive.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelReceive.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelReceive.ForeColor = System.Drawing.Color.White;
this.labelReceive.InitVisible = true;
this.labelReceive.LineSpacing = 0F;
this.labelReceive.Location = new System.Drawing.Point(119, 164);
this.labelReceive.Name = "labelReceive";
this.labelReceive.Size = new System.Drawing.Size(565, 40);
this.labelReceive.TabIndex = 181;
this.labelReceive.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelReceive.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelReceive.Wordwrap = true;
//
// labelFormat
//
this.labelFormat.BackPictureBox1 = null;
this.labelFormat.BackPictureBox2 = this.smartGroupBox1;
this.labelFormat.BorderColor = System.Drawing.Color.Black;
this.labelFormat.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelFormat.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelFormat.ForeColor = System.Drawing.Color.White;
this.labelFormat.InitVisible = true;
this.labelFormat.LineSpacing = 0F;
this.labelFormat.Location = new System.Drawing.Point(119, 119);
this.labelFormat.Name = "labelFormat";
this.labelFormat.Size = new System.Drawing.Size(470, 40);
this.labelFormat.TabIndex = 180;
this.labelFormat.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelFormat.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelFormat.Wordwrap = true;
//
// buttonTestSend
//
this.buttonTestSend.BackPictureBox = null;
this.buttonTestSend.BackPictureBox1 = null;
this.buttonTestSend.BackPictureBox2 = null;
this.buttonTestSend.ButtonColor = System.Drawing.Color.LightGray;
this.buttonTestSend.ButtonImageAutoSize = true;
this.buttonTestSend.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTestSend.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonTestSend.DisableImage")));
this.buttonTestSend.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTestSend.DownImage")));
this.buttonTestSend.GroupID = 0;
this.buttonTestSend.InitVisible = true;
this.buttonTestSend.Location = new System.Drawing.Point(604, 119);
this.buttonTestSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonTestSend.Name = "buttonTestSend";
this.buttonTestSend.NestedClickEventPrevent = false;
this.buttonTestSend.OutlinePixel = 1;
this.buttonTestSend.RepeatInterval = 200;
this.buttonTestSend.RepeatIntervalAccelerate = null;
this.buttonTestSend.SafeInterval = 200;
this.buttonTestSend.Size = new System.Drawing.Size(80, 40);
this.buttonTestSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTestSend.TabIndex = 179;
this.buttonTestSend.TextColor = System.Drawing.Color.Black;
this.buttonTestSend.TextDownColor = System.Drawing.Color.White;
this.buttonTestSend.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonTestSend.TextLocation = new System.Drawing.Point(0, 0);
this.buttonTestSend.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonTestSend.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTestSend.UpImage")));
this.buttonTestSend.Click += new System.EventHandler(this.buttonTestSend_Click);
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.LightGray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
this.buttonSave.GroupID = 0;
this.buttonSave.InitVisible = true;
this.buttonSave.Location = new System.Drawing.Point(604, 63);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 1;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(80, 40);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 178;
this.buttonSave.TextColor = System.Drawing.Color.Black;
this.buttonSave.TextDownColor = System.Drawing.Color.White;
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// comboBoxEthernetOpMode
//
this.comboBoxEthernetOpMode.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.comboBoxEthernetOpMode.Location = new System.Drawing.Point(119, 66);
this.comboBoxEthernetOpMode.Name = "comboBoxEthernetOpMode";
this.comboBoxEthernetOpMode.Size = new System.Drawing.Size(150, 34);
this.comboBoxEthernetOpMode.TabIndex = 177;
this.comboBoxEthernetOpMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxEthernetOpMode_SelectedIndexChanged);
//
// comboBoxEthernetMode
//
this.comboBoxEthernetMode.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.comboBoxEthernetMode.Location = new System.Drawing.Point(277, 65);
this.comboBoxEthernetMode.Name = "comboBoxEthernetMode";
this.comboBoxEthernetMode.Size = new System.Drawing.Size(313, 37);
this.comboBoxEthernetMode.TabIndex = 176;
this.comboBoxEthernetMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxEthernetMode_SelectedIndexChanged);
//
// labelConnectedIP
//
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(273, 264);
this.labelConnectedIP.Name = "labelConnectedIP";
this.labelConnectedIP.Size = new System.Drawing.Size(218, 28);
this.labelConnectedIP.TabIndex = 175;
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 = null;
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.White;
this.labelTitleConnectedIP.InitVisible = true;
this.labelTitleConnectedIP.LineSpacing = 0F;
this.labelTitleConnectedIP.Location = new System.Drawing.Point(107, 264);
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
this.labelTitleConnectedIP.Size = new System.Drawing.Size(160, 28);
this.labelTitleConnectedIP.TabIndex = 174;
this.labelTitleConnectedIP.Text = "Connected IP";
this.labelTitleConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleConnectedIP.Wordwrap = false;
//
// buttonSaveClient
//
this.buttonSaveClient.BackPictureBox = null;
this.buttonSaveClient.BackPictureBox1 = null;
this.buttonSaveClient.BackPictureBox2 = null;
this.buttonSaveClient.ButtonColor = System.Drawing.Color.Gray;
this.buttonSaveClient.ButtonImageAutoSize = true;
this.buttonSaveClient.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSaveClient.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveClient.DisableImage")));
this.buttonSaveClient.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveClient.DownImage")));
this.buttonSaveClient.GroupID = 0;
this.buttonSaveClient.InitVisible = true;
this.buttonSaveClient.Location = new System.Drawing.Point(497, 393);
this.buttonSaveClient.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSaveClient.Name = "buttonSaveClient";
this.buttonSaveClient.NestedClickEventPrevent = false;
this.buttonSaveClient.OutlinePixel = 1;
this.buttonSaveClient.RepeatInterval = 200;
this.buttonSaveClient.RepeatIntervalAccelerate = null;
this.buttonSaveClient.SafeInterval = 200;
this.buttonSaveClient.Size = new System.Drawing.Size(50, 50);
this.buttonSaveClient.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSaveClient.TabIndex = 145;
this.buttonSaveClient.TextColor = System.Drawing.Color.Black;
this.buttonSaveClient.TextDownColor = System.Drawing.Color.White;
this.buttonSaveClient.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSaveClient.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSaveClient.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSaveClient.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveClient.UpImage")));
this.buttonSaveClient.Click += new System.EventHandler(this.buttonSaveClient_Click);
//
// 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(273, 298);
this.labelLocalPort.Name = "labelLocalPort";
this.labelLocalPort.Size = new System.Drawing.Size(80, 28);
this.labelLocalPort.TabIndex = 148;
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);
//
// labelClientStatus
//
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(273, 347);
this.labelClientStatus.Name = "labelClientStatus";
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
this.labelClientStatus.TabIndex = 141;
this.labelClientStatus.Text = ">Disconnected Server";
this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelClientStatus.Wordwrap = false;
//
// 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(273, 415);
this.labelHostPort.Name = "labelHostPort";
this.labelHostPort.Size = new System.Drawing.Size(80, 28);
this.labelHostPort.TabIndex = 140;
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);
//
// labelTitleClientServerPort
//
this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.BackPictureBox = null;
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.White;
this.labelTitleClientServerPort.InitVisible = true;
this.labelTitleClientServerPort.LineSpacing = 0F;
this.labelTitleClientServerPort.Location = new System.Drawing.Point(107, 415);
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
this.labelTitleClientServerPort.Size = new System.Drawing.Size(160, 28);
this.labelTitleClientServerPort.TabIndex = 139;
this.labelTitleClientServerPort.Text = "Server Port";
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleClientServerPort.Wordwrap = false;
//
// labelTitleServerPort
//
this.labelTitleServerPort.BackColor = System.Drawing.Color.Black;
this.labelTitleServerPort.BackPictureBox = null;
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleServerPort.ForeColor = System.Drawing.Color.White;
this.labelTitleServerPort.InitVisible = true;
this.labelTitleServerPort.LineSpacing = 0F;
this.labelTitleServerPort.Location = new System.Drawing.Point(107, 298);
this.labelTitleServerPort.Name = "labelTitleServerPort";
this.labelTitleServerPort.Size = new System.Drawing.Size(160, 28);
this.labelTitleServerPort.TabIndex = 147;
this.labelTitleServerPort.Text = "Port";
this.labelTitleServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleServerPort.Wordwrap = false;
//
// 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(441, 381);
this.labelHostIP4.Name = "labelHostIP4";
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
this.labelHostIP4.TabIndex = 138;
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);
//
// 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(385, 381);
this.labelHostIP3.Name = "labelHostIP3";
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
this.labelHostIP3.TabIndex = 137;
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);
//
// labelServerStatus
//
this.labelServerStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
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(273, 230);
this.labelServerStatus.Name = "labelServerStatus";
this.labelServerStatus.Size = new System.Drawing.Size(218, 28);
this.labelServerStatus.TabIndex = 146;
this.labelServerStatus.Text = ">Start";
this.labelServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelServerStatus.Wordwrap = false;
//
// 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(329, 381);
this.labelHostIP2.Name = "labelHostIP2";
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
this.labelHostIP2.TabIndex = 136;
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);
//
// 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("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelClientCount.InitVisible = true;
this.labelClientCount.LineSpacing = 0F;
this.labelClientCount.Location = new System.Drawing.Point(20, 239);
this.labelClientCount.Name = "labelClientCount";
this.labelClientCount.Size = new System.Drawing.Size(94, 28);
this.labelClientCount.TabIndex = 1;
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;
//
// 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(273, 381);
this.labelHostIP1.Name = "labelHostIP1";
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
this.labelHostIP1.TabIndex = 135;
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);
//
// labelTitleClientServerIP
//
this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.BackPictureBox = null;
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.White;
this.labelTitleClientServerIP.InitVisible = true;
this.labelTitleClientServerIP.LineSpacing = 0F;
this.labelTitleClientServerIP.Location = new System.Drawing.Point(107, 381);
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
this.labelTitleClientServerIP.Size = new System.Drawing.Size(160, 28);
this.labelTitleClientServerIP.TabIndex = 134;
this.labelTitleClientServerIP.Text = "Server IP";
this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleClientServerIP.Wordwrap = false;
//
// 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.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(20, 273);
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 = 0;
this.smartListBoxClientList.Text = "smartListBox1";
this.smartListBoxClientList.Visible = false;
//
// buttonStop
//
this.buttonStop.BackPictureBox = null;
this.buttonStop.BackPictureBox1 = null;
this.buttonStop.BackPictureBox2 = null;
this.buttonStop.ButtonColor = System.Drawing.Color.Gray;
this.buttonStop.ButtonImageAutoSize = true;
this.buttonStop.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonStop.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonStop.DisableImage")));
this.buttonStop.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStop.DownImage")));
this.buttonStop.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonStop.GroupID = 0;
this.buttonStop.InitVisible = true;
this.buttonStop.Location = new System.Drawing.Point(604, 361);
this.buttonStop.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonStop.Name = "buttonStop";
this.buttonStop.NestedClickEventPrevent = false;
this.buttonStop.OutlinePixel = 1;
this.buttonStop.RepeatInterval = 200;
this.buttonStop.RepeatIntervalAccelerate = null;
this.buttonStop.SafeInterval = 200;
this.buttonStop.Size = new System.Drawing.Size(80, 92);
this.buttonStop.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonStop.TabIndex = 170;
this.buttonStop.Text = "Stop";
this.buttonStop.TextColor = System.Drawing.Color.White;
this.buttonStop.TextDownColor = System.Drawing.Color.White;
this.buttonStop.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonStop.TextLocation = new System.Drawing.Point(0, 0);
this.buttonStop.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonStop.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStop.UpImage")));
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
//
// buttonStart
//
this.buttonStart.BackPictureBox = null;
this.buttonStart.BackPictureBox1 = null;
this.buttonStart.BackPictureBox2 = null;
this.buttonStart.ButtonColor = System.Drawing.Color.Gray;
this.buttonStart.ButtonImageAutoSize = true;
this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonStart.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DisableImage")));
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
this.buttonStart.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonStart.GroupID = 0;
this.buttonStart.InitVisible = true;
this.buttonStart.Location = new System.Drawing.Point(604, 263);
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonStart.Name = "buttonStart";
this.buttonStart.NestedClickEventPrevent = false;
this.buttonStart.OutlinePixel = 1;
this.buttonStart.RepeatInterval = 200;
this.buttonStart.RepeatIntervalAccelerate = null;
this.buttonStart.SafeInterval = 200;
this.buttonStart.Size = new System.Drawing.Size(80, 92);
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonStart.TabIndex = 1;
this.buttonStart.Text = "Start";
this.buttonStart.TextColor = System.Drawing.Color.White;
this.buttonStart.TextDownColor = System.Drawing.Color.White;
this.buttonStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonStart.TextLocation = new System.Drawing.Point(0, 0);
this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage")));
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
//
// timerServer
//
this.timerServer.Interval = 1000;
this.timerServer.Tick += new System.EventHandler(this.timerServer_Tick);
//
// buttonPingTimer
//
this.buttonPingTimer.BackPictureBox = null;
this.buttonPingTimer.BackPictureBox1 = null;
this.buttonPingTimer.BackPictureBox2 = null;
this.buttonPingTimer.ButtonColor = System.Drawing.Color.Gray;
this.buttonPingTimer.ButtonImageAutoSize = true;
this.buttonPingTimer.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPingTimer.DisableImage = null;
this.buttonPingTimer.DownImage = null;
this.buttonPingTimer.GroupID = 0;
this.buttonPingTimer.InitVisible = true;
this.buttonPingTimer.Location = new System.Drawing.Point(498, 283);
this.buttonPingTimer.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonPingTimer.Name = "buttonPingTimer";
this.buttonPingTimer.NestedClickEventPrevent = false;
this.buttonPingTimer.OutlinePixel = 1;
this.buttonPingTimer.RepeatInterval = 200;
this.buttonPingTimer.RepeatIntervalAccelerate = null;
this.buttonPingTimer.SafeInterval = 200;
this.buttonPingTimer.Size = new System.Drawing.Size(91, 43);
this.buttonPingTimer.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPingTimer.TabIndex = 184;
this.buttonPingTimer.Text = "Ping Open";
this.buttonPingTimer.TextColor = System.Drawing.Color.Black;
this.buttonPingTimer.TextDownColor = System.Drawing.Color.White;
this.buttonPingTimer.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPingTimer.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPingTimer.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPingTimer.UpImage = null;
this.buttonPingTimer.Visible = false;
this.buttonPingTimer.Click += new System.EventHandler(this.buttonPingTimer_Click);
//
// ControlCenterConfiEthernet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlCenterConfiEthernet";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
public SmartX.SmartLabel labelHostIP4;
public SmartX.SmartLabel labelHostIP3;
public SmartX.SmartLabel labelHostIP2;
public SmartX.SmartLabel labelHostIP1;
private SmartX.SmartLabel labelTitleClientServerIP;
public SmartX.SmartLabel labelHostPort;
private SmartX.SmartLabel labelTitleClientServerPort;
private SmartX.SmartLabel labelClientStatus;
private SmartX.SmartButton buttonSaveClient;
private SmartX.SmartLabel labelClientCount;
private SmartX.SmartListBox smartListBoxClientList;
private SmartX.SmartButton buttonStop;
private SmartX.SmartButton buttonStart;
private SmartX.SmartLabel labelServerStatus;
public SmartX.SmartLabel labelLocalPort;
private SmartX.SmartLabel labelTitleServerPort;
public System.Windows.Forms.Timer timerServer;
private SmartX.SmartLabel labelTitleConnectedIP;
private SmartX.SmartLabel labelConnectedIP;
private SmartX.SmartButton buttonTestSend;
private SmartX.SmartButton buttonSave;
private System.Windows.Forms.ComboBox comboBoxEthernetOpMode;
private System.Windows.Forms.ComboBox comboBoxEthernetMode;
private SmartX.SmartLabel labelReceive;
private SmartX.SmartLabel labelFormat;
private SmartX.SmartButton buttonLocalIP;
private SmartX.SmartButton buttonAddon;
private SmartX.SmartButton buttonPingTimer;
}
}