791 lines
48 KiB
C#
791 lines
48 KiB
C#
namespace ITC81DB_0H.Controls
|
|
{
|
|
partial class ControlCenterConfiEthernet
|
|
{
|
|
/// <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 Component 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(ControlCenterConfiEthernet));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.buttonDisconnectDetection = new SmartX.SmartButton();
|
|
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.buttonSave2 = 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.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonDisconnectDetection);
|
|
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.buttonSave2);
|
|
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;
|
|
//
|
|
// buttonDisconnectDetection
|
|
//
|
|
this.buttonDisconnectDetection.BackPictureBox = null;
|
|
this.buttonDisconnectDetection.BackPictureBox1 = null;
|
|
this.buttonDisconnectDetection.BackPictureBox2 = null;
|
|
this.buttonDisconnectDetection.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonDisconnectDetection.ButtonImageAutoSize = true;
|
|
this.buttonDisconnectDetection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDisconnectDetection.DisableImage = null;
|
|
this.buttonDisconnectDetection.DownImage = null;
|
|
this.buttonDisconnectDetection.GroupID = 0;
|
|
this.buttonDisconnectDetection.InitVisible = true;
|
|
this.buttonDisconnectDetection.Location = new System.Drawing.Point(400, 298);
|
|
this.buttonDisconnectDetection.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonDisconnectDetection.Name = "buttonDisconnectDetection";
|
|
this.buttonDisconnectDetection.NestedClickEventPrevent = false;
|
|
this.buttonDisconnectDetection.OutlinePixel = 1;
|
|
this.buttonDisconnectDetection.RepeatInterval = 200;
|
|
this.buttonDisconnectDetection.RepeatIntervalAccelerate = null;
|
|
this.buttonDisconnectDetection.SafeInterval = 200;
|
|
this.buttonDisconnectDetection.Size = new System.Drawing.Size(189, 29);
|
|
this.buttonDisconnectDetection.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDisconnectDetection.TabIndex = 185;
|
|
this.buttonDisconnectDetection.Text = "Disconnect Detection ON";
|
|
this.buttonDisconnectDetection.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDisconnectDetection.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDisconnectDetection.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDisconnectDetection.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDisconnectDetection.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDisconnectDetection.UpImage = null;
|
|
this.buttonDisconnectDetection.Visible = false;
|
|
this.buttonDisconnectDetection.Click += new System.EventHandler(this.buttonDisconnectDetection_Click);
|
|
//
|
|
// 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.Middle;
|
|
this.labelReceive.Wordwrap = false;
|
|
//
|
|
// 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("새굴림", 10F, 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("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxEthernetOpMode.Location = new System.Drawing.Point(119, 65);
|
|
this.comboBoxEthernetOpMode.Name = "comboBoxEthernetOpMode";
|
|
this.comboBoxEthernetOpMode.Size = new System.Drawing.Size(150, 37);
|
|
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;
|
|
//
|
|
// buttonSave2
|
|
//
|
|
this.buttonSave2.BackPictureBox = null;
|
|
this.buttonSave2.BackPictureBox1 = null;
|
|
this.buttonSave2.BackPictureBox2 = null;
|
|
this.buttonSave2.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSave2.ButtonImageAutoSize = true;
|
|
this.buttonSave2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave2.DisableImage")));
|
|
this.buttonSave2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave2.DownImage")));
|
|
this.buttonSave2.GroupID = 0;
|
|
this.buttonSave2.InitVisible = true;
|
|
this.buttonSave2.Location = new System.Drawing.Point(497, 393);
|
|
this.buttonSave2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave2.Name = "buttonSave2";
|
|
this.buttonSave2.NestedClickEventPrevent = false;
|
|
this.buttonSave2.OutlinePixel = 1;
|
|
this.buttonSave2.RepeatInterval = 200;
|
|
this.buttonSave2.RepeatIntervalAccelerate = null;
|
|
this.buttonSave2.SafeInterval = 200;
|
|
this.buttonSave2.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonSave2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave2.TabIndex = 145;
|
|
this.buttonSave2.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSave2.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSave2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave2.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSave2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave2.UpImage")));
|
|
this.buttonSave2.Click += new System.EventHandler(this.buttonSave2_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.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, 240);
|
|
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, 274);
|
|
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);
|
|
//
|
|
// 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 buttonSave2;
|
|
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 buttonDisconnectDetection;
|
|
}
|
|
}
|