- 중국어 추가

master
DESKTOP-999R8N3\CJY 2022-07-29 15:33:41 +09:00
parent a60d8224b0
commit 95b7612224
215 changed files with 4724 additions and 857 deletions

View File

@ -51,9 +51,16 @@ namespace ITC81DB_2.Controls
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundDataBackup)); this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundDataBackup));
this.buttonBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundDataBackup));
this.buttonBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnON_Black));
this.buttonBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnOFF_Black));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -64,6 +71,9 @@ namespace ITC81DB_2.Controls
else else
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundDataBackup)); this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundDataBackup));
this.buttonBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
} }
} }
private void DefaultSetting() private void DefaultSetting()

View File

@ -61,6 +61,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundDataStatistics));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -63,6 +63,18 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonTime.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpTimeDisable));
this.buttonTime.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpTimeDown));
this.buttonTime.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpTimeUp));
this.buttonProduct.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpItemDisable));
this.buttonProduct.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpItemDown));
this.buttonProduct.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpItemUp));
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataBackupDisable));
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataBackupDown));
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataBackupUp));
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataStatisticsDisable));
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataStatisticsDown));
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpDataStatisticsUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -55,6 +55,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundProduct));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -51,6 +51,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundTime));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -30,9 +30,9 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterConfiCommunication)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterConfiCommunication));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel3 = new SmartX.SmartLabel(); this.labelDiscription3 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.labelDiscription2 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.labelDiscription1 = new SmartX.SmartLabel();
this.buttonTestSend2 = new SmartX.SmartButton(); this.buttonTestSend2 = new SmartX.SmartButton();
this.buttonTestSend1 = new SmartX.SmartButton(); this.buttonTestSend1 = new SmartX.SmartButton();
this.buttonSave2 = new SmartX.SmartButton(); this.buttonSave2 = new SmartX.SmartButton();
@ -51,9 +51,9 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartLabel3); this.smartGroupBox1.Controls.Add(this.labelDiscription3);
this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.labelDiscription2);
this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.labelDiscription1);
this.smartGroupBox1.Controls.Add(this.buttonTestSend2); this.smartGroupBox1.Controls.Add(this.buttonTestSend2);
this.smartGroupBox1.Controls.Add(this.buttonTestSend1); this.smartGroupBox1.Controls.Add(this.buttonTestSend1);
this.smartGroupBox1.Controls.Add(this.buttonSave2); this.smartGroupBox1.Controls.Add(this.buttonSave2);
@ -77,62 +77,62 @@
this.smartGroupBox1.TabIndex = 1; this.smartGroupBox1.TabIndex = 1;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// smartLabel3 // labelDiscription3
// //
this.smartLabel3.BackPictureBox1 = null; this.labelDiscription3.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = this.smartGroupBox1; this.labelDiscription3.BackPictureBox2 = this.smartGroupBox1;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.labelDiscription3.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiscription3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel3.ForeColor = System.Drawing.Color.White; this.labelDiscription3.ForeColor = System.Drawing.Color.White;
this.smartLabel3.InitVisible = true; this.labelDiscription3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.labelDiscription3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(119, 310); this.labelDiscription3.Location = new System.Drawing.Point(119, 310);
this.smartLabel3.Name = "smartLabel3"; this.labelDiscription3.Name = "labelDiscription3";
this.smartLabel3.Size = new System.Drawing.Size(561, 20); this.labelDiscription3.Size = new System.Drawing.Size(561, 20);
this.smartLabel3.TabIndex = 61; this.labelDiscription3.TabIndex = 61;
this.smartLabel3.Text = "- G, Grd : Grade, W : Weight, CNT : Count"; this.labelDiscription3.Text = "- G, Grd : Grade, W : Weight, CNT : Count";
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiscription3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false; this.labelDiscription3.Wordwrap = false;
// //
// smartLabel2 // labelDiscription2
// //
this.smartLabel2.BackPictureBox1 = null; this.labelDiscription2.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = this.smartGroupBox1; this.labelDiscription2.BackPictureBox2 = this.smartGroupBox1;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.labelDiscription2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiscription2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel2.ForeColor = System.Drawing.Color.White; this.labelDiscription2.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true; this.labelDiscription2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.labelDiscription2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(119, 284); this.labelDiscription2.Location = new System.Drawing.Point(119, 284);
this.smartLabel2.Name = "smartLabel2"; this.labelDiscription2.Name = "labelDiscription2";
this.smartLabel2.Size = new System.Drawing.Size(561, 20); this.labelDiscription2.Size = new System.Drawing.Size(561, 20);
this.smartLabel2.TabIndex = 60; this.labelDiscription2.TabIndex = 60;
this.smartLabel2.Text = "- U : Under range, R : Reference, O : Over range"; this.labelDiscription2.Text = "- U : Under range, R : Reference, O : Over range";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiscription2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false; this.labelDiscription2.Wordwrap = false;
// //
// smartLabel1 // labelDiscription1
// //
this.smartLabel1.BackPictureBox1 = null; this.labelDiscription1.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = this.smartGroupBox1; this.labelDiscription1.BackPictureBox2 = this.smartGroupBox1;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.labelDiscription1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiscription1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.White; this.labelDiscription1.ForeColor = System.Drawing.Color.White;
this.smartLabel1.InitVisible = true; this.labelDiscription1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.labelDiscription1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(119, 258); this.labelDiscription1.Location = new System.Drawing.Point(119, 258);
this.smartLabel1.Name = "smartLabel1"; this.labelDiscription1.Name = "labelDiscription1";
this.smartLabel1.Size = new System.Drawing.Size(561, 20); this.labelDiscription1.Size = new System.Drawing.Size(561, 20);
this.smartLabel1.TabIndex = 59; this.labelDiscription1.TabIndex = 59;
this.smartLabel1.Text = "- STX(0x02), ETX(0x03)"; this.labelDiscription1.Text = "- STX(0x02), ETX(0x03)";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiscription1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false; this.labelDiscription1.Wordwrap = false;
// //
// buttonTestSend2 // buttonTestSend2
// //
@ -355,8 +355,8 @@
private SmartX.SmartButton buttonSave1; private SmartX.SmartButton buttonSave1;
private SmartX.SmartButton buttonTestSend2; private SmartX.SmartButton buttonTestSend2;
private SmartX.SmartButton buttonTestSend1; private SmartX.SmartButton buttonTestSend1;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelDiscription3;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel labelDiscription2;
private SmartX.SmartLabel smartLabel1; private SmartX.SmartLabel labelDiscription1;
} }
} }

View File

@ -46,9 +46,16 @@ namespace ITC81DB_2.Controls
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundSerial)); this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundSerial));
this.labelDiscription2.Text = "- U : Under range, R : Reference, O : Over range";
this.labelDiscription3.Text = "- G, Grd : Grade, W : Weight, CNT : Count";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundSerial));
this.labelDiscription2.Text = "- U : 下限, R : 标准, O : 上限";
this.labelDiscription3.Text = "- G, Grd : 等级, W : 重量, CNT : 计数";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -59,6 +66,9 @@ namespace ITC81DB_2.Controls
else else
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundSerial)); this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundSerial));
this.labelDiscription2.Text = "- U : Under range, R : Reference, O : Over range";
this.labelDiscription3.Text = "- G, Grd : Grade, W : Weight, CNT : Count";
} }
} }
private void DefaultSetting() private void DefaultSetting()

View File

@ -60,6 +60,9 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonSerial.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSerialDisable));
this.buttonSerial.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSerialDown));
this.buttonSerial.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSerialUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -53,6 +53,10 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.labelTitleContinuousNG.Text = "连续不良";
this.labelTitlePassAlarm.Text = "通过报警";
this.smartCheckBox1.Text = this.checkBoxPassAlarmBuzzer.Text = "嗡嗡声";
this.labelStaticWarning.Text = "* 自动复位未使用时,需要外部选项按钮";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -80,6 +80,7 @@
this.buttonCapture.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCapture.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCapture.DisableImage = null; this.buttonCapture.DisableImage = null;
this.buttonCapture.DownImage = null; this.buttonCapture.DownImage = null;
this.buttonCapture.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonCapture.GroupID = 0; this.buttonCapture.GroupID = 0;
this.buttonCapture.InitVisible = true; this.buttonCapture.InitVisible = true;
this.buttonCapture.Location = new System.Drawing.Point(393, 435); this.buttonCapture.Location = new System.Drawing.Point(393, 435);

View File

@ -94,7 +94,7 @@
this.labelTitleCommunicationLog.BackPictureBox2 = this.smartGroupBox1; this.labelTitleCommunicationLog.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleCommunicationLog.BorderColor = System.Drawing.Color.Black; this.labelTitleCommunicationLog.BorderColor = System.Drawing.Color.Black;
this.labelTitleCommunicationLog.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCommunicationLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleCommunicationLog.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleCommunicationLog.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White; this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White;
this.labelTitleCommunicationLog.InitVisible = true; this.labelTitleCommunicationLog.InitVisible = true;
this.labelTitleCommunicationLog.LineSpacing = 0F; this.labelTitleCommunicationLog.LineSpacing = 0F;
@ -146,7 +146,7 @@
this.labelTitleLogin.BackPictureBox2 = this.smartGroupBox1; this.labelTitleLogin.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleLogin.BorderColor = System.Drawing.Color.Black; this.labelTitleLogin.BorderColor = System.Drawing.Color.Black;
this.labelTitleLogin.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLogin.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleLogin.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLogin.ForeColor = System.Drawing.Color.White; this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
this.labelTitleLogin.InitVisible = true; this.labelTitleLogin.InitVisible = true;
this.labelTitleLogin.LineSpacing = 0F; this.labelTitleLogin.LineSpacing = 0F;
@ -374,7 +374,7 @@
this.labelTitleEquipmentID.BackPictureBox2 = this.smartGroupBox1; this.labelTitleEquipmentID.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleEquipmentID.BorderColor = System.Drawing.Color.Black; this.labelTitleEquipmentID.BorderColor = System.Drawing.Color.Black;
this.labelTitleEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleEquipmentID.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleEquipmentID.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White; this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
this.labelTitleEquipmentID.InitVisible = true; this.labelTitleEquipmentID.InitVisible = true;
this.labelTitleEquipmentID.LineSpacing = 0F; this.labelTitleEquipmentID.LineSpacing = 0F;
@ -456,7 +456,7 @@
this.labelTitleChattering.BackPictureBox2 = this.smartGroupBox1; this.labelTitleChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleChattering.BorderColor = System.Drawing.Color.Black; this.labelTitleChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleChattering.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleChattering.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleChattering.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleChattering.ForeColor = System.Drawing.Color.White; this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleChattering.InitVisible = true; this.labelTitleChattering.InitVisible = true;
this.labelTitleChattering.LineSpacing = 0F; this.labelTitleChattering.LineSpacing = 0F;
@ -475,7 +475,7 @@
this.labelTitleRelayRunTime.BackPictureBox2 = this.smartGroupBox1; this.labelTitleRelayRunTime.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleRelayRunTime.BorderColor = System.Drawing.Color.Black; this.labelTitleRelayRunTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleRelayRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleRelayRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleRelayRunTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleRelayRunTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White; this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
this.labelTitleRelayRunTime.InitVisible = true; this.labelTitleRelayRunTime.InitVisible = true;
this.labelTitleRelayRunTime.LineSpacing = 0F; this.labelTitleRelayRunTime.LineSpacing = 0F;
@ -494,7 +494,7 @@
this.labelTitleBuzzerONTime.BackPictureBox2 = this.smartGroupBox1; this.labelTitleBuzzerONTime.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleBuzzerONTime.BorderColor = System.Drawing.Color.Black; this.labelTitleBuzzerONTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleBuzzerONTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleBuzzerONTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleBuzzerONTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleBuzzerONTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White; this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
this.labelTitleBuzzerONTime.InitVisible = true; this.labelTitleBuzzerONTime.InitVisible = true;
this.labelTitleBuzzerONTime.LineSpacing = 0F; this.labelTitleBuzzerONTime.LineSpacing = 0F;
@ -509,7 +509,7 @@
// //
// comboBoxLanguage // comboBoxLanguage
// //
this.comboBoxLanguage.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxLanguage.Location = new System.Drawing.Point(410, 261); this.comboBoxLanguage.Location = new System.Drawing.Point(410, 261);
this.comboBoxLanguage.Name = "comboBoxLanguage"; this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(100, 28); this.comboBoxLanguage.Size = new System.Drawing.Size(100, 28);
@ -522,7 +522,7 @@
this.labelTitleLanguage.BackPictureBox2 = this.smartGroupBox1; this.labelTitleLanguage.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleLanguage.BorderColor = System.Drawing.Color.Black; this.labelTitleLanguage.BorderColor = System.Drawing.Color.Black;
this.labelTitleLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLanguage.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleLanguage.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White; this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
this.labelTitleLanguage.InitVisible = true; this.labelTitleLanguage.InitVisible = true;
this.labelTitleLanguage.LineSpacing = 0F; this.labelTitleLanguage.LineSpacing = 0F;

View File

@ -58,9 +58,26 @@ namespace ITC81DB_2.Controls
this.labelTitleEquipmentID.Text = "Equipment ID"; this.labelTitleEquipmentID.Text = "Equipment ID";
this.labelTitleLogin.Text = "Login"; this.labelTitleLogin.Text = "Login";
this.labelTitleCommunicationLog.Text = "Log"; this.labelTitleCommunicationLog.Text = "Log";
this.buttonLogin.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonLogin.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
this.buttonCommunicationLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonCommunicationLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.labelTitleBuzzerONTime.Text = "蜂鸣器开启时间";
this.labelTitleRelayRunTime.Text = "继电器接通时间";
this.labelTitleChattering.Text = "颤振";
this.labelTitleLanguage.Text = "语言";
this.labelTitleEquipmentID.Text = "设备编号";
this.labelTitleLogin.Text = "登錄";
this.labelTitleCommunicationLog.Text = "通讯日志";
this.buttonLogin.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnON_Black));
this.buttonLogin.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnOFF_Black));
this.buttonCommunicationLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnON_Black));
this.buttonCommunicationLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnOFF_Black));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -77,6 +94,11 @@ namespace ITC81DB_2.Controls
this.labelTitleEquipmentID.Text = "장비 ID"; this.labelTitleEquipmentID.Text = "장비 ID";
this.labelTitleLogin.Text = "로그인"; this.labelTitleLogin.Text = "로그인";
this.labelTitleCommunicationLog.Text = "통신로그"; this.labelTitleCommunicationLog.Text = "통신로그";
this.buttonLogin.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonLogin.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
this.buttonCommunicationLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.buttonCommunicationLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
} }
} }
private void DefaultSetting() private void DefaultSetting()
@ -85,6 +107,7 @@ namespace ITC81DB_2.Controls
this.comboBoxLanguage.Items.Clear(); this.comboBoxLanguage.Items.Clear();
this.comboBoxLanguage.Items.Add("한국어"); this.comboBoxLanguage.Items.Add("한국어");
this.comboBoxLanguage.Items.Add("English"); this.comboBoxLanguage.Items.Add("English");
this.comboBoxLanguage.Items.Add("中國語");
this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged); this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
} }

View File

@ -69,6 +69,21 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUpdateDisable));
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUpdateDown));
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUpdateUp));
this.buttonInitialize.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInitializationDisable));
this.buttonInitialize.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInitializationDown));
this.buttonInitialize.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInitializationUp));
this.buttonFunction.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpFunctionDisable));
this.buttonFunction.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpFunctionDown));
this.buttonFunction.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpFunctionUp));
this.buttonUser.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUserDisable));
this.buttonUser.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUserDown));
this.buttonUser.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpUserUp));
this.buttonEngineerSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpEngineerDisable));
this.buttonEngineerSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpEngineerDown));
this.buttonEngineerSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpEngineerUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -106,7 +106,7 @@
this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelMessage2.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
this.labelMessage2.ForeColor = System.Drawing.Color.White; this.labelMessage2.ForeColor = System.Drawing.Color.White;
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
@ -220,7 +220,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelMessage1.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
this.labelMessage1.ForeColor = System.Drawing.Color.White; this.labelMessage1.ForeColor = System.Drawing.Color.White;
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;

View File

@ -516,6 +516,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "请选择要初始化的项目";
this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;
@ -537,6 +539,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "初期化进行中...";
this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;
@ -558,6 +562,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = "Reset the power."; this.labelMessage2.Text = "Reset the power.";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "初始化完成";
this.labelMessage2.Text = "关掉电源,然后在打开电源";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;

View File

@ -98,7 +98,7 @@
this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelMessage2.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
this.labelMessage2.ForeColor = System.Drawing.Color.White; this.labelMessage2.ForeColor = System.Drawing.Color.White;
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
@ -119,7 +119,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelMessage1.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
this.labelMessage1.ForeColor = System.Drawing.Color.White; this.labelMessage1.ForeColor = System.Drawing.Color.White;
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;

View File

@ -197,6 +197,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = "Press the bottom button after inserting"; this.labelMessage2.Text = "Press the bottom button after inserting";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "请将 USB 插入设备";
this.labelMessage2.Text = "请点击下端的按钮更新按钮";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;
@ -218,6 +220,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = "Do not remove the USB from the device"; this.labelMessage2.Text = "Do not remove the USB from the device";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "更新中……";
this.labelMessage2.Text = "请勿断开USB";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;
@ -240,6 +244,8 @@ namespace ITC81DB_2.Controls
this.labelMessage2.Text = "Reset the system"; this.labelMessage2.Text = "Reset the system";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Text = "系统更新完成";
this.labelMessage2.Text = "关掉电源,然后在打开电源";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;

View File

@ -57,6 +57,12 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpInformationUp));
this.buttonAS.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpASDisable));
this.buttonAS.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpASDown));
this.buttonAS.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpASUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -63,7 +63,7 @@ namespace ITC81DB_2.Controls
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SerialNumber; this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SerialNumber;
this.labelDisplayVer.Text = "2.3.0"; this.labelDisplayVer.Text = "2.4.0";
} }
public void UpdateMainBoardVersionDisplay(string version) public void UpdateMainBoardVersionDisplay(string version)

File diff suppressed because it is too large Load Diff

View File

@ -52,9 +52,26 @@ namespace ITC81DB_2.Controls
this.labelTitleTime1.Text = this.labelTitleTime2.Text = "Time"; this.labelTitleTime1.Text = this.labelTitleTime2.Text = "Time";
this.labelTitleRange1.Text = this.labelTitleRange2.Text = "Range"; this.labelTitleRange1.Text = this.labelTitleRange2.Text = "Range";
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "Variation"; this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "Variation";
this.rbMode2None1.Text = this.rbMode2None2.Text = "None";
this.rbMode1High1.Text = this.rbMode1High2.Text = this.rbMode2High1.Text = this.rbMode2High2.Text = "High";
this.rbMode1Middle1.Text = this.rbMode1Middle2.Text = this.rbMode2Middle1.Text = this.rbMode2Middle2.Text = "Middle";
this.rbMode1Low1.Text = this.rbMode1Low2.Text = this.rbMode2Low1.Text = this.rbMode2Low2.Text = "Low";
this.rbMode1UserSetting1.Text = this.rbMode1UserSetting2.Text = this.rbMode2UserSetting1.Text = this.rbMode2UserSetting2.Text = "User Setting";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.labelTitleMode1.Text = "模式 1";
this.labelTitleMode2.Text = "模式 2";
this.labelTitleTime1.Text = this.labelTitleTime2.Text = "时间";
this.labelTitleRange1.Text = this.labelTitleRange2.Text = "范围";
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "变化";
this.rbMode2None1.Text = this.rbMode2None2.Text = "不使用";
this.rbMode1High1.Text = this.rbMode1High2.Text = this.rbMode2High1.Text = this.rbMode2High2.Text = "高";
this.rbMode1Middle1.Text = this.rbMode1Middle2.Text = this.rbMode2Middle1.Text = this.rbMode2Middle2.Text = "中间";
this.rbMode1Low1.Text = this.rbMode1Low2.Text = this.rbMode2Low1.Text = this.rbMode2Low2.Text = "低";
this.rbMode1UserSetting1.Text = this.rbMode1UserSetting2.Text = this.rbMode2UserSetting1.Text = this.rbMode2UserSetting2.Text = "用户设置";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -69,6 +86,12 @@ namespace ITC81DB_2.Controls
this.labelTitleTime1.Text = this.labelTitleTime2.Text = "시간"; this.labelTitleTime1.Text = this.labelTitleTime2.Text = "시간";
this.labelTitleRange1.Text = this.labelTitleRange2.Text = "범위"; this.labelTitleRange1.Text = this.labelTitleRange2.Text = "범위";
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "변량"; this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "변량";
this.rbMode2None1.Text = this.rbMode2None2.Text = "None";
this.rbMode1High1.Text = this.rbMode1High2.Text = this.rbMode2High1.Text = this.rbMode2High2.Text = "High";
this.rbMode1Middle1.Text = this.rbMode1Middle2.Text = this.rbMode2Middle1.Text = this.rbMode2Middle2.Text = "Middle";
this.rbMode1Low1.Text = this.rbMode1Low2.Text = this.rbMode2Low1.Text = this.rbMode2Low2.Text = "Low";
this.rbMode1UserSetting1.Text = this.rbMode1UserSetting2.Text = this.rbMode2UserSetting1.Text = this.rbMode2UserSetting2.Text = "User Setting";
} }
} }
private void DefaultSetting() private void DefaultSetting()
@ -266,27 +289,27 @@ namespace ITC81DB_2.Controls
iValue = int.Parse(item.AutoZero1Mode.Trim()); iValue = int.Parse(item.AutoZero1Mode.Trim());
if (iValue == 1) if (iValue == 1)
{ {
this.radioButtonMode1Low1.Checked = true; this.rbMode1Low1.Checked = true;
this.ControlEnableZero1(false, false, false); this.ControlEnableZero1(false, false, false);
} }
else if (iValue == 2) else if (iValue == 2)
{ {
this.radioButtonMode1Middle1.Checked = true; this.rbMode1Middle1.Checked = true;
this.ControlEnableZero1(false, false, false); this.ControlEnableZero1(false, false, false);
} }
else if (iValue == 3) else if (iValue == 3)
{ {
this.radioButtonMode1High1.Checked = true; this.rbMode1High1.Checked = true;
this.ControlEnableZero1(false, false, false); this.ControlEnableZero1(false, false, false);
} }
else if (iValue == 4) else if (iValue == 4)
{ {
this.radioButtonMode1UserSetting1.Checked = true; this.rbMode1UserSetting1.Checked = true;
this.ControlEnableZero1(true, true, true); this.ControlEnableZero1(true, true, true);
} }
else else
{ {
this.radioButtonMode1UserSetting1.Checked = true; this.rbMode1UserSetting1.Checked = true;
this.ControlEnableZero1(true, true, true); this.ControlEnableZero1(true, true, true);
} }
@ -320,32 +343,32 @@ namespace ITC81DB_2.Controls
iValue = int.Parse(item.AutoZero2Mode.Trim()); iValue = int.Parse(item.AutoZero2Mode.Trim());
if (iValue == 0) if (iValue == 0)
{ {
this.radioButtonMode2None1.Checked = true; this.rbMode2None1.Checked = true;
this.ControlEnableZero2(false, false, false); this.ControlEnableZero2(false, false, false);
} }
else if (iValue == 1) else if (iValue == 1)
{ {
this.radioButtonMode2Low1.Checked = true; this.rbMode2Low1.Checked = true;
this.ControlEnableZero2(false, false, false); this.ControlEnableZero2(false, false, false);
} }
else if (iValue == 2) else if (iValue == 2)
{ {
this.radioButtonMode2Middle1.Checked = true; this.rbMode2Middle1.Checked = true;
this.ControlEnableZero2(false, false, false); this.ControlEnableZero2(false, false, false);
} }
else if (iValue == 3) else if (iValue == 3)
{ {
this.radioButtonMode2High1.Checked = true; this.rbMode2High1.Checked = true;
this.ControlEnableZero2(false, false, false); this.ControlEnableZero2(false, false, false);
} }
else if (iValue == 4) else if (iValue == 4)
{ {
this.radioButtonMode2UserSetting1.Checked = true; this.rbMode2UserSetting1.Checked = true;
this.ControlEnableZero2(true, true, true); this.ControlEnableZero2(true, true, true);
} }
else else
{ {
this.radioButtonMode2None1.Checked = true; this.rbMode2None1.Checked = true;
this.ControlEnableZero2(true, true, true); this.ControlEnableZero2(true, true, true);
} }
@ -378,27 +401,27 @@ namespace ITC81DB_2.Controls
iValue = int.Parse(item.AutoZero1Mode.Trim()); iValue = int.Parse(item.AutoZero1Mode.Trim());
if (iValue == 1) if (iValue == 1)
{ {
this.radioButtonMode1Low2.Checked = true; this.rbMode1Low2.Checked = true;
this.ControlEnableZero3(false, false, false); this.ControlEnableZero3(false, false, false);
} }
else if (iValue == 2) else if (iValue == 2)
{ {
this.radioButtonMode1Middle2.Checked = true; this.rbMode1Middle2.Checked = true;
this.ControlEnableZero3(false, false, false); this.ControlEnableZero3(false, false, false);
} }
else if (iValue == 3) else if (iValue == 3)
{ {
this.radioButtonMode1High2.Checked = true; this.rbMode1High2.Checked = true;
this.ControlEnableZero3(false, false, false); this.ControlEnableZero3(false, false, false);
} }
else if (iValue == 4) else if (iValue == 4)
{ {
this.radioButtonMode1UserSetting2.Checked = true; this.rbMode1UserSetting2.Checked = true;
this.ControlEnableZero3(true, true, true); this.ControlEnableZero3(true, true, true);
} }
else else
{ {
this.radioButtonMode1UserSetting2.Checked = true; this.rbMode1UserSetting2.Checked = true;
this.ControlEnableZero3(true, true, true); this.ControlEnableZero3(true, true, true);
} }
@ -432,32 +455,32 @@ namespace ITC81DB_2.Controls
iValue = int.Parse(item.AutoZero2Mode.Trim()); iValue = int.Parse(item.AutoZero2Mode.Trim());
if (iValue == 0) if (iValue == 0)
{ {
this.radioButtonMode2None2.Checked = true; this.rbMode2None2.Checked = true;
this.ControlEnableZero4(false, false, false); this.ControlEnableZero4(false, false, false);
} }
else if (iValue == 1) else if (iValue == 1)
{ {
this.radioButtonMode2Low2.Checked = true; this.rbMode2Low2.Checked = true;
this.ControlEnableZero4(false, false, false); this.ControlEnableZero4(false, false, false);
} }
else if (iValue == 2) else if (iValue == 2)
{ {
this.radioButtonMode2Middle2.Checked = true; this.rbMode2Middle2.Checked = true;
this.ControlEnableZero4(false, false, false); this.ControlEnableZero4(false, false, false);
} }
else if (iValue == 3) else if (iValue == 3)
{ {
this.radioButtonMode2High2.Checked = true; this.rbMode2High2.Checked = true;
this.ControlEnableZero4(false, false, false); this.ControlEnableZero4(false, false, false);
} }
else if (iValue == 4) else if (iValue == 4)
{ {
this.radioButtonMode2UserSetting2.Checked = true; this.rbMode2UserSetting2.Checked = true;
this.ControlEnableZero4(true, true, true); this.ControlEnableZero4(true, true, true);
} }
else else
{ {
this.radioButtonMode2None2.Checked = true; this.rbMode2None2.Checked = true;
this.ControlEnableZero4(true, true, true); this.ControlEnableZero4(true, true, true);
} }
@ -498,13 +521,13 @@ namespace ITC81DB_2.Controls
if (button == null) if (button == null)
return; return;
if (button == this.radioButtonMode1Low1) if (button == this.rbMode1Low1)
value = "0001"; value = "0001";
else if (button == this.radioButtonMode1Middle1) else if (button == this.rbMode1Middle1)
value = "0002"; value = "0002";
else if (button == this.radioButtonMode1High1) else if (button == this.rbMode1High1)
value = "0003"; value = "0003";
else if (button == this.radioButtonMode1UserSetting1) else if (button == this.rbMode1UserSetting1)
value = "0004"; value = "0004";
this.ParentForm.ParentForm.CurrentSystemParameter9510.AutoZero1Mode = value; this.ParentForm.ParentForm.CurrentSystemParameter9510.AutoZero1Mode = value;
@ -518,15 +541,15 @@ namespace ITC81DB_2.Controls
if (button == null) if (button == null)
return; return;
if (button == this.radioButtonMode2None1) if (button == this.rbMode2None1)
value = "0000"; value = "0000";
else if (button == this.radioButtonMode2Low1) else if (button == this.rbMode2Low1)
value = "0001"; value = "0001";
else if (button == this.radioButtonMode2Middle1) else if (button == this.rbMode2Middle1)
value = "0002"; value = "0002";
else if (button == this.radioButtonMode2High1) else if (button == this.rbMode2High1)
value = "0003"; value = "0003";
else if (button == this.radioButtonMode2UserSetting1) else if (button == this.rbMode2UserSetting1)
value = "0004"; value = "0004";
this.ParentForm.ParentForm.CurrentSystemParameter9510.AutoZero2Mode = value; this.ParentForm.ParentForm.CurrentSystemParameter9510.AutoZero2Mode = value;
@ -540,13 +563,13 @@ namespace ITC81DB_2.Controls
if (button == null) if (button == null)
return; return;
if (button == this.radioButtonMode1Low2) if (button == this.rbMode1Low2)
value = "0001"; value = "0001";
else if (button == this.radioButtonMode1Middle2) else if (button == this.rbMode1Middle2)
value = "0002"; value = "0002";
else if (button == this.radioButtonMode1High2) else if (button == this.rbMode1High2)
value = "0003"; value = "0003";
else if (button == this.radioButtonMode1UserSetting2) else if (button == this.rbMode1UserSetting2)
value = "0004"; value = "0004";
this.ParentForm.ParentForm.CurrentSystemParameter9511.AutoZero1Mode = value; this.ParentForm.ParentForm.CurrentSystemParameter9511.AutoZero1Mode = value;
@ -560,15 +583,15 @@ namespace ITC81DB_2.Controls
if (button == null) if (button == null)
return; return;
if (button == this.radioButtonMode2None2) if (button == this.rbMode2None2)
value = "0000"; value = "0000";
else if (button == this.radioButtonMode2Low2) else if (button == this.rbMode2Low2)
value = "0001"; value = "0001";
else if (button == this.radioButtonMode2Middle2) else if (button == this.rbMode2Middle2)
value = "0002"; value = "0002";
else if (button == this.radioButtonMode2High2) else if (button == this.rbMode2High2)
value = "0003"; value = "0003";
else if (button == this.radioButtonMode2UserSetting2) else if (button == this.rbMode2UserSetting2)
value = "0004"; value = "0004";
this.ParentForm.ParentForm.CurrentSystemParameter9511.AutoZero2Mode = value; this.ParentForm.ParentForm.CurrentSystemParameter9511.AutoZero2Mode = value;

View File

@ -71,6 +71,20 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundCalibration));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationCancelUp));
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationBalanceDisable));
this.buttonBalance.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationBalanceDown));
this.buttonBalance.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationBalanceUp));
this.buttonStart.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartDisable));
this.buttonStart.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartDown));
this.buttonStart.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationStartUp));
this.buttonZero.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroDisable));
this.buttonZero.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroDown));
this.buttonZero.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnCalibrationZeroUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -150,6 +164,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("请放上砝码");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -181,6 +196,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("重量调节已完成");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -213,6 +229,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("错误发生,重试");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -254,6 +271,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("请放上砝码");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -285,6 +303,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("重量调节已完成");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -317,6 +336,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("错误发生,重试");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -344,6 +364,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("按[开始]键");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -608,6 +629,8 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("校准开始按钮");
this.listBoxHelp.Items.Add("请等待");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -641,6 +664,8 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("测量砝码中");
this.listBoxHelp.Items.Add("请等待");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -667,6 +692,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.listBoxHelp.Items.Add("取消重量调节");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -112,6 +112,7 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
// 사용 안하는 Form
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -69,6 +69,21 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpCalibrationDisable));
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpCalibrationDown));
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpCalibrationUp));
this.buttonJudgmentSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpJudgmentDisable));
this.buttonJudgmentSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpJudgmentDown));
this.buttonJudgmentSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpJudgmentUp));
this.buttonSorter.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSorterDisable));
this.buttonSorter.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSorterDown));
this.buttonSorter.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpSorterUp));
this.buttonAutoZero.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpAutoZeroDisable));
this.buttonAutoZero.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpAutoZeroDown));
this.buttonAutoZero.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpAutoZeroUp));
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpIOTestDisable));
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpIOTestDown));
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnHelpIOTestUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -30,7 +30,7 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemIOTest)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemIOTest));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartGroupBox3 = new SmartX.SmartGroupBox(); this.groupBoxInput = new SmartX.SmartGroupBox();
this.labelInput9 = new System.Windows.Forms.Label(); this.labelInput9 = new System.Windows.Forms.Label();
this.labelInput10 = new System.Windows.Forms.Label(); this.labelInput10 = new System.Windows.Forms.Label();
this.labelInput11 = new System.Windows.Forms.Label(); this.labelInput11 = new System.Windows.Forms.Label();
@ -64,7 +64,7 @@
this.labelInputName13 = new SmartX.SmartLabel(); this.labelInputName13 = new SmartX.SmartLabel();
this.labelInputName14 = new SmartX.SmartLabel(); this.labelInputName14 = new SmartX.SmartLabel();
this.labelInputName6 = new SmartX.SmartLabel(); this.labelInputName6 = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.groupBoxOutput = new SmartX.SmartGroupBox();
this.buttonOutput16 = new SmartX.SmartButton(); this.buttonOutput16 = new SmartX.SmartButton();
this.buttonOutput1 = new SmartX.SmartButton(); this.buttonOutput1 = new SmartX.SmartButton();
this.buttonOutput8 = new SmartX.SmartButton(); this.buttonOutput8 = new SmartX.SmartButton();
@ -83,8 +83,8 @@
this.buttonOutput9 = new SmartX.SmartButton(); this.buttonOutput9 = new SmartX.SmartButton();
this.timer = new System.Windows.Forms.Timer(); this.timer = new System.Windows.Forms.Timer();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.smartGroupBox3.SuspendLayout(); this.groupBoxInput.SuspendLayout();
this.smartGroupBox2.SuspendLayout(); this.groupBoxOutput.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartGroupBox1 // smartGroupBox1
@ -92,8 +92,8 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartGroupBox3); this.smartGroupBox1.Controls.Add(this.groupBoxInput);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.groupBoxOutput);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameLineThickness = 2;
@ -107,63 +107,63 @@
this.smartGroupBox1.TabIndex = 175; this.smartGroupBox1.TabIndex = 175;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// smartGroupBox3 // groupBoxInput
// //
this.smartGroupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.groupBoxInput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartGroupBox3.BackPictureBox = null; this.groupBoxInput.BackPictureBox = null;
this.smartGroupBox3.BackPictureBox1 = null; this.groupBoxInput.BackPictureBox1 = null;
this.smartGroupBox3.Controls.Add(this.labelInput9); this.groupBoxInput.Controls.Add(this.labelInput9);
this.smartGroupBox3.Controls.Add(this.labelInput10); this.groupBoxInput.Controls.Add(this.labelInput10);
this.smartGroupBox3.Controls.Add(this.labelInput11); this.groupBoxInput.Controls.Add(this.labelInput11);
this.smartGroupBox3.Controls.Add(this.labelInput12); this.groupBoxInput.Controls.Add(this.labelInput12);
this.smartGroupBox3.Controls.Add(this.labelInput16); this.groupBoxInput.Controls.Add(this.labelInput16);
this.smartGroupBox3.Controls.Add(this.labelInput13); this.groupBoxInput.Controls.Add(this.labelInput13);
this.smartGroupBox3.Controls.Add(this.labelInput15); this.groupBoxInput.Controls.Add(this.labelInput15);
this.smartGroupBox3.Controls.Add(this.labelInput14); this.groupBoxInput.Controls.Add(this.labelInput14);
this.smartGroupBox3.Controls.Add(this.labelInput1); this.groupBoxInput.Controls.Add(this.labelInput1);
this.smartGroupBox3.Controls.Add(this.labelInput2); this.groupBoxInput.Controls.Add(this.labelInput2);
this.smartGroupBox3.Controls.Add(this.labelInput3); this.groupBoxInput.Controls.Add(this.labelInput3);
this.smartGroupBox3.Controls.Add(this.labelInput4); this.groupBoxInput.Controls.Add(this.labelInput4);
this.smartGroupBox3.Controls.Add(this.labelInput8); this.groupBoxInput.Controls.Add(this.labelInput8);
this.smartGroupBox3.Controls.Add(this.labelInput5); this.groupBoxInput.Controls.Add(this.labelInput5);
this.smartGroupBox3.Controls.Add(this.labelInput7); this.groupBoxInput.Controls.Add(this.labelInput7);
this.smartGroupBox3.Controls.Add(this.labelInput6); this.groupBoxInput.Controls.Add(this.labelInput6);
this.smartGroupBox3.Controls.Add(this.buttonInputRead); this.groupBoxInput.Controls.Add(this.buttonInputRead);
this.smartGroupBox3.Controls.Add(this.labelInputName1); this.groupBoxInput.Controls.Add(this.labelInputName1);
this.smartGroupBox3.Controls.Add(this.labelInputName9); this.groupBoxInput.Controls.Add(this.labelInputName9);
this.smartGroupBox3.Controls.Add(this.labelInputName2); this.groupBoxInput.Controls.Add(this.labelInputName2);
this.smartGroupBox3.Controls.Add(this.labelInputName10); this.groupBoxInput.Controls.Add(this.labelInputName10);
this.smartGroupBox3.Controls.Add(this.labelInputName3); this.groupBoxInput.Controls.Add(this.labelInputName3);
this.smartGroupBox3.Controls.Add(this.labelInputName11); this.groupBoxInput.Controls.Add(this.labelInputName11);
this.smartGroupBox3.Controls.Add(this.labelInputName16); this.groupBoxInput.Controls.Add(this.labelInputName16);
this.smartGroupBox3.Controls.Add(this.labelInputName8); this.groupBoxInput.Controls.Add(this.labelInputName8);
this.smartGroupBox3.Controls.Add(this.labelInputName4); this.groupBoxInput.Controls.Add(this.labelInputName4);
this.smartGroupBox3.Controls.Add(this.labelInputName12); this.groupBoxInput.Controls.Add(this.labelInputName12);
this.smartGroupBox3.Controls.Add(this.labelInputName15); this.groupBoxInput.Controls.Add(this.labelInputName15);
this.smartGroupBox3.Controls.Add(this.labelInputName7); this.groupBoxInput.Controls.Add(this.labelInputName7);
this.smartGroupBox3.Controls.Add(this.labelInputName5); this.groupBoxInput.Controls.Add(this.labelInputName5);
this.smartGroupBox3.Controls.Add(this.labelInputName13); this.groupBoxInput.Controls.Add(this.labelInputName13);
this.smartGroupBox3.Controls.Add(this.labelInputName14); this.groupBoxInput.Controls.Add(this.labelInputName14);
this.smartGroupBox3.Controls.Add(this.labelInputName6); this.groupBoxInput.Controls.Add(this.labelInputName6);
this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.groupBoxInput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineThickness = 2; this.groupBoxInput.FrameLineThickness = 2;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxInput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox3.Image = null; this.groupBoxInput.Image = null;
this.smartGroupBox3.InitVisible = true; this.groupBoxInput.InitVisible = true;
this.smartGroupBox3.Location = new System.Drawing.Point(362, 18); this.groupBoxInput.Location = new System.Drawing.Point(362, 18);
this.smartGroupBox3.Name = "smartGroupBox3"; this.groupBoxInput.Name = "groupBoxInput";
this.smartGroupBox3.RoundRadius = 0; this.groupBoxInput.RoundRadius = 0;
this.smartGroupBox3.Size = new System.Drawing.Size(335, 431); this.groupBoxInput.Size = new System.Drawing.Size(335, 431);
this.smartGroupBox3.TabIndex = 177; this.groupBoxInput.TabIndex = 177;
this.smartGroupBox3.Text = "INPUT"; this.groupBoxInput.Text = "INPUT";
this.smartGroupBox3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxInput.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
// //
// labelInput9 // labelInput9
// //
this.labelInput9.BackColor = System.Drawing.Color.DimGray; this.labelInput9.BackColor = System.Drawing.Color.DimGray;
this.labelInput9.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput9.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput9.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput9.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput9.Location = new System.Drawing.Point(188, 85); this.labelInput9.Location = new System.Drawing.Point(188, 85);
this.labelInput9.Name = "labelInput9"; this.labelInput9.Name = "labelInput9";
@ -173,7 +173,7 @@
// labelInput10 // labelInput10
// //
this.labelInput10.BackColor = System.Drawing.Color.DimGray; this.labelInput10.BackColor = System.Drawing.Color.DimGray;
this.labelInput10.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput10.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput10.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput10.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput10.Location = new System.Drawing.Point(188, 116); this.labelInput10.Location = new System.Drawing.Point(188, 116);
this.labelInput10.Name = "labelInput10"; this.labelInput10.Name = "labelInput10";
@ -183,7 +183,7 @@
// labelInput11 // labelInput11
// //
this.labelInput11.BackColor = System.Drawing.Color.DimGray; this.labelInput11.BackColor = System.Drawing.Color.DimGray;
this.labelInput11.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput11.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput11.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput11.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput11.Location = new System.Drawing.Point(188, 147); this.labelInput11.Location = new System.Drawing.Point(188, 147);
this.labelInput11.Name = "labelInput11"; this.labelInput11.Name = "labelInput11";
@ -193,7 +193,7 @@
// labelInput12 // labelInput12
// //
this.labelInput12.BackColor = System.Drawing.Color.DimGray; this.labelInput12.BackColor = System.Drawing.Color.DimGray;
this.labelInput12.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput12.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput12.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput12.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput12.Location = new System.Drawing.Point(188, 178); this.labelInput12.Location = new System.Drawing.Point(188, 178);
this.labelInput12.Name = "labelInput12"; this.labelInput12.Name = "labelInput12";
@ -203,7 +203,7 @@
// labelInput16 // labelInput16
// //
this.labelInput16.BackColor = System.Drawing.Color.DimGray; this.labelInput16.BackColor = System.Drawing.Color.DimGray;
this.labelInput16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput16.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput16.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput16.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput16.Location = new System.Drawing.Point(188, 302); this.labelInput16.Location = new System.Drawing.Point(188, 302);
this.labelInput16.Name = "labelInput16"; this.labelInput16.Name = "labelInput16";
@ -213,7 +213,7 @@
// labelInput13 // labelInput13
// //
this.labelInput13.BackColor = System.Drawing.Color.DimGray; this.labelInput13.BackColor = System.Drawing.Color.DimGray;
this.labelInput13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput13.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput13.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput13.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput13.Location = new System.Drawing.Point(188, 209); this.labelInput13.Location = new System.Drawing.Point(188, 209);
this.labelInput13.Name = "labelInput13"; this.labelInput13.Name = "labelInput13";
@ -223,7 +223,7 @@
// labelInput15 // labelInput15
// //
this.labelInput15.BackColor = System.Drawing.Color.DimGray; this.labelInput15.BackColor = System.Drawing.Color.DimGray;
this.labelInput15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput15.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput15.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput15.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput15.Location = new System.Drawing.Point(188, 271); this.labelInput15.Location = new System.Drawing.Point(188, 271);
this.labelInput15.Name = "labelInput15"; this.labelInput15.Name = "labelInput15";
@ -233,7 +233,7 @@
// labelInput14 // labelInput14
// //
this.labelInput14.BackColor = System.Drawing.Color.DimGray; this.labelInput14.BackColor = System.Drawing.Color.DimGray;
this.labelInput14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput14.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput14.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput14.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput14.Location = new System.Drawing.Point(188, 240); this.labelInput14.Location = new System.Drawing.Point(188, 240);
this.labelInput14.Name = "labelInput14"; this.labelInput14.Name = "labelInput14";
@ -243,7 +243,7 @@
// labelInput1 // labelInput1
// //
this.labelInput1.BackColor = System.Drawing.Color.DimGray; this.labelInput1.BackColor = System.Drawing.Color.DimGray;
this.labelInput1.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput1.Location = new System.Drawing.Point(46, 85); this.labelInput1.Location = new System.Drawing.Point(46, 85);
this.labelInput1.Name = "labelInput1"; this.labelInput1.Name = "labelInput1";
@ -252,7 +252,7 @@
// labelInput2 // labelInput2
// //
this.labelInput2.BackColor = System.Drawing.Color.DimGray; this.labelInput2.BackColor = System.Drawing.Color.DimGray;
this.labelInput2.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput2.Location = new System.Drawing.Point(46, 116); this.labelInput2.Location = new System.Drawing.Point(46, 116);
this.labelInput2.Name = "labelInput2"; this.labelInput2.Name = "labelInput2";
@ -261,7 +261,7 @@
// labelInput3 // labelInput3
// //
this.labelInput3.BackColor = System.Drawing.Color.DimGray; this.labelInput3.BackColor = System.Drawing.Color.DimGray;
this.labelInput3.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput3.Location = new System.Drawing.Point(46, 147); this.labelInput3.Location = new System.Drawing.Point(46, 147);
this.labelInput3.Name = "labelInput3"; this.labelInput3.Name = "labelInput3";
@ -270,7 +270,7 @@
// labelInput4 // labelInput4
// //
this.labelInput4.BackColor = System.Drawing.Color.DimGray; this.labelInput4.BackColor = System.Drawing.Color.DimGray;
this.labelInput4.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput4.Location = new System.Drawing.Point(46, 178); this.labelInput4.Location = new System.Drawing.Point(46, 178);
this.labelInput4.Name = "labelInput4"; this.labelInput4.Name = "labelInput4";
@ -279,7 +279,7 @@
// labelInput8 // labelInput8
// //
this.labelInput8.BackColor = System.Drawing.Color.DimGray; this.labelInput8.BackColor = System.Drawing.Color.DimGray;
this.labelInput8.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput8.Location = new System.Drawing.Point(46, 302); this.labelInput8.Location = new System.Drawing.Point(46, 302);
this.labelInput8.Name = "labelInput8"; this.labelInput8.Name = "labelInput8";
@ -288,7 +288,7 @@
// labelInput5 // labelInput5
// //
this.labelInput5.BackColor = System.Drawing.Color.DimGray; this.labelInput5.BackColor = System.Drawing.Color.DimGray;
this.labelInput5.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput5.Location = new System.Drawing.Point(46, 209); this.labelInput5.Location = new System.Drawing.Point(46, 209);
this.labelInput5.Name = "labelInput5"; this.labelInput5.Name = "labelInput5";
@ -297,7 +297,7 @@
// labelInput7 // labelInput7
// //
this.labelInput7.BackColor = System.Drawing.Color.DimGray; this.labelInput7.BackColor = System.Drawing.Color.DimGray;
this.labelInput7.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput7.Location = new System.Drawing.Point(46, 271); this.labelInput7.Location = new System.Drawing.Point(46, 271);
this.labelInput7.Name = "labelInput7"; this.labelInput7.Name = "labelInput7";
@ -306,7 +306,7 @@
// labelInput6 // labelInput6
// //
this.labelInput6.BackColor = System.Drawing.Color.DimGray; this.labelInput6.BackColor = System.Drawing.Color.DimGray;
this.labelInput6.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput6.Location = new System.Drawing.Point(46, 240); this.labelInput6.Location = new System.Drawing.Point(46, 240);
this.labelInput6.Name = "labelInput6"; this.labelInput6.Name = "labelInput6";
@ -673,41 +673,41 @@
this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName6.Wordwrap = false; this.labelInputName6.Wordwrap = false;
// //
// smartGroupBox2 // groupBoxOutput
// //
this.smartGroupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.groupBoxOutput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartGroupBox2.BackPictureBox = null; this.groupBoxOutput.BackPictureBox = null;
this.smartGroupBox2.BackPictureBox1 = null; this.groupBoxOutput.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.buttonOutput16); this.groupBoxOutput.Controls.Add(this.buttonOutput16);
this.smartGroupBox2.Controls.Add(this.buttonOutput1); this.groupBoxOutput.Controls.Add(this.buttonOutput1);
this.smartGroupBox2.Controls.Add(this.buttonOutput8); this.groupBoxOutput.Controls.Add(this.buttonOutput8);
this.smartGroupBox2.Controls.Add(this.buttonOutput12); this.groupBoxOutput.Controls.Add(this.buttonOutput12);
this.smartGroupBox2.Controls.Add(this.buttonOutput15); this.groupBoxOutput.Controls.Add(this.buttonOutput15);
this.smartGroupBox2.Controls.Add(this.buttonOutput7); this.groupBoxOutput.Controls.Add(this.buttonOutput7);
this.smartGroupBox2.Controls.Add(this.buttonOutput4); this.groupBoxOutput.Controls.Add(this.buttonOutput4);
this.smartGroupBox2.Controls.Add(this.buttonOutput11); this.groupBoxOutput.Controls.Add(this.buttonOutput11);
this.smartGroupBox2.Controls.Add(this.buttonOutput14); this.groupBoxOutput.Controls.Add(this.buttonOutput14);
this.smartGroupBox2.Controls.Add(this.buttonOutput3); this.groupBoxOutput.Controls.Add(this.buttonOutput3);
this.smartGroupBox2.Controls.Add(this.buttonOutput6); this.groupBoxOutput.Controls.Add(this.buttonOutput6);
this.smartGroupBox2.Controls.Add(this.buttonOutput10); this.groupBoxOutput.Controls.Add(this.buttonOutput10);
this.smartGroupBox2.Controls.Add(this.buttonOutput13); this.groupBoxOutput.Controls.Add(this.buttonOutput13);
this.smartGroupBox2.Controls.Add(this.buttonOutput2); this.groupBoxOutput.Controls.Add(this.buttonOutput2);
this.smartGroupBox2.Controls.Add(this.buttonOutput5); this.groupBoxOutput.Controls.Add(this.buttonOutput5);
this.smartGroupBox2.Controls.Add(this.buttonOutput9); this.groupBoxOutput.Controls.Add(this.buttonOutput9);
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.groupBoxOutput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 2; this.groupBoxOutput.FrameLineThickness = 2;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxOutput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox2.Image = null; this.groupBoxOutput.Image = null;
this.smartGroupBox2.InitVisible = true; this.groupBoxOutput.InitVisible = true;
this.smartGroupBox2.Location = new System.Drawing.Point(21, 18); this.groupBoxOutput.Location = new System.Drawing.Point(21, 18);
this.smartGroupBox2.Name = "smartGroupBox2"; this.groupBoxOutput.Name = "groupBoxOutput";
this.smartGroupBox2.RoundRadius = 0; this.groupBoxOutput.RoundRadius = 0;
this.smartGroupBox2.Size = new System.Drawing.Size(335, 431); this.groupBoxOutput.Size = new System.Drawing.Size(335, 431);
this.smartGroupBox2.TabIndex = 176; this.groupBoxOutput.TabIndex = 176;
this.smartGroupBox2.Text = "OUTPUT"; this.groupBoxOutput.Text = "OUTPUT";
this.smartGroupBox2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxOutput.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
// //
// buttonOutput16 // buttonOutput16
// //
@ -1283,8 +1283,8 @@
this.Name = "ControlCenterSystemIOTest"; this.Name = "ControlCenterSystemIOTest";
this.Size = new System.Drawing.Size(710, 470); this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false); this.smartGroupBox1.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false); this.groupBoxInput.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false); this.groupBoxOutput.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -1292,8 +1292,8 @@
#endregion #endregion
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartGroupBox smartGroupBox3; private SmartX.SmartGroupBox groupBoxInput;
private SmartX.SmartGroupBox smartGroupBox2; private SmartX.SmartGroupBox groupBoxOutput;
private System.Windows.Forms.Label labelInput9; private System.Windows.Forms.Label labelInput9;
private System.Windows.Forms.Label labelInput10; private System.Windows.Forms.Label labelInput10;
private System.Windows.Forms.Label labelInput11; private System.Windows.Forms.Label labelInput11;

View File

@ -54,9 +54,13 @@ namespace ITC81DB_2.Controls
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.groupBoxInput.Text = "Input";
this.groupBoxOutput.Text = "Output";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.groupBoxInput.Text = "输入";
this.groupBoxOutput.Text = "输出";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -66,6 +70,8 @@ namespace ITC81DB_2.Controls
} }
else else
{ {
this.groupBoxInput.Text = "Input";
this.groupBoxOutput.Text = "Output";
} }
} }
private void DefaultSetting() private void DefaultSetting()

View File

@ -52,14 +52,15 @@ namespace ITC81DB_2.Controls
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundJudgment));
this.buttonWeightReference.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardDisable)); this.buttonWeightReference.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardDisable));
this.buttonWeightReference.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardDown)); this.buttonWeightReference.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardDown));
this.buttonWeightReference.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardUp)); this.buttonWeightReference.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engJudgmentStandardUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonWeightReference.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnJudgmentStandardDisable));
this.buttonWeightReference.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnJudgmentStandardDown));
this.buttonWeightReference.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnJudgmentStandardUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -69,8 +70,6 @@ namespace ITC81DB_2.Controls
} }
else else
{ {
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundJudgment));
this.buttonWeightReference.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardDisable)); this.buttonWeightReference.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardDisable));
this.buttonWeightReference.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardDown)); this.buttonWeightReference.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardDown));
this.buttonWeightReference.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardUp)); this.buttonWeightReference.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korJudgmentStandardUp));
@ -168,6 +167,23 @@ namespace ITC81DB_2.Controls
break; break;
} }
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{
switch (this.ParentForm.ParentForm.SystemConfig.EquipmentType)
{
case 0:
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundJudgment));
break;
case 4:
this.buttonUp.Visible = true;
this.buttonDown.Visible = true;
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundJudgment_Updown));
break;
default:
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundJudgment));
break;
}
}
else else
{ {
switch (this.ParentForm.ParentForm.SystemConfig.EquipmentType) switch (this.ParentForm.ParentForm.SystemConfig.EquipmentType)

View File

@ -108,7 +108,7 @@
// //
// comboBoxOut10Mode // comboBoxOut10Mode
// //
this.comboBoxOut10Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut10Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut10Mode.Location = new System.Drawing.Point(229, 344); this.comboBoxOut10Mode.Location = new System.Drawing.Point(229, 344);
this.comboBoxOut10Mode.Name = "comboBoxOut10Mode"; this.comboBoxOut10Mode.Name = "comboBoxOut10Mode";
this.comboBoxOut10Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut10Mode.Size = new System.Drawing.Size(150, 28);
@ -117,7 +117,7 @@
// //
// comboBoxOut4Mode // comboBoxOut4Mode
// //
this.comboBoxOut4Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut4Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut4Mode.Location = new System.Drawing.Point(229, 306); this.comboBoxOut4Mode.Location = new System.Drawing.Point(229, 306);
this.comboBoxOut4Mode.Name = "comboBoxOut4Mode"; this.comboBoxOut4Mode.Name = "comboBoxOut4Mode";
this.comboBoxOut4Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut4Mode.Size = new System.Drawing.Size(150, 28);
@ -126,7 +126,7 @@
// //
// comboBoxOut3Mode // comboBoxOut3Mode
// //
this.comboBoxOut3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut3Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut3Mode.Location = new System.Drawing.Point(229, 268); this.comboBoxOut3Mode.Location = new System.Drawing.Point(229, 268);
this.comboBoxOut3Mode.Name = "comboBoxOut3Mode"; this.comboBoxOut3Mode.Name = "comboBoxOut3Mode";
this.comboBoxOut3Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut3Mode.Size = new System.Drawing.Size(150, 28);
@ -135,7 +135,7 @@
// //
// comboBoxOut1Mode // comboBoxOut1Mode
// //
this.comboBoxOut1Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut1Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut1Mode.Location = new System.Drawing.Point(229, 116); this.comboBoxOut1Mode.Location = new System.Drawing.Point(229, 116);
this.comboBoxOut1Mode.Name = "comboBoxOut1Mode"; this.comboBoxOut1Mode.Name = "comboBoxOut1Mode";
this.comboBoxOut1Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut1Mode.Size = new System.Drawing.Size(150, 28);
@ -331,7 +331,7 @@
// //
// comboBoxOut9Mode // comboBoxOut9Mode
// //
this.comboBoxOut9Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut9Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut9Mode.Location = new System.Drawing.Point(229, 192); this.comboBoxOut9Mode.Location = new System.Drawing.Point(229, 192);
this.comboBoxOut9Mode.Name = "comboBoxOut9Mode"; this.comboBoxOut9Mode.Name = "comboBoxOut9Mode";
this.comboBoxOut9Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut9Mode.Size = new System.Drawing.Size(150, 28);
@ -340,7 +340,7 @@
// //
// comboBoxOut2Mode // comboBoxOut2Mode
// //
this.comboBoxOut2Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxOut2Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxOut2Mode.Location = new System.Drawing.Point(229, 154); this.comboBoxOut2Mode.Location = new System.Drawing.Point(229, 154);
this.comboBoxOut2Mode.Name = "comboBoxOut2Mode"; this.comboBoxOut2Mode.Name = "comboBoxOut2Mode";
this.comboBoxOut2Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxOut2Mode.Size = new System.Drawing.Size(150, 28);
@ -363,7 +363,7 @@
this.radioButtonDoubleEntryDsable.BackPictureBox1 = null; this.radioButtonDoubleEntryDsable.BackPictureBox1 = null;
this.radioButtonDoubleEntryDsable.BackPictureBox2 = null; this.radioButtonDoubleEntryDsable.BackPictureBox2 = null;
this.radioButtonDoubleEntryDsable.Checked = false; this.radioButtonDoubleEntryDsable.Checked = false;
this.radioButtonDoubleEntryDsable.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.radioButtonDoubleEntryDsable.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonDoubleEntryDsable.ForeColor = System.Drawing.Color.White; this.radioButtonDoubleEntryDsable.ForeColor = System.Drawing.Color.White;
this.radioButtonDoubleEntryDsable.GroupID = 0; this.radioButtonDoubleEntryDsable.GroupID = 0;
this.radioButtonDoubleEntryDsable.ImageCheckRadioButton = null; this.radioButtonDoubleEntryDsable.ImageCheckRadioButton = null;
@ -390,7 +390,7 @@
this.radioButtonDoubleEntryEnable.BackPictureBox1 = null; this.radioButtonDoubleEntryEnable.BackPictureBox1 = null;
this.radioButtonDoubleEntryEnable.BackPictureBox2 = null; this.radioButtonDoubleEntryEnable.BackPictureBox2 = null;
this.radioButtonDoubleEntryEnable.Checked = false; this.radioButtonDoubleEntryEnable.Checked = false;
this.radioButtonDoubleEntryEnable.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.radioButtonDoubleEntryEnable.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonDoubleEntryEnable.ForeColor = System.Drawing.Color.White; this.radioButtonDoubleEntryEnable.ForeColor = System.Drawing.Color.White;
this.radioButtonDoubleEntryEnable.GroupID = 0; this.radioButtonDoubleEntryEnable.GroupID = 0;
this.radioButtonDoubleEntryEnable.ImageCheckRadioButton = null; this.radioButtonDoubleEntryEnable.ImageCheckRadioButton = null;
@ -433,7 +433,7 @@
// //
// comboBoxSorter2Mode // comboBoxSorter2Mode
// //
this.comboBoxSorter2Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxSorter2Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxSorter2Mode.Location = new System.Drawing.Point(229, 230); this.comboBoxSorter2Mode.Location = new System.Drawing.Point(229, 230);
this.comboBoxSorter2Mode.Name = "comboBoxSorter2Mode"; this.comboBoxSorter2Mode.Name = "comboBoxSorter2Mode";
this.comboBoxSorter2Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxSorter2Mode.Size = new System.Drawing.Size(150, 28);
@ -463,7 +463,7 @@
// //
// comboBoxSorter1Mode // comboBoxSorter1Mode
// //
this.comboBoxSorter1Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.comboBoxSorter1Mode.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxSorter1Mode.Location = new System.Drawing.Point(229, 78); this.comboBoxSorter1Mode.Location = new System.Drawing.Point(229, 78);
this.comboBoxSorter1Mode.Name = "comboBoxSorter1Mode"; this.comboBoxSorter1Mode.Name = "comboBoxSorter1Mode";
this.comboBoxSorter1Mode.Size = new System.Drawing.Size(150, 28); this.comboBoxSorter1Mode.Size = new System.Drawing.Size(150, 28);

View File

@ -133,6 +133,90 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
#region Chinese
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundSorterSetting));
this.radioButtonDoubleEntryDsable.Text = "禁用";
this.radioButtonDoubleEntryEnable.Text = "启用";
this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter1Mode.Items.Clear();
this.comboBoxSorter1Mode.Items.Add("不使用");
this.comboBoxSorter1Mode.Items.Add("上限");
this.comboBoxSorter1Mode.Items.Add("下限");
this.comboBoxSorter1Mode.Items.Add("剔除");
this.comboBoxSorter1Mode.SelectedIndex = 1;
this.comboBoxSorter1Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter2Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxSorter2Mode.Items.Clear();
this.comboBoxSorter2Mode.Items.Add("不使用");
this.comboBoxSorter2Mode.Items.Add("上限");
this.comboBoxSorter2Mode.Items.Add("下限");
this.comboBoxSorter2Mode.Items.Add("剔除");
this.comboBoxSorter2Mode.SelectedIndex = 2;
this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxOut1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut1Mode_SelectedIndexChanged);
this.comboBoxOut1Mode.Items.Clear();
this.comboBoxOut1Mode.Items.Add("不使用");
this.comboBoxOut1Mode.Items.Add("上限");
this.comboBoxOut1Mode.Items.Add("下限");
this.comboBoxOut1Mode.Items.Add("剔除");
this.comboBoxOut1Mode.Items.Add("通过");
this.comboBoxOut1Mode.Items.Add("运行");
this.comboBoxOut1Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut1Mode_SelectedIndexChanged);
this.comboBoxOut2Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut2Mode_SelectedIndexChanged);
this.comboBoxOut2Mode.Items.Clear();
this.comboBoxOut2Mode.Items.Add("不使用");
this.comboBoxOut2Mode.Items.Add("上限");
this.comboBoxOut2Mode.Items.Add("下限");
this.comboBoxOut2Mode.Items.Add("剔除");
this.comboBoxOut2Mode.Items.Add("通过");
this.comboBoxOut2Mode.Items.Add("运行");
this.comboBoxOut2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut2Mode_SelectedIndexChanged);
this.comboBoxOut3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut3Mode_SelectedIndexChanged);
this.comboBoxOut3Mode.Items.Clear();
this.comboBoxOut3Mode.Items.Add("不使用");
this.comboBoxOut3Mode.Items.Add("上限");
this.comboBoxOut3Mode.Items.Add("下限");
this.comboBoxOut3Mode.Items.Add("剔除");
this.comboBoxOut3Mode.Items.Add("通过");
this.comboBoxOut3Mode.Items.Add("运行");
this.comboBoxOut3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut3Mode_SelectedIndexChanged);
this.comboBoxOut4Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut4Mode_SelectedIndexChanged);
this.comboBoxOut4Mode.Items.Clear();
this.comboBoxOut4Mode.Items.Add("不使用");
this.comboBoxOut4Mode.Items.Add("上限");
this.comboBoxOut4Mode.Items.Add("下限");
this.comboBoxOut4Mode.Items.Add("剔除");
this.comboBoxOut4Mode.Items.Add("通过");
this.comboBoxOut4Mode.Items.Add("运行");
this.comboBoxOut4Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut4Mode_SelectedIndexChanged);
this.comboBoxOut9Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut9Mode_SelectedIndexChanged);
this.comboBoxOut9Mode.Items.Clear();
this.comboBoxOut9Mode.Items.Add("不使用");
this.comboBoxOut9Mode.Items.Add("上限");
this.comboBoxOut9Mode.Items.Add("下限");
this.comboBoxOut9Mode.Items.Add("剔除");
this.comboBoxOut9Mode.Items.Add("通过");
this.comboBoxOut9Mode.Items.Add("运行");
this.comboBoxOut9Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut9Mode_SelectedIndexChanged);
this.comboBoxOut10Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxOut10Mode_SelectedIndexChanged);
this.comboBoxOut10Mode.Items.Clear();
this.comboBoxOut10Mode.Items.Add("不使用");
this.comboBoxOut10Mode.Items.Add("上限");
this.comboBoxOut10Mode.Items.Add("下限");
this.comboBoxOut10Mode.Items.Add("剔除");
this.comboBoxOut10Mode.Items.Add("通过");
this.comboBoxOut10Mode.Items.Add("运行");
this.comboBoxOut10Mode.SelectedIndexChanged += new EventHandler(this.comboBoxOut10Mode_SelectedIndexChanged);
#endregion
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -56,6 +56,14 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.pictureBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayStatistics));
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassDown));
this.buttonPass1.UpImage = this.buttonPass2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassUp));
this.buttonUnder1.DownImage = this.buttonUnder2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderDown));
this.buttonUnder1.UpImage = this.buttonUnder2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -58,6 +58,16 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.labelTitleTime1.Text = this.labelTitleTime2.Text = "时间";
this.labelTitleWeight1.Text = this.labelTitleWeight2.Text = "重量";
this.labelTitleGrade1.Text = this.labelTitleGrade2.Text = "等级";
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassDown));
this.buttonPass1.UpImage = this.buttonPass2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassUp));
this.buttonUnder1.DownImage = this.buttonUnder2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderDown));
this.buttonUnder1.UpImage = this.buttonUnder2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -58,6 +58,8 @@ namespace ITC81DB_2.Controls
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "Variation"; this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "Variation";
this.labelTitleAutoZero1.Text = "Auto zero 1"; this.labelTitleAutoZero1.Text = "Auto zero 1";
this.labelTitleAutoZero2.Text = "Auto zero 2"; this.labelTitleAutoZero2.Text = "Auto zero 2";
this.labelTitleBypass1.Text = "Bypass1";
this.labelTitleBypass2.Text = "Bypass2";
this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged); this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter1Mode.Items.Clear(); this.comboBoxSorter1Mode.Items.Clear();
@ -77,6 +79,24 @@ namespace ITC81DB_2.Controls
this.comboBoxSorter2Mode.SelectedIndex = 0; this.comboBoxSorter2Mode.SelectedIndex = 0;
this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged); this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.Items.Clear();
this.comboBoxAutoZeroMode1.Items.Add("High");
this.comboBoxAutoZeroMode1.Items.Add("Middle");
this.comboBoxAutoZeroMode1.Items.Add("Low");
this.comboBoxAutoZeroMode1.Items.Add("User setting");
this.comboBoxAutoZeroMode1.SelectedIndex = 0;
this.comboBoxAutoZeroMode1.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.Items.Clear();
this.comboBoxAutoZeroMode2.Items.Add("High");
this.comboBoxAutoZeroMode2.Items.Add("Middle");
this.comboBoxAutoZeroMode2.Items.Add("Low");
this.comboBoxAutoZeroMode2.Items.Add("User setting");
this.comboBoxAutoZeroMode2.SelectedIndex = 0;
this.comboBoxAutoZeroMode2.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightOverDown)); this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightOverUp)); this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightPassDown)); this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engLightPassDown));
@ -86,10 +106,74 @@ namespace ITC81DB_2.Controls
this.buttonBypassOnce1.DownImage = this.buttonBypassOnce2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassCountDown)); this.buttonBypassOnce1.DownImage = this.buttonBypassOnce2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassCountDown));
this.buttonBypassOnce1.UpImage = this.buttonBypassOnce2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassCountUp)); this.buttonBypassOnce1.UpImage = this.buttonBypassOnce2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassCountUp));
this.buttonBypassDirection1.DownImage = this.buttonBypassDirection2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassOccasionDown));
this.buttonBypassDirection1.UpImage = this.buttonBypassDirection2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassOccasionUp));
#endregion #endregion
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
#region Chinese
this.labelTitleSorter1.Text = "分类机 A";
this.labelTitleSorter2.Text = "分类机 B";
this.labelTitleSorterMode1.Text = this.labelTitleSorterMode2.Text = "模式";
this.labelTitleSorterDelayTime1.Text = this.labelTitleSorterDelayTime2.Text = "延迟时间";
this.labelTitleSorterRunTime1.Text = this.labelTitleSorterRunTime2.Text = "运行时间";
this.labelTitleTime1.Text = this.labelTitleTime2.Text = "时间";
this.labelTitleRange1.Text = this.labelTitleRange2.Text = "范围";
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "变化";
this.labelTitleAutoZero1.Text = "自动零点 1";
this.labelTitleAutoZero2.Text = "自动零点 2";
this.labelTitleBypass1.Text = "选别选项1";
this.labelTitleBypass2.Text = "选别选项2";
this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter1Mode.Items.Clear();
this.comboBoxSorter1Mode.Items.Add("不使用");
this.comboBoxSorter1Mode.Items.Add("上限");
this.comboBoxSorter1Mode.Items.Add("下限");
this.comboBoxSorter1Mode.Items.Add("剔除");
this.comboBoxSorter1Mode.SelectedIndex = 0;
this.comboBoxSorter1Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter2Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxSorter2Mode.Items.Clear();
this.comboBoxSorter2Mode.Items.Add("不使用");
this.comboBoxSorter2Mode.Items.Add("上限");
this.comboBoxSorter2Mode.Items.Add("下限");
this.comboBoxSorter2Mode.Items.Add("剔除");
this.comboBoxSorter2Mode.SelectedIndex = 0;
this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.Items.Clear();
this.comboBoxAutoZeroMode1.Items.Add("高");
this.comboBoxAutoZeroMode1.Items.Add("中间");
this.comboBoxAutoZeroMode1.Items.Add("低");
this.comboBoxAutoZeroMode1.Items.Add("用户设置");
this.comboBoxAutoZeroMode1.SelectedIndex = 0;
this.comboBoxAutoZeroMode1.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.Items.Clear();
this.comboBoxAutoZeroMode2.Items.Add("高");
this.comboBoxAutoZeroMode2.Items.Add("中间");
this.comboBoxAutoZeroMode2.Items.Add("低");
this.comboBoxAutoZeroMode2.Items.Add("用户设置");
this.comboBoxAutoZeroMode2.SelectedIndex = 0;
this.comboBoxAutoZeroMode2.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassDown));
this.buttonPass1.UpImage = this.buttonPass2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassUp));
this.buttonUnder1.DownImage = this.buttonUnder2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderDown));
this.buttonUnder1.UpImage = this.buttonUnder2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderUp));
this.buttonBypassOnce1.DownImage = this.buttonBypassOnce2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBypassCountDown));
this.buttonBypassOnce1.UpImage = this.buttonBypassOnce2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBypassCountUp));
this.buttonBypassDirection1.DownImage = this.buttonBypassDirection2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBypassOccasionDown));
this.buttonBypassDirection1.UpImage = this.buttonBypassDirection2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBypassOccasionUp));
#endregion
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -110,6 +194,8 @@ namespace ITC81DB_2.Controls
this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "변량"; this.labelTitleVariation1.Text = this.labelTitleVariation2.Text = "변량";
this.labelTitleAutoZero1.Text = "자동영점 1"; this.labelTitleAutoZero1.Text = "자동영점 1";
this.labelTitleAutoZero2.Text = "자동영점 2"; this.labelTitleAutoZero2.Text = "자동영점 2";
this.labelTitleBypass1.Text = "Bypass1";
this.labelTitleBypass2.Text = "Bypass2";
this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged); this.comboBoxSorter1Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSorter1Mode_SelectedIndexChanged);
this.comboBoxSorter1Mode.Items.Clear(); this.comboBoxSorter1Mode.Items.Clear();
@ -129,6 +215,24 @@ namespace ITC81DB_2.Controls
this.comboBoxSorter2Mode.SelectedIndex = 0; this.comboBoxSorter2Mode.SelectedIndex = 0;
this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged); this.comboBoxSorter2Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSorter2Mode_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.Items.Clear();
this.comboBoxAutoZeroMode1.Items.Add("High");
this.comboBoxAutoZeroMode1.Items.Add("Middle");
this.comboBoxAutoZeroMode1.Items.Add("Low");
this.comboBoxAutoZeroMode1.Items.Add("User setting");
this.comboBoxAutoZeroMode1.SelectedIndex = 0;
this.comboBoxAutoZeroMode1.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.Items.Clear();
this.comboBoxAutoZeroMode2.Items.Add("High");
this.comboBoxAutoZeroMode2.Items.Add("Middle");
this.comboBoxAutoZeroMode2.Items.Add("Low");
this.comboBoxAutoZeroMode2.Items.Add("User setting");
this.comboBoxAutoZeroMode2.SelectedIndex = 0;
this.comboBoxAutoZeroMode2.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightOverDown)); this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightOverUp)); this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightPassDown)); this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korLightPassDown));
@ -138,30 +242,13 @@ namespace ITC81DB_2.Controls
this.buttonBypassOnce1.DownImage = this.buttonBypassOnce2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korBypassCountDown)); this.buttonBypassOnce1.DownImage = this.buttonBypassOnce2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korBypassCountDown));
this.buttonBypassOnce1.UpImage = this.buttonBypassOnce2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korBypassCountUp)); this.buttonBypassOnce1.UpImage = this.buttonBypassOnce2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korBypassCountUp));
this.buttonBypassDirection1.DownImage = this.buttonBypassDirection2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassOccasionDown));
this.buttonBypassDirection1.UpImage = this.buttonBypassDirection2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBypassOccasionUp));
#endregion #endregion
} }
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.comboBoxAutoZeroMode1.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode1.Items.Clear();
this.comboBoxAutoZeroMode1.Items.Add("High");
this.comboBoxAutoZeroMode1.Items.Add("Middle");
this.comboBoxAutoZeroMode1.Items.Add("Low");
this.comboBoxAutoZeroMode1.Items.Add("User");
this.comboBoxAutoZeroMode1.SelectedIndex = 0;
this.comboBoxAutoZeroMode1.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode1_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.SelectedIndexChanged -= new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.comboBoxAutoZeroMode2.Items.Clear();
this.comboBoxAutoZeroMode2.Items.Add("High");
this.comboBoxAutoZeroMode2.Items.Add("Middle");
this.comboBoxAutoZeroMode2.Items.Add("Low");
this.comboBoxAutoZeroMode2.Items.Add("User");
this.comboBoxAutoZeroMode2.SelectedIndex = 0;
this.comboBoxAutoZeroMode2.SelectedIndexChanged += new EventHandler(this.comboBoxAutoZeroMode2_SelectedIndexChanged);
this.comboBoxMode1Variate1.SelectedIndexChanged -= new EventHandler(this.comboBoxMode1Variate1_SelectedIndexChanged); this.comboBoxMode1Variate1.SelectedIndexChanged -= new EventHandler(this.comboBoxMode1Variate1_SelectedIndexChanged);
this.comboBoxMode1Variate1.Items.Clear(); this.comboBoxMode1Variate1.Items.Clear();
this.comboBoxMode1Variate1.Items.Add(0.1); this.comboBoxMode1Variate1.Items.Add(0.1);

View File

@ -62,6 +62,18 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonOverRange1.DisableImage = this.buttonOverRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphOverDisable));
this.buttonOverRange1.DownImage = this.buttonOverRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphOverUp));
this.buttonOverRange1.UpImage = this.buttonOverRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphOverUp));
this.buttonPassRange1.DisableImage = this.buttonPassRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphPassDisable));
this.buttonPassRange1.DownImage = this.buttonPassRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphPassUp));
this.buttonPassRange1.UpImage = this.buttonPassRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphPassUp));
this.buttonUnderRange1.DisableImage = this.buttonUnderRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphUnderDisable));
this.buttonUnderRange1.DownImage = this.buttonUnderRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphUnderUp));
this.buttonUnderRange1.UpImage = this.buttonUnderRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphUnderUp));
this.buttonTareRange1.DisableImage = this.buttonTareRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphTareDisable));
this.buttonTareRange1.DownImage = this.buttonTareRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphTareUp));
this.buttonTareRange1.UpImage = this.buttonTareRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainDisplayBargraphTareUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -89,7 +89,7 @@
this.buttonOverRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOverRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOverRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange1.DisableImage"))); this.buttonOverRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange1.DisableImage")));
this.buttonOverRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange1.DownImage"))); this.buttonOverRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange1.DownImage")));
this.buttonOverRange1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonOverRange1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonOverRange1.GroupID = 0; this.buttonOverRange1.GroupID = 0;
this.buttonOverRange1.InitVisible = true; this.buttonOverRange1.InitVisible = true;
this.buttonOverRange1.Location = new System.Drawing.Point(10, 4); this.buttonOverRange1.Location = new System.Drawing.Point(10, 4);
@ -122,7 +122,7 @@
this.buttonOverRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOverRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOverRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange2.DisableImage"))); this.buttonOverRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange2.DisableImage")));
this.buttonOverRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange2.DownImage"))); this.buttonOverRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange2.DownImage")));
this.buttonOverRange2.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonOverRange2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonOverRange2.GroupID = 0; this.buttonOverRange2.GroupID = 0;
this.buttonOverRange2.InitVisible = true; this.buttonOverRange2.InitVisible = true;
this.buttonOverRange2.Location = new System.Drawing.Point(10, 222); this.buttonOverRange2.Location = new System.Drawing.Point(10, 222);
@ -155,7 +155,7 @@
this.buttonPassRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPassRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPassRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange1.DisableImage"))); this.buttonPassRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange1.DisableImage")));
this.buttonPassRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange1.DownImage"))); this.buttonPassRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange1.DownImage")));
this.buttonPassRange1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonPassRange1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonPassRange1.GroupID = 0; this.buttonPassRange1.GroupID = 0;
this.buttonPassRange1.InitVisible = true; this.buttonPassRange1.InitVisible = true;
this.buttonPassRange1.Location = new System.Drawing.Point(10, 75); this.buttonPassRange1.Location = new System.Drawing.Point(10, 75);
@ -188,7 +188,7 @@
this.buttonPassRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPassRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPassRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange2.DisableImage"))); this.buttonPassRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange2.DisableImage")));
this.buttonPassRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange2.DownImage"))); this.buttonPassRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange2.DownImage")));
this.buttonPassRange2.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonPassRange2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonPassRange2.GroupID = 0; this.buttonPassRange2.GroupID = 0;
this.buttonPassRange2.InitVisible = true; this.buttonPassRange2.InitVisible = true;
this.buttonPassRange2.Location = new System.Drawing.Point(10, 293); this.buttonPassRange2.Location = new System.Drawing.Point(10, 293);
@ -221,7 +221,7 @@
this.buttonUnderRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonUnderRange1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUnderRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange1.DisableImage"))); this.buttonUnderRange1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange1.DisableImage")));
this.buttonUnderRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange1.DownImage"))); this.buttonUnderRange1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange1.DownImage")));
this.buttonUnderRange1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonUnderRange1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonUnderRange1.GroupID = 0; this.buttonUnderRange1.GroupID = 0;
this.buttonUnderRange1.InitVisible = true; this.buttonUnderRange1.InitVisible = true;
this.buttonUnderRange1.Location = new System.Drawing.Point(10, 145); this.buttonUnderRange1.Location = new System.Drawing.Point(10, 145);
@ -254,7 +254,7 @@
this.buttonUnderRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonUnderRange2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUnderRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange2.DisableImage"))); this.buttonUnderRange2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange2.DisableImage")));
this.buttonUnderRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange2.DownImage"))); this.buttonUnderRange2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange2.DownImage")));
this.buttonUnderRange2.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.buttonUnderRange2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonUnderRange2.GroupID = 0; this.buttonUnderRange2.GroupID = 0;
this.buttonUnderRange2.InitVisible = true; this.buttonUnderRange2.InitVisible = true;
this.buttonUnderRange2.Location = new System.Drawing.Point(10, 363); this.buttonUnderRange2.Location = new System.Drawing.Point(10, 363);
@ -318,7 +318,7 @@
this.labelOverCount1.BackPictureBox2 = null; this.labelOverCount1.BackPictureBox2 = null;
this.labelOverCount1.BorderColor = System.Drawing.Color.Black; this.labelOverCount1.BorderColor = System.Drawing.Color.Black;
this.labelOverCount1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelOverCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverCount1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelOverCount1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelOverCount1.ForeColor = System.Drawing.Color.White; this.labelOverCount1.ForeColor = System.Drawing.Color.White;
this.labelOverCount1.InitVisible = true; this.labelOverCount1.InitVisible = true;
this.labelOverCount1.LineSpacing = 0F; this.labelOverCount1.LineSpacing = 0F;
@ -338,7 +338,7 @@
this.labelOverRatio1.BackPictureBox2 = null; this.labelOverRatio1.BackPictureBox2 = null;
this.labelOverRatio1.BorderColor = System.Drawing.Color.Black; this.labelOverRatio1.BorderColor = System.Drawing.Color.Black;
this.labelOverRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelOverRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverRatio1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelOverRatio1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelOverRatio1.ForeColor = System.Drawing.Color.White; this.labelOverRatio1.ForeColor = System.Drawing.Color.White;
this.labelOverRatio1.InitVisible = true; this.labelOverRatio1.InitVisible = true;
this.labelOverRatio1.LineSpacing = 0F; this.labelOverRatio1.LineSpacing = 0F;
@ -358,7 +358,7 @@
this.labelPassCount1.BackPictureBox2 = null; this.labelPassCount1.BackPictureBox2 = null;
this.labelPassCount1.BorderColor = System.Drawing.Color.Black; this.labelPassCount1.BorderColor = System.Drawing.Color.Black;
this.labelPassCount1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelPassCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassCount1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelPassCount1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelPassCount1.ForeColor = System.Drawing.Color.White; this.labelPassCount1.ForeColor = System.Drawing.Color.White;
this.labelPassCount1.InitVisible = true; this.labelPassCount1.InitVisible = true;
this.labelPassCount1.LineSpacing = 0F; this.labelPassCount1.LineSpacing = 0F;
@ -378,7 +378,7 @@
this.labelPassRatio1.BackPictureBox2 = null; this.labelPassRatio1.BackPictureBox2 = null;
this.labelPassRatio1.BorderColor = System.Drawing.Color.Black; this.labelPassRatio1.BorderColor = System.Drawing.Color.Black;
this.labelPassRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelPassRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassRatio1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelPassRatio1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelPassRatio1.ForeColor = System.Drawing.Color.White; this.labelPassRatio1.ForeColor = System.Drawing.Color.White;
this.labelPassRatio1.InitVisible = true; this.labelPassRatio1.InitVisible = true;
this.labelPassRatio1.LineSpacing = 0F; this.labelPassRatio1.LineSpacing = 0F;
@ -398,7 +398,7 @@
this.labelUnderCount1.BackPictureBox2 = null; this.labelUnderCount1.BackPictureBox2 = null;
this.labelUnderCount1.BorderColor = System.Drawing.Color.Black; this.labelUnderCount1.BorderColor = System.Drawing.Color.Black;
this.labelUnderCount1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUnderCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderCount1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelUnderCount1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelUnderCount1.ForeColor = System.Drawing.Color.White; this.labelUnderCount1.ForeColor = System.Drawing.Color.White;
this.labelUnderCount1.InitVisible = true; this.labelUnderCount1.InitVisible = true;
this.labelUnderCount1.LineSpacing = 0F; this.labelUnderCount1.LineSpacing = 0F;
@ -418,7 +418,7 @@
this.labelUnderRatio1.BackPictureBox2 = null; this.labelUnderRatio1.BackPictureBox2 = null;
this.labelUnderRatio1.BorderColor = System.Drawing.Color.Black; this.labelUnderRatio1.BorderColor = System.Drawing.Color.Black;
this.labelUnderRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUnderRatio1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderRatio1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelUnderRatio1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelUnderRatio1.ForeColor = System.Drawing.Color.White; this.labelUnderRatio1.ForeColor = System.Drawing.Color.White;
this.labelUnderRatio1.InitVisible = true; this.labelUnderRatio1.InitVisible = true;
this.labelUnderRatio1.LineSpacing = 0F; this.labelUnderRatio1.LineSpacing = 0F;
@ -438,7 +438,7 @@
this.labelOverCount2.BackPictureBox2 = null; this.labelOverCount2.BackPictureBox2 = null;
this.labelOverCount2.BorderColor = System.Drawing.Color.Black; this.labelOverCount2.BorderColor = System.Drawing.Color.Black;
this.labelOverCount2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelOverCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverCount2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelOverCount2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelOverCount2.ForeColor = System.Drawing.Color.White; this.labelOverCount2.ForeColor = System.Drawing.Color.White;
this.labelOverCount2.InitVisible = true; this.labelOverCount2.InitVisible = true;
this.labelOverCount2.LineSpacing = 0F; this.labelOverCount2.LineSpacing = 0F;
@ -458,7 +458,7 @@
this.labelPassCount2.BackPictureBox2 = null; this.labelPassCount2.BackPictureBox2 = null;
this.labelPassCount2.BorderColor = System.Drawing.Color.Black; this.labelPassCount2.BorderColor = System.Drawing.Color.Black;
this.labelPassCount2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelPassCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassCount2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelPassCount2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelPassCount2.ForeColor = System.Drawing.Color.White; this.labelPassCount2.ForeColor = System.Drawing.Color.White;
this.labelPassCount2.InitVisible = true; this.labelPassCount2.InitVisible = true;
this.labelPassCount2.LineSpacing = 0F; this.labelPassCount2.LineSpacing = 0F;
@ -478,7 +478,7 @@
this.labelUnderCount2.BackPictureBox2 = null; this.labelUnderCount2.BackPictureBox2 = null;
this.labelUnderCount2.BorderColor = System.Drawing.Color.Black; this.labelUnderCount2.BorderColor = System.Drawing.Color.Black;
this.labelUnderCount2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUnderCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderCount2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelUnderCount2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelUnderCount2.ForeColor = System.Drawing.Color.White; this.labelUnderCount2.ForeColor = System.Drawing.Color.White;
this.labelUnderCount2.InitVisible = true; this.labelUnderCount2.InitVisible = true;
this.labelUnderCount2.LineSpacing = 0F; this.labelUnderCount2.LineSpacing = 0F;
@ -498,7 +498,7 @@
this.labelOverRatio2.BackPictureBox2 = null; this.labelOverRatio2.BackPictureBox2 = null;
this.labelOverRatio2.BorderColor = System.Drawing.Color.Black; this.labelOverRatio2.BorderColor = System.Drawing.Color.Black;
this.labelOverRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelOverRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverRatio2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelOverRatio2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelOverRatio2.ForeColor = System.Drawing.Color.White; this.labelOverRatio2.ForeColor = System.Drawing.Color.White;
this.labelOverRatio2.InitVisible = true; this.labelOverRatio2.InitVisible = true;
this.labelOverRatio2.LineSpacing = 0F; this.labelOverRatio2.LineSpacing = 0F;
@ -518,7 +518,7 @@
this.labelPassRatio2.BackPictureBox2 = null; this.labelPassRatio2.BackPictureBox2 = null;
this.labelPassRatio2.BorderColor = System.Drawing.Color.Black; this.labelPassRatio2.BorderColor = System.Drawing.Color.Black;
this.labelPassRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelPassRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassRatio2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelPassRatio2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelPassRatio2.ForeColor = System.Drawing.Color.White; this.labelPassRatio2.ForeColor = System.Drawing.Color.White;
this.labelPassRatio2.InitVisible = true; this.labelPassRatio2.InitVisible = true;
this.labelPassRatio2.LineSpacing = 0F; this.labelPassRatio2.LineSpacing = 0F;
@ -538,7 +538,7 @@
this.labelUnderRatio2.BackPictureBox2 = null; this.labelUnderRatio2.BackPictureBox2 = null;
this.labelUnderRatio2.BorderColor = System.Drawing.Color.Black; this.labelUnderRatio2.BorderColor = System.Drawing.Color.Black;
this.labelUnderRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUnderRatio2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderRatio2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelUnderRatio2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelUnderRatio2.ForeColor = System.Drawing.Color.White; this.labelUnderRatio2.ForeColor = System.Drawing.Color.White;
this.labelUnderRatio2.InitVisible = true; this.labelUnderRatio2.InitVisible = true;
this.labelUnderRatio2.LineSpacing = 0F; this.labelUnderRatio2.LineSpacing = 0F;
@ -605,7 +605,7 @@
this.labelIconNET2.BackPictureBox2 = null; this.labelIconNET2.BackPictureBox2 = null;
this.labelIconNET2.BorderColor = System.Drawing.Color.Black; this.labelIconNET2.BorderColor = System.Drawing.Color.Black;
this.labelIconNET2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelIconNET2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelIconNET2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelIconNET2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelIconNET2.ForeColor = System.Drawing.Color.Yellow; this.labelIconNET2.ForeColor = System.Drawing.Color.Yellow;
this.labelIconNET2.InitVisible = true; this.labelIconNET2.InitVisible = true;
this.labelIconNET2.LineSpacing = 0F; this.labelIconNET2.LineSpacing = 0F;
@ -627,7 +627,7 @@
this.labelIconNET1.BackPictureBox2 = null; this.labelIconNET1.BackPictureBox2 = null;
this.labelIconNET1.BorderColor = System.Drawing.Color.Black; this.labelIconNET1.BorderColor = System.Drawing.Color.Black;
this.labelIconNET1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelIconNET1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelIconNET1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelIconNET1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelIconNET1.ForeColor = System.Drawing.Color.Yellow; this.labelIconNET1.ForeColor = System.Drawing.Color.Yellow;
this.labelIconNET1.InitVisible = true; this.labelIconNET1.InitVisible = true;
this.labelIconNET1.LineSpacing = 0F; this.labelIconNET1.LineSpacing = 0F;
@ -648,7 +648,7 @@
this.labelWeight2.BackPictureBox2 = null; this.labelWeight2.BackPictureBox2 = null;
this.labelWeight2.BorderColor = System.Drawing.Color.Black; this.labelWeight2.BorderColor = System.Drawing.Color.Black;
this.labelWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeight2.Font = new System.Drawing.Font("New Gulim", 30F, System.Drawing.FontStyle.Bold); this.labelWeight2.Font = new System.Drawing.Font("새굴림", 30F, System.Drawing.FontStyle.Bold);
this.labelWeight2.ForeColor = System.Drawing.Color.White; this.labelWeight2.ForeColor = System.Drawing.Color.White;
this.labelWeight2.InitVisible = true; this.labelWeight2.InitVisible = true;
this.labelWeight2.LineSpacing = 0F; this.labelWeight2.LineSpacing = 0F;
@ -668,7 +668,7 @@
this.labelWeight1.BackPictureBox2 = null; this.labelWeight1.BackPictureBox2 = null;
this.labelWeight1.BorderColor = System.Drawing.Color.Black; this.labelWeight1.BorderColor = System.Drawing.Color.Black;
this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeight1.Font = new System.Drawing.Font("New Gulim", 30F, System.Drawing.FontStyle.Bold); this.labelWeight1.Font = new System.Drawing.Font("새굴림", 30F, System.Drawing.FontStyle.Bold);
this.labelWeight1.ForeColor = System.Drawing.Color.White; this.labelWeight1.ForeColor = System.Drawing.Color.White;
this.labelWeight1.InitVisible = true; this.labelWeight1.InitVisible = true;
this.labelWeight1.LineSpacing = 0F; this.labelWeight1.LineSpacing = 0F;

View File

@ -66,6 +66,22 @@ namespace ITC81DB_2.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonOverRange1.DisableImage = this.buttonOverRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineOverDisable));
this.buttonOverRange1.DownImage = this.buttonOverRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineOverDown));
this.buttonOverRange1.UpImage = this.buttonOverRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineOverUp));
this.buttonPassRange1.DisableImage = this.buttonPassRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLinePassDisable));
this.buttonPassRange1.DownImage = this.buttonPassRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLinePassDown));
this.buttonPassRange1.UpImage = this.buttonPassRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLinePassUp));
this.buttonUnderRange1.DisableImage = this.buttonUnderRange2.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineUnderDisable));
this.buttonUnderRange1.DownImage = this.buttonUnderRange2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineUnderDown));
this.buttonUnderRange1.UpImage = this.buttonUnderRange2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainRunLineUnderUp));
this.buttonOver1.DownImage = this.buttonOver2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverDown));
this.buttonOver1.UpImage = this.buttonOver2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightOverUp));
this.buttonPass1.DownImage = this.buttonPass2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassDown));
this.buttonPass1.UpImage = this.buttonPass2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightPassUp));
this.buttonUnder1.DownImage = this.buttonUnder2.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderDown));
this.buttonUnder1.UpImage = this.buttonUnder2.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnLightUnderUp));
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -54,6 +54,12 @@ namespace ITC81DB_2.DialogForms
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginCancelUp));
this.buttonLogon.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginDisable));
this.buttonLogon.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginDown));
this.buttonLogon.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainLoginUp));
} }
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {

View File

@ -45,6 +45,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.ForeColor = System.Drawing.Color.Black; this.labelMessage1.ForeColor = System.Drawing.Color.Black;
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
@ -65,6 +66,7 @@
this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.ForeColor = System.Drawing.Color.Black; this.labelMessage2.ForeColor = System.Drawing.Color.Black;
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
@ -87,6 +89,7 @@
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOK.DisableImage = null; this.buttonOK.DisableImage = null;
this.buttonOK.DownImage = null; this.buttonOK.DownImage = null;
this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonOK.GroupID = 0; this.buttonOK.GroupID = 0;
this.buttonOK.InitVisible = true; this.buttonOK.InitVisible = true;
this.buttonOK.Location = new System.Drawing.Point(345, 128); this.buttonOK.Location = new System.Drawing.Point(345, 128);

View File

@ -42,7 +42,9 @@ namespace ITC81DB_2.DialogForms
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.labelErrorCode.Text = "注意";
this.labelMessage1.Text = "备份" + str + "个文件";
this.labelMessage2.Text = "";
} }
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {
@ -63,6 +65,8 @@ namespace ITC81DB_2.DialogForms
if (language == DataStore.LanguageID.Korean) if (language == DataStore.LanguageID.Korean)
{ {
this.buttonOK.Text = "OK";
#region 한글 #region 한글
switch (code) switch (code)
{ {
@ -222,6 +226,8 @@ namespace ITC81DB_2.DialogForms
} }
else if (language == DataStore.LanguageID.English) else if (language == DataStore.LanguageID.English)
{ {
this.buttonOK.Text = "OK";
#region 영문 #region 영문
switch (code) switch (code)
{ {
@ -380,7 +386,164 @@ namespace ITC81DB_2.DialogForms
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.buttonOK.Text = "确认";
#region 중문
switch (code)
{
case 1:
this.labelErrorCode.Text = "错误 01";
this.labelMessage1.Text = "确认输入范围";
this.labelMessage2.Text = "";
break;
case 2:
this.labelErrorCode.Text = "错误 02";
this.labelMessage1.Text = "最新应用";
this.labelMessage2.Text = "";
break;
case 3:
this.labelErrorCode.Text = "错误 03";
this.labelMessage1.Text = "测试连续不良";
this.labelMessage2.Text = "";
break;
case 4:
this.labelErrorCode.Text = "错误 04";
this.labelMessage1.Text = "无支持文件";
this.labelMessage2.Text = "";
break;
case 5:
this.labelErrorCode.Text = "错误 05";
this.labelMessage1.Text = "无USB存储卡";
this.labelMessage2.Text = "";
break;
case 6:
this.labelErrorCode.Text = "错误 06";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
case 7:
this.labelErrorCode.Text = "错误 07";
this.labelMessage1.Text = "USB无更新文件";
this.labelMessage2.Text = "";
break;
case 8:
this.labelErrorCode.Text = "错误 08";
this.labelMessage1.Text = "太多文件需更新";
this.labelMessage2.Text = "";
break;
case 9:
this.labelErrorCode.Text = "错误 09";
this.labelMessage1.Text = "USB没有文件夹需要更新文件";
this.labelMessage2.Text = "";
break;
case 10:
this.labelErrorCode.Text = "错误 10";
this.labelMessage1.Text = "无存储";
this.labelMessage2.Text = "";
break;
case 11:
this.labelErrorCode.Text = "错误 11";
this.labelMessage1.Text = "没有图像文件夹";
this.labelMessage2.Text = "";
break;
case 12:
this.labelErrorCode.Text = "错误 12";
this.labelMessage1.Text = "请清理箱子";
this.labelMessage2.Text = "";
break;
case 13:
this.labelErrorCode.Text = "系统备份";
this.labelMessage1.Text = "复制完成";
this.labelMessage2.Text = "";
break;
case 14:
this.labelErrorCode.Text = "系统备份";
this.labelMessage1.Text = "复制失败 !!";
this.labelMessage2.Text = "";
break;
case 15:
this.labelErrorCode.Text = "错误 15";
this.labelMessage1.Text = "无文件导入";
this.labelMessage2.Text = "";
break;
case 16:
this.labelErrorCode.Text = "错误 16";
this.labelMessage1.Text = "错误发生,重试";
this.labelMessage2.Text = "";
break;
case 17:
this.labelErrorCode.Text = "错误 17";
this.labelMessage1.Text = "运行初始化";
this.labelMessage2.Text = "";
break;
case 18:
this.labelErrorCode.Text = "Message 18";
this.labelMessage1.Text = "关掉电源,然后在打开电源";
this.labelMessage2.Text = "";
this.buttonOK.Visible = false;
break;
case 19:
this.labelErrorCode.Text = "错误 19";
this.labelMessage1.Text = "通信点连接错误";
this.labelMessage1.Text = "请联系厂商";
break;
case 20:
this.labelErrorCode.Text = "错误 20";
this.labelMessage1.Text = "传送到MASCA失败";
this.labelMessage2.Text = "";
break;
case 21:
this.labelErrorCode.Text = "错误 21";
this.labelMessage1.Text = "关闭伺服后请重试";
this.labelMessage2.Text = "";
break;
case 22:
this.labelErrorCode.Text = "错误 22";
this.labelMessage1.Text = "请确认主要画面通信状态";
this.labelMessage2.Text = "";
break;
case 31:
this.labelErrorCode.Text = "错误 31";
this.labelMessage1.Text = "用户文件错误";
this.labelMessage2.Text = "";
break;
case 32:
this.labelErrorCode.Text = "错误 32";
this.labelMessage1.Text = "请确认用户名";
this.labelMessage2.Text = "";
break;
case 33:
this.labelErrorCode.Text = "错误 33";
this.labelMessage1.Text = "请确认密码";
this.labelMessage2.Text = "";
break;
case 34:
this.labelErrorCode.Text = "错误 34";
this.labelMessage1.Text = "已有相同的用户名";
this.labelMessage2.Text = "";
break;
case 35:
this.labelErrorCode.Text = "错误 35";
this.labelMessage1.Text = "请输入4~10个字符!";
this.labelMessage2.Text = "";
break;
case 41:
this.labelErrorCode.Text = "Error 41";
this.labelMessage1.Text = "保存失败";
this.labelMessage2.Text = "请再试一次";
break;
case 42:
this.labelErrorCode.Text = "Error 42";
this.labelMessage1.Text = "读取失败";
this.labelMessage2.Text = "请再试一次";
break;
default:
this.labelErrorCode.Text = "错误 99";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
}
#endregion
} }
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {
@ -430,6 +593,18 @@ namespace ITC81DB_2.DialogForms
#endregion #endregion
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
#region Chinese
switch (code)
{
case 1:
this.labelErrorCode.Text = "错误 01";
this.labelMessage1.Text = "检查输入范围。";
this.labelMessage2.Text = message;
break;
default:
break;
}
#endregion
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;

View File

@ -96,7 +96,7 @@
this.buttonNumber0.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber0.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber0.DisableImage = null; this.buttonNumber0.DisableImage = null;
this.buttonNumber0.DownImage = null; this.buttonNumber0.DownImage = null;
this.buttonNumber0.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber0.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber0.GroupID = 0; this.buttonNumber0.GroupID = 0;
this.buttonNumber0.InitVisible = true; this.buttonNumber0.InitVisible = true;
this.buttonNumber0.Location = new System.Drawing.Point(93, 295); this.buttonNumber0.Location = new System.Drawing.Point(93, 295);
@ -130,7 +130,7 @@
this.buttonNumber9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber9.DisableImage = null; this.buttonNumber9.DisableImage = null;
this.buttonNumber9.DownImage = null; this.buttonNumber9.DownImage = null;
this.buttonNumber9.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber9.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber9.GroupID = 0; this.buttonNumber9.GroupID = 0;
this.buttonNumber9.InitVisible = true; this.buttonNumber9.InitVisible = true;
this.buttonNumber9.Location = new System.Drawing.Point(164, 234); this.buttonNumber9.Location = new System.Drawing.Point(164, 234);
@ -164,7 +164,7 @@
this.buttonNumber8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber8.DisableImage = null; this.buttonNumber8.DisableImage = null;
this.buttonNumber8.DownImage = null; this.buttonNumber8.DownImage = null;
this.buttonNumber8.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber8.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber8.GroupID = 0; this.buttonNumber8.GroupID = 0;
this.buttonNumber8.InitVisible = true; this.buttonNumber8.InitVisible = true;
this.buttonNumber8.Location = new System.Drawing.Point(93, 234); this.buttonNumber8.Location = new System.Drawing.Point(93, 234);
@ -198,7 +198,7 @@
this.buttonNumber7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber7.DisableImage = null; this.buttonNumber7.DisableImage = null;
this.buttonNumber7.DownImage = null; this.buttonNumber7.DownImage = null;
this.buttonNumber7.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber7.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber7.GroupID = 0; this.buttonNumber7.GroupID = 0;
this.buttonNumber7.InitVisible = true; this.buttonNumber7.InitVisible = true;
this.buttonNumber7.Location = new System.Drawing.Point(22, 234); this.buttonNumber7.Location = new System.Drawing.Point(22, 234);
@ -232,7 +232,7 @@
this.buttonNumber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber6.DisableImage = null; this.buttonNumber6.DisableImage = null;
this.buttonNumber6.DownImage = null; this.buttonNumber6.DownImage = null;
this.buttonNumber6.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber6.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber6.GroupID = 0; this.buttonNumber6.GroupID = 0;
this.buttonNumber6.InitVisible = true; this.buttonNumber6.InitVisible = true;
this.buttonNumber6.Location = new System.Drawing.Point(164, 173); this.buttonNumber6.Location = new System.Drawing.Point(164, 173);
@ -266,7 +266,7 @@
this.buttonNumber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber5.DisableImage = null; this.buttonNumber5.DisableImage = null;
this.buttonNumber5.DownImage = null; this.buttonNumber5.DownImage = null;
this.buttonNumber5.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber5.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber5.GroupID = 0; this.buttonNumber5.GroupID = 0;
this.buttonNumber5.InitVisible = true; this.buttonNumber5.InitVisible = true;
this.buttonNumber5.Location = new System.Drawing.Point(93, 173); this.buttonNumber5.Location = new System.Drawing.Point(93, 173);
@ -300,7 +300,7 @@
this.buttonNumber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber4.DisableImage = null; this.buttonNumber4.DisableImage = null;
this.buttonNumber4.DownImage = null; this.buttonNumber4.DownImage = null;
this.buttonNumber4.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber4.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber4.GroupID = 0; this.buttonNumber4.GroupID = 0;
this.buttonNumber4.InitVisible = true; this.buttonNumber4.InitVisible = true;
this.buttonNumber4.Location = new System.Drawing.Point(22, 173); this.buttonNumber4.Location = new System.Drawing.Point(22, 173);
@ -334,7 +334,7 @@
this.buttonNumber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber3.DisableImage = null; this.buttonNumber3.DisableImage = null;
this.buttonNumber3.DownImage = null; this.buttonNumber3.DownImage = null;
this.buttonNumber3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber3.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber3.GroupID = 0; this.buttonNumber3.GroupID = 0;
this.buttonNumber3.InitVisible = true; this.buttonNumber3.InitVisible = true;
this.buttonNumber3.Location = new System.Drawing.Point(164, 112); this.buttonNumber3.Location = new System.Drawing.Point(164, 112);
@ -368,7 +368,7 @@
this.buttonNumber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber2.DisableImage = null; this.buttonNumber2.DisableImage = null;
this.buttonNumber2.DownImage = null; this.buttonNumber2.DownImage = null;
this.buttonNumber2.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber2.GroupID = 0; this.buttonNumber2.GroupID = 0;
this.buttonNumber2.InitVisible = true; this.buttonNumber2.InitVisible = true;
this.buttonNumber2.Location = new System.Drawing.Point(93, 112); this.buttonNumber2.Location = new System.Drawing.Point(93, 112);
@ -402,7 +402,7 @@
this.buttonNumber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber1.DisableImage = null; this.buttonNumber1.DisableImage = null;
this.buttonNumber1.DownImage = null; this.buttonNumber1.DownImage = null;
this.buttonNumber1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber1.GroupID = 0; this.buttonNumber1.GroupID = 0;
this.buttonNumber1.InitVisible = true; this.buttonNumber1.InitVisible = true;
@ -437,7 +437,7 @@
this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEnter.DisableImage = null; this.buttonEnter.DisableImage = null;
this.buttonEnter.DownImage = null; this.buttonEnter.DownImage = null;
this.buttonEnter.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonEnter.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonEnter.GroupID = 0; this.buttonEnter.GroupID = 0;
this.buttonEnter.InitVisible = true; this.buttonEnter.InitVisible = true;
this.buttonEnter.Location = new System.Drawing.Point(22, 356); this.buttonEnter.Location = new System.Drawing.Point(22, 356);
@ -471,7 +471,7 @@
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.DisableImage = null; this.buttonCancel.DisableImage = null;
this.buttonCancel.DownImage = null; this.buttonCancel.DownImage = null;
this.buttonCancel.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); this.buttonCancel.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.buttonCancel.GroupID = 0; this.buttonCancel.GroupID = 0;
this.buttonCancel.InitVisible = true; this.buttonCancel.InitVisible = true;
this.buttonCancel.Location = new System.Drawing.Point(164, 295); this.buttonCancel.Location = new System.Drawing.Point(164, 295);
@ -505,7 +505,7 @@
this.buttonSign.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonSign.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSign.DisableImage = null; this.buttonSign.DisableImage = null;
this.buttonSign.DownImage = null; this.buttonSign.DownImage = null;
this.buttonSign.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonSign.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonSign.GroupID = 0; this.buttonSign.GroupID = 0;
this.buttonSign.InitVisible = true; this.buttonSign.InitVisible = true;
this.buttonSign.Location = new System.Drawing.Point(22, 295); this.buttonSign.Location = new System.Drawing.Point(22, 295);

View File

@ -95,15 +95,21 @@ namespace ITC81DB_2.DialogForms
if (language == DataStore.LanguageID.English) if (language == DataStore.LanguageID.English)
{ {
this.buttonEnter.Text = "Enter";
this.buttonCancel.Text = "Esc";
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.buttonEnter.Text = "确认";
this.buttonCancel.Text = "X";
} }
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {
} }
else else
{ {
this.buttonEnter.Text = "Enter";
this.buttonCancel.Text = "Esc";
} }
} }
private void InitializeContnrol() private void InitializeContnrol()

View File

@ -29,34 +29,15 @@
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormYesNo)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormYesNo));
this.labelMessage = new SmartX.SmartLabel();
this.buttonYes = new SmartX.SmartButton(); this.buttonYes = new SmartX.SmartButton();
this.buttonNo = new SmartX.SmartButton(); this.buttonNo = new SmartX.SmartButton();
this.labelErrorCode = new SmartX.SmartLabel(); this.labelErrorCode = new SmartX.SmartLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.labelMessage2 = new SmartX.SmartLabel();
this.labelMessage1 = new SmartX.SmartLabel();
this.SuspendLayout(); this.SuspendLayout();
// //
// labelMessage
//
this.labelMessage.BackColor = System.Drawing.Color.White;
this.labelMessage.BackPictureBox = null;
this.labelMessage.BackPictureBox1 = null;
this.labelMessage.BackPictureBox2 = null;
this.labelMessage.BorderColor = System.Drawing.Color.Black;
this.labelMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage.ForeColor = System.Drawing.Color.Black;
this.labelMessage.InitVisible = true;
this.labelMessage.LineSpacing = 0F;
this.labelMessage.Location = new System.Drawing.Point(76, 69);
this.labelMessage.Name = "labelMessage";
this.labelMessage.Size = new System.Drawing.Size(350, 20);
this.labelMessage.TabIndex = 9;
this.labelMessage.Text = "COM2 port problem. Please contact a manufacturer.";
this.labelMessage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelMessage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelMessage.Wordwrap = false;
//
// buttonYes // buttonYes
// //
this.buttonYes.BackPictureBox = null; this.buttonYes.BackPictureBox = null;
@ -67,6 +48,7 @@
this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonYes.DisableImage = null; this.buttonYes.DisableImage = null;
this.buttonYes.DownImage = null; this.buttonYes.DownImage = null;
this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonYes.GroupID = 0; this.buttonYes.GroupID = 0;
this.buttonYes.InitVisible = true; this.buttonYes.InitVisible = true;
this.buttonYes.Location = new System.Drawing.Point(249, 128); this.buttonYes.Location = new System.Drawing.Point(249, 128);
@ -99,6 +81,7 @@
this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNo.DisableImage = null; this.buttonNo.DisableImage = null;
this.buttonNo.DownImage = null; this.buttonNo.DownImage = null;
this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonNo.GroupID = 0; this.buttonNo.GroupID = 0;
this.buttonNo.InitVisible = true; this.buttonNo.InitVisible = true;
this.buttonNo.Location = new System.Drawing.Point(345, 128); this.buttonNo.Location = new System.Drawing.Point(345, 128);
@ -156,6 +139,47 @@
this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(42, 40); this.pictureBox2.Size = new System.Drawing.Size(42, 40);
// //
// labelMessage2
//
this.labelMessage2.BackColor = System.Drawing.Color.White;
this.labelMessage2.BackPictureBox = null;
this.labelMessage2.BackPictureBox1 = null;
this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.ForeColor = System.Drawing.Color.Black;
this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(72, 78);
this.labelMessage2.Name = "labelMessage2";
this.labelMessage2.Size = new System.Drawing.Size(350, 41);
this.labelMessage2.TabIndex = 16;
this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelMessage2.Wordwrap = true;
//
// labelMessage1
//
this.labelMessage1.BackColor = System.Drawing.Color.White;
this.labelMessage1.BackPictureBox = null;
this.labelMessage1.BackPictureBox1 = null;
this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.ForeColor = System.Drawing.Color.Black;
this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(72, 56);
this.labelMessage1.Name = "labelMessage1";
this.labelMessage1.Size = new System.Drawing.Size(360, 20);
this.labelMessage1.TabIndex = 15;
this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelMessage1.Wordwrap = false;
//
// DialogFormYesNo // DialogFormYesNo
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -163,11 +187,12 @@
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.ClientSize = new System.Drawing.Size(450, 155); this.ClientSize = new System.Drawing.Size(450, 155);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.labelMessage2);
this.Controls.Add(this.labelMessage1);
this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.labelErrorCode); this.Controls.Add(this.labelErrorCode);
this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonNo);
this.Controls.Add(this.buttonYes); this.Controls.Add(this.buttonYes);
this.Controls.Add(this.labelMessage);
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "DialogFormYesNo"; this.Name = "DialogFormYesNo";
@ -178,11 +203,12 @@
#endregion #endregion
private SmartX.SmartLabel labelMessage;
private SmartX.SmartButton buttonYes; private SmartX.SmartButton buttonYes;
private SmartX.SmartButton buttonNo; private SmartX.SmartButton buttonNo;
private SmartX.SmartLabel labelErrorCode; private SmartX.SmartLabel labelErrorCode;
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox2;
private SmartX.SmartLabel labelMessage2;
private SmartX.SmartLabel labelMessage1;
} }
} }

View File

@ -27,146 +27,634 @@ namespace ITC81DB_2.DialogForms
if (language == DataStore.LanguageID.Korean) if (language == DataStore.LanguageID.Korean)
{ {
this.buttonYes.Text = "Yes";
this.buttonNo.Text = "No";
#region 한글
switch (ok) switch (ok)
{ {
case 1: case 1:
this.labelErrorCode.Text = ""; this.labelErrorCode.Text = "";
this.labelMessage.Text = "예전 DLL로 되돌리시겠습니까?"; this.labelMessage1.Text = "예전 DLL로 되돌리시겠습니까?";
break; break;
case 2: case 2:
this.labelErrorCode.Text = ""; this.labelErrorCode.Text = "";
this.labelMessage.Text = "언어를 변경하시겠습니까?"; this.labelMessage1.Text = "언어를 변경하시겠습니까?";
break; break;
case 3: case 3:
this.labelErrorCode.Text = "업데이트"; this.labelErrorCode.Text = "업데이트";
this.labelMessage.Text = "새 버전으로 업데이트됩니다."; this.labelMessage1.Text = "새 버전으로 업데이트됩니다.";
break; break;
case 4: case 4:
this.labelErrorCode.Text = "스타일러스"; this.labelErrorCode.Text = "스타일러스";
this.labelMessage.Text = "화면 보정을 실행하시겠습니까?"; this.labelMessage1.Text = "화면 보정을 실행하시겠습니까?";
break; break;
case 5: case 5:
this.labelErrorCode.Text = "공장초기화"; this.labelErrorCode.Text = "공장초기화";
this.labelMessage.Text = "설정된 모든 데이터가 초기화됩니다."; this.labelMessage1.Text = "설정된 모든 데이터가 초기화됩니다.";
break; break;
case 6: case 6:
this.labelErrorCode.Text = "LCD초기화"; this.labelErrorCode.Text = "LCD초기화";
this.labelMessage.Text = "LCD에 설정된 데이터가 초기화됩니다."; this.labelMessage1.Text = "LCD에 설정된 데이터가 초기화됩니다.";
break; break;
case 7: case 7:
this.labelErrorCode.Text = "메인보드초기화"; this.labelErrorCode.Text = "메인보드초기화";
this.labelMessage.Text = "메인보드에 설정된 데이터가 초기화됩니다."; this.labelMessage1.Text = "메인보드에 설정된 데이터가 초기화됩니다.";
break; break;
case 8: case 8:
this.labelErrorCode.Text = "소거"; this.labelErrorCode.Text = "소거";
this.labelMessage.Text = "카운트 값을 소거 하시겠습니까?"; this.labelMessage1.Text = "현재 품번 카운트 데이터를 소거 하시겠습니까?";
break; break;
case 9: case 9:
this.labelErrorCode.Text = "모터 다운로드"; this.labelErrorCode.Text = "모터 다운로드";
this.labelMessage.Text = "현재 값을 다운로드 하시겠습니까?"; this.labelMessage1.Text = "현재 값을 다운로드 하시겠습니까?";
break; break;
case 10: case 10:
this.labelErrorCode.Text = "모터 다운로드"; this.labelErrorCode.Text = "모터 다운로드";
this.labelMessage.Text = "새 모터에 다운로드 하시겠습니까?"; this.labelMessage1.Text = "새 모터에 다운로드 하시겠습니까?";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "모터 다운로드"; this.labelErrorCode.Text = "모터 다운로드";
this.labelMessage.Text = "현재 라인번호로 변경하시겠습니까?"; this.labelMessage1.Text = "현재 라인번호로 변경하시겠습니까?";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "로그인"; this.labelErrorCode.Text = "로그인";
this.labelMessage.Text = "Log Off 하시겠습니까?"; this.labelMessage1.Text = "Log Off 하시겠습니까?";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "로그인"; this.labelErrorCode.Text = "로그인";
this.labelMessage.Text = "유저 등록 하시겠습니까?"; this.labelMessage1.Text = "유저 등록 하시겠습니까?";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "로그인"; this.labelErrorCode.Text = "로그인";
this.labelMessage.Text = "유저 삭제 하시겠습니까?"; this.labelMessage1.Text = "유저 삭제 하시겠습니까?";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "로그인"; this.labelErrorCode.Text = "로그인";
this.labelMessage.Text = "설정 하시겠습니까?"; this.labelMessage1.Text = "로그인 기능을 사용하시겠습니까?";
break;
case 16:
this.labelErrorCode.Text = "로그인";
this.labelMessage1.Text = "로그인 기능을 사용을 중지하시겠습니까?";
break;
case 17:
this.labelErrorCode.Text = "바코드";
this.labelMessage1.Text = "바코드 기능을 사용하시겠습니까?";
break;
case 18:
this.labelErrorCode.Text = "바코드";
this.labelMessage1.Text = "바코드 기능 사용을 중지하시겠습니까?";
break;
case 19:
this.labelErrorCode.Text = "소거";
this.labelMessage1.Text = "전체 품번 카운트 데이터를 소거 하시겠습니까?";
break;
case 20:
this.labelErrorCode.Text = "초기화";
this.labelMessage1.Text = "카운터출력 카운트 데이터를 소거 하시겠습니까?";
break;
case 21:
this.labelErrorCode.Text = "이더넷";
this.labelMessage1.Text = "로컬IP주소 수동으로 설정하시겠습니까?";
break;
case 22:
this.labelErrorCode.Text = "이더넷";
this.labelMessage1.Text = "로컬IP주소 자동으로 설정하시겠습니까?";
break;
case 23:
this.labelErrorCode.Text = "백업";
this.labelMessage1.Text = "현재 데이터를 백업하시겠습니까?";
break;
case 24:
this.labelErrorCode.Text = "랜덤모드 설정값 초기화";
this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
this.labelMessage2.Text = "소수점을 변경하시겠습니까?";
break;
case 25:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "기능을 사용하시겠습니까?";
this.labelMessage2.Text = "";
break;
case 26:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "기능 사용을 중지하시겠습니까?";
this.labelMessage2.Text = "관련 항목들이 초기화 상태로 변경됩니다.";
break;
case 27:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "해당 값을 기준값으로 설정하시겠습니까?";
this.labelMessage2.Text = "";
break; break;
default: default:
break; break;
} }
#endregion
} }
else if (language == DataStore.LanguageID.English) else if (language == DataStore.LanguageID.English)
{ {
this.buttonYes.Text = "Yes";
this.buttonNo.Text = "No";
#region 영문
switch (ok) switch (ok)
{ {
case 1: case 1:
this.labelErrorCode.Text = ""; this.labelErrorCode.Text = "";
this.labelMessage.Text = "Do you want to revert to the previous DLL?"; this.labelMessage1.Text = "Do you want to revert to the previous DLL?";
break; break;
case 2: case 2:
this.labelErrorCode.Text = ""; this.labelErrorCode.Text = "";
this.labelMessage.Text = "Do you change the language?"; this.labelMessage1.Text = "Do you change the language?";
break; break;
case 3: case 3:
this.labelErrorCode.Text = "Update"; this.labelErrorCode.Text = "Update";
this.labelMessage.Text = "Now appilcation program update"; this.labelMessage1.Text = "Now appilcation program update";
break; break;
case 4: case 4:
this.labelErrorCode.Text = "Stylus"; this.labelErrorCode.Text = "Stylus";
this.labelMessage.Text = "To re-calibrate the screen, press the YES button."; this.labelMessage1.Text = "To re-calibrate the screen, press the YES button.";
break; break;
case 5: case 5:
this.labelErrorCode.Text = "Initialization"; this.labelErrorCode.Text = "Initialization";
this.labelMessage.Text = "All datas will be initialized"; this.labelMessage1.Text = "All datas will be initialized";
break; break;
case 6: case 6:
this.labelErrorCode.Text = "LCD Initialization"; this.labelErrorCode.Text = "LCD Initialization";
this.labelMessage.Text = "All datas in LCD will be initialized"; this.labelMessage1.Text = "All datas in LCD will be initialized";
break; break;
case 7: case 7:
this.labelErrorCode.Text = "Mainboard Initialization"; this.labelErrorCode.Text = "Mainboard Initialization";
this.labelMessage.Text = "All datas in Mainboard will be initialized"; this.labelMessage1.Text = "All datas in Mainboard will be initialized";
break; break;
case 8: case 8:
this.labelErrorCode.Text = "Clear"; this.labelErrorCode.Text = "Initialize";
this.labelMessage.Text = "Erase all count?"; this.labelMessage1.Text = "Do you want to Initialize current data?";
break; break;
case 9: case 9:
this.labelErrorCode.Text = "Motor download"; this.labelErrorCode.Text = "Motor download";
this.labelMessage.Text = "Do you want to download the current value?"; this.labelMessage1.Text = "Do you want to download the current value?";
break; break;
case 10: case 10:
this.labelErrorCode.Text = "Motor download"; this.labelErrorCode.Text = "Motor download";
this.labelMessage.Text = "Do you want to download the new motor?"; this.labelMessage1.Text = "Do you want to download the new motor?";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "Motor download"; this.labelErrorCode.Text = "Motor download";
this.labelMessage.Text = "Do you want to change with the device number to current line?"; this.labelMessage1.Text = "Do you want to change with the device number to current line?";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "Login"; this.labelErrorCode.Text = "Login";
this.labelMessage.Text = "Do you want to log off?"; this.labelMessage1.Text = "Do you want to log out?";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "Login"; this.labelErrorCode.Text = "Login";
this.labelMessage.Text = "Do you want to register the user?"; this.labelMessage1.Text = "Do you want to register the user?";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "Login"; this.labelErrorCode.Text = "Login";
this.labelMessage.Text = "Do you want to delete this user?"; this.labelMessage1.Text = "Do you want to delete this user?";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Login"; this.labelErrorCode.Text = "Login";
this.labelMessage.Text = "Do you want to set up login?"; this.labelMessage1.Text = "Are you sure you want to use the login function?";
break;
case 16:
this.labelErrorCode.Text = "Login";
this.labelMessage1.Text = "Are you sure you want to cancel the login function?";
break;
case 17:
this.labelErrorCode.Text = "Barcode";
this.labelMessage1.Text = "Are you sure you want to use the Barcode function?";
break;
case 18:
this.labelErrorCode.Text = "Barcode";
this.labelMessage1.Text = "Are you sure you want to cancel the Barcode function?";
break;
case 19:
this.labelErrorCode.Text = "Initialization";
this.labelMessage1.Text = "Do you want to Initialize all data?";
break;
case 20:
this.labelErrorCode.Text = "Initialization";
this.labelMessage1.Text = "Do you want to Initalize Counting Output's count data?";
break;
case 21:
this.labelErrorCode.Text = "Ethernet";
this.labelMessage1.Text = "Do you want to set the local IP address static?";
break;
case 22:
this.labelErrorCode.Text = "Ethernet";
this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?";
break;
case 23:
this.labelErrorCode.Text = "Backup";
this.labelMessage1.Text = "Would you like to back up your current data?";
break;
case 24:
this.labelErrorCode.Text = "Initialize random mode setting";
this.labelMessage1.Text = "Changing the decimal point resets the random mode";
this.labelMessage2.Text = "settings. Do you want to change the decimal point?";
break;
case 25:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Are you sure you want to use the function?";
this.labelMessage2.Text = "";
break;
case 26:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Are you sure you want to cancel the function?";
this.labelMessage2.Text = "Related items will be changed to the initialization state.";
break;
case 27:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Do you want to set that value as the 'Pass' value?";
this.labelMessage2.Text = "";
break; break;
default: default:
break; break;
} }
#endregion
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.buttonYes.Text = "是";
this.buttonNo.Text = "否";
#region 중문
switch (ok)
{
case 1:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "你想回到到之前的DLL吗";
break;
case 2:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "想更换语言吗?";
break;
case 3:
this.labelErrorCode.Text = "更新";
this.labelMessage1.Text = "现在应用程序更新完成";
break;
case 4:
this.labelErrorCode.Text = "스타일러스";
this.labelMessage1.Text = "화면 보정을 실행하시겠습니까?";
break;
case 5:
this.labelErrorCode.Text = "回复出厂设置";
this.labelMessage1.Text = "所有数据初始化";
break;
case 6:
this.labelErrorCode.Text = "LCD初期化";
this.labelMessage1.Text = "所有LCD数据初始化";
break;
case 7:
this.labelErrorCode.Text = "主板初期化";
this.labelMessage1.Text = "所有主板数据初始化";
break;
case 8:
this.labelErrorCode.Text = "消除";
this.labelMessage1.Text = "您确定清除当前品目计数值吗?";
break;
case 9:
this.labelErrorCode.Text = "下载";
this.labelMessage1.Text = "您确定下载当前值吗?";
break;
case 10:
this.labelErrorCode.Text = "下载";
this.labelMessage1.Text = "您确定下载到新电机上吗?";
break;
case 11:
this.labelErrorCode.Text = "下载";
this.labelMessage1.Text = "您确定更改为当前列号吗?";
break;
case 12:
this.labelErrorCode.Text = "登錄";
this.labelMessage1.Text = "您确定登出吗?";
break;
case 13:
this.labelErrorCode.Text = "登錄";
this.labelMessage1.Text = "是否登录用户?";
break;
case 14:
this.labelErrorCode.Text = "登錄";
this.labelMessage1.Text = "是否删除用户?";
break;
case 15:
this.labelErrorCode.Text = "登錄";
this.labelMessage1.Text = "您确定使用登录功能?";
break;
case 16:
this.labelErrorCode.Text = "登錄";
this.labelMessage1.Text = "您确定中断使用登录功能?";
break;
case 17:
this.labelErrorCode.Text = "条形码";
this.labelMessage1.Text = "您确定使用条形码功能?";
break;
case 18:
this.labelErrorCode.Text = "条形码";
this.labelMessage1.Text = "您确定中断使用条形码功能?";
break;
case 19:
this.labelErrorCode.Text = "消除";
this.labelMessage1.Text = "您确定清除全部品目计数值吗?";
break;
case 20:
this.labelErrorCode.Text = "初期化";
this.labelMessage1.Text = "计数输出 : 您要清除计数数据吗?";
break;
case 21:
this.labelErrorCode.Text = "以太网";
this.labelMessage1.Text = "您要手动设置IP地址吗";
break;
case 22:
this.labelErrorCode.Text = "以太网";
this.labelMessage1.Text = "您要自动设置IP地址吗";
break;
case 23:
this.labelErrorCode.Text = "备份";
this.labelMessage1.Text = "您要备份当前数据吗?";
break;
case 24:
this.labelErrorCode.Text = "随机模式初期化";
this.labelMessage1.Text = "更改小数点将重置随机模式设置。";
this.labelMessage2.Text = "您要更改小数点吗?";
break;
case 25:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "你确定要使用功能吗?";
this.labelMessage2.Text = "";
break;
case 26:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "您确定中断使用功能?";
this.labelMessage2.Text = "相关项目将更改为初始化状态。。";
break;
case 27:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "您想将该值设置为“通过”值吗?";
this.labelMessage2.Text = "";
break;
default:
break;
}
#endregion
} }
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {
} }
else if (language == DataStore.LanguageID.Russian)
{
this.buttonYes.Text = "Да";
this.buttonNo.Text = "Нет";
#region 러시아어
switch (ok)
{
case 1:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Хотите вернуть оригинальную DLL?";
break;
case 2:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Хотите изменить язык?";
break;
case 3:
this.labelErrorCode.Text = "Обновить";
this.labelMessage1.Text = "Программа будет обновлена";
break;
case 4:
this.labelErrorCode.Text = "스타일러스";
this.labelMessage1.Text = "화면 보정을 실행하시겠습니까?";
break;
case 5:
this.labelErrorCode.Text = "Инициализация";
this.labelMessage1.Text = "Все данные будут инициализированы";
break;
case 6:
this.labelErrorCode.Text = "LCD инициализация";
this.labelMessage1.Text = "Все данные в LCD будут инициализированы";
break;
case 7:
this.labelErrorCode.Text = "Инициализация главной платы";
this.labelMessage1.Text = "Все данные главной платы будут инициализированы";
break;
case 8:
this.labelErrorCode.Text = "Сброс";
this.labelMessage1.Text = "Очистить текущие данные?";
break;
case 9:
this.labelErrorCode.Text = "Загрузка";
this.labelMessage1.Text = "Загрузить текущее значение?";
break;
case 10:
this.labelErrorCode.Text = "Загрузка";
this.labelMessage1.Text = "Загрузить новый данные мотора?";
break;
case 11:
this.labelErrorCode.Text = "Загрузка";
this.labelMessage1.Text = "Хотите изменить текущий номер строки?";
break;
case 12:
this.labelErrorCode.Text = "Логин";
this.labelMessage1.Text = "Выйти?";
break;
case 13:
this.labelErrorCode.Text = "Логин";
this.labelMessage1.Text = "Зарегестрировать пользователя?";
break;
case 14:
this.labelErrorCode.Text = "Логин";
this.labelMessage1.Text = "Удалить пользователя?";
break;
case 15:
this.labelErrorCode.Text = "Логин";
this.labelMessage1.Text = "Использовать функцию входа?";
break;
case 16:
this.labelErrorCode.Text = "Логин";
this.labelMessage1.Text = "Отменить функцию входа?";
break;
case 17:
this.labelErrorCode.Text = "Штрих-код";
this.labelMessage1.Text = "Использовать функцию штрих-кода?";
break;
case 18:
this.labelErrorCode.Text = "Штрих-код";
this.labelMessage1.Text = "Отменить функцию штрих-кода?";
break;
case 19:
this.labelErrorCode.Text = "Сброс";
this.labelMessage1.Text = "Очистить все данные?";
break;
case 20:
this.labelErrorCode.Text = "Инициализация";
this.labelMessage1.Text = "Очистить данные счетчика?";
break;
case 21:
this.labelErrorCode.Text = "Локальная сеть";
this.labelMessage1.Text = "Установить локальный IP-адрес вручную?";
break;
case 22:
this.labelErrorCode.Text = "Локальная сеть";
this.labelMessage1.Text = "Установить локальный IP-адрес для DHCP?";
break;
case 23:
this.labelErrorCode.Text = "Возврат";
this.labelMessage1.Text = "Сделать резервную копию текущих данных?";
break;
case 24:
this.labelErrorCode.Text = "Случайный режим";
this.labelMessage1.Text = "Изменение десятичной точки сбрасывает настройки ";
this.labelMessage2.Text = "случайного режима. Изменить десятичную точку?";
break;
case 25:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Вы будете использовать функции?";
this.labelMessage2.Text = "";
break;
case 26:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Отменить функцию? Связанные элементы будут";
this.labelMessage2.Text = "переведены в состояние инициализации.";
break;
case 27:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Вы хотите установить это значение как";
this.labelMessage2.Text = "«Норма» значение?";
break;
default:
break;
}
#endregion
}
else if (language == DataStore.LanguageID.German)
{
this.buttonYes.Text = "Ja";
this.buttonNo.Text = "Nein";
#region 독일어
switch (ok)
{
case 1:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Möchten Sie die ursprüngliche";
this.labelMessage2.Text = "DDL-Bibliothek wirklich zurückgeben?";
break;
case 2:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Möchten Sie die Sprache wirklich ändern?";
break;
case 3:
this.labelErrorCode.Text = "Aktualisierung";
this.labelMessage1.Text = "Programm wird aktualisiert";
break;
case 4:
this.labelErrorCode.Text = "스타일러스";
this.labelMessage1.Text = "화면 보정을 실행하시겠습니까?";
break;
case 5:
this.labelErrorCode.Text = "Werkseinstellung";
this.labelMessage1.Text = "Alle Daten werden initialisiert";
break;
case 6:
this.labelErrorCode.Text = "LCD-Initialisierung";
this.labelMessage1.Text = "Alle LCD-Daten werden initialisiert";
break;
case 7:
this.labelErrorCode.Text = "Mainboard-Initialisierung";
this.labelMessage1.Text = "Alle Daten auf der Hauptplatine werden initialisiert";
break;
case 8:
this.labelErrorCode.Text = "Löschen";
this.labelMessage1.Text = "Möchten Sie die aktuellen";
this.labelMessage2.Text = "Teilenummern-Daten wirklich löschen?";
break;
case 9:
this.labelErrorCode.Text = "Motor Download";
this.labelMessage1.Text = "Möchten Sie den aktuellen Wert wirklich herunterladen?";
break;
case 10:
this.labelErrorCode.Text = "Motor Download";
this.labelMessage1.Text = "Möchten Sie wirklich einen neuen Motor herunterladen?";
break;
case 11:
this.labelErrorCode.Text = "Motor Download";
this.labelMessage1.Text = "Möchten Sie die aktuelle Zeilennummer wirklich ändern?";
break;
case 12:
this.labelErrorCode.Text = "Einloggen";
this.labelMessage1.Text = "Möchten Sie sich abmelden?";
break;
case 13:
this.labelErrorCode.Text = "Einloggen";
this.labelMessage1.Text = "Möchten Sie den Benutzer registrieren?";
break;
case 14:
this.labelErrorCode.Text = "Einloggen";
this.labelMessage1.Text = "Möchten Sie diesen Benutzer wirklich löschen?";
break;
case 15:
this.labelErrorCode.Text = "Einloggen";
this.labelMessage1.Text = "Möchten Sie die Anmeldefunktion wirklich aktivieren?";
break;
case 16:
this.labelErrorCode.Text = "Einloggen";
this.labelMessage1.Text = "Möchten Sie die Anmeldefunktion wirklich deaktivieren?";
break;
case 17:
this.labelErrorCode.Text = "Barcode";
this.labelMessage1.Text = "Möchten Sie die Barcode-Funktion wirklich aktivieren?";
break;
case 18:
this.labelErrorCode.Text = "Barcode";
this.labelMessage1.Text = "Möchten Sie die Barcode-Funktion wirklich deaktivieren?";
break;
case 19:
this.labelErrorCode.Text = "Löschen";
this.labelMessage1.Text = "Möchten Sie wirklich alle Teilenummernzahlen löschen?";
break;
case 20:
this.labelErrorCode.Text = "Initialisieren";
this.labelMessage1.Text = "Alarmzählerdaten initialisieren?";
break;
case 21:
this.labelErrorCode.Text = "Ethernet";
this.labelMessage1.Text = "Möchten Sie die lokale IP-Adresse statisch festlegen?";
break;
case 22:
this.labelErrorCode.Text = "Ethernet";
this.labelMessage1.Text = "Möchten Sie die lokale IP-Adresse auf DHCP setzen?";
break;
case 23:
this.labelErrorCode.Text = "Sicherung";
this.labelMessage1.Text = "Möchten Sie Ihre aktuellen Daten sichern?";
break;
case 24:
this.labelErrorCode.Text = "Initialisieren Sie die Zufallsmoduseinstellung";
this.labelMessage1.Text = "Wenn der Dezimalpunkt geändert wird, wird der";
this.labelMessage2.Text = "Zufallsmoduseinstellung initialisiert. Willst du es ändern?";
break;
case 25:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Möchten Sie die funktion wirklich aktivieren?";
this.labelMessage2.Text = "";
break;
case 26:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Möchten Sie die funktion wirklich deaktivieren?";
this.labelMessage2.Text = "Verwandte Elemente werden in den Initialisierungsstatus geändert.";
break;
case 27:
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "Möchten Sie diesen Wert als 'Bestehen'-Wert festlegen?";
this.labelMessage2.Text = "";
break;
default:
break;
}
#endregion
}
else else
{ {
} }

View File

@ -71,6 +71,14 @@ namespace ITC81DB_2.Forms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonZero.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainZeroDisable));
this.buttonZero.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainZeroDown));
this.buttonZero.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainZeroUp));
this.buttonWeightInputMode.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainDeviationUp));
this.buttonWeightInputMode.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainWeightUp));
this.buttonClear.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainClearDisable));
this.buttonClear.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainClearDown));
this.buttonClear.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainClearUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -108,6 +108,21 @@ namespace ITC81DB_2.Forms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonBasic.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDefaultDisable));
this.buttonBasic.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDefaultDown));
this.buttonBasic.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDefaultUp));
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigDisable));
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigDown));
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigUp));
this.buttonSystem.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemDisable));
this.buttonSystem.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemDown));
this.buttonSystem.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemUp));
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -580,9 +595,9 @@ namespace ITC81DB_2.Forms
this.CenterEquipHelp.BringToFront(); this.CenterEquipHelp.BringToFront();
break; break;
case DataStore.MenuBottomEquipment.Initialize: case DataStore.MenuBottomEquipment.Initialize:
this.CenterEquipInitialize.BringToFront();
this.Refresh(); this.Refresh();
this.CenterEquipInitialize.DisplayRefresh(this.ParentForm.CurrentSystemStatus); this.CenterEquipInitialize.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
this.CenterEquipInitialize.BringToFront();
break; break;
case DataStore.MenuBottomEquipment.Update: case DataStore.MenuBottomEquipment.Update:
this.CenterEquipUpdate.DisplayRefresh(this.ParentForm.CurrentSystemStatus); this.CenterEquipUpdate.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
@ -774,6 +789,88 @@ namespace ITC81DB_2.Forms
#endregion #endregion
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
#region 중문
switch (status.CurrentDisplay)
{
case DataStore.DisplayStore.BasicDataBackup:
this.labelTitleRoot.Text = "基本 > 数据备份";
break;
case DataStore.DisplayStore.BasicDataStatistics:
this.labelTitleRoot.Text = "基本 > 数据统计";
break;
case DataStore.DisplayStore.BasicHelp:
this.labelTitleRoot.Text = "基本 > 帮助";
break;
case DataStore.DisplayStore.BasicProduct:
this.labelTitleRoot.Text = "基本 > 产品设置";
break;
case DataStore.DisplayStore.BasicTime:
this.labelTitleRoot.Text = "基本 > 时间设定";
break;
case DataStore.DisplayStore.ConfiCommunication:
this.labelTitleRoot.Text = "选项 > 串行端口";
break;
case DataStore.DisplayStore.ConfiHelp:
this.labelTitleRoot.Text = "选项 > 帮助";
break;
case DataStore.DisplayStore.ConfiOption:
this.labelTitleRoot.Text = "选项 > 选项";
break;
case DataStore.DisplayStore.ConfiOptionBoard:
this.labelTitleRoot.Text = "选项 > 选项板";
break;
case DataStore.DisplayStore.EquipFuctionSetting:
this.labelTitleRoot.Text = "设备 > 功能设定";
break;
case DataStore.DisplayStore.EquipHelp:
this.labelTitleRoot.Text = "设备 > 帮助";
break;
case DataStore.DisplayStore.EquipInitialize:
this.labelTitleRoot.Text = "设备 > 工厂初期化";
break;
case DataStore.DisplayStore.EquipTest:
this.labelTitleRoot.Text = "设备 > 设备测试";
break;
case DataStore.DisplayStore.EquipUpdate:
this.labelTitleRoot.Text = "设备 > 更新";
break;
case DataStore.DisplayStore.EquipUser:
this.labelTitleRoot.Text = "设备 > 用户设置";
break;
case DataStore.DisplayStore.EquipEngineer:
this.labelTitleRoot.Text = "设备 > 工程师设置";
break;
case DataStore.DisplayStore.InforAS:
this.labelTitleRoot.Text = "信息 > A/S";
break;
case DataStore.DisplayStore.InforHelp:
this.labelTitleRoot.Text = "信息 > 帮助";
break;
case DataStore.DisplayStore.InforSystem:
this.labelTitleRoot.Text = "信息 > 系统信息";
break;
case DataStore.DisplayStore.SystemAutoZero:
this.labelTitleRoot.Text = "系统 > 自动零点跟踪";
break;
case DataStore.DisplayStore.SystemCalibration:
this.labelTitleRoot.Text = "系统 > 校准";
break;
case DataStore.DisplayStore.SystemExternalOutput:
this.labelTitleRoot.Text = "系统 > 外部输出";
break;
case DataStore.DisplayStore.SystemHelp:
this.labelTitleRoot.Text = "系统 > 帮助";
break;
case DataStore.DisplayStore.SystemIOTest:
this.labelTitleRoot.Text = "系统 > I/O测试";
break;
case DataStore.DisplayStore.SystemSorterSetting:
this.labelTitleRoot.Text = "系统 > 筛选设定";
break;
default:
break;
}
#endregion
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
break; break;

View File

@ -13,6 +13,11 @@
2열 기본형 컨베어 계량기 2열 기본형 컨베어 계량기
*/ */
@ Ver 2.4.0 by CJY
- 2022.07.29
- Ver 2.3.0 Modify
- 중국어 추가
@ Ver 2.3.0 by CJY @ Ver 2.3.0 by CJY
- 2021.12.13 - 2021.12.13
- Ver 2.2.0 Modify - Ver 2.2.0 Modify

Binary file not shown.

Binary file not shown.

View File

@ -30,6 +30,8 @@ namespace ITC81DB_2_ImageDll
engBackgroundTime, engBackgroundTime,
engBypassCountDown, engBypassCountDown,
engBypassCountUp, engBypassCountUp,
engBypassOccasionDown,
engBypassOccasionUp,
engCalibrationBalanceDisable, engCalibrationBalanceDisable,
engCalibrationBalanceDown, engCalibrationBalanceDown,
engCalibrationBalanceUp, engCalibrationBalanceUp,
@ -174,6 +176,10 @@ namespace ITC81DB_2_ImageDll
engMainRunLineUnderDisable, engMainRunLineUnderDisable,
engMainRunLineUnderDown, engMainRunLineUnderDown,
engMainRunLineUnderUp, engMainRunLineUnderUp,
engOFF,
engOFF_Black,
engON,
engON_Black,
#endregion #endregion
#region Korean #region Korean
@ -336,6 +342,157 @@ namespace ITC81DB_2_ImageDll
korMainRunLineUnderUp, korMainRunLineUnderUp,
#endregion #endregion
#region Chinese
chnBackgroundAutoZero,
chnBackgroundCalibration,
chnBackgroundDataBackup,
chnBackgroundDataStatistics,
chnBackgroundExternalOutput,
chnBackgroundJudgment,
chnBackgroundJudgment_Updown,
chnBackgroundOptionBoard1,
chnBackgroundProduct,
chnBackgroundSerial,
chnBackgroundSorterSetting,
chnBackgroundTime,
chnBypassCountDown,
chnBypassCountUp,
chnBypassOccasionDown,
chnBypassOccasionUp,
chnCalibrationBalanceDisable,
chnCalibrationBalanceDown,
chnCalibrationBalanceUp,
chnCalibrationCancelDisable,
chnCalibrationCancelDown,
chnCalibrationCancelUp,
chnCalibrationStartDisable,
chnCalibrationStartDown,
chnCalibrationStartUp,
chnCalibrationZeroDisable,
chnCalibrationZeroDown,
chnCalibrationZeroUp,
chnFormMainDisplayBargraphOverDisable,
chnFormMainDisplayBargraphOverUp,
chnFormMainDisplayBargraphPassDisable,
chnFormMainDisplayBargraphPassUp,
chnFormMainDisplayBargraphTareDisable,
chnFormMainDisplayBargraphTareUp,
chnFormMainDisplayBargraphUnderDisable,
chnFormMainDisplayBargraphUnderUp,
chnMainClearDisable,
chnMainClearDown,
chnMainClearUp,
chnMainDeviationUp,
chnMainLogOffDisable,
chnMainLogOffDown,
chnMainLogOffUp,
chnMainPrintDisable,
chnMainPrintDown,
chnMainPrintUp,
chnMainScreenDisable,
chnMainScreenDown,
chnMainScreenUp,
chnFormMainDisplayStatistics,
chnMainWeightUp,
chnMainZeroDisable,
chnMainZeroDown,
chnMainZeroUp,
chnFormMainLoginCancelDisable,
chnFormMainLoginCancelDown,
chnFormMainLoginCancelUp,
chnFormMainLoginDisable,
chnFormMainLoginDown,
chnFormMainLoginUp,
chnFormMenuConfigDisable,
chnFormMenuConfigDown,
chnFormMenuConfigUp,
chnFormMenuDefaultDisable,
chnFormMenuDefaultDown,
chnFormMenuDefaultUp,
chnFormMenuEquipmentDisable,
chnFormMenuEquipmentDown,
chnFormMenuEquipmentUp,
chnFormMenuInformationDisable,
chnFormMenuInformationDown,
chnFormMenuInformationUp,
chnFormMenuSystemDisable,
chnFormMenuSystemDown,
chnFormMenuSystemUp,
chnHelpASDisable,
chnHelpASDown,
chnHelpASUp,
chnHelpAutoZeroDisable,
chnHelpAutoZeroDown,
chnHelpAutoZeroUp,
chnHelpCalibrationDisable,
chnHelpCalibrationDown,
chnHelpCalibrationUp,
chnHelpDataBackupDisable,
chnHelpDataBackupDown,
chnHelpDataBackupUp,
chnHelpDataStatisticsDisable,
chnHelpDataStatisticsDown,
chnHelpDataStatisticsUp,
chnHelpEngineerDisable,
chnHelpEngineerDown,
chnHelpEngineerUp,
chnHelpFunctionDisable,
chnHelpFunctionDown,
chnHelpFunctionUp,
chnHelpInformationDisable,
chnHelpInformationDown,
chnHelpInformationUp,
chnHelpInitializationDisable,
chnHelpInitializationDown,
chnHelpInitializationUp,
chnHelpIOTestDisable,
chnHelpIOTestDown,
chnHelpIOTestUp,
chnHelpItemDisable,
chnHelpItemDown,
chnHelpItemUp,
chnHelpJudgmentDisable,
chnHelpJudgmentDown,
chnHelpJudgmentUp,
chnHelpSerialDisable,
chnHelpSerialDown,
chnHelpSerialUp,
chnHelpSorterDisable,
chnHelpSorterDown,
chnHelpSorterUp,
chnHelpTimeDisable,
chnHelpTimeDown,
chnHelpTimeUp,
chnHelpUpdateDisable,
chnHelpUpdateDown,
chnHelpUpdateUp,
chnHelpUserDisable,
chnHelpUserDown,
chnHelpUserUp,
chnJudgmentStandardDisable,
chnJudgmentStandardDown,
chnJudgmentStandardUp,
chnLightOverDown,
chnLightOverUp,
chnLightPassDown,
chnLightPassUp,
chnLightUnderDown,
chnLightUnderUp,
chnMainRunLineOverDisable,
chnMainRunLineOverDown,
chnMainRunLineOverUp,
chnMainRunLinePassDisable,
chnMainRunLinePassDown,
chnMainRunLinePassUp,
chnMainRunLineUnderDisable,
chnMainRunLineUnderDown,
chnMainRunLineUnderUp,
chnOFF,
chnOFF_Black,
chnON,
chnON_Black,
#endregion
ProductNoDisable, ProductNoDisable,
ProductNoDown, ProductNoDown,
ProductNoUp, ProductNoUp,
@ -400,6 +557,12 @@ namespace ITC81DB_2_ImageDll
case ButtonImages.engBypassCountUp: case ButtonImages.engBypassCountUp:
bt = new Bitmap(Resource1.engBypassCountUp); bt = new Bitmap(Resource1.engBypassCountUp);
break; break;
case ButtonImages.engBypassOccasionDown:
bt = new Bitmap(Resource1.engBypassOccasionDown);
break;
case ButtonImages.engBypassOccasionUp:
bt = new Bitmap(Resource1.engBypassOccasionUp);
break;
case ButtonImages.engCalibrationBalanceDisable: case ButtonImages.engCalibrationBalanceDisable:
bt = new Bitmap(Resource1.engCalibrationBalanceDisable); bt = new Bitmap(Resource1.engCalibrationBalanceDisable);
break; break;
@ -832,6 +995,18 @@ namespace ITC81DB_2_ImageDll
case ButtonImages.engMainRunLineUnderUp: case ButtonImages.engMainRunLineUnderUp:
bt = new Bitmap(Resource1.engMainRunLineUnderUp); bt = new Bitmap(Resource1.engMainRunLineUnderUp);
break; break;
case ButtonImages.engOFF:
bt = new Bitmap(Resource1.engOFF);
break;
case ButtonImages.engOFF_Black:
bt = new Bitmap(Resource1.engOFF_Black);
break;
case ButtonImages.engON:
bt = new Bitmap(Resource1.engON);
break;
case ButtonImages.engON_Black:
bt = new Bitmap(Resource1.engON_Black);
break;
#endregion #endregion
#region Korean #region Korean
@ -1296,6 +1471,444 @@ namespace ITC81DB_2_ImageDll
break; break;
#endregion #endregion
#region Chinese
case ButtonImages.chnBackgroundCalibration:
bt = new Bitmap(Resource1.chnBackgroundCalibration);
break;
case ButtonImages.chnBackgroundDataBackup:
bt = new Bitmap(Resource1.chnBackgroundDataBackup);
break;
case ButtonImages.chnBackgroundDataStatistics:
bt = new Bitmap(Resource1.chnBackgroundDataStatistics);
break;
case ButtonImages.chnBackgroundJudgment:
bt = new Bitmap(Resource1.chnBackgroundJudgment);
break;
case ButtonImages.chnBackgroundJudgment_Updown:
bt = new Bitmap(Resource1.chnBackgroundJudgment_Updown);
break;
case ButtonImages.chnBackgroundProduct:
bt = new Bitmap(Resource1.chnBackgroundProduct);
break;
case ButtonImages.chnBackgroundSerial:
bt = new Bitmap(Resource1.chnBackgroundSerial);
break;
case ButtonImages.chnBackgroundSorterSetting:
bt = new Bitmap(Resource1.chnBackgroundSorterSetting);
break;
case ButtonImages.chnBackgroundTime:
bt = new Bitmap(Resource1.chnBackgroundTime);
break;
case ButtonImages.chnBypassCountDown:
bt = new Bitmap(Resource1.chnBypassCountDown);
break;
case ButtonImages.chnBypassCountUp:
bt = new Bitmap(Resource1.chnBypassCountUp);
break;
case ButtonImages.chnBypassOccasionDown:
bt = new Bitmap(Resource1.chnBypassOccasionDown);
break;
case ButtonImages.chnBypassOccasionUp:
bt = new Bitmap(Resource1.chnBypassOccasionUp);
break;
case ButtonImages.chnCalibrationBalanceDisable:
bt = new Bitmap(Resource1.chnCalibrationBalanceDisable);
break;
case ButtonImages.chnCalibrationBalanceDown:
bt = new Bitmap(Resource1.chnCalibrationBalanceDown);
break;
case ButtonImages.chnCalibrationBalanceUp:
bt = new Bitmap(Resource1.chnCalibrationBalanceUp);
break;
case ButtonImages.chnCalibrationCancelDisable:
bt = new Bitmap(Resource1.chnCalibrationCancelDisable);
break;
case ButtonImages.chnCalibrationCancelDown:
bt = new Bitmap(Resource1.chnCalibrationCancelDown);
break;
case ButtonImages.chnCalibrationCancelUp:
bt = new Bitmap(Resource1.chnCalibrationCancelUp);
break;
case ButtonImages.chnCalibrationStartDisable:
bt = new Bitmap(Resource1.chnCalibrationStartDisable);
break;
case ButtonImages.chnCalibrationStartDown:
bt = new Bitmap(Resource1.chnCalibrationStartDown);
break;
case ButtonImages.chnCalibrationStartUp:
bt = new Bitmap(Resource1.chnCalibrationStartUp);
break;
case ButtonImages.chnCalibrationZeroDisable:
bt = new Bitmap(Resource1.chnCalibrationZeroDisable);
break;
case ButtonImages.chnCalibrationZeroDown:
bt = new Bitmap(Resource1.chnCalibrationZeroDown);
break;
case ButtonImages.chnCalibrationZeroUp:
bt = new Bitmap(Resource1.chnCalibrationZeroUp);
break;
case ButtonImages.chnJudgmentStandardDisable:
bt = new Bitmap(Resource1.chnJudgmentStandardDisable);
break;
case ButtonImages.chnJudgmentStandardDown:
bt = new Bitmap(Resource1.chnJudgmentStandardDown);
break;
case ButtonImages.chnJudgmentStandardUp:
bt = new Bitmap(Resource1.chnJudgmentStandardUp);
break;
case ButtonImages.chnFormMainDisplayBargraphOverDisable:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphOverDisable);
break;
case ButtonImages.chnFormMainDisplayBargraphOverUp:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphOverUp);
break;
case ButtonImages.chnFormMainDisplayBargraphPassDisable:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphPassDisable);
break;
case ButtonImages.chnFormMainDisplayBargraphPassUp:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphPassUp);
break;
case ButtonImages.chnFormMainDisplayBargraphTareDisable:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphTareDisable);
break;
case ButtonImages.chnFormMainDisplayBargraphTareUp:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphTareUp);
break;
case ButtonImages.chnFormMainDisplayBargraphUnderDisable:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphUnderDisable);
break;
case ButtonImages.chnFormMainDisplayBargraphUnderUp:
bt = new Bitmap(Resource1.chnFormMainDisplayBargraphUnderUp);
break;
case ButtonImages.chnMainClearDisable:
bt = new Bitmap(Resource1.chnMainClearDisable);
break;
case ButtonImages.chnMainClearDown:
bt = new Bitmap(Resource1.chnMainClearDown);
break;
case ButtonImages.chnMainClearUp:
bt = new Bitmap(Resource1.chnMainClearUp);
break;
case ButtonImages.chnMainDeviationUp:
bt = new Bitmap(Resource1.chnMainDeviationUp);
break;
case ButtonImages.chnMainLogOffDisable:
bt = new Bitmap(Resource1.chnMainLoginDisable);
break;
case ButtonImages.chnMainLogOffDown:
bt = new Bitmap(Resource1.chnMainLogOutDown);
break;
case ButtonImages.chnMainLogOffUp:
bt = new Bitmap(Resource1.chnMainLoginUp);
break;
case ButtonImages.chnMainPrintDisable:
bt = new Bitmap(Resource1.chnMainPrintDisable);
break;
case ButtonImages.chnMainPrintDown:
bt = new Bitmap(Resource1.chnMainPrintDown);
break;
case ButtonImages.chnMainPrintUp:
bt = new Bitmap(Resource1.chnMainPrintUp);
break;
case ButtonImages.chnMainScreenDisable:
bt = new Bitmap(Resource1.chnMainScreenDisable);
break;
case ButtonImages.chnMainScreenDown:
bt = new Bitmap(Resource1.chnMainScreenDown);
break;
case ButtonImages.chnMainScreenUp:
bt = new Bitmap(Resource1.chnMainScreenUp);
break;
case ButtonImages.chnFormMainDisplayStatistics:
bt = new Bitmap(Resource1.chnFormMainDisplayStatistics);
break;
case ButtonImages.chnMainWeightUp:
bt = new Bitmap(Resource1.chnMainWeightUp);
break;
case ButtonImages.chnMainZeroDisable:
bt = new Bitmap(Resource1.chnMainZeroDisable);
break;
case ButtonImages.chnMainZeroDown:
bt = new Bitmap(Resource1.chnMainZeroDown);
break;
case ButtonImages.chnMainZeroUp:
bt = new Bitmap(Resource1.chnMainZeroUp);
break;
case ButtonImages.chnFormMainLoginCancelDisable:
bt = new Bitmap(Resource1.chnMainLoginCancelDisable);
break;
case ButtonImages.chnFormMainLoginCancelDown:
bt = new Bitmap(Resource1.chnMainLoginCancelDown);
break;
case ButtonImages.chnFormMainLoginCancelUp:
bt = new Bitmap(Resource1.chnMainLoginCancelUp);
break;
case ButtonImages.chnFormMainLoginDisable:
bt = new Bitmap(Resource1.chnMainLoginDisable);
break;
case ButtonImages.chnFormMainLoginDown:
bt = new Bitmap(Resource1.chnMainLogOutDown);
break;
case ButtonImages.chnFormMainLoginUp:
bt = new Bitmap(Resource1.chnMainLoginUp);
break;
case ButtonImages.chnFormMenuConfigDisable:
bt = new Bitmap(Resource1.chnFormMenuConfigDisable);
break;
case ButtonImages.chnFormMenuConfigDown:
bt = new Bitmap(Resource1.chnFormMenuConfigDown);
break;
case ButtonImages.chnFormMenuConfigUp:
bt = new Bitmap(Resource1.chnFormMenuConfigUp);
break;
case ButtonImages.chnFormMenuDefaultDisable:
bt = new Bitmap(Resource1.chnFormMenuDefaultDisable);
break;
case ButtonImages.chnFormMenuDefaultDown:
bt = new Bitmap(Resource1.chnFormMenuDefaultDown);
break;
case ButtonImages.chnFormMenuDefaultUp:
bt = new Bitmap(Resource1.chnFormMenuDefaultUp);
break;
case ButtonImages.chnFormMenuEquipmentDisable:
bt = new Bitmap(Resource1.chnFormMenuEquipmentDisable);
break;
case ButtonImages.chnFormMenuEquipmentDown:
bt = new Bitmap(Resource1.chnFormMenuEquipmentDown);
break;
case ButtonImages.chnFormMenuEquipmentUp:
bt = new Bitmap(Resource1.chnFormMenuEquipmentUp);
break;
case ButtonImages.chnFormMenuInformationDisable:
bt = new Bitmap(Resource1.chnFormMenuInformationDisable);
break;
case ButtonImages.chnFormMenuInformationDown:
bt = new Bitmap(Resource1.chnFormMenuInformationDown);
break;
case ButtonImages.chnFormMenuInformationUp:
bt = new Bitmap(Resource1.chnFormMenuInformationUp);
break;
case ButtonImages.chnFormMenuSystemDisable:
bt = new Bitmap(Resource1.chnFormMenuSystemDisable);
break;
case ButtonImages.chnFormMenuSystemDown:
bt = new Bitmap(Resource1.chnFormMenuSystemDown);
break;
case ButtonImages.chnFormMenuSystemUp:
bt = new Bitmap(Resource1.chnFormMenuSystemUp);
break;
case ButtonImages.chnHelpASDisable:
bt = new Bitmap(Resource1.chnHelpASDisable);
break;
case ButtonImages.chnHelpASDown:
bt = new Bitmap(Resource1.chnHelpASDown);
break;
case ButtonImages.chnHelpASUp:
bt = new Bitmap(Resource1.chnHelpASUp);
break;
case ButtonImages.chnHelpAutoZeroDisable:
bt = new Bitmap(Resource1.chnHelpAutoZeroDisable);
break;
case ButtonImages.chnHelpAutoZeroDown:
bt = new Bitmap(Resource1.chnHelpAutoZeroDown);
break;
case ButtonImages.chnHelpAutoZeroUp:
bt = new Bitmap(Resource1.chnHelpAutoZeroUp);
break;
case ButtonImages.chnHelpCalibrationDisable:
bt = new Bitmap(Resource1.chnHelpCalibrationDisable);
break;
case ButtonImages.chnHelpCalibrationDown:
bt = new Bitmap(Resource1.chnHelpCalibrationDown);
break;
case ButtonImages.chnHelpCalibrationUp:
bt = new Bitmap(Resource1.chnHelpCalibrationUp);
break;
case ButtonImages.chnHelpDataBackupDisable:
bt = new Bitmap(Resource1.chnHelpDataBackupDisable);
break;
case ButtonImages.chnHelpDataBackupDown:
bt = new Bitmap(Resource1.chnHelpDataBackupDown);
break;
case ButtonImages.chnHelpDataBackupUp:
bt = new Bitmap(Resource1.chnHelpDataBackupUp);
break;
case ButtonImages.chnHelpDataStatisticsDisable:
bt = new Bitmap(Resource1.chnHelpDataStatisticsDisable);
break;
case ButtonImages.chnHelpDataStatisticsDown:
bt = new Bitmap(Resource1.chnHelpDataStatisticsDown);
break;
case ButtonImages.chnHelpDataStatisticsUp:
bt = new Bitmap(Resource1.chnHelpDataStatisticsUp);
break;
case ButtonImages.chnHelpEngineerDisable:
bt = new Bitmap(Resource1.chnHelpEngineerDisable);
break;
case ButtonImages.chnHelpEngineerDown:
bt = new Bitmap(Resource1.chnHelpEngineerDown);
break;
case ButtonImages.chnHelpEngineerUp:
bt = new Bitmap(Resource1.chnHelpEngineerUp);
break;
case ButtonImages.chnHelpFunctionDisable:
bt = new Bitmap(Resource1.chnHelpFunctionDisable);
break;
case ButtonImages.chnHelpFunctionDown:
bt = new Bitmap(Resource1.chnHelpFunctionDown);
break;
case ButtonImages.chnHelpFunctionUp:
bt = new Bitmap(Resource1.chnHelpFunctionUp);
break;
case ButtonImages.chnHelpInformationDisable:
bt = new Bitmap(Resource1.chnHelpInformationDisable);
break;
case ButtonImages.chnHelpInformationDown:
bt = new Bitmap(Resource1.chnHelpInformationDown);
break;
case ButtonImages.chnHelpInformationUp:
bt = new Bitmap(Resource1.chnHelpInformationUp);
break;
case ButtonImages.chnHelpInitializationDisable:
bt = new Bitmap(Resource1.chnHelpInitializationDisable);
break;
case ButtonImages.chnHelpInitializationDown:
bt = new Bitmap(Resource1.chnHelpInitializationDown);
break;
case ButtonImages.chnHelpInitializationUp:
bt = new Bitmap(Resource1.chnHelpInitializationUp);
break;
case ButtonImages.chnHelpIOTestDisable:
bt = new Bitmap(Resource1.chnHelpIOTestDisable);
break;
case ButtonImages.chnHelpIOTestDown:
bt = new Bitmap(Resource1.chnHelpIOTestDown);
break;
case ButtonImages.chnHelpIOTestUp:
bt = new Bitmap(Resource1.chnHelpIOTestUp);
break;
case ButtonImages.chnHelpItemDisable:
bt = new Bitmap(Resource1.chnHelpItemDisable);
break;
case ButtonImages.chnHelpItemDown:
bt = new Bitmap(Resource1.chnHelpItemDown);
break;
case ButtonImages.chnHelpItemUp:
bt = new Bitmap(Resource1.chnHelpItemUp);
break;
case ButtonImages.chnHelpJudgmentDisable:
bt = new Bitmap(Resource1.chnHelpJudgmentDisable);
break;
case ButtonImages.chnHelpJudgmentDown:
bt = new Bitmap(Resource1.chnHelpJudgmentDown);
break;
case ButtonImages.chnHelpJudgmentUp:
bt = new Bitmap(Resource1.chnHelpJudgmentUp);
break;
case ButtonImages.chnHelpSerialDisable:
bt = new Bitmap(Resource1.chnHelpSerialDisable);
break;
case ButtonImages.chnHelpSerialDown:
bt = new Bitmap(Resource1.chnHelpSerialDown);
break;
case ButtonImages.chnHelpSerialUp:
bt = new Bitmap(Resource1.chnHelpSerialUp);
break;
case ButtonImages.chnHelpSorterDisable:
bt = new Bitmap(Resource1.chnHelpSorterDisable);
break;
case ButtonImages.chnHelpSorterDown:
bt = new Bitmap(Resource1.chnHelpSorterDown);
break;
case ButtonImages.chnHelpSorterUp:
bt = new Bitmap(Resource1.chnHelpSorterUp);
break;
case ButtonImages.chnHelpTimeDisable:
bt = new Bitmap(Resource1.chnHelpTimeDisable);
break;
case ButtonImages.chnHelpTimeDown:
bt = new Bitmap(Resource1.chnHelpTimeDown);
break;
case ButtonImages.chnHelpTimeUp:
bt = new Bitmap(Resource1.chnHelpTimeUp);
break;
case ButtonImages.chnHelpUpdateDisable:
bt = new Bitmap(Resource1.chnHelpUpdateDisable);
break;
case ButtonImages.chnHelpUpdateDown:
bt = new Bitmap(Resource1.chnHelpUpdateDown);
break;
case ButtonImages.chnHelpUpdateUp:
bt = new Bitmap(Resource1.chnHelpUpdateUp);
break;
case ButtonImages.chnHelpUserDisable:
bt = new Bitmap(Resource1.chnHelpUserDisable);
break;
case ButtonImages.chnHelpUserDown:
bt = new Bitmap(Resource1.chnHelpUserDown);
break;
case ButtonImages.chnHelpUserUp:
bt = new Bitmap(Resource1.chnHelpUserUp);
break;
case ButtonImages.chnLightOverDown:
bt = new Bitmap(Resource1.chnLightOverDown);
break;
case ButtonImages.chnLightOverUp:
bt = new Bitmap(Resource1.chnLightOverUp);
break;
case ButtonImages.chnLightPassDown:
bt = new Bitmap(Resource1.chnLightPassDown);
break;
case ButtonImages.chnLightPassUp:
bt = new Bitmap(Resource1.chnLightPassUp);
break;
case ButtonImages.chnLightUnderDown:
bt = new Bitmap(Resource1.chnLightUnderDown);
break;
case ButtonImages.chnLightUnderUp:
bt = new Bitmap(Resource1.chnLightUnderUp);
break;
case ButtonImages.chnMainRunLineOverDisable:
bt = new Bitmap(Resource1.chnMainRunLineOverDisable);
break;
case ButtonImages.chnMainRunLineOverDown:
bt = new Bitmap(Resource1.chnMainRunLineOverDown);
break;
case ButtonImages.chnMainRunLineOverUp:
bt = new Bitmap(Resource1.chnMainRunLineOverUp);
break;
case ButtonImages.chnMainRunLinePassDisable:
bt = new Bitmap(Resource1.chnMainRunLinePassDisable);
break;
case ButtonImages.chnMainRunLinePassDown:
bt = new Bitmap(Resource1.chnMainRunLinePassDown);
break;
case ButtonImages.chnMainRunLinePassUp:
bt = new Bitmap(Resource1.chnMainRunLinePassUp);
break;
case ButtonImages.chnMainRunLineUnderDisable:
bt = new Bitmap(Resource1.chnMainRunLineUnderDisable);
break;
case ButtonImages.chnMainRunLineUnderDown:
bt = new Bitmap(Resource1.chnMainRunLineUnderDown);
break;
case ButtonImages.chnMainRunLineUnderUp:
bt = new Bitmap(Resource1.chnMainRunLineUnderUp);
break;
case ButtonImages.chnOFF:
bt = new Bitmap(Resource1.chnOFF);
break;
case ButtonImages.chnOFF_Black:
bt = new Bitmap(Resource1.chnOFF_Black);
break;
case ButtonImages.chnON:
bt = new Bitmap(Resource1.chnON);
break;
case ButtonImages.chnON_Black:
bt = new Bitmap(Resource1.chnON_Black);
break;
#endregion
case ButtonImages.ProductNoDisable: case ButtonImages.ProductNoDisable:
bt = new Bitmap(Resource1.ProductNoDisable); bt = new Bitmap(Resource1.ProductNoDisable);
break; break;

View File

@ -949,9 +949,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korCalibrationCancelUp.png" /> <None Include="Resources\korCalibrationCancelUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundProduct.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundDataStatistics.png" /> <None Include="Resources\korBackgroundDataStatistics.png" />
</ItemGroup> </ItemGroup>
@ -1048,6 +1045,486 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundSerial.png" /> <None Include="Resources\korBackgroundSerial.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginLoginDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginLoginDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginLoginUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLogOutDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainPrintDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainPrintDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainPrintUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainScreenDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainScreenDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainScreenUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainWeightUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainClearDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainClearDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainClearUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainDeviationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainLoginDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuEquipmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuEquipmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuEquipmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuHiddenDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuHiddenUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuInformationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuInformationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuSystemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuSystemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuSystemUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuConfigDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuConfigDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuConfigUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuDefaultDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuDefaultDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuDefaultUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundSorterSetting.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundCalibration.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationBalanceDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationBalanceDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationBalanceUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationCancelUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationStartUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnCalibrationZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpASDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpASDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpASUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpAutoZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpAutoZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpAutoZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpCalibrationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpCalibrationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpCalibrationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataBackupDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataBackupDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataBackupUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataStatisticsDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataStatisticsDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpDataStatisticsUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpEngineerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpEngineerDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpEngineerUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpFunctionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpFunctionDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpFunctionUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInformationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInformationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInitializationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInitializationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpInitializationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpIOTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpIOTestDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpIOTestUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpItemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpItemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpItemUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSorterDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSorterDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSorterUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpTimeDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpTimeDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpTimeUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUpdateDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUpdateDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUpdateUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUserDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUserDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpUserUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundUser.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundUserLogin.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundSerial.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundProduct.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundDataBackup.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnOFF_Black.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnON.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnON_Black.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnOFF.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundTime.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBypassCountDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBypassCountUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSerialDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSerialDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpSerialUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engOFF.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engOFF_Black.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engON.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engON_Black.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundJudgment_Updown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightOverDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightPassDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightPassUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightUnderDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightUnderUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnLightOverUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphUnderUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphUnderDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphOverDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphTareDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphTareUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphOverUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphPassDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayBargraphPassUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineOverDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineOverDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineOverUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLinePassDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLinePassDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLinePassUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineUnderDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineUnderDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnMainRunLineUnderUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundDataStatistics.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundProduct.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMainDisplayStatistics.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\바이패스ONOFF.psd" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBypassOccasionDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBypassOccasionUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engBypassOccasionDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engBypassOccasionUp.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions> <ProjectExtensions>
<VisualStudio> <VisualStudio>

File diff suppressed because it is too large Load Diff

View File

@ -1078,4 +1078,472 @@
<data name="korHelpEngineerUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="korHelpEngineerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpEngineerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\korHelpEngineerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="chnBackgroundCalibration" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundCalibration.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundDataBackup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundDataBackup.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundDataStatistics" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundDataStatistics.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundJudgment" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundJudgment.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundJudgment_Updown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundJudgment_Updown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundProduct" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundProduct.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundSerial" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundSerial.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundSorterSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundSorterSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundTime" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundTime.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundUser" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundUser.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBackgroundUserLogin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBackgroundUserLogin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBypassCountDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBypassCountDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBypassCountUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBypassCountUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBypassOccasionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBypassOccasionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationBalanceDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationBalanceDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationBalanceDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationBalanceDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationBalanceUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationBalanceUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationStartUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationStartUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnCalibrationZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnCalibrationZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphPassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphPassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphTareUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphTareUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayBargraphUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayBargraphUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMainDisplayStatistics" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMainDisplayStatistics.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuConfigDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuConfigDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuConfigDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuConfigDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuConfigUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuConfigUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuDefaultDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuDefaultDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuDefaultDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuDefaultDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuDefaultUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuDefaultUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuHiddenDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuHiddenDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuHiddenUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuHiddenUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpASDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpASDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpASDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpASDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpASUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpASUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpAutoZeroDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpAutoZeroDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpAutoZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpAutoZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpAutoZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpAutoZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpDataStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpDataStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpEngineerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpEngineerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpEngineerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpEngineerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpEngineerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpEngineerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpFunctionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpFunctionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpFunctionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpFunctionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpFunctionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpFunctionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpItemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpItemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpItemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpItemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpItemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpItemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpJudgmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpJudgmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpJudgmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpJudgmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpJudgmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpJudgmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSorterDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSorterDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSorterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSorterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSorterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSorterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnJudgmentStandardDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnJudgmentStandardDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnJudgmentStandardDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnJudgmentStandardDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnJudgmentStandardUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnJudgmentStandardUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightPassDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightPassDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightPassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightPassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightUnderDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightUnderDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnLightUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnLightUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainClearDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainClearDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainClearDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainClearDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainClearUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainClearUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainDeviationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainDeviationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginLoginDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginLoginDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginLoginDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginLoginDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginLoginUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginLoginUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLoginUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLoginUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainLogOutDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainLogOutDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainPrintDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainPrintDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainPrintDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainPrintDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainPrintUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainPrintUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLinePassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLinePassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLinePassDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLinePassDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLinePassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLinePassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineUnderDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineUnderDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainRunLineUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainRunLineUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainScreenDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainScreenDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainScreenDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainScreenDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainScreenUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainScreenUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainWeightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainWeightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainZeroDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainZeroDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMainZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMainZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnOFF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnOFF.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnOFF_Black" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnOFF_Black.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnON" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnON.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnON_Black" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnON_Black.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSerialDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSerialDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSerialDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSerialDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpSerialUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpSerialUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engOFF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engOFF.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engOFF_Black" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engOFF_Black.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engON" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engON.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engON_Black" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engON_Black.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="바이패스ONOFF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\바이패스ONOFF.psd;System.Byte[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="engBypassOccasionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engBypassOccasionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> </root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Some files were not shown because too many files have changed in this diff Show More