1542 lines
95 KiB
C#
1542 lines
95 KiB
C#
namespace INT69DB_2A.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.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.groupBoxSerial = new SmartX.SmartGroupBox();
|
|
this.buttonSerialSend = new System.Windows.Forms.Button();
|
|
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
|
|
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.buttonSave2 = new System.Windows.Forms.Button();
|
|
this.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
|
|
this.smartLabel4 = new SmartX.SmartLabel();
|
|
this.labelStaticBaudrate = new SmartX.SmartLabel();
|
|
this.groupBoxEthernet = 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.groupBoxServer = 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.groupBoxClient = new SmartX.SmartGroupBox();
|
|
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.timerServer = new System.Windows.Forms.Timer();
|
|
this.buttonStart = new SmartX.SmartButton();
|
|
this.buttonStop = new SmartX.SmartButton();
|
|
this.buttonTestSend = new SmartX.SmartButton();
|
|
this.button1LaneSend = new SmartX.SmartButton();
|
|
this.button10LaneSend = new SmartX.SmartButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.groupBoxSerial.SuspendLayout();
|
|
this.groupBoxEthernet.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.groupBoxServer.SuspendLayout();
|
|
this.groupBoxClient.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.LCD800X600;
|
|
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(800, 600);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 200;
|
|
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(720, 525);
|
|
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(70, 70);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 3;
|
|
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);
|
|
//
|
|
// pictureBoxFormIcon
|
|
//
|
|
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
|
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
|
//
|
|
// 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("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
|
this.labelTitle.TabIndex = 144;
|
|
this.labelTitle.Text = "통신 설정";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// groupBoxSerial
|
|
//
|
|
this.groupBoxSerial.BackPictureBox = this.smartForm1;
|
|
this.groupBoxSerial.BackPictureBox1 = null;
|
|
this.groupBoxSerial.Controls.Add(this.buttonSerialSend);
|
|
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_2);
|
|
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_1);
|
|
this.groupBoxSerial.Controls.Add(this.smartLabel6);
|
|
this.groupBoxSerial.Controls.Add(this.buttonSave2);
|
|
this.groupBoxSerial.Controls.Add(this.comboBoxSerial3Mode);
|
|
this.groupBoxSerial.Controls.Add(this.comboBoxSerial3BaudRate);
|
|
this.groupBoxSerial.Controls.Add(this.smartLabel4);
|
|
this.groupBoxSerial.Controls.Add(this.labelStaticBaudrate);
|
|
this.groupBoxSerial.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxSerial.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.groupBoxSerial.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxSerial.FrameLineThickness = 1;
|
|
this.groupBoxSerial.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxSerial.Image = null;
|
|
this.groupBoxSerial.InitVisible = true;
|
|
this.groupBoxSerial.Location = new System.Drawing.Point(407, 342);
|
|
this.groupBoxSerial.Name = "groupBoxSerial";
|
|
this.groupBoxSerial.RoundRadius = 10;
|
|
this.groupBoxSerial.Size = new System.Drawing.Size(390, 177);
|
|
this.groupBoxSerial.TabIndex = 153;
|
|
this.groupBoxSerial.Text = "Serial";
|
|
this.groupBoxSerial.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonSerialSend
|
|
//
|
|
this.buttonSerialSend.Enabled = false;
|
|
this.buttonSerialSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonSerialSend.Location = new System.Drawing.Point(203, 127);
|
|
this.buttonSerialSend.Name = "buttonSerialSend";
|
|
this.buttonSerialSend.Size = new System.Drawing.Size(165, 30);
|
|
this.buttonSerialSend.TabIndex = 24;
|
|
this.buttonSerialSend.Text = "SEND";
|
|
this.buttonSerialSend.Click += new System.EventHandler(this.buttonSerialSend_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("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelProtocolDescriptionCOM3_2.InitVisible = true;
|
|
this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F;
|
|
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(26, 103);
|
|
this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2";
|
|
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(342, 18);
|
|
this.labelProtocolDescriptionCOM3_2.TabIndex = 23;
|
|
this.labelProtocolDescriptionCOM3_2.Text = "CH3(RS232)";
|
|
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
|
|
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
|
|
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(26, 79);
|
|
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
|
|
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(342, 18);
|
|
this.labelProtocolDescriptionCOM3_1.TabIndex = 22;
|
|
this.labelProtocolDescriptionCOM3_1.Text = "CH3(RS232)";
|
|
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelProtocolDescriptionCOM3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelProtocolDescriptionCOM3_1.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackPictureBox = this.smartForm1;
|
|
this.smartLabel6.BackPictureBox1 = null;
|
|
this.smartLabel6.BackPictureBox2 = null;
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel6.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel6.InitVisible = true;
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(25, 46);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.Size = new System.Drawing.Size(60, 29);
|
|
this.smartLabel6.TabIndex = 21;
|
|
this.smartLabel6.Text = "COM3";
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// buttonSave2
|
|
//
|
|
this.buttonSave2.Enabled = false;
|
|
this.buttonSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonSave2.Location = new System.Drawing.Point(26, 127);
|
|
this.buttonSave2.Name = "buttonSave2";
|
|
this.buttonSave2.Size = new System.Drawing.Size(165, 30);
|
|
this.buttonSave2.TabIndex = 20;
|
|
this.buttonSave2.Text = "SAVE";
|
|
this.buttonSave2.Click += new System.EventHandler(this.buttonSave2_Click);
|
|
//
|
|
// comboBoxSerial3Mode
|
|
//
|
|
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(198, 46);
|
|
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
|
|
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(170, 29);
|
|
this.comboBoxSerial3Mode.TabIndex = 18;
|
|
this.comboBoxSerial3Mode.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
|
//
|
|
// comboBoxSerial3BaudRate
|
|
//
|
|
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(91, 46);
|
|
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
|
|
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 29);
|
|
this.comboBoxSerial3BaudRate.TabIndex = 19;
|
|
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged);
|
|
//
|
|
// 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("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel4.InitVisible = true;
|
|
this.smartLabel4.LineSpacing = 0F;
|
|
this.smartLabel4.Location = new System.Drawing.Point(198, 20);
|
|
this.smartLabel4.Name = "smartLabel4";
|
|
this.smartLabel4.Size = new System.Drawing.Size(170, 20);
|
|
this.smartLabel4.TabIndex = 15;
|
|
this.smartLabel4.Text = "모드";
|
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel4.Wordwrap = false;
|
|
//
|
|
// labelStaticBaudrate
|
|
//
|
|
this.labelStaticBaudrate.BackPictureBox = this.smartForm1;
|
|
this.labelStaticBaudrate.BackPictureBox1 = null;
|
|
this.labelStaticBaudrate.BackPictureBox2 = null;
|
|
this.labelStaticBaudrate.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticBaudrate.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticBaudrate.InitVisible = true;
|
|
this.labelStaticBaudrate.LineSpacing = 0F;
|
|
this.labelStaticBaudrate.Location = new System.Drawing.Point(92, 21);
|
|
this.labelStaticBaudrate.Name = "labelStaticBaudrate";
|
|
this.labelStaticBaudrate.Size = new System.Drawing.Size(100, 20);
|
|
this.labelStaticBaudrate.TabIndex = 15;
|
|
this.labelStaticBaudrate.Text = "속도";
|
|
this.labelStaticBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStaticBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticBaudrate.Wordwrap = false;
|
|
//
|
|
// groupBoxEthernet
|
|
//
|
|
this.groupBoxEthernet.BackPictureBox = this.smartForm1;
|
|
this.groupBoxEthernet.BackPictureBox1 = null;
|
|
this.groupBoxEthernet.Controls.Add(this.labelProtocolDescriptionEthernet_2);
|
|
this.groupBoxEthernet.Controls.Add(this.labelProtocolDescriptionEthernet_1);
|
|
this.groupBoxEthernet.Controls.Add(this.labelStartAddress);
|
|
this.groupBoxEthernet.Controls.Add(this.labelTitleStartAddress);
|
|
this.groupBoxEthernet.Controls.Add(this.buttonTcpSave1);
|
|
this.groupBoxEthernet.Controls.Add(this.labelHelp);
|
|
this.groupBoxEthernet.Controls.Add(this.panel2);
|
|
this.groupBoxEthernet.Controls.Add(this.labelTitleIPConfiguration);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalSubnetMask4);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalSubnetMask3);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalSubnetMask2);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalSubnetMask1);
|
|
this.groupBoxEthernet.Controls.Add(this.labelTitleSubnetMask);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalGateway4);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalGateway3);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalGateway2);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalGateway1);
|
|
this.groupBoxEthernet.Controls.Add(this.labelTitleGateway);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalIP4);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalIP3);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalIP2);
|
|
this.groupBoxEthernet.Controls.Add(this.labelLocalIP1);
|
|
this.groupBoxEthernet.Controls.Add(this.labelTitleIPAddress);
|
|
this.groupBoxEthernet.Controls.Add(this.labelStaticTcpMode);
|
|
this.groupBoxEthernet.Controls.Add(this.labelStaticTcpOperationMode);
|
|
this.groupBoxEthernet.Controls.Add(this.comboBoxOperationMode);
|
|
this.groupBoxEthernet.Controls.Add(this.comboBoxMode);
|
|
this.groupBoxEthernet.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxEthernet.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.groupBoxEthernet.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxEthernet.FrameLineThickness = 1;
|
|
this.groupBoxEthernet.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxEthernet.Image = null;
|
|
this.groupBoxEthernet.InitVisible = true;
|
|
this.groupBoxEthernet.Location = new System.Drawing.Point(4, 69);
|
|
this.groupBoxEthernet.Name = "groupBoxEthernet";
|
|
this.groupBoxEthernet.RoundRadius = 10;
|
|
this.groupBoxEthernet.Size = new System.Drawing.Size(406, 450);
|
|
this.groupBoxEthernet.TabIndex = 156;
|
|
this.groupBoxEthernet.Text = "TCP_Local";
|
|
this.groupBoxEthernet.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("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelProtocolDescriptionEthernet_2.InitVisible = true;
|
|
this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F;
|
|
this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(53, 131);
|
|
this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2";
|
|
this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20);
|
|
this.labelProtocolDescriptionEthernet_2.TabIndex = 258;
|
|
this.labelProtocolDescriptionEthernet_2.Text = "Ethernet 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("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelProtocolDescriptionEthernet_1.InitVisible = true;
|
|
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
|
|
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(53, 105);
|
|
this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1";
|
|
this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20);
|
|
this.labelProtocolDescriptionEthernet_1.TabIndex = 257;
|
|
this.labelProtocolDescriptionEthernet_1.Text = "Ethernet 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(173, 157);
|
|
this.labelStartAddress.Name = "labelStartAddress";
|
|
this.labelStartAddress.Size = new System.Drawing.Size(105, 28);
|
|
this.labelStartAddress.TabIndex = 256;
|
|
this.labelStartAddress.Text = "1010";
|
|
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("새굴림", 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(27, 157);
|
|
this.labelTitleStartAddress.Name = "labelTitleStartAddress";
|
|
this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28);
|
|
this.labelTitleStartAddress.TabIndex = 255;
|
|
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonTcpSave1.Location = new System.Drawing.Point(284, 327);
|
|
this.buttonTcpSave1.Name = "buttonTcpSave1";
|
|
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
|
|
this.buttonTcpSave1.TabIndex = 254;
|
|
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("새굴림", 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(27, 361);
|
|
this.labelHelp.Name = "labelHelp";
|
|
this.labelHelp.Size = new System.Drawing.Size(363, 60);
|
|
this.labelHelp.TabIndex = 253;
|
|
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(172, 191);
|
|
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("새굴림", 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(26, 191);
|
|
this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration";
|
|
this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28);
|
|
this.labelTitleIPConfiguration.TabIndex = 252;
|
|
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(340, 259);
|
|
this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4";
|
|
this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalSubnetMask4.TabIndex = 251;
|
|
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(284, 259);
|
|
this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3";
|
|
this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalSubnetMask3.TabIndex = 250;
|
|
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(228, 259);
|
|
this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2";
|
|
this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalSubnetMask2.TabIndex = 249;
|
|
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(172, 259);
|
|
this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1";
|
|
this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalSubnetMask1.TabIndex = 248;
|
|
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("새굴림", 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(26, 259);
|
|
this.labelTitleSubnetMask.Name = "labelTitleSubnetMask";
|
|
this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28);
|
|
this.labelTitleSubnetMask.TabIndex = 247;
|
|
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(340, 293);
|
|
this.labelLocalGateway4.Name = "labelLocalGateway4";
|
|
this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalGateway4.TabIndex = 246;
|
|
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.labelLocalIP4_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(284, 293);
|
|
this.labelLocalGateway3.Name = "labelLocalGateway3";
|
|
this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalGateway3.TabIndex = 245;
|
|
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(228, 293);
|
|
this.labelLocalGateway2.Name = "labelLocalGateway2";
|
|
this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalGateway2.TabIndex = 244;
|
|
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(172, 293);
|
|
this.labelLocalGateway1.Name = "labelLocalGateway1";
|
|
this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalGateway1.TabIndex = 243;
|
|
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("새굴림", 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(26, 293);
|
|
this.labelTitleGateway.Name = "labelTitleGateway";
|
|
this.labelTitleGateway.Size = new System.Drawing.Size(140, 28);
|
|
this.labelTitleGateway.TabIndex = 242;
|
|
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(340, 225);
|
|
this.labelLocalIP4.Name = "labelLocalIP4";
|
|
this.labelLocalIP4.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalIP4.TabIndex = 241;
|
|
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(284, 225);
|
|
this.labelLocalIP3.Name = "labelLocalIP3";
|
|
this.labelLocalIP3.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalIP3.TabIndex = 240;
|
|
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(228, 225);
|
|
this.labelLocalIP2.Name = "labelLocalIP2";
|
|
this.labelLocalIP2.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalIP2.TabIndex = 239;
|
|
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(172, 225);
|
|
this.labelLocalIP1.Name = "labelLocalIP1";
|
|
this.labelLocalIP1.Size = new System.Drawing.Size(50, 28);
|
|
this.labelLocalIP1.TabIndex = 238;
|
|
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("새굴림", 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(26, 225);
|
|
this.labelTitleIPAddress.Name = "labelTitleIPAddress";
|
|
this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28);
|
|
this.labelTitleIPAddress.TabIndex = 237;
|
|
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticTcpMode.InitVisible = true;
|
|
this.labelStaticTcpMode.LineSpacing = 0F;
|
|
this.labelStaticTcpMode.Location = new System.Drawing.Point(27, 69);
|
|
this.labelStaticTcpMode.Name = "labelStaticTcpMode";
|
|
this.labelStaticTcpMode.Size = new System.Drawing.Size(140, 30);
|
|
this.labelStaticTcpMode.TabIndex = 236;
|
|
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticTcpOperationMode.InitVisible = true;
|
|
this.labelStaticTcpOperationMode.LineSpacing = 0F;
|
|
this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(27, 33);
|
|
this.labelStaticTcpOperationMode.Name = "labelStaticTcpOperationMode";
|
|
this.labelStaticTcpOperationMode.Size = new System.Drawing.Size(140, 30);
|
|
this.labelStaticTcpOperationMode.TabIndex = 235;
|
|
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(173, 33);
|
|
this.comboBoxOperationMode.Name = "comboBoxOperationMode";
|
|
this.comboBoxOperationMode.Size = new System.Drawing.Size(200, 30);
|
|
this.comboBoxOperationMode.TabIndex = 234;
|
|
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(173, 69);
|
|
this.comboBoxMode.Name = "comboBoxMode";
|
|
this.comboBoxMode.Size = new System.Drawing.Size(200, 30);
|
|
this.comboBoxMode.TabIndex = 233;
|
|
this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
|
|
//
|
|
// groupBoxServer
|
|
//
|
|
this.groupBoxServer.BackPictureBox = this.smartForm1;
|
|
this.groupBoxServer.BackPictureBox1 = null;
|
|
this.groupBoxServer.Controls.Add(this.labelConnectedIP);
|
|
this.groupBoxServer.Controls.Add(this.labelTitleConnectedIP);
|
|
this.groupBoxServer.Controls.Add(this.labelLocalPort);
|
|
this.groupBoxServer.Controls.Add(this.labelTitleServerPort);
|
|
this.groupBoxServer.Controls.Add(this.labelServerStatus);
|
|
this.groupBoxServer.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxServer.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.groupBoxServer.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxServer.FrameLineThickness = 1;
|
|
this.groupBoxServer.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxServer.Image = null;
|
|
this.groupBoxServer.InitVisible = true;
|
|
this.groupBoxServer.Location = new System.Drawing.Point(407, 69);
|
|
this.groupBoxServer.Name = "groupBoxServer";
|
|
this.groupBoxServer.RoundRadius = 10;
|
|
this.groupBoxServer.Size = new System.Drawing.Size(390, 137);
|
|
this.groupBoxServer.TabIndex = 200;
|
|
this.groupBoxServer.Text = "TCP_Server";
|
|
this.groupBoxServer.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(156, 53);
|
|
this.labelConnectedIP.Name = "labelConnectedIP";
|
|
this.labelConnectedIP.Size = new System.Drawing.Size(212, 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("새굴림", 11F, 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(25, 53);
|
|
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
|
|
this.labelTitleConnectedIP.Size = new System.Drawing.Size(125, 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(156, 87);
|
|
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("새굴림", 11F, 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(25, 87);
|
|
this.labelTitleServerPort.Name = "labelTitleServerPort";
|
|
this.labelTitleServerPort.Size = new System.Drawing.Size(125, 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(156, 19);
|
|
this.labelServerStatus.Name = "labelServerStatus";
|
|
this.labelServerStatus.Size = new System.Drawing.Size(212, 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;
|
|
//
|
|
// groupBoxClient
|
|
//
|
|
this.groupBoxClient.BackPictureBox = this.smartForm1;
|
|
this.groupBoxClient.BackPictureBox1 = null;
|
|
this.groupBoxClient.Controls.Add(this.buttonTcpSave2);
|
|
this.groupBoxClient.Controls.Add(this.labelClientStatus);
|
|
this.groupBoxClient.Controls.Add(this.labelTitleClientServerIP);
|
|
this.groupBoxClient.Controls.Add(this.labelHostIP1);
|
|
this.groupBoxClient.Controls.Add(this.labelHostIP2);
|
|
this.groupBoxClient.Controls.Add(this.labelHostIP3);
|
|
this.groupBoxClient.Controls.Add(this.labelHostPort);
|
|
this.groupBoxClient.Controls.Add(this.labelHostIP4);
|
|
this.groupBoxClient.Controls.Add(this.labelTitleClientServerPort);
|
|
this.groupBoxClient.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.groupBoxClient.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.groupBoxClient.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.groupBoxClient.FrameLineThickness = 1;
|
|
this.groupBoxClient.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.groupBoxClient.Image = null;
|
|
this.groupBoxClient.InitVisible = true;
|
|
this.groupBoxClient.Location = new System.Drawing.Point(407, 204);
|
|
this.groupBoxClient.Name = "groupBoxClient";
|
|
this.groupBoxClient.RoundRadius = 10;
|
|
this.groupBoxClient.Size = new System.Drawing.Size(390, 137);
|
|
this.groupBoxClient.TabIndex = 202;
|
|
this.groupBoxClient.Text = "TCP_Client";
|
|
this.groupBoxClient.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// buttonTcpSave2
|
|
//
|
|
this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonTcpSave2.Location = new System.Drawing.Point(274, 90);
|
|
this.buttonTcpSave2.Name = "buttonTcpSave2";
|
|
this.buttonTcpSave2.Size = new System.Drawing.Size(100, 28);
|
|
this.buttonTcpSave2.TabIndex = 234;
|
|
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(156, 20);
|
|
this.labelClientStatus.Name = "labelClientStatus";
|
|
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
|
|
this.labelClientStatus.TabIndex = 233;
|
|
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("새굴림", 11F, 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(25, 54);
|
|
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
|
this.labelTitleClientServerIP.Size = new System.Drawing.Size(125, 28);
|
|
this.labelTitleClientServerIP.TabIndex = 226;
|
|
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(156, 54);
|
|
this.labelHostIP1.Name = "labelHostIP1";
|
|
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
|
|
this.labelHostIP1.TabIndex = 227;
|
|
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(212, 54);
|
|
this.labelHostIP2.Name = "labelHostIP2";
|
|
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
|
|
this.labelHostIP2.TabIndex = 228;
|
|
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(268, 54);
|
|
this.labelHostIP3.Name = "labelHostIP3";
|
|
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
|
|
this.labelHostIP3.TabIndex = 229;
|
|
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(156, 88);
|
|
this.labelHostPort.Name = "labelHostPort";
|
|
this.labelHostPort.Size = new System.Drawing.Size(80, 28);
|
|
this.labelHostPort.TabIndex = 232;
|
|
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(324, 54);
|
|
this.labelHostIP4.Name = "labelHostIP4";
|
|
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
|
|
this.labelHostIP4.TabIndex = 230;
|
|
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("새굴림", 11F, 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(25, 88);
|
|
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
|
this.labelTitleClientServerPort.Size = new System.Drawing.Size(125, 28);
|
|
this.labelTitleClientServerPort.TabIndex = 231;
|
|
this.labelTitleClientServerPort.Text = "Server Port";
|
|
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleClientServerPort.Wordwrap = false;
|
|
//
|
|
// timerServer
|
|
//
|
|
this.timerServer.Interval = 1000;
|
|
this.timerServer.Tick += new System.EventHandler(this.timerServer_Tick);
|
|
//
|
|
// 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.GroupID = 0;
|
|
this.buttonStart.InitVisible = true;
|
|
this.buttonStart.Location = new System.Drawing.Point(10, 525);
|
|
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(70, 70);
|
|
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonStart.TabIndex = 238;
|
|
this.buttonStart.TextColor = System.Drawing.Color.Black;
|
|
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);
|
|
//
|
|
// 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.GroupID = 0;
|
|
this.buttonStop.InitVisible = true;
|
|
this.buttonStop.Location = new System.Drawing.Point(86, 525);
|
|
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(70, 70);
|
|
this.buttonStop.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonStop.TabIndex = 239;
|
|
this.buttonStop.TextColor = System.Drawing.Color.Black;
|
|
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);
|
|
//
|
|
// buttonTestSend
|
|
//
|
|
this.buttonTestSend.BackPictureBox = null;
|
|
this.buttonTestSend.BackPictureBox1 = null;
|
|
this.buttonTestSend.BackPictureBox2 = null;
|
|
this.buttonTestSend.ButtonColor = System.Drawing.Color.Gray;
|
|
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(162, 525);
|
|
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(70, 70);
|
|
this.buttonTestSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonTestSend.TabIndex = 240;
|
|
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);
|
|
//
|
|
// button1LaneSend
|
|
//
|
|
this.button1LaneSend.BackPictureBox = null;
|
|
this.button1LaneSend.BackPictureBox1 = null;
|
|
this.button1LaneSend.BackPictureBox2 = null;
|
|
this.button1LaneSend.ButtonColor = System.Drawing.Color.Gray;
|
|
this.button1LaneSend.ButtonImageAutoSize = true;
|
|
this.button1LaneSend.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button1LaneSend.DisableImage = ((System.Drawing.Image)(resources.GetObject("button1LaneSend.DisableImage")));
|
|
this.button1LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button1LaneSend.DownImage")));
|
|
this.button1LaneSend.GroupID = 0;
|
|
this.button1LaneSend.InitVisible = true;
|
|
this.button1LaneSend.Location = new System.Drawing.Point(238, 525);
|
|
this.button1LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.button1LaneSend.Name = "button1LaneSend";
|
|
this.button1LaneSend.NestedClickEventPrevent = false;
|
|
this.button1LaneSend.OutlinePixel = 1;
|
|
this.button1LaneSend.RepeatInterval = 200;
|
|
this.button1LaneSend.RepeatIntervalAccelerate = null;
|
|
this.button1LaneSend.SafeInterval = 200;
|
|
this.button1LaneSend.Size = new System.Drawing.Size(70, 70);
|
|
this.button1LaneSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button1LaneSend.TabIndex = 241;
|
|
this.button1LaneSend.TextColor = System.Drawing.Color.Black;
|
|
this.button1LaneSend.TextDownColor = System.Drawing.Color.White;
|
|
this.button1LaneSend.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button1LaneSend.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.button1LaneSend.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button1LaneSend.UpImage = ((System.Drawing.Image)(resources.GetObject("button1LaneSend.UpImage")));
|
|
this.button1LaneSend.Click += new System.EventHandler(this.button1LaneSend_Click);
|
|
//
|
|
// button10LaneSend
|
|
//
|
|
this.button10LaneSend.BackPictureBox = null;
|
|
this.button10LaneSend.BackPictureBox1 = null;
|
|
this.button10LaneSend.BackPictureBox2 = null;
|
|
this.button10LaneSend.ButtonColor = System.Drawing.Color.Gray;
|
|
this.button10LaneSend.ButtonImageAutoSize = true;
|
|
this.button10LaneSend.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.button10LaneSend.DisableImage = ((System.Drawing.Image)(resources.GetObject("button10LaneSend.DisableImage")));
|
|
this.button10LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button10LaneSend.DownImage")));
|
|
this.button10LaneSend.GroupID = 0;
|
|
this.button10LaneSend.InitVisible = true;
|
|
this.button10LaneSend.Location = new System.Drawing.Point(314, 525);
|
|
this.button10LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.button10LaneSend.Name = "button10LaneSend";
|
|
this.button10LaneSend.NestedClickEventPrevent = false;
|
|
this.button10LaneSend.OutlinePixel = 1;
|
|
this.button10LaneSend.RepeatInterval = 200;
|
|
this.button10LaneSend.RepeatIntervalAccelerate = null;
|
|
this.button10LaneSend.SafeInterval = 200;
|
|
this.button10LaneSend.Size = new System.Drawing.Size(70, 70);
|
|
this.button10LaneSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.button10LaneSend.TabIndex = 242;
|
|
this.button10LaneSend.TextColor = System.Drawing.Color.Black;
|
|
this.button10LaneSend.TextDownColor = System.Drawing.Color.White;
|
|
this.button10LaneSend.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.button10LaneSend.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.button10LaneSend.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.button10LaneSend.UpImage = ((System.Drawing.Image)(resources.GetObject("button10LaneSend.UpImage")));
|
|
this.button10LaneSend.Click += new System.EventHandler(this.button10LaneSend_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(800, 600);
|
|
this.Controls.Add(this.button10LaneSend);
|
|
this.Controls.Add(this.button1LaneSend);
|
|
this.Controls.Add(this.buttonTestSend);
|
|
this.Controls.Add(this.buttonStop);
|
|
this.Controls.Add(this.buttonStart);
|
|
this.Controls.Add(this.groupBoxClient);
|
|
this.Controls.Add(this.groupBoxServer);
|
|
this.Controls.Add(this.groupBoxEthernet);
|
|
this.Controls.Add(this.groupBoxSerial);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.pictureBoxFormIcon);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormCommunication";
|
|
this.Text = "FormCommunication";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.groupBoxSerial.ResumeLayout(false);
|
|
this.groupBoxEthernet.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.groupBoxServer.ResumeLayout(false);
|
|
this.groupBoxClient.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBack;
|
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartGroupBox groupBoxSerial;
|
|
private SmartX.SmartLabel labelStaticBaudrate;
|
|
private SmartX.SmartLabel smartLabel4;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private System.Windows.Forms.Button buttonSave2;
|
|
private System.Windows.Forms.ComboBox comboBoxSerial3Mode;
|
|
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
|
|
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;
|
|
private SmartX.SmartLabel labelProtocolDescriptionCOM3_2;
|
|
private System.Windows.Forms.Button buttonSerialSend;
|
|
private SmartX.SmartGroupBox groupBoxEthernet;
|
|
private SmartX.SmartLabel labelProtocolDescriptionEthernet_2;
|
|
private SmartX.SmartLabel labelProtocolDescriptionEthernet_1;
|
|
public SmartX.SmartLabel labelStartAddress;
|
|
private SmartX.SmartLabel labelTitleStartAddress;
|
|
private System.Windows.Forms.Button buttonTcpSave1;
|
|
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.SmartGroupBox groupBoxServer;
|
|
private SmartX.SmartLabel labelConnectedIP;
|
|
private SmartX.SmartLabel labelTitleConnectedIP;
|
|
public SmartX.SmartLabel labelLocalPort;
|
|
private SmartX.SmartLabel labelTitleServerPort;
|
|
private SmartX.SmartLabel labelServerStatus;
|
|
private SmartX.SmartGroupBox groupBoxClient;
|
|
private System.Windows.Forms.Button buttonTcpSave2;
|
|
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;
|
|
public System.Windows.Forms.Timer timerServer;
|
|
private SmartX.SmartButton buttonStart;
|
|
private SmartX.SmartButton buttonStop;
|
|
private SmartX.SmartButton buttonTestSend;
|
|
private SmartX.SmartButton button1LaneSend;
|
|
private SmartX.SmartButton button10LaneSend;
|
|
}
|
|
} |