유저설정 버그수정 및 화면 수정
parent
c2abdbbb88
commit
bcb1acdcbb
BIN
INT63DC_6CH.suo
BIN
INT63DC_6CH.suo
Binary file not shown.
|
@ -158,7 +158,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||||
|
@ -182,35 +182,35 @@
|
||||||
this.groupBoxComm.Controls.Add(this.labelStaticSerialMode);
|
this.groupBoxComm.Controls.Add(this.labelStaticSerialMode);
|
||||||
this.groupBoxComm.Controls.Add(this.smartLabel4);
|
this.groupBoxComm.Controls.Add(this.smartLabel4);
|
||||||
this.groupBoxComm.Controls.Add(this.labelStaticSerialBaudrate);
|
this.groupBoxComm.Controls.Add(this.labelStaticSerialBaudrate);
|
||||||
this.groupBoxComm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxComm.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxComm.FrameLineThickness = 1;
|
this.groupBoxComm.FrameLineThickness = 1;
|
||||||
this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
||||||
this.groupBoxComm.Image = null;
|
this.groupBoxComm.Image = null;
|
||||||
this.groupBoxComm.InitVisible = true;
|
this.groupBoxComm.InitVisible = true;
|
||||||
this.groupBoxComm.Location = new System.Drawing.Point(3, 564);
|
this.groupBoxComm.Location = new System.Drawing.Point(3, 504);
|
||||||
this.groupBoxComm.Name = "groupBoxComm";
|
this.groupBoxComm.Name = "groupBoxComm";
|
||||||
this.groupBoxComm.RoundRadius = 10;
|
this.groupBoxComm.RoundRadius = 10;
|
||||||
this.groupBoxComm.Size = new System.Drawing.Size(500, 188);
|
this.groupBoxComm.Size = new System.Drawing.Size(500, 157);
|
||||||
this.groupBoxComm.TabIndex = 13;
|
this.groupBoxComm.TabIndex = 13;
|
||||||
this.groupBoxComm.Text = "Serial";
|
this.groupBoxComm.Text = "Serial";
|
||||||
this.groupBoxComm.TextColor = System.Drawing.Color.Black;
|
this.groupBoxComm.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// buttonSerialSend
|
// buttonSerialSend
|
||||||
//
|
//
|
||||||
this.buttonSerialSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonSerialSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonSerialSend.Location = new System.Drawing.Point(372, 102);
|
this.buttonSerialSend.Location = new System.Drawing.Point(370, 23);
|
||||||
this.buttonSerialSend.Name = "buttonSerialSend";
|
this.buttonSerialSend.Name = "buttonSerialSend";
|
||||||
this.buttonSerialSend.Size = new System.Drawing.Size(100, 46);
|
this.buttonSerialSend.Size = new System.Drawing.Size(100, 28);
|
||||||
this.buttonSerialSend.TabIndex = 29;
|
this.buttonSerialSend.TabIndex = 29;
|
||||||
this.buttonSerialSend.Text = "SEND";
|
this.buttonSerialSend.Text = "SEND";
|
||||||
this.buttonSerialSend.Click += new System.EventHandler(this.buttonSerialSend_Click);
|
this.buttonSerialSend.Click += new System.EventHandler(this.buttonSerialSend_Click);
|
||||||
//
|
//
|
||||||
// buttonSerialSave
|
// buttonSerialSave
|
||||||
//
|
//
|
||||||
this.buttonSerialSave.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonSerialSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonSerialSave.Location = new System.Drawing.Point(372, 68);
|
this.buttonSerialSave.Location = new System.Drawing.Point(370, 57);
|
||||||
this.buttonSerialSave.Name = "buttonSerialSave";
|
this.buttonSerialSave.Name = "buttonSerialSave";
|
||||||
this.buttonSerialSave.Size = new System.Drawing.Size(100, 28);
|
this.buttonSerialSave.Size = new System.Drawing.Size(100, 28);
|
||||||
this.buttonSerialSave.TabIndex = 28;
|
this.buttonSerialSave.TabIndex = 28;
|
||||||
|
@ -224,12 +224,12 @@
|
||||||
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
|
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
|
||||||
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
|
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
|
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
|
||||||
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
|
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
|
||||||
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(46, 102);
|
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(158, 91);
|
||||||
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
|
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
|
||||||
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(320, 46);
|
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(312, 46);
|
||||||
this.labelProtocolDescriptionCOM3_1.TabIndex = 23;
|
this.labelProtocolDescriptionCOM3_1.TabIndex = 23;
|
||||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
||||||
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
// comboBoxSerial3BaudRate
|
// comboBoxSerial3BaudRate
|
||||||
//
|
//
|
||||||
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(160, 68);
|
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(158, 57);
|
||||||
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
|
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
|
||||||
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 28);
|
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 28);
|
||||||
this.comboBoxSerial3BaudRate.TabIndex = 1;
|
this.comboBoxSerial3BaudRate.TabIndex = 1;
|
||||||
|
@ -248,7 +248,7 @@
|
||||||
// comboBoxSerial3Mode
|
// comboBoxSerial3Mode
|
||||||
//
|
//
|
||||||
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(266, 68);
|
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(264, 57);
|
||||||
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
|
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
|
||||||
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(100, 28);
|
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(100, 28);
|
||||||
this.comboBoxSerial3Mode.TabIndex = 1;
|
this.comboBoxSerial3Mode.TabIndex = 1;
|
||||||
|
@ -261,10 +261,10 @@
|
||||||
this.labelStaticSerialMode.BackPictureBox2 = null;
|
this.labelStaticSerialMode.BackPictureBox2 = null;
|
||||||
this.labelStaticSerialMode.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSerialMode.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSerialMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSerialMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSerialMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSerialMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSerialMode.InitVisible = true;
|
this.labelStaticSerialMode.InitVisible = true;
|
||||||
this.labelStaticSerialMode.LineSpacing = 0F;
|
this.labelStaticSerialMode.LineSpacing = 0F;
|
||||||
this.labelStaticSerialMode.Location = new System.Drawing.Point(266, 41);
|
this.labelStaticSerialMode.Location = new System.Drawing.Point(264, 30);
|
||||||
this.labelStaticSerialMode.Name = "labelStaticSerialMode";
|
this.labelStaticSerialMode.Name = "labelStaticSerialMode";
|
||||||
this.labelStaticSerialMode.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticSerialMode.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelStaticSerialMode.TabIndex = 0;
|
this.labelStaticSerialMode.TabIndex = 0;
|
||||||
|
@ -280,10 +280,10 @@
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.smartLabel4.BackPictureBox2 = null;
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel4.InitVisible = true;
|
this.smartLabel4.InitVisible = true;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(34, 66);
|
this.smartLabel4.Location = new System.Drawing.Point(32, 55);
|
||||||
this.smartLabel4.Name = "smartLabel4";
|
this.smartLabel4.Name = "smartLabel4";
|
||||||
this.smartLabel4.Size = new System.Drawing.Size(120, 30);
|
this.smartLabel4.Size = new System.Drawing.Size(120, 30);
|
||||||
this.smartLabel4.TabIndex = 0;
|
this.smartLabel4.TabIndex = 0;
|
||||||
|
@ -299,10 +299,10 @@
|
||||||
this.labelStaticSerialBaudrate.BackPictureBox2 = null;
|
this.labelStaticSerialBaudrate.BackPictureBox2 = null;
|
||||||
this.labelStaticSerialBaudrate.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSerialBaudrate.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSerialBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSerialBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSerialBaudrate.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSerialBaudrate.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSerialBaudrate.InitVisible = true;
|
this.labelStaticSerialBaudrate.InitVisible = true;
|
||||||
this.labelStaticSerialBaudrate.LineSpacing = 0F;
|
this.labelStaticSerialBaudrate.LineSpacing = 0F;
|
||||||
this.labelStaticSerialBaudrate.Location = new System.Drawing.Point(160, 41);
|
this.labelStaticSerialBaudrate.Location = new System.Drawing.Point(158, 30);
|
||||||
this.labelStaticSerialBaudrate.Name = "labelStaticSerialBaudrate";
|
this.labelStaticSerialBaudrate.Name = "labelStaticSerialBaudrate";
|
||||||
this.labelStaticSerialBaudrate.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticSerialBaudrate.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelStaticSerialBaudrate.TabIndex = 0;
|
this.labelStaticSerialBaudrate.TabIndex = 0;
|
||||||
|
@ -327,25 +327,25 @@
|
||||||
this.smartGroupBox3.Controls.Add(this.labelHostPort);
|
this.smartGroupBox3.Controls.Add(this.labelHostPort);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelHostIP4);
|
this.smartGroupBox3.Controls.Add(this.labelHostIP4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleClientServerPort);
|
this.smartGroupBox3.Controls.Add(this.labelTitleClientServerPort);
|
||||||
this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartGroupBox3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineThickness = 1;
|
this.smartGroupBox3.FrameLineThickness = 1;
|
||||||
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
||||||
this.smartGroupBox3.Image = null;
|
this.smartGroupBox3.Image = null;
|
||||||
this.smartGroupBox3.InitVisible = true;
|
this.smartGroupBox3.InitVisible = true;
|
||||||
this.smartGroupBox3.Location = new System.Drawing.Point(509, 272);
|
this.smartGroupBox3.Location = new System.Drawing.Point(509, 234);
|
||||||
this.smartGroupBox3.Name = "smartGroupBox3";
|
this.smartGroupBox3.Name = "smartGroupBox3";
|
||||||
this.smartGroupBox3.RoundRadius = 10;
|
this.smartGroupBox3.RoundRadius = 10;
|
||||||
this.smartGroupBox3.Size = new System.Drawing.Size(500, 206);
|
this.smartGroupBox3.Size = new System.Drawing.Size(500, 197);
|
||||||
this.smartGroupBox3.TabIndex = 200;
|
this.smartGroupBox3.TabIndex = 200;
|
||||||
this.smartGroupBox3.Text = "TCP_Client";
|
this.smartGroupBox3.Text = "TCP_Client";
|
||||||
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// button10LaneSend
|
// button10LaneSend
|
||||||
//
|
//
|
||||||
this.button10LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.button10LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.button10LaneSend.Location = new System.Drawing.Point(342, 146);
|
this.button10LaneSend.Location = new System.Drawing.Point(332, 138);
|
||||||
this.button10LaneSend.Name = "button10LaneSend";
|
this.button10LaneSend.Name = "button10LaneSend";
|
||||||
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
|
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
|
||||||
this.button10LaneSend.TabIndex = 230;
|
this.button10LaneSend.TabIndex = 230;
|
||||||
|
@ -355,8 +355,8 @@
|
||||||
//
|
//
|
||||||
// button1LaneSend
|
// button1LaneSend
|
||||||
//
|
//
|
||||||
this.button1LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.button1LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.button1LaneSend.Location = new System.Drawing.Point(199, 146);
|
this.button1LaneSend.Location = new System.Drawing.Point(189, 138);
|
||||||
this.button1LaneSend.Name = "button1LaneSend";
|
this.button1LaneSend.Name = "button1LaneSend";
|
||||||
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
|
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
|
||||||
this.button1LaneSend.TabIndex = 229;
|
this.button1LaneSend.TabIndex = 229;
|
||||||
|
@ -366,8 +366,8 @@
|
||||||
//
|
//
|
||||||
// buttonDataSend
|
// buttonDataSend
|
||||||
//
|
//
|
||||||
this.buttonDataSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonDataSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonDataSend.Location = new System.Drawing.Point(57, 146);
|
this.buttonDataSend.Location = new System.Drawing.Point(47, 138);
|
||||||
this.buttonDataSend.Name = "buttonDataSend";
|
this.buttonDataSend.Name = "buttonDataSend";
|
||||||
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
|
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
|
||||||
this.buttonDataSend.TabIndex = 228;
|
this.buttonDataSend.TabIndex = 228;
|
||||||
|
@ -377,8 +377,8 @@
|
||||||
//
|
//
|
||||||
// buttonTcpSave2
|
// buttonTcpSave2
|
||||||
//
|
//
|
||||||
this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonTcpSave2.Location = new System.Drawing.Point(306, 109);
|
this.buttonTcpSave2.Location = new System.Drawing.Point(323, 98);
|
||||||
this.buttonTcpSave2.Name = "buttonTcpSave2";
|
this.buttonTcpSave2.Name = "buttonTcpSave2";
|
||||||
this.buttonTcpSave2.Size = new System.Drawing.Size(100, 28);
|
this.buttonTcpSave2.Size = new System.Drawing.Size(100, 28);
|
||||||
this.buttonTcpSave2.TabIndex = 225;
|
this.buttonTcpSave2.TabIndex = 225;
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelClientStatus.InitVisible = true;
|
this.labelClientStatus.InitVisible = true;
|
||||||
this.labelClientStatus.LineSpacing = 0F;
|
this.labelClientStatus.LineSpacing = 0F;
|
||||||
this.labelClientStatus.Location = new System.Drawing.Point(188, 41);
|
this.labelClientStatus.Location = new System.Drawing.Point(205, 30);
|
||||||
this.labelClientStatus.Name = "labelClientStatus";
|
this.labelClientStatus.Name = "labelClientStatus";
|
||||||
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
|
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
|
||||||
this.labelClientStatus.TabIndex = 185;
|
this.labelClientStatus.TabIndex = 185;
|
||||||
|
@ -413,11 +413,11 @@
|
||||||
this.labelTitleClientServerIP.BackPictureBox2 = null;
|
this.labelTitleClientServerIP.BackPictureBox2 = null;
|
||||||
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleClientServerIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleClientServerIP.InitVisible = true;
|
this.labelTitleClientServerIP.InitVisible = true;
|
||||||
this.labelTitleClientServerIP.LineSpacing = 0F;
|
this.labelTitleClientServerIP.LineSpacing = 0F;
|
||||||
this.labelTitleClientServerIP.Location = new System.Drawing.Point(42, 75);
|
this.labelTitleClientServerIP.Location = new System.Drawing.Point(59, 64);
|
||||||
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
||||||
this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleClientServerIP.TabIndex = 178;
|
this.labelTitleClientServerIP.TabIndex = 178;
|
||||||
|
@ -437,7 +437,7 @@
|
||||||
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHostIP1.InitVisible = true;
|
this.labelHostIP1.InitVisible = true;
|
||||||
this.labelHostIP1.LineSpacing = 0F;
|
this.labelHostIP1.LineSpacing = 0F;
|
||||||
this.labelHostIP1.Location = new System.Drawing.Point(188, 75);
|
this.labelHostIP1.Location = new System.Drawing.Point(205, 64);
|
||||||
this.labelHostIP1.Name = "labelHostIP1";
|
this.labelHostIP1.Name = "labelHostIP1";
|
||||||
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
|
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelHostIP1.TabIndex = 179;
|
this.labelHostIP1.TabIndex = 179;
|
||||||
|
@ -458,7 +458,7 @@
|
||||||
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHostIP2.InitVisible = true;
|
this.labelHostIP2.InitVisible = true;
|
||||||
this.labelHostIP2.LineSpacing = 0F;
|
this.labelHostIP2.LineSpacing = 0F;
|
||||||
this.labelHostIP2.Location = new System.Drawing.Point(244, 75);
|
this.labelHostIP2.Location = new System.Drawing.Point(261, 64);
|
||||||
this.labelHostIP2.Name = "labelHostIP2";
|
this.labelHostIP2.Name = "labelHostIP2";
|
||||||
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
|
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelHostIP2.TabIndex = 180;
|
this.labelHostIP2.TabIndex = 180;
|
||||||
|
@ -479,7 +479,7 @@
|
||||||
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHostIP3.InitVisible = true;
|
this.labelHostIP3.InitVisible = true;
|
||||||
this.labelHostIP3.LineSpacing = 0F;
|
this.labelHostIP3.LineSpacing = 0F;
|
||||||
this.labelHostIP3.Location = new System.Drawing.Point(300, 75);
|
this.labelHostIP3.Location = new System.Drawing.Point(317, 64);
|
||||||
this.labelHostIP3.Name = "labelHostIP3";
|
this.labelHostIP3.Name = "labelHostIP3";
|
||||||
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
|
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelHostIP3.TabIndex = 181;
|
this.labelHostIP3.TabIndex = 181;
|
||||||
|
@ -500,7 +500,7 @@
|
||||||
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHostPort.InitVisible = true;
|
this.labelHostPort.InitVisible = true;
|
||||||
this.labelHostPort.LineSpacing = 0F;
|
this.labelHostPort.LineSpacing = 0F;
|
||||||
this.labelHostPort.Location = new System.Drawing.Point(188, 109);
|
this.labelHostPort.Location = new System.Drawing.Point(205, 98);
|
||||||
this.labelHostPort.Name = "labelHostPort";
|
this.labelHostPort.Name = "labelHostPort";
|
||||||
this.labelHostPort.Size = new System.Drawing.Size(80, 28);
|
this.labelHostPort.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelHostPort.TabIndex = 184;
|
this.labelHostPort.TabIndex = 184;
|
||||||
|
@ -521,7 +521,7 @@
|
||||||
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHostIP4.InitVisible = true;
|
this.labelHostIP4.InitVisible = true;
|
||||||
this.labelHostIP4.LineSpacing = 0F;
|
this.labelHostIP4.LineSpacing = 0F;
|
||||||
this.labelHostIP4.Location = new System.Drawing.Point(356, 75);
|
this.labelHostIP4.Location = new System.Drawing.Point(373, 64);
|
||||||
this.labelHostIP4.Name = "labelHostIP4";
|
this.labelHostIP4.Name = "labelHostIP4";
|
||||||
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
|
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelHostIP4.TabIndex = 182;
|
this.labelHostIP4.TabIndex = 182;
|
||||||
|
@ -539,11 +539,11 @@
|
||||||
this.labelTitleClientServerPort.BackPictureBox2 = null;
|
this.labelTitleClientServerPort.BackPictureBox2 = null;
|
||||||
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleClientServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleClientServerPort.InitVisible = true;
|
this.labelTitleClientServerPort.InitVisible = true;
|
||||||
this.labelTitleClientServerPort.LineSpacing = 0F;
|
this.labelTitleClientServerPort.LineSpacing = 0F;
|
||||||
this.labelTitleClientServerPort.Location = new System.Drawing.Point(42, 109);
|
this.labelTitleClientServerPort.Location = new System.Drawing.Point(59, 98);
|
||||||
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
||||||
this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleClientServerPort.TabIndex = 183;
|
this.labelTitleClientServerPort.TabIndex = 183;
|
||||||
|
@ -561,7 +561,7 @@
|
||||||
this.smartGroupBox2.Controls.Add(this.labelLocalPort);
|
this.smartGroupBox2.Controls.Add(this.labelLocalPort);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelTitleServerPort);
|
this.smartGroupBox2.Controls.Add(this.labelTitleServerPort);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelServerStatus);
|
this.smartGroupBox2.Controls.Add(this.labelServerStatus);
|
||||||
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartGroupBox2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 1;
|
this.smartGroupBox2.FrameLineThickness = 1;
|
||||||
|
@ -571,7 +571,7 @@
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(509, 86);
|
this.smartGroupBox2.Location = new System.Drawing.Point(509, 86);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
||||||
this.smartGroupBox2.RoundRadius = 10;
|
this.smartGroupBox2.RoundRadius = 10;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(500, 180);
|
this.smartGroupBox2.Size = new System.Drawing.Size(500, 142);
|
||||||
this.smartGroupBox2.TabIndex = 199;
|
this.smartGroupBox2.TabIndex = 199;
|
||||||
this.smartGroupBox2.Text = "TCP_Server";
|
this.smartGroupBox2.Text = "TCP_Server";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelConnectedIP.InitVisible = true;
|
this.labelConnectedIP.InitVisible = true;
|
||||||
this.labelConnectedIP.LineSpacing = 0F;
|
this.labelConnectedIP.LineSpacing = 0F;
|
||||||
this.labelConnectedIP.Location = new System.Drawing.Point(188, 73);
|
this.labelConnectedIP.Location = new System.Drawing.Point(205, 60);
|
||||||
this.labelConnectedIP.Name = "labelConnectedIP";
|
this.labelConnectedIP.Name = "labelConnectedIP";
|
||||||
this.labelConnectedIP.Size = new System.Drawing.Size(218, 28);
|
this.labelConnectedIP.Size = new System.Drawing.Size(218, 28);
|
||||||
this.labelConnectedIP.TabIndex = 191;
|
this.labelConnectedIP.TabIndex = 191;
|
||||||
|
@ -604,11 +604,11 @@
|
||||||
this.labelTitleConnectedIP.BackPictureBox2 = null;
|
this.labelTitleConnectedIP.BackPictureBox2 = null;
|
||||||
this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleConnectedIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleConnectedIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleConnectedIP.InitVisible = true;
|
this.labelTitleConnectedIP.InitVisible = true;
|
||||||
this.labelTitleConnectedIP.LineSpacing = 0F;
|
this.labelTitleConnectedIP.LineSpacing = 0F;
|
||||||
this.labelTitleConnectedIP.Location = new System.Drawing.Point(42, 73);
|
this.labelTitleConnectedIP.Location = new System.Drawing.Point(59, 60);
|
||||||
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
|
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
|
||||||
this.labelTitleConnectedIP.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleConnectedIP.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleConnectedIP.TabIndex = 190;
|
this.labelTitleConnectedIP.TabIndex = 190;
|
||||||
|
@ -628,7 +628,7 @@
|
||||||
this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalPort.InitVisible = true;
|
this.labelLocalPort.InitVisible = true;
|
||||||
this.labelLocalPort.LineSpacing = 0F;
|
this.labelLocalPort.LineSpacing = 0F;
|
||||||
this.labelLocalPort.Location = new System.Drawing.Point(188, 107);
|
this.labelLocalPort.Location = new System.Drawing.Point(205, 94);
|
||||||
this.labelLocalPort.Name = "labelLocalPort";
|
this.labelLocalPort.Name = "labelLocalPort";
|
||||||
this.labelLocalPort.Size = new System.Drawing.Size(80, 28);
|
this.labelLocalPort.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelLocalPort.TabIndex = 189;
|
this.labelLocalPort.TabIndex = 189;
|
||||||
|
@ -646,11 +646,11 @@
|
||||||
this.labelTitleServerPort.BackPictureBox2 = null;
|
this.labelTitleServerPort.BackPictureBox2 = null;
|
||||||
this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleServerPort.InitVisible = true;
|
this.labelTitleServerPort.InitVisible = true;
|
||||||
this.labelTitleServerPort.LineSpacing = 0F;
|
this.labelTitleServerPort.LineSpacing = 0F;
|
||||||
this.labelTitleServerPort.Location = new System.Drawing.Point(42, 107);
|
this.labelTitleServerPort.Location = new System.Drawing.Point(59, 94);
|
||||||
this.labelTitleServerPort.Name = "labelTitleServerPort";
|
this.labelTitleServerPort.Name = "labelTitleServerPort";
|
||||||
this.labelTitleServerPort.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleServerPort.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleServerPort.TabIndex = 188;
|
this.labelTitleServerPort.TabIndex = 188;
|
||||||
|
@ -670,7 +670,7 @@
|
||||||
this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelServerStatus.InitVisible = true;
|
this.labelServerStatus.InitVisible = true;
|
||||||
this.labelServerStatus.LineSpacing = 0F;
|
this.labelServerStatus.LineSpacing = 0F;
|
||||||
this.labelServerStatus.Location = new System.Drawing.Point(188, 39);
|
this.labelServerStatus.Location = new System.Drawing.Point(205, 26);
|
||||||
this.labelServerStatus.Name = "labelServerStatus";
|
this.labelServerStatus.Name = "labelServerStatus";
|
||||||
this.labelServerStatus.Size = new System.Drawing.Size(218, 28);
|
this.labelServerStatus.Size = new System.Drawing.Size(218, 28);
|
||||||
this.labelServerStatus.TabIndex = 187;
|
this.labelServerStatus.TabIndex = 187;
|
||||||
|
@ -709,7 +709,7 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStaticTcpOperationMode);
|
this.smartGroupBox1.Controls.Add(this.labelStaticTcpOperationMode);
|
||||||
this.smartGroupBox1.Controls.Add(this.comboBoxOperationMode);
|
this.smartGroupBox1.Controls.Add(this.comboBoxOperationMode);
|
||||||
this.smartGroupBox1.Controls.Add(this.comboBoxMode);
|
this.smartGroupBox1.Controls.Add(this.comboBoxMode);
|
||||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineThickness = 1;
|
this.smartGroupBox1.FrameLineThickness = 1;
|
||||||
|
@ -719,7 +719,7 @@
|
||||||
this.smartGroupBox1.Location = new System.Drawing.Point(3, 86);
|
this.smartGroupBox1.Location = new System.Drawing.Point(3, 86);
|
||||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||||
this.smartGroupBox1.RoundRadius = 10;
|
this.smartGroupBox1.RoundRadius = 10;
|
||||||
this.smartGroupBox1.Size = new System.Drawing.Size(500, 448);
|
this.smartGroupBox1.Size = new System.Drawing.Size(500, 413);
|
||||||
this.smartGroupBox1.TabIndex = 198;
|
this.smartGroupBox1.TabIndex = 198;
|
||||||
this.smartGroupBox1.Text = "TCP_Local";
|
this.smartGroupBox1.Text = "TCP_Local";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -731,7 +731,7 @@
|
||||||
this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null;
|
this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null;
|
||||||
this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black;
|
this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelProtocolDescriptionEthernet_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelProtocolDescriptionEthernet_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelProtocolDescriptionEthernet_1.InitVisible = true;
|
this.labelProtocolDescriptionEthernet_1.InitVisible = true;
|
||||||
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
|
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
|
||||||
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(71, 107);
|
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(71, 107);
|
||||||
|
@ -754,7 +754,7 @@
|
||||||
this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStartAddress.InitVisible = true;
|
this.labelStartAddress.InitVisible = true;
|
||||||
this.labelStartAddress.LineSpacing = 0F;
|
this.labelStartAddress.LineSpacing = 0F;
|
||||||
this.labelStartAddress.Location = new System.Drawing.Point(191, 159);
|
this.labelStartAddress.Location = new System.Drawing.Point(191, 295);
|
||||||
this.labelStartAddress.Name = "labelStartAddress";
|
this.labelStartAddress.Name = "labelStartAddress";
|
||||||
this.labelStartAddress.Size = new System.Drawing.Size(105, 28);
|
this.labelStartAddress.Size = new System.Drawing.Size(105, 28);
|
||||||
this.labelStartAddress.TabIndex = 228;
|
this.labelStartAddress.TabIndex = 228;
|
||||||
|
@ -772,11 +772,11 @@
|
||||||
this.labelTitleStartAddress.BackPictureBox2 = null;
|
this.labelTitleStartAddress.BackPictureBox2 = null;
|
||||||
this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleStartAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleStartAddress.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleStartAddress.InitVisible = true;
|
this.labelTitleStartAddress.InitVisible = true;
|
||||||
this.labelTitleStartAddress.LineSpacing = 0F;
|
this.labelTitleStartAddress.LineSpacing = 0F;
|
||||||
this.labelTitleStartAddress.Location = new System.Drawing.Point(45, 159);
|
this.labelTitleStartAddress.Location = new System.Drawing.Point(45, 295);
|
||||||
this.labelTitleStartAddress.Name = "labelTitleStartAddress";
|
this.labelTitleStartAddress.Name = "labelTitleStartAddress";
|
||||||
this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleStartAddress.TabIndex = 227;
|
this.labelTitleStartAddress.TabIndex = 227;
|
||||||
|
@ -788,8 +788,8 @@
|
||||||
//
|
//
|
||||||
// buttonTcpSave1
|
// buttonTcpSave1
|
||||||
//
|
//
|
||||||
this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonTcpSave1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonTcpSave1.Location = new System.Drawing.Point(302, 329);
|
this.buttonTcpSave1.Location = new System.Drawing.Point(303, 295);
|
||||||
this.buttonTcpSave1.Name = "buttonTcpSave1";
|
this.buttonTcpSave1.Name = "buttonTcpSave1";
|
||||||
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
|
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
|
||||||
this.buttonTcpSave1.TabIndex = 225;
|
this.buttonTcpSave1.TabIndex = 225;
|
||||||
|
@ -803,11 +803,11 @@
|
||||||
this.labelHelp.BackPictureBox2 = null;
|
this.labelHelp.BackPictureBox2 = null;
|
||||||
this.labelHelp.BorderColor = System.Drawing.Color.Black;
|
this.labelHelp.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelHelp.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelHelp.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHelp.ForeColor = System.Drawing.Color.Red;
|
this.labelHelp.ForeColor = System.Drawing.Color.Red;
|
||||||
this.labelHelp.InitVisible = true;
|
this.labelHelp.InitVisible = true;
|
||||||
this.labelHelp.LineSpacing = 0F;
|
this.labelHelp.LineSpacing = 0F;
|
||||||
this.labelHelp.Location = new System.Drawing.Point(45, 363);
|
this.labelHelp.Location = new System.Drawing.Point(45, 332);
|
||||||
this.labelHelp.Name = "labelHelp";
|
this.labelHelp.Name = "labelHelp";
|
||||||
this.labelHelp.Size = new System.Drawing.Size(401, 60);
|
this.labelHelp.Size = new System.Drawing.Size(401, 60);
|
||||||
this.labelHelp.TabIndex = 219;
|
this.labelHelp.TabIndex = 219;
|
||||||
|
@ -821,7 +821,7 @@
|
||||||
this.panel2.BackColor = System.Drawing.Color.Black;
|
this.panel2.BackColor = System.Drawing.Color.Black;
|
||||||
this.panel2.Controls.Add(this.radioButtonLocalIpStatic);
|
this.panel2.Controls.Add(this.radioButtonLocalIpStatic);
|
||||||
this.panel2.Controls.Add(this.radioButtonLocalIpDHCP);
|
this.panel2.Controls.Add(this.radioButtonLocalIpDHCP);
|
||||||
this.panel2.Location = new System.Drawing.Point(190, 193);
|
this.panel2.Location = new System.Drawing.Point(191, 159);
|
||||||
this.panel2.Name = "panel2";
|
this.panel2.Name = "panel2";
|
||||||
this.panel2.Size = new System.Drawing.Size(218, 28);
|
this.panel2.Size = new System.Drawing.Size(218, 28);
|
||||||
//
|
//
|
||||||
|
@ -886,11 +886,11 @@
|
||||||
this.labelTitleIPConfiguration.BackPictureBox2 = null;
|
this.labelTitleIPConfiguration.BackPictureBox2 = null;
|
||||||
this.labelTitleIPConfiguration.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleIPConfiguration.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleIPConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleIPConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleIPConfiguration.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleIPConfiguration.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleIPConfiguration.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleIPConfiguration.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleIPConfiguration.InitVisible = true;
|
this.labelTitleIPConfiguration.InitVisible = true;
|
||||||
this.labelTitleIPConfiguration.LineSpacing = 0F;
|
this.labelTitleIPConfiguration.LineSpacing = 0F;
|
||||||
this.labelTitleIPConfiguration.Location = new System.Drawing.Point(44, 193);
|
this.labelTitleIPConfiguration.Location = new System.Drawing.Point(45, 159);
|
||||||
this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration";
|
this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration";
|
||||||
this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleIPConfiguration.TabIndex = 218;
|
this.labelTitleIPConfiguration.TabIndex = 218;
|
||||||
|
@ -910,7 +910,7 @@
|
||||||
this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalSubnetMask4.InitVisible = true;
|
this.labelLocalSubnetMask4.InitVisible = true;
|
||||||
this.labelLocalSubnetMask4.LineSpacing = 0F;
|
this.labelLocalSubnetMask4.LineSpacing = 0F;
|
||||||
this.labelLocalSubnetMask4.Location = new System.Drawing.Point(358, 261);
|
this.labelLocalSubnetMask4.Location = new System.Drawing.Point(359, 227);
|
||||||
this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4";
|
this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4";
|
||||||
this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalSubnetMask4.TabIndex = 216;
|
this.labelLocalSubnetMask4.TabIndex = 216;
|
||||||
|
@ -931,7 +931,7 @@
|
||||||
this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalSubnetMask3.InitVisible = true;
|
this.labelLocalSubnetMask3.InitVisible = true;
|
||||||
this.labelLocalSubnetMask3.LineSpacing = 0F;
|
this.labelLocalSubnetMask3.LineSpacing = 0F;
|
||||||
this.labelLocalSubnetMask3.Location = new System.Drawing.Point(302, 261);
|
this.labelLocalSubnetMask3.Location = new System.Drawing.Point(303, 227);
|
||||||
this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3";
|
this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3";
|
||||||
this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalSubnetMask3.TabIndex = 215;
|
this.labelLocalSubnetMask3.TabIndex = 215;
|
||||||
|
@ -952,7 +952,7 @@
|
||||||
this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalSubnetMask2.InitVisible = true;
|
this.labelLocalSubnetMask2.InitVisible = true;
|
||||||
this.labelLocalSubnetMask2.LineSpacing = 0F;
|
this.labelLocalSubnetMask2.LineSpacing = 0F;
|
||||||
this.labelLocalSubnetMask2.Location = new System.Drawing.Point(246, 261);
|
this.labelLocalSubnetMask2.Location = new System.Drawing.Point(247, 227);
|
||||||
this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2";
|
this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2";
|
||||||
this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalSubnetMask2.TabIndex = 214;
|
this.labelLocalSubnetMask2.TabIndex = 214;
|
||||||
|
@ -973,7 +973,7 @@
|
||||||
this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalSubnetMask1.InitVisible = true;
|
this.labelLocalSubnetMask1.InitVisible = true;
|
||||||
this.labelLocalSubnetMask1.LineSpacing = 0F;
|
this.labelLocalSubnetMask1.LineSpacing = 0F;
|
||||||
this.labelLocalSubnetMask1.Location = new System.Drawing.Point(190, 261);
|
this.labelLocalSubnetMask1.Location = new System.Drawing.Point(191, 227);
|
||||||
this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1";
|
this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1";
|
||||||
this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalSubnetMask1.TabIndex = 213;
|
this.labelLocalSubnetMask1.TabIndex = 213;
|
||||||
|
@ -990,11 +990,11 @@
|
||||||
this.labelTitleSubnetMask.BackPictureBox2 = null;
|
this.labelTitleSubnetMask.BackPictureBox2 = null;
|
||||||
this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleSubnetMask.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleSubnetMask.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleSubnetMask.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleSubnetMask.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleSubnetMask.InitVisible = true;
|
this.labelTitleSubnetMask.InitVisible = true;
|
||||||
this.labelTitleSubnetMask.LineSpacing = 0F;
|
this.labelTitleSubnetMask.LineSpacing = 0F;
|
||||||
this.labelTitleSubnetMask.Location = new System.Drawing.Point(44, 261);
|
this.labelTitleSubnetMask.Location = new System.Drawing.Point(45, 227);
|
||||||
this.labelTitleSubnetMask.Name = "labelTitleSubnetMask";
|
this.labelTitleSubnetMask.Name = "labelTitleSubnetMask";
|
||||||
this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleSubnetMask.TabIndex = 212;
|
this.labelTitleSubnetMask.TabIndex = 212;
|
||||||
|
@ -1014,7 +1014,7 @@
|
||||||
this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalGateway4.InitVisible = true;
|
this.labelLocalGateway4.InitVisible = true;
|
||||||
this.labelLocalGateway4.LineSpacing = 0F;
|
this.labelLocalGateway4.LineSpacing = 0F;
|
||||||
this.labelLocalGateway4.Location = new System.Drawing.Point(358, 295);
|
this.labelLocalGateway4.Location = new System.Drawing.Point(359, 261);
|
||||||
this.labelLocalGateway4.Name = "labelLocalGateway4";
|
this.labelLocalGateway4.Name = "labelLocalGateway4";
|
||||||
this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalGateway4.TabIndex = 211;
|
this.labelLocalGateway4.TabIndex = 211;
|
||||||
|
@ -1035,7 +1035,7 @@
|
||||||
this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalGateway3.InitVisible = true;
|
this.labelLocalGateway3.InitVisible = true;
|
||||||
this.labelLocalGateway3.LineSpacing = 0F;
|
this.labelLocalGateway3.LineSpacing = 0F;
|
||||||
this.labelLocalGateway3.Location = new System.Drawing.Point(302, 295);
|
this.labelLocalGateway3.Location = new System.Drawing.Point(303, 261);
|
||||||
this.labelLocalGateway3.Name = "labelLocalGateway3";
|
this.labelLocalGateway3.Name = "labelLocalGateway3";
|
||||||
this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalGateway3.TabIndex = 210;
|
this.labelLocalGateway3.TabIndex = 210;
|
||||||
|
@ -1056,7 +1056,7 @@
|
||||||
this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalGateway2.InitVisible = true;
|
this.labelLocalGateway2.InitVisible = true;
|
||||||
this.labelLocalGateway2.LineSpacing = 0F;
|
this.labelLocalGateway2.LineSpacing = 0F;
|
||||||
this.labelLocalGateway2.Location = new System.Drawing.Point(246, 295);
|
this.labelLocalGateway2.Location = new System.Drawing.Point(247, 261);
|
||||||
this.labelLocalGateway2.Name = "labelLocalGateway2";
|
this.labelLocalGateway2.Name = "labelLocalGateway2";
|
||||||
this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalGateway2.TabIndex = 209;
|
this.labelLocalGateway2.TabIndex = 209;
|
||||||
|
@ -1077,7 +1077,7 @@
|
||||||
this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalGateway1.InitVisible = true;
|
this.labelLocalGateway1.InitVisible = true;
|
||||||
this.labelLocalGateway1.LineSpacing = 0F;
|
this.labelLocalGateway1.LineSpacing = 0F;
|
||||||
this.labelLocalGateway1.Location = new System.Drawing.Point(190, 295);
|
this.labelLocalGateway1.Location = new System.Drawing.Point(191, 261);
|
||||||
this.labelLocalGateway1.Name = "labelLocalGateway1";
|
this.labelLocalGateway1.Name = "labelLocalGateway1";
|
||||||
this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalGateway1.TabIndex = 208;
|
this.labelLocalGateway1.TabIndex = 208;
|
||||||
|
@ -1094,11 +1094,11 @@
|
||||||
this.labelTitleGateway.BackPictureBox2 = null;
|
this.labelTitleGateway.BackPictureBox2 = null;
|
||||||
this.labelTitleGateway.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleGateway.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleGateway.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleGateway.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleGateway.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleGateway.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleGateway.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleGateway.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleGateway.InitVisible = true;
|
this.labelTitleGateway.InitVisible = true;
|
||||||
this.labelTitleGateway.LineSpacing = 0F;
|
this.labelTitleGateway.LineSpacing = 0F;
|
||||||
this.labelTitleGateway.Location = new System.Drawing.Point(44, 295);
|
this.labelTitleGateway.Location = new System.Drawing.Point(45, 261);
|
||||||
this.labelTitleGateway.Name = "labelTitleGateway";
|
this.labelTitleGateway.Name = "labelTitleGateway";
|
||||||
this.labelTitleGateway.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleGateway.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleGateway.TabIndex = 207;
|
this.labelTitleGateway.TabIndex = 207;
|
||||||
|
@ -1118,7 +1118,7 @@
|
||||||
this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalIP4.InitVisible = true;
|
this.labelLocalIP4.InitVisible = true;
|
||||||
this.labelLocalIP4.LineSpacing = 0F;
|
this.labelLocalIP4.LineSpacing = 0F;
|
||||||
this.labelLocalIP4.Location = new System.Drawing.Point(358, 227);
|
this.labelLocalIP4.Location = new System.Drawing.Point(359, 193);
|
||||||
this.labelLocalIP4.Name = "labelLocalIP4";
|
this.labelLocalIP4.Name = "labelLocalIP4";
|
||||||
this.labelLocalIP4.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalIP4.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalIP4.TabIndex = 206;
|
this.labelLocalIP4.TabIndex = 206;
|
||||||
|
@ -1139,7 +1139,7 @@
|
||||||
this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalIP3.InitVisible = true;
|
this.labelLocalIP3.InitVisible = true;
|
||||||
this.labelLocalIP3.LineSpacing = 0F;
|
this.labelLocalIP3.LineSpacing = 0F;
|
||||||
this.labelLocalIP3.Location = new System.Drawing.Point(302, 227);
|
this.labelLocalIP3.Location = new System.Drawing.Point(303, 193);
|
||||||
this.labelLocalIP3.Name = "labelLocalIP3";
|
this.labelLocalIP3.Name = "labelLocalIP3";
|
||||||
this.labelLocalIP3.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalIP3.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalIP3.TabIndex = 205;
|
this.labelLocalIP3.TabIndex = 205;
|
||||||
|
@ -1160,7 +1160,7 @@
|
||||||
this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalIP2.InitVisible = true;
|
this.labelLocalIP2.InitVisible = true;
|
||||||
this.labelLocalIP2.LineSpacing = 0F;
|
this.labelLocalIP2.LineSpacing = 0F;
|
||||||
this.labelLocalIP2.Location = new System.Drawing.Point(246, 227);
|
this.labelLocalIP2.Location = new System.Drawing.Point(247, 193);
|
||||||
this.labelLocalIP2.Name = "labelLocalIP2";
|
this.labelLocalIP2.Name = "labelLocalIP2";
|
||||||
this.labelLocalIP2.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalIP2.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalIP2.TabIndex = 204;
|
this.labelLocalIP2.TabIndex = 204;
|
||||||
|
@ -1181,7 +1181,7 @@
|
||||||
this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLocalIP1.InitVisible = true;
|
this.labelLocalIP1.InitVisible = true;
|
||||||
this.labelLocalIP1.LineSpacing = 0F;
|
this.labelLocalIP1.LineSpacing = 0F;
|
||||||
this.labelLocalIP1.Location = new System.Drawing.Point(190, 227);
|
this.labelLocalIP1.Location = new System.Drawing.Point(191, 193);
|
||||||
this.labelLocalIP1.Name = "labelLocalIP1";
|
this.labelLocalIP1.Name = "labelLocalIP1";
|
||||||
this.labelLocalIP1.Size = new System.Drawing.Size(50, 28);
|
this.labelLocalIP1.Size = new System.Drawing.Size(50, 28);
|
||||||
this.labelLocalIP1.TabIndex = 203;
|
this.labelLocalIP1.TabIndex = 203;
|
||||||
|
@ -1198,11 +1198,11 @@
|
||||||
this.labelTitleIPAddress.BackPictureBox2 = null;
|
this.labelTitleIPAddress.BackPictureBox2 = null;
|
||||||
this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleIPAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleIPAddress.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleIPAddress.InitVisible = true;
|
this.labelTitleIPAddress.InitVisible = true;
|
||||||
this.labelTitleIPAddress.LineSpacing = 0F;
|
this.labelTitleIPAddress.LineSpacing = 0F;
|
||||||
this.labelTitleIPAddress.Location = new System.Drawing.Point(44, 227);
|
this.labelTitleIPAddress.Location = new System.Drawing.Point(45, 193);
|
||||||
this.labelTitleIPAddress.Name = "labelTitleIPAddress";
|
this.labelTitleIPAddress.Name = "labelTitleIPAddress";
|
||||||
this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28);
|
this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28);
|
||||||
this.labelTitleIPAddress.TabIndex = 202;
|
this.labelTitleIPAddress.TabIndex = 202;
|
||||||
|
@ -1218,7 +1218,7 @@
|
||||||
this.labelStaticTcpMode.BackPictureBox2 = null;
|
this.labelStaticTcpMode.BackPictureBox2 = null;
|
||||||
this.labelStaticTcpMode.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTcpMode.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticTcpMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticTcpMode.InitVisible = true;
|
this.labelStaticTcpMode.InitVisible = true;
|
||||||
this.labelStaticTcpMode.LineSpacing = 0F;
|
this.labelStaticTcpMode.LineSpacing = 0F;
|
||||||
this.labelStaticTcpMode.Location = new System.Drawing.Point(45, 71);
|
this.labelStaticTcpMode.Location = new System.Drawing.Point(45, 71);
|
||||||
|
@ -1237,7 +1237,7 @@
|
||||||
this.labelStaticTcpOperationMode.BackPictureBox2 = null;
|
this.labelStaticTcpOperationMode.BackPictureBox2 = null;
|
||||||
this.labelStaticTcpOperationMode.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTcpOperationMode.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticTcpOperationMode.InitVisible = true;
|
this.labelStaticTcpOperationMode.InitVisible = true;
|
||||||
this.labelStaticTcpOperationMode.LineSpacing = 0F;
|
this.labelStaticTcpOperationMode.LineSpacing = 0F;
|
||||||
this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(45, 35);
|
this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(45, 35);
|
||||||
|
@ -1277,7 +1277,7 @@
|
||||||
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.smartButton3.DisableImage = null;
|
this.smartButton3.DisableImage = null;
|
||||||
this.smartButton3.DownImage = null;
|
this.smartButton3.DownImage = null;
|
||||||
this.smartButton3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartButton3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartButton3.GroupID = 0;
|
this.smartButton3.GroupID = 0;
|
||||||
this.smartButton3.InitVisible = true;
|
this.smartButton3.InitVisible = true;
|
||||||
this.smartButton3.Location = new System.Drawing.Point(823, 666);
|
this.smartButton3.Location = new System.Drawing.Point(823, 666);
|
||||||
|
@ -1314,7 +1314,7 @@
|
||||||
this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||||
this.smartListBoxClientList.ColumnDelimiter = '\0';
|
this.smartListBoxClientList.ColumnDelimiter = '\0';
|
||||||
this.smartListBoxClientList.ColumnOffsets = null;
|
this.smartListBoxClientList.ColumnOffsets = null;
|
||||||
this.smartListBoxClientList.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartListBoxClientList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartListBoxClientList.FontColor = System.Drawing.Color.Black;
|
this.smartListBoxClientList.FontColor = System.Drawing.Color.Black;
|
||||||
this.smartListBoxClientList.InitVisible = true;
|
this.smartListBoxClientList.InitVisible = true;
|
||||||
this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||||
|
@ -1347,7 +1347,7 @@
|
||||||
this.labelClientCount.BackPictureBox2 = null;
|
this.labelClientCount.BackPictureBox2 = null;
|
||||||
this.labelClientCount.BorderColor = System.Drawing.Color.Black;
|
this.labelClientCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelClientCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelClientCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelClientCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelClientCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelClientCount.InitVisible = true;
|
this.labelClientCount.InitVisible = true;
|
||||||
this.labelClientCount.LineSpacing = 0F;
|
this.labelClientCount.LineSpacing = 0F;
|
||||||
this.labelClientCount.Location = new System.Drawing.Point(824, 39);
|
this.labelClientCount.Location = new System.Drawing.Point(824, 39);
|
||||||
|
@ -1366,8 +1366,8 @@
|
||||||
//
|
//
|
||||||
// buttonStart
|
// buttonStart
|
||||||
//
|
//
|
||||||
this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonStart.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonStart.Location = new System.Drawing.Point(608, 504);
|
this.buttonStart.Location = new System.Drawing.Point(608, 437);
|
||||||
this.buttonStart.Name = "buttonStart";
|
this.buttonStart.Name = "buttonStart";
|
||||||
this.buttonStart.Size = new System.Drawing.Size(100, 50);
|
this.buttonStart.Size = new System.Drawing.Size(100, 50);
|
||||||
this.buttonStart.TabIndex = 216;
|
this.buttonStart.TabIndex = 216;
|
||||||
|
@ -1376,8 +1376,8 @@
|
||||||
//
|
//
|
||||||
// buttonStop
|
// buttonStop
|
||||||
//
|
//
|
||||||
this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonStop.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonStop.Location = new System.Drawing.Point(714, 504);
|
this.buttonStop.Location = new System.Drawing.Point(714, 437);
|
||||||
this.buttonStop.Name = "buttonStop";
|
this.buttonStop.Name = "buttonStop";
|
||||||
this.buttonStop.Size = new System.Drawing.Size(100, 50);
|
this.buttonStop.Size = new System.Drawing.Size(100, 50);
|
||||||
this.buttonStop.TabIndex = 217;
|
this.buttonStop.TabIndex = 217;
|
||||||
|
@ -1386,8 +1386,8 @@
|
||||||
//
|
//
|
||||||
// buttonSend
|
// buttonSend
|
||||||
//
|
//
|
||||||
this.buttonSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonSend.Location = new System.Drawing.Point(820, 504);
|
this.buttonSend.Location = new System.Drawing.Point(820, 437);
|
||||||
this.buttonSend.Name = "buttonSend";
|
this.buttonSend.Name = "buttonSend";
|
||||||
this.buttonSend.Size = new System.Drawing.Size(100, 50);
|
this.buttonSend.Size = new System.Drawing.Size(100, 50);
|
||||||
this.buttonSend.TabIndex = 218;
|
this.buttonSend.TabIndex = 218;
|
||||||
|
|
|
@ -165,77 +165,75 @@
|
||||||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAEEJJREFUeF7t1zERACAQ
|
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAD99JREFUeF7t1wENADAI
|
||||||
xMD3LwDkQo8EspmtzsHNkSRJkpRp3kGSJEnSvzkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIk
|
wDD8CwC5v5B1qYnNkyRJkpTJAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiS
|
||||||
hXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKk
|
JEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmS
|
||||||
UA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIU
|
FMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmh
|
||||||
ygGQJEmSQjkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJC
|
DIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoA
|
||||||
OQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIo
|
SJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAk
|
||||||
B0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIUygGQJEmSQjkAkiRJUigHQJIkSQrl
|
SZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIk
|
||||||
AEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEc
|
SaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIU
|
||||||
AEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQD
|
ygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEM
|
||||||
IEmSJIVyACRJkqRQDoAkSZIUavbaAABAhAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
gCRJkhRqbg8AAIgwAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBAD
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAI
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
MQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
gBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgA
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECI
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
AQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
hBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIM
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAg
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
xAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
AEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIA
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAh
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
BgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
EGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgx
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACA
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
EAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
AAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgB
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACE
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
GAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
QIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDE
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAA
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
QgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC
|
||||||
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
|
DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA
|
||||||
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
|
IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA
|
||||||
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
|
AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi
|
||||||
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
|
AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA
|
||||||
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
|
IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA
|
||||||
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
|
ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAMvY+1tRWy+4CoZ0AAAAASUVORK5CYII=
|
||||||
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
|
|
||||||
AAAhDgAAAIRc1tRWy/QY8wMAAAAASUVORK5CYII=
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -285,29 +283,28 @@
|
||||||
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
|
hf8BrK786fYhO9AAAAAASUVORK5CYII=
|
||||||
A6yu/OmZUbOXAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -357,128 +354,120 @@
|
||||||
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
|
|
||||||
9pH/yfYAAAAASUVORK5CYII=
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -528,49 +517,47 @@
|
||||||
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
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="timerServer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="timerServer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
|
|
@ -133,17 +133,17 @@
|
||||||
this.groupBoxOption.Controls.Add(this.labelStaticBuzzerOnTime);
|
this.groupBoxOption.Controls.Add(this.labelStaticBuzzerOnTime);
|
||||||
this.groupBoxOption.Controls.Add(this.labelStaticRelayOnTime);
|
this.groupBoxOption.Controls.Add(this.labelStaticRelayOnTime);
|
||||||
this.groupBoxOption.Controls.Add(this.labelStaticChattering);
|
this.groupBoxOption.Controls.Add(this.labelStaticChattering);
|
||||||
this.groupBoxOption.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxOption.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxOption.FrameLineThickness = 1;
|
this.groupBoxOption.FrameLineThickness = 1;
|
||||||
this.groupBoxOption.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxOption.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.groupBoxOption.Image = null;
|
this.groupBoxOption.Image = null;
|
||||||
this.groupBoxOption.InitVisible = true;
|
this.groupBoxOption.InitVisible = true;
|
||||||
this.groupBoxOption.Location = new System.Drawing.Point(3, 81);
|
this.groupBoxOption.Location = new System.Drawing.Point(256, 81);
|
||||||
this.groupBoxOption.Name = "groupBoxOption";
|
this.groupBoxOption.Name = "groupBoxOption";
|
||||||
this.groupBoxOption.RoundRadius = 5;
|
this.groupBoxOption.RoundRadius = 5;
|
||||||
this.groupBoxOption.Size = new System.Drawing.Size(500, 325);
|
this.groupBoxOption.Size = new System.Drawing.Size(515, 195);
|
||||||
this.groupBoxOption.TabIndex = 9;
|
this.groupBoxOption.TabIndex = 9;
|
||||||
this.groupBoxOption.Text = "기타 옵션";
|
this.groupBoxOption.Text = "기타 옵션";
|
||||||
this.groupBoxOption.TextColor = System.Drawing.Color.Black;
|
this.groupBoxOption.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
this.labelEmptyWeight.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
this.labelEmptyWeight.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelEmptyWeight.InitVisible = true;
|
this.labelEmptyWeight.InitVisible = true;
|
||||||
this.labelEmptyWeight.LineSpacing = 0F;
|
this.labelEmptyWeight.LineSpacing = 0F;
|
||||||
this.labelEmptyWeight.Location = new System.Drawing.Point(302, 38);
|
this.labelEmptyWeight.Location = new System.Drawing.Point(304, 30);
|
||||||
this.labelEmptyWeight.Name = "labelEmptyWeight";
|
this.labelEmptyWeight.Name = "labelEmptyWeight";
|
||||||
this.labelEmptyWeight.Size = new System.Drawing.Size(100, 30);
|
this.labelEmptyWeight.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelEmptyWeight.TabIndex = 247;
|
this.labelEmptyWeight.TabIndex = 247;
|
||||||
|
@ -176,11 +176,11 @@
|
||||||
this.labelStaticEmptyWeight.BackPictureBox2 = null;
|
this.labelStaticEmptyWeight.BackPictureBox2 = null;
|
||||||
this.labelStaticEmptyWeight.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEmptyWeight.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEmptyWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEmptyWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticEmptyWeight.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticEmptyWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticEmptyWeight.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticEmptyWeight.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEmptyWeight.InitVisible = true;
|
this.labelStaticEmptyWeight.InitVisible = true;
|
||||||
this.labelStaticEmptyWeight.LineSpacing = 0F;
|
this.labelStaticEmptyWeight.LineSpacing = 0F;
|
||||||
this.labelStaticEmptyWeight.Location = new System.Drawing.Point(66, 38);
|
this.labelStaticEmptyWeight.Location = new System.Drawing.Point(68, 30);
|
||||||
this.labelStaticEmptyWeight.Name = "labelStaticEmptyWeight";
|
this.labelStaticEmptyWeight.Name = "labelStaticEmptyWeight";
|
||||||
this.labelStaticEmptyWeight.Size = new System.Drawing.Size(230, 30);
|
this.labelStaticEmptyWeight.Size = new System.Drawing.Size(230, 30);
|
||||||
this.labelStaticEmptyWeight.TabIndex = 246;
|
this.labelStaticEmptyWeight.TabIndex = 246;
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelBuzzerOnTime.InitVisible = true;
|
this.labelBuzzerOnTime.InitVisible = true;
|
||||||
this.labelBuzzerOnTime.LineSpacing = 0F;
|
this.labelBuzzerOnTime.LineSpacing = 0F;
|
||||||
this.labelBuzzerOnTime.Location = new System.Drawing.Point(302, 110);
|
this.labelBuzzerOnTime.Location = new System.Drawing.Point(304, 102);
|
||||||
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
|
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
|
||||||
this.labelBuzzerOnTime.Size = new System.Drawing.Size(100, 30);
|
this.labelBuzzerOnTime.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelBuzzerOnTime.TabIndex = 0;
|
this.labelBuzzerOnTime.TabIndex = 0;
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
this.labelChattering.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
this.labelChattering.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelChattering.InitVisible = true;
|
this.labelChattering.InitVisible = true;
|
||||||
this.labelChattering.LineSpacing = 0F;
|
this.labelChattering.LineSpacing = 0F;
|
||||||
this.labelChattering.Location = new System.Drawing.Point(302, 74);
|
this.labelChattering.Location = new System.Drawing.Point(304, 66);
|
||||||
this.labelChattering.Name = "labelChattering";
|
this.labelChattering.Name = "labelChattering";
|
||||||
this.labelChattering.Size = new System.Drawing.Size(100, 30);
|
this.labelChattering.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelChattering.TabIndex = 0;
|
this.labelChattering.TabIndex = 0;
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelRelayOnTime.InitVisible = true;
|
this.labelRelayOnTime.InitVisible = true;
|
||||||
this.labelRelayOnTime.LineSpacing = 0F;
|
this.labelRelayOnTime.LineSpacing = 0F;
|
||||||
this.labelRelayOnTime.Location = new System.Drawing.Point(302, 146);
|
this.labelRelayOnTime.Location = new System.Drawing.Point(304, 138);
|
||||||
this.labelRelayOnTime.Name = "labelRelayOnTime";
|
this.labelRelayOnTime.Name = "labelRelayOnTime";
|
||||||
this.labelRelayOnTime.Size = new System.Drawing.Size(100, 30);
|
this.labelRelayOnTime.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelRelayOnTime.TabIndex = 0;
|
this.labelRelayOnTime.TabIndex = 0;
|
||||||
|
@ -259,10 +259,10 @@
|
||||||
this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
|
this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
|
||||||
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticBuzzerOnTime.InitVisible = true;
|
this.labelStaticBuzzerOnTime.InitVisible = true;
|
||||||
this.labelStaticBuzzerOnTime.LineSpacing = 0F;
|
this.labelStaticBuzzerOnTime.LineSpacing = 0F;
|
||||||
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(66, 110);
|
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(68, 102);
|
||||||
this.labelStaticBuzzerOnTime.Name = "labelStaticBuzzerOnTime";
|
this.labelStaticBuzzerOnTime.Name = "labelStaticBuzzerOnTime";
|
||||||
this.labelStaticBuzzerOnTime.Size = new System.Drawing.Size(230, 30);
|
this.labelStaticBuzzerOnTime.Size = new System.Drawing.Size(230, 30);
|
||||||
this.labelStaticBuzzerOnTime.TabIndex = 0;
|
this.labelStaticBuzzerOnTime.TabIndex = 0;
|
||||||
|
@ -278,10 +278,10 @@
|
||||||
this.labelStaticRelayOnTime.BackPictureBox2 = null;
|
this.labelStaticRelayOnTime.BackPictureBox2 = null;
|
||||||
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticRelayOnTime.InitVisible = true;
|
this.labelStaticRelayOnTime.InitVisible = true;
|
||||||
this.labelStaticRelayOnTime.LineSpacing = 0F;
|
this.labelStaticRelayOnTime.LineSpacing = 0F;
|
||||||
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(66, 146);
|
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(68, 138);
|
||||||
this.labelStaticRelayOnTime.Name = "labelStaticRelayOnTime";
|
this.labelStaticRelayOnTime.Name = "labelStaticRelayOnTime";
|
||||||
this.labelStaticRelayOnTime.Size = new System.Drawing.Size(230, 30);
|
this.labelStaticRelayOnTime.Size = new System.Drawing.Size(230, 30);
|
||||||
this.labelStaticRelayOnTime.TabIndex = 0;
|
this.labelStaticRelayOnTime.TabIndex = 0;
|
||||||
|
@ -297,10 +297,10 @@
|
||||||
this.labelStaticChattering.BackPictureBox2 = null;
|
this.labelStaticChattering.BackPictureBox2 = null;
|
||||||
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticChattering.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticChattering.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticChattering.InitVisible = true;
|
this.labelStaticChattering.InitVisible = true;
|
||||||
this.labelStaticChattering.LineSpacing = 0F;
|
this.labelStaticChattering.LineSpacing = 0F;
|
||||||
this.labelStaticChattering.Location = new System.Drawing.Point(66, 74);
|
this.labelStaticChattering.Location = new System.Drawing.Point(68, 66);
|
||||||
this.labelStaticChattering.Name = "labelStaticChattering";
|
this.labelStaticChattering.Name = "labelStaticChattering";
|
||||||
this.labelStaticChattering.Size = new System.Drawing.Size(230, 30);
|
this.labelStaticChattering.Size = new System.Drawing.Size(230, 30);
|
||||||
this.labelStaticChattering.TabIndex = 0;
|
this.labelStaticChattering.TabIndex = 0;
|
||||||
|
@ -321,7 +321,7 @@
|
||||||
this.buttonBypassMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassMode.DownImage")));
|
this.buttonBypassMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassMode.DownImage")));
|
||||||
this.buttonBypassMode.GroupID = 0;
|
this.buttonBypassMode.GroupID = 0;
|
||||||
this.buttonBypassMode.InitVisible = true;
|
this.buttonBypassMode.InitVisible = true;
|
||||||
this.buttonBypassMode.Location = new System.Drawing.Point(243, 383);
|
this.buttonBypassMode.Location = new System.Drawing.Point(297, 318);
|
||||||
this.buttonBypassMode.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassMode.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassMode.Name = "buttonBypassMode";
|
this.buttonBypassMode.Name = "buttonBypassMode";
|
||||||
this.buttonBypassMode.NestedClickEventPrevent = false;
|
this.buttonBypassMode.NestedClickEventPrevent = false;
|
||||||
|
@ -347,10 +347,10 @@
|
||||||
this.labelStaticBypass.BackPictureBox2 = null;
|
this.labelStaticBypass.BackPictureBox2 = null;
|
||||||
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticBypass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticBypass.InitVisible = true;
|
this.labelStaticBypass.InitVisible = true;
|
||||||
this.labelStaticBypass.LineSpacing = 0F;
|
this.labelStaticBypass.LineSpacing = 0F;
|
||||||
this.labelStaticBypass.Location = new System.Drawing.Point(57, 383);
|
this.labelStaticBypass.Location = new System.Drawing.Point(111, 318);
|
||||||
this.labelStaticBypass.Name = "labelStaticBypass";
|
this.labelStaticBypass.Name = "labelStaticBypass";
|
||||||
this.labelStaticBypass.Size = new System.Drawing.Size(180, 30);
|
this.labelStaticBypass.Size = new System.Drawing.Size(180, 30);
|
||||||
this.labelStaticBypass.TabIndex = 0;
|
this.labelStaticBypass.TabIndex = 0;
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||||
|
@ -410,17 +410,17 @@
|
||||||
this.groupBoxBypass.Controls.Add(this.labelTitleLine2);
|
this.groupBoxBypass.Controls.Add(this.labelTitleLine2);
|
||||||
this.groupBoxBypass.Controls.Add(this.labelTitleLine1);
|
this.groupBoxBypass.Controls.Add(this.labelTitleLine1);
|
||||||
this.groupBoxBypass.Controls.Add(this.labelStaticBypass);
|
this.groupBoxBypass.Controls.Add(this.labelStaticBypass);
|
||||||
this.groupBoxBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxBypass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxBypass.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxBypass.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxBypass.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxBypass.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxBypass.FrameLineThickness = 1;
|
this.groupBoxBypass.FrameLineThickness = 1;
|
||||||
this.groupBoxBypass.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxBypass.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.groupBoxBypass.Image = null;
|
this.groupBoxBypass.Image = null;
|
||||||
this.groupBoxBypass.InitVisible = true;
|
this.groupBoxBypass.InitVisible = true;
|
||||||
this.groupBoxBypass.Location = new System.Drawing.Point(509, 81);
|
this.groupBoxBypass.Location = new System.Drawing.Point(256, 281);
|
||||||
this.groupBoxBypass.Name = "groupBoxBypass";
|
this.groupBoxBypass.Name = "groupBoxBypass";
|
||||||
this.groupBoxBypass.RoundRadius = 5;
|
this.groupBoxBypass.RoundRadius = 5;
|
||||||
this.groupBoxBypass.Size = new System.Drawing.Size(515, 509);
|
this.groupBoxBypass.Size = new System.Drawing.Size(515, 376);
|
||||||
this.groupBoxBypass.TabIndex = 2;
|
this.groupBoxBypass.TabIndex = 2;
|
||||||
this.groupBoxBypass.Text = "Bypass";
|
this.groupBoxBypass.Text = "Bypass";
|
||||||
this.groupBoxBypass.TextColor = System.Drawing.Color.Black;
|
this.groupBoxBypass.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -434,17 +434,17 @@
|
||||||
this.smartSeparatorLine1.Line2Visible = true;
|
this.smartSeparatorLine1.Line2Visible = true;
|
||||||
this.smartSeparatorLine1.Line2Width = 1F;
|
this.smartSeparatorLine1.Line2Width = 1F;
|
||||||
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
||||||
this.smartSeparatorLine1.Location = new System.Drawing.Point(57, 356);
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(54, 302);
|
||||||
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
||||||
this.smartSeparatorLine1.Size = new System.Drawing.Size(400, 2);
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(437, 2);
|
||||||
this.smartSeparatorLine1.TabIndex = 11;
|
this.smartSeparatorLine1.TabIndex = 11;
|
||||||
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
||||||
//
|
//
|
||||||
// buttonSaveBypass
|
// buttonSaveBypass
|
||||||
//
|
//
|
||||||
this.buttonSaveBypass.Enabled = false;
|
this.buttonSaveBypass.Enabled = false;
|
||||||
this.buttonSaveBypass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonSaveBypass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonSaveBypass.Location = new System.Drawing.Point(216, 307);
|
this.buttonSaveBypass.Location = new System.Drawing.Point(241, 259);
|
||||||
this.buttonSaveBypass.Name = "buttonSaveBypass";
|
this.buttonSaveBypass.Name = "buttonSaveBypass";
|
||||||
this.buttonSaveBypass.Size = new System.Drawing.Size(100, 30);
|
this.buttonSaveBypass.Size = new System.Drawing.Size(100, 30);
|
||||||
this.buttonSaveBypass.TabIndex = 2;
|
this.buttonSaveBypass.TabIndex = 2;
|
||||||
|
@ -463,7 +463,7 @@
|
||||||
this.buttonBypassLane12.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane12.DownImage")));
|
this.buttonBypassLane12.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane12.DownImage")));
|
||||||
this.buttonBypassLane12.GroupID = 0;
|
this.buttonBypassLane12.GroupID = 0;
|
||||||
this.buttonBypassLane12.InitVisible = true;
|
this.buttonBypassLane12.InitVisible = true;
|
||||||
this.buttonBypassLane12.Location = new System.Drawing.Point(394, 218);
|
this.buttonBypassLane12.Location = new System.Drawing.Point(391, 218);
|
||||||
this.buttonBypassLane12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane12.Name = "buttonBypassLane12";
|
this.buttonBypassLane12.Name = "buttonBypassLane12";
|
||||||
this.buttonBypassLane12.NestedClickEventPrevent = false;
|
this.buttonBypassLane12.NestedClickEventPrevent = false;
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
this.buttonBypassLane10.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane10.DownImage")));
|
this.buttonBypassLane10.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane10.DownImage")));
|
||||||
this.buttonBypassLane10.GroupID = 0;
|
this.buttonBypassLane10.GroupID = 0;
|
||||||
this.buttonBypassLane10.InitVisible = true;
|
this.buttonBypassLane10.InitVisible = true;
|
||||||
this.buttonBypassLane10.Location = new System.Drawing.Point(394, 182);
|
this.buttonBypassLane10.Location = new System.Drawing.Point(391, 182);
|
||||||
this.buttonBypassLane10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane10.Name = "buttonBypassLane10";
|
this.buttonBypassLane10.Name = "buttonBypassLane10";
|
||||||
this.buttonBypassLane10.NestedClickEventPrevent = false;
|
this.buttonBypassLane10.NestedClickEventPrevent = false;
|
||||||
|
@ -525,7 +525,7 @@
|
||||||
this.buttonBypassLane8.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane8.DownImage")));
|
this.buttonBypassLane8.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane8.DownImage")));
|
||||||
this.buttonBypassLane8.GroupID = 0;
|
this.buttonBypassLane8.GroupID = 0;
|
||||||
this.buttonBypassLane8.InitVisible = true;
|
this.buttonBypassLane8.InitVisible = true;
|
||||||
this.buttonBypassLane8.Location = new System.Drawing.Point(394, 146);
|
this.buttonBypassLane8.Location = new System.Drawing.Point(391, 146);
|
||||||
this.buttonBypassLane8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane8.Name = "buttonBypassLane8";
|
this.buttonBypassLane8.Name = "buttonBypassLane8";
|
||||||
this.buttonBypassLane8.NestedClickEventPrevent = false;
|
this.buttonBypassLane8.NestedClickEventPrevent = false;
|
||||||
|
@ -556,7 +556,7 @@
|
||||||
this.buttonBypassLane6.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane6.DownImage")));
|
this.buttonBypassLane6.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane6.DownImage")));
|
||||||
this.buttonBypassLane6.GroupID = 0;
|
this.buttonBypassLane6.GroupID = 0;
|
||||||
this.buttonBypassLane6.InitVisible = true;
|
this.buttonBypassLane6.InitVisible = true;
|
||||||
this.buttonBypassLane6.Location = new System.Drawing.Point(394, 110);
|
this.buttonBypassLane6.Location = new System.Drawing.Point(391, 110);
|
||||||
this.buttonBypassLane6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane6.Name = "buttonBypassLane6";
|
this.buttonBypassLane6.Name = "buttonBypassLane6";
|
||||||
this.buttonBypassLane6.NestedClickEventPrevent = false;
|
this.buttonBypassLane6.NestedClickEventPrevent = false;
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
this.buttonBypassLane4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane4.DownImage")));
|
this.buttonBypassLane4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane4.DownImage")));
|
||||||
this.buttonBypassLane4.GroupID = 0;
|
this.buttonBypassLane4.GroupID = 0;
|
||||||
this.buttonBypassLane4.InitVisible = true;
|
this.buttonBypassLane4.InitVisible = true;
|
||||||
this.buttonBypassLane4.Location = new System.Drawing.Point(394, 74);
|
this.buttonBypassLane4.Location = new System.Drawing.Point(391, 74);
|
||||||
this.buttonBypassLane4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane4.Name = "buttonBypassLane4";
|
this.buttonBypassLane4.Name = "buttonBypassLane4";
|
||||||
this.buttonBypassLane4.NestedClickEventPrevent = false;
|
this.buttonBypassLane4.NestedClickEventPrevent = false;
|
||||||
|
@ -618,7 +618,7 @@
|
||||||
this.buttonBypassLane2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane2.DownImage")));
|
this.buttonBypassLane2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane2.DownImage")));
|
||||||
this.buttonBypassLane2.GroupID = 0;
|
this.buttonBypassLane2.GroupID = 0;
|
||||||
this.buttonBypassLane2.InitVisible = true;
|
this.buttonBypassLane2.InitVisible = true;
|
||||||
this.buttonBypassLane2.Location = new System.Drawing.Point(394, 38);
|
this.buttonBypassLane2.Location = new System.Drawing.Point(391, 38);
|
||||||
this.buttonBypassLane2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane2.Name = "buttonBypassLane2";
|
this.buttonBypassLane2.Name = "buttonBypassLane2";
|
||||||
this.buttonBypassLane2.NestedClickEventPrevent = false;
|
this.buttonBypassLane2.NestedClickEventPrevent = false;
|
||||||
|
@ -649,7 +649,7 @@
|
||||||
this.buttonBypassLane11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane11.DownImage")));
|
this.buttonBypassLane11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane11.DownImage")));
|
||||||
this.buttonBypassLane11.GroupID = 0;
|
this.buttonBypassLane11.GroupID = 0;
|
||||||
this.buttonBypassLane11.InitVisible = true;
|
this.buttonBypassLane11.InitVisible = true;
|
||||||
this.buttonBypassLane11.Location = new System.Drawing.Point(153, 218);
|
this.buttonBypassLane11.Location = new System.Drawing.Point(150, 218);
|
||||||
this.buttonBypassLane11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane11.Name = "buttonBypassLane11";
|
this.buttonBypassLane11.Name = "buttonBypassLane11";
|
||||||
this.buttonBypassLane11.NestedClickEventPrevent = false;
|
this.buttonBypassLane11.NestedClickEventPrevent = false;
|
||||||
|
@ -680,7 +680,7 @@
|
||||||
this.buttonBypassLane9.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane9.DownImage")));
|
this.buttonBypassLane9.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane9.DownImage")));
|
||||||
this.buttonBypassLane9.GroupID = 0;
|
this.buttonBypassLane9.GroupID = 0;
|
||||||
this.buttonBypassLane9.InitVisible = true;
|
this.buttonBypassLane9.InitVisible = true;
|
||||||
this.buttonBypassLane9.Location = new System.Drawing.Point(153, 182);
|
this.buttonBypassLane9.Location = new System.Drawing.Point(150, 182);
|
||||||
this.buttonBypassLane9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane9.Name = "buttonBypassLane9";
|
this.buttonBypassLane9.Name = "buttonBypassLane9";
|
||||||
this.buttonBypassLane9.NestedClickEventPrevent = false;
|
this.buttonBypassLane9.NestedClickEventPrevent = false;
|
||||||
|
@ -711,7 +711,7 @@
|
||||||
this.buttonBypassLane7.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane7.DownImage")));
|
this.buttonBypassLane7.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane7.DownImage")));
|
||||||
this.buttonBypassLane7.GroupID = 0;
|
this.buttonBypassLane7.GroupID = 0;
|
||||||
this.buttonBypassLane7.InitVisible = true;
|
this.buttonBypassLane7.InitVisible = true;
|
||||||
this.buttonBypassLane7.Location = new System.Drawing.Point(153, 146);
|
this.buttonBypassLane7.Location = new System.Drawing.Point(150, 146);
|
||||||
this.buttonBypassLane7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane7.Name = "buttonBypassLane7";
|
this.buttonBypassLane7.Name = "buttonBypassLane7";
|
||||||
this.buttonBypassLane7.NestedClickEventPrevent = false;
|
this.buttonBypassLane7.NestedClickEventPrevent = false;
|
||||||
|
@ -742,7 +742,7 @@
|
||||||
this.buttonBypassLane5.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane5.DownImage")));
|
this.buttonBypassLane5.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane5.DownImage")));
|
||||||
this.buttonBypassLane5.GroupID = 0;
|
this.buttonBypassLane5.GroupID = 0;
|
||||||
this.buttonBypassLane5.InitVisible = true;
|
this.buttonBypassLane5.InitVisible = true;
|
||||||
this.buttonBypassLane5.Location = new System.Drawing.Point(153, 110);
|
this.buttonBypassLane5.Location = new System.Drawing.Point(150, 110);
|
||||||
this.buttonBypassLane5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane5.Name = "buttonBypassLane5";
|
this.buttonBypassLane5.Name = "buttonBypassLane5";
|
||||||
this.buttonBypassLane5.NestedClickEventPrevent = false;
|
this.buttonBypassLane5.NestedClickEventPrevent = false;
|
||||||
|
@ -773,7 +773,7 @@
|
||||||
this.buttonBypassLane3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane3.DownImage")));
|
this.buttonBypassLane3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane3.DownImage")));
|
||||||
this.buttonBypassLane3.GroupID = 0;
|
this.buttonBypassLane3.GroupID = 0;
|
||||||
this.buttonBypassLane3.InitVisible = true;
|
this.buttonBypassLane3.InitVisible = true;
|
||||||
this.buttonBypassLane3.Location = new System.Drawing.Point(153, 74);
|
this.buttonBypassLane3.Location = new System.Drawing.Point(150, 74);
|
||||||
this.buttonBypassLane3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane3.Name = "buttonBypassLane3";
|
this.buttonBypassLane3.Name = "buttonBypassLane3";
|
||||||
this.buttonBypassLane3.NestedClickEventPrevent = false;
|
this.buttonBypassLane3.NestedClickEventPrevent = false;
|
||||||
|
@ -804,7 +804,7 @@
|
||||||
this.buttonBypassLane1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane1.DownImage")));
|
this.buttonBypassLane1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane1.DownImage")));
|
||||||
this.buttonBypassLane1.GroupID = 0;
|
this.buttonBypassLane1.GroupID = 0;
|
||||||
this.buttonBypassLane1.InitVisible = true;
|
this.buttonBypassLane1.InitVisible = true;
|
||||||
this.buttonBypassLane1.Location = new System.Drawing.Point(153, 38);
|
this.buttonBypassLane1.Location = new System.Drawing.Point(150, 38);
|
||||||
this.buttonBypassLane1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassLane1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassLane1.Name = "buttonBypassLane1";
|
this.buttonBypassLane1.Name = "buttonBypassLane1";
|
||||||
this.buttonBypassLane1.NestedClickEventPrevent = false;
|
this.buttonBypassLane1.NestedClickEventPrevent = false;
|
||||||
|
@ -830,10 +830,10 @@
|
||||||
this.labelTitleLine12.BackPictureBox2 = null;
|
this.labelTitleLine12.BackPictureBox2 = null;
|
||||||
this.labelTitleLine12.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine12.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine12.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine12.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine12.InitVisible = true;
|
this.labelTitleLine12.InitVisible = true;
|
||||||
this.labelTitleLine12.LineSpacing = 0F;
|
this.labelTitleLine12.LineSpacing = 0F;
|
||||||
this.labelTitleLine12.Location = new System.Drawing.Point(268, 218);
|
this.labelTitleLine12.Location = new System.Drawing.Point(265, 218);
|
||||||
this.labelTitleLine12.Name = "labelTitleLine12";
|
this.labelTitleLine12.Name = "labelTitleLine12";
|
||||||
this.labelTitleLine12.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine12.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine12.TabIndex = 0;
|
this.labelTitleLine12.TabIndex = 0;
|
||||||
|
@ -849,10 +849,10 @@
|
||||||
this.labelTitleLine11.BackPictureBox2 = null;
|
this.labelTitleLine11.BackPictureBox2 = null;
|
||||||
this.labelTitleLine11.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine11.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine11.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine11.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine11.InitVisible = true;
|
this.labelTitleLine11.InitVisible = true;
|
||||||
this.labelTitleLine11.LineSpacing = 0F;
|
this.labelTitleLine11.LineSpacing = 0F;
|
||||||
this.labelTitleLine11.Location = new System.Drawing.Point(27, 218);
|
this.labelTitleLine11.Location = new System.Drawing.Point(24, 218);
|
||||||
this.labelTitleLine11.Name = "labelTitleLine11";
|
this.labelTitleLine11.Name = "labelTitleLine11";
|
||||||
this.labelTitleLine11.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine11.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine11.TabIndex = 0;
|
this.labelTitleLine11.TabIndex = 0;
|
||||||
|
@ -868,10 +868,10 @@
|
||||||
this.labelTitleLine10.BackPictureBox2 = null;
|
this.labelTitleLine10.BackPictureBox2 = null;
|
||||||
this.labelTitleLine10.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine10.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine10.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine10.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine10.InitVisible = true;
|
this.labelTitleLine10.InitVisible = true;
|
||||||
this.labelTitleLine10.LineSpacing = 0F;
|
this.labelTitleLine10.LineSpacing = 0F;
|
||||||
this.labelTitleLine10.Location = new System.Drawing.Point(268, 182);
|
this.labelTitleLine10.Location = new System.Drawing.Point(265, 182);
|
||||||
this.labelTitleLine10.Name = "labelTitleLine10";
|
this.labelTitleLine10.Name = "labelTitleLine10";
|
||||||
this.labelTitleLine10.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine10.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine10.TabIndex = 0;
|
this.labelTitleLine10.TabIndex = 0;
|
||||||
|
@ -887,10 +887,10 @@
|
||||||
this.labelTitleLine9.BackPictureBox2 = null;
|
this.labelTitleLine9.BackPictureBox2 = null;
|
||||||
this.labelTitleLine9.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine9.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine9.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine9.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine9.InitVisible = true;
|
this.labelTitleLine9.InitVisible = true;
|
||||||
this.labelTitleLine9.LineSpacing = 0F;
|
this.labelTitleLine9.LineSpacing = 0F;
|
||||||
this.labelTitleLine9.Location = new System.Drawing.Point(27, 182);
|
this.labelTitleLine9.Location = new System.Drawing.Point(24, 182);
|
||||||
this.labelTitleLine9.Name = "labelTitleLine9";
|
this.labelTitleLine9.Name = "labelTitleLine9";
|
||||||
this.labelTitleLine9.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine9.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine9.TabIndex = 0;
|
this.labelTitleLine9.TabIndex = 0;
|
||||||
|
@ -906,10 +906,10 @@
|
||||||
this.labelTitleLine8.BackPictureBox2 = null;
|
this.labelTitleLine8.BackPictureBox2 = null;
|
||||||
this.labelTitleLine8.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine8.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine8.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine8.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine8.InitVisible = true;
|
this.labelTitleLine8.InitVisible = true;
|
||||||
this.labelTitleLine8.LineSpacing = 0F;
|
this.labelTitleLine8.LineSpacing = 0F;
|
||||||
this.labelTitleLine8.Location = new System.Drawing.Point(268, 146);
|
this.labelTitleLine8.Location = new System.Drawing.Point(265, 146);
|
||||||
this.labelTitleLine8.Name = "labelTitleLine8";
|
this.labelTitleLine8.Name = "labelTitleLine8";
|
||||||
this.labelTitleLine8.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine8.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine8.TabIndex = 0;
|
this.labelTitleLine8.TabIndex = 0;
|
||||||
|
@ -925,10 +925,10 @@
|
||||||
this.labelTitleLine7.BackPictureBox2 = null;
|
this.labelTitleLine7.BackPictureBox2 = null;
|
||||||
this.labelTitleLine7.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine7.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine7.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine7.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine7.InitVisible = true;
|
this.labelTitleLine7.InitVisible = true;
|
||||||
this.labelTitleLine7.LineSpacing = 0F;
|
this.labelTitleLine7.LineSpacing = 0F;
|
||||||
this.labelTitleLine7.Location = new System.Drawing.Point(27, 146);
|
this.labelTitleLine7.Location = new System.Drawing.Point(24, 146);
|
||||||
this.labelTitleLine7.Name = "labelTitleLine7";
|
this.labelTitleLine7.Name = "labelTitleLine7";
|
||||||
this.labelTitleLine7.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine7.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine7.TabIndex = 0;
|
this.labelTitleLine7.TabIndex = 0;
|
||||||
|
@ -944,10 +944,10 @@
|
||||||
this.labelTitleLine6.BackPictureBox2 = null;
|
this.labelTitleLine6.BackPictureBox2 = null;
|
||||||
this.labelTitleLine6.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine6.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine6.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine6.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine6.InitVisible = true;
|
this.labelTitleLine6.InitVisible = true;
|
||||||
this.labelTitleLine6.LineSpacing = 0F;
|
this.labelTitleLine6.LineSpacing = 0F;
|
||||||
this.labelTitleLine6.Location = new System.Drawing.Point(268, 110);
|
this.labelTitleLine6.Location = new System.Drawing.Point(265, 110);
|
||||||
this.labelTitleLine6.Name = "labelTitleLine6";
|
this.labelTitleLine6.Name = "labelTitleLine6";
|
||||||
this.labelTitleLine6.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine6.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine6.TabIndex = 0;
|
this.labelTitleLine6.TabIndex = 0;
|
||||||
|
@ -963,10 +963,10 @@
|
||||||
this.labelTitleLine5.BackPictureBox2 = null;
|
this.labelTitleLine5.BackPictureBox2 = null;
|
||||||
this.labelTitleLine5.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine5.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine5.InitVisible = true;
|
this.labelTitleLine5.InitVisible = true;
|
||||||
this.labelTitleLine5.LineSpacing = 0F;
|
this.labelTitleLine5.LineSpacing = 0F;
|
||||||
this.labelTitleLine5.Location = new System.Drawing.Point(27, 110);
|
this.labelTitleLine5.Location = new System.Drawing.Point(24, 110);
|
||||||
this.labelTitleLine5.Name = "labelTitleLine5";
|
this.labelTitleLine5.Name = "labelTitleLine5";
|
||||||
this.labelTitleLine5.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine5.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine5.TabIndex = 0;
|
this.labelTitleLine5.TabIndex = 0;
|
||||||
|
@ -982,10 +982,10 @@
|
||||||
this.labelTitleLine4.BackPictureBox2 = null;
|
this.labelTitleLine4.BackPictureBox2 = null;
|
||||||
this.labelTitleLine4.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine4.InitVisible = true;
|
this.labelTitleLine4.InitVisible = true;
|
||||||
this.labelTitleLine4.LineSpacing = 0F;
|
this.labelTitleLine4.LineSpacing = 0F;
|
||||||
this.labelTitleLine4.Location = new System.Drawing.Point(268, 74);
|
this.labelTitleLine4.Location = new System.Drawing.Point(265, 74);
|
||||||
this.labelTitleLine4.Name = "labelTitleLine4";
|
this.labelTitleLine4.Name = "labelTitleLine4";
|
||||||
this.labelTitleLine4.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine4.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine4.TabIndex = 0;
|
this.labelTitleLine4.TabIndex = 0;
|
||||||
|
@ -1001,10 +1001,10 @@
|
||||||
this.labelTitleLine3.BackPictureBox2 = null;
|
this.labelTitleLine3.BackPictureBox2 = null;
|
||||||
this.labelTitleLine3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine3.InitVisible = true;
|
this.labelTitleLine3.InitVisible = true;
|
||||||
this.labelTitleLine3.LineSpacing = 0F;
|
this.labelTitleLine3.LineSpacing = 0F;
|
||||||
this.labelTitleLine3.Location = new System.Drawing.Point(27, 74);
|
this.labelTitleLine3.Location = new System.Drawing.Point(24, 74);
|
||||||
this.labelTitleLine3.Name = "labelTitleLine3";
|
this.labelTitleLine3.Name = "labelTitleLine3";
|
||||||
this.labelTitleLine3.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine3.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine3.TabIndex = 0;
|
this.labelTitleLine3.TabIndex = 0;
|
||||||
|
@ -1020,10 +1020,10 @@
|
||||||
this.labelTitleLine2.BackPictureBox2 = null;
|
this.labelTitleLine2.BackPictureBox2 = null;
|
||||||
this.labelTitleLine2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine2.InitVisible = true;
|
this.labelTitleLine2.InitVisible = true;
|
||||||
this.labelTitleLine2.LineSpacing = 0F;
|
this.labelTitleLine2.LineSpacing = 0F;
|
||||||
this.labelTitleLine2.Location = new System.Drawing.Point(268, 38);
|
this.labelTitleLine2.Location = new System.Drawing.Point(265, 38);
|
||||||
this.labelTitleLine2.Name = "labelTitleLine2";
|
this.labelTitleLine2.Name = "labelTitleLine2";
|
||||||
this.labelTitleLine2.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine2.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine2.TabIndex = 0;
|
this.labelTitleLine2.TabIndex = 0;
|
||||||
|
@ -1039,10 +1039,10 @@
|
||||||
this.labelTitleLine1.BackPictureBox2 = null;
|
this.labelTitleLine1.BackPictureBox2 = null;
|
||||||
this.labelTitleLine1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLine1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLine1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLine1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLine1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLine1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLine1.InitVisible = true;
|
this.labelTitleLine1.InitVisible = true;
|
||||||
this.labelTitleLine1.LineSpacing = 0F;
|
this.labelTitleLine1.LineSpacing = 0F;
|
||||||
this.labelTitleLine1.Location = new System.Drawing.Point(27, 38);
|
this.labelTitleLine1.Location = new System.Drawing.Point(24, 38);
|
||||||
this.labelTitleLine1.Name = "labelTitleLine1";
|
this.labelTitleLine1.Name = "labelTitleLine1";
|
||||||
this.labelTitleLine1.Size = new System.Drawing.Size(120, 30);
|
this.labelTitleLine1.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelTitleLine1.TabIndex = 0;
|
this.labelTitleLine1.TabIndex = 0;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6904,7 +6904,7 @@ namespace INT63DC_6CH.Forms
|
||||||
// 변수 초기 셋팅2
|
// 변수 초기 셋팅2
|
||||||
// 시스템설정 값 로딩 후 셋팅
|
// 시스템설정 값 로딩 후 셋팅
|
||||||
this.DefaultSetting2();
|
this.DefaultSetting2();
|
||||||
|
|
||||||
// Modbus 데이터 초기화
|
// Modbus 데이터 초기화
|
||||||
if (this.SystemConfig.IsModbusUse == true)
|
if (this.SystemConfig.IsModbusUse == true)
|
||||||
this.ModbusInitizlise();
|
this.ModbusInitizlise();
|
||||||
|
@ -6917,6 +6917,9 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
if (this.SystemConfig.IsOptPart11 == false)
|
if (this.SystemConfig.IsOptPart11 == false)
|
||||||
UserManager.UserManager_AutoLogoutTimeoutPause();
|
UserManager.UserManager_AutoLogoutTimeoutPause();
|
||||||
|
|
||||||
|
// User List Timer
|
||||||
|
this.timerUserList.Enabled = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this.SystemConfig.CurrentUser.Group = DataStore.UserGroup.NotLogin;
|
this.SystemConfig.CurrentUser.Group = DataStore.UserGroup.NotLogin;
|
||||||
|
@ -6942,9 +6945,6 @@ namespace INT63DC_6CH.Forms
|
||||||
// 초기 파라미터 전송
|
// 초기 파라미터 전송
|
||||||
this.TrasferSystemParameter(this.SystemConfig);
|
this.TrasferSystemParameter(this.SystemConfig);
|
||||||
|
|
||||||
// User List Timer
|
|
||||||
if (this.SystemConfig.IsLogin == true)
|
|
||||||
this.timerUserList.Enabled = true;
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
@ -34,13 +34,13 @@
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
||||||
|
this.buttonPart11 = new SmartX.SmartButton();
|
||||||
|
this.smartLabel2 = new SmartX.SmartLabel();
|
||||||
this.buttonDataStatistics = new SmartX.SmartButton();
|
this.buttonDataStatistics = new SmartX.SmartButton();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.smartLabel1 = new SmartX.SmartLabel();
|
||||||
this.labelBuadrateWarning2 = new SmartX.SmartLabel();
|
this.labelBuadrateWarning2 = new SmartX.SmartLabel();
|
||||||
this.labelBuadrateWarning = new SmartX.SmartLabel();
|
this.labelBuadrateWarning = new SmartX.SmartLabel();
|
||||||
this.buttonSave = new SmartX.SmartButton();
|
this.buttonSave = new SmartX.SmartButton();
|
||||||
this.buttonPart11 = new SmartX.SmartButton();
|
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.smartGroupBox2.SuspendLayout();
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||||
|
@ -158,6 +158,56 @@
|
||||||
this.smartGroupBox2.Text = "Option";
|
this.smartGroupBox2.Text = "Option";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// buttonPart11
|
||||||
|
//
|
||||||
|
this.buttonPart11.BackPictureBox = null;
|
||||||
|
this.buttonPart11.BackPictureBox1 = null;
|
||||||
|
this.buttonPart11.BackPictureBox2 = null;
|
||||||
|
this.buttonPart11.ButtonColor = System.Drawing.Color.Gray;
|
||||||
|
this.buttonPart11.ButtonImageAutoSize = true;
|
||||||
|
this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonPart11.DisableImage = null;
|
||||||
|
this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage")));
|
||||||
|
this.buttonPart11.GroupID = 0;
|
||||||
|
this.buttonPart11.InitVisible = true;
|
||||||
|
this.buttonPart11.Location = new System.Drawing.Point(339, 94);
|
||||||
|
this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
|
this.buttonPart11.Name = "buttonPart11";
|
||||||
|
this.buttonPart11.NestedClickEventPrevent = false;
|
||||||
|
this.buttonPart11.OutlinePixel = 1;
|
||||||
|
this.buttonPart11.RepeatInterval = 200;
|
||||||
|
this.buttonPart11.RepeatIntervalAccelerate = null;
|
||||||
|
this.buttonPart11.SafeInterval = 200;
|
||||||
|
this.buttonPart11.Size = new System.Drawing.Size(84, 25);
|
||||||
|
this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
this.buttonPart11.TabIndex = 208;
|
||||||
|
this.buttonPart11.TextColor = System.Drawing.Color.Black;
|
||||||
|
this.buttonPart11.TextDownColor = System.Drawing.Color.White;
|
||||||
|
this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
|
this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
|
this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage")));
|
||||||
|
this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click);
|
||||||
|
//
|
||||||
|
// smartLabel2
|
||||||
|
//
|
||||||
|
this.smartLabel2.BackPictureBox = this.smartForm1;
|
||||||
|
this.smartLabel2.BackPictureBox1 = null;
|
||||||
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel2.InitVisible = true;
|
||||||
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
|
this.smartLabel2.Location = new System.Drawing.Point(133, 94);
|
||||||
|
this.smartLabel2.Name = "smartLabel2";
|
||||||
|
this.smartLabel2.Size = new System.Drawing.Size(200, 25);
|
||||||
|
this.smartLabel2.TabIndex = 207;
|
||||||
|
this.smartLabel2.Text = "CFR Part 11";
|
||||||
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel2.Wordwrap = false;
|
||||||
|
//
|
||||||
// buttonDataStatistics
|
// buttonDataStatistics
|
||||||
//
|
//
|
||||||
this.buttonDataStatistics.BackPictureBox = null;
|
this.buttonDataStatistics.BackPictureBox = null;
|
||||||
|
@ -170,7 +220,7 @@
|
||||||
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
|
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
|
||||||
this.buttonDataStatistics.GroupID = 0;
|
this.buttonDataStatistics.GroupID = 0;
|
||||||
this.buttonDataStatistics.InitVisible = true;
|
this.buttonDataStatistics.InitVisible = true;
|
||||||
this.buttonDataStatistics.Location = new System.Drawing.Point(253, 77);
|
this.buttonDataStatistics.Location = new System.Drawing.Point(339, 63);
|
||||||
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonDataStatistics.Name = "buttonDataStatistics";
|
this.buttonDataStatistics.Name = "buttonDataStatistics";
|
||||||
this.buttonDataStatistics.NestedClickEventPrevent = false;
|
this.buttonDataStatistics.NestedClickEventPrevent = false;
|
||||||
|
@ -196,10 +246,10 @@
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
this.smartLabel1.BackPictureBox2 = null;
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel1.InitVisible = true;
|
this.smartLabel1.InitVisible = true;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(47, 77);
|
this.smartLabel1.Location = new System.Drawing.Point(133, 63);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.smartLabel1.Name = "smartLabel1";
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(200, 25);
|
this.smartLabel1.Size = new System.Drawing.Size(200, 25);
|
||||||
this.smartLabel1.TabIndex = 205;
|
this.smartLabel1.TabIndex = 205;
|
||||||
|
@ -216,7 +266,7 @@
|
||||||
this.labelBuadrateWarning2.BackPictureBox2 = null;
|
this.labelBuadrateWarning2.BackPictureBox2 = null;
|
||||||
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
|
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelBuadrateWarning2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelBuadrateWarning2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelBuadrateWarning2.InitVisible = true;
|
this.labelBuadrateWarning2.InitVisible = true;
|
||||||
this.labelBuadrateWarning2.LineSpacing = 0F;
|
this.labelBuadrateWarning2.LineSpacing = 0F;
|
||||||
|
@ -237,7 +287,7 @@
|
||||||
this.labelBuadrateWarning.BackPictureBox2 = null;
|
this.labelBuadrateWarning.BackPictureBox2 = null;
|
||||||
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
|
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelBuadrateWarning.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelBuadrateWarning.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelBuadrateWarning.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelBuadrateWarning.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelBuadrateWarning.InitVisible = true;
|
this.labelBuadrateWarning.InitVisible = true;
|
||||||
this.labelBuadrateWarning.LineSpacing = 0F;
|
this.labelBuadrateWarning.LineSpacing = 0F;
|
||||||
|
@ -281,56 +331,6 @@
|
||||||
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
||||||
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
||||||
//
|
//
|
||||||
// buttonPart11
|
|
||||||
//
|
|
||||||
this.buttonPart11.BackPictureBox = null;
|
|
||||||
this.buttonPart11.BackPictureBox1 = null;
|
|
||||||
this.buttonPart11.BackPictureBox2 = null;
|
|
||||||
this.buttonPart11.ButtonColor = System.Drawing.Color.Gray;
|
|
||||||
this.buttonPart11.ButtonImageAutoSize = true;
|
|
||||||
this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonPart11.DisableImage = null;
|
|
||||||
this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage")));
|
|
||||||
this.buttonPart11.GroupID = 0;
|
|
||||||
this.buttonPart11.InitVisible = true;
|
|
||||||
this.buttonPart11.Location = new System.Drawing.Point(253, 108);
|
|
||||||
this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
||||||
this.buttonPart11.Name = "buttonPart11";
|
|
||||||
this.buttonPart11.NestedClickEventPrevent = false;
|
|
||||||
this.buttonPart11.OutlinePixel = 1;
|
|
||||||
this.buttonPart11.RepeatInterval = 200;
|
|
||||||
this.buttonPart11.RepeatIntervalAccelerate = null;
|
|
||||||
this.buttonPart11.SafeInterval = 200;
|
|
||||||
this.buttonPart11.Size = new System.Drawing.Size(84, 25);
|
|
||||||
this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
||||||
this.buttonPart11.TabIndex = 208;
|
|
||||||
this.buttonPart11.TextColor = System.Drawing.Color.Black;
|
|
||||||
this.buttonPart11.TextDownColor = System.Drawing.Color.White;
|
|
||||||
this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
||||||
this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
||||||
this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage")));
|
|
||||||
this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click);
|
|
||||||
//
|
|
||||||
// smartLabel2
|
|
||||||
//
|
|
||||||
this.smartLabel2.BackPictureBox = this.smartForm1;
|
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel2.InitVisible = true;
|
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(47, 108);
|
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(200, 25);
|
|
||||||
this.smartLabel2.TabIndex = 207;
|
|
||||||
this.smartLabel2.Text = "CFR Part 11";
|
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// FormOptionSetting
|
// FormOptionSetting
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -31,6 +31,7 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
private string BeforeID;
|
private string BeforeID;
|
||||||
private string BeforePassword;
|
private string BeforePassword;
|
||||||
|
private string CurrentUserPassword;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -133,6 +134,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.PasswordChar = false;
|
this.PasswordChar = false;
|
||||||
this.BeforeID = "";
|
this.BeforeID = "";
|
||||||
this.BeforePassword = "";
|
this.BeforePassword = "";
|
||||||
|
this.CurrentUserPassword = "Password12!";
|
||||||
|
|
||||||
this.UpdateAccessRightComboBoxDisplay();
|
this.UpdateAccessRightComboBoxDisplay();
|
||||||
this.comboBoxAccessRight.SelectedIndexChanged -= new EventHandler(this.comboBoxAccessRight_SelectedIndexChanged);
|
this.comboBoxAccessRight.SelectedIndexChanged -= new EventHandler(this.comboBoxAccessRight_SelectedIndexChanged);
|
||||||
|
@ -218,6 +220,7 @@ namespace INT63DC_6CH.Forms
|
||||||
else
|
else
|
||||||
isNewReg = false;
|
isNewReg = false;
|
||||||
|
|
||||||
|
#region listbox 미선택 시 신규 유저 등록, 선택 시 기존 유저 정보 수정
|
||||||
if (isNewReg == true)
|
if (isNewReg == true)
|
||||||
{
|
{
|
||||||
switch (this.ParentForm.SystemConfig.Language)
|
switch (this.ParentForm.SystemConfig.Language)
|
||||||
|
@ -284,6 +287,7 @@ namespace INT63DC_6CH.Forms
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
DialogFormYesNo dlg = new DialogFormYesNo(DataStore.MessageBoxIcon.Question, code, message1, message2);
|
DialogFormYesNo dlg = new DialogFormYesNo(DataStore.MessageBoxIcon.Question, code, message1, message2);
|
||||||
if (dlg.ShowDialog() == DialogResult.Yes)
|
if (dlg.ShowDialog() == DialogResult.Yes)
|
||||||
|
@ -317,19 +321,30 @@ namespace INT63DC_6CH.Forms
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
item.ID = this.labelID.Text;
|
item.ID = this.labelID.Text;
|
||||||
item.Password = this.labelPassword.Text;
|
if (isNewReg == true)
|
||||||
item.ExpireId = int.Parse(this.labelExpiryDateOfAccount.Text);
|
item.Password = this.SelectedUserItem.ResetPW;
|
||||||
item.ExpirePassword = int.Parse(this.labelExpiryDateOfPassword.Text);
|
else
|
||||||
|
item.Password = this.CurrentUserPassword;
|
||||||
//item.IsAdmin = this.cbAdministrator.Checked;
|
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||||
|
|
||||||
if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin)
|
|
||||||
{
|
{
|
||||||
item.ActiveLevel = 9;
|
item.ExpireId = int.Parse(this.labelExpiryDateOfAccount.Text);
|
||||||
|
item.ExpirePassword = int.Parse(this.labelExpiryDateOfPassword.Text);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
item.ExpireId = 0;
|
||||||
|
item.ExpirePassword = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
//item.IsAdmin = this.cbAdministrator.Checked;
|
||||||
|
if (isNewReg == true)
|
||||||
item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1;
|
item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin)
|
||||||
|
item.ActiveLevel = 9;
|
||||||
|
else
|
||||||
|
item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuId.fMenu = new bool[UserManager.USER_MENU_ID_MAX];
|
menuId.fMenu = new bool[UserManager.USER_MENU_ID_MAX];
|
||||||
|
@ -647,6 +662,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelPassword.Text = item.Password;
|
this.labelPassword.Text = item.Password;
|
||||||
else
|
else
|
||||||
this.labelPassword.Text = this.PasswordToAsterisk(item.Password);
|
this.labelPassword.Text = this.PasswordToAsterisk(item.Password);
|
||||||
|
this.CurrentUserPassword = item.Password;
|
||||||
|
|
||||||
this.UpdateAccessRightDisplay(item.ActiveLevel);
|
this.UpdateAccessRightDisplay(item.ActiveLevel);
|
||||||
this.buttonSave.Visible = false;
|
this.buttonSave.Visible = false;
|
||||||
|
|
|
@ -50,11 +50,11 @@
|
||||||
<Reference Include="mscorlib" />
|
<Reference Include="mscorlib" />
|
||||||
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue