수정중
parent
1a6e5a2430
commit
8bd2187dc3
BIN
INT63DC_2C.suo
BIN
INT63DC_2C.suo
Binary file not shown.
|
|
@ -34,14 +34,14 @@
|
|||
this.buttonBack = new SmartX.SmartButton();
|
||||
this.groupBoxComm = new SmartX.SmartGroupBox();
|
||||
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
|
||||
this.buttonSend = new System.Windows.Forms.Button();
|
||||
this.buttonSerial3Send = new System.Windows.Forms.Button();
|
||||
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
|
||||
this.buttonSave3 = new System.Windows.Forms.Button();
|
||||
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
|
||||
this.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
|
||||
this.labelStaticCommunicationMode = new SmartX.SmartLabel();
|
||||
this.labelStaticSerial3Mode = new SmartX.SmartLabel();
|
||||
this.smartLabel4 = new SmartX.SmartLabel();
|
||||
this.labelStaticBaudrate = new SmartX.SmartLabel();
|
||||
this.labelStaticSerial3Baudrate = new SmartX.SmartLabel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.button10LaneSend = new System.Windows.Forms.Button();
|
||||
this.button1LaneSend = new System.Windows.Forms.Button();
|
||||
|
|
@ -174,14 +174,14 @@
|
|||
this.groupBoxComm.BackPictureBox = this.smartForm1;
|
||||
this.groupBoxComm.BackPictureBox1 = null;
|
||||
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_2);
|
||||
this.groupBoxComm.Controls.Add(this.buttonSend);
|
||||
this.groupBoxComm.Controls.Add(this.buttonSerial3Send);
|
||||
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_1);
|
||||
this.groupBoxComm.Controls.Add(this.buttonSave3);
|
||||
this.groupBoxComm.Controls.Add(this.comboBoxSerial3BaudRate);
|
||||
this.groupBoxComm.Controls.Add(this.comboBoxSerial3Mode);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticCommunicationMode);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticSerial3Mode);
|
||||
this.groupBoxComm.Controls.Add(this.smartLabel4);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticBaudrate);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticSerial3Baudrate);
|
||||
this.groupBoxComm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
this.groupBoxComm.Location = new System.Drawing.Point(8, 555);
|
||||
this.groupBoxComm.Name = "groupBoxComm";
|
||||
this.groupBoxComm.RoundRadius = 5;
|
||||
this.groupBoxComm.Size = new System.Drawing.Size(500, 178);
|
||||
this.groupBoxComm.Size = new System.Drawing.Size(780, 178);
|
||||
this.groupBoxComm.TabIndex = 14;
|
||||
this.groupBoxComm.Text = "Serial";
|
||||
this.groupBoxComm.TextColor = System.Drawing.Color.Black;
|
||||
|
|
@ -204,28 +204,28 @@
|
|||
this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null;
|
||||
this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelProtocolDescriptionCOM3_2.InitVisible = true;
|
||||
this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F;
|
||||
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(54, 122);
|
||||
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(29, 137);
|
||||
this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2";
|
||||
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(333, 20);
|
||||
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(436, 20);
|
||||
this.labelProtocolDescriptionCOM3_2.TabIndex = 28;
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelProtocolDescriptionCOM3_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelProtocolDescriptionCOM3_2.Wordwrap = false;
|
||||
//
|
||||
// buttonSend
|
||||
// buttonSerial3Send
|
||||
//
|
||||
this.buttonSend.Enabled = false;
|
||||
this.buttonSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSend.Location = new System.Drawing.Point(393, 98);
|
||||
this.buttonSend.Name = "buttonSend";
|
||||
this.buttonSend.Size = new System.Drawing.Size(70, 46);
|
||||
this.buttonSend.TabIndex = 26;
|
||||
this.buttonSend.Text = "SEND";
|
||||
this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
|
||||
this.buttonSerial3Send.Enabled = false;
|
||||
this.buttonSerial3Send.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSerial3Send.Location = new System.Drawing.Point(634, 50);
|
||||
this.buttonSerial3Send.Name = "buttonSerial3Send";
|
||||
this.buttonSerial3Send.Size = new System.Drawing.Size(100, 70);
|
||||
this.buttonSerial3Send.TabIndex = 26;
|
||||
this.buttonSerial3Send.Text = "SEND";
|
||||
this.buttonSerial3Send.Click += new System.EventHandler(this.buttonSend_Click);
|
||||
//
|
||||
// labelProtocolDescriptionCOM3_1
|
||||
//
|
||||
|
|
@ -234,12 +234,12 @@
|
|||
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
|
||||
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
|
||||
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
|
||||
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(54, 96);
|
||||
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(29, 111);
|
||||
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
|
||||
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(333, 20);
|
||||
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(436, 20);
|
||||
this.labelProtocolDescriptionCOM3_1.TabIndex = 25;
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
|
|
@ -250,9 +250,9 @@
|
|||
//
|
||||
this.buttonSave3.Enabled = false;
|
||||
this.buttonSave3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave3.Location = new System.Drawing.Point(393, 62);
|
||||
this.buttonSave3.Location = new System.Drawing.Point(519, 50);
|
||||
this.buttonSave3.Name = "buttonSave3";
|
||||
this.buttonSave3.Size = new System.Drawing.Size(70, 30);
|
||||
this.buttonSave3.Size = new System.Drawing.Size(100, 70);
|
||||
this.buttonSave3.TabIndex = 2;
|
||||
this.buttonSave3.Text = "SAVE";
|
||||
this.buttonSave3.Click += new System.EventHandler(this.buttonSave3_Click);
|
||||
|
|
@ -262,37 +262,37 @@
|
|||
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(142, 62);
|
||||
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
|
||||
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 28);
|
||||
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(150, 28);
|
||||
this.comboBoxSerial3BaudRate.TabIndex = 1;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
//
|
||||
// comboBoxSerial3Mode
|
||||
//
|
||||
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(248, 62);
|
||||
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(298, 62);
|
||||
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
|
||||
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(139, 28);
|
||||
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(150, 28);
|
||||
this.comboBoxSerial3Mode.TabIndex = 1;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
//
|
||||
// labelStaticCommunicationMode
|
||||
// labelStaticSerial3Mode
|
||||
//
|
||||
this.labelStaticCommunicationMode.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticCommunicationMode.BackPictureBox1 = null;
|
||||
this.labelStaticCommunicationMode.BackPictureBox2 = null;
|
||||
this.labelStaticCommunicationMode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticCommunicationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticCommunicationMode.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticCommunicationMode.InitVisible = true;
|
||||
this.labelStaticCommunicationMode.LineSpacing = 0F;
|
||||
this.labelStaticCommunicationMode.Location = new System.Drawing.Point(248, 26);
|
||||
this.labelStaticCommunicationMode.Name = "labelStaticCommunicationMode";
|
||||
this.labelStaticCommunicationMode.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStaticCommunicationMode.TabIndex = 0;
|
||||
this.labelStaticCommunicationMode.Text = "모드";
|
||||
this.labelStaticCommunicationMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticCommunicationMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticCommunicationMode.Wordwrap = false;
|
||||
this.labelStaticSerial3Mode.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticSerial3Mode.BackPictureBox1 = null;
|
||||
this.labelStaticSerial3Mode.BackPictureBox2 = null;
|
||||
this.labelStaticSerial3Mode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSerial3Mode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSerial3Mode.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSerial3Mode.InitVisible = true;
|
||||
this.labelStaticSerial3Mode.LineSpacing = 0F;
|
||||
this.labelStaticSerial3Mode.Location = new System.Drawing.Point(298, 26);
|
||||
this.labelStaticSerial3Mode.Name = "labelStaticSerial3Mode";
|
||||
this.labelStaticSerial3Mode.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelStaticSerial3Mode.TabIndex = 0;
|
||||
this.labelStaticSerial3Mode.Text = "모드";
|
||||
this.labelStaticSerial3Mode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticSerial3Mode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticSerial3Mode.Wordwrap = false;
|
||||
//
|
||||
// smartLabel4
|
||||
//
|
||||
|
|
@ -313,24 +313,24 @@
|
|||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel4.Wordwrap = false;
|
||||
//
|
||||
// labelStaticBaudrate
|
||||
// labelStaticSerial3Baudrate
|
||||
//
|
||||
this.labelStaticBaudrate.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticBaudrate.BackPictureBox1 = null;
|
||||
this.labelStaticBaudrate.BackPictureBox2 = null;
|
||||
this.labelStaticBaudrate.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticBaudrate.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBaudrate.InitVisible = true;
|
||||
this.labelStaticBaudrate.LineSpacing = 0F;
|
||||
this.labelStaticBaudrate.Location = new System.Drawing.Point(142, 24);
|
||||
this.labelStaticBaudrate.Name = "labelStaticBaudrate";
|
||||
this.labelStaticBaudrate.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStaticBaudrate.TabIndex = 0;
|
||||
this.labelStaticBaudrate.Text = "Baudrate";
|
||||
this.labelStaticBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticBaudrate.Wordwrap = false;
|
||||
this.labelStaticSerial3Baudrate.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticSerial3Baudrate.BackPictureBox1 = null;
|
||||
this.labelStaticSerial3Baudrate.BackPictureBox2 = null;
|
||||
this.labelStaticSerial3Baudrate.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSerial3Baudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSerial3Baudrate.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSerial3Baudrate.InitVisible = true;
|
||||
this.labelStaticSerial3Baudrate.LineSpacing = 0F;
|
||||
this.labelStaticSerial3Baudrate.Location = new System.Drawing.Point(142, 26);
|
||||
this.labelStaticSerial3Baudrate.Name = "labelStaticSerial3Baudrate";
|
||||
this.labelStaticSerial3Baudrate.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelStaticSerial3Baudrate.TabIndex = 0;
|
||||
this.labelStaticSerial3Baudrate.Text = "Baudrate";
|
||||
this.labelStaticSerial3Baudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticSerial3Baudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticSerial3Baudrate.Wordwrap = false;
|
||||
//
|
||||
// smartGroupBox1
|
||||
//
|
||||
|
|
@ -1450,14 +1450,14 @@
|
|||
private SmartX.SmartButton buttonBack;
|
||||
private SmartX.SmartGroupBox groupBoxComm;
|
||||
private SmartX.SmartLabel labelProtocolDescriptionCOM3_2;
|
||||
private System.Windows.Forms.Button buttonSend;
|
||||
private System.Windows.Forms.Button buttonSerial3Send;
|
||||
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;
|
||||
private System.Windows.Forms.Button buttonSave3;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3Mode;
|
||||
private SmartX.SmartLabel labelStaticCommunicationMode;
|
||||
private SmartX.SmartLabel labelStaticSerial3Mode;
|
||||
private SmartX.SmartLabel smartLabel4;
|
||||
private SmartX.SmartLabel labelStaticBaudrate;
|
||||
private SmartX.SmartLabel labelStaticSerial3Baudrate;
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private SmartX.SmartLabel smartLabel1;
|
||||
|
|
|
|||
|
|
@ -53,10 +53,11 @@ namespace INT63DC_2C.Forms
|
|||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Communication";
|
||||
|
||||
// Serial
|
||||
this.groupBoxComm.Text = "Communication";
|
||||
this.labelStaticBaudrate.Text = "Baudrate";
|
||||
this.labelStaticCommunicationMode.Text = "Mode";
|
||||
this.labelStaticSerial3Baudrate.Text = "Baudrate";
|
||||
this.labelStaticSerial3Mode.Text = "Mode";
|
||||
// TCP
|
||||
this.labelStaticTcpOperationMode.Text = "Operation mode";
|
||||
this.labelStaticTcpMode.Text = "mode";
|
||||
this.labelHelp.Text = "When IP configuration is changed, it is normally connected after rebooting.";
|
||||
|
|
@ -68,13 +69,13 @@ namespace INT63DC_2C.Forms
|
|||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "通讯设置";
|
||||
|
||||
// Serial
|
||||
this.groupBoxComm.Text = "通信";
|
||||
this.labelStaticBaudrate.Text = "波特率";
|
||||
this.labelStaticCommunicationMode.Text = "模式";
|
||||
this.buttonSend.Text = "发送";
|
||||
this.labelStaticSerial3Baudrate.Text = "波特率";
|
||||
this.labelStaticSerial3Mode.Text = "模式";
|
||||
this.buttonSerial3Send.Text = "发送";
|
||||
this.buttonSave3.Text = "保存";
|
||||
|
||||
// TCP
|
||||
this.labelStaticTcpOperationMode.Text = "运转模式";
|
||||
this.labelStaticTcpMode.Text = "模式";
|
||||
this.labelHelp.Text = "更改IP配置时,重启后正常连接.";
|
||||
|
|
@ -86,14 +87,14 @@ namespace INT63DC_2C.Forms
|
|||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.labelTitle.Text = "Nastavení komunikace";
|
||||
|
||||
// Serial
|
||||
this.groupBoxComm.Text = "Nastavení komunikace";
|
||||
this.labelStaticSerial3Baudrate.Text = "Přenosová rychlost";
|
||||
this.labelStaticSerial3Mode.Text = "Režim";
|
||||
this.buttonSave3.Text = "Uložit";
|
||||
|
||||
// TCP
|
||||
this.labelStaticTcpOperationMode.Text = "operační mód";
|
||||
this.labelStaticTcpMode.Text = "Režim";
|
||||
this.labelStaticBaudrate.Text = "Přenosová rychlost";
|
||||
this.labelStaticCommunicationMode.Text = "Režim";
|
||||
this.labelHelp.Text = "Při změně konfigurace IP se po restartu normálně připojí.";
|
||||
|
||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
|
||||
|
|
@ -104,11 +105,11 @@ namespace INT63DC_2C.Forms
|
|||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||
{
|
||||
this.labelTitle.Text = "Kommunikationseinstellungen";
|
||||
|
||||
// Serial
|
||||
this.groupBoxComm.Text = "Kommunikationseinstellung";
|
||||
this.labelStaticBaudrate.Text = "Baudrate";
|
||||
this.labelStaticCommunicationMode.Text = "Modus";
|
||||
this.buttonSend.Text = "Senden";
|
||||
this.labelStaticSerial3Baudrate.Text = "Baudrate";
|
||||
this.labelStaticSerial3Mode.Text = "Modus";
|
||||
this.buttonSerial3Send.Text = "Senden";
|
||||
this.buttonSave3.Text = "Speichern";
|
||||
|
||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
|
||||
|
|
@ -173,9 +174,9 @@ namespace INT63DC_2C.Forms
|
|||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
this.buttonSend.Enabled = true;
|
||||
this.buttonSerial3Send.Enabled = true;
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
this.buttonSerial3Send.Enabled = false;
|
||||
#endregion
|
||||
|
||||
#region TCP
|
||||
|
|
@ -499,9 +500,9 @@ namespace INT63DC_2C.Forms
|
|||
this.UpdateProtocolDescriptionCom3Display();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
this.buttonSend.Enabled = true;
|
||||
this.buttonSerial3Send.Enabled = true;
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
this.buttonSerial3Send.Enabled = false;
|
||||
#endregion
|
||||
|
||||
#region TCP
|
||||
|
|
@ -566,6 +567,11 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.buttonTcpSave1.Enabled = false;
|
||||
this.buttonTcpSave2.Enabled = false;
|
||||
|
||||
if (this.ParentForm.SystemConfig.EthernetMode != 0)
|
||||
this.buttonTcpSend.Enabled = true;
|
||||
else
|
||||
this.buttonTcpSend.Enabled = false;
|
||||
#endregion
|
||||
}
|
||||
#endregion
|
||||
|
|
@ -606,7 +612,6 @@ namespace INT63DC_2C.Forms
|
|||
else
|
||||
beforeMode = "OPT2";
|
||||
|
||||
|
||||
int baudrate = 9600;
|
||||
this.ParentForm.SystemConfig.Serial3BaudRate = this.comboBoxSerial3BaudRate.SelectedIndex;
|
||||
this.ParentForm.SystemConfig.Serial3Mode = this.comboBoxSerial3Mode.SelectedIndex;
|
||||
|
|
@ -652,12 +657,19 @@ namespace INT63DC_2C.Forms
|
|||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
{
|
||||
SerialMgrComm.serialPortOpen("COM3:", baudrate, 0, 0, 8);
|
||||
this.buttonSend.Enabled = true;
|
||||
this.buttonSerial3Send.Enabled = true;
|
||||
}
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
this.buttonSerial3Send.Enabled = false;
|
||||
|
||||
this.buttonSave3.Enabled = false;
|
||||
|
||||
// Part11
|
||||
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||
{
|
||||
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Com3Baudrate, "", beforeBr, afterBr);
|
||||
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Com3Mode, "", beforeMode, afterMode);
|
||||
}
|
||||
}
|
||||
private void comboBoxSerial3_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
|
@ -787,6 +799,11 @@ namespace INT63DC_2C.Forms
|
|||
this.UpdateDisplaySettingData(this.ParentForm.SystemConfig.EthernetMode);
|
||||
this.UpdateProtocolDescriptionTcpDisplay();
|
||||
|
||||
if (this.ParentForm.SystemConfig.EthernetMode != 0)
|
||||
this.buttonTcpSend.Enabled = true;
|
||||
else
|
||||
this.buttonTcpSend.Enabled = false;
|
||||
|
||||
after = this.comboBoxTcpMode.SelectedItem.ToString();
|
||||
|
||||
// Part11
|
||||
|
|
|
|||
|
|
@ -582,4 +582,7 @@
|
|||
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>46</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -40,16 +40,6 @@
|
|||
this.labelStaticRange = new SmartX.SmartLabel();
|
||||
this.labelStaticTime = new SmartX.SmartLabel();
|
||||
this.buttonBack = new SmartX.SmartButton();
|
||||
this.groupBoxComm = new SmartX.SmartGroupBox();
|
||||
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
|
||||
this.buttonSend = new System.Windows.Forms.Button();
|
||||
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
|
||||
this.buttonSave3 = new System.Windows.Forms.Button();
|
||||
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
|
||||
this.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
|
||||
this.labelStaticCommunicationMode = new SmartX.SmartLabel();
|
||||
this.smartLabel4 = new SmartX.SmartLabel();
|
||||
this.labelStaticCommunicationSpeed = new SmartX.SmartLabel();
|
||||
this.groupBoxOption = new SmartX.SmartGroupBox();
|
||||
this.labelEmptyWeight = new SmartX.SmartLabel();
|
||||
this.labelTurnRunTime = new SmartX.SmartLabel();
|
||||
|
|
@ -279,7 +269,6 @@
|
|||
this.buttonScreen = new SmartX.SmartButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.groupBoxAutoZero.SuspendLayout();
|
||||
this.groupBoxComm.SuspendLayout();
|
||||
this.groupBoxOption.SuspendLayout();
|
||||
this.panelSpecialMenu.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
|
|
@ -316,7 +305,7 @@
|
|||
this.groupBoxAutoZero.Controls.Add(this.labelStaticVariable);
|
||||
this.groupBoxAutoZero.Controls.Add(this.labelStaticRange);
|
||||
this.groupBoxAutoZero.Controls.Add(this.labelStaticTime);
|
||||
this.groupBoxAutoZero.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxAutoZero.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxAutoZero.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxAutoZero.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxAutoZero.FrameLineThickness = 1;
|
||||
|
|
@ -399,7 +388,7 @@
|
|||
this.labelStaticMode.BackPictureBox2 = null;
|
||||
this.labelStaticMode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticMode.InitVisible = true;
|
||||
this.labelStaticMode.LineSpacing = 0F;
|
||||
this.labelStaticMode.Location = new System.Drawing.Point(261, 83);
|
||||
|
|
@ -419,7 +408,7 @@
|
|||
this.labelStaticVariable.BackPictureBox2 = null;
|
||||
this.labelStaticVariable.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticVariable.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticVariable.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticVariable.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticVariable.InitVisible = true;
|
||||
this.labelStaticVariable.LineSpacing = 0F;
|
||||
this.labelStaticVariable.Location = new System.Drawing.Point(24, 83);
|
||||
|
|
@ -438,7 +427,7 @@
|
|||
this.labelStaticRange.BackPictureBox2 = null;
|
||||
this.labelStaticRange.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRange.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRange.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRange.InitVisible = true;
|
||||
this.labelStaticRange.LineSpacing = 0F;
|
||||
this.labelStaticRange.Location = new System.Drawing.Point(261, 47);
|
||||
|
|
@ -457,7 +446,7 @@
|
|||
this.labelStaticTime.BackPictureBox2 = null;
|
||||
this.labelStaticTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTime.InitVisible = true;
|
||||
this.labelStaticTime.LineSpacing = 0F;
|
||||
this.labelStaticTime.Location = new System.Drawing.Point(24, 47);
|
||||
|
|
@ -500,169 +489,6 @@
|
|||
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
||||
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
||||
//
|
||||
// groupBoxComm
|
||||
//
|
||||
this.groupBoxComm.BackPictureBox = this.smartForm1;
|
||||
this.groupBoxComm.BackPictureBox1 = null;
|
||||
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_2);
|
||||
this.groupBoxComm.Controls.Add(this.buttonSend);
|
||||
this.groupBoxComm.Controls.Add(this.labelProtocolDescriptionCOM3_1);
|
||||
this.groupBoxComm.Controls.Add(this.buttonSave3);
|
||||
this.groupBoxComm.Controls.Add(this.comboBoxSerial3BaudRate);
|
||||
this.groupBoxComm.Controls.Add(this.comboBoxSerial3Mode);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticCommunicationMode);
|
||||
this.groupBoxComm.Controls.Add(this.smartLabel4);
|
||||
this.groupBoxComm.Controls.Add(this.labelStaticCommunicationSpeed);
|
||||
this.groupBoxComm.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxComm.FrameLineThickness = 1;
|
||||
this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||
this.groupBoxComm.Image = null;
|
||||
this.groupBoxComm.InitVisible = true;
|
||||
this.groupBoxComm.Location = new System.Drawing.Point(3, 575);
|
||||
this.groupBoxComm.Name = "groupBoxComm";
|
||||
this.groupBoxComm.RoundRadius = 5;
|
||||
this.groupBoxComm.Size = new System.Drawing.Size(500, 178);
|
||||
this.groupBoxComm.TabIndex = 8;
|
||||
this.groupBoxComm.Text = "통신";
|
||||
this.groupBoxComm.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// labelProtocolDescriptionCOM3_2
|
||||
//
|
||||
this.labelProtocolDescriptionCOM3_2.BackPictureBox = this.smartForm1;
|
||||
this.labelProtocolDescriptionCOM3_2.BackPictureBox1 = null;
|
||||
this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null;
|
||||
this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelProtocolDescriptionCOM3_2.InitVisible = true;
|
||||
this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F;
|
||||
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(54, 122);
|
||||
this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2";
|
||||
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(333, 20);
|
||||
this.labelProtocolDescriptionCOM3_2.TabIndex = 28;
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelProtocolDescriptionCOM3_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelProtocolDescriptionCOM3_2.Wordwrap = false;
|
||||
//
|
||||
// buttonSend
|
||||
//
|
||||
this.buttonSend.Enabled = false;
|
||||
this.buttonSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSend.Location = new System.Drawing.Point(393, 98);
|
||||
this.buttonSend.Name = "buttonSend";
|
||||
this.buttonSend.Size = new System.Drawing.Size(70, 46);
|
||||
this.buttonSend.TabIndex = 26;
|
||||
this.buttonSend.Text = "SEND";
|
||||
this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
|
||||
//
|
||||
// labelProtocolDescriptionCOM3_1
|
||||
//
|
||||
this.labelProtocolDescriptionCOM3_1.BackPictureBox = this.smartForm1;
|
||||
this.labelProtocolDescriptionCOM3_1.BackPictureBox1 = null;
|
||||
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
|
||||
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelProtocolDescriptionCOM3_1.InitVisible = true;
|
||||
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
|
||||
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(54, 96);
|
||||
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
|
||||
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(333, 20);
|
||||
this.labelProtocolDescriptionCOM3_1.TabIndex = 25;
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelProtocolDescriptionCOM3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelProtocolDescriptionCOM3_1.Wordwrap = false;
|
||||
//
|
||||
// buttonSave3
|
||||
//
|
||||
this.buttonSave3.Enabled = false;
|
||||
this.buttonSave3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave3.Location = new System.Drawing.Point(393, 62);
|
||||
this.buttonSave3.Name = "buttonSave3";
|
||||
this.buttonSave3.Size = new System.Drawing.Size(70, 30);
|
||||
this.buttonSave3.TabIndex = 2;
|
||||
this.buttonSave3.Text = "SAVE";
|
||||
this.buttonSave3.Click += new System.EventHandler(this.buttonSave3_Click);
|
||||
//
|
||||
// comboBoxSerial3BaudRate
|
||||
//
|
||||
this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(142, 62);
|
||||
this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate";
|
||||
this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(100, 28);
|
||||
this.comboBoxSerial3BaudRate.TabIndex = 1;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
//
|
||||
// comboBoxSerial3Mode
|
||||
//
|
||||
this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxSerial3Mode.Location = new System.Drawing.Point(248, 62);
|
||||
this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode";
|
||||
this.comboBoxSerial3Mode.Size = new System.Drawing.Size(139, 28);
|
||||
this.comboBoxSerial3Mode.TabIndex = 1;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new System.EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
//
|
||||
// labelStaticCommunicationMode
|
||||
//
|
||||
this.labelStaticCommunicationMode.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticCommunicationMode.BackPictureBox1 = null;
|
||||
this.labelStaticCommunicationMode.BackPictureBox2 = null;
|
||||
this.labelStaticCommunicationMode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticCommunicationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticCommunicationMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticCommunicationMode.InitVisible = true;
|
||||
this.labelStaticCommunicationMode.LineSpacing = 0F;
|
||||
this.labelStaticCommunicationMode.Location = new System.Drawing.Point(248, 26);
|
||||
this.labelStaticCommunicationMode.Name = "labelStaticCommunicationMode";
|
||||
this.labelStaticCommunicationMode.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStaticCommunicationMode.TabIndex = 0;
|
||||
this.labelStaticCommunicationMode.Text = "모드";
|
||||
this.labelStaticCommunicationMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticCommunicationMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticCommunicationMode.Wordwrap = false;
|
||||
//
|
||||
// smartLabel4
|
||||
//
|
||||
this.smartLabel4.BackPictureBox = this.smartForm1;
|
||||
this.smartLabel4.BackPictureBox1 = null;
|
||||
this.smartLabel4.BackPictureBox2 = null;
|
||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel4.InitVisible = true;
|
||||
this.smartLabel4.LineSpacing = 0F;
|
||||
this.smartLabel4.Location = new System.Drawing.Point(16, 60);
|
||||
this.smartLabel4.Name = "smartLabel4";
|
||||
this.smartLabel4.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel4.TabIndex = 0;
|
||||
this.smartLabel4.Text = "COM3";
|
||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel4.Wordwrap = false;
|
||||
//
|
||||
// labelStaticCommunicationSpeed
|
||||
//
|
||||
this.labelStaticCommunicationSpeed.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticCommunicationSpeed.BackPictureBox1 = null;
|
||||
this.labelStaticCommunicationSpeed.BackPictureBox2 = null;
|
||||
this.labelStaticCommunicationSpeed.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticCommunicationSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticCommunicationSpeed.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticCommunicationSpeed.InitVisible = true;
|
||||
this.labelStaticCommunicationSpeed.LineSpacing = 0F;
|
||||
this.labelStaticCommunicationSpeed.Location = new System.Drawing.Point(142, 24);
|
||||
this.labelStaticCommunicationSpeed.Name = "labelStaticCommunicationSpeed";
|
||||
this.labelStaticCommunicationSpeed.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStaticCommunicationSpeed.TabIndex = 0;
|
||||
this.labelStaticCommunicationSpeed.Text = "Baudrate";
|
||||
this.labelStaticCommunicationSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticCommunicationSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticCommunicationSpeed.Wordwrap = false;
|
||||
//
|
||||
// groupBoxOption
|
||||
//
|
||||
this.groupBoxOption.BackPictureBox = this.smartForm1;
|
||||
|
|
@ -681,7 +507,7 @@
|
|||
this.groupBoxOption.Controls.Add(this.labelStaticBuzzerOnTime);
|
||||
this.groupBoxOption.Controls.Add(this.labelStaticRelayOnTime);
|
||||
this.groupBoxOption.Controls.Add(this.labelStaticChattering);
|
||||
this.groupBoxOption.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxOption.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxOption.FrameLineThickness = 1;
|
||||
|
|
@ -745,7 +571,7 @@
|
|||
this.labelStaticEmptyWeight.BackPictureBox2 = null;
|
||||
this.labelStaticEmptyWeight.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEmptyWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEmptyWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEmptyWeight.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEmptyWeight.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEmptyWeight.InitVisible = true;
|
||||
this.labelStaticEmptyWeight.LineSpacing = 0F;
|
||||
|
|
@ -786,7 +612,7 @@
|
|||
this.labelStaticTurnRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticTurnRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticTurnRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticTurnRunTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTurnRunTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTurnRunTime.InitVisible = true;
|
||||
this.labelStaticTurnRunTime.LineSpacing = 0F;
|
||||
this.labelStaticTurnRunTime.Location = new System.Drawing.Point(66, 110);
|
||||
|
|
@ -805,7 +631,7 @@
|
|||
this.labelStaticTurnDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTurnDelayTime.InitVisible = true;
|
||||
this.labelStaticTurnDelayTime.LineSpacing = 0F;
|
||||
this.labelStaticTurnDelayTime.Location = new System.Drawing.Point(66, 74);
|
||||
|
|
@ -896,7 +722,7 @@
|
|||
this.labelStaticDecimalPoint.BackPictureBox2 = null;
|
||||
this.labelStaticDecimalPoint.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticDecimalPoint.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticDecimalPoint.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDecimalPoint.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDecimalPoint.InitVisible = true;
|
||||
this.labelStaticDecimalPoint.LineSpacing = 0F;
|
||||
this.labelStaticDecimalPoint.Location = new System.Drawing.Point(66, 254);
|
||||
|
|
@ -915,7 +741,7 @@
|
|||
this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
|
||||
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBuzzerOnTime.InitVisible = true;
|
||||
this.labelStaticBuzzerOnTime.LineSpacing = 0F;
|
||||
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(66, 182);
|
||||
|
|
@ -934,7 +760,7 @@
|
|||
this.labelStaticRelayOnTime.BackPictureBox2 = null;
|
||||
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRelayOnTime.InitVisible = true;
|
||||
this.labelStaticRelayOnTime.LineSpacing = 0F;
|
||||
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(66, 218);
|
||||
|
|
@ -953,7 +779,7 @@
|
|||
this.labelStaticChattering.BackPictureBox2 = null;
|
||||
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticChattering.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticChattering.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticChattering.InitVisible = true;
|
||||
this.labelStaticChattering.LineSpacing = 0F;
|
||||
this.labelStaticChattering.Location = new System.Drawing.Point(66, 146);
|
||||
|
|
@ -1003,7 +829,7 @@
|
|||
this.labelStaticBypass.BackPictureBox2 = null;
|
||||
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticBypass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBypass.InitVisible = true;
|
||||
this.labelStaticBypass.LineSpacing = 0F;
|
||||
this.labelStaticBypass.Location = new System.Drawing.Point(56, 421);
|
||||
|
|
@ -1028,7 +854,7 @@
|
|||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.tabControl1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.tabControl1.Location = new System.Drawing.Point(37, 8);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
|
|
@ -1117,7 +943,7 @@
|
|||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(29, 505);
|
||||
|
|
@ -1137,7 +963,7 @@
|
|||
this.smartLabel5.BackPictureBox2 = null;
|
||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel5.InitVisible = true;
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
this.smartLabel5.Location = new System.Drawing.Point(29, 443);
|
||||
|
|
@ -1157,7 +983,7 @@
|
|||
this.smartLabel8.BackPictureBox2 = null;
|
||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel8.InitVisible = true;
|
||||
this.smartLabel8.LineSpacing = 0F;
|
||||
this.smartLabel8.Location = new System.Drawing.Point(29, 474);
|
||||
|
|
@ -1177,7 +1003,7 @@
|
|||
this.smartLabel12.BackPictureBox2 = null;
|
||||
this.smartLabel12.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel12.InitVisible = true;
|
||||
this.smartLabel12.LineSpacing = 0F;
|
||||
this.smartLabel12.Location = new System.Drawing.Point(29, 412);
|
||||
|
|
@ -1431,7 +1257,7 @@
|
|||
//
|
||||
// buttonZeroRange
|
||||
//
|
||||
this.buttonZeroRange.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroRange.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroRange.Location = new System.Drawing.Point(135, 5);
|
||||
this.buttonZeroRange.Name = "buttonZeroRange";
|
||||
this.buttonZeroRange.Size = new System.Drawing.Size(70, 29);
|
||||
|
|
@ -1447,7 +1273,7 @@
|
|||
this.labelLoadcell21.BackPictureBox2 = null;
|
||||
this.labelLoadcell21.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell21.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell21.InitVisible = true;
|
||||
this.labelLoadcell21.LineSpacing = 0F;
|
||||
this.labelLoadcell21.Location = new System.Drawing.Point(29, 40);
|
||||
|
|
@ -1461,7 +1287,7 @@
|
|||
//
|
||||
// buttonZeroTime
|
||||
//
|
||||
this.buttonZeroTime.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroTime.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroTime.Location = new System.Drawing.Point(211, 5);
|
||||
this.buttonZeroTime.Name = "buttonZeroTime";
|
||||
this.buttonZeroTime.Size = new System.Drawing.Size(70, 29);
|
||||
|
|
@ -1477,7 +1303,7 @@
|
|||
this.smartLabel33.BackPictureBox2 = null;
|
||||
this.smartLabel33.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel33.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel33.InitVisible = true;
|
||||
this.smartLabel33.LineSpacing = 0F;
|
||||
this.smartLabel33.Location = new System.Drawing.Point(29, 381);
|
||||
|
|
@ -1497,7 +1323,7 @@
|
|||
this.smartLabel25.BackPictureBox2 = null;
|
||||
this.smartLabel25.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel25.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel25.InitVisible = true;
|
||||
this.smartLabel25.LineSpacing = 0F;
|
||||
this.smartLabel25.Location = new System.Drawing.Point(29, 319);
|
||||
|
|
@ -1517,7 +1343,7 @@
|
|||
this.smartLabel17.BackPictureBox2 = null;
|
||||
this.smartLabel17.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel17.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel17.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel17.InitVisible = true;
|
||||
this.smartLabel17.LineSpacing = 0F;
|
||||
this.smartLabel17.Location = new System.Drawing.Point(29, 257);
|
||||
|
|
@ -1537,7 +1363,7 @@
|
|||
this.labelLoadcell26.BackPictureBox2 = null;
|
||||
this.labelLoadcell26.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell26.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell26.InitVisible = true;
|
||||
this.labelLoadcell26.LineSpacing = 0F;
|
||||
this.labelLoadcell26.Location = new System.Drawing.Point(29, 195);
|
||||
|
|
@ -1551,7 +1377,7 @@
|
|||
//
|
||||
// buttonZeroVariate
|
||||
//
|
||||
this.buttonZeroVariate.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroVariate.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroVariate.Location = new System.Drawing.Point(287, 5);
|
||||
this.buttonZeroVariate.Name = "buttonZeroVariate";
|
||||
this.buttonZeroVariate.Size = new System.Drawing.Size(70, 29);
|
||||
|
|
@ -1567,7 +1393,7 @@
|
|||
this.smartLabel32.BackPictureBox2 = null;
|
||||
this.smartLabel32.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel32.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel32.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel32.InitVisible = true;
|
||||
this.smartLabel32.LineSpacing = 0F;
|
||||
this.smartLabel32.Location = new System.Drawing.Point(29, 350);
|
||||
|
|
@ -1587,7 +1413,7 @@
|
|||
this.smartLabel24.BackPictureBox2 = null;
|
||||
this.smartLabel24.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel24.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel24.InitVisible = true;
|
||||
this.smartLabel24.LineSpacing = 0F;
|
||||
this.smartLabel24.Location = new System.Drawing.Point(29, 288);
|
||||
|
|
@ -1607,7 +1433,7 @@
|
|||
this.smartLabel16.BackPictureBox2 = null;
|
||||
this.smartLabel16.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel16.InitVisible = true;
|
||||
this.smartLabel16.LineSpacing = 0F;
|
||||
this.smartLabel16.Location = new System.Drawing.Point(29, 226);
|
||||
|
|
@ -1627,7 +1453,7 @@
|
|||
this.labelLoadcell25.BackPictureBox2 = null;
|
||||
this.labelLoadcell25.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell25.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell25.InitVisible = true;
|
||||
this.labelLoadcell25.LineSpacing = 0F;
|
||||
this.labelLoadcell25.Location = new System.Drawing.Point(29, 164);
|
||||
|
|
@ -1667,7 +1493,7 @@
|
|||
this.labelLoadcell24.BackPictureBox2 = null;
|
||||
this.labelLoadcell24.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell24.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell24.InitVisible = true;
|
||||
this.labelLoadcell24.LineSpacing = 0F;
|
||||
this.labelLoadcell24.Location = new System.Drawing.Point(29, 133);
|
||||
|
|
@ -1707,7 +1533,7 @@
|
|||
this.labelLoadcell22.BackPictureBox2 = null;
|
||||
this.labelLoadcell22.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell22.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell22.InitVisible = true;
|
||||
this.labelLoadcell22.LineSpacing = 0F;
|
||||
this.labelLoadcell22.Location = new System.Drawing.Point(29, 71);
|
||||
|
|
@ -1787,7 +1613,7 @@
|
|||
this.labelLoadcell23.BackPictureBox2 = null;
|
||||
this.labelLoadcell23.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell23.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell23.InitVisible = true;
|
||||
this.labelLoadcell23.LineSpacing = 0F;
|
||||
this.labelLoadcell23.Location = new System.Drawing.Point(29, 102);
|
||||
|
|
@ -2541,7 +2367,7 @@
|
|||
this.smartLabel23.BackPictureBox2 = null;
|
||||
this.smartLabel23.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel23.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel23.InitVisible = true;
|
||||
this.smartLabel23.LineSpacing = 0F;
|
||||
this.smartLabel23.Location = new System.Drawing.Point(29, 505);
|
||||
|
|
@ -2561,7 +2387,7 @@
|
|||
this.smartLabel29.BackPictureBox2 = null;
|
||||
this.smartLabel29.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel29.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel29.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel29.InitVisible = true;
|
||||
this.smartLabel29.LineSpacing = 0F;
|
||||
this.smartLabel29.Location = new System.Drawing.Point(29, 443);
|
||||
|
|
@ -2621,7 +2447,7 @@
|
|||
this.smartLabel34.BackPictureBox2 = null;
|
||||
this.smartLabel34.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel34.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel34.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel34.InitVisible = true;
|
||||
this.smartLabel34.LineSpacing = 0F;
|
||||
this.smartLabel34.Location = new System.Drawing.Point(29, 474);
|
||||
|
|
@ -2641,7 +2467,7 @@
|
|||
this.smartLabel35.BackPictureBox2 = null;
|
||||
this.smartLabel35.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel35.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel35.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel35.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel35.InitVisible = true;
|
||||
this.smartLabel35.LineSpacing = 0F;
|
||||
this.smartLabel35.Location = new System.Drawing.Point(29, 412);
|
||||
|
|
@ -2821,7 +2647,7 @@
|
|||
this.labelLoadcell11.BackPictureBox2 = null;
|
||||
this.labelLoadcell11.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell11.InitVisible = true;
|
||||
this.labelLoadcell11.LineSpacing = 0F;
|
||||
this.labelLoadcell11.Location = new System.Drawing.Point(29, 40);
|
||||
|
|
@ -2895,7 +2721,7 @@
|
|||
//
|
||||
// buttonBalanceWeight
|
||||
//
|
||||
this.buttonBalanceWeight.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonBalanceWeight.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonBalanceWeight.Location = new System.Drawing.Point(135, 5);
|
||||
this.buttonBalanceWeight.Name = "buttonBalanceWeight";
|
||||
this.buttonBalanceWeight.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -3011,7 +2837,7 @@
|
|||
this.smartLabel38.BackPictureBox2 = null;
|
||||
this.smartLabel38.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel38.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel38.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel38.InitVisible = true;
|
||||
this.smartLabel38.LineSpacing = 0F;
|
||||
this.smartLabel38.Location = new System.Drawing.Point(29, 381);
|
||||
|
|
@ -3031,7 +2857,7 @@
|
|||
this.smartLabel28.BackPictureBox2 = null;
|
||||
this.smartLabel28.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel28.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel28.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel28.InitVisible = true;
|
||||
this.smartLabel28.LineSpacing = 0F;
|
||||
this.smartLabel28.Location = new System.Drawing.Point(29, 319);
|
||||
|
|
@ -3051,7 +2877,7 @@
|
|||
this.smartLabel18.BackPictureBox2 = null;
|
||||
this.smartLabel18.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel18.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel18.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel18.InitVisible = true;
|
||||
this.smartLabel18.LineSpacing = 0F;
|
||||
this.smartLabel18.Location = new System.Drawing.Point(29, 257);
|
||||
|
|
@ -3071,7 +2897,7 @@
|
|||
this.labelLoadcell16.BackPictureBox2 = null;
|
||||
this.labelLoadcell16.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell16.InitVisible = true;
|
||||
this.labelLoadcell16.LineSpacing = 0F;
|
||||
this.labelLoadcell16.Location = new System.Drawing.Point(29, 195);
|
||||
|
|
@ -3251,7 +3077,7 @@
|
|||
this.smartLabel36.BackPictureBox2 = null;
|
||||
this.smartLabel36.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel36.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel36.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel36.InitVisible = true;
|
||||
this.smartLabel36.LineSpacing = 0F;
|
||||
this.smartLabel36.Location = new System.Drawing.Point(29, 350);
|
||||
|
|
@ -3271,7 +3097,7 @@
|
|||
this.smartLabel26.BackPictureBox2 = null;
|
||||
this.smartLabel26.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel26.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel26.InitVisible = true;
|
||||
this.smartLabel26.LineSpacing = 0F;
|
||||
this.smartLabel26.Location = new System.Drawing.Point(29, 288);
|
||||
|
|
@ -3291,7 +3117,7 @@
|
|||
this.smartLabel14.BackPictureBox2 = null;
|
||||
this.smartLabel14.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.InitVisible = true;
|
||||
this.smartLabel14.LineSpacing = 0F;
|
||||
this.smartLabel14.Location = new System.Drawing.Point(29, 226);
|
||||
|
|
@ -3311,7 +3137,7 @@
|
|||
this.labelLoadcell15.BackPictureBox2 = null;
|
||||
this.labelLoadcell15.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell15.InitVisible = true;
|
||||
this.labelLoadcell15.LineSpacing = 0F;
|
||||
this.labelLoadcell15.Location = new System.Drawing.Point(29, 164);
|
||||
|
|
@ -3411,7 +3237,7 @@
|
|||
this.labelLoadcell14.BackPictureBox2 = null;
|
||||
this.labelLoadcell14.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell14.InitVisible = true;
|
||||
this.labelLoadcell14.LineSpacing = 0F;
|
||||
this.labelLoadcell14.Location = new System.Drawing.Point(29, 133);
|
||||
|
|
@ -3431,7 +3257,7 @@
|
|||
this.labelLoadcell12.BackPictureBox2 = null;
|
||||
this.labelLoadcell12.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell12.InitVisible = true;
|
||||
this.labelLoadcell12.LineSpacing = 0F;
|
||||
this.labelLoadcell12.Location = new System.Drawing.Point(29, 71);
|
||||
|
|
@ -3771,7 +3597,7 @@
|
|||
this.labelLoadcell13.BackPictureBox2 = null;
|
||||
this.labelLoadcell13.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell13.InitVisible = true;
|
||||
this.labelLoadcell13.LineSpacing = 0F;
|
||||
this.labelLoadcell13.Location = new System.Drawing.Point(29, 102);
|
||||
|
|
@ -3785,7 +3611,7 @@
|
|||
//
|
||||
// buttonDigit
|
||||
//
|
||||
this.buttonDigit.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonDigit.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonDigit.Location = new System.Drawing.Point(287, 5);
|
||||
this.buttonDigit.Name = "buttonDigit";
|
||||
this.buttonDigit.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -3795,7 +3621,7 @@
|
|||
//
|
||||
// buttonMaxWeight
|
||||
//
|
||||
this.buttonMaxWeight.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonMaxWeight.Font = new System.Drawing.Font("New Gulim", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonMaxWeight.Location = new System.Drawing.Point(211, 5);
|
||||
this.buttonMaxWeight.Name = "buttonMaxWeight";
|
||||
this.buttonMaxWeight.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -3891,7 +3717,7 @@
|
|||
this.smartLabel30.BackPictureBox2 = null;
|
||||
this.smartLabel30.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel30.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel30.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel30.InitVisible = true;
|
||||
this.smartLabel30.LineSpacing = 0F;
|
||||
this.smartLabel30.Location = new System.Drawing.Point(29, 505);
|
||||
|
|
@ -3911,7 +3737,7 @@
|
|||
this.smartLabel31.BackPictureBox2 = null;
|
||||
this.smartLabel31.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel31.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel31.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel31.InitVisible = true;
|
||||
this.smartLabel31.LineSpacing = 0F;
|
||||
this.smartLabel31.Location = new System.Drawing.Point(29, 443);
|
||||
|
|
@ -3971,7 +3797,7 @@
|
|||
this.smartLabel40.BackPictureBox2 = null;
|
||||
this.smartLabel40.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel40.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel40.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel40.InitVisible = true;
|
||||
this.smartLabel40.LineSpacing = 0F;
|
||||
this.smartLabel40.Location = new System.Drawing.Point(29, 474);
|
||||
|
|
@ -3991,7 +3817,7 @@
|
|||
this.smartLabel41.BackPictureBox2 = null;
|
||||
this.smartLabel41.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel41.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel41.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel41.InitVisible = true;
|
||||
this.smartLabel41.LineSpacing = 0F;
|
||||
this.smartLabel41.Location = new System.Drawing.Point(29, 412);
|
||||
|
|
@ -4011,7 +3837,7 @@
|
|||
this.smartLabel1.BackPictureBox2 = null;
|
||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.InitVisible = true;
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(29, 40);
|
||||
|
|
@ -4191,7 +4017,7 @@
|
|||
this.smartLabel27.BackPictureBox2 = null;
|
||||
this.smartLabel27.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel27.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel27.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel27.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel27.InitVisible = true;
|
||||
this.smartLabel27.LineSpacing = 0F;
|
||||
this.smartLabel27.Location = new System.Drawing.Point(29, 381);
|
||||
|
|
@ -4211,7 +4037,7 @@
|
|||
this.smartLabel20.BackPictureBox2 = null;
|
||||
this.smartLabel20.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel20.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel20.InitVisible = true;
|
||||
this.smartLabel20.LineSpacing = 0F;
|
||||
this.smartLabel20.Location = new System.Drawing.Point(29, 319);
|
||||
|
|
@ -4231,7 +4057,7 @@
|
|||
this.smartLabel6.BackPictureBox2 = null;
|
||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel6.InitVisible = true;
|
||||
this.smartLabel6.LineSpacing = 0F;
|
||||
this.smartLabel6.Location = new System.Drawing.Point(29, 257);
|
||||
|
|
@ -4251,7 +4077,7 @@
|
|||
this.smartLabel7.BackPictureBox2 = null;
|
||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.InitVisible = true;
|
||||
this.smartLabel7.LineSpacing = 0F;
|
||||
this.smartLabel7.Location = new System.Drawing.Point(29, 195);
|
||||
|
|
@ -4351,7 +4177,7 @@
|
|||
this.smartLabel22.BackPictureBox2 = null;
|
||||
this.smartLabel22.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel22.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel22.InitVisible = true;
|
||||
this.smartLabel22.LineSpacing = 0F;
|
||||
this.smartLabel22.Location = new System.Drawing.Point(29, 350);
|
||||
|
|
@ -4371,7 +4197,7 @@
|
|||
this.smartLabel15.BackPictureBox2 = null;
|
||||
this.smartLabel15.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel15.InitVisible = true;
|
||||
this.smartLabel15.LineSpacing = 0F;
|
||||
this.smartLabel15.Location = new System.Drawing.Point(29, 288);
|
||||
|
|
@ -4391,7 +4217,7 @@
|
|||
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(29, 226);
|
||||
|
|
@ -4411,7 +4237,7 @@
|
|||
this.smartLabel9.BackPictureBox2 = null;
|
||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel9.InitVisible = true;
|
||||
this.smartLabel9.LineSpacing = 0F;
|
||||
this.smartLabel9.Location = new System.Drawing.Point(29, 164);
|
||||
|
|
@ -4431,7 +4257,7 @@
|
|||
this.smartLabel10.BackPictureBox2 = null;
|
||||
this.smartLabel10.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel10.InitVisible = true;
|
||||
this.smartLabel10.LineSpacing = 0F;
|
||||
this.smartLabel10.Location = new System.Drawing.Point(29, 133);
|
||||
|
|
@ -4451,7 +4277,7 @@
|
|||
this.smartLabel11.BackPictureBox2 = null;
|
||||
this.smartLabel11.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel11.InitVisible = true;
|
||||
this.smartLabel11.LineSpacing = 0F;
|
||||
this.smartLabel11.Location = new System.Drawing.Point(29, 71);
|
||||
|
|
@ -4471,7 +4297,7 @@
|
|||
this.smartLabel13.BackPictureBox2 = null;
|
||||
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel13.InitVisible = true;
|
||||
this.smartLabel13.LineSpacing = 0F;
|
||||
this.smartLabel13.Location = new System.Drawing.Point(29, 102);
|
||||
|
|
@ -4485,7 +4311,7 @@
|
|||
//
|
||||
// buttonFilter
|
||||
//
|
||||
this.buttonFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonFilter.Location = new System.Drawing.Point(135, 5);
|
||||
this.buttonFilter.Name = "buttonFilter";
|
||||
this.buttonFilter.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -4500,7 +4326,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||
|
|
@ -4557,7 +4383,7 @@
|
|||
this.groupBoxBypass.Controls.Add(this.labelTitleLine2);
|
||||
this.groupBoxBypass.Controls.Add(this.labelTitleLine1);
|
||||
this.groupBoxBypass.Controls.Add(this.labelStaticBypass);
|
||||
this.groupBoxBypass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxBypass.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxBypass.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxBypass.FrameLineThickness = 1;
|
||||
|
|
@ -4656,7 +4482,7 @@
|
|||
this.labelTitleLine16.BackPictureBox2 = null;
|
||||
this.labelTitleLine16.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine16.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine16.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine16.InitVisible = true;
|
||||
this.labelTitleLine16.LineSpacing = 0F;
|
||||
this.labelTitleLine16.Location = new System.Drawing.Point(264, 292);
|
||||
|
|
@ -4675,7 +4501,7 @@
|
|||
this.labelTitleLine15.BackPictureBox2 = null;
|
||||
this.labelTitleLine15.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine15.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine15.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine15.InitVisible = true;
|
||||
this.labelTitleLine15.LineSpacing = 0F;
|
||||
this.labelTitleLine15.Location = new System.Drawing.Point(23, 292);
|
||||
|
|
@ -4756,7 +4582,7 @@
|
|||
this.labelTitleLine14.BackPictureBox2 = null;
|
||||
this.labelTitleLine14.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine14.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine14.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine14.InitVisible = true;
|
||||
this.labelTitleLine14.LineSpacing = 0F;
|
||||
this.labelTitleLine14.Location = new System.Drawing.Point(264, 256);
|
||||
|
|
@ -4775,7 +4601,7 @@
|
|||
this.labelTitleLine13.BackPictureBox2 = null;
|
||||
this.labelTitleLine13.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine13.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine13.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine13.InitVisible = true;
|
||||
this.labelTitleLine13.LineSpacing = 0F;
|
||||
this.labelTitleLine13.Location = new System.Drawing.Point(23, 256);
|
||||
|
|
@ -4790,7 +4616,7 @@
|
|||
// buttonSaveBypass
|
||||
//
|
||||
this.buttonSaveBypass.Enabled = false;
|
||||
this.buttonSaveBypass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSaveBypass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSaveBypass.Location = new System.Drawing.Point(215, 345);
|
||||
this.buttonSaveBypass.Name = "buttonSaveBypass";
|
||||
this.buttonSaveBypass.Size = new System.Drawing.Size(100, 30);
|
||||
|
|
@ -5177,7 +5003,7 @@
|
|||
this.labelTitleLine12.BackPictureBox2 = null;
|
||||
this.labelTitleLine12.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine12.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine12.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine12.InitVisible = true;
|
||||
this.labelTitleLine12.LineSpacing = 0F;
|
||||
this.labelTitleLine12.Location = new System.Drawing.Point(264, 220);
|
||||
|
|
@ -5196,7 +5022,7 @@
|
|||
this.labelTitleLine11.BackPictureBox2 = null;
|
||||
this.labelTitleLine11.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine11.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine11.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine11.InitVisible = true;
|
||||
this.labelTitleLine11.LineSpacing = 0F;
|
||||
this.labelTitleLine11.Location = new System.Drawing.Point(23, 220);
|
||||
|
|
@ -5215,7 +5041,7 @@
|
|||
this.labelTitleLine10.BackPictureBox2 = null;
|
||||
this.labelTitleLine10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine10.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine10.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine10.InitVisible = true;
|
||||
this.labelTitleLine10.LineSpacing = 0F;
|
||||
this.labelTitleLine10.Location = new System.Drawing.Point(264, 184);
|
||||
|
|
@ -5234,7 +5060,7 @@
|
|||
this.labelTitleLine9.BackPictureBox2 = null;
|
||||
this.labelTitleLine9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine9.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine9.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine9.InitVisible = true;
|
||||
this.labelTitleLine9.LineSpacing = 0F;
|
||||
this.labelTitleLine9.Location = new System.Drawing.Point(23, 184);
|
||||
|
|
@ -5253,7 +5079,7 @@
|
|||
this.labelTitleLine8.BackPictureBox2 = null;
|
||||
this.labelTitleLine8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine8.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine8.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine8.InitVisible = true;
|
||||
this.labelTitleLine8.LineSpacing = 0F;
|
||||
this.labelTitleLine8.Location = new System.Drawing.Point(264, 148);
|
||||
|
|
@ -5272,7 +5098,7 @@
|
|||
this.labelTitleLine7.BackPictureBox2 = null;
|
||||
this.labelTitleLine7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine7.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine7.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine7.InitVisible = true;
|
||||
this.labelTitleLine7.LineSpacing = 0F;
|
||||
this.labelTitleLine7.Location = new System.Drawing.Point(23, 148);
|
||||
|
|
@ -5291,7 +5117,7 @@
|
|||
this.labelTitleLine6.BackPictureBox2 = null;
|
||||
this.labelTitleLine6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine6.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine6.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine6.InitVisible = true;
|
||||
this.labelTitleLine6.LineSpacing = 0F;
|
||||
this.labelTitleLine6.Location = new System.Drawing.Point(264, 112);
|
||||
|
|
@ -5310,7 +5136,7 @@
|
|||
this.labelTitleLine5.BackPictureBox2 = null;
|
||||
this.labelTitleLine5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine5.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine5.InitVisible = true;
|
||||
this.labelTitleLine5.LineSpacing = 0F;
|
||||
this.labelTitleLine5.Location = new System.Drawing.Point(23, 112);
|
||||
|
|
@ -5329,7 +5155,7 @@
|
|||
this.labelTitleLine4.BackPictureBox2 = null;
|
||||
this.labelTitleLine4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine4.InitVisible = true;
|
||||
this.labelTitleLine4.LineSpacing = 0F;
|
||||
this.labelTitleLine4.Location = new System.Drawing.Point(264, 76);
|
||||
|
|
@ -5348,7 +5174,7 @@
|
|||
this.labelTitleLine3.BackPictureBox2 = null;
|
||||
this.labelTitleLine3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine3.InitVisible = true;
|
||||
this.labelTitleLine3.LineSpacing = 0F;
|
||||
this.labelTitleLine3.Location = new System.Drawing.Point(23, 76);
|
||||
|
|
@ -5367,7 +5193,7 @@
|
|||
this.labelTitleLine2.BackPictureBox2 = null;
|
||||
this.labelTitleLine2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine2.InitVisible = true;
|
||||
this.labelTitleLine2.LineSpacing = 0F;
|
||||
this.labelTitleLine2.Location = new System.Drawing.Point(264, 40);
|
||||
|
|
@ -5386,7 +5212,7 @@
|
|||
this.labelTitleLine1.BackPictureBox2 = null;
|
||||
this.labelTitleLine1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleLine1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleLine1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleLine1.InitVisible = true;
|
||||
this.labelTitleLine1.LineSpacing = 0F;
|
||||
this.labelTitleLine1.Location = new System.Drawing.Point(23, 40);
|
||||
|
|
@ -5440,7 +5266,6 @@
|
|||
this.Controls.Add(this.labelTitle);
|
||||
this.Controls.Add(this.panelSpecialMenu);
|
||||
this.Controls.Add(this.groupBoxOption);
|
||||
this.Controls.Add(this.groupBoxComm);
|
||||
this.Controls.Add(this.groupBoxAutoZero);
|
||||
this.Controls.Add(this.buttonBack);
|
||||
this.Controls.Add(this.smartForm1);
|
||||
|
|
@ -5448,7 +5273,6 @@
|
|||
this.Text = "FormConfiguration";
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||
this.groupBoxAutoZero.ResumeLayout(false);
|
||||
this.groupBoxComm.ResumeLayout(false);
|
||||
this.groupBoxOption.ResumeLayout(false);
|
||||
this.panelSpecialMenu.ResumeLayout(false);
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
|
|
@ -5473,9 +5297,6 @@
|
|||
private SmartX.SmartLabel labelStaticRange;
|
||||
private SmartX.SmartLabel labelStaticTime;
|
||||
private SmartX.SmartButton buttonBack;
|
||||
private SmartX.SmartGroupBox groupBoxComm;
|
||||
private SmartX.SmartLabel labelStaticCommunicationMode;
|
||||
private SmartX.SmartLabel labelStaticCommunicationSpeed;
|
||||
private SmartX.SmartGroupBox groupBoxOption;
|
||||
private SmartX.SmartLabel labelBuzzerOnTime;
|
||||
private SmartX.SmartLabel labelChattering;
|
||||
|
|
@ -5621,10 +5442,6 @@
|
|||
private SmartX.SmartLabel smartLabel22;
|
||||
private SmartX.SmartLabel smartLabel15;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private System.Windows.Forms.Button buttonSave3;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3Mode;
|
||||
private SmartX.SmartLabel smartLabel4;
|
||||
private SmartX.SmartGroupBox groupBoxBypass;
|
||||
private SmartX.SmartLabel labelTitleLine11;
|
||||
private SmartX.SmartLabel labelTitleLine9;
|
||||
|
|
@ -5651,9 +5468,6 @@
|
|||
private SmartX.SmartButton buttonBypassLane5;
|
||||
private SmartX.SmartButton buttonBypassLane3;
|
||||
private SmartX.SmartButton buttonBypassLane1;
|
||||
private System.Windows.Forms.Button buttonSend;
|
||||
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;
|
||||
private SmartX.SmartLabel labelProtocolDescriptionCOM3_2;
|
||||
private SmartX.SmartButton buttonScreen;
|
||||
private SmartX.SmartLabel labelTurnRunTime;
|
||||
private SmartX.SmartLabel labelTurnDelayTime;
|
||||
|
|
|
|||
|
|
@ -81,10 +81,6 @@ namespace INT63DC_2C.Forms
|
|||
this.labelStaticTurnDelayTime.Text = "EXT DelayTime";
|
||||
this.labelStaticTurnRunTime.Text = "EXT RunTime";
|
||||
|
||||
this.groupBoxComm.Text = "Communication";
|
||||
this.labelStaticCommunicationSpeed.Text = "Speed";
|
||||
this.labelStaticCommunicationMode.Text = "Mode";
|
||||
|
||||
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable));
|
||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown));
|
||||
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenUp));
|
||||
|
|
@ -113,14 +109,8 @@ namespace INT63DC_2C.Forms
|
|||
this.labelStaticTurnDelayTime.Text = "外部输出延迟时间";
|
||||
this.labelStaticTurnRunTime.Text = "外部输出运转时间";
|
||||
|
||||
this.groupBoxComm.Text = "通信";
|
||||
this.labelStaticCommunicationSpeed.Text = "波特率";
|
||||
this.labelStaticCommunicationMode.Text = "模式";
|
||||
|
||||
this.groupBoxBypass.Text = "旁路";
|
||||
this.buttonSend.Text = "发送";
|
||||
|
||||
this.buttonSave3.Text = this.buttonSaveBypass.Text = "保存";
|
||||
this.buttonSaveBypass.Text = "保存";
|
||||
|
||||
this.labelTitleLine1.Text = "列1";
|
||||
this.labelTitleLine2.Text = "列2";
|
||||
|
|
@ -179,9 +169,6 @@ namespace INT63DC_2C.Forms
|
|||
this.labelStaticTurnDelayTime.Text = "zpoždění externího výstupu";
|
||||
this.labelStaticTurnRunTime.Text = "provozu externího výstupu";
|
||||
|
||||
this.groupBoxComm.Text = "Nastavení komunikace";
|
||||
this.labelStaticCommunicationMode.Text = "Režim";
|
||||
|
||||
this.labelTitleLine1.Text = "Řada 1";
|
||||
this.labelTitleLine2.Text = "Řada 2";
|
||||
this.labelTitleLine3.Text = "Řada 3";
|
||||
|
|
@ -200,8 +187,7 @@ namespace INT63DC_2C.Forms
|
|||
this.labelTitleLine16.Text = "Řada 16";
|
||||
|
||||
this.labelStaticBypass.Text = "Bypass vše";
|
||||
|
||||
this.buttonSave3.Text = this.buttonSaveBypass.Text = "Uložit";
|
||||
this.buttonSaveBypass.Text = "Uložit";
|
||||
|
||||
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDisable));
|
||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDown));
|
||||
|
|
@ -246,10 +232,6 @@ namespace INT63DC_2C.Forms
|
|||
this.labelStaticTurnRunTime.Font = font;
|
||||
this.labelStaticTurnRunTime.Text = "Betriebszeit der externen Ausgabe";
|
||||
|
||||
this.groupBoxComm.Text = "Kommunikationseinstellung";
|
||||
this.labelStaticCommunicationSpeed.Text = "Baudrate";
|
||||
this.labelStaticCommunicationMode.Text = "Modus";
|
||||
|
||||
this.labelTitleLine1.Text = "Reihe 1";
|
||||
this.labelTitleLine2.Text = "Reihe 2";
|
||||
this.labelTitleLine3.Text = "Reihe 3";
|
||||
|
|
@ -268,7 +250,6 @@ namespace INT63DC_2C.Forms
|
|||
this.labelTitleLine16.Text = "Reihe 16";
|
||||
|
||||
this.labelStaticBypass.Text = "Bypass Alles";
|
||||
this.buttonSend.Text = "Senden";
|
||||
this.tabPage1.Text = "Automatische Nullung";
|
||||
this.tabPage2.Text = "Kalibrierung";
|
||||
this.tabPage3.Text = "Tascheneinstellung";
|
||||
|
|
@ -278,8 +259,7 @@ namespace INT63DC_2C.Forms
|
|||
this.buttonBalanceWeight.Text = "Waage G.";
|
||||
this.buttonMaxWeight.Text = "Maximalgewicht";
|
||||
this.buttonDigit.Text = "Ziffer";
|
||||
|
||||
this.buttonSave3.Text = this.buttonSaveBypass.Text = "Speichern";
|
||||
this.buttonSaveBypass.Text = "Speichern";
|
||||
|
||||
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDisable));
|
||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDown));
|
||||
|
|
@ -320,10 +300,6 @@ namespace INT63DC_2C.Forms
|
|||
this.labelStaticTurnDelayTime.Text = "外部出力遅延時間";
|
||||
this.labelStaticTurnRunTime.Text = "外部出力 運転時間";
|
||||
|
||||
this.groupBoxComm.Text = "通信";
|
||||
this.labelStaticCommunicationSpeed.Text = "ボㅡレㅡト";
|
||||
this.labelStaticCommunicationMode.Text = "モㅡド";
|
||||
|
||||
this.labelTitleLine1.Text = "レㅡン 1";
|
||||
this.labelTitleLine2.Text = "レㅡン 2";
|
||||
this.labelTitleLine3.Text = "レㅡン 3";
|
||||
|
|
@ -342,9 +318,7 @@ namespace INT63DC_2C.Forms
|
|||
this.labelTitleLine16.Text = "レㅡン 16";
|
||||
|
||||
this.labelStaticBypass.Text = "バイパスモㅡド";
|
||||
|
||||
this.buttonSave3.Text = this.buttonSaveBypass.Text = "保存";
|
||||
this.buttonSend.Text = "送信";
|
||||
this.buttonSaveBypass.Text = "保存";
|
||||
|
||||
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
|
||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
|
||||
|
|
@ -418,23 +392,6 @@ namespace INT63DC_2C.Forms
|
|||
this.comboBoxDecimalPlaces.Items.Add("0.000");
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = 0;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3BaudRate.Items.Clear();
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3BaudRate.Items.Add(9600);
|
||||
this.comboBoxSerial3BaudRate.Items.Add(19200);
|
||||
this.comboBoxSerial3BaudRate.Items.Add(38400);
|
||||
this.comboBoxSerial3BaudRate.Items.Add(115200);
|
||||
this.comboBoxSerial3BaudRate.SelectedIndex = 0;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3Mode.Items.Clear();
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3Mode.Items.Add("-");
|
||||
this.comboBoxSerial3Mode.Items.Add("STD1");
|
||||
this.comboBoxSerial3Mode.Items.Add("STD2");
|
||||
this.comboBoxSerial3Mode.SelectedIndex = 0;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
}
|
||||
private void DefaultSetting()
|
||||
{
|
||||
|
|
@ -450,168 +407,18 @@ namespace INT63DC_2C.Forms
|
|||
this.CollectionBypassLabel = new Collection<SmartLabel>();
|
||||
this.CollectionBypassButton = new Collection<SmartButton>();
|
||||
|
||||
this.CollectionZeroParameterRangeLabel.Clear();
|
||||
this.CollectionZeroParameterTimeLabel.Clear();
|
||||
this.CollectionZeroParameterVariateLabel.Clear();
|
||||
this.CollectionMaxWeightLabel.Clear();
|
||||
this.CollectionBalanceWeightLabel.Clear();
|
||||
this.CollectionDigitLabel.Clear();
|
||||
this.CollectionFilterLabel.Clear();
|
||||
this.CollectionBypassLabel.Clear();
|
||||
this.CollectionBypassButton.Clear();
|
||||
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange1);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange2);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange3);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange4);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange5);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange6);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange7);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange8);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange9);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange10);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange11);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange12);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange13);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange14);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange15);
|
||||
this.CollectionZeroParameterRangeLabel.Add(this.labelZeroRange16);
|
||||
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime1);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime2);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime3);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime4);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime5);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime6);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime7);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime8);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime9);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime10);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime11);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime12);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime13);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime14);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime15);
|
||||
this.CollectionZeroParameterTimeLabel.Add(this.labelZeroTime16);
|
||||
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate1);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate2);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate3);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate4);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate5);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate6);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate7);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate8);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate9);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate10);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate11);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate12);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate13);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate14);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate15);
|
||||
this.CollectionZeroParameterVariateLabel.Add(this.labelZeroVariate16);
|
||||
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight1);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight2);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight3);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight4);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight5);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight6);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight7);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight8);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight9);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight10);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight11);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight12);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight13);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight14);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight15);
|
||||
this.CollectionMaxWeightLabel.Add(this.labelMaxWeight16);
|
||||
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight1);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight2);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight3);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight4);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight5);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight6);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight7);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight8);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight9);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight10);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight11);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight12);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight13);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight14);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight15);
|
||||
this.CollectionBalanceWeightLabel.Add(this.labelBalanceWeight16);
|
||||
|
||||
this.CollectionDigitLabel.Add(this.labelDigit1);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit2);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit3);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit4);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit5);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit6);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit7);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit8);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit9);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit10);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit11);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit12);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit13);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit14);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit15);
|
||||
this.CollectionDigitLabel.Add(this.labelDigit16);
|
||||
|
||||
this.CollectionFilterLabel.Add(this.labelFilter1);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter2);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter3);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter4);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter5);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter6);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter7);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter8);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter9);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter10);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter11);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter12);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter13);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter14);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter15);
|
||||
this.CollectionFilterLabel.Add(this.labelFilter16);
|
||||
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine1);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine2);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine3);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine4);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine5);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine6);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine7);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine8);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine9);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine10);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine11);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine12);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine13);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine14);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine15);
|
||||
this.CollectionBypassLabel.Add(this.labelTitleLine16);
|
||||
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane1);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane2);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane3);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane4);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane5);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane6);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane7);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane8);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane9);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane10);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane11);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane12);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane13);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane14);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane15);
|
||||
this.CollectionBypassButton.Add(this.buttonBypassLane16);
|
||||
for (int i = 1; i <= 16; i++)
|
||||
{
|
||||
this.CollectionZeroParameterRangeLabel.Add(FindByNameUtil.SmartLabel("labelZeroRange" + i, this));
|
||||
this.CollectionZeroParameterTimeLabel.Add(FindByNameUtil.SmartLabel("labelZeroTime" + i, this));
|
||||
this.CollectionZeroParameterVariateLabel.Add(FindByNameUtil.SmartLabel("labelZeroVariate" + i, this));
|
||||
this.CollectionMaxWeightLabel.Add(FindByNameUtil.SmartLabel("labelMaxWeight" + i, this));
|
||||
this.CollectionBalanceWeightLabel.Add(FindByNameUtil.SmartLabel("labelBalanceWeight" + i, this));
|
||||
this.CollectionDigitLabel.Add(FindByNameUtil.SmartLabel("labelDigit" + i, this));
|
||||
this.CollectionFilterLabel.Add(FindByNameUtil.SmartLabel("labelFilter" + i, this));
|
||||
this.CollectionBypassLabel.Add(FindByNameUtil.SmartLabel("labelTitleLine" + i, this));
|
||||
this.CollectionBypassButton.Add(FindByNameUtil.SmartButton("buttonBypassLane" + i, this));
|
||||
}
|
||||
|
||||
for (int i = 0; i < 16; i++)
|
||||
{
|
||||
|
|
@ -641,35 +448,6 @@ namespace INT63DC_2C.Forms
|
|||
this.comboBoxDecimalPlaces.SelectedIndex = this.ParentForm.SystemConfig.DecimalPlaces;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3BaudRate.SelectedIndex = this.ParentForm.SystemConfig.Serial3BaudRate;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3Mode.SelectedIndex = this.ParentForm.SystemConfig.Serial3Mode;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
if (this.comboBoxSerial3Mode.SelectedIndex == 1)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "{GRD[1],WEIGHT[6]} * n,CHK8[2],ETX[1]";
|
||||
}
|
||||
else if (this.comboBoxSerial3Mode.SelectedIndex == 2)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],UNDER[6],PASS[6],OVER[6],";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "TARE[6],{GRD[1],WEIGHT[6]} * n,CHK8[2],ETX[1]";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "";
|
||||
}
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
this.buttonSend.Enabled = true;
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
|
||||
// Empty중량설정
|
||||
if (this.ParentForm.SystemConfig.EmptyWeight == "")
|
||||
value = "0";
|
||||
|
|
@ -785,43 +563,19 @@ namespace INT63DC_2C.Forms
|
|||
{
|
||||
string value = "";
|
||||
|
||||
//switch (this.ParentForm.SystemConfig.CurrentUser.Group)
|
||||
//{
|
||||
// case DataStore.UserGroup.Level3Manager:
|
||||
// case DataStore.UserGroup.Level4Developer:
|
||||
// this.buttonScreen.Visible = true;
|
||||
// break;
|
||||
// default:
|
||||
// this.buttonScreen.Visible = false;
|
||||
// break;
|
||||
//}
|
||||
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormConfiguration;
|
||||
this.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.SubBoard1, CommunicationAddress._4901_ParameterRead4901, "");
|
||||
this.timerInterval.Enabled = true;
|
||||
this.buttonSave3.Enabled = false;
|
||||
this.buttonSaveBypass.Enabled = false;
|
||||
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged -= new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = this.ParentForm.SystemConfig.DecimalPlaces;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3BaudRate.SelectedItem = this.ParentForm.SystemConfig.Serial3BaudRate;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
this.comboBoxSerial3Mode.SelectedIndex = this.ParentForm.SystemConfig.Serial3Mode;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
|
||||
|
||||
this.labelTurnDelayTime.Text = this.ParentForm.SystemConfig.EXT1_DelayTime.ToString();
|
||||
this.labelTurnRunTime.Text = this.ParentForm.SystemConfig.EXT1_RunTime.ToString();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
this.buttonSend.Enabled = true;
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
|
||||
|
||||
// Bypass
|
||||
for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
if (this.ParentForm.CollectionWeightData[i].IsBypassMode == true)
|
||||
|
|
@ -1186,119 +940,6 @@ namespace INT63DC_2C.Forms
|
|||
this.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress._6901_ParameterRead6901, "");
|
||||
}
|
||||
|
||||
private void comboBoxSerial3_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.comboBoxSerial3Mode.SelectedIndex == 1)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "{GRD[1],WEIGHT[6]} * n,CHK8[2],ETX[1]";
|
||||
}
|
||||
else if (this.comboBoxSerial3Mode.SelectedIndex == 2)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],UNDER[6],PASS[6],OVER[6],";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "TARE[6],{GRD[1],WEIGHT[6]} * n,CHK8[2],ETX[1]";
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3协议说明";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3协议说明";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
|
||||
}
|
||||
}
|
||||
|
||||
this.buttonSave3.Enabled = true;
|
||||
}
|
||||
private void buttonSend_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode == 1)
|
||||
this.ParentForm.SerialCH3STD1(this.ParentForm.CollectionWeightData);
|
||||
else if (this.ParentForm.SystemConfig.Serial3Mode == 2)
|
||||
this.ParentForm.SerialCH3STD2(this.ParentForm.CollectionWeightData);
|
||||
}
|
||||
private void buttonSave3_Click(object sender, EventArgs e)
|
||||
{
|
||||
string beforeBr = "", beforeMode = "", afterBr = "", afterMode = "";
|
||||
|
||||
// before : BaudRate
|
||||
if (this.ParentForm.SystemConfig.Serial3BaudRate == 0)
|
||||
beforeBr = "9600";
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 1)
|
||||
beforeBr = "19200";
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 2)
|
||||
beforeBr = "38400";
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 3)
|
||||
beforeBr = "115200";
|
||||
else
|
||||
beforeBr = "9600";
|
||||
|
||||
// before : SerialMode
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode == 0)
|
||||
beforeMode = "None";
|
||||
else if (this.ParentForm.SystemConfig.Serial3Mode == 1)
|
||||
beforeMode = "OPT1";
|
||||
else
|
||||
beforeMode = "OPT2";
|
||||
|
||||
|
||||
int baudrate = 9600;
|
||||
this.ParentForm.SystemConfig.Serial3BaudRate = this.comboBoxSerial3BaudRate.SelectedIndex;
|
||||
this.ParentForm.SystemConfig.Serial3Mode = this.comboBoxSerial3Mode.SelectedIndex;
|
||||
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);
|
||||
|
||||
SerialMgrComm.serialPortClose("COM3:");
|
||||
|
||||
// after : BaudRate
|
||||
if (this.ParentForm.SystemConfig.Serial3BaudRate == 0)
|
||||
{
|
||||
baudrate = 9600;
|
||||
afterBr = "9600";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 1)
|
||||
{
|
||||
baudrate = 19200;
|
||||
afterBr = "19200";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 2)
|
||||
{
|
||||
baudrate = 38400;
|
||||
afterBr = "38400";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Serial3BaudRate == 3)
|
||||
{
|
||||
baudrate = 115200;
|
||||
afterBr = "115200";
|
||||
}
|
||||
else
|
||||
{
|
||||
baudrate = 9600;
|
||||
afterBr = "9600";
|
||||
}
|
||||
|
||||
// after : SerialMode
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode == 0)
|
||||
afterMode = "None";
|
||||
else if (this.ParentForm.SystemConfig.Serial3Mode == 1)
|
||||
afterMode = "OPT1";
|
||||
else
|
||||
afterMode = "OPT2";
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
{
|
||||
SerialMgrComm.serialPortOpen("COM3:", baudrate, 0, 0, 8);
|
||||
this.buttonSend.Enabled = true;
|
||||
}
|
||||
else
|
||||
this.buttonSend.Enabled = false;
|
||||
|
||||
this.buttonSave3.Enabled = false;
|
||||
}
|
||||
|
||||
private void buttonBypassLane_Click(object sender, EventArgs e)
|
||||
{
|
||||
int iTemp = 0;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -51,6 +51,7 @@
|
|||
this.buttonMotorSetting = new SmartX.SmartButton();
|
||||
this.buttonDataViewer = new SmartX.SmartButton();
|
||||
this.labelExpireOfPassword = new SmartX.SmartLabel();
|
||||
this.buttonCommunication = new SmartX.SmartButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
|
@ -81,7 +82,7 @@
|
|||
this.buttonTimeSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.DownImage")));
|
||||
this.buttonTimeSetting.GroupID = 0;
|
||||
this.buttonTimeSetting.InitVisible = true;
|
||||
this.buttonTimeSetting.Location = new System.Drawing.Point(114, 435);
|
||||
this.buttonTimeSetting.Location = new System.Drawing.Point(270, 435);
|
||||
this.buttonTimeSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonTimeSetting.Name = "buttonTimeSetting";
|
||||
this.buttonTimeSetting.NestedClickEventPrevent = false;
|
||||
|
|
@ -174,7 +175,7 @@
|
|||
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
|
||||
this.buttonDataBackup.GroupID = 0;
|
||||
this.buttonDataBackup.InitVisible = true;
|
||||
this.buttonDataBackup.Location = new System.Drawing.Point(583, 279);
|
||||
this.buttonDataBackup.Location = new System.Drawing.Point(738, 279);
|
||||
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonDataBackup.Name = "buttonDataBackup";
|
||||
this.buttonDataBackup.NestedClickEventPrevent = false;
|
||||
|
|
@ -205,7 +206,7 @@
|
|||
this.buttonSysConfig.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.DownImage")));
|
||||
this.buttonSysConfig.GroupID = 0;
|
||||
this.buttonSysConfig.InitVisible = true;
|
||||
this.buttonSysConfig.Location = new System.Drawing.Point(582, 123);
|
||||
this.buttonSysConfig.Location = new System.Drawing.Point(738, 123);
|
||||
this.buttonSysConfig.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonSysConfig.Name = "buttonSysConfig";
|
||||
this.buttonSysConfig.NestedClickEventPrevent = false;
|
||||
|
|
@ -236,7 +237,7 @@
|
|||
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
||||
this.buttonCalibration.GroupID = 0;
|
||||
this.buttonCalibration.InitVisible = true;
|
||||
this.buttonCalibration.Location = new System.Drawing.Point(426, 123);
|
||||
this.buttonCalibration.Location = new System.Drawing.Point(582, 123);
|
||||
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonCalibration.Name = "buttonCalibration";
|
||||
this.buttonCalibration.NestedClickEventPrevent = false;
|
||||
|
|
@ -267,7 +268,7 @@
|
|||
this.buttonFactoryInitialize.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.DownImage")));
|
||||
this.buttonFactoryInitialize.GroupID = 0;
|
||||
this.buttonFactoryInitialize.InitVisible = true;
|
||||
this.buttonFactoryInitialize.Location = new System.Drawing.Point(426, 279);
|
||||
this.buttonFactoryInitialize.Location = new System.Drawing.Point(582, 279);
|
||||
this.buttonFactoryInitialize.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonFactoryInitialize.Name = "buttonFactoryInitialize";
|
||||
this.buttonFactoryInitialize.NestedClickEventPrevent = false;
|
||||
|
|
@ -298,7 +299,7 @@
|
|||
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
||||
this.buttonUpdate.GroupID = 0;
|
||||
this.buttonUpdate.InitVisible = true;
|
||||
this.buttonUpdate.Location = new System.Drawing.Point(270, 279);
|
||||
this.buttonUpdate.Location = new System.Drawing.Point(426, 279);
|
||||
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonUpdate.Name = "buttonUpdate";
|
||||
this.buttonUpdate.NestedClickEventPrevent = false;
|
||||
|
|
@ -329,7 +330,7 @@
|
|||
this.buttonEquipmentSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.DownImage")));
|
||||
this.buttonEquipmentSetting.GroupID = 0;
|
||||
this.buttonEquipmentSetting.InitVisible = true;
|
||||
this.buttonEquipmentSetting.Location = new System.Drawing.Point(739, 279);
|
||||
this.buttonEquipmentSetting.Location = new System.Drawing.Point(114, 435);
|
||||
this.buttonEquipmentSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonEquipmentSetting.Name = "buttonEquipmentSetting";
|
||||
this.buttonEquipmentSetting.NestedClickEventPrevent = false;
|
||||
|
|
@ -360,7 +361,7 @@
|
|||
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
||||
this.buttonIOTest.GroupID = 0;
|
||||
this.buttonIOTest.InitVisible = true;
|
||||
this.buttonIOTest.Location = new System.Drawing.Point(114, 279);
|
||||
this.buttonIOTest.Location = new System.Drawing.Point(270, 279);
|
||||
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonIOTest.Name = "buttonIOTest";
|
||||
this.buttonIOTest.NestedClickEventPrevent = false;
|
||||
|
|
@ -474,7 +475,7 @@
|
|||
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
||||
this.buttonUser.GroupID = 0;
|
||||
this.buttonUser.InitVisible = true;
|
||||
this.buttonUser.Location = new System.Drawing.Point(583, 435);
|
||||
this.buttonUser.Location = new System.Drawing.Point(738, 435);
|
||||
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonUser.Name = "buttonUser";
|
||||
this.buttonUser.NestedClickEventPrevent = false;
|
||||
|
|
@ -589,7 +590,7 @@
|
|||
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
|
||||
this.buttonDataStatistics.GroupID = 0;
|
||||
this.buttonDataStatistics.InitVisible = true;
|
||||
this.buttonDataStatistics.Location = new System.Drawing.Point(270, 435);
|
||||
this.buttonDataStatistics.Location = new System.Drawing.Point(426, 435);
|
||||
this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonDataStatistics.Name = "buttonDataStatistics";
|
||||
this.buttonDataStatistics.NestedClickEventPrevent = false;
|
||||
|
|
@ -621,7 +622,7 @@
|
|||
this.buttonMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.DownImage")));
|
||||
this.buttonMotorSetting.GroupID = 0;
|
||||
this.buttonMotorSetting.InitVisible = true;
|
||||
this.buttonMotorSetting.Location = new System.Drawing.Point(738, 123);
|
||||
this.buttonMotorSetting.Location = new System.Drawing.Point(114, 279);
|
||||
this.buttonMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonMotorSetting.Name = "buttonMotorSetting";
|
||||
this.buttonMotorSetting.NestedClickEventPrevent = false;
|
||||
|
|
@ -652,7 +653,7 @@
|
|||
this.buttonDataViewer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.DownImage")));
|
||||
this.buttonDataViewer.GroupID = 0;
|
||||
this.buttonDataViewer.InitVisible = true;
|
||||
this.buttonDataViewer.Location = new System.Drawing.Point(426, 435);
|
||||
this.buttonDataViewer.Location = new System.Drawing.Point(582, 435);
|
||||
this.buttonDataViewer.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonDataViewer.Name = "buttonDataViewer";
|
||||
this.buttonDataViewer.NestedClickEventPrevent = false;
|
||||
|
|
@ -692,12 +693,44 @@
|
|||
this.labelExpireOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelExpireOfPassword.Wordwrap = false;
|
||||
//
|
||||
// buttonCommunication
|
||||
//
|
||||
this.buttonCommunication.BackPictureBox = null;
|
||||
this.buttonCommunication.BackPictureBox1 = null;
|
||||
this.buttonCommunication.BackPictureBox2 = null;
|
||||
this.buttonCommunication.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonCommunication.ButtonImageAutoSize = true;
|
||||
this.buttonCommunication.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonCommunication.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DisableImage")));
|
||||
this.buttonCommunication.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DownImage")));
|
||||
this.buttonCommunication.GroupID = 0;
|
||||
this.buttonCommunication.InitVisible = true;
|
||||
this.buttonCommunication.Location = new System.Drawing.Point(426, 123);
|
||||
this.buttonCommunication.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonCommunication.Name = "buttonCommunication";
|
||||
this.buttonCommunication.NestedClickEventPrevent = false;
|
||||
this.buttonCommunication.OutlinePixel = 1;
|
||||
this.buttonCommunication.RepeatInterval = 200;
|
||||
this.buttonCommunication.RepeatIntervalAccelerate = null;
|
||||
this.buttonCommunication.SafeInterval = 200;
|
||||
this.buttonCommunication.Size = new System.Drawing.Size(150, 150);
|
||||
this.buttonCommunication.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonCommunication.TabIndex = 580;
|
||||
this.buttonCommunication.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonCommunication.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonCommunication.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonCommunication.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonCommunication.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonCommunication.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.UpImage")));
|
||||
this.buttonCommunication.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||
//
|
||||
// FormMenu
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(1024, 768);
|
||||
this.Controls.Add(this.buttonCommunication);
|
||||
this.Controls.Add(this.labelExpireOfPassword);
|
||||
this.Controls.Add(this.buttonDataViewer);
|
||||
this.Controls.Add(this.buttonMotorSetting);
|
||||
|
|
@ -751,5 +784,6 @@
|
|||
private SmartX.SmartButton buttonMotorSetting;
|
||||
private SmartX.SmartButton buttonDataViewer;
|
||||
private SmartX.SmartLabel labelExpireOfPassword;
|
||||
private SmartX.SmartButton buttonCommunication;
|
||||
}
|
||||
}
|
||||
|
|
@ -819,6 +819,13 @@ namespace INT63DC_2C.Forms
|
|||
this.ParentForm.ChildFormDataViewer.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonCommunication)
|
||||
{
|
||||
#region 통신설정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormCommunication);
|
||||
this.ParentForm.ChildFormCommunication.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
private void buttonFunction_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9609,6 +9609,615 @@
|
|||
Lke/29XY2JiQkFBeVv6VQmixpCQhIaGiogL9hj7xl1rwX62huViIv16j1+sVCkVRURGDwXjx/AUh7otC
|
||||
FNnZ2UlJSS9evBAIBGjMGgwG/I8B01wUqPPlcnlbW1txcXFiYmJeXh6mDFfIqmZVVVYV5Bf8+eefSUlJ
|
||||
8TTRJiEhITk5OT09vaiwqLqqmuzr/wCyWqHjh+8peAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonCommunication.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonCommunication.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
TTBq7/cAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonCommunication.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
AAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue