- 일본어 추가

master
CJY 2026-01-22 14:18:07 +09:00
parent d1746bfb98
commit 473f55eaed
60 changed files with 2689 additions and 1307 deletions

View File

@ -131,6 +131,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,"); this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("計算中...");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -182,6 +187,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -232,6 +242,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die "); this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die ");
this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションを");
this.ParentForm.listBoxHelp.Items.Add("キャンセルします。");
}
else else
{ {
@ -361,6 +376,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen"); this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
}
else else
{ {
@ -403,6 +422,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen."); this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
}
else else
{ {
@ -454,6 +477,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Fehler!"); this.ParentForm.listBoxHelp.Items.Add("Fehler!");
this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen"); this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
}
else else
{ {
@ -521,6 +549,12 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション");
this.ParentForm.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.ParentForm.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -128,6 +128,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,"); this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("計算中...");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -179,6 +184,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -229,6 +239,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die "); this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die ");
this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションを");
this.ParentForm.listBoxHelp.Items.Add("キャンセルします。");
}
else else
{ {
@ -362,6 +377,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen"); this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
}
else else
{ {
@ -404,6 +423,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen."); this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
}
else else
{ {
@ -455,6 +478,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Fehler!"); this.ParentForm.listBoxHelp.Items.Add("Fehler!");
this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen"); this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
}
else else
{ {
@ -522,6 +550,12 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション");
this.ParentForm.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.ParentForm.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -129,6 +129,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,"); this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("計算中...");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -180,6 +185,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -230,6 +240,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die "); this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die ");
this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションを");
this.ParentForm.listBoxHelp.Items.Add("キャンセルします。");
}
else else
{ {
@ -367,6 +382,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen"); this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
}
else else
{ {
@ -409,6 +428,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen."); this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
}
else else
{ {
@ -460,6 +483,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Fehler!"); this.ParentForm.listBoxHelp.Items.Add("Fehler!");
this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen"); this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
}
else else
{ {
@ -527,6 +555,12 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション");
this.ParentForm.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.ParentForm.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -129,6 +129,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,"); this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("計算中...");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -180,6 +185,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -230,6 +240,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die "); this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die ");
this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションを");
this.ParentForm.listBoxHelp.Items.Add("キャンセルします。");
}
else else
{ {
@ -347,6 +362,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen"); this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
}
else else
{ {
@ -388,6 +407,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen."); this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
}
else else
{ {
@ -439,6 +462,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Fehler!"); this.ParentForm.listBoxHelp.Items.Add("Fehler!");
this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen"); this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
}
else else
{ {
@ -506,6 +534,12 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション");
this.ParentForm.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.ParentForm.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -129,6 +129,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,"); this.ParentForm.listBoxHelp.Items.Add("Gewichtsüberprüfung,");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("計算中...");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -180,6 +185,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierungsstart");
this.ParentForm.listBoxHelp.Items.Add("bitte warten"); this.ParentForm.listBoxHelp.Items.Add("bitte warten");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
}
else else
{ {
@ -230,6 +240,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die "); this.ParentForm.listBoxHelp.Items.Add("Brechen Sie die ");
this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab"); this.ParentForm.listBoxHelp.Items.Add("Kalibrierung ab");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションを");
this.ParentForm.listBoxHelp.Items.Add("キャンセルします。");
}
else else
{ {
@ -351,6 +366,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen"); this.ParentForm.listBoxHelp.Items.Add("Gewicht auf den Förderer legen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
}
else else
{ {
@ -392,6 +411,10 @@ namespace INT69DC_7C.Controls
{ {
this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen."); this.ParentForm.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
}
else else
{ {
@ -443,6 +466,11 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Fehler!"); this.ParentForm.listBoxHelp.Items.Add("Fehler!");
this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen"); this.ParentForm.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
}
else else
{ {
@ -510,6 +538,12 @@ namespace INT69DC_7C.Controls
this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.ParentForm.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.ParentForm.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション");
this.ParentForm.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.ParentForm.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -61,15 +61,21 @@ namespace INT69DC_7C.Controls
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.groupBoxJudgment.Text = "Nastavení rozhodnutí2"; this.groupBoxJudgment.Text = "Nastavení rozhodnutí2";
this.labelStaticForcedZeroDelayTime.Font = new Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); this.labelStaticForcedZeroDelayTime.Font = new Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelStaticForcedZeroDelayTime.Text = "Vynucená doba nulového zpoždění"; this.labelStaticForcedZeroDelayTime.Text = "Vynucená doba nulového zpoždění";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
this.groupBoxJudgment.Text = "Tascheneinstellung2"; this.groupBoxJudgment.Text = "Tascheneinstellung2";
this.labelStaticForcedZeroDelayTime.Font = new Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); this.labelStaticForcedZeroDelayTime.Font = new Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelStaticForcedZeroDelayTime.Text = "Erzwungene Null-Verzögerungszeit"; this.labelStaticForcedZeroDelayTime.Text = "Erzwungene Null-Verzögerungszeit";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.groupBoxJudgment.Text = "判定設定2";
this.labelStaticForcedZeroDelayTime.Font = new Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelStaticForcedZeroDelayTime.Text = "強制ゼロ遅延時間";
}
else else
{ {

View File

@ -70,6 +70,9 @@ namespace INT69DC_7C.Controls
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
} }
else else
{ {

View File

@ -57,6 +57,11 @@ namespace INT69DC_7C.Controls
this.labelTitle.Text = " Alarm"; this.labelTitle.Text = " Alarm";
this.buttonClose.Text = "Schließen"; this.buttonClose.Text = "Schließen";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = " アラㅡム";
this.buttonClose.Text = "クロㅡズ";
}
else else
{ {

View File

@ -32,8 +32,8 @@
this.labelStatusExpireAccount = new SmartX.SmartLabel(); this.labelStatusExpireAccount = new SmartX.SmartLabel();
this.labelExpirePasswordDate = new SmartX.SmartLabel(); this.labelExpirePasswordDate = new SmartX.SmartLabel();
this.labelExpireAccountDate = new SmartX.SmartLabel(); this.labelExpireAccountDate = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.labelTitleExpiryPassword = new SmartX.SmartLabel();
this.labelTitleExpireAccount = new SmartX.SmartLabel(); this.labelTitleExpiryAccount = new SmartX.SmartLabel();
this.labelPassword = new SmartX.SmartLabel(); this.labelPassword = new SmartX.SmartLabel();
this.labelTitlePassword = new SmartX.SmartLabel(); this.labelTitlePassword = new SmartX.SmartLabel();
this.labelID = new SmartX.SmartLabel(); this.labelID = new SmartX.SmartLabel();
@ -52,7 +52,7 @@
this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpirePassword.InitVisible = true; this.labelStatusExpirePassword.InitVisible = true;
this.labelStatusExpirePassword.LineSpacing = 0F; this.labelStatusExpirePassword.LineSpacing = 0F;
this.labelStatusExpirePassword.Location = new System.Drawing.Point(691, 332); this.labelStatusExpirePassword.Location = new System.Drawing.Point(765, 323);
this.labelStatusExpirePassword.Name = "labelStatusExpirePassword"; this.labelStatusExpirePassword.Name = "labelStatusExpirePassword";
this.labelStatusExpirePassword.Size = new System.Drawing.Size(100, 30); this.labelStatusExpirePassword.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpirePassword.TabIndex = 230; this.labelStatusExpirePassword.TabIndex = 230;
@ -73,7 +73,7 @@
this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpireAccount.InitVisible = true; this.labelStatusExpireAccount.InitVisible = true;
this.labelStatusExpireAccount.LineSpacing = 0F; this.labelStatusExpireAccount.LineSpacing = 0F;
this.labelStatusExpireAccount.Location = new System.Drawing.Point(691, 296); this.labelStatusExpireAccount.Location = new System.Drawing.Point(765, 287);
this.labelStatusExpireAccount.Name = "labelStatusExpireAccount"; this.labelStatusExpireAccount.Name = "labelStatusExpireAccount";
this.labelStatusExpireAccount.Size = new System.Drawing.Size(100, 30); this.labelStatusExpireAccount.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpireAccount.TabIndex = 229; this.labelStatusExpireAccount.TabIndex = 229;
@ -92,7 +92,7 @@
this.labelExpirePasswordDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelExpirePasswordDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelExpirePasswordDate.InitVisible = true; this.labelExpirePasswordDate.InitVisible = true;
this.labelExpirePasswordDate.LineSpacing = 0F; this.labelExpirePasswordDate.LineSpacing = 0F;
this.labelExpirePasswordDate.Location = new System.Drawing.Point(394, 332); this.labelExpirePasswordDate.Location = new System.Drawing.Point(468, 323);
this.labelExpirePasswordDate.Name = "labelExpirePasswordDate"; this.labelExpirePasswordDate.Name = "labelExpirePasswordDate";
this.labelExpirePasswordDate.Size = new System.Drawing.Size(291, 30); this.labelExpirePasswordDate.Size = new System.Drawing.Size(291, 30);
this.labelExpirePasswordDate.TabIndex = 232; this.labelExpirePasswordDate.TabIndex = 232;
@ -111,7 +111,7 @@
this.labelExpireAccountDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelExpireAccountDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelExpireAccountDate.InitVisible = true; this.labelExpireAccountDate.InitVisible = true;
this.labelExpireAccountDate.LineSpacing = 0F; this.labelExpireAccountDate.LineSpacing = 0F;
this.labelExpireAccountDate.Location = new System.Drawing.Point(394, 296); this.labelExpireAccountDate.Location = new System.Drawing.Point(468, 287);
this.labelExpireAccountDate.Name = "labelExpireAccountDate"; this.labelExpireAccountDate.Name = "labelExpireAccountDate";
this.labelExpireAccountDate.Size = new System.Drawing.Size(291, 30); this.labelExpireAccountDate.Size = new System.Drawing.Size(291, 30);
this.labelExpireAccountDate.TabIndex = 231; this.labelExpireAccountDate.TabIndex = 231;
@ -120,45 +120,45 @@
this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpireAccountDate.Wordwrap = false; this.labelExpireAccountDate.Wordwrap = false;
// //
// smartLabel2 // labelTitleExpiryPassword
// //
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.labelTitleExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartLabel2.BackPictureBox = null; this.labelTitleExpiryPassword.BackPictureBox = null;
this.smartLabel2.BackPictureBox1 = null; this.labelTitleExpiryPassword.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = null; this.labelTitleExpiryPassword.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.labelTitleExpiryPassword.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleExpiryPassword.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.smartLabel2.InitVisible = true; this.labelTitleExpiryPassword.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.labelTitleExpiryPassword.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(234, 332); this.labelTitleExpiryPassword.Location = new System.Drawing.Point(242, 323);
this.smartLabel2.Name = "smartLabel2"; this.labelTitleExpiryPassword.Name = "labelTitleExpiryPassword";
this.smartLabel2.Size = new System.Drawing.Size(154, 30); this.labelTitleExpiryPassword.Size = new System.Drawing.Size(220, 30);
this.smartLabel2.TabIndex = 227; this.labelTitleExpiryPassword.TabIndex = 227;
this.smartLabel2.Text = "ExpirePassword"; this.labelTitleExpiryPassword.Text = "ExpirePassword";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false; this.labelTitleExpiryPassword.Wordwrap = false;
// //
// labelTitleExpireAccount // labelTitleExpiryAccount
// //
this.labelTitleExpireAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.labelTitleExpiryAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.labelTitleExpireAccount.BackPictureBox = null; this.labelTitleExpiryAccount.BackPictureBox = null;
this.labelTitleExpireAccount.BackPictureBox1 = null; this.labelTitleExpiryAccount.BackPictureBox1 = null;
this.labelTitleExpireAccount.BackPictureBox2 = null; this.labelTitleExpiryAccount.BackPictureBox2 = null;
this.labelTitleExpireAccount.BorderColor = System.Drawing.Color.Black; this.labelTitleExpiryAccount.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExpireAccount.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleExpiryAccount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleExpireAccount.InitVisible = true; this.labelTitleExpiryAccount.InitVisible = true;
this.labelTitleExpireAccount.LineSpacing = 0F; this.labelTitleExpiryAccount.LineSpacing = 0F;
this.labelTitleExpireAccount.Location = new System.Drawing.Point(234, 296); this.labelTitleExpiryAccount.Location = new System.Drawing.Point(242, 287);
this.labelTitleExpireAccount.Name = "labelTitleExpireAccount"; this.labelTitleExpiryAccount.Name = "labelTitleExpiryAccount";
this.labelTitleExpireAccount.Size = new System.Drawing.Size(154, 30); this.labelTitleExpiryAccount.Size = new System.Drawing.Size(220, 30);
this.labelTitleExpireAccount.TabIndex = 225; this.labelTitleExpiryAccount.TabIndex = 225;
this.labelTitleExpireAccount.Text = "ExpireAccount"; this.labelTitleExpiryAccount.Text = "ExpireAccount";
this.labelTitleExpireAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleExpiryAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExpireAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleExpiryAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExpireAccount.Wordwrap = false; this.labelTitleExpiryAccount.Wordwrap = false;
// //
// labelPassword // labelPassword
// //
@ -170,7 +170,7 @@
this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassword.InitVisible = true; this.labelPassword.InitVisible = true;
this.labelPassword.LineSpacing = 0F; this.labelPassword.LineSpacing = 0F;
this.labelPassword.Location = new System.Drawing.Point(394, 260); this.labelPassword.Location = new System.Drawing.Point(468, 251);
this.labelPassword.Name = "labelPassword"; this.labelPassword.Name = "labelPassword";
this.labelPassword.Size = new System.Drawing.Size(291, 30); this.labelPassword.Size = new System.Drawing.Size(291, 30);
this.labelPassword.TabIndex = 224; this.labelPassword.TabIndex = 224;
@ -188,12 +188,12 @@
this.labelTitlePassword.BackPictureBox2 = null; this.labelTitlePassword.BackPictureBox2 = null;
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black; this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitlePassword.InitVisible = true; this.labelTitlePassword.InitVisible = true;
this.labelTitlePassword.LineSpacing = 0F; this.labelTitlePassword.LineSpacing = 0F;
this.labelTitlePassword.Location = new System.Drawing.Point(234, 260); this.labelTitlePassword.Location = new System.Drawing.Point(242, 251);
this.labelTitlePassword.Name = "labelTitlePassword"; this.labelTitlePassword.Name = "labelTitlePassword";
this.labelTitlePassword.Size = new System.Drawing.Size(154, 30); this.labelTitlePassword.Size = new System.Drawing.Size(220, 30);
this.labelTitlePassword.TabIndex = 223; this.labelTitlePassword.TabIndex = 223;
this.labelTitlePassword.Text = "Password"; this.labelTitlePassword.Text = "Password";
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -210,7 +210,7 @@
this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelID.InitVisible = true; this.labelID.InitVisible = true;
this.labelID.LineSpacing = 0F; this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(394, 224); this.labelID.Location = new System.Drawing.Point(468, 215);
this.labelID.Name = "labelID"; this.labelID.Name = "labelID";
this.labelID.Size = new System.Drawing.Size(291, 30); this.labelID.Size = new System.Drawing.Size(291, 30);
this.labelID.TabIndex = 222; this.labelID.TabIndex = 222;
@ -227,12 +227,12 @@
this.labelTitleID.BackPictureBox2 = null; this.labelTitleID.BackPictureBox2 = null;
this.labelTitleID.BorderColor = System.Drawing.Color.Black; this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleID.InitVisible = true; this.labelTitleID.InitVisible = true;
this.labelTitleID.LineSpacing = 0F; this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(234, 224); this.labelTitleID.Location = new System.Drawing.Point(242, 215);
this.labelTitleID.Name = "labelTitleID"; this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.Size = new System.Drawing.Size(154, 30); this.labelTitleID.Size = new System.Drawing.Size(220, 30);
this.labelTitleID.TabIndex = 221; this.labelTitleID.TabIndex = 221;
this.labelTitleID.Text = "ID"; this.labelTitleID.Text = "ID";
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -248,8 +248,8 @@
this.Controls.Add(this.labelStatusExpireAccount); this.Controls.Add(this.labelStatusExpireAccount);
this.Controls.Add(this.labelExpirePasswordDate); this.Controls.Add(this.labelExpirePasswordDate);
this.Controls.Add(this.labelExpireAccountDate); this.Controls.Add(this.labelExpireAccountDate);
this.Controls.Add(this.smartLabel2); this.Controls.Add(this.labelTitleExpiryPassword);
this.Controls.Add(this.labelTitleExpireAccount); this.Controls.Add(this.labelTitleExpiryAccount);
this.Controls.Add(this.labelPassword); this.Controls.Add(this.labelPassword);
this.Controls.Add(this.labelTitlePassword); this.Controls.Add(this.labelTitlePassword);
this.Controls.Add(this.labelID); this.Controls.Add(this.labelID);
@ -266,8 +266,8 @@
private SmartX.SmartLabel labelStatusExpireAccount; private SmartX.SmartLabel labelStatusExpireAccount;
private SmartX.SmartLabel labelExpirePasswordDate; private SmartX.SmartLabel labelExpirePasswordDate;
private SmartX.SmartLabel labelExpireAccountDate; private SmartX.SmartLabel labelExpireAccountDate;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel labelTitleExpiryPassword;
private SmartX.SmartLabel labelTitleExpireAccount; private SmartX.SmartLabel labelTitleExpiryAccount;
private SmartX.SmartLabel labelPassword; private SmartX.SmartLabel labelPassword;
private SmartX.SmartLabel labelTitlePassword; private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelID; private SmartX.SmartLabel labelID;

View File

@ -51,6 +51,12 @@ namespace INT69DC_7C.Controls
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.labelTitlePassword.Text = "Password";
this.labelTitleExpiryAccount.Text = "ExpireAccount";
this.labelTitleExpiryPassword.Text = "ExpirePassword";
this.labelStatusExpireAccount.Text = "Expired";
this.labelStatusExpirePassword.Text = "Expired";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
@ -61,6 +67,15 @@ namespace INT69DC_7C.Controls
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitlePassword.Text = "パスワㅡド";
this.labelTitleExpiryAccount.Text = "アカウントの有効期限";
this.labelTitleExpiryPassword.Text = "パスワㅡドの有効期限";
this.labelStatusExpireAccount.Text = "満了";
this.labelStatusExpirePassword.Text = "満了";
} }
else else
{ {
@ -123,7 +138,7 @@ namespace INT69DC_7C.Controls
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "user settings"; code = "User settings";
message1 = "Password change complete!"; message1 = "Password change complete!";
message2 = ""; message2 = "";
break; break;
@ -142,6 +157,11 @@ namespace INT69DC_7C.Controls
message1 = "Passwortänderung abgeschlossen!"; message1 = "Passwortänderung abgeschlossen!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "パスワㅡドの変更が完了しました。";
message2 = "";
break;
default: default:
break; break;
} }

View File

@ -52,6 +52,9 @@ namespace INT69DC_7C.DialogForms
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
} }
else else
{ {

View File

@ -65,6 +65,13 @@ namespace INT69DC_7C.DialogForms
this.buttonRead.Text = "Alles lesen"; this.buttonRead.Text = "Alles lesen";
this.buttonClose.Text = "Schließen"; this.buttonClose.Text = "Schließen";
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitleDate.Text = "日付";
this.buttonRead.Text = "読む";
this.buttonClose.Text = "クロㅡズ";
}
else else
{ {

View File

@ -105,6 +105,7 @@
this.textBoxID.TabIndex = 2; this.textBoxID.TabIndex = 2;
this.textBoxID.Text = "ABCDEFGHJK"; this.textBoxID.Text = "ABCDEFGHJK";
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus); this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
this.textBoxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxID_KeyPress);
// //
// textBoxPassword // textBoxPassword
// //
@ -117,6 +118,7 @@
this.textBoxPassword.TabIndex = 5; this.textBoxPassword.TabIndex = 5;
this.textBoxPassword.Text = "ABCDEFGHJK"; this.textBoxPassword.Text = "ABCDEFGHJK";
this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus); this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
// //
// buttonLogOn // buttonLogOn
// //

View File

@ -30,7 +30,19 @@ namespace INT69DC_7C.DialogForms
this.IsLoginMode = login; this.IsLoginMode = login;
this.IsChangePassword = changePass; this.IsChangePassword = changePass;
this.InitializeDesign(); if (this.IsChangePassword == false)
{
this.InitializeDesignForLogin();
this.textBoxID.PasswordChar = default(char);
}
else
{
this.InitializeDesignForChangePassword();
this.textBoxID.PasswordChar = '*';
}
this.InitializeControl(); this.InitializeControl();
this.DefaultSetting(); this.DefaultSetting();
} }
@ -113,12 +125,16 @@ namespace INT69DC_7C.DialogForms
return ret; return ret;
} }
private void InitializeDesign() private void InitializeDesignForLogin()
{ {
ImageDll images = new ImageDll(); ImageDll images = new ImageDll();
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
this.labelTitle1.Text = "User Login";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "Password";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp)); this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp));
@ -128,6 +144,10 @@ namespace INT69DC_7C.DialogForms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
this.labelTitle1.Text = "用户登录";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "密码";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginUp)); this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginUp));
@ -146,6 +166,10 @@ namespace INT69DC_7C.DialogForms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
this.labelTitle1.Text = "Einloggen";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "Passwort";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp)); this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp));
@ -153,9 +177,101 @@ namespace INT69DC_7C.DialogForms
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMainCancelDown)); this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMainCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMainCancelUp)); this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMainCancelUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle1.Text = "ログイン";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "パスワㅡド";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelUp));
}
else else
{ {
this.labelTitle1.Text = "로그인";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "비밀번호";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginLoginUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelUp));
}
}
private void InitializeDesignForChangePassword()
{
ImageDll images = new ImageDll();
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{
this.labelTitle1.Text = "Change Password";
this.labelTitle2.Text = "New";
this.labelTitle3.Text = "Verify";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelUp));
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{
this.labelTitle1.Text = "更改密码";
this.labelTitle2.Text = "新密码";
this.labelTitle3.Text = "验证密码";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginChangeDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginChangeDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginChangeUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginCancelUp));
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{
this.labelTitle1.Text = "Kennwort ändern";
this.labelTitle2.Text = "Neu";
this.labelTitle3.Text = "Verifizieren";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginChangeUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginCancelUp));
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle1.Text = "Changer le mot de passe";
this.labelTitle2.Text = "Nouveau";
this.labelTitle3.Text = "Vérifier";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginChangeDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginChangeDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginChangeUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginCancelUp));
}
else
{
this.labelTitle1.Text = "비밀번호 변경";
this.labelTitle2.Text = "새 비밀번호";
this.labelTitle3.Text = "비밀번호 확인";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginChangeDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginChangeDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginChangeUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.korMainLoginCancelUp));
} }
} }
private void InitializeControl() private void InitializeControl()
@ -168,41 +284,6 @@ namespace INT69DC_7C.DialogForms
this.Location = new Point(x, y); this.Location = new Point(x, y);
this.Size = new Size(710, 470); this.Size = new Size(710, 470);
if (this.IsChangePassword == false)
{
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
{
this.labelTitle1.Text = "로그인";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "비밀번호";
}
else
{
this.labelTitle1.Text = "User Login";
this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "Password";
}
this.textBoxID.PasswordChar = default(char);
}
else
{
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
{
this.labelTitle1.Text = "비밀번호 변경";
this.labelTitle2.Text = "새 비밀번호";
this.labelTitle3.Text = "비밀번호 확인";
}
else
{
this.labelTitle1.Text = "Change Password";
this.labelTitle2.Text = "New";
this.labelTitle3.Text = "Confirmation";
}
this.textBoxID.PasswordChar = '*';
}
this.textBoxID.Text = ""; this.textBoxID.Text = "";
this.textBoxPassword.Text = ""; this.textBoxPassword.Text = "";
@ -501,6 +582,26 @@ namespace INT69DC_7C.DialogForms
this.textBoxPassword.Select(this.textBoxPassword.Text.Length, 0); this.textBoxPassword.Select(this.textBoxPassword.Text.Length, 0);
} }
private void textBoxID_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar == '<' || e.KeyChar == '>' || e.KeyChar == '|' || e.KeyChar == '"' || e.KeyChar == '?'
|| e.KeyChar == ':' || e.KeyChar == '/' || e.KeyChar == '\\' || e.KeyChar == ',' || e.KeyChar == ';'
|| e.KeyChar == '`' || e.KeyChar == '=' || e.KeyChar == '(' || e.KeyChar == ')' || e.KeyChar == '{' || e.KeyChar == '}'
|| e.KeyChar == '~' || e.KeyChar == '_' || e.KeyChar == '[' || e.KeyChar == ']' || e.KeyChar == '\'')
{
e.Handled = true;
}
}
private void textBoxPassword_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar == '<' || e.KeyChar == '>' || e.KeyChar == '|' || e.KeyChar == '"' || e.KeyChar == '?'
|| e.KeyChar == ':' || e.KeyChar == '/' || e.KeyChar == '\\' || e.KeyChar == ',' || e.KeyChar == ';'
|| e.KeyChar == '`' || e.KeyChar == '=' || e.KeyChar == '(' || e.KeyChar == ')' || e.KeyChar == '{' || e.KeyChar == '}'
|| e.KeyChar == '~' || e.KeyChar == '_' || e.KeyChar == '[' || e.KeyChar == ']' || e.KeyChar == '\'')
{
e.Handled = true;
}
}
private void smartKeyboard_OnXKeyClick(object sender, EventArgs e) private void smartKeyboard_OnXKeyClick(object sender, EventArgs e)
{ {

View File

@ -70,6 +70,7 @@
this.labelErrorCode.BackPictureBox2 = null; this.labelErrorCode.BackPictureBox2 = null;
this.labelErrorCode.BorderColor = System.Drawing.Color.Black; this.labelErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelErrorCode.InitVisible = true; this.labelErrorCode.InitVisible = true;
this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.LineSpacing = 0F;
this.labelErrorCode.Location = new System.Drawing.Point(12, 0); this.labelErrorCode.Location = new System.Drawing.Point(12, 0);
@ -88,7 +89,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("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(78, 90); this.labelMessage2.Location = new System.Drawing.Point(78, 90);
@ -107,7 +108,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("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(78, 60); this.labelMessage1.Location = new System.Drawing.Point(78, 60);
@ -157,7 +158,7 @@
// buttonOK // buttonOK
// //
this.buttonOK.BackColor = System.Drawing.Color.WhiteSmoke; this.buttonOK.BackColor = System.Drawing.Color.WhiteSmoke;
this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonOK.ForeColor = System.Drawing.Color.Black; this.buttonOK.ForeColor = System.Drawing.Color.Black;
this.buttonOK.Location = new System.Drawing.Point(335, 135); this.buttonOK.Location = new System.Drawing.Point(335, 135);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";

View File

@ -54,6 +54,9 @@ namespace INT69DC_7C.DialogForms
this.buttonOK.Text = "Bestätigen"; this.buttonOK.Text = "Bestätigen";
this.labelMessage1.Text = str + " Dateien wurden gesichert"; this.labelMessage1.Text = str + " Dateien wurden gesichert";
break; break;
case DataStore.LanguageID.Japanese:
this.labelMessage1.Text = str + "個のファイルがバックアップされました";
break;
default: default:
this.labelMessage1.Text = str + "개의 파일이 백업되었습니다."; this.labelMessage1.Text = str + "개의 파일이 백업되었습니다.";
break; break;
@ -917,27 +920,27 @@ namespace INT69DC_7C.DialogForms
break; break;
case 12: case 12:
this.labelErrorCode.Text = "警告 12"; this.labelErrorCode.Text = "警告 12";
this.labelMessage1.Text = "フィドバック設定を確認してください!"; this.labelMessage1.Text = "フィドバック設定を確認してください!";
this.labelMessage2.Text = "デッドゾン範囲"; this.labelMessage2.Text = "デッドゾン範囲";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "エラㅡ 13"; this.labelErrorCode.Text = "エラㅡ 13";
this.labelMessage1.Text = "このファイルはサポトされていません"; this.labelMessage1.Text = "このファイルはサポトされていません";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "警告 14"; this.labelErrorCode.Text = "警告 14";
this.labelMessage1.Text = "フィドバック設定を確認してください!"; this.labelMessage1.Text = "フィドバック設定を確認してください!";
this.labelMessage2.Text = "上限範囲"; this.labelMessage2.Text = "上限範囲";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "警告 15"; this.labelErrorCode.Text = "警告 15";
this.labelMessage1.Text = "フィドバック設定を確認してください!"; this.labelMessage1.Text = "フィドバック設定を確認してください!";
this.labelMessage2.Text = "下限範囲"; this.labelMessage2.Text = "下限範囲";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "エラㅡ 16"; this.labelErrorCode.Text = "エラㅡ 16";
this.labelMessage1.Text = "現在、ModbusはClientのみサポトされています。"; this.labelMessage1.Text = "現在、ModbusはClientのみサポトされています。";
this.labelMessage2.Text = "Client モドに切り替わります。"; this.labelMessage2.Text = "Client モドに切り替わります。";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "エラㅡ 17"; this.labelErrorCode.Text = "エラㅡ 17";
@ -993,27 +996,27 @@ namespace INT69DC_7C.DialogForms
break; break;
case 38: case 38:
this.labelErrorCode.Text = "エラㅡ 38"; this.labelErrorCode.Text = "エラㅡ 38";
this.labelMessage1.Text = "パスワド: 620文字を入力してください"; this.labelMessage1.Text = "パスワド: 620文字を入力してください";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 39: case 39:
this.labelErrorCode.Text = "エラㅡ 39"; this.labelErrorCode.Text = "エラㅡ 39";
this.labelMessage1.Text = "パスワド: 同じ文字 (111,222,aaa...) は"; this.labelMessage1.Text = "パスワド: 同じ文字 (111,222,aaa...) は";
this.labelMessage2.Text = "3回以上使用できません"; this.labelMessage2.Text = "3回以上使用できません";
break; break;
case 40: case 40:
this.labelErrorCode.Text = "エラㅡ 40"; this.labelErrorCode.Text = "エラㅡ 40";
this.labelMessage1.Text = "パスワド: 連続する文字 (123,321,abc,cba...) は"; this.labelMessage1.Text = "パスワド: 連続する文字 (123,321,abc,cba...) は";
this.labelMessage2.Text = "使用できません"; this.labelMessage2.Text = "使用できません";
break; break;
case 41: case 41:
this.labelErrorCode.Text = "エラㅡ 41"; this.labelErrorCode.Text = "エラㅡ 41";
this.labelMessage1.Text = "パスワド: 英字、数字、特殊文字を"; this.labelMessage1.Text = "パスワド: 英字、数字、特殊文字を";
this.labelMessage2.Text = "それぞれ1文字以上含めてください"; this.labelMessage2.Text = "それぞれ1文字以上含めてください";
break; break;
case 42: case 42:
this.labelErrorCode.Text = "エラㅡ 42"; this.labelErrorCode.Text = "エラㅡ 42";
this.labelMessage1.Text = "パスワード: 以前に設定したパスワードです"; this.labelMessage1.Text = "パスワㅡド: 以前に設定したパスワㅡドです";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 43: case 43:
@ -1121,6 +1124,21 @@ namespace INT69DC_7C.DialogForms
} }
#endregion #endregion
break; break;
case DataStore.LanguageID.Japanese:
#region 일본어
switch (code)
{
case 11:
this.labelErrorCode.Text = "Error 11";
this.labelMessage1.Text = "入力センサエラㅡにより停止しました。";
break;
default:
this.labelErrorCode.Text = "Error 99";
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
break;
}
#endregion
break;
default: default:
#region 한글 #region 한글
switch (code) switch (code)
@ -1230,6 +1248,22 @@ namespace INT69DC_7C.DialogForms
} }
#endregion #endregion
break; break;
case DataStore.LanguageID.Japanese:
#region 일본어
switch (code)
{
case 1:
this.labelErrorCode.Text = "エラㅡ 01";
this.labelMessage1.Text = "入力範囲を確認してください。";
this.labelMessage2.Text = data;
break;
default:
this.labelErrorCode.Text = "エラㅡ 99";
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
break;
}
#endregion
break;
default: default:
#region 한글 #region 한글
switch (code) switch (code)
@ -1694,6 +1728,93 @@ namespace INT69DC_7C.DialogForms
} }
#endregion #endregion
break; break;
case DataStore.LanguageID.Japanese:
#region 일본어
switch (code)
{
case 1:
this.labelErrorCode.Text = "エラㅡ 04_01";
this.labelMessage1.Text = "IDが見つかりません。";
break;
case 2:
this.labelErrorCode.Text = "エラㅡ 04_02";
this.labelMessage1.Text = "ID同じIDがあります。";
break;
case 3:
this.labelErrorCode.Text = "エラㅡ 04_03";
this.labelMessage1.Text = "ID6〜20文字を入力してください。";
break;
case 4:
this.labelErrorCode.Text = "エラㅡ 04_04";
this.labelMessage1.Text = "ID6〜20文字を入力してください。";
break;
case 5:
this.labelErrorCode.Text = "エラㅡ 04_05";
this.labelMessage1.Text = "ID : 連続した文字(123,321,abc,cba...)";
this.labelMessage2.Text = "または同じ文字(111,222,aaa...)は使用できません。";
break;
case 6:
this.labelErrorCode.Text = "エラㅡ 04_06";
this.labelMessage1.Text = "ID使用できない文字が含まれています。";
break;
case 7:
this.labelErrorCode.Text = "エラㅡ 04_07";
this.labelMessage1.Text = "IDユㅡザㅡアカウントの有効期限が切れました。";
break;
case 8:
this.labelErrorCode.Text = "エラㅡ 04_08";
this.labelMessage1.Text = "PASSWORD以前のパスワㅡドです。";
break;
case 9:
this.labelErrorCode.Text = "エラㅡ 04_09";
this.labelMessage1.Text = "PASSWORD6〜20文字を入力してください。";
break;
case 10:
this.labelErrorCode.Text = "エラㅡ 04_10";
this.labelMessage1.Text = "PASSWORD6〜20文字を入力してください。";
break;
case 11:
this.labelErrorCode.Text = "エラㅡ 04_11";
this.labelMessage1.Text = "PASSWORD連続した文字123,321、abc、cba ...";
this.labelMessage2.Text = "または同じ文字111,222、aaa ...)を使用できません。";
break;
case 12:
this.labelErrorCode.Text = "エラㅡ 04_12";
this.labelMessage1.Text = "PASSWORD使用できない文字が含まれています。";
this.labelMessage2.Text = "利用可能な特殊文字 : !@#$%^&*+-.";
break;
case 13:
this.labelErrorCode.Text = "エラㅡ 04_13";
this.labelMessage1.Text = "PASSWORD英文1以上、数字1以上、";
this.labelMessage2.Text = "特殊文字1以上含めてください。";
break;
case 14:
this.labelErrorCode.Text = "エラㅡ 04_14";
this.labelMessage1.Text = "パスワㅡドを確認してください。";
break;
case 15:
this.labelErrorCode.Text = "エラㅡ 04_15";
this.labelMessage1.Text = "PASSWORDパスワㅡドが期限切れです。";
break;
case 16:
this.labelErrorCode.Text = "エラㅡ 04_16";
this.labelMessage1.Text = "";
break;
case 17:
this.labelErrorCode.Text = "エラㅡ 04_17";
this.labelMessage1.Text = "";
break;
case 18:
this.labelErrorCode.Text = "エラㅡ 04_18";
this.labelMessage1.Text = "";
break;
default:
this.labelErrorCode.Text = "エラㅡ 04_99";
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
break;
}
#endregion
break;
default: default:
break; break;
} }

View File

@ -168,17 +168,18 @@
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAlFJREFUeF7t1DERwzAA j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAlJJREFUeF7t1DERg0AA
ALFyNAAT8VAEXkqoQAqmS+4yO79KIPR6ARDNOT8AHJpzXo3uvX8AHNp7axTgOY0CJBoFSDQKkGgUINEo AEE8IgAjX0QBTQwhJGLyBTPUz7W7InYDoDqO4wvAopnn3eh5nj8AFs08NQrwnkYBEo0CJBoFSDQKkGgU
QKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYB INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA
Eo0CJBoFSDQKkGgUILkbXWt9ATi01tIowHMaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg iUYBEo0CJBoFSDQKkDyNjjEuABbNPDUK8J5GARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI
0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJ NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi
RgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0 UYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKN
CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJR AiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgU
gESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0C INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA
JBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg iUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI
0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJ NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi
RgESjQIkGgVINAqQaBQg0ShAolGARKMAyd3oGOMNwKExxtUoAI/9AU1Xk3DzlrbyAAAAAElFTkSuQmCC UYBEowCJRgESjQIkGgVINAqQaBQg0ShA8jS67/sHgEUzz7tRAF7atj9NV5Nwb7nFrAAAAABJRU5ErkJg
gg==
</value> </value>
</data> </data>
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -228,19 +229,19 @@
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
</value> </value>
</data> </data>
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -290,41 +291,42 @@
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAB+xJREFUaEPtmv1TVNcZ j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAB/5JREFUaEPtWo1TVFUU
x/OvdEI0qJk2vOwuOI3sKvISoJIQQdA4KC+SoiTYoEkaxVRQm7iJTqyxTWk65s0SayetSiJRBNMirSG8 719pNMusKb/4clIgEVEgURQFzEFQxFAUC79S0RAwZf0YSS0jG00lNBtLRUVF0VJKERYEIUKQWL5ZfPh2
qIiliFIWlrfFe727i+79dp6zu7h7z94XEDtpJ8/M95e7+9zz/ey555znnLuPNDU14f9Bjygv/K/qexCl Ufadznn7Vnd5930sYOM0npnfAPveuff3e+eec899y2uFhYXwf8ArIS8bhkxI0fl8uPnTSSg9kA01m1fD
Wr5oQOsfj6PjyCFc37UNtypKMFSyFo7CPKah4gLcqihC32tb0XXAjov1n6Kl4TSams5x95qLHgjk/Nmz w6TF0LQ4Gkwxc0U0LYrCz+Kgdv0qMO42wK2841CUfw59r8jGGggGJeTq5ctw60QuVBi2gSl+PnRPmwQ9
uPjZMVy274OjdB2m0pdBXG4yJCElAcOFq9Gzrxp///goms98yd1/NpozSNsnH7Ff15Vp5UzOVrdTl2Kg H3roAhfoDc0xc6BqWyr8cfQwXLt4gTmHXgxYSPGxH8Snaw7xYxJ1B4+mToD65AS4fSiHOZceuC3k+rkz
sgyXPqjj2jGqWYNcOH0SPburMfnMSs7Qg+p2ehL6dvwMrSc+49rV06xA2j79EMMluRBtZs7EfGq04Cdo UJWWCl0zpzBJDQaPpvlC7cZP4eapE8y51eCWkOLjR6B5cQT0+HsyiQwV2qI+gpKcfUwOStAtxLh/N3SE
rzvMta8lwyBd7x3AeHYKRBvf8LzLZoYrKwlX97zB+VCTIZCuwwcxlZnEN/iQJSQvRc/eXZyfSNIF6Tpk BaII9uRDCnxQ5lBfqMzYwuTCgi4hxn17oDvElz3pCwQXMAGqMjczOfWHphBjtgHMQfqr0VCje6oPVBlI
hyvN+Gw035pKTUSPnWC0p2lNkLb6o5jMTX3oY0JPrnQbOo68y/kzBNLScAqOjc9AXGHRHhcrzBATn4Bg jHqZVhVSnHcYuiKmvvCc0IJ5mj/uT3uZHB1QFFKUfxZMsTOhZ7KXel5MRpE+7wLn+TbeN559Dwvk5z0K
XgTRFs9/ribKS1gMwbKI/0wpmxljz6Wh9UQ951MXpHfHaxCsFogrItx4xowFgjkaUl4m3OUbIZge98OQ OC/0Y113Bj7I9tlBWM3ymFwJikKqN64Hzg9FTGYM7ACK5DxHAj83BCyJscB5vGUXQyRZ9ztA18e/CfyC
SeV3w/LMEOMXQlr/LNxFayDEL+S/o5TVgoFtZWhuPMN5VQVpO/YJXFlWCMkahpItzMCd7GT4ujshj43C WWCJmwcc/s68zxnIpX51AlwruMjkyxRSnHsMzKF+mGwqhAJQBBJ4HBYAtvIyENrbwLJiMXDvvW6/riQG
/WIJhB/+4L5ZZU7guhATBalgFXzXr0EevAmpdB3EmCj1HJLNjKm0BHT8/hDnNyJIc2Mj+l7Zqt0TIRD3 P+fGDAc+agbYau6D0NgAPHYFPfiZ6gPAqHQHeUPp99kyvgSZkGsFBVC7dhUOyhjMAScRfaV3wGFCcxNY
Or5BMOThIbgriiHELYj8mBEE5eVm4N7V7vt5N2/AXVwAIfYxPidEgs0Cx6YCXGA1mg7Ixfo/YOppjVmK khYBN24Ee5mRCPKLCIa+ynLJC/0aHoAFezFu7BtyHydw/l5gWhIF18UezZW3TMitvB+he7pKlSIyuJwe
zJijcSd7JXzf3oeYMTXm9MPEPAbRGhduhCDyMuHruaxMg2/gBtylawM/QoR2Q2C++eB3+iCXf1mj3cWJ h00B293nIhwmtLfaxYxBUn7jXHxFEbgMbVUV0t3PzVaPYuKjpYfgNF8/kJg7h75z4UyQCan4cqt6iDGx
T7Ax4evuUHqZCXno35AqihgwgyFjlkWQcjPg62xXfn0mfDf7IW1ax9qI2KOkFRb0b6/A+bNfqYO0fPkF KSds5aUSBbkJTf8Aj50uCRbFEDFMah4jYSsrke6Sm62hDvgluMxwDsXCgXlZtyYJG9ZLLrxdhBRdOI/t
horX8skhotnJXVECeXJC6SMs5PEx1jOi6XE2CUhrMnHv2hXl18LD64Vn706IlsVcb87IZsLEcyn4+uSf djR7AAlUnSzYogtdndL0bBM62sXI9GABoCLAzwuBvvv3pKsK1tsL1sxNKHqULJrPgA+lc3Yg3Djzi7KQ
1UFaj9fjdvpTfHLYjeKZOffWMshOh9JKWMgjDrg3b8Sd3KdxT6MHWbgleN/a7Z/Gk2L5dhVqr/u1Okjn myfzsHGbyB7AAXpSSMyyKgGEVpPEgG1Ciwksy2IxJ6ZDn0oERbPw0LsjzV7Gfcey53ZCSc7XykLKvtrD
rw5yCRFli2ezk/ulUvbLa4U87ICvt0d5OTymp+G110J48lEIT8VoP9qsfTP+ubtKHaTv9So+KZKoIeqZ dJIBxVB1sqyMF5+8mgnNJrBVV0l/KdiTJ9BrSAdu9DDgJo5RX9oErGB/paUoC6ndkMJ27A+aiCIzdgRY
2AVwV26CPDKitGY4ZI/HD2GKDkBY+PYiaPCF9eogt8qLuARVEYw1jk2ZEvWMa1Lp0UDI8NhrIJoWQlxm kpfgk2+RGLlvgtVqF+ExUhKBexdrzn5oXLpAWcjDxDimExMkBtcxlUyeImPukqi5YwJYDVhcPHBDnKRf
HII08nyOOoijuIBL0BUNSvMiSNQzo06lU/Wgx2n/boiJSwIQOo+TQmO5meogI+tzuARDYjDR/jEzMqy0 BKHl43BlISas5SwnVVBS4rrmKTJtrRJBHUbLKSsNK9Q7kgiN5dQP7REhykJaFoQznTQhihlpz5mWZomp
zIXsdsNbuwMCzU4EobyfAY3npGmAPD9HEJuJTbG0Yvuu6wxsApmcgLu8EKJaBWBA4zmp6iDDG/O4BEOi sgkWC/Smb8Q+C6sTiWCNqYGO8CAVIRgulpMmsCRSiaUd21ajkdhoVLotiTHQo9QB6EBH+FRlIc2xc5lO
xY4Wya5vlZ5VQx4ahLSlCKIlek4wY6sz1EEGX9jAJWgqUDtJuenw9egsdhGCpm6CYTUWgzE+TpzrstVB mqDNjjZJ412JqrYJTY3AL8ec9MJNcwBi2ucEKwtpXLqQ6aQIXNfUdvAR07Dt0NjsGEalm8SIPZYoRn+e
bmyr4BJUFSjF7+Rplx164S80iyDEBWCMDHqbGY7SAnWQy++8ySdFUrAUp54IqWIjhTw9DVm4rbwcFrJz tM4PUxbyYHUS04kJSk6xd1JvO7TM3miimHGSGD1Jj/uIKT5KWUjFru1sx/6gSFArTpFw6mJZJmB1ErhH
xN8zPwpsAQzoXz+vVAdpO/YxhGSduTz4OOVnwXelS+kpPO5Ow7NnJ6u5ZKf2bEbljFRZCiHWyARgRudh 0l9sE1pb7JF5XzoC6MDfnycrCynOPYpnEI1a7lhOkaFgu2eUqCjY0ydgzdgk9lxCq3o1o3aGT47HZaan
uzrIhdOnMJqfHSHxvoTEJZDW58DXe1XphQvv/hr/VjZugb8201k0faMjbHEVEhdrwkxmJOFvJ46rgzSd AHhC2T6DspDr585CW2QYw/E5OKz7PJZpW3WlREHZerO22o+yWJ3E3kxj07S1YWSwhHM+WJZVxHQF+8Lv
O4frNdUQl6vfhIy5yzewHaFqUE/YawOL3ZP+CoAtmlRoavSM1wNP9XZ/9asBcvPFMjSfCd/ycvuRf3x4 p04qCym8cgVqtqbizcqDEDFL4kLxRKhoFAlsO+yb3Wh7ByBumtRoqkSm1wrW1DX27ldFSMMKPPJedD3y
VPvxooLRtJD9wj5nhBqLzLy9x79/D13sAuUM65mJCIWmJMGzr5pV1qJVu/rteI/f7nIg9Hrg1k8LtWcP ugpB/HnksPrywgk4bCnoCdtwbcuMyOzMsJ/fnTc7qZ0RI9PJaDR5Hqzb8CGSn59691u6X37clQmhrwce
WgBjotgeXR4NgfG44SUI2lBFKjtscRAJhnpmPKRHJQne2tfZPYWkOD4vRM6CbHz9l8/1QUiX6t7HVJre foKblVr1oA0Qk53O6AIuh2dmxR2bRNCBitV2+GMHQGIoMh1OEUURvekbxDE5X7xHZe7WqDC48etpF84E
vsQEMeZRf/VLMHfvBkrxKPVSPFA10+zkqdrs7xnJDe/eagixUf59SKQ8eqRZm/HoPvAW51cV5PzZRvRX mRDC7ZyDeNDXOpcgxgyzd78k5ulTqRVHMkqtOH1GEcXqZE1ZZo8Mj+IzUzFaw+3nEAURHP1E3/LdO2R8
b4a4PIG7Ybji2R6bHhfPm7+ASKX4MjKj8WgGYWgLULUZnjdeYeuRFgSJTnSGNuSjpaGB86sKQmo9cQwT CUwhVy8XQF3qMhzAWzagK5CUlMjW7V/gssBWfBKRUVmaDjF0BEAx1i1rxf1ITQSB3ug0LYyEovx8GV8C
WSna44VEg3LpEv8+22gpHtwCJCxhh3R6EPSZK8OKS7/9DedTF4TU+bYdLnoLpXW+RSIYtT22liiPxo3y Uwjh5qlc6AwN1C7HlJQTMKnpnK23FSfClDPe6OeNia0hgq6Zg/3g9rffMLkSFIUQynYawEzfQqm93yKQ
ukJCSiKu1lSzWVXp0RAIJfbufBXCykTu5v8tCcvj0b+9kr3m4/wZBgmodxfB6I2XhyCbGYNVhWj+qpHz GOqAWdfUQH6UN6xrTuACfaASqylVVRZPgqoQcqzetA64KT7MCf4LcLh869Yki1/zMTlKUBcioXozidHK
pJQhENK12mpM6Z2wzKOE5AT0v7xF9axXKcMgpK6DdkzkpM6q3J61aGBnWdGzx9gLnqBmBUKiV8kDdPDG lxcA7KkaU2Lg2qUCJi9n6BJCuJ+eCt1ab1iGEFyAN9R9tlzxXW9/6BZCMO4xQCceaNxpt90GJXaoH1Rl
ptF5BKJi1GZiB4TtdUe4dvU0axASdXfXu3YMF68OGFGviwzJZsJo/ipc2b8XF06d5NozojmBBEXHlu3v 6PuCxwG3hBDoq+R6evFGVQZDzyQzEOB4HO5N9IKwJOcAc241uC2EQOE27jVA86I5EhHlvkgXUEBb5Ay4
H8HAy1vgyrLxBtUUWDOm0n6MwfIidB56B3/9/E/c/WejBwIJinqIjFAx1/fqVvbXDefabHbSMbEqmWn8 l5UJ18+eYc6phQEJcYBeW5YcPAD1uJbNof5skixIe0Z30AfQmBgHZdm74LfTPzPn0ItBCXGAIkREqJmr
2RSMrsmCoygfN14qQ/eB/eyI9kH/8RDUvIB8F/Q9yHdN/wESLai30H4vlwAAAABJRU5ErkJggg== XbdK/NeN1ugw8U1H54wAER2zAqFtXiiY4iLhwcoEbDWyxFe0g/2PBweGRMjLgFdCXi4Uwr8SLai3ADJT
0AAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -374,32 +376,32 @@
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
SUVORK5CYII= I7XUjmJKTC9SKs7LYgNlWkRmA89FZhvPiIgZ/wKOQc+G8WKypwAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -449,41 +451,41 @@
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
IP8HtFPN//2XDj4AAAAASUVORK5CYII= AAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">

View File

@ -99,6 +99,13 @@ namespace INT69DC_7C.DialogForms
this.buttonCancel.Text = "X"; this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Enter"; this.buttonEnter.Text = "Enter";
} }
else if (language == DataStore.LanguageID.Japanese)
{
this.label1.Text = "キㅡパッド";
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "入力";
}
else else
{ {

View File

@ -113,12 +113,19 @@ namespace INT69DC_7C.DialogForms
this.buttonCancel.Text = "X"; this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Enter"; this.buttonEnter.Text = "Enter";
} }
else if (language == DataStore.LanguageID.Japanese)
{
this.labelSubject.Text = "キㅡパッド";
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "入力";
}
else else
{ {
} }
} }
private void InitializeContnrol() private void InitializeControl()
{ {
int x = 0, y = 0; int x = 0, y = 0;
@ -139,7 +146,7 @@ namespace INT69DC_7C.DialogForms
{ {
base.OnLoad(e); base.OnLoad(e);
this.InitializeContnrol(); this.InitializeControl();
} }
#endregion #endregion

View File

@ -74,10 +74,13 @@ namespace INT69DC_7C.DialogForms
#region Event Handler #region Event Handler
private void textBox_KeyPress(object sender, KeyPressEventArgs e) private void textBox_KeyPress(object sender, KeyPressEventArgs e)
{ {
//if (e.KeyChar == '\r') if (e.KeyChar == '<' || e.KeyChar == '>' || e.KeyChar == '|' || e.KeyChar == '"' || e.KeyChar == '?'
// this.KeyActionEnter(); || e.KeyChar == ':' || e.KeyChar == '/' || e.KeyChar == '\\' || e.KeyChar == ',' || e.KeyChar == ';'
//else if (e.KeyChar == 27) || e.KeyChar == '`' || e.KeyChar == '=' || e.KeyChar == '(' || e.KeyChar == ')' || e.KeyChar == '{' || e.KeyChar == '}'
// this.KeyActionEsc(); || e.KeyChar == '~' || e.KeyChar == '_' || e.KeyChar == '[' || e.KeyChar == ']' || e.KeyChar == '\'')
{
e.Handled = true;
}
} }
private void smartKeyboard_OnXKeyClick(object sender, EventArgs e) private void smartKeyboard_OnXKeyClick(object sender, EventArgs e)

View File

@ -45,7 +45,7 @@
// buttonNo // buttonNo
// //
this.buttonNo.BackColor = System.Drawing.Color.WhiteSmoke; this.buttonNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.buttonNo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonNo.ForeColor = System.Drawing.Color.Black; this.buttonNo.ForeColor = System.Drawing.Color.Black;
this.buttonNo.Location = new System.Drawing.Point(335, 135); this.buttonNo.Location = new System.Drawing.Point(335, 135);
this.buttonNo.Name = "buttonNo"; this.buttonNo.Name = "buttonNo";
@ -58,7 +58,7 @@
// buttonYes // buttonYes
// //
this.buttonYes.BackColor = System.Drawing.Color.WhiteSmoke; this.buttonYes.BackColor = System.Drawing.Color.WhiteSmoke;
this.buttonYes.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonYes.ForeColor = System.Drawing.Color.Black; this.buttonYes.ForeColor = System.Drawing.Color.Black;
this.buttonYes.Location = new System.Drawing.Point(229, 135); this.buttonYes.Location = new System.Drawing.Point(229, 135);
this.buttonYes.Name = "buttonYes"; this.buttonYes.Name = "buttonYes";
@ -75,7 +75,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("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(78, 90); this.labelMessage2.Location = new System.Drawing.Point(78, 90);
@ -109,7 +109,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("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(78, 60); this.labelMessage1.Location = new System.Drawing.Point(78, 60);
@ -164,6 +164,7 @@
this.labelErrorCode.BackPictureBox2 = null; this.labelErrorCode.BackPictureBox2 = null;
this.labelErrorCode.BorderColor = System.Drawing.Color.Black; this.labelErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelErrorCode.InitVisible = true; this.labelErrorCode.InitVisible = true;
this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.LineSpacing = 0F;
this.labelErrorCode.Location = new System.Drawing.Point(12, 0); this.labelErrorCode.Location = new System.Drawing.Point(12, 0);

View File

@ -431,16 +431,16 @@ namespace INT69DC_7C.DialogForms
this.labelMessage1.Text = "このユㅡザㅡを削除しますか?"; this.labelMessage1.Text = "このユㅡザㅡを削除しますか?";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "イサネット"; this.labelErrorCode.Text = "イサネット";
this.labelMessage1.Text = "ロカル IP アドレスを静的に設定しますか?"; this.labelMessage1.Text = "ロカル IP アドレスを静的に設定しますか?";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "イサネット"; this.labelErrorCode.Text = "イサネット";
this.labelMessage1.Text = "ロカル IP アドレスを DHCP に設定しますか?"; this.labelMessage1.Text = "ロカル IP アドレスを DHCP に設定しますか?";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "ログイン"; this.labelErrorCode.Text = "ログイン";
this.labelMessage1.Text = "パスワドをリセットしますか?"; this.labelMessage1.Text = "パスワドをリセットしますか?";
break; break;
default: default:
break; break;
@ -522,6 +522,26 @@ namespace INT69DC_7C.DialogForms
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
break; break;
case DataStore.LanguageID.Japanese:
switch (ok)
{
case 2:
this.labelErrorCode.Text = "ログイン";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "パスワㅡドが期限切れです。";
else
this.labelMessage1.Text = string.Format("パスワㅡドの有効期限{0}日前です", msg);
this.labelMessage2.Text = "パスワㅡドを変更しますか?";
break;
case 31:
this.labelErrorCode.Text = "ファイル";
this.labelMessage1.Text = string.Format("ファイル {0} は既に存在します。", msg);
this.labelMessage2.Text = "交換してもよろしいですか?";
break;
default:
break;
}
break;
default: default:
break; break;
} }

View File

@ -165,17 +165,18 @@
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
gg==
</value> </value>
</data> </data>
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -225,19 +226,19 @@
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
</value> </value>
</data> </data>
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -287,41 +288,42 @@
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
0AAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -371,32 +373,32 @@
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
SUVORK5CYII= I7XUjmJKTC9SKs7LYgNlWkRmA89FZhvPiIgZ/wKOQc+G8WKypwAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -446,41 +448,41 @@
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
IP8HtFPN//2XDj4AAAAASUVORK5CYII= AAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">

View File

@ -124,6 +124,24 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "キャリブレㅡション";
this.buttonStart.Text = "スタㅡト";
this.buttonBalance.Text = "分銅";
this.buttonCancel.Text = "キャンセル";
this.groupBoxSetting.Text = "設定";
this.groupBoxHelp.Text = "ヘルプ";
this.labelStaticBalanceWeight.Text = "バランス重量";
this.labelStaticMaxWeight.Text = "最大重量";
this.labelStaticDigit.Text = "目量";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {
@ -205,6 +223,12 @@ namespace INT69DC_7C.Forms
this.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.listBoxHelp.Items.Add("キャリブレㅡション");
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {
@ -276,6 +300,12 @@ namespace INT69DC_7C.Forms
this.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der"); this.listBoxHelp.Items.Add("Drücken Sie nach der Auswahl der");
this.listBoxHelp.Items.Add("Zeile die Taste [Start]."); this.listBoxHelp.Items.Add("Zeile die Taste [Start].");
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.listBoxHelp.Items.Add("キャリブレㅡション");
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
}
else else
{ {

View File

@ -54,7 +54,7 @@ namespace INT69DC_7C.Forms
this.labelTitle.Text = "Communication"; this.labelTitle.Text = "Communication";
this.labelStaticTcpOperationMode.Text = "Operation mode"; this.labelStaticTcpOperationMode.Text = "Operation mode";
this.labelStaticTcpMode.Text = "mode"; this.labelStaticTcpMode.Text = "Mode";
this.labelStaticSerialBaudrate.Text = "Baudrate"; this.labelStaticSerialBaudrate.Text = "Baudrate";
this.labelStaticSerialMode.Text = "Mode"; this.labelStaticSerialMode.Text = "Mode";
this.labelHelp.Text = "When IP configuration is changed, it is normally connected after rebooting."; this.labelHelp.Text = "When IP configuration is changed, it is normally connected after rebooting.";
@ -137,6 +137,28 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "通信設定";
this.labelStaticTcpOperationMode.Text = "動作モㅡド";
this.labelStaticTcpMode.Text = "モㅡド";
this.labelStaticSerialBaudrate.Text = "ボㅡレㅡト";
this.labelStaticSerialMode.Text = "モㅡド";
this.labelHelp.Text = "※ IP Configurationの変更時には、再起動後に正常に接続されます。";
this.buttonTcpSave1.Text = "保存";
this.buttonTcpSave2.Text = "保存";
this.buttonSerialSave.Text = "保存";
this.buttonStart.Text = "スタㅡト";
this.buttonStop.Text = "ストップ";
this.buttonSend.Text = "送信";
this.buttonSerialSend.Text = "送信";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -72,7 +72,7 @@ namespace INT69DC_7C.Forms
this.labelStaticRelayOnTime.Text = "Relay ON time"; this.labelStaticRelayOnTime.Text = "Relay ON time";
this.labelStaticBypass.Text = "Bypass"; this.labelStaticBypass.Text = "Bypass";
this.groupBoxCount.Text = "counter"; this.groupBoxCount.Text = "Counter";
this.labelStaticATPC.Text = "Pass alarm"; this.labelStaticATPC.Text = "Pass alarm";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable));
@ -259,6 +259,51 @@ namespace INT69DC_7C.Forms
new Bitmap(images.GetImage(ImageDll.ButtonImages.gerDisable)); new Bitmap(images.GetImage(ImageDll.ButtonImages.gerDisable));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "構成";
this.groupBoxAutoZero.Text = "自動ゼロ";
this.labelStaticTime.Text = "時間";
this.labelStaticRange.Text = "範囲";
this.labelStaticVariable.Text = "変化";
this.labelStaticMode.Text = "モㅡド";
this.groupBoxOption.Text = "オプション";
this.labelStaticDoubleEntry.Text = "二重進入";
this.labelStaticChattering.Text = "チャタリング";
this.labelStaticDecimalPoint.Text = "小数点";
this.labelStaticAlarmContinuousNG.Text = "連続不良";
this.labelStaticBuzzerOnTime.Text = "ブザㅡON時間";
this.labelStaticRelayOnTime.Text = "リレㅡON時間";
this.groupBoxBypass.Text = "バイパス";
this.labelTitleLine1.Text = "列1";
this.labelTitleLine2.Text = "列2";
this.labelTitleLine3.Text = "列3";
this.labelTitleLine4.Text = "列4";
this.labelTitleLine5.Text = "列5";
this.labelTitleLine6.Text = "列6";
this.labelTitleLine7.Text = "列7";
this.labelTitleLine8.Text = "列8";
this.labelTitleLine9.Text = "列9";
this.labelTitleLine10.Text = "列10";
this.labelTitleLine11.Text = "列11";
this.labelTitleLine12.Text = "列12";
this.labelStaticBypass.Text = "バイパス";
this.buttonSaveBypass.Text = "保存";
this.groupBoxCount.Text = "カウンタ";
this.labelStaticATPC.Text = "パスアラㅡム";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {
@ -305,6 +350,11 @@ namespace INT69DC_7C.Forms
this.comboBoxZeroParameterMode.Items.Add("Modus1"); this.comboBoxZeroParameterMode.Items.Add("Modus1");
this.comboBoxZeroParameterMode.Items.Add("Modus2"); this.comboBoxZeroParameterMode.Items.Add("Modus2");
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.comboBoxZeroParameterMode.Items.Add("モㅡド1");
this.comboBoxZeroParameterMode.Items.Add("モㅡド2");
}
else else
{ {
this.comboBoxZeroParameterMode.Items.Add("Mode1"); this.comboBoxZeroParameterMode.Items.Add("Mode1");

View File

@ -124,6 +124,26 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタバックアップ";
this.radioButtonEnable.Text = "使用";
this.radioButtonDisable.Text = "未使用";
this.labelStaticBackupEnable.Text = "バックアップ機能";
this.labelStaticSaveFile.Text = "ファイル";
this.labelStaticWarning1.Text = "※ 注意";
this.labelStaticWarning2.Text = "システム内のデㅡタは削除されるUSBメモリにデㅡタをバックアップする場合";
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown));
this.buttonBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -32,11 +32,11 @@
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.labelTitle = new SmartX.SmartLabel(); this.labelTitle = new SmartX.SmartLabel();
this.buttonBack = new SmartX.SmartButton(); this.buttonBack = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.groupBoxInspection = new SmartX.SmartGroupBox();
this.treeViewInspection = new System.Windows.Forms.TreeView(); this.treeViewInspection = new System.Windows.Forms.TreeView();
this.buttonInspectionBackup = new SmartX.SmartButton(); this.buttonInspectionBackup = new SmartX.SmartButton();
this.labelInspectionFileCount = new SmartX.SmartLabel(); this.labelInspectionFileCount = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.groupBoxHistory = new SmartX.SmartGroupBox();
this.treeViewHistory = new System.Windows.Forms.TreeView(); this.treeViewHistory = new System.Windows.Forms.TreeView();
this.buttonHistoryBackup = new SmartX.SmartButton(); this.buttonHistoryBackup = new SmartX.SmartButton();
this.labelHistoryFileCount = new SmartX.SmartLabel(); this.labelHistoryFileCount = new SmartX.SmartLabel();
@ -44,14 +44,14 @@
this.labelPercentage = new SmartX.SmartLabel(); this.labelPercentage = new SmartX.SmartLabel();
this.timerEncryption = new System.Windows.Forms.Timer(); this.timerEncryption = new System.Windows.Forms.Timer();
this.timerFileCopy = new System.Windows.Forms.Timer(); this.timerFileCopy = new System.Windows.Forms.Timer();
this.smartGroupBox3 = new SmartX.SmartGroupBox(); this.groupBoxOther = new SmartX.SmartGroupBox();
this.listBoxOther = new System.Windows.Forms.ListBox(); this.listBoxOther = new System.Windows.Forms.ListBox();
this.buttonOtherBackup = new SmartX.SmartButton(); this.buttonOtherBackup = new SmartX.SmartButton();
this.labelOtherFileCount = new SmartX.SmartLabel(); this.labelOtherFileCount = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.groupBoxInspection.SuspendLayout();
this.smartGroupBox2.SuspendLayout(); this.groupBoxHistory.SuspendLayout();
this.smartGroupBox3.SuspendLayout(); this.groupBoxOther.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -119,31 +119,32 @@
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage"))); this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click); this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
// //
// smartGroupBox1 // groupBoxInspection
// //
this.smartGroupBox1.BackPictureBox = null; this.groupBoxInspection.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.groupBoxInspection.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.treeViewInspection); this.groupBoxInspection.Controls.Add(this.treeViewInspection);
this.smartGroupBox1.Controls.Add(this.buttonInspectionBackup); this.groupBoxInspection.Controls.Add(this.buttonInspectionBackup);
this.smartGroupBox1.Controls.Add(this.labelInspectionFileCount); this.groupBoxInspection.Controls.Add(this.labelInspectionFileCount);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.groupBoxInspection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxInspection.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInspection.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1; this.groupBoxInspection.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxInspection.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox1.Image = null; this.groupBoxInspection.Image = null;
this.smartGroupBox1.InitVisible = true; this.groupBoxInspection.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 73); this.groupBoxInspection.Location = new System.Drawing.Point(0, 73);
this.smartGroupBox1.Name = "smartGroupBox1"; this.groupBoxInspection.Name = "groupBoxInspection";
this.smartGroupBox1.RoundRadius = 5; this.groupBoxInspection.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(341, 587); this.groupBoxInspection.Size = new System.Drawing.Size(341, 587);
this.smartGroupBox1.TabIndex = 3; this.groupBoxInspection.TabIndex = 3;
this.smartGroupBox1.Text = "Inspection"; this.groupBoxInspection.Text = "Inspection";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.groupBoxInspection.TextColor = System.Drawing.Color.Black;
// //
// treeViewInspection // treeViewInspection
// //
this.treeViewInspection.CheckBoxes = true; this.treeViewInspection.CheckBoxes = true;
this.treeViewInspection.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.treeViewInspection.Location = new System.Drawing.Point(19, 82); this.treeViewInspection.Location = new System.Drawing.Point(19, 82);
this.treeViewInspection.Name = "treeViewInspection"; this.treeViewInspection.Name = "treeViewInspection";
this.treeViewInspection.Size = new System.Drawing.Size(300, 485); this.treeViewInspection.Size = new System.Drawing.Size(300, 485);
@ -200,31 +201,32 @@
this.labelInspectionFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInspectionFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInspectionFileCount.Wordwrap = false; this.labelInspectionFileCount.Wordwrap = false;
// //
// smartGroupBox2 // groupBoxHistory
// //
this.smartGroupBox2.BackPictureBox = null; this.groupBoxHistory.BackPictureBox = null;
this.smartGroupBox2.BackPictureBox1 = null; this.groupBoxHistory.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.treeViewHistory); this.groupBoxHistory.Controls.Add(this.treeViewHistory);
this.smartGroupBox2.Controls.Add(this.buttonHistoryBackup); this.groupBoxHistory.Controls.Add(this.buttonHistoryBackup);
this.smartGroupBox2.Controls.Add(this.labelHistoryFileCount); this.groupBoxHistory.Controls.Add(this.labelHistoryFileCount);
this.smartGroupBox2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.groupBoxHistory.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxHistory.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxHistory.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1; this.groupBoxHistory.FrameLineThickness = 1;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxHistory.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox2.Image = null; this.groupBoxHistory.Image = null;
this.smartGroupBox2.InitVisible = true; this.groupBoxHistory.InitVisible = true;
this.smartGroupBox2.Location = new System.Drawing.Point(341, 73); this.groupBoxHistory.Location = new System.Drawing.Point(341, 73);
this.smartGroupBox2.Name = "smartGroupBox2"; this.groupBoxHistory.Name = "groupBoxHistory";
this.smartGroupBox2.RoundRadius = 5; this.groupBoxHistory.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(342, 587); this.groupBoxHistory.Size = new System.Drawing.Size(342, 587);
this.smartGroupBox2.TabIndex = 4; this.groupBoxHistory.TabIndex = 4;
this.smartGroupBox2.Text = "History"; this.groupBoxHistory.Text = "History";
this.smartGroupBox2.TextColor = System.Drawing.Color.Black; this.groupBoxHistory.TextColor = System.Drawing.Color.Black;
// //
// treeViewHistory // treeViewHistory
// //
this.treeViewHistory.CheckBoxes = true; this.treeViewHistory.CheckBoxes = true;
this.treeViewHistory.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.treeViewHistory.Location = new System.Drawing.Point(19, 82); this.treeViewHistory.Location = new System.Drawing.Point(19, 82);
this.treeViewHistory.Name = "treeViewHistory"; this.treeViewHistory.Name = "treeViewHistory";
this.treeViewHistory.Size = new System.Drawing.Size(300, 485); this.treeViewHistory.Size = new System.Drawing.Size(300, 485);
@ -325,33 +327,34 @@
// //
this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick); this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick);
// //
// smartGroupBox3 // groupBoxOther
// //
this.smartGroupBox3.BackPictureBox = null; this.groupBoxOther.BackPictureBox = null;
this.smartGroupBox3.BackPictureBox1 = null; this.groupBoxOther.BackPictureBox1 = null;
this.smartGroupBox3.Controls.Add(this.listBoxOther); this.groupBoxOther.Controls.Add(this.listBoxOther);
this.smartGroupBox3.Controls.Add(this.buttonOtherBackup); this.groupBoxOther.Controls.Add(this.buttonOtherBackup);
this.smartGroupBox3.Controls.Add(this.labelOtherFileCount); this.groupBoxOther.Controls.Add(this.labelOtherFileCount);
this.smartGroupBox3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.groupBoxOther.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxOther.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxOther.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineThickness = 1; this.groupBoxOther.FrameLineThickness = 1;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxOther.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox3.Image = null; this.groupBoxOther.Image = null;
this.smartGroupBox3.InitVisible = true; this.groupBoxOther.InitVisible = true;
this.smartGroupBox3.Location = new System.Drawing.Point(683, 73); this.groupBoxOther.Location = new System.Drawing.Point(683, 73);
this.smartGroupBox3.Name = "smartGroupBox3"; this.groupBoxOther.Name = "groupBoxOther";
this.smartGroupBox3.RoundRadius = 5; this.groupBoxOther.RoundRadius = 5;
this.smartGroupBox3.Size = new System.Drawing.Size(341, 587); this.groupBoxOther.Size = new System.Drawing.Size(341, 587);
this.smartGroupBox3.TabIndex = 5; this.groupBoxOther.TabIndex = 5;
this.smartGroupBox3.Text = "Other"; this.groupBoxOther.Text = "Other";
this.smartGroupBox3.TextColor = System.Drawing.Color.Black; this.groupBoxOther.TextColor = System.Drawing.Color.Black;
// //
// listBoxOther // listBoxOther
// //
this.listBoxOther.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
this.listBoxOther.Location = new System.Drawing.Point(19, 82); this.listBoxOther.Location = new System.Drawing.Point(19, 82);
this.listBoxOther.Name = "listBoxOther"; this.listBoxOther.Name = "listBoxOther";
this.listBoxOther.Size = new System.Drawing.Size(300, 482); this.listBoxOther.Size = new System.Drawing.Size(300, 477);
this.listBoxOther.TabIndex = 25; this.listBoxOther.TabIndex = 25;
// //
// buttonOtherBackup // buttonOtherBackup
@ -410,20 +413,20 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true; this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768); this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.smartGroupBox3); this.Controls.Add(this.groupBoxOther);
this.Controls.Add(this.labelPercentage); this.Controls.Add(this.labelPercentage);
this.Controls.Add(this.labelFileName); this.Controls.Add(this.labelFileName);
this.Controls.Add(this.smartGroupBox2); this.Controls.Add(this.groupBoxHistory);
this.Controls.Add(this.smartGroupBox1); this.Controls.Add(this.groupBoxInspection);
this.Controls.Add(this.buttonBack); this.Controls.Add(this.buttonBack);
this.Controls.Add(this.labelTitle); this.Controls.Add(this.labelTitle);
this.Controls.Add(this.smartForm1); this.Controls.Add(this.smartForm1);
this.Name = "FormDataBackup_Part11"; this.Name = "FormDataBackup_Part11";
this.Text = "FormDataBackup_Part11"; this.Text = "FormDataBackup_Part11";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.smartGroupBox1.ResumeLayout(false); this.groupBoxInspection.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false); this.groupBoxHistory.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false); this.groupBoxOther.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -433,8 +436,8 @@
private SmartX.SmartForm smartForm1; private SmartX.SmartForm smartForm1;
private SmartX.SmartLabel labelTitle; private SmartX.SmartLabel labelTitle;
private SmartX.SmartButton buttonBack; private SmartX.SmartButton buttonBack;
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox groupBoxInspection;
private SmartX.SmartGroupBox smartGroupBox2; private SmartX.SmartGroupBox groupBoxHistory;
private SmartX.SmartLabel labelInspectionFileCount; private SmartX.SmartLabel labelInspectionFileCount;
private SmartX.SmartButton buttonInspectionBackup; private SmartX.SmartButton buttonInspectionBackup;
private SmartX.SmartLabel labelHistoryFileCount; private SmartX.SmartLabel labelHistoryFileCount;
@ -445,7 +448,7 @@
private SmartX.SmartLabel labelPercentage; private SmartX.SmartLabel labelPercentage;
private System.Windows.Forms.Timer timerEncryption; private System.Windows.Forms.Timer timerEncryption;
private System.Windows.Forms.Timer timerFileCopy; private System.Windows.Forms.Timer timerFileCopy;
private SmartX.SmartGroupBox smartGroupBox3; private SmartX.SmartGroupBox groupBoxOther;
private SmartX.SmartButton buttonOtherBackup; private SmartX.SmartButton buttonOtherBackup;
private SmartX.SmartLabel labelOtherFileCount; private SmartX.SmartLabel labelOtherFileCount;
private System.Windows.Forms.ListBox listBoxOther; private System.Windows.Forms.ListBox listBoxOther;

View File

@ -92,6 +92,18 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタバックアップ";
this.groupBoxInspection.Text = "判定ログ";
this.groupBoxHistory.Text = "履歴ログ";
this.groupBoxOther.Text = "その他";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -121,7 +121,7 @@ namespace INT69DC_7C.Forms
this.labelTitleTotalCnt.Text = "전체수량[ea]"; this.labelTitleTotalCnt.Text = "전체수량[ea]";
this.labelTitleTotalNgCnt.Text = "전체불량[ea]"; this.labelTitleTotalNgCnt.Text = "전체불량[ea]";
this.labelTitleExngCnt.Font = new Font("New Gulim", 9F, FontStyle.Bold); this.labelTitleExngCnt.Font = new Font("새굴림", 9F, FontStyle.Bold);
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
@ -199,6 +199,26 @@ namespace INT69DC_7C.Forms
this.buttonPrinter.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engPrintDown)); this.buttonPrinter.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engPrintDown));
this.buttonPrinter.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engPrintUp)); this.buttonPrinter.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engPrintUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタ統計";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupUp));
this.buttonFileSelect.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectDisable));
this.buttonFileSelect.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectDown));
this.buttonFileSelect.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
this.buttonPrinter.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPrintDisable));
this.buttonPrinter.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPrintDown));
this.buttonPrinter.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPrintUp));
}
else else
{ {

View File

@ -643,6 +643,7 @@
this.smartLabel8.BackPictureBox2 = null; this.smartLabel8.BackPictureBox2 = null;
this.smartLabel8.BorderColor = System.Drawing.Color.Black; this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel8.ForeColor = System.Drawing.Color.White; this.smartLabel8.ForeColor = System.Drawing.Color.White;
this.smartLabel8.InitVisible = true; this.smartLabel8.InitVisible = true;
this.smartLabel8.LineSpacing = 0F; this.smartLabel8.LineSpacing = 0F;
@ -663,6 +664,7 @@
this.smartLabel7.BackPictureBox2 = null; this.smartLabel7.BackPictureBox2 = null;
this.smartLabel7.BorderColor = System.Drawing.Color.Black; this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel7.ForeColor = System.Drawing.Color.White; this.smartLabel7.ForeColor = System.Drawing.Color.White;
this.smartLabel7.InitVisible = true; this.smartLabel7.InitVisible = true;
this.smartLabel7.LineSpacing = 0F; this.smartLabel7.LineSpacing = 0F;
@ -683,6 +685,7 @@
this.smartLabel6.BackPictureBox2 = null; this.smartLabel6.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel6.ForeColor = System.Drawing.Color.White; this.smartLabel6.ForeColor = System.Drawing.Color.White;
this.smartLabel6.InitVisible = true; this.smartLabel6.InitVisible = true;
this.smartLabel6.LineSpacing = 0F; this.smartLabel6.LineSpacing = 0F;
@ -703,6 +706,7 @@
this.smartLabel5.BackPictureBox2 = null; this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel5.ForeColor = System.Drawing.Color.White; this.smartLabel5.ForeColor = System.Drawing.Color.White;
this.smartLabel5.InitVisible = true; this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F; this.smartLabel5.LineSpacing = 0F;
@ -723,6 +727,7 @@
this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel4.ForeColor = System.Drawing.Color.White; this.smartLabel4.ForeColor = System.Drawing.Color.White;
this.smartLabel4.InitVisible = true; this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; this.smartLabel4.LineSpacing = 0F;
@ -743,6 +748,7 @@
this.smartLabel3.BackPictureBox2 = null; this.smartLabel3.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.smartLabel3.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel3.ForeColor = System.Drawing.Color.White; this.smartLabel3.ForeColor = System.Drawing.Color.White;
this.smartLabel3.InitVisible = true; this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.smartLabel3.LineSpacing = 0F;
@ -763,6 +769,7 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel2.ForeColor = System.Drawing.Color.White; this.smartLabel2.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;

View File

@ -143,6 +143,23 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタビュㅡア";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonFilter.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFilterDisable));
this.buttonFilter.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFilterDown));
this.buttonFilter.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFilterUp));
this.buttonFileSelect.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectDisable));
this.buttonFileSelect.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectDown));
this.buttonFileSelect.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFileSelectUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -33,18 +33,18 @@
this.groupBoxSpecialMenu = new SmartX.SmartGroupBox(); this.groupBoxSpecialMenu = new SmartX.SmartGroupBox();
this.buttonSerialDLL = new SmartX.SmartButton(); this.buttonSerialDLL = new SmartX.SmartButton();
this.labelStaticSerialDll = new SmartX.SmartLabel(); this.labelStaticSerialDll = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel(); this.labelTitleCautionLogin = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel(); this.labelTitleMonths = new SmartX.SmartLabel();
this.labelDataStoragePeriod = new SmartX.SmartLabel(); this.labelDataStoragePeriod = new SmartX.SmartLabel();
this.labelStaticDataStoragePeriod = new SmartX.SmartLabel(); this.labelStaticDataStoragePeriod = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel(); this.labelTitleCautionIntegratedTransmission = new SmartX.SmartLabel();
this.buttonIntegratedTransmission = new SmartX.SmartButton(); this.buttonIntegratedTransmission = new SmartX.SmartButton();
this.labelStaticIntegratedTransmission = new SmartX.SmartLabel(); this.labelStaticIntegratedTransmission = new SmartX.SmartLabel();
this.comboBoxStepMotorType = new System.Windows.Forms.ComboBox(); this.comboBoxStepMotorType = new System.Windows.Forms.ComboBox();
this.labelTitleStepMotorType = new SmartX.SmartLabel(); this.labelTitleStepMotorType = new SmartX.SmartLabel();
this.buttonLogin = new SmartX.SmartButton(); this.buttonLogin = new SmartX.SmartButton();
this.labelStaticLogin = new SmartX.SmartLabel(); this.labelStaticLogin = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.labelTitleCautionIndividualTransmission = new SmartX.SmartLabel();
this.buttonIndividualTransmission = new SmartX.SmartButton(); this.buttonIndividualTransmission = new SmartX.SmartButton();
this.labelStaticIndividualTransmission = new SmartX.SmartLabel(); this.labelStaticIndividualTransmission = new SmartX.SmartLabel();
this.buttonEmergencyStopEntrySensorError = new SmartX.SmartButton(); this.buttonEmergencyStopEntrySensorError = new SmartX.SmartButton();
@ -53,6 +53,7 @@
this.comboBoxInputSensorSelect = new System.Windows.Forms.ComboBox(); this.comboBoxInputSensorSelect = new System.Windows.Forms.ComboBox();
this.buttonSave = new SmartX.SmartButton(); this.buttonSave = new SmartX.SmartButton();
this.panel7 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel();
this.radioButtonLanguageJapanese = new System.Windows.Forms.RadioButton();
this.radioButtonLanguageGerman = new System.Windows.Forms.RadioButton(); this.radioButtonLanguageGerman = new System.Windows.Forms.RadioButton();
this.radioButtonLanguageCzech = new System.Windows.Forms.RadioButton(); this.radioButtonLanguageCzech = new System.Windows.Forms.RadioButton();
this.radioButtonLanguageChinese = new System.Windows.Forms.RadioButton(); this.radioButtonLanguageChinese = new System.Windows.Forms.RadioButton();
@ -63,8 +64,8 @@
this.radioButtonWeightViewForward = new System.Windows.Forms.RadioButton(); this.radioButtonWeightViewForward = new System.Windows.Forms.RadioButton();
this.labelStaticInputSensorSelect = new SmartX.SmartLabel(); this.labelStaticInputSensorSelect = new SmartX.SmartLabel();
this.labelBuadrateWarning2 = new SmartX.SmartLabel(); this.labelBuadrateWarning2 = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel(); this.labelTitleCautionInputSensorSelect = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.labelTitleCautionIndividualNG = new SmartX.SmartLabel();
this.labelBuadrateWarning = new SmartX.SmartLabel(); this.labelBuadrateWarning = new SmartX.SmartLabel();
this.panel5 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel();
this.radioButtonImpellerMotorBaudrate115200 = new System.Windows.Forms.RadioButton(); this.radioButtonImpellerMotorBaudrate115200 = new System.Windows.Forms.RadioButton();
@ -103,7 +104,6 @@
this.labelStaticLine = new SmartX.SmartLabel(); this.labelStaticLine = new SmartX.SmartLabel();
this.labelStaticEquipmentID = new SmartX.SmartLabel(); this.labelStaticEquipmentID = new SmartX.SmartLabel();
this.labelTitle = new SmartX.SmartLabel(); this.labelTitle = new SmartX.SmartLabel();
this.radioButtonLanguageJapanese = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxSpecialMenu.SuspendLayout(); this.groupBoxSpecialMenu.SuspendLayout();
this.panel7.SuspendLayout(); this.panel7.SuspendLayout();
@ -136,18 +136,18 @@
this.groupBoxSpecialMenu.BackPictureBox1 = null; this.groupBoxSpecialMenu.BackPictureBox1 = null;
this.groupBoxSpecialMenu.Controls.Add(this.buttonSerialDLL); this.groupBoxSpecialMenu.Controls.Add(this.buttonSerialDLL);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticSerialDll); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticSerialDll);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel5); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleCautionLogin);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel6); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleMonths);
this.groupBoxSpecialMenu.Controls.Add(this.labelDataStoragePeriod); this.groupBoxSpecialMenu.Controls.Add(this.labelDataStoragePeriod);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticDataStoragePeriod); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticDataStoragePeriod);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel4); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleCautionIntegratedTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.buttonIntegratedTransmission); this.groupBoxSpecialMenu.Controls.Add(this.buttonIntegratedTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticIntegratedTransmission); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticIntegratedTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.comboBoxStepMotorType); this.groupBoxSpecialMenu.Controls.Add(this.comboBoxStepMotorType);
this.groupBoxSpecialMenu.Controls.Add(this.labelTitleStepMotorType); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleStepMotorType);
this.groupBoxSpecialMenu.Controls.Add(this.buttonLogin); this.groupBoxSpecialMenu.Controls.Add(this.buttonLogin);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticLogin); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticLogin);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel2); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleCautionIndividualTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.buttonIndividualTransmission); this.groupBoxSpecialMenu.Controls.Add(this.buttonIndividualTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticIndividualTransmission); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticIndividualTransmission);
this.groupBoxSpecialMenu.Controls.Add(this.buttonEmergencyStopEntrySensorError); this.groupBoxSpecialMenu.Controls.Add(this.buttonEmergencyStopEntrySensorError);
@ -159,8 +159,8 @@
this.groupBoxSpecialMenu.Controls.Add(this.panel2); this.groupBoxSpecialMenu.Controls.Add(this.panel2);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticInputSensorSelect); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticInputSensorSelect);
this.groupBoxSpecialMenu.Controls.Add(this.labelBuadrateWarning2); this.groupBoxSpecialMenu.Controls.Add(this.labelBuadrateWarning2);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel3); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleCautionInputSensorSelect);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel1); this.groupBoxSpecialMenu.Controls.Add(this.labelTitleCautionIndividualNG);
this.groupBoxSpecialMenu.Controls.Add(this.labelBuadrateWarning); this.groupBoxSpecialMenu.Controls.Add(this.labelBuadrateWarning);
this.groupBoxSpecialMenu.Controls.Add(this.panel5); this.groupBoxSpecialMenu.Controls.Add(this.panel5);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticImpellerBaudrate); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticImpellerBaudrate);
@ -247,45 +247,45 @@
this.labelStaticSerialDll.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticSerialDll.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticSerialDll.Wordwrap = false; this.labelStaticSerialDll.Wordwrap = false;
// //
// smartLabel5 // labelTitleCautionLogin
// //
this.smartLabel5.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionLogin.BackColor = System.Drawing.Color.Silver;
this.smartLabel5.BackPictureBox = this.smartForm1; this.labelTitleCautionLogin.BackPictureBox = this.smartForm1;
this.smartLabel5.BackPictureBox1 = null; this.labelTitleCautionLogin.BackPictureBox1 = null;
this.smartLabel5.BackPictureBox2 = null; this.labelTitleCautionLogin.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionLogin.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionLogin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel5.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionLogin.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel5.InitVisible = true; this.labelTitleCautionLogin.InitVisible = true;
this.smartLabel5.LineSpacing = 0F; this.labelTitleCautionLogin.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(509, 493); this.labelTitleCautionLogin.Location = new System.Drawing.Point(574, 493);
this.smartLabel5.Name = "smartLabel5"; this.labelTitleCautionLogin.Name = "labelTitleCautionLogin";
this.smartLabel5.Size = new System.Drawing.Size(341, 25); this.labelTitleCautionLogin.Size = new System.Drawing.Size(377, 25);
this.smartLabel5.TabIndex = 229; this.labelTitleCautionLogin.TabIndex = 229;
this.smartLabel5.Text = "OFF : delete user list"; this.labelTitleCautionLogin.Text = "OFF : delete user list";
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionLogin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCautionLogin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false; this.labelTitleCautionLogin.Wordwrap = false;
// //
// smartLabel6 // labelTitleMonths
// //
this.smartLabel6.BackPictureBox = this.smartForm1; this.labelTitleMonths.BackPictureBox = this.smartForm1;
this.smartLabel6.BackPictureBox1 = null; this.labelTitleMonths.BackPictureBox1 = null;
this.smartLabel6.BackPictureBox2 = null; this.labelTitleMonths.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.labelTitleMonths.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMonths.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleMonths.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel6.InitVisible = true; this.labelTitleMonths.InitVisible = true;
this.smartLabel6.LineSpacing = 0F; this.labelTitleMonths.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(490, 344); this.labelTitleMonths.Location = new System.Drawing.Point(490, 344);
this.smartLabel6.Name = "smartLabel6"; this.labelTitleMonths.Name = "labelTitleMonths";
this.smartLabel6.Size = new System.Drawing.Size(100, 25); this.labelTitleMonths.Size = new System.Drawing.Size(100, 25);
this.smartLabel6.TabIndex = 221; this.labelTitleMonths.TabIndex = 221;
this.smartLabel6.Text = "months"; this.labelTitleMonths.Text = "months";
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMonths.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMonths.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false; this.labelTitleMonths.Wordwrap = false;
// //
// labelDataStoragePeriod // labelDataStoragePeriod
// //
@ -327,26 +327,26 @@
this.labelStaticDataStoragePeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticDataStoragePeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticDataStoragePeriod.Wordwrap = false; this.labelStaticDataStoragePeriod.Wordwrap = false;
// //
// smartLabel4 // labelTitleCautionIntegratedTransmission
// //
this.smartLabel4.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionIntegratedTransmission.BackColor = System.Drawing.Color.Silver;
this.smartLabel4.BackPictureBox = this.smartForm1; this.labelTitleCautionIntegratedTransmission.BackPictureBox = this.smartForm1;
this.smartLabel4.BackPictureBox1 = null; this.labelTitleCautionIntegratedTransmission.BackPictureBox1 = null;
this.smartLabel4.BackPictureBox2 = null; this.labelTitleCautionIntegratedTransmission.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionIntegratedTransmission.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionIntegratedTransmission.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionIntegratedTransmission.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel4.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionIntegratedTransmission.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel4.InitVisible = true; this.labelTitleCautionIntegratedTransmission.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; this.labelTitleCautionIntegratedTransmission.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(588, 127); this.labelTitleCautionIntegratedTransmission.Location = new System.Drawing.Point(574, 127);
this.smartLabel4.Name = "smartLabel4"; this.labelTitleCautionIntegratedTransmission.Name = "labelTitleCautionIntegratedTransmission";
this.smartLabel4.Size = new System.Drawing.Size(262, 25); this.labelTitleCautionIntegratedTransmission.Size = new System.Drawing.Size(377, 25);
this.smartLabel4.TabIndex = 211; this.labelTitleCautionIntegratedTransmission.TabIndex = 211;
this.smartLabel4.Text = "Active Only Stick II (OPT2,3,5)"; this.labelTitleCautionIntegratedTransmission.Text = "Active Only Stick II (OPT2,3,5)";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionIntegratedTransmission.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCautionIntegratedTransmission.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false; this.labelTitleCautionIntegratedTransmission.Wordwrap = false;
// //
// buttonIntegratedTransmission // buttonIntegratedTransmission
// //
@ -476,26 +476,26 @@
this.labelStaticLogin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticLogin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticLogin.Wordwrap = false; this.labelStaticLogin.Wordwrap = false;
// //
// smartLabel2 // labelTitleCautionIndividualTransmission
// //
this.smartLabel2.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionIndividualTransmission.BackColor = System.Drawing.Color.Silver;
this.smartLabel2.BackPictureBox = this.smartForm1; this.labelTitleCautionIndividualTransmission.BackPictureBox = this.smartForm1;
this.smartLabel2.BackPictureBox1 = null; this.labelTitleCautionIndividualTransmission.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = null; this.labelTitleCautionIndividualTransmission.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionIndividualTransmission.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionIndividualTransmission.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionIndividualTransmission.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel2.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionIndividualTransmission.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel2.InitVisible = true; this.labelTitleCautionIndividualTransmission.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.labelTitleCautionIndividualTransmission.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(588, 158); this.labelTitleCautionIndividualTransmission.Location = new System.Drawing.Point(574, 158);
this.smartLabel2.Name = "smartLabel2"; this.labelTitleCautionIndividualTransmission.Name = "labelTitleCautionIndividualTransmission";
this.smartLabel2.Size = new System.Drawing.Size(262, 25); this.labelTitleCautionIndividualTransmission.Size = new System.Drawing.Size(377, 25);
this.smartLabel2.TabIndex = 182; this.labelTitleCautionIndividualTransmission.TabIndex = 182;
this.smartLabel2.Text = "Active Only Stick I, III"; this.labelTitleCautionIndividualTransmission.Text = "Active Only Stick I, III";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionIndividualTransmission.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCautionIndividualTransmission.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false; this.labelTitleCautionIndividualTransmission.Wordwrap = false;
// //
// buttonIndividualTransmission // buttonIndividualTransmission
// //
@ -630,10 +630,10 @@
// //
// comboBoxInputSensorSelect // comboBoxInputSensorSelect
// //
this.comboBoxInputSensorSelect.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.comboBoxInputSensorSelect.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.comboBoxInputSensorSelect.Location = new System.Drawing.Point(400, 189); this.comboBoxInputSensorSelect.Location = new System.Drawing.Point(400, 186);
this.comboBoxInputSensorSelect.Name = "comboBoxInputSensorSelect"; this.comboBoxInputSensorSelect.Name = "comboBoxInputSensorSelect";
this.comboBoxInputSensorSelect.Size = new System.Drawing.Size(162, 25); this.comboBoxInputSensorSelect.Size = new System.Drawing.Size(162, 29);
this.comboBoxInputSensorSelect.TabIndex = 146; this.comboBoxInputSensorSelect.TabIndex = 146;
this.comboBoxInputSensorSelect.SelectedIndexChanged += new System.EventHandler(this.control_Click); this.comboBoxInputSensorSelect.SelectedIndexChanged += new System.EventHandler(this.control_Click);
// //
@ -681,6 +681,17 @@
this.panel7.Name = "panel7"; this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(551, 50); this.panel7.Size = new System.Drawing.Size(551, 50);
// //
// radioButtonLanguageJapanese
//
this.radioButtonLanguageJapanese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLanguageJapanese.Location = new System.Drawing.Point(272, 3);
this.radioButtonLanguageJapanese.Name = "radioButtonLanguageJapanese";
this.radioButtonLanguageJapanese.Size = new System.Drawing.Size(120, 20);
this.radioButtonLanguageJapanese.TabIndex = 7;
this.radioButtonLanguageJapanese.TabStop = false;
this.radioButtonLanguageJapanese.Text = "日本語";
this.radioButtonLanguageJapanese.Click += new System.EventHandler(this.control_Click);
//
// radioButtonLanguageGerman // radioButtonLanguageGerman
// //
this.radioButtonLanguageGerman.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.radioButtonLanguageGerman.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
@ -806,47 +817,47 @@
this.labelBuadrateWarning2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelBuadrateWarning2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelBuadrateWarning2.Wordwrap = false; this.labelBuadrateWarning2.Wordwrap = false;
// //
// smartLabel3 // labelTitleCautionInputSensorSelect
// //
this.smartLabel3.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionInputSensorSelect.BackColor = System.Drawing.Color.Silver;
this.smartLabel3.BackPictureBox = this.smartForm1; this.labelTitleCautionInputSensorSelect.BackPictureBox = this.smartForm1;
this.smartLabel3.BackPictureBox1 = null; this.labelTitleCautionInputSensorSelect.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = null; this.labelTitleCautionInputSensorSelect.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionInputSensorSelect.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionInputSensorSelect.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionInputSensorSelect.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel3.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionInputSensorSelect.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel3.InitVisible = true; this.labelTitleCautionInputSensorSelect.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.labelTitleCautionInputSensorSelect.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(588, 189); this.labelTitleCautionInputSensorSelect.Location = new System.Drawing.Point(574, 189);
this.smartLabel3.Name = "smartLabel3"; this.labelTitleCautionInputSensorSelect.Name = "labelTitleCautionInputSensorSelect";
this.smartLabel3.Size = new System.Drawing.Size(262, 25); this.labelTitleCautionInputSensorSelect.Size = new System.Drawing.Size(377, 25);
this.smartLabel3.TabIndex = 138; this.labelTitleCautionInputSensorSelect.TabIndex = 138;
this.smartLabel3.Text = "Active Only Stick I, III"; this.labelTitleCautionInputSensorSelect.Text = "Active Only Stick I, III";
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionInputSensorSelect.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCautionInputSensorSelect.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false; this.labelTitleCautionInputSensorSelect.Wordwrap = false;
// //
// smartLabel1 // labelTitleCautionIndividualNG
// //
this.smartLabel1.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionIndividualNG.BackColor = System.Drawing.Color.Silver;
this.smartLabel1.BackPictureBox = this.smartForm1; this.labelTitleCautionIndividualNG.BackPictureBox = this.smartForm1;
this.smartLabel1.BackPictureBox1 = null; this.labelTitleCautionIndividualNG.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = null; this.labelTitleCautionIndividualNG.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionIndividualNG.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionIndividualNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionIndividualNG.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionIndividualNG.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel1.InitVisible = true; this.labelTitleCautionIndividualNG.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.labelTitleCautionIndividualNG.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(588, 96); this.labelTitleCautionIndividualNG.Location = new System.Drawing.Point(574, 96);
this.smartLabel1.Name = "smartLabel1"; this.labelTitleCautionIndividualNG.Name = "labelTitleCautionIndividualNG";
this.smartLabel1.Size = new System.Drawing.Size(262, 25); this.labelTitleCautionIndividualNG.Size = new System.Drawing.Size(377, 25);
this.smartLabel1.TabIndex = 138; this.labelTitleCautionIndividualNG.TabIndex = 138;
this.smartLabel1.Text = "Active Only Stick I"; this.labelTitleCautionIndividualNG.Text = "Active Only Stick I";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionIndividualNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCautionIndividualNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false; this.labelTitleCautionIndividualNG.Wordwrap = false;
// //
// labelBuadrateWarning // labelBuadrateWarning
// //
@ -1424,16 +1435,6 @@
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false; this.labelTitle.Wordwrap = false;
// //
// radioButtonLanguageJapanese
//
this.radioButtonLanguageJapanese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLanguageJapanese.Location = new System.Drawing.Point(272, 3);
this.radioButtonLanguageJapanese.Name = "radioButtonLanguageJapanese";
this.radioButtonLanguageJapanese.Size = new System.Drawing.Size(120, 20);
this.radioButtonLanguageJapanese.TabIndex = 7;
this.radioButtonLanguageJapanese.TabStop = false;
this.radioButtonLanguageJapanese.Text = "日本語";
//
// FormEquipmentSetting // FormEquipmentSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -1502,11 +1503,11 @@
private SmartX.SmartLabel labelStaticLine; private SmartX.SmartLabel labelStaticLine;
private SmartX.SmartLabel labelStaticEquipmentID; private SmartX.SmartLabel labelStaticEquipmentID;
private SmartX.SmartLabel labelTitle; private SmartX.SmartLabel labelTitle;
private SmartX.SmartLabel smartLabel1; private SmartX.SmartLabel labelTitleCautionIndividualNG;
public System.Windows.Forms.RadioButton radioButtonEquipmentModeStick2; public System.Windows.Forms.RadioButton radioButtonEquipmentModeStick2;
private System.Windows.Forms.ComboBox comboBoxInputSensorSelect; private System.Windows.Forms.ComboBox comboBoxInputSensorSelect;
private SmartX.SmartLabel labelStaticInputSensorSelect; private SmartX.SmartLabel labelStaticInputSensorSelect;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelTitleCautionInputSensorSelect;
private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel panel8;
public System.Windows.Forms.RadioButton radioButtonFeedingConveyorRunNg; public System.Windows.Forms.RadioButton radioButtonFeedingConveyorRunNg;
public System.Windows.Forms.RadioButton radioButtonFeedingConveyorRunPass; public System.Windows.Forms.RadioButton radioButtonFeedingConveyorRunPass;
@ -1521,16 +1522,16 @@
private SmartX.SmartLabel labelStaticIndividualTransmission; private SmartX.SmartLabel labelStaticIndividualTransmission;
private SmartX.SmartLabel labelStaticLogin; private SmartX.SmartLabel labelStaticLogin;
private SmartX.SmartButton buttonLogin; private SmartX.SmartButton buttonLogin;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel labelTitleCautionIndividualTransmission;
private System.Windows.Forms.ComboBox comboBoxStepMotorType; private System.Windows.Forms.ComboBox comboBoxStepMotorType;
private SmartX.SmartLabel labelTitleStepMotorType; private SmartX.SmartLabel labelTitleStepMotorType;
private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel labelTitleCautionIntegratedTransmission;
private SmartX.SmartButton buttonIntegratedTransmission; private SmartX.SmartButton buttonIntegratedTransmission;
private SmartX.SmartLabel labelStaticIntegratedTransmission; private SmartX.SmartLabel labelStaticIntegratedTransmission;
private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel labelTitleMonths;
public SmartX.SmartLabel labelDataStoragePeriod; public SmartX.SmartLabel labelDataStoragePeriod;
private SmartX.SmartLabel labelStaticDataStoragePeriod; private SmartX.SmartLabel labelStaticDataStoragePeriod;
private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel labelTitleCautionLogin;
public System.Windows.Forms.RadioButton radioButtonEquipmentModeDual; public System.Windows.Forms.RadioButton radioButtonEquipmentModeDual;
private SmartX.SmartButton buttonSerialDLL; private SmartX.SmartButton buttonSerialDLL;
private SmartX.SmartLabel labelStaticSerialDll; private SmartX.SmartLabel labelStaticSerialDll;

View File

@ -119,9 +119,9 @@ namespace INT69DC_7C.Forms
this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新"; this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新";
this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值"; this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值";
this.smartLabel1.Text = "球杆-I"; this.labelTitleCautionIndividualNG.Text = "球杆-I";
this.smartLabel2.Text = this.smartLabel3.Text = "球杆-I,III"; this.labelTitleCautionIndividualTransmission.Text = this.labelTitleCautionInputSensorSelect.Text = "球杆-I,III";
this.smartLabel4.Text = "球杆-II"; this.labelTitleCautionIntegratedTransmission.Text = "球杆-II";
this.buttonEachNG.DownImage = this.buttonLogin.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); this.buttonEachNG.DownImage = this.buttonLogin.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonEachNG.UpImage = this.buttonLogin.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); this.buttonEachNG.UpImage = this.buttonLogin.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
@ -226,6 +226,57 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "装置設定";
this.labelStaticType.Text = "タイプ";
this.labelStaticLine.Text = "ライン";
this.labelStaticOrder.Text = "重量表示";
this.labelStaticIndividualNG.Text = "個別NG";
this.labelStaticIndividualTransmission.Text = "個別搬送";
this.labelStaticRejectCV.Text = "排出コンベア";
this.labelStaticFeedingCV.Text = "供給コンベア";
this.labelStaticEquipmentID.Text = "装置ID";
this.labelStaticDataStoragePeriod.Text = "保管期間";
this.labelStaticImpellerBaudrate.Text = "ステップモㅡタㅡボㅡレㅡト";
this.labelStaticImpellerRotation.Text = "ステップモㅡタㅡ回転";
this.labelStaticLanguage.Text = "言語";
this.labelStaticInputSensorSelect.Text = "入力センサㅡの選択";
this.labelStaticEmergencyStopEntrySensorError.Text = "入力センサエラㅡにより停止しました。";
this.labelStaticLogin.Text = "ログイン";
this.labelTitleStepMotorType.Text = "ステップモㅡタㅡタイプ";
this.labelStaticIntegratedTransmission.Text = "統合搬送";
this.labelTitleMonths.Text = "月";
this.labelTitleCautionLogin.Text = "OFF時、ユㅡザㅡリストは削除されます。";
this.radioButtonEquipmentModeConveyor.Font = new Font("새굴림", 9, FontStyle.Bold);
this.radioButtonEquipmentModeConveyor.Text = "コンベア";
this.radioButtonEquipmentModeStick1.Font = new Font("새굴림", 9, FontStyle.Bold);
this.radioButtonEquipmentModeStick1.Text = "スティックI";
this.radioButtonEquipmentModeStick2.Font = new Font("새굴림", 9, FontStyle.Bold);
this.radioButtonEquipmentModeStick2.Text = "スティックII";
this.radioButtonEquipmentModeStick3.Font = new Font("새굴림", 9, FontStyle.Bold);
this.radioButtonEquipmentModeStick3.Text = "スティックIII";
this.radioButtonEquipmentModeDual.Font = new Font("새굴림", 10, FontStyle.Bold);
this.radioButtonEquipmentModeDual.Text = "両型";
this.labelTitleCautionIndividualNG.Text = "スティック1モㅡドでのみ有効";
this.labelTitleCautionIntegratedTransmission.Text = "スティック2モㅡド(OPT2,3,5)でのみ有効";
this.labelTitleCautionIndividualTransmission.Text = "スティック1,3モㅡドでのみ有効";
this.labelTitleCautionInputSensorSelect.Text = "スティック1,3モㅡドでのみ有効";
this.labelBuadrateWarning.Text = "※ 設定を変更した後、電源をオフにして再度オンにします";
this.labelBuadrateWarning2.Text = "※ エンジニア以外は値を変更しないでください";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {
@ -375,6 +426,8 @@ namespace INT69DC_7C.Forms
this.radioButtonLanguageKorean.Checked = true; this.radioButtonLanguageKorean.Checked = true;
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
this.radioButtonLanguageGerman.Checked = true; this.radioButtonLanguageGerman.Checked = true;
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.radioButtonLanguageJapanese.Checked = true;
else else
this.radioButtonLanguageKorean.Checked = true; this.radioButtonLanguageKorean.Checked = true;
@ -609,6 +662,8 @@ namespace INT69DC_7C.Forms
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Czech; this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Czech;
else if (this.radioButtonLanguageGerman.Checked == true) else if (this.radioButtonLanguageGerman.Checked == true)
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.German; this.ParentForm.SystemConfig.Language = DataStore.LanguageID.German;
else if (this.radioButtonLanguageJapanese.Checked == true)
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Japanese;
else else
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean; this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean;

View File

@ -277,6 +277,53 @@ namespace INT69DC_7C.Forms
this.buttonDisplay.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDown)); this.buttonDisplay.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDown));
this.buttonDisplay.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenUp)); this.buttonDisplay.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "装置テスト";
this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllContinue.Text = "連続";
this.buttonForwardDirectionAll.Text = "正転";
this.buttonForwardDirection1.Text = "正転";
this.buttonForwardDirection2.Text = "正転";
this.buttonForwardDirection3.Text = "正転";
this.buttonForwardDirection4.Text = "正転";
this.buttonForwardDirection5.Text = "正転";
this.buttonForwardDirection6.Text = "正転";
this.buttonForwardDirection7.Text = "正転";
this.buttonForwardDirection8.Text = "正転";
this.buttonForwardDirection9.Text = "正転";
this.buttonForwardDirection10.Text = "正転";
this.buttonForwardDirection11.Text = "正転";
this.buttonForwardDirection12.Text = "正転";
this.buttonReverseDirectionAll.Text = "逆回転";
this.buttonReverseDirection1.Text = "逆回転";
this.buttonReverseDirection2.Text = "逆回転";
this.buttonReverseDirection3.Text = "逆回転";
this.buttonReverseDirection4.Text = "逆回転";
this.buttonReverseDirection5.Text = "逆回転";
this.buttonReverseDirection6.Text = "逆回転";
this.buttonReverseDirection7.Text = "逆回転";
this.buttonReverseDirection8.Text = "逆回転";
this.buttonReverseDirection9.Text = "逆回転";
this.buttonReverseDirection10.Text = "逆回転";
this.buttonReverseDirection11.Text = "逆回転";
this.buttonReverseDirection12.Text = "逆回転";
this.labelStaticCutInput.Text = "[カット] 入力";
this.buttonCut.Text = "カット";
this.checkBoxCutMainDisplayView.Text = "[CUT]メイン画面に表示";
this.checkBoxSamplingMainDisplayView.Text = "[Sampling]メイン画面に表示";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
this.buttonDisplay.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
this.buttonDisplay.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
this.buttonDisplay.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenUp));
}
else else
{ {

View File

@ -71,6 +71,13 @@ namespace INT69DC_7C.Forms
this.labelResetWait.Text = "Initialisierung wird ausgeführt"; this.labelResetWait.Text = "Initialisierung wird ausgeführt";
this.labelResetRestart.Text = "Mit dem Hauptschalter aus- und einschalten"; this.labelResetRestart.Text = "Mit dem Hauptschalter aus- und einschalten";
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "初期化";
this.labelResetWait.Text = "しばらくお待ちください。";
this.labelResetRestart.Text = "再起動が必要です。";
}
else else
{ {

View File

@ -85,6 +85,14 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "I/Oテスト";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -59,7 +59,7 @@ namespace INT69DC_7C.Forms
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown));
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenUp)); this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenUp));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
} }
@ -70,7 +70,7 @@ namespace INT69DC_7C.Forms
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown));
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenUp)); this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenUp));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
} }
@ -96,6 +96,17 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "インフォメㅡション";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {
@ -142,7 +153,7 @@ namespace INT69DC_7C.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "12.4.2"; this.labelDisplayVer.Text = "12.5.0";
if(this.ParentForm.SystemConfig.EquipmentMode == 7) if(this.ParentForm.SystemConfig.EquipmentMode == 7)
this.labelTitleMainboardName.Text = "INT68M-2A"; this.labelTitleMainboardName.Text = "INT68M-2A";

View File

@ -266,14 +266,14 @@ namespace INT69DC_7C.Forms
this.buttonATPC_Reset.Text = "重置"; this.buttonATPC_Reset.Text = "重置";
// Font & Location & Size // Font & Location & Size
this.labelTitleTotalCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleTotalCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleTotalCount.Location = new Point(34, 696); this.labelTitleTotalCount.Location = new Point(34, 696);
this.labelTitleTotalCount.Size = new Size(200, 27); this.labelTitleTotalCount.Size = new Size(200, 27);
this.labelTotalCount.Location = new Point(34, 720); this.labelTotalCount.Location = new Point(34, 720);
this.labelTotalCount.Size = new Size(200, 27); this.labelTotalCount.Size = new Size(200, 27);
this.labelTitleNGCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleNGCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleNGCount.Location = new Point(285, 696); this.labelTitleNGCount.Location = new Point(285, 696);
this.labelTitleNGCount.Size = new Size(200, 27); this.labelTitleNGCount.Size = new Size(200, 27);
@ -366,17 +366,17 @@ namespace INT69DC_7C.Forms
this.buttonATPC_Reset.Text = "RST"; this.buttonATPC_Reset.Text = "RST";
// Font & Location & Size // Font & Location & Size
this.labelTitleScreen.Font = new Font("New Gulim", 10F, FontStyle.Bold); this.labelTitleScreen.Font = new Font("새굴림", 10F, FontStyle.Bold);
this.labelStaticJudgmentDelayTime.Font = new Font("Arial", 9, FontStyle.Bold); this.labelStaticJudgmentDelayTime.Font = new Font("새굴림", 9, FontStyle.Bold);
this.labelTitleTotalCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleTotalCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleTotalCount.Location = new Point(34, 696); this.labelTitleTotalCount.Location = new Point(34, 696);
this.labelTitleTotalCount.Size = new Size(200, 27); this.labelTitleTotalCount.Size = new Size(200, 27);
this.labelTotalCount.Location = new Point(34, 720); this.labelTotalCount.Location = new Point(34, 720);
this.labelTotalCount.Size = new Size(200, 27); this.labelTotalCount.Size = new Size(200, 27);
this.labelTitleNGCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleNGCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleNGCount.Location = new Point(285, 696); this.labelTitleNGCount.Location = new Point(285, 696);
this.labelTitleNGCount.Size = new Size(200, 27); this.labelTitleNGCount.Size = new Size(200, 27);
@ -470,16 +470,16 @@ namespace INT69DC_7C.Forms
this.buttonATPC_Reset.Text = "RST"; this.buttonATPC_Reset.Text = "RST";
// Font & Location & Size // Font & Location & Size
this.labelTitleScreen.Font = new Font("New Gulim", 10F, FontStyle.Bold); this.labelTitleScreen.Font = new Font("새굴림", 10F, FontStyle.Bold);
this.labelTitleTotalCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleTotalCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleTotalCount.Location = new Point(34, 696); this.labelTitleTotalCount.Location = new Point(34, 696);
this.labelTitleTotalCount.Size = new Size(200, 27); this.labelTitleTotalCount.Size = new Size(200, 27);
this.labelTotalCount.Location = new Point(34, 720); this.labelTotalCount.Location = new Point(34, 720);
this.labelTotalCount.Size = new Size(200, 27); this.labelTotalCount.Size = new Size(200, 27);
this.labelTitleNGCount.Font = new Font("New Gulim", 14, FontStyle.Bold); this.labelTitleNGCount.Font = new Font("새굴림", 14, FontStyle.Bold);
this.labelTitleNGCount.Location = new Point(285, 696); this.labelTitleNGCount.Location = new Point(285, 696);
this.labelTitleNGCount.Size = new Size(200, 27); this.labelTitleNGCount.Size = new Size(200, 27);
@ -487,6 +487,110 @@ namespace INT69DC_7C.Forms
this.labelNGCount.Size = new Size(200, 27); this.labelNGCount.Size = new Size(200, 27);
#endregion #endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
#region Japanese
this.buttonOver.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainOverDisable));
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainOverDown));
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainOverUp));
this.buttonPass.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainPassDisable));
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainPassDown));
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainPassUp));
this.buttonUnder.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainUnderDisable));
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainUnderUp));
this.buttonTare.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainTareDisable));
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainTareDown));
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainTareUp));
this.buttonScaleZero.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainZeroDown));
this.buttonScaleZero.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainZeroUp));
this.buttonClear.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainClearDisable));
this.buttonClear.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainClearDown));
this.buttonClear.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainClearUp));
this.buttonMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuDisable));
this.buttonMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuDown));
this.buttonMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuUp));
this.buttonSubMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainSubMenuDisable));
this.buttonSubMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainSubMenuDown));
this.buttonSubMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainSubMenuUp));
this.buttonBypassDirection.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuNGUp));
this.buttonBypassDirection.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuPassUp));
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuContinueUp));
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuOnceUp));
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainLoginDisable));
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainLogoffUp));
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainLoginUp));
if (this.ParentForm.SystemConfig.IsLogin == true)
{
this.buttonMenu.Location = new Point(929, 663);
this.buttonMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuSmallDisable));
this.buttonMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuSmallDown));
this.buttonMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuSmallUp));
}
else
{
this.buttonMenu.Location = new Point(839, 663);
this.buttonMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuDisable));
this.buttonMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuDown));
this.buttonMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainMenuUp));
}
this.groupBoxSorter.Text = "選別機設定";
this.labelStaticSorterDelayTime.Text = "遅延時間";
this.labelStaticSorterRunTime.Text = "運転時間";
this.groupBoxConveyor.Text = "コンベアの設定";
this.labelStaticRejectConveyor.Text = "排出コンベア";
this.labelStaticRejectConveyorDelayTime.Text = "遅延時間";
this.labelStaticRejectConveyorRunTime.Text = "運転時間";
this.labelStaticFeedingConveyor.Text = "供給コンベア";
this.labelStaticFeedingDelayTime.Text = "遅延時間";
this.labelStaticFeedingRunTime.Text = "運転時間";
this.labelMessage1.Text = "アラㅡム - 二重進入";
this.groupBoxJudgment.Text = "判定設定";
this.labelStaticFilter.Text = "フィルタㅡ";
this.labelStaticJudgmentDelayTime.Text = "判定遅延";
this.labelStaticDoubleDelayTime.Text = "二重遅延";
this.labelStaticJudgmentCount.Text = "判定数";
this.labelStaticAlarmContinuousNG.Text = "連続不良";
this.labelMessage3.Text = "連続NGを検出してください。";
this.labelStaticATPC.Text = "定量アラㅡム";
this.labelStaticATPC_Count.Text = "数量";
this.labelStaticATPC_Pass.Text = "基準";
this.labelStaticATPC_Lack.Text = "不足";
this.buttonATPC_Reset.Text = "リセット";
this.labelTitleTotalCount.Font = new Font("새굴림", 15, FontStyle.Bold);
this.labelTitleTotalCount.Text = "総数";
this.labelTitleNGCount.Font = new Font("새굴림", 15, FontStyle.Bold);
this.labelTitleNGCount.Text = "不良";
this.labelTitleBypass.Text = "バイパス";
this.labelTitleScreen.Text = "画面";
// Font & Location & Size
//this.labelTitleTotalCount.Font = new Font("새굴림", 14, FontStyle.Bold);
//this.labelTitleTotalCount.Location = new Point(34, 696);
//this.labelTitleTotalCount.Size = new Size(200, 27);
//this.labelTotalCount.Location = new Point(34, 720);
//this.labelTotalCount.Size = new Size(200, 27);
//this.labelTitleNGCount.Font = new Font("새굴림", 14, FontStyle.Bold);
//this.labelTitleNGCount.Location = new Point(285, 696);
//this.labelTitleNGCount.Size = new Size(200, 27);
//this.labelNGCount.Location = new Point(285, 720);
//this.labelNGCount.Size = new Size(200, 27);
#endregion
}
else else
{ {
@ -1256,6 +1360,8 @@ namespace INT69DC_7C.Forms
group = "Administrator"; group = "Administrator";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "行政"; group = "行政";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "管理者";
else else
group = "Administrator"; group = "Administrator";
@ -1282,6 +1388,8 @@ namespace INT69DC_7C.Forms
group = "Entwickler"; group = "Entwickler";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "开发商"; group = "开发商";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "開発者";
else else
group = "Developer"; group = "Developer";
@ -1325,6 +1433,8 @@ namespace INT69DC_7C.Forms
group = "Ausloggen"; group = "Ausloggen";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "登出"; group = "登出";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "ログアウト";
else else
group = "Log out"; group = "Log out";
@ -2692,6 +2802,11 @@ namespace INT69DC_7C.Forms
message1 = "You will be logged out after a while"; message1 = "You will be logged out after a while";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ログイン";
message1 = "しばらくするとログアウトします。";
message2 = "";
break;
default: default:
break; break;
} }
@ -2715,7 +2830,7 @@ namespace INT69DC_7C.Forms
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "Login"; code = "Login";
message1 = "automatically logged out"; message1 = "Automatically logged out";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
@ -2733,6 +2848,11 @@ namespace INT69DC_7C.Forms
message1 = "automatically logged out"; message1 = "automatically logged out";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ログイン";
message1 = "自動ログアウトしました。";
message2 = "";
break;
default: default:
break; break;
} }
@ -2811,6 +2931,19 @@ namespace INT69DC_7C.Forms
break; break;
} }
break; break;
case DataStore.LanguageID.Japanese:
switch (mode)
{
case DataStore.E_TotalCnt.f0_Total:
txt = "総数";
break;
case DataStore.E_TotalCnt.f1_Pass:
txt = "基準";
break;
default:
break;
}
break;
default: default:
break; break;
} }
@ -2901,6 +3034,25 @@ namespace INT69DC_7C.Forms
break; break;
} }
break; break;
case DataStore.LanguageID.Japanese:
switch (mode)
{
case DataStore.E_TotalCntNG.f0_NG:
txt = "不良";
break;
case DataStore.E_TotalCntNG.f1_Under:
txt = "下限";
break;
case DataStore.E_TotalCntNG.f2_Over:
txt = "上限";
break;
case DataStore.E_TotalCntNG.f3_ExNG:
txt = "他の不良";
break;
default:
break;
}
break;
default: default:
break; break;
} }

View File

@ -286,6 +286,66 @@ namespace INT69DC_7C.Forms
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
#endregion #endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
#region Japanese
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuTimeDisable));
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuTimeDown));
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuTimeUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInformationUp));
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuConfigurationDisable));
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuConfigurationDown));
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuConfigurationUp));
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataBackupDisable));
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataBackupDown));
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataBackupUp));
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataStatisticsDisable));
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataStatisticsDown));
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataStatisticsUp));
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCalibrationDisable));
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCalibrationDown));
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCalibrationUp));
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUpdateDisable));
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUpdateDown));
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUpdateUp));
this.buttonSysConfig.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuSystemSettingDisable));
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuSystemSettingDown));
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuSystemSettingUp));
this.buttonFactoryInitialize.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInitializationDisable));
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInitializationDown));
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuInitializationUp));
this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDisable));
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDown));
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingUp));
this.buttonEquipmentSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentSettingDisable));
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentSettingDown));
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentSettingUp));
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuIOTestDisable));
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuIOTestDown));
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuIOTestUp));
this.buttonEquipmentTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentTestDisable));
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentTestDown));
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuEquipmentTestUp));
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUserSettingDisable));
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUserSettingDown));
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuUserSettingUp));
this.buttonOptionSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuOptionDisable));
this.buttonOptionSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuOptionDown));
this.buttonOptionSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuOptionUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationUp));
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataViewerDisable));
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataViewerDown));
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuDataViewerUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
#endregion
}
else else
{ {

View File

@ -92,14 +92,14 @@
this.buttonLine1 = new SmartX.SmartButton(); this.buttonLine1 = new SmartX.SmartButton();
this.buttonBack = new SmartX.SmartButton(); this.buttonBack = new SmartX.SmartButton();
this.groupBoxEach = new SmartX.SmartGroupBox(); this.groupBoxEach = new SmartX.SmartGroupBox();
this.smartLabel1 = new SmartX.SmartLabel(); this.labelTitleCautionEach = new SmartX.SmartLabel();
this.labelIntervalEach = new SmartX.SmartLabel(); this.labelIntervalEach = new SmartX.SmartLabel();
this.buttonEachContinue = new SmartX.SmartButton(); this.buttonEachContinue = new SmartX.SmartButton();
this.buttonEachUnlock = new SmartX.SmartButton(); this.buttonEachUnlock = new SmartX.SmartButton();
this.buttonEachReverse = new SmartX.SmartButton(); this.buttonEachReverse = new SmartX.SmartButton();
this.buttonEachForward = new SmartX.SmartButton(); this.buttonEachForward = new SmartX.SmartButton();
this.groupBoxAll = new SmartX.SmartGroupBox(); this.groupBoxAll = new SmartX.SmartGroupBox();
this.smartLabel8 = new SmartX.SmartLabel(); this.labelTitleCautionAll = new SmartX.SmartLabel();
this.labelIntervalAll = new SmartX.SmartLabel(); this.labelIntervalAll = new SmartX.SmartLabel();
this.buttonAllContinue = new SmartX.SmartButton(); this.buttonAllContinue = new SmartX.SmartButton();
this.buttonAllForward = new SmartX.SmartButton(); this.buttonAllForward = new SmartX.SmartButton();
@ -188,7 +188,7 @@
this.groupBoxMotorTest.Controls.Add(this.labelStaticWarning3); this.groupBoxMotorTest.Controls.Add(this.labelStaticWarning3);
this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestForward); this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestForward);
this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestReverse); this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestReverse);
this.groupBoxMotorTest.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxMotorTest.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxMotorTest.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxMotorTest.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxMotorTest.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxMotorTest.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxMotorTest.FrameLineThickness = 1; this.groupBoxMotorTest.FrameLineThickness = 1;
@ -198,7 +198,7 @@
this.groupBoxMotorTest.Location = new System.Drawing.Point(38, 251); this.groupBoxMotorTest.Location = new System.Drawing.Point(38, 251);
this.groupBoxMotorTest.Name = "groupBoxMotorTest"; this.groupBoxMotorTest.Name = "groupBoxMotorTest";
this.groupBoxMotorTest.RoundRadius = 10; this.groupBoxMotorTest.RoundRadius = 10;
this.groupBoxMotorTest.Size = new System.Drawing.Size(469, 159); this.groupBoxMotorTest.Size = new System.Drawing.Size(469, 175);
this.groupBoxMotorTest.TabIndex = 226; this.groupBoxMotorTest.TabIndex = 226;
this.groupBoxMotorTest.Text = "모터 테스트(COM1, RS485)"; this.groupBoxMotorTest.Text = "모터 테스트(COM1, RS485)";
this.groupBoxMotorTest.TextColor = System.Drawing.Color.Black; this.groupBoxMotorTest.TextColor = System.Drawing.Color.Black;
@ -211,11 +211,11 @@
this.labelStaticWarning3.BackPictureBox2 = null; this.labelStaticWarning3.BackPictureBox2 = null;
this.labelStaticWarning3.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning3.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticWarning3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticWarning3.ForeColor = System.Drawing.Color.DarkRed; this.labelStaticWarning3.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning3.InitVisible = true; this.labelStaticWarning3.InitVisible = true;
this.labelStaticWarning3.LineSpacing = 0F; this.labelStaticWarning3.LineSpacing = 0F;
this.labelStaticWarning3.Location = new System.Drawing.Point(21, 32); this.labelStaticWarning3.Location = new System.Drawing.Point(21, 39);
this.labelStaticWarning3.Name = "labelStaticWarning3"; this.labelStaticWarning3.Name = "labelStaticWarning3";
this.labelStaticWarning3.Size = new System.Drawing.Size(428, 31); this.labelStaticWarning3.Size = new System.Drawing.Size(428, 31);
this.labelStaticWarning3.TabIndex = 256; this.labelStaticWarning3.TabIndex = 256;
@ -234,10 +234,10 @@
this.buttonCom1TestForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCom1TestForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCom1TestForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DisableImage"))); this.buttonCom1TestForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DisableImage")));
this.buttonCom1TestForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DownImage"))); this.buttonCom1TestForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DownImage")));
this.buttonCom1TestForward.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonCom1TestForward.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonCom1TestForward.GroupID = 0; this.buttonCom1TestForward.GroupID = 0;
this.buttonCom1TestForward.InitVisible = true; this.buttonCom1TestForward.InitVisible = true;
this.buttonCom1TestForward.Location = new System.Drawing.Point(127, 72); this.buttonCom1TestForward.Location = new System.Drawing.Point(127, 79);
this.buttonCom1TestForward.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCom1TestForward.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCom1TestForward.Name = "buttonCom1TestForward"; this.buttonCom1TestForward.Name = "buttonCom1TestForward";
this.buttonCom1TestForward.NestedClickEventPrevent = false; this.buttonCom1TestForward.NestedClickEventPrevent = false;
@ -267,10 +267,10 @@
this.buttonCom1TestReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCom1TestReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCom1TestReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DisableImage"))); this.buttonCom1TestReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DisableImage")));
this.buttonCom1TestReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DownImage"))); this.buttonCom1TestReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DownImage")));
this.buttonCom1TestReverse.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonCom1TestReverse.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonCom1TestReverse.GroupID = 0; this.buttonCom1TestReverse.GroupID = 0;
this.buttonCom1TestReverse.InitVisible = true; this.buttonCom1TestReverse.InitVisible = true;
this.buttonCom1TestReverse.Location = new System.Drawing.Point(233, 72); this.buttonCom1TestReverse.Location = new System.Drawing.Point(233, 79);
this.buttonCom1TestReverse.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCom1TestReverse.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCom1TestReverse.Name = "buttonCom1TestReverse"; this.buttonCom1TestReverse.Name = "buttonCom1TestReverse";
this.buttonCom1TestReverse.NestedClickEventPrevent = false; this.buttonCom1TestReverse.NestedClickEventPrevent = false;
@ -300,7 +300,7 @@
this.groupBoxInitialDownload.Controls.Add(this.progressBarDownload); this.groupBoxInitialDownload.Controls.Add(this.progressBarDownload);
this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning2); this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning2);
this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning1); this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning1);
this.groupBoxInitialDownload.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxInitialDownload.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxInitialDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxInitialDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxInitialDownload.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInitialDownload.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxInitialDownload.FrameLineThickness = 1; this.groupBoxInitialDownload.FrameLineThickness = 1;
@ -326,7 +326,7 @@
this.buttonDeviceIDChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDeviceIDChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDeviceIDChange.DisableImage = null; this.buttonDeviceIDChange.DisableImage = null;
this.buttonDeviceIDChange.DownImage = null; this.buttonDeviceIDChange.DownImage = null;
this.buttonDeviceIDChange.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonDeviceIDChange.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonDeviceIDChange.GroupID = 0; this.buttonDeviceIDChange.GroupID = 0;
this.buttonDeviceIDChange.InitVisible = true; this.buttonDeviceIDChange.InitVisible = true;
this.buttonDeviceIDChange.Location = new System.Drawing.Point(233, 48); this.buttonDeviceIDChange.Location = new System.Drawing.Point(233, 48);
@ -360,7 +360,7 @@
this.buttonInitialDownload.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonInitialDownload.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInitialDownload.DisableImage = null; this.buttonInitialDownload.DisableImage = null;
this.buttonInitialDownload.DownImage = null; this.buttonInitialDownload.DownImage = null;
this.buttonInitialDownload.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonInitialDownload.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonInitialDownload.GroupID = 0; this.buttonInitialDownload.GroupID = 0;
this.buttonInitialDownload.InitVisible = true; this.buttonInitialDownload.InitVisible = true;
this.buttonInitialDownload.Location = new System.Drawing.Point(67, 48); this.buttonInitialDownload.Location = new System.Drawing.Point(67, 48);
@ -415,7 +415,7 @@
this.labelStaticWarning2.BackPictureBox2 = null; this.labelStaticWarning2.BackPictureBox2 = null;
this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticWarning2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticWarning2.ForeColor = System.Drawing.Color.DarkRed; this.labelStaticWarning2.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning2.InitVisible = true; this.labelStaticWarning2.InitVisible = true;
this.labelStaticWarning2.LineSpacing = 0F; this.labelStaticWarning2.LineSpacing = 0F;
@ -436,7 +436,7 @@
this.labelStaticWarning1.BackPictureBox2 = null; this.labelStaticWarning1.BackPictureBox2 = null;
this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticWarning1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticWarning1.ForeColor = System.Drawing.Color.DarkRed; this.labelStaticWarning1.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning1.InitVisible = true; this.labelStaticWarning1.InitVisible = true;
this.labelStaticWarning1.LineSpacing = 0F; this.labelStaticWarning1.LineSpacing = 0F;
@ -476,7 +476,7 @@
this.groupBoxEachDownload.Controls.Add(this.label3); this.groupBoxEachDownload.Controls.Add(this.label3);
this.groupBoxEachDownload.Controls.Add(this.labelTitle6); this.groupBoxEachDownload.Controls.Add(this.labelTitle6);
this.groupBoxEachDownload.Controls.Add(this.label2); this.groupBoxEachDownload.Controls.Add(this.label2);
this.groupBoxEachDownload.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxEachDownload.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxEachDownload.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxEachDownload.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxEachDownload.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxEachDownload.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxEachDownload.FrameLineThickness = 1; this.groupBoxEachDownload.FrameLineThickness = 1;
@ -486,7 +486,7 @@
this.groupBoxEachDownload.Location = new System.Drawing.Point(513, 10); this.groupBoxEachDownload.Location = new System.Drawing.Point(513, 10);
this.groupBoxEachDownload.Name = "groupBoxEachDownload"; this.groupBoxEachDownload.Name = "groupBoxEachDownload";
this.groupBoxEachDownload.RoundRadius = 5; this.groupBoxEachDownload.RoundRadius = 5;
this.groupBoxEachDownload.Size = new System.Drawing.Size(469, 400); this.groupBoxEachDownload.Size = new System.Drawing.Size(469, 416);
this.groupBoxEachDownload.TabIndex = 230; this.groupBoxEachDownload.TabIndex = 230;
this.groupBoxEachDownload.Text = "개별 설정(COM2)"; this.groupBoxEachDownload.Text = "개별 설정(COM2)";
this.groupBoxEachDownload.TextColor = System.Drawing.Color.Black; this.groupBoxEachDownload.TextColor = System.Drawing.Color.Black;
@ -502,7 +502,7 @@
this.buttonDownloadExistingMotorAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDownloadExistingMotorAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDownloadExistingMotorAll.DisableImage = null; this.buttonDownloadExistingMotorAll.DisableImage = null;
this.buttonDownloadExistingMotorAll.DownImage = null; this.buttonDownloadExistingMotorAll.DownImage = null;
this.buttonDownloadExistingMotorAll.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonDownloadExistingMotorAll.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonDownloadExistingMotorAll.GroupID = 0; this.buttonDownloadExistingMotorAll.GroupID = 0;
this.buttonDownloadExistingMotorAll.InitVisible = true; this.buttonDownloadExistingMotorAll.InitVisible = true;
this.buttonDownloadExistingMotorAll.Location = new System.Drawing.Point(277, 195); this.buttonDownloadExistingMotorAll.Location = new System.Drawing.Point(277, 195);
@ -536,7 +536,7 @@
this.buttonDownloadExistingMotorEach.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDownloadExistingMotorEach.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDownloadExistingMotorEach.DisableImage = null; this.buttonDownloadExistingMotorEach.DisableImage = null;
this.buttonDownloadExistingMotorEach.DownImage = null; this.buttonDownloadExistingMotorEach.DownImage = null;
this.buttonDownloadExistingMotorEach.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonDownloadExistingMotorEach.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonDownloadExistingMotorEach.GroupID = 0; this.buttonDownloadExistingMotorEach.GroupID = 0;
this.buttonDownloadExistingMotorEach.InitVisible = true; this.buttonDownloadExistingMotorEach.InitVisible = true;
this.buttonDownloadExistingMotorEach.Location = new System.Drawing.Point(111, 195); this.buttonDownloadExistingMotorEach.Location = new System.Drawing.Point(111, 195);
@ -570,7 +570,7 @@
this.buttonDefault.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDefault.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDefault.DisableImage = null; this.buttonDefault.DisableImage = null;
this.buttonDefault.DownImage = null; this.buttonDefault.DownImage = null;
this.buttonDefault.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonDefault.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonDefault.GroupID = 0; this.buttonDefault.GroupID = 0;
this.buttonDefault.InitVisible = true; this.buttonDefault.InitVisible = true;
this.buttonDefault.Location = new System.Drawing.Point(28, 195); this.buttonDefault.Location = new System.Drawing.Point(28, 195);
@ -601,12 +601,12 @@
this.labelDiscription1.BackPictureBox2 = null; this.labelDiscription1.BackPictureBox2 = null;
this.labelDiscription1.BorderColor = System.Drawing.Color.Black; this.labelDiscription1.BorderColor = System.Drawing.Color.Black;
this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription1.InitVisible = true; this.labelDiscription1.InitVisible = true;
this.labelDiscription1.LineSpacing = 0F; this.labelDiscription1.LineSpacing = 0F;
this.labelDiscription1.Location = new System.Drawing.Point(26, 247); this.labelDiscription1.Location = new System.Drawing.Point(23, 247);
this.labelDiscription1.Name = "labelDiscription1"; this.labelDiscription1.Name = "labelDiscription1";
this.labelDiscription1.Size = new System.Drawing.Size(416, 16); this.labelDiscription1.Size = new System.Drawing.Size(425, 16);
this.labelDiscription1.TabIndex = 231; this.labelDiscription1.TabIndex = 231;
this.labelDiscription1.Text = "Rc : 모터 구동 전류(값은 퍼센트로 정의, 최대값 : 100)"; this.labelDiscription1.Text = "Rc : 모터 구동 전류(값은 퍼센트로 정의, 최대값 : 100)";
this.labelDiscription1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -621,12 +621,12 @@
this.labelDiscription2.BackPictureBox2 = null; this.labelDiscription2.BackPictureBox2 = null;
this.labelDiscription2.BorderColor = System.Drawing.Color.Black; this.labelDiscription2.BorderColor = System.Drawing.Color.Black;
this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription2.InitVisible = true; this.labelDiscription2.InitVisible = true;
this.labelDiscription2.LineSpacing = 0F; this.labelDiscription2.LineSpacing = 0F;
this.labelDiscription2.Location = new System.Drawing.Point(26, 269); this.labelDiscription2.Location = new System.Drawing.Point(23, 269);
this.labelDiscription2.Name = "labelDiscription2"; this.labelDiscription2.Name = "labelDiscription2";
this.labelDiscription2.Size = new System.Drawing.Size(416, 16); this.labelDiscription2.Size = new System.Drawing.Size(425, 16);
this.labelDiscription2.TabIndex = 232; this.labelDiscription2.TabIndex = 232;
this.labelDiscription2.Text = "Hc : 모터 중지 전류(값은 퍼센트로 정의, 최대값 : 100)"; this.labelDiscription2.Text = "Hc : 모터 중지 전류(값은 퍼센트로 정의, 최대값 : 100)";
this.labelDiscription2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -663,12 +663,12 @@
this.labelDiscription3.BackPictureBox2 = null; this.labelDiscription3.BackPictureBox2 = null;
this.labelDiscription3.BorderColor = System.Drawing.Color.Black; this.labelDiscription3.BorderColor = System.Drawing.Color.Black;
this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription3.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription3.InitVisible = true; this.labelDiscription3.InitVisible = true;
this.labelDiscription3.LineSpacing = 0F; this.labelDiscription3.LineSpacing = 0F;
this.labelDiscription3.Location = new System.Drawing.Point(26, 291); this.labelDiscription3.Location = new System.Drawing.Point(23, 291);
this.labelDiscription3.Name = "labelDiscription3"; this.labelDiscription3.Name = "labelDiscription3";
this.labelDiscription3.Size = new System.Drawing.Size(416, 16); this.labelDiscription3.Size = new System.Drawing.Size(425, 16);
this.labelDiscription3.TabIndex = 233; this.labelDiscription3.TabIndex = 233;
this.labelDiscription3.Text = "Ms : 마이크로스텝 분해능을 제어"; this.labelDiscription3.Text = "Ms : 마이크로스텝 분해능을 제어";
this.labelDiscription3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -704,17 +704,17 @@
this.labelDiscription6.BackPictureBox2 = null; this.labelDiscription6.BackPictureBox2 = null;
this.labelDiscription6.BorderColor = System.Drawing.Color.Black; this.labelDiscription6.BorderColor = System.Drawing.Color.Black;
this.labelDiscription6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription6.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription6.InitVisible = true; this.labelDiscription6.InitVisible = true;
this.labelDiscription6.LineSpacing = 0F; this.labelDiscription6.LineSpacing = 0F;
this.labelDiscription6.Location = new System.Drawing.Point(26, 357); this.labelDiscription6.Location = new System.Drawing.Point(23, 357);
this.labelDiscription6.Name = "labelDiscription6"; this.labelDiscription6.Name = "labelDiscription6";
this.labelDiscription6.Size = new System.Drawing.Size(416, 16); this.labelDiscription6.Size = new System.Drawing.Size(427, 35);
this.labelDiscription6.TabIndex = 236; this.labelDiscription6.TabIndex = 236;
this.labelDiscription6.Text = "A : Sec²당 스텝으로 MDrive에 의해 도달되는 최대 가속을 셋팅"; this.labelDiscription6.Text = "A : Sec²당 스텝으로 MDrive에 의해 도달되는 최대 가속을 셋팅";
this.labelDiscription6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelDiscription6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelDiscription6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelDiscription6.Wordwrap = false; this.labelDiscription6.Wordwrap = true;
// //
// progressBarExistingDownload // progressBarExistingDownload
// //
@ -748,12 +748,12 @@
this.labelDiscription4.BackPictureBox2 = null; this.labelDiscription4.BackPictureBox2 = null;
this.labelDiscription4.BorderColor = System.Drawing.Color.Black; this.labelDiscription4.BorderColor = System.Drawing.Color.Black;
this.labelDiscription4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription4.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription4.InitVisible = true; this.labelDiscription4.InitVisible = true;
this.labelDiscription4.LineSpacing = 0F; this.labelDiscription4.LineSpacing = 0F;
this.labelDiscription4.Location = new System.Drawing.Point(26, 313); this.labelDiscription4.Location = new System.Drawing.Point(23, 313);
this.labelDiscription4.Name = "labelDiscription4"; this.labelDiscription4.Name = "labelDiscription4";
this.labelDiscription4.Size = new System.Drawing.Size(416, 16); this.labelDiscription4.Size = new System.Drawing.Size(425, 16);
this.labelDiscription4.TabIndex = 234; this.labelDiscription4.TabIndex = 234;
this.labelDiscription4.Text = "Vi : 모든 모션 명령에 대한 초기 속도(Vm값보다 낮게 셋팅되어야 함)"; this.labelDiscription4.Text = "Vi : 모든 모션 명령에 대한 초기 속도(Vm값보다 낮게 셋팅되어야 함)";
this.labelDiscription4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -789,12 +789,12 @@
this.labelDiscription5.BackPictureBox2 = null; this.labelDiscription5.BackPictureBox2 = null;
this.labelDiscription5.BorderColor = System.Drawing.Color.Black; this.labelDiscription5.BorderColor = System.Drawing.Color.Black;
this.labelDiscription5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelDiscription5.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelDiscription5.InitVisible = true; this.labelDiscription5.InitVisible = true;
this.labelDiscription5.LineSpacing = 0F; this.labelDiscription5.LineSpacing = 0F;
this.labelDiscription5.Location = new System.Drawing.Point(26, 335); this.labelDiscription5.Location = new System.Drawing.Point(23, 335);
this.labelDiscription5.Name = "labelDiscription5"; this.labelDiscription5.Name = "labelDiscription5";
this.labelDiscription5.Size = new System.Drawing.Size(416, 16); this.labelDiscription5.Size = new System.Drawing.Size(425, 16);
this.labelDiscription5.TabIndex = 235; this.labelDiscription5.TabIndex = 235;
this.labelDiscription5.Text = "Vm : 축이 도달하는 초당 스텝/카운트에서의 최대 속도 지정"; this.labelDiscription5.Text = "Vm : 축이 도달하는 초당 스텝/카운트에서의 최대 속도 지정";
this.labelDiscription5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -1023,7 +1023,7 @@
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine3); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine3);
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine2); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine2);
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine1); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine1);
this.groupBoxSelectImpeller.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxSelectImpeller.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxSelectImpeller.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxSelectImpeller.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxSelectImpeller.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSelectImpeller.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSelectImpeller.FrameLineThickness = 1; this.groupBoxSelectImpeller.FrameLineThickness = 1;
@ -1913,13 +1913,13 @@
// //
this.groupBoxEach.BackPictureBox = this.smartForm1; this.groupBoxEach.BackPictureBox = this.smartForm1;
this.groupBoxEach.BackPictureBox1 = null; this.groupBoxEach.BackPictureBox1 = null;
this.groupBoxEach.Controls.Add(this.smartLabel1); this.groupBoxEach.Controls.Add(this.labelTitleCautionEach);
this.groupBoxEach.Controls.Add(this.labelIntervalEach); this.groupBoxEach.Controls.Add(this.labelIntervalEach);
this.groupBoxEach.Controls.Add(this.buttonEachContinue); this.groupBoxEach.Controls.Add(this.buttonEachContinue);
this.groupBoxEach.Controls.Add(this.buttonEachUnlock); this.groupBoxEach.Controls.Add(this.buttonEachUnlock);
this.groupBoxEach.Controls.Add(this.buttonEachReverse); this.groupBoxEach.Controls.Add(this.buttonEachReverse);
this.groupBoxEach.Controls.Add(this.buttonEachForward); this.groupBoxEach.Controls.Add(this.buttonEachForward);
this.groupBoxEach.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxEach.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxEach.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxEach.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxEach.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxEach.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxEach.FrameLineThickness = 1; this.groupBoxEach.FrameLineThickness = 1;
@ -1934,26 +1934,26 @@
this.groupBoxEach.Text = "개별 동작 테스트"; this.groupBoxEach.Text = "개별 동작 테스트";
this.groupBoxEach.TextColor = System.Drawing.Color.Black; this.groupBoxEach.TextColor = System.Drawing.Color.Black;
// //
// smartLabel1 // labelTitleCautionEach
// //
this.smartLabel1.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionEach.BackColor = System.Drawing.Color.Silver;
this.smartLabel1.BackPictureBox = this.smartForm1; this.labelTitleCautionEach.BackPictureBox = this.smartForm1;
this.smartLabel1.BackPictureBox1 = null; this.labelTitleCautionEach.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = null; this.labelTitleCautionEach.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionEach.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionEach.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionEach.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionEach.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel1.InitVisible = true; this.labelTitleCautionEach.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.labelTitleCautionEach.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(26, 151); this.labelTitleCautionEach.Location = new System.Drawing.Point(26, 157);
this.smartLabel1.Name = "smartLabel1"; this.labelTitleCautionEach.Name = "labelTitleCautionEach";
this.smartLabel1.Size = new System.Drawing.Size(428, 23); this.labelTitleCautionEach.Size = new System.Drawing.Size(428, 23);
this.smartLabel1.TabIndex = 245; this.labelTitleCautionEach.TabIndex = 245;
this.smartLabel1.Text = "※ Click button for 200ms"; this.labelTitleCautionEach.Text = "※ Click button for 200ms";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionEach.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelTitleCautionEach.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.smartLabel1.Wordwrap = false; this.labelTitleCautionEach.Wordwrap = false;
// //
// labelIntervalEach // labelIntervalEach
// //
@ -1966,7 +1966,7 @@
this.labelIntervalEach.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelIntervalEach.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelIntervalEach.InitVisible = true; this.labelIntervalEach.InitVisible = true;
this.labelIntervalEach.LineSpacing = 0F; this.labelIntervalEach.LineSpacing = 0F;
this.labelIntervalEach.Location = new System.Drawing.Point(344, 39); this.labelIntervalEach.Location = new System.Drawing.Point(342, 41);
this.labelIntervalEach.Name = "labelIntervalEach"; this.labelIntervalEach.Name = "labelIntervalEach";
this.labelIntervalEach.Size = new System.Drawing.Size(100, 30); this.labelIntervalEach.Size = new System.Drawing.Size(100, 30);
this.labelIntervalEach.TabIndex = 193; this.labelIntervalEach.TabIndex = 193;
@ -1986,10 +1986,10 @@
this.buttonEachContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachContinue.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DisableImage"))); this.buttonEachContinue.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DisableImage")));
this.buttonEachContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DownImage"))); this.buttonEachContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DownImage")));
this.buttonEachContinue.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonEachContinue.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonEachContinue.GroupID = 0; this.buttonEachContinue.GroupID = 0;
this.buttonEachContinue.InitVisible = true; this.buttonEachContinue.InitVisible = true;
this.buttonEachContinue.Location = new System.Drawing.Point(344, 75); this.buttonEachContinue.Location = new System.Drawing.Point(342, 77);
this.buttonEachContinue.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonEachContinue.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonEachContinue.Name = "buttonEachContinue"; this.buttonEachContinue.Name = "buttonEachContinue";
this.buttonEachContinue.NestedClickEventPrevent = false; this.buttonEachContinue.NestedClickEventPrevent = false;
@ -2019,10 +2019,10 @@
this.buttonEachUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachUnlock.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DisableImage"))); this.buttonEachUnlock.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DisableImage")));
this.buttonEachUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DownImage"))); this.buttonEachUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DownImage")));
this.buttonEachUnlock.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonEachUnlock.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonEachUnlock.GroupID = 0; this.buttonEachUnlock.GroupID = 0;
this.buttonEachUnlock.InitVisible = true; this.buttonEachUnlock.InitVisible = true;
this.buttonEachUnlock.Location = new System.Drawing.Point(238, 75); this.buttonEachUnlock.Location = new System.Drawing.Point(236, 77);
this.buttonEachUnlock.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonEachUnlock.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonEachUnlock.Name = "buttonEachUnlock"; this.buttonEachUnlock.Name = "buttonEachUnlock";
this.buttonEachUnlock.NestedClickEventPrevent = false; this.buttonEachUnlock.NestedClickEventPrevent = false;
@ -2052,10 +2052,10 @@
this.buttonEachReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DisableImage"))); this.buttonEachReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DisableImage")));
this.buttonEachReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DownImage"))); this.buttonEachReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DownImage")));
this.buttonEachReverse.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonEachReverse.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonEachReverse.GroupID = 0; this.buttonEachReverse.GroupID = 0;
this.buttonEachReverse.InitVisible = true; this.buttonEachReverse.InitVisible = true;
this.buttonEachReverse.Location = new System.Drawing.Point(132, 75); this.buttonEachReverse.Location = new System.Drawing.Point(130, 77);
this.buttonEachReverse.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonEachReverse.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonEachReverse.Name = "buttonEachReverse"; this.buttonEachReverse.Name = "buttonEachReverse";
this.buttonEachReverse.NestedClickEventPrevent = false; this.buttonEachReverse.NestedClickEventPrevent = false;
@ -2085,10 +2085,10 @@
this.buttonEachForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DisableImage"))); this.buttonEachForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DisableImage")));
this.buttonEachForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DownImage"))); this.buttonEachForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DownImage")));
this.buttonEachForward.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonEachForward.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonEachForward.GroupID = 0; this.buttonEachForward.GroupID = 0;
this.buttonEachForward.InitVisible = true; this.buttonEachForward.InitVisible = true;
this.buttonEachForward.Location = new System.Drawing.Point(26, 75); this.buttonEachForward.Location = new System.Drawing.Point(24, 77);
this.buttonEachForward.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonEachForward.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonEachForward.Name = "buttonEachForward"; this.buttonEachForward.Name = "buttonEachForward";
this.buttonEachForward.NestedClickEventPrevent = false; this.buttonEachForward.NestedClickEventPrevent = false;
@ -2112,13 +2112,13 @@
// //
this.groupBoxAll.BackPictureBox = this.smartForm1; this.groupBoxAll.BackPictureBox = this.smartForm1;
this.groupBoxAll.BackPictureBox1 = null; this.groupBoxAll.BackPictureBox1 = null;
this.groupBoxAll.Controls.Add(this.smartLabel8); this.groupBoxAll.Controls.Add(this.labelTitleCautionAll);
this.groupBoxAll.Controls.Add(this.labelIntervalAll); this.groupBoxAll.Controls.Add(this.labelIntervalAll);
this.groupBoxAll.Controls.Add(this.buttonAllContinue); this.groupBoxAll.Controls.Add(this.buttonAllContinue);
this.groupBoxAll.Controls.Add(this.buttonAllForward); this.groupBoxAll.Controls.Add(this.buttonAllForward);
this.groupBoxAll.Controls.Add(this.buttonAllUnlock); this.groupBoxAll.Controls.Add(this.buttonAllUnlock);
this.groupBoxAll.Controls.Add(this.buttonAllReverse); this.groupBoxAll.Controls.Add(this.buttonAllReverse);
this.groupBoxAll.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxAll.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxAll.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxAll.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxAll.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAll.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAll.FrameLineThickness = 1; this.groupBoxAll.FrameLineThickness = 1;
@ -2133,26 +2133,26 @@
this.groupBoxAll.Text = "전체 동작 테스트"; this.groupBoxAll.Text = "전체 동작 테스트";
this.groupBoxAll.TextColor = System.Drawing.Color.Black; this.groupBoxAll.TextColor = System.Drawing.Color.Black;
// //
// smartLabel8 // labelTitleCautionAll
// //
this.smartLabel8.BackColor = System.Drawing.Color.Silver; this.labelTitleCautionAll.BackColor = System.Drawing.Color.Silver;
this.smartLabel8.BackPictureBox = this.smartForm1; this.labelTitleCautionAll.BackPictureBox = this.smartForm1;
this.smartLabel8.BackPictureBox1 = null; this.labelTitleCautionAll.BackPictureBox1 = null;
this.smartLabel8.BackPictureBox2 = null; this.labelTitleCautionAll.BackPictureBox2 = null;
this.smartLabel8.BorderColor = System.Drawing.Color.Black; this.labelTitleCautionAll.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCautionAll.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitleCautionAll.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel8.ForeColor = System.Drawing.Color.DarkRed; this.labelTitleCautionAll.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel8.InitVisible = true; this.labelTitleCautionAll.InitVisible = true;
this.smartLabel8.LineSpacing = 0F; this.labelTitleCautionAll.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(26, 157); this.labelTitleCautionAll.Location = new System.Drawing.Point(26, 157);
this.smartLabel8.Name = "smartLabel8"; this.labelTitleCautionAll.Name = "labelTitleCautionAll";
this.smartLabel8.Size = new System.Drawing.Size(428, 23); this.labelTitleCautionAll.Size = new System.Drawing.Size(428, 23);
this.smartLabel8.TabIndex = 246; this.labelTitleCautionAll.TabIndex = 246;
this.smartLabel8.Text = "※ Click button for 200ms"; this.labelTitleCautionAll.Text = "※ Click button for 200ms";
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleCautionAll.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelTitleCautionAll.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.smartLabel8.Wordwrap = false; this.labelTitleCautionAll.Wordwrap = false;
// //
// labelIntervalAll // labelIntervalAll
// //
@ -2185,7 +2185,7 @@
this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllContinue.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DisableImage"))); this.buttonAllContinue.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DisableImage")));
this.buttonAllContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DownImage"))); this.buttonAllContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DownImage")));
this.buttonAllContinue.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonAllContinue.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonAllContinue.GroupID = 0; this.buttonAllContinue.GroupID = 0;
this.buttonAllContinue.InitVisible = true; this.buttonAllContinue.InitVisible = true;
this.buttonAllContinue.Location = new System.Drawing.Point(344, 77); this.buttonAllContinue.Location = new System.Drawing.Point(344, 77);
@ -2218,7 +2218,7 @@
this.buttonAllForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DisableImage"))); this.buttonAllForward.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DisableImage")));
this.buttonAllForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DownImage"))); this.buttonAllForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DownImage")));
this.buttonAllForward.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonAllForward.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonAllForward.GroupID = 0; this.buttonAllForward.GroupID = 0;
this.buttonAllForward.InitVisible = true; this.buttonAllForward.InitVisible = true;
this.buttonAllForward.Location = new System.Drawing.Point(26, 77); this.buttonAllForward.Location = new System.Drawing.Point(26, 77);
@ -2251,7 +2251,7 @@
this.buttonAllUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllUnlock.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DisableImage"))); this.buttonAllUnlock.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DisableImage")));
this.buttonAllUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DownImage"))); this.buttonAllUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DownImage")));
this.buttonAllUnlock.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonAllUnlock.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonAllUnlock.GroupID = 0; this.buttonAllUnlock.GroupID = 0;
this.buttonAllUnlock.InitVisible = true; this.buttonAllUnlock.InitVisible = true;
this.buttonAllUnlock.Location = new System.Drawing.Point(238, 77); this.buttonAllUnlock.Location = new System.Drawing.Point(238, 77);
@ -2284,7 +2284,7 @@
this.buttonAllReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DisableImage"))); this.buttonAllReverse.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DisableImage")));
this.buttonAllReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DownImage"))); this.buttonAllReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DownImage")));
this.buttonAllReverse.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.buttonAllReverse.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonAllReverse.GroupID = 0; this.buttonAllReverse.GroupID = 0;
this.buttonAllReverse.InitVisible = true; this.buttonAllReverse.InitVisible = true;
this.buttonAllReverse.Location = new System.Drawing.Point(132, 77); this.buttonAllReverse.Location = new System.Drawing.Point(132, 77);
@ -2314,7 +2314,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7); this.labelTitle.Location = new System.Drawing.Point(199, 7);
@ -2357,7 +2357,7 @@
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine5); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine5);
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine3); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine3);
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine1); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine1);
this.groupBoxDirection.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxDirection.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxDirection.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxDirection.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxDirection.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxDirection.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxDirection.FrameLineThickness = 1; this.groupBoxDirection.FrameLineThickness = 1;
@ -2863,7 +2863,7 @@
this.groupBoxAngle.Controls.Add(this.comboBoxTwoStepPassAngle); this.groupBoxAngle.Controls.Add(this.comboBoxTwoStepPassAngle);
this.groupBoxAngle.Controls.Add(this.labelTitleNG); this.groupBoxAngle.Controls.Add(this.labelTitleNG);
this.groupBoxAngle.Controls.Add(this.labelTitlePass); this.groupBoxAngle.Controls.Add(this.labelTitlePass);
this.groupBoxAngle.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxAngle.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxAngle.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxAngle.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxAngle.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAngle.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAngle.FrameLineThickness = 1; this.groupBoxAngle.FrameLineThickness = 1;
@ -2885,7 +2885,7 @@
this.radioButtonImpellerMotorAngle60.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle60.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle60.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle60.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle60.Checked = false; this.radioButtonImpellerMotorAngle60.Checked = false;
this.radioButtonImpellerMotorAngle60.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle60.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle60.GroupID = 0; this.radioButtonImpellerMotorAngle60.GroupID = 0;
this.radioButtonImpellerMotorAngle60.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle60.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle60.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle60.ImageUnCheckRadioButton = null;
@ -2911,7 +2911,7 @@
this.radioButtonImpellerMotorAngle180.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle180.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle180.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle180.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle180.Checked = false; this.radioButtonImpellerMotorAngle180.Checked = false;
this.radioButtonImpellerMotorAngle180.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle180.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle180.GroupID = 0; this.radioButtonImpellerMotorAngle180.GroupID = 0;
this.radioButtonImpellerMotorAngle180.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle180.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle180.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle180.ImageUnCheckRadioButton = null;
@ -2937,7 +2937,7 @@
this.radioButtonImpellerMotorAngle120.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle120.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle120.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle120.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle120.Checked = false; this.radioButtonImpellerMotorAngle120.Checked = false;
this.radioButtonImpellerMotorAngle120.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle120.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle120.GroupID = 0; this.radioButtonImpellerMotorAngle120.GroupID = 0;
this.radioButtonImpellerMotorAngle120.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle120.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle120.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle120.ImageUnCheckRadioButton = null;
@ -2963,7 +2963,7 @@
this.radioButtonImpellerMotorAngle90.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle90.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle90.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle90.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle90.Checked = false; this.radioButtonImpellerMotorAngle90.Checked = false;
this.radioButtonImpellerMotorAngle90.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle90.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle90.GroupID = 0; this.radioButtonImpellerMotorAngle90.GroupID = 0;
this.radioButtonImpellerMotorAngle90.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle90.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle90.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle90.ImageUnCheckRadioButton = null;
@ -2990,7 +2990,7 @@
this.labelTitleStep2.BackPictureBox2 = null; this.labelTitleStep2.BackPictureBox2 = null;
this.labelTitleStep2.BorderColor = System.Drawing.Color.Black; this.labelTitleStep2.BorderColor = System.Drawing.Color.Black;
this.labelTitleStep2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleStep2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleStep2.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTitleStep2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleStep2.ForeColor = System.Drawing.Color.Black; this.labelTitleStep2.ForeColor = System.Drawing.Color.Black;
this.labelTitleStep2.InitVisible = true; this.labelTitleStep2.InitVisible = true;
this.labelTitleStep2.LineSpacing = 0F; this.labelTitleStep2.LineSpacing = 0F;
@ -3011,7 +3011,7 @@
this.labelTitleStep1.BackPictureBox2 = null; this.labelTitleStep1.BackPictureBox2 = null;
this.labelTitleStep1.BorderColor = System.Drawing.Color.Black; this.labelTitleStep1.BorderColor = System.Drawing.Color.Black;
this.labelTitleStep1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleStep1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleStep1.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTitleStep1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleStep1.ForeColor = System.Drawing.Color.Black; this.labelTitleStep1.ForeColor = System.Drawing.Color.Black;
this.labelTitleStep1.InitVisible = true; this.labelTitleStep1.InitVisible = true;
this.labelTitleStep1.LineSpacing = 0F; this.labelTitleStep1.LineSpacing = 0F;
@ -3032,7 +3032,7 @@
this.labelTwoStepNGAngle.BackPictureBox2 = null; this.labelTwoStepNGAngle.BackPictureBox2 = null;
this.labelTwoStepNGAngle.BorderColor = System.Drawing.Color.Black; this.labelTwoStepNGAngle.BorderColor = System.Drawing.Color.Black;
this.labelTwoStepNGAngle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTwoStepNGAngle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTwoStepNGAngle.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTwoStepNGAngle.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTwoStepNGAngle.ForeColor = System.Drawing.Color.Black; this.labelTwoStepNGAngle.ForeColor = System.Drawing.Color.Black;
this.labelTwoStepNGAngle.InitVisible = true; this.labelTwoStepNGAngle.InitVisible = true;
this.labelTwoStepNGAngle.LineSpacing = 0F; this.labelTwoStepNGAngle.LineSpacing = 0F;
@ -3053,7 +3053,7 @@
this.labelTwoStepPassAngle.BackPictureBox2 = null; this.labelTwoStepPassAngle.BackPictureBox2 = null;
this.labelTwoStepPassAngle.BorderColor = System.Drawing.Color.Black; this.labelTwoStepPassAngle.BorderColor = System.Drawing.Color.Black;
this.labelTwoStepPassAngle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTwoStepPassAngle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTwoStepPassAngle.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTwoStepPassAngle.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTwoStepPassAngle.ForeColor = System.Drawing.Color.Black; this.labelTwoStepPassAngle.ForeColor = System.Drawing.Color.Black;
this.labelTwoStepPassAngle.InitVisible = true; this.labelTwoStepPassAngle.InitVisible = true;
this.labelTwoStepPassAngle.LineSpacing = 0F; this.labelTwoStepPassAngle.LineSpacing = 0F;
@ -3092,7 +3092,7 @@
this.labelTitleNG.BackPictureBox2 = null; this.labelTitleNG.BackPictureBox2 = null;
this.labelTitleNG.BorderColor = System.Drawing.Color.Black; this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNG.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTitleNG.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleNG.ForeColor = System.Drawing.Color.Black; this.labelTitleNG.ForeColor = System.Drawing.Color.Black;
this.labelTitleNG.InitVisible = true; this.labelTitleNG.InitVisible = true;
this.labelTitleNG.LineSpacing = 0F; this.labelTitleNG.LineSpacing = 0F;
@ -3113,7 +3113,7 @@
this.labelTitlePass.BackPictureBox2 = null; this.labelTitlePass.BackPictureBox2 = null;
this.labelTitlePass.BorderColor = System.Drawing.Color.Black; this.labelTitlePass.BorderColor = System.Drawing.Color.Black;
this.labelTitlePass.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePass.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.labelTitlePass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelTitlePass.ForeColor = System.Drawing.Color.Black; this.labelTitlePass.ForeColor = System.Drawing.Color.Black;
this.labelTitlePass.InitVisible = true; this.labelTitlePass.InitVisible = true;
this.labelTitlePass.LineSpacing = 0F; this.labelTitlePass.LineSpacing = 0F;
@ -3253,8 +3253,8 @@
private System.Windows.Forms.Timer timerMotorContinuousAll; private System.Windows.Forms.Timer timerMotorContinuousAll;
private System.Windows.Forms.Timer timerEachProgramDownload; private System.Windows.Forms.Timer timerEachProgramDownload;
private SmartX.SmartLabel labelStaticWarning1; private SmartX.SmartLabel labelStaticWarning1;
private SmartX.SmartLabel smartLabel1; private SmartX.SmartLabel labelTitleCautionEach;
private SmartX.SmartLabel smartLabel8; private SmartX.SmartLabel labelTitleCautionAll;
private System.IO.Ports.SerialPort serialPort1; private System.IO.Ports.SerialPort serialPort1;
private SmartX.SmartGroupBox groupBoxDirection; private SmartX.SmartGroupBox groupBoxDirection;
private SmartX.SmartButton buttonSave; private SmartX.SmartButton buttonSave;

View File

@ -166,6 +166,7 @@ namespace INT69DC_7C.Forms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
#region English
this.labelTitle.Text = "Motor settings"; this.labelTitle.Text = "Motor settings";
this.groupBoxSelectImpeller.Text = "Select impeller"; this.groupBoxSelectImpeller.Text = "Select impeller";
@ -187,12 +188,16 @@ namespace INT69DC_7C.Forms
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Normal"; this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Normal";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse"; this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse";
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Consecutively"; this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Consecutively";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc : Motor running current (%, max: 100)";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; this.labelDiscription2.Text = "Hc : Motor stall current (%, max: 100)";
this.labelDiscription3.Text = "Ms : Controls the microstep resolution";
this.labelDiscription4.Text = "Vi : Initial velocity for all motion commands (< Vm)";
this.labelDiscription5.Text = "Vm : Specifies the maximum velocity in steps/counts per second";
this.labelDiscription6.Text = "A : Sets the maximum acceleration achieved by the MDrive in steps per second²";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown));
@ -206,9 +211,11 @@ namespace INT69DC_7C.Forms
this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmDisable)); this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmDisable));
this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmDown)); this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmDown));
this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmUp)); this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engClearAlarmUp));
#endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
#region Chinese
this.labelTitle.Text = "设置电机"; this.labelTitle.Text = "设置电机";
this.groupBoxSelectImpeller.Text = "选择叶轮"; this.groupBoxSelectImpeller.Text = "选择叶轮";
@ -228,7 +235,7 @@ namespace INT69DC_7C.Forms
this.labelStaticWarning2.Text = "※ 电源重启后,设置会自动更新"; this.labelStaticWarning2.Text = "※ 电源重启后,设置会自动更新";
this.labelStaticWarning3.Text = "※ 关闭电源并重新打开,然后继续测试。"; this.labelStaticWarning3.Text = "※ 关闭电源并重新打开,然后继续测试。";
this.smartLabel1.Text = this.smartLabel8.Text = "※ 点击按钮200ms"; this.labelTitleCautionEach.Text = this.labelTitleCautionAll.Text = "※ 点击按钮200ms";
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "正向"; this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "正向";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "反向"; this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "反向";
@ -239,8 +246,12 @@ namespace INT69DC_7C.Forms
this.buttonDownloadExistingMotorEach.Text = "下载每个"; this.buttonDownloadExistingMotorEach.Text = "下载每个";
this.buttonDownloadExistingMotorAll.Text = "大量下载"; this.buttonDownloadExistingMotorAll.Text = "大量下载";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc电机运行电流%最大值100";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; this.labelDiscription2.Text = "Hc电机堵转电流%最大值100";
this.labelDiscription3.Text = "Ms控制微步分辨率";
this.labelDiscription4.Text = "Vi所有运动指令的初始速度< Vm";
this.labelDiscription5.Text = "Vm指定最大速度步/秒)";
this.labelDiscription6.Text = "A设置 MDrive 达到的最大加速度(步/秒²)";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown));
@ -254,9 +265,11 @@ namespace INT69DC_7C.Forms
this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmDisable)); this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmDisable));
this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmDown)); this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmDown));
this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmUp)); this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnClearAlarmUp));
#endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
#region Czech
this.labelTitle.Text = "Nastavení motoru"; this.labelTitle.Text = "Nastavení motoru";
this.groupBoxSelectImpeller.Text = "Výběr pohonu"; this.groupBoxSelectImpeller.Text = "Výběr pohonu";
@ -271,7 +284,7 @@ namespace INT69DC_7C.Forms
this.groupBoxSelectImpeller.Text = "Linka"; this.groupBoxSelectImpeller.Text = "Linka";
this.groupBoxAngle.Text = "Úhel natočení"; this.groupBoxAngle.Text = "Úhel natočení";
this.smartLabel1.Text = this.smartLabel8.Text = "※ Stiskněte tlačítko na dobu 200ms"; this.labelTitleCautionEach.Text = this.labelTitleCautionAll.Text = "※ Stiskněte tlačítko na dobu 200ms";
this.buttonInitialDownload.Text = "Stahování programu"; this.buttonInitialDownload.Text = "Stahování programu";
@ -285,15 +298,19 @@ namespace INT69DC_7C.Forms
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Vpřed"; this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Vpřed";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Vzad"; this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Vzad";
this.buttonEachUnlock.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachUnlock.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllUnlock.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllUnlock.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllUnlock.Text = this.buttonEachUnlock.Text = "Odemknout"; this.buttonAllUnlock.Text = this.buttonEachUnlock.Text = "Odemknout";
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Nepřetržitě"; this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Nepřetržitě";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc: Proud motoru při běhu (%, max: 100)";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; this.labelDiscription2.Text = "Hc: Proud zastavení motoru (%, max: 100)";
this.labelDiscription3.Text = "Ms: Řídí rozlišení mikrokroků";
this.labelDiscription4.Text = "Vi: Počáteční rychlost pro všechny povely pohybu (< Vm)";
this.labelDiscription5.Text = "Vm: Určuje maximální rychlost v krocích/počtech za sekundu";
this.labelDiscription6.Text = "A: Nastavuje maximální zrychlení dosažené pohonem MDrive v krocích za sekundu²";
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDisable)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeScreenDown));
@ -307,9 +324,11 @@ namespace INT69DC_7C.Forms
this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmDisable)); this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmDisable));
this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmDown)); this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmDown));
this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmUp)); this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeClearAlarmUp));
#endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{ {
#region German
this.labelTitle.Text = "Motoreinstellung"; this.labelTitle.Text = "Motoreinstellung";
this.groupBoxSelectImpeller.Text = "Laufrad wählen"; this.groupBoxSelectImpeller.Text = "Laufrad wählen";
@ -326,7 +345,7 @@ namespace INT69DC_7C.Forms
this.groupBoxDirection.Text = "Drehrichtung(Standard:Vorwärts, Klicken:Rückwärts)"; this.groupBoxDirection.Text = "Drehrichtung(Standard:Vorwärts, Klicken:Rückwärts)";
this.groupBoxAngle.Text = "Drehwinkel"; this.groupBoxAngle.Text = "Drehwinkel";
this.smartLabel1.Text = this.smartLabel8.Text = "※ Taste 200ms gedrückt halten"; this.labelTitleCautionEach.Text = this.labelTitleCautionAll.Text = "※ Taste 200ms gedrückt halten";
this.buttonInitialDownload.Text = "Herunterladen"; this.buttonInitialDownload.Text = "Herunterladen";
this.labelStaticWarning1.Text = "※ Programm lädt erst herunter, NACHDEM ein neuer Motor ANGESCHLOSSEN WURDE"; this.labelStaticWarning1.Text = "※ Programm lädt erst herunter, NACHDEM ein neuer Motor ANGESCHLOSSEN WURDE";
@ -335,15 +354,19 @@ namespace INT69DC_7C.Forms
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Vorwärts"; this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Vorwärts";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Rückwärts"; this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Rückwärts";
this.buttonEachUnlock.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachUnlock.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllUnlock.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllUnlock.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllUnlock.Text = this.buttonEachUnlock.Text = "Aufsperren"; this.buttonAllUnlock.Text = this.buttonEachUnlock.Text = "Aufsperren";
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Dauerhafter"; this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Dauerhafter";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc: Motorbetriebsstrom (%), max.: 100";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; this.labelDiscription2.Text = "Hc: Motorblockierstrom (%), max.: 100";
this.labelDiscription3.Text = "Ms: Steuert die Mikroschrittauflösung";
this.labelDiscription4.Text = "Vi: Anfangsgeschwindigkeit für alle Bewegungsbefehle (< Vm)";
this.labelDiscription5.Text = "Vm: Gibt die maximale Geschwindigkeit in Schritten/Zählungen pro Sekunde an";
this.labelDiscription6.Text = "A: Legt die maximale Beschleunigung fest, die vom MDrive erreicht wird, in Schritten pro Sekunde²";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDisable)); this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDown)); this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerScreenDown));
@ -357,6 +380,65 @@ namespace INT69DC_7C.Forms
this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmDisable)); this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmDisable));
this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmDown)); this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmDown));
this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmUp)); this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerClearAlarmUp));
#endregion
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
#region Japanese
this.labelTitle.Text = "モㅡタㅡ設定";
this.groupBoxSelectImpeller.Text = "インペラㅡ選択";
this.groupBoxEachDownload.Text = "個別モㅡタㅡプログラムのダウンロㅡド";
this.groupBoxEach.Text = "個々のモㅡタㅡテスト";
this.groupBoxAll.Text = "フルモㅡタㅡテスト";
this.groupBoxMotorTest.Text = "モㅡタㅡテスト(COM1, RS485)";
this.groupBoxInitialDownload.Text = "プログラムのダウンロㅡド(COM1, RS485)";
this.groupBoxSelectImpeller.Text = "列";
this.groupBoxDirection.Text = "個々モㅡタㅡ方向(デフォルト:正転, クリック:逆回転)";
this.groupBoxAngle.Text = "角度設定";
this.buttonEachUnlock.Text = this.buttonAllUnlock.Text = "ロック解除";
this.buttonInitialDownload.Text = "ダウンロㅡド";
this.labelStaticWarning1.Text = "※ モㅡタㅡ接続後、ダウンロㅡドしてください。";
this.labelStaticWarning2.Text = "※ 電源を入れ直すと設定が反映されます。.";
this.labelStaticWarning3.Text = "※ 電源を入れ直した後、テストを進めてください。";
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "正転";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "逆回転";
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "連続";
this.labelTitleCautionAll.Text = this.labelTitleCautionEach.Text = "※ボタンを200msクリック";
this.labelTitlePass.Text = "定量 : ";
this.labelTitleNG.Text = "不良 : ";
this.labelTitleStep1.Text = "ステップ1";
this.labelTitleStep2.Text = "ステップ2";
this.buttonDefault.Text = "デフォルト";
this.buttonDownloadExistingMotorEach.Text = "ダウンロㅡド(個別)";
this.buttonDownloadExistingMotorAll.Text = "ダウンロㅡド(全体)";
this.labelDiscription1.Text = "Rcモㅡタ駆動電流%、最大値100";
this.labelDiscription2.Text = "Hcモㅡタ停止電流%、最大値100";
this.labelDiscription3.Text = "Msマイクロステップ分解能を制御";
this.labelDiscription4.Text = "Viすべてのモㅡションコマンドの初期速度< Vm";
this.labelDiscription5.Text = "Vm軸が到達する1秒あたりのステップ/カウントでの最大速度の指定";
this.labelDiscription6.Text = "ASec²あたりのステップでMDriveによって到達される最大加速を設定します";
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenUp));
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
this.buttonClearAlarm.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnClearAlarmDisable));
this.buttonClearAlarm.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnClearAlarmDown));
this.buttonClearAlarm.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnClearAlarmUp));
#endregion
} }
else else
{ {
@ -1520,6 +1602,8 @@ namespace INT69DC_7C.Forms
this.buttonEachUnlock.Text = "Sperren"; this.buttonEachUnlock.Text = "Sperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonEachUnlock.Text = "锁住"; this.buttonEachUnlock.Text = "锁住";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "ロック";
else else
this.buttonEachUnlock.Text = "Lock"; this.buttonEachUnlock.Text = "Lock";
@ -1565,6 +1649,8 @@ namespace INT69DC_7C.Forms
this.buttonEachUnlock.Text = "Aufsperren"; this.buttonEachUnlock.Text = "Aufsperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonEachUnlock.Text = "解锁"; this.buttonEachUnlock.Text = "解锁";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "ロック解除";
else else
this.buttonEachUnlock.Text = "Unlock"; this.buttonEachUnlock.Text = "Unlock";
@ -1699,6 +1785,8 @@ namespace INT69DC_7C.Forms
this.buttonAllUnlock.Text = "Sperren"; this.buttonAllUnlock.Text = "Sperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonAllUnlock.Text = "锁住"; this.buttonAllUnlock.Text = "锁住";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonAllUnlock.Text = "ロック";
else else
this.buttonAllUnlock.Text = "Lock"; this.buttonAllUnlock.Text = "Lock";
@ -1744,6 +1832,8 @@ namespace INT69DC_7C.Forms
this.buttonAllUnlock.Text = "Aufsperren"; this.buttonAllUnlock.Text = "Aufsperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonAllUnlock.Text = "解锁"; this.buttonAllUnlock.Text = "解锁";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonAllUnlock.Text = "ロック解除";
else else
this.buttonAllUnlock.Text = "Unlock"; this.buttonAllUnlock.Text = "Unlock";

View File

@ -108,6 +108,21 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "オプション設定";
this.labelBuadrateWarning.Text = "※ 設定を変更したら、電源を入れ直してください。";
this.labelBuadrateWarning2.Text = "※ エンジニア以外に絶対に変更しないでください。";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -84,6 +84,13 @@ namespace INT69DC_7C.Forms
this.labelUpdateWait2.Text = "USB nicht vom Gerät trennen"; this.labelUpdateWait2.Text = "USB nicht vom Gerät trennen";
this.labelUpdateRestart.Text = "Mit dem Hauptschalter aus- und einschalten"; this.labelUpdateRestart.Text = "Mit dem Hauptschalter aus- und einschalten";
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "更新";
this.labelUpdateWait.Text = "しばらくお待ちください。";
this.labelUpdateWait2.Text = "USBを本体から外さないでください。";
this.labelUpdateRestart.Text = "電源を入れ直してください。";
}
else else
{ {

View File

@ -79,7 +79,7 @@
this.labelStaticDoubleDelayTime = new SmartX.SmartLabel(); this.labelStaticDoubleDelayTime = new SmartX.SmartLabel();
this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel(); this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel();
this.labelStaticFilter = new SmartX.SmartLabel(); this.labelStaticFilter = new SmartX.SmartLabel();
this.smartLabel33 = new SmartX.SmartLabel(); this.labelTitleWeight = new SmartX.SmartLabel();
this.labelWeightValue = new SmartX.SmartLabel(); this.labelWeightValue = new SmartX.SmartLabel();
this.buttonWeightReference = new SmartX.SmartButton(); this.buttonWeightReference = new SmartX.SmartButton();
this.smartLabel32 = new SmartX.SmartLabel(); this.smartLabel32 = new SmartX.SmartLabel();
@ -137,7 +137,7 @@
this.labelTitleNo.BackPictureBox2 = null; this.labelTitleNo.BackPictureBox2 = null;
this.labelTitleNo.BorderColor = System.Drawing.Color.Black; this.labelTitleNo.BorderColor = System.Drawing.Color.Black;
this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNo.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleNo.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleNo.InitVisible = true; this.labelTitleNo.InitVisible = true;
this.labelTitleNo.LineSpacing = 0F; this.labelTitleNo.LineSpacing = 0F;
this.labelTitleNo.Location = new System.Drawing.Point(34, 33); this.labelTitleNo.Location = new System.Drawing.Point(34, 33);
@ -242,7 +242,7 @@
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCopy.DisableImage = null; this.buttonCopy.DisableImage = null;
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage"))); this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
this.buttonCopy.Font = new System.Drawing.Font("Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonCopy.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCopy.GroupID = 0; this.buttonCopy.GroupID = 0;
this.buttonCopy.InitVisible = true; this.buttonCopy.InitVisible = true;
this.buttonCopy.Location = new System.Drawing.Point(30, 666); this.buttonCopy.Location = new System.Drawing.Point(30, 666);
@ -289,7 +289,7 @@
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineThickness = 1; this.groupBoxConveyor.FrameLineThickness = 1;
@ -312,7 +312,7 @@
this.labelStaticFeedingConveyor.BackPictureBox2 = null; this.labelStaticFeedingConveyor.BackPictureBox2 = null;
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingConveyor.InitVisible = true; this.labelStaticFeedingConveyor.InitVisible = true;
this.labelStaticFeedingConveyor.LineSpacing = 0F; this.labelStaticFeedingConveyor.LineSpacing = 0F;
this.labelStaticFeedingConveyor.Location = new System.Drawing.Point(20, 109); this.labelStaticFeedingConveyor.Location = new System.Drawing.Point(20, 109);
@ -332,7 +332,7 @@
this.labelStaticRejectConveyor.BackPictureBox2 = null; this.labelStaticRejectConveyor.BackPictureBox2 = null;
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyor.InitVisible = true; this.labelStaticRejectConveyor.InitVisible = true;
this.labelStaticRejectConveyor.LineSpacing = 0F; this.labelStaticRejectConveyor.LineSpacing = 0F;
this.labelStaticRejectConveyor.Location = new System.Drawing.Point(20, 19); this.labelStaticRejectConveyor.Location = new System.Drawing.Point(20, 19);
@ -415,7 +415,7 @@
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null; this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorDelayTime.InitVisible = true; this.labelStaticRejectConveyorDelayTime.InitVisible = true;
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F; this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(16, 39); this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(16, 39);
@ -456,7 +456,7 @@
this.labelStaticFeedingRunTime.BackPictureBox2 = null; this.labelStaticFeedingRunTime.BackPictureBox2 = null;
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingRunTime.InitVisible = true; this.labelStaticFeedingRunTime.InitVisible = true;
this.labelStaticFeedingRunTime.LineSpacing = 0F; this.labelStaticFeedingRunTime.LineSpacing = 0F;
this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(16, 167); this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(16, 167);
@ -476,7 +476,7 @@
this.labelStaticFeedingDelayTime.BackPictureBox2 = null; this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingDelayTime.InitVisible = true; this.labelStaticFeedingDelayTime.InitVisible = true;
this.labelStaticFeedingDelayTime.LineSpacing = 0F; this.labelStaticFeedingDelayTime.LineSpacing = 0F;
this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(16, 131); this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(16, 131);
@ -496,7 +496,7 @@
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null; this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorRunTime.InitVisible = true; this.labelStaticRejectConveyorRunTime.InitVisible = true;
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F; this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(16, 75); this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(16, 75);
@ -546,7 +546,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7); this.labelTitle.Location = new System.Drawing.Point(199, 7);
@ -575,7 +575,7 @@
this.smartGroupBox1.Controls.Add(this.labelTitleName); this.smartGroupBox1.Controls.Add(this.labelTitleName);
this.smartGroupBox1.Controls.Add(this.labelTitleNo); this.smartGroupBox1.Controls.Add(this.labelTitleNo);
this.smartGroupBox1.Controls.Add(this.listBoxProductList); this.smartGroupBox1.Controls.Add(this.listBoxProductList);
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameLineThickness = 1;
@ -748,7 +748,7 @@
// //
// buttonLotEdit // buttonLotEdit
// //
this.buttonLotEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonLotEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonLotEdit.Location = new System.Drawing.Point(358, 104); this.buttonLotEdit.Location = new System.Drawing.Point(358, 104);
this.buttonLotEdit.Name = "buttonLotEdit"; this.buttonLotEdit.Name = "buttonLotEdit";
this.buttonLotEdit.Size = new System.Drawing.Size(82, 30); this.buttonLotEdit.Size = new System.Drawing.Size(82, 30);
@ -758,7 +758,7 @@
// //
// buttonNameEdit // buttonNameEdit
// //
this.buttonNameEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonNameEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonNameEdit.Location = new System.Drawing.Point(358, 68); this.buttonNameEdit.Location = new System.Drawing.Point(358, 68);
this.buttonNameEdit.Name = "buttonNameEdit"; this.buttonNameEdit.Name = "buttonNameEdit";
this.buttonNameEdit.Size = new System.Drawing.Size(82, 30); this.buttonNameEdit.Size = new System.Drawing.Size(82, 30);
@ -773,7 +773,7 @@
this.labelTitleLOT.BackPictureBox2 = null; this.labelTitleLOT.BackPictureBox2 = null;
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black; this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLOT.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleLOT.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLOT.InitVisible = true; this.labelTitleLOT.InitVisible = true;
this.labelTitleLOT.LineSpacing = 0F; this.labelTitleLOT.LineSpacing = 0F;
this.labelTitleLOT.Location = new System.Drawing.Point(34, 104); this.labelTitleLOT.Location = new System.Drawing.Point(34, 104);
@ -792,7 +792,7 @@
this.labelTitleName.BackPictureBox2 = null; this.labelTitleName.BackPictureBox2 = null;
this.labelTitleName.BorderColor = System.Drawing.Color.Black; this.labelTitleName.BorderColor = System.Drawing.Color.Black;
this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleName.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleName.InitVisible = true; this.labelTitleName.InitVisible = true;
this.labelTitleName.LineSpacing = 0F; this.labelTitleName.LineSpacing = 0F;
this.labelTitleName.Location = new System.Drawing.Point(34, 68); this.labelTitleName.Location = new System.Drawing.Point(34, 68);
@ -818,7 +818,7 @@
this.groupBoxJudgment.BackPictureBox = this.smartForm1; this.groupBoxJudgment.BackPictureBox = this.smartForm1;
this.groupBoxJudgment.BackPictureBox1 = null; this.groupBoxJudgment.BackPictureBox1 = null;
this.groupBoxJudgment.Controls.Add(this.groupBoxJudgmentSetting); this.groupBoxJudgment.Controls.Add(this.groupBoxJudgmentSetting);
this.groupBoxJudgment.Controls.Add(this.smartLabel33); this.groupBoxJudgment.Controls.Add(this.labelTitleWeight);
this.groupBoxJudgment.Controls.Add(this.labelWeightValue); this.groupBoxJudgment.Controls.Add(this.labelWeightValue);
this.groupBoxJudgment.Controls.Add(this.buttonWeightReference); this.groupBoxJudgment.Controls.Add(this.buttonWeightReference);
this.groupBoxJudgment.Controls.Add(this.smartLabel32); this.groupBoxJudgment.Controls.Add(this.smartLabel32);
@ -829,7 +829,7 @@
this.groupBoxJudgment.Controls.Add(this.groupBoxConveyor); this.groupBoxJudgment.Controls.Add(this.groupBoxConveyor);
this.groupBoxJudgment.Controls.Add(this.labelWeightReference); this.groupBoxJudgment.Controls.Add(this.labelWeightReference);
this.groupBoxJudgment.Controls.Add(this.smartDraw); this.groupBoxJudgment.Controls.Add(this.smartDraw);
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineThickness = 1; this.groupBoxJudgment.FrameLineThickness = 1;
@ -946,7 +946,7 @@
this.labelStaticSorterDelayTime.BackPictureBox2 = null; this.labelStaticSorterDelayTime.BackPictureBox2 = null;
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.Black; this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.Black;
this.labelStaticSorterDelayTime.InitVisible = true; this.labelStaticSorterDelayTime.InitVisible = true;
this.labelStaticSorterDelayTime.LineSpacing = 0F; this.labelStaticSorterDelayTime.LineSpacing = 0F;
@ -966,7 +966,7 @@
this.labelStaticFeedSpeed.BackPictureBox2 = null; this.labelStaticFeedSpeed.BackPictureBox2 = null;
this.labelStaticFeedSpeed.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedSpeed.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedSpeed.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFeedSpeed.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedSpeed.ForeColor = System.Drawing.Color.Black; this.labelStaticFeedSpeed.ForeColor = System.Drawing.Color.Black;
this.labelStaticFeedSpeed.InitVisible = true; this.labelStaticFeedSpeed.InitVisible = true;
this.labelStaticFeedSpeed.LineSpacing = 0F; this.labelStaticFeedSpeed.LineSpacing = 0F;
@ -986,7 +986,7 @@
this.labelStaticSorterRunTime.BackPictureBox2 = null; this.labelStaticSorterRunTime.BackPictureBox2 = null;
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorterRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.Black; this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.Black;
this.labelStaticSorterRunTime.InitVisible = true; this.labelStaticSorterRunTime.InitVisible = true;
this.labelStaticSorterRunTime.LineSpacing = 0F; this.labelStaticSorterRunTime.LineSpacing = 0F;
@ -1090,7 +1090,7 @@
this.labelStaticJudgmentCount.BackPictureBox2 = null; this.labelStaticJudgmentCount.BackPictureBox2 = null;
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black; this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.Black; this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.Black;
this.labelStaticJudgmentCount.InitVisible = true; this.labelStaticJudgmentCount.InitVisible = true;
this.labelStaticJudgmentCount.LineSpacing = 0F; this.labelStaticJudgmentCount.LineSpacing = 0F;
@ -1110,7 +1110,7 @@
this.labelStaticDoubleDelayTime.BackPictureBox2 = null; this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDoubleDelayTime.ForeColor = System.Drawing.Color.Black; this.labelStaticDoubleDelayTime.ForeColor = System.Drawing.Color.Black;
this.labelStaticDoubleDelayTime.InitVisible = true; this.labelStaticDoubleDelayTime.InitVisible = true;
this.labelStaticDoubleDelayTime.LineSpacing = 0F; this.labelStaticDoubleDelayTime.LineSpacing = 0F;
@ -1130,7 +1130,7 @@
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null; this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.Black; this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.Black;
this.labelStaticJudgmentDelayTime.InitVisible = true; this.labelStaticJudgmentDelayTime.InitVisible = true;
this.labelStaticJudgmentDelayTime.LineSpacing = 0F; this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
@ -1150,7 +1150,7 @@
this.labelStaticFilter.BackPictureBox2 = null; this.labelStaticFilter.BackPictureBox2 = null;
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black; this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFilter.ForeColor = System.Drawing.Color.Black; this.labelStaticFilter.ForeColor = System.Drawing.Color.Black;
this.labelStaticFilter.InitVisible = true; this.labelStaticFilter.InitVisible = true;
this.labelStaticFilter.LineSpacing = 0F; this.labelStaticFilter.LineSpacing = 0F;
@ -1163,25 +1163,25 @@
this.labelStaticFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticFilter.Wordwrap = false; this.labelStaticFilter.Wordwrap = false;
// //
// smartLabel33 // labelTitleWeight
// //
this.smartLabel33.BackPictureBox = this.smartForm1; this.labelTitleWeight.BackPictureBox = this.smartForm1;
this.smartLabel33.BackPictureBox1 = null; this.labelTitleWeight.BackPictureBox1 = null;
this.smartLabel33.BackPictureBox2 = null; this.labelTitleWeight.BackPictureBox2 = null;
this.smartLabel33.BorderColor = System.Drawing.Color.Black; this.labelTitleWeight.BorderColor = System.Drawing.Color.Black;
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTitleWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel33.ForeColor = System.Drawing.Color.Black; this.labelTitleWeight.ForeColor = System.Drawing.Color.Black;
this.smartLabel33.InitVisible = true; this.labelTitleWeight.InitVisible = true;
this.smartLabel33.LineSpacing = 0F; this.labelTitleWeight.LineSpacing = 0F;
this.smartLabel33.Location = new System.Drawing.Point(412, 305); this.labelTitleWeight.Location = new System.Drawing.Point(412, 305);
this.smartLabel33.Name = "smartLabel33"; this.labelTitleWeight.Name = "labelTitleWeight";
this.smartLabel33.Size = new System.Drawing.Size(80, 20); this.labelTitleWeight.Size = new System.Drawing.Size(80, 20);
this.smartLabel33.TabIndex = 170; this.labelTitleWeight.TabIndex = 170;
this.smartLabel33.Text = "Weight"; this.labelTitleWeight.Text = "Weight";
this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel33.Wordwrap = false; this.labelTitleWeight.Wordwrap = false;
// //
// labelWeightValue // labelWeightValue
// //
@ -1213,7 +1213,7 @@
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonWeightReference.DisableImage = null; this.buttonWeightReference.DisableImage = null;
this.buttonWeightReference.DownImage = null; this.buttonWeightReference.DownImage = null;
this.buttonWeightReference.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.buttonWeightReference.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.buttonWeightReference.GroupID = 0; this.buttonWeightReference.GroupID = 0;
this.buttonWeightReference.InitVisible = true; this.buttonWeightReference.InitVisible = true;
this.buttonWeightReference.Location = new System.Drawing.Point(132, 305); this.buttonWeightReference.Location = new System.Drawing.Point(132, 305);
@ -1243,7 +1243,7 @@
this.smartLabel32.BackPictureBox2 = null; this.smartLabel32.BackPictureBox2 = null;
this.smartLabel32.BorderColor = System.Drawing.Color.Black; this.smartLabel32.BorderColor = System.Drawing.Color.Black;
this.smartLabel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.smartLabel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel32.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel32.ForeColor = System.Drawing.Color.Black; this.smartLabel32.ForeColor = System.Drawing.Color.Black;
this.smartLabel32.InitVisible = true; this.smartLabel32.InitVisible = true;
this.smartLabel32.LineSpacing = 0F; this.smartLabel32.LineSpacing = 0F;
@ -1283,7 +1283,7 @@
this.labelStaticJudgment.BackPictureBox2 = null; this.labelStaticJudgment.BackPictureBox2 = null;
this.labelStaticJudgment.BorderColor = System.Drawing.Color.Black; this.labelStaticJudgment.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelStaticJudgment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelStaticJudgment.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelStaticJudgment.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgment.ForeColor = System.Drawing.Color.Black; this.labelStaticJudgment.ForeColor = System.Drawing.Color.Black;
this.labelStaticJudgment.InitVisible = true; this.labelStaticJudgment.InitVisible = true;
this.labelStaticJudgment.LineSpacing = 0F; this.labelStaticJudgment.LineSpacing = 0F;
@ -1383,7 +1383,7 @@
this.labelTitleImpellerDelayTime.BackPictureBox2 = null; this.labelTitleImpellerDelayTime.BackPictureBox2 = null;
this.labelTitleImpellerDelayTime.BorderColor = System.Drawing.Color.Black; this.labelTitleImpellerDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleImpellerDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleImpellerDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleImpellerDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTitleImpellerDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleImpellerDelayTime.ForeColor = System.Drawing.Color.Black; this.labelTitleImpellerDelayTime.ForeColor = System.Drawing.Color.Black;
this.labelTitleImpellerDelayTime.InitVisible = true; this.labelTitleImpellerDelayTime.InitVisible = true;
this.labelTitleImpellerDelayTime.LineSpacing = 0F; this.labelTitleImpellerDelayTime.LineSpacing = 0F;
@ -1426,7 +1426,7 @@
this.labelStaticDynamic.BackPictureBox2 = null; this.labelStaticDynamic.BackPictureBox2 = null;
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black; this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDynamic.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDynamic.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDynamic.ForeColor = System.Drawing.Color.Black; this.labelStaticDynamic.ForeColor = System.Drawing.Color.Black;
this.labelStaticDynamic.InitVisible = true; this.labelStaticDynamic.InitVisible = true;
this.labelStaticDynamic.LineSpacing = 0F; this.labelStaticDynamic.LineSpacing = 0F;
@ -1588,7 +1588,7 @@
private SmartX.SmartLabel labelStaticDoubleDelayTime; private SmartX.SmartLabel labelStaticDoubleDelayTime;
private SmartX.SmartLabel labelStaticJudgmentDelayTime; private SmartX.SmartLabel labelStaticJudgmentDelayTime;
private SmartX.SmartLabel labelStaticFilter; private SmartX.SmartLabel labelStaticFilter;
private SmartX.SmartLabel smartLabel33; private SmartX.SmartLabel labelTitleWeight;
private SmartX.SmartLabel labelWeightValue; private SmartX.SmartLabel labelWeightValue;
private SmartX.SmartButton buttonWeightReference; private SmartX.SmartButton buttonWeightReference;
private SmartX.SmartLabel smartLabel32; private SmartX.SmartLabel smartLabel32;

View File

@ -138,7 +138,7 @@ namespace INT69DC_7C.Forms
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "编辑"; this.buttonNameEdit.Text = this.buttonLotEdit.Text = "编辑";
this.smartLabel33.Text = "重量"; this.labelTitleWeight.Text = "重量";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
@ -169,7 +169,7 @@ namespace INT69DC_7C.Forms
this.buttonWeightReference.Text = "Reference"; this.buttonWeightReference.Text = "Reference";
this.labelStaticJudgment.Text = "Výsledek"; this.labelStaticJudgment.Text = "Výsledek";
this.labelStaticFilter.Text = "Filtrovat"; this.labelStaticFilter.Text = "Filtrovat";
this.labelStaticJudgmentDelayTime.Font = new Font("Arial", 9, FontStyle.Bold); this.labelStaticJudgmentDelayTime.Font = new Font("새굴림", 9, FontStyle.Bold);
this.labelStaticJudgmentDelayTime.Text = "Zpoždění rozhodnutí"; this.labelStaticJudgmentDelayTime.Text = "Zpoždění rozhodnutí";
this.labelStaticDoubleDelayTime.Text = "Přesah"; this.labelStaticDoubleDelayTime.Text = "Přesah";
this.labelStaticJudgmentCount.Text = "Počet rozhodnutí"; this.labelStaticJudgmentCount.Text = "Počet rozhodnutí";
@ -190,7 +190,7 @@ namespace INT69DC_7C.Forms
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Editovat"; this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Editovat";
this.labelTitleNo.Text = "Počet"; this.labelTitleNo.Text = "Počet";
this.labelTitleName.Text = "Jméno"; this.labelTitleName.Text = "Jméno";
this.smartLabel33.Text = "Hmotnost"; this.labelTitleWeight.Text = "Hmotnost";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
@ -241,7 +241,7 @@ namespace INT69DC_7C.Forms
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten"; this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten";
this.labelTitleNo.Text = "Nummer"; this.labelTitleNo.Text = "Nummer";
this.labelTitleName.Text = "Name"; this.labelTitleName.Text = "Name";
this.smartLabel33.Text = "Gewicht"; this.labelTitleWeight.Text = "Gewicht";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
@ -263,6 +263,60 @@ namespace INT69DC_7C.Forms
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormSystemUnderDown)); this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormSystemUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormSystemUnderUp)); this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormSystemUnderUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "システム設定";
this.smartGroupBox1.Text = "製品設定";
this.groupBoxJudgment.Text = "判定設定";
this.labelTitleNo.Text = "番号";
this.labelTitleName.Text = "名称";
this.labelTitleLOT.Text = "ロット";
this.buttonNameEdit.Text = "編集";
this.buttonLotEdit.Text = "編集";
this.buttonWeightReference.Text = "基準";
this.labelStaticJudgment.Text = "結果";
this.labelStaticFilter.Text = "フィルタㅡ";
this.labelStaticJudgmentDelayTime.Text = "判定遅延";
this.labelStaticDoubleDelayTime.Text = "二重遅延";
this.labelStaticJudgmentCount.Text = "判定数";
this.labelStaticDynamic.Text = "動的定数";
this.labelStaticFeedSpeed.Text = "速度";
this.labelStaticSorterDelayTime.Text = "ソㅡタㅡ遅延";
this.labelStaticSorterRunTime.Text = "ソㅡタㅡ運転";
this.groupBoxConveyor.Text = "コンベアの設定";
this.labelStaticRejectConveyor.Text = "排出コンベア";
this.labelStaticRejectConveyorDelayTime.Text = "遅延時間";
this.labelStaticRejectConveyorRunTime.Text = "運転時間";
this.labelStaticFeedingConveyor.Text = "供給コンベア";
this.labelStaticFeedingDelayTime.Text = "遅延時間";
this.labelStaticFeedingRunTime.Text = "運転時間";
this.labelTitleWeight.Text = "重量";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
this.buttonCopy.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemCopyDown));
this.buttonCopy.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemCopyUp));
this.buttonPaste.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPasteDown));
this.buttonPaste.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPasteUp));
this.buttonPasteAll.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPasteAllDown));
this.buttonPasteAll.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPasteAllUp));
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemOverDown));
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemOverUp));
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPassDown));
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemPassUp));
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemTareDown));
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemTareUp));
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemUnderUp));
}
else else
{ {

View File

@ -101,6 +101,20 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "時間設定";
this.labelStaticCurrentTime.Text = "現在時刻";
this.labelStaticTimeSetting.Text = "設定";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {

View File

@ -123,6 +123,48 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "ユㅡザㅡ設定";
this.labelTitlePassword.Text = "パスワㅡド";
this.labelTitleAccessRight.Text = "アクセス権";
this.labelStatusExpiryAccount.Text = "満了";
this.labelStatusExpiryPassword.Text = "満了";
this.labelAutoLogoutWarning.Text = "* すべてのユㅡザㅡに適用されます";
this.groupBoxAccessRight.Text = "アクセス権";
this.labelMain.Text = "メイン";
this.labelMenu.Text = "メニュㅡ";
this.buttonResetPW.Text = "リセット";
this.labelProductNo.Text = "アイテム変更";
this.labelWeightSetting.Text = "重量値設定";
this.labelClear.Text = "クリア";
this.labelSubMenu.Text = "サブメニュㅡ";
this.labelInformation.Text = "インフォメㅡション";
this.labelConfiguration.Text = "構成";
this.labelCommunication.Text = "通信設定";
this.labelCalibration.Text = "キャリブレㅡション";
this.labelSystem.Text = "システム設定";
this.labelMotor.Text = "モㅡタㅡ設定";
this.labelIOTest.Text = "I/Oテスト";
this.labelUpdate.Text = "更新";
this.labelInitialization.Text = "初期化";
this.labelTime.Text = "時間設定";
this.labelDataBackup.Text = "デㅡタバックアップ";
this.labelEquipment.Text = "装置設定";
this.labelStatistics.Text = "デㅡタ統計";
this.labelViewer.Text = "デㅡタビュㅡア";
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnGroupEditorDisable));
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnGroupEditorDown));
this.buttonGroupEditor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnGroupEditorUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
}
else else
{ {
@ -220,6 +262,7 @@ namespace INT69DC_7C.Forms
else else
isNewReg = false; isNewReg = false;
#region listbox 미선택 시 신규 유저 등록, 선택 시 기존 유저 정보 수정
if (isNewReg == true) if (isNewReg == true)
{ {
switch (this.ParentForm.SystemConfig.Language) switch (this.ParentForm.SystemConfig.Language)
@ -249,6 +292,11 @@ namespace INT69DC_7C.Forms
message1 = "Would you like to register as a user?"; message1 = "Would you like to register as a user?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "新規ユㅡザㅡを追加しますか?";
message2 = "";
break;
default: default:
break; break;
} }
@ -282,10 +330,16 @@ namespace INT69DC_7C.Forms
message1 = "Are you sure you want to edit the"; message1 = "Are you sure you want to edit the";
message2 = "selected user's information?"; message2 = "selected user's information?";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "選択したユㅡザㅡの情報を編集しますか?";
message2 = "";
break;
default: default:
break; break;
} }
} }
#endregion
DialogFormYesNo dlg = new DialogFormYesNo(DataStore.MessageBoxIcon.Question, code, message1, message2); DialogFormYesNo dlg = new DialogFormYesNo(DataStore.MessageBoxIcon.Question, code, message1, message2);
if (dlg.ShowDialog() == DialogResult.Yes) if (dlg.ShowDialog() == DialogResult.Yes)
@ -330,20 +384,15 @@ namespace INT69DC_7C.Forms
} }
else else
{ {
item.ExpireId = 0; item.ExpireId = -1;
item.ExpirePassword = 0; item.ExpirePassword = -1;
} }
//item.IsAdmin = this.cbAdministrator.Checked; //item.IsAdmin = this.cbAdministrator.Checked;
if (isNewReg == true) if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin)
item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1; item.ActiveLevel = 9;
else else
{ item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1;
if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin)
item.ActiveLevel = 9;
else
item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1;
}
menuId.fMenu = new bool[UserManager.USER_MENU_ID_MAX]; menuId.fMenu = new bool[UserManager.USER_MENU_ID_MAX];
for (int i = 0; i < UserManager.USER_MENU_ID_MAX; i++) for (int i = 0; i < UserManager.USER_MENU_ID_MAX; i++)
@ -372,6 +421,8 @@ namespace INT69DC_7C.Forms
//UserManager.UserManager_AutoLogoutSetTimeout(this.ParentForm.ParentForm.SystemConfig.AUTOMATIC_LOGOUT, this.ParentForm.ParentForm.FlagAutomaticLogoutWarningTime); //UserManager.UserManager_AutoLogoutSetTimeout(this.ParentForm.ParentForm.SystemConfig.AUTOMATIC_LOGOUT, this.ParentForm.ParentForm.FlagAutomaticLogoutWarningTime);
#endregion #endregion
this.buttonSave.Visible = false;
} }
} }
private void UserNew() private void UserNew()
@ -817,6 +868,11 @@ namespace INT69DC_7C.Forms
message1 = "Benutzer hinzufügen abgeschlossen!"; message1 = "Benutzer hinzufügen abgeschlossen!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡ追加完了!";
message2 = "";
break;
default: default:
break; break;
} }
@ -881,6 +937,11 @@ namespace INT69DC_7C.Forms
message1 = "Benutzerinformationen geändert!"; message1 = "Benutzerinformationen geändert!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡ情報修正完了!";
message2 = "";
break;
default: default:
break; break;
} }
@ -947,6 +1008,11 @@ namespace INT69DC_7C.Forms
message1 = string.Format("{0} Benutzerlöschung abgeschlossen!", user.user_id); message1 = string.Format("{0} Benutzerlöschung abgeschlossen!", user.user_id);
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = string.Format("{0} ユㅡザㅡ削除完了!", user.user_id);
message2 = "";
break;
default: default:
break; break;
} }
@ -1204,23 +1270,28 @@ namespace INT69DC_7C.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "유저설정"; code = "User settings";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "Do you want to unlock the user?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "유저설정"; code = "用户设置";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "是否要解锁用户?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "유저설정"; code = "Uživatelské nastavení";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "사용자 잠금 해제 하시겠습니까?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
code = "유저설정"; code = "Benutzereinstellungen";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "Möchten Sie den Benutzer entsperren?";
message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡのロックを解除しますか?";
message2 = ""; message2 = "";
break; break;
default: default:
@ -1243,13 +1314,13 @@ namespace INT69DC_7C.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "유저설정"; code = "User settings";
message1 = "비밀번호 잠금 해제 하시겠습니까?"; message1 = "Do you want to unlock the password?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "유저설정"; code = "用户设置";
message1 = "비밀번호 잠금 해제 하시겠습니까?"; message1 = "是否要解锁密码?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
@ -1258,8 +1329,13 @@ namespace INT69DC_7C.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
code = "유저설정"; code = "Benutzereinstellungen";
message1 = "비밀번호 잠금 해제 하시겠습니까?"; message1 = "Möchten Sie das Passwort entsperren?";
message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "パスワㅡドのロックを解除しますか?";
message2 = ""; message2 = "";
break; break;
default: default:

View File

@ -49,7 +49,7 @@
this.labelStatusExpiryAccount = new SmartX.SmartLabel(); this.labelStatusExpiryAccount = new SmartX.SmartLabel();
this.labelAutomaticLogoutTime = new SmartX.SmartLabel(); this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
this.buttonDelete = new SmartX.SmartButton(); this.buttonDelete = new SmartX.SmartButton();
this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.groupBoxAccessRight = new SmartX.SmartGroupBox();
this.labelEquipment = new SmartX.SmartLabel(); this.labelEquipment = new SmartX.SmartLabel();
this.labelMenu = new SmartX.SmartLabel(); this.labelMenu = new SmartX.SmartLabel();
this.labelMain = new SmartX.SmartLabel(); this.labelMain = new SmartX.SmartLabel();
@ -86,7 +86,7 @@
this.listBoxUserList = new System.Windows.Forms.ListBox(); this.listBoxUserList = new System.Windows.Forms.ListBox();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout(); this.groupBoxAccessRight.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -111,7 +111,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7); this.labelTitle.Location = new System.Drawing.Point(199, 7);
@ -175,7 +175,7 @@
this.smartGroupBox1.Controls.Add(this.labelStatusExpiryAccount); this.smartGroupBox1.Controls.Add(this.labelStatusExpiryAccount);
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime); this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.buttonDelete); this.smartGroupBox1.Controls.Add(this.buttonDelete);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight);
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime); this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.buttonSave); this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2); this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
@ -235,7 +235,7 @@
// //
// comboBoxAccessRight // comboBoxAccessRight
// //
this.comboBoxAccessRight.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Regular); this.comboBoxAccessRight.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Regular);
this.comboBoxAccessRight.Location = new System.Drawing.Point(199, 156); this.comboBoxAccessRight.Location = new System.Drawing.Point(199, 156);
this.comboBoxAccessRight.Name = "comboBoxAccessRight"; this.comboBoxAccessRight.Name = "comboBoxAccessRight";
this.comboBoxAccessRight.Size = new System.Drawing.Size(291, 29); this.comboBoxAccessRight.Size = new System.Drawing.Size(291, 29);
@ -271,7 +271,7 @@
this.labelAutoLogoutWarning.BackPictureBox2 = null; this.labelAutoLogoutWarning.BackPictureBox2 = null;
this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White; this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White;
this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAutoLogoutWarning.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); this.labelAutoLogoutWarning.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.DarkRed; this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.DarkRed;
this.labelAutoLogoutWarning.InitVisible = true; this.labelAutoLogoutWarning.InitVisible = true;
this.labelAutoLogoutWarning.LineSpacing = 0F; this.labelAutoLogoutWarning.LineSpacing = 0F;
@ -322,7 +322,7 @@
this.labelTitleAccessRight.BackPictureBox2 = null; this.labelTitleAccessRight.BackPictureBox2 = null;
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.Black; this.labelTitleAccessRight.BorderColor = System.Drawing.Color.Black;
this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleAccessRight.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleAccessRight.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White; this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White;
this.labelTitleAccessRight.InitVisible = true; this.labelTitleAccessRight.InitVisible = true;
this.labelTitleAccessRight.LineSpacing = 0F; this.labelTitleAccessRight.LineSpacing = 0F;
@ -444,7 +444,7 @@
this.labelStatusExpiryPassword.BackPictureBox2 = null; this.labelStatusExpiryPassword.BackPictureBox2 = null;
this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpiryPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpiryPassword.InitVisible = true; this.labelStatusExpiryPassword.InitVisible = true;
this.labelStatusExpiryPassword.LineSpacing = 0F; this.labelStatusExpiryPassword.LineSpacing = 0F;
@ -465,7 +465,7 @@
this.labelStatusExpiryAccount.BackPictureBox2 = null; this.labelStatusExpiryAccount.BackPictureBox2 = null;
this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpiryAccount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpiryAccount.InitVisible = true; this.labelStatusExpiryAccount.InitVisible = true;
this.labelStatusExpiryAccount.LineSpacing = 0F; this.labelStatusExpiryAccount.LineSpacing = 0F;
@ -531,43 +531,44 @@
this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage"))); this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage")));
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
// //
// smartGroupBox2 // groupBoxAccessRight
// //
this.smartGroupBox2.BackPictureBox = this.smartForm1; this.groupBoxAccessRight.BackPictureBox = this.smartForm1;
this.smartGroupBox2.BackPictureBox1 = null; this.groupBoxAccessRight.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.labelEquipment); this.groupBoxAccessRight.Controls.Add(this.labelEquipment);
this.smartGroupBox2.Controls.Add(this.labelMenu); this.groupBoxAccessRight.Controls.Add(this.labelMenu);
this.smartGroupBox2.Controls.Add(this.labelMain); this.groupBoxAccessRight.Controls.Add(this.labelMain);
this.smartGroupBox2.Controls.Add(this.labelViewer); this.groupBoxAccessRight.Controls.Add(this.labelViewer);
this.smartGroupBox2.Controls.Add(this.labelStatistics); this.groupBoxAccessRight.Controls.Add(this.labelStatistics);
this.smartGroupBox2.Controls.Add(this.labelUpdate); this.groupBoxAccessRight.Controls.Add(this.labelUpdate);
this.smartGroupBox2.Controls.Add(this.labelIOTest); this.groupBoxAccessRight.Controls.Add(this.labelIOTest);
this.smartGroupBox2.Controls.Add(this.labelMotor); this.groupBoxAccessRight.Controls.Add(this.labelMotor);
this.smartGroupBox2.Controls.Add(this.labelSystem); this.groupBoxAccessRight.Controls.Add(this.labelSystem);
this.smartGroupBox2.Controls.Add(this.labelDataBackup); this.groupBoxAccessRight.Controls.Add(this.labelDataBackup);
this.smartGroupBox2.Controls.Add(this.labelCalibration); this.groupBoxAccessRight.Controls.Add(this.labelCalibration);
this.smartGroupBox2.Controls.Add(this.labelCommunication); this.groupBoxAccessRight.Controls.Add(this.labelCommunication);
this.smartGroupBox2.Controls.Add(this.labelTime); this.groupBoxAccessRight.Controls.Add(this.labelTime);
this.smartGroupBox2.Controls.Add(this.labelInitialization); this.groupBoxAccessRight.Controls.Add(this.labelInitialization);
this.smartGroupBox2.Controls.Add(this.labelConfiguration); this.groupBoxAccessRight.Controls.Add(this.labelConfiguration);
this.smartGroupBox2.Controls.Add(this.labelInformation); this.groupBoxAccessRight.Controls.Add(this.labelInformation);
this.smartGroupBox2.Controls.Add(this.labelSubMenu); this.groupBoxAccessRight.Controls.Add(this.labelSubMenu);
this.smartGroupBox2.Controls.Add(this.labelClear); this.groupBoxAccessRight.Controls.Add(this.labelClear);
this.smartGroupBox2.Controls.Add(this.labelWeightSetting); this.groupBoxAccessRight.Controls.Add(this.labelWeightSetting);
this.smartGroupBox2.Controls.Add(this.labelProductNo); this.groupBoxAccessRight.Controls.Add(this.labelProductNo);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxAccessRight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAccessRight.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1; this.groupBoxAccessRight.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxAccessRight.FrameLineThickness = 1;
this.smartGroupBox2.Image = null; this.groupBoxAccessRight.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.smartGroupBox2.InitVisible = true; this.groupBoxAccessRight.Image = null;
this.smartGroupBox2.Location = new System.Drawing.Point(3, 192); this.groupBoxAccessRight.InitVisible = true;
this.smartGroupBox2.Name = "smartGroupBox2"; this.groupBoxAccessRight.Location = new System.Drawing.Point(3, 192);
this.smartGroupBox2.RoundRadius = 5; this.groupBoxAccessRight.Name = "groupBoxAccessRight";
this.smartGroupBox2.Size = new System.Drawing.Size(587, 190); this.groupBoxAccessRight.RoundRadius = 5;
this.smartGroupBox2.TabIndex = 217; this.groupBoxAccessRight.Size = new System.Drawing.Size(587, 190);
this.smartGroupBox2.Text = "Access right"; this.groupBoxAccessRight.TabIndex = 217;
this.smartGroupBox2.TextColor = System.Drawing.Color.Black; this.groupBoxAccessRight.Text = "Access right";
this.groupBoxAccessRight.TextColor = System.Drawing.Color.Black;
// //
// labelEquipment // labelEquipment
// //
@ -576,6 +577,7 @@
this.labelEquipment.BackPictureBox2 = null; this.labelEquipment.BackPictureBox2 = null;
this.labelEquipment.BorderColor = System.Drawing.Color.Black; this.labelEquipment.BorderColor = System.Drawing.Color.Black;
this.labelEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelEquipment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelEquipment.InitVisible = true; this.labelEquipment.InitVisible = true;
this.labelEquipment.LineSpacing = 0F; this.labelEquipment.LineSpacing = 0F;
this.labelEquipment.Location = new System.Drawing.Point(427, 79); this.labelEquipment.Location = new System.Drawing.Point(427, 79);
@ -595,7 +597,7 @@
this.labelMenu.BackPictureBox2 = null; this.labelMenu.BackPictureBox2 = null;
this.labelMenu.BorderColor = System.Drawing.Color.Black; this.labelMenu.BorderColor = System.Drawing.Color.Black;
this.labelMenu.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelMenu.ForeColor = System.Drawing.Color.White; this.labelMenu.ForeColor = System.Drawing.Color.White;
this.labelMenu.InitVisible = true; this.labelMenu.InitVisible = true;
this.labelMenu.LineSpacing = 0F; this.labelMenu.LineSpacing = 0F;
@ -616,7 +618,7 @@
this.labelMain.BackPictureBox2 = null; this.labelMain.BackPictureBox2 = null;
this.labelMain.BorderColor = System.Drawing.Color.Black; this.labelMain.BorderColor = System.Drawing.Color.Black;
this.labelMain.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMain.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelMain.ForeColor = System.Drawing.Color.White; this.labelMain.ForeColor = System.Drawing.Color.White;
this.labelMain.InitVisible = true; this.labelMain.InitVisible = true;
this.labelMain.LineSpacing = 0F; this.labelMain.LineSpacing = 0F;
@ -636,6 +638,7 @@
this.labelViewer.BackPictureBox2 = null; this.labelViewer.BackPictureBox2 = null;
this.labelViewer.BorderColor = System.Drawing.Color.Black; this.labelViewer.BorderColor = System.Drawing.Color.Black;
this.labelViewer.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelViewer.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelViewer.InitVisible = true; this.labelViewer.InitVisible = true;
this.labelViewer.LineSpacing = 0F; this.labelViewer.LineSpacing = 0F;
this.labelViewer.Location = new System.Drawing.Point(427, 127); this.labelViewer.Location = new System.Drawing.Point(427, 127);
@ -654,6 +657,7 @@
this.labelStatistics.BackPictureBox2 = null; this.labelStatistics.BackPictureBox2 = null;
this.labelStatistics.BorderColor = System.Drawing.Color.Black; this.labelStatistics.BorderColor = System.Drawing.Color.Black;
this.labelStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatistics.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelStatistics.InitVisible = true; this.labelStatistics.InitVisible = true;
this.labelStatistics.LineSpacing = 0F; this.labelStatistics.LineSpacing = 0F;
this.labelStatistics.Location = new System.Drawing.Point(427, 103); this.labelStatistics.Location = new System.Drawing.Point(427, 103);
@ -672,6 +676,7 @@
this.labelUpdate.BackPictureBox2 = null; this.labelUpdate.BackPictureBox2 = null;
this.labelUpdate.BorderColor = System.Drawing.Color.Black; this.labelUpdate.BorderColor = System.Drawing.Color.Black;
this.labelUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpdate.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelUpdate.InitVisible = true; this.labelUpdate.InitVisible = true;
this.labelUpdate.LineSpacing = 0F; this.labelUpdate.LineSpacing = 0F;
this.labelUpdate.Location = new System.Drawing.Point(291, 103); this.labelUpdate.Location = new System.Drawing.Point(291, 103);
@ -690,6 +695,7 @@
this.labelIOTest.BackPictureBox2 = null; this.labelIOTest.BackPictureBox2 = null;
this.labelIOTest.BorderColor = System.Drawing.Color.Black; this.labelIOTest.BorderColor = System.Drawing.Color.Black;
this.labelIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelIOTest.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelIOTest.InitVisible = true; this.labelIOTest.InitVisible = true;
this.labelIOTest.LineSpacing = 0F; this.labelIOTest.LineSpacing = 0F;
this.labelIOTest.Location = new System.Drawing.Point(291, 79); this.labelIOTest.Location = new System.Drawing.Point(291, 79);
@ -708,6 +714,7 @@
this.labelMotor.BackPictureBox2 = null; this.labelMotor.BackPictureBox2 = null;
this.labelMotor.BorderColor = System.Drawing.Color.Black; this.labelMotor.BorderColor = System.Drawing.Color.Black;
this.labelMotor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMotor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMotor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMotor.InitVisible = true; this.labelMotor.InitVisible = true;
this.labelMotor.LineSpacing = 0F; this.labelMotor.LineSpacing = 0F;
this.labelMotor.Location = new System.Drawing.Point(291, 55); this.labelMotor.Location = new System.Drawing.Point(291, 55);
@ -726,6 +733,7 @@
this.labelSystem.BackPictureBox2 = null; this.labelSystem.BackPictureBox2 = null;
this.labelSystem.BorderColor = System.Drawing.Color.Black; this.labelSystem.BorderColor = System.Drawing.Color.Black;
this.labelSystem.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelSystem.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSystem.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelSystem.InitVisible = true; this.labelSystem.InitVisible = true;
this.labelSystem.LineSpacing = 0F; this.labelSystem.LineSpacing = 0F;
this.labelSystem.Location = new System.Drawing.Point(155, 151); this.labelSystem.Location = new System.Drawing.Point(155, 151);
@ -744,6 +752,7 @@
this.labelDataBackup.BackPictureBox2 = null; this.labelDataBackup.BackPictureBox2 = null;
this.labelDataBackup.BorderColor = System.Drawing.Color.Black; this.labelDataBackup.BorderColor = System.Drawing.Color.Black;
this.labelDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDataBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelDataBackup.InitVisible = true; this.labelDataBackup.InitVisible = true;
this.labelDataBackup.LineSpacing = 0F; this.labelDataBackup.LineSpacing = 0F;
this.labelDataBackup.Location = new System.Drawing.Point(427, 55); this.labelDataBackup.Location = new System.Drawing.Point(427, 55);
@ -762,6 +771,7 @@
this.labelCalibration.BackPictureBox2 = null; this.labelCalibration.BackPictureBox2 = null;
this.labelCalibration.BorderColor = System.Drawing.Color.Black; this.labelCalibration.BorderColor = System.Drawing.Color.Black;
this.labelCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCalibration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelCalibration.InitVisible = true; this.labelCalibration.InitVisible = true;
this.labelCalibration.LineSpacing = 0F; this.labelCalibration.LineSpacing = 0F;
this.labelCalibration.Location = new System.Drawing.Point(155, 127); this.labelCalibration.Location = new System.Drawing.Point(155, 127);
@ -780,6 +790,7 @@
this.labelCommunication.BackPictureBox2 = null; this.labelCommunication.BackPictureBox2 = null;
this.labelCommunication.BorderColor = System.Drawing.Color.Black; this.labelCommunication.BorderColor = System.Drawing.Color.Black;
this.labelCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCommunication.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelCommunication.InitVisible = true; this.labelCommunication.InitVisible = true;
this.labelCommunication.LineSpacing = 0F; this.labelCommunication.LineSpacing = 0F;
this.labelCommunication.Location = new System.Drawing.Point(155, 103); this.labelCommunication.Location = new System.Drawing.Point(155, 103);
@ -798,6 +809,7 @@
this.labelTime.BackPictureBox2 = null; this.labelTime.BackPictureBox2 = null;
this.labelTime.BorderColor = System.Drawing.Color.Black; this.labelTime.BorderColor = System.Drawing.Color.Black;
this.labelTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTime.InitVisible = true; this.labelTime.InitVisible = true;
this.labelTime.LineSpacing = 0F; this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(291, 151); this.labelTime.Location = new System.Drawing.Point(291, 151);
@ -816,6 +828,7 @@
this.labelInitialization.BackPictureBox2 = null; this.labelInitialization.BackPictureBox2 = null;
this.labelInitialization.BorderColor = System.Drawing.Color.Black; this.labelInitialization.BorderColor = System.Drawing.Color.Black;
this.labelInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInitialization.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInitialization.InitVisible = true; this.labelInitialization.InitVisible = true;
this.labelInitialization.LineSpacing = 0F; this.labelInitialization.LineSpacing = 0F;
this.labelInitialization.Location = new System.Drawing.Point(291, 127); this.labelInitialization.Location = new System.Drawing.Point(291, 127);
@ -834,6 +847,7 @@
this.labelConfiguration.BackPictureBox2 = null; this.labelConfiguration.BackPictureBox2 = null;
this.labelConfiguration.BorderColor = System.Drawing.Color.Black; this.labelConfiguration.BorderColor = System.Drawing.Color.Black;
this.labelConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelConfiguration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelConfiguration.InitVisible = true; this.labelConfiguration.InitVisible = true;
this.labelConfiguration.LineSpacing = 0F; this.labelConfiguration.LineSpacing = 0F;
this.labelConfiguration.Location = new System.Drawing.Point(155, 79); this.labelConfiguration.Location = new System.Drawing.Point(155, 79);
@ -852,6 +866,7 @@
this.labelInformation.BackPictureBox2 = null; this.labelInformation.BackPictureBox2 = null;
this.labelInformation.BorderColor = System.Drawing.Color.Black; this.labelInformation.BorderColor = System.Drawing.Color.Black;
this.labelInformation.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInformation.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInformation.InitVisible = true; this.labelInformation.InitVisible = true;
this.labelInformation.LineSpacing = 0F; this.labelInformation.LineSpacing = 0F;
this.labelInformation.Location = new System.Drawing.Point(155, 55); this.labelInformation.Location = new System.Drawing.Point(155, 55);
@ -870,6 +885,7 @@
this.labelSubMenu.BackPictureBox2 = null; this.labelSubMenu.BackPictureBox2 = null;
this.labelSubMenu.BorderColor = System.Drawing.Color.Black; this.labelSubMenu.BorderColor = System.Drawing.Color.Black;
this.labelSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSubMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelSubMenu.InitVisible = true; this.labelSubMenu.InitVisible = true;
this.labelSubMenu.LineSpacing = 0F; this.labelSubMenu.LineSpacing = 0F;
this.labelSubMenu.Location = new System.Drawing.Point(19, 127); this.labelSubMenu.Location = new System.Drawing.Point(19, 127);
@ -888,6 +904,7 @@
this.labelClear.BackPictureBox2 = null; this.labelClear.BackPictureBox2 = null;
this.labelClear.BorderColor = System.Drawing.Color.Black; this.labelClear.BorderColor = System.Drawing.Color.Black;
this.labelClear.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelClear.InitVisible = true; this.labelClear.InitVisible = true;
this.labelClear.LineSpacing = 0F; this.labelClear.LineSpacing = 0F;
this.labelClear.Location = new System.Drawing.Point(19, 103); this.labelClear.Location = new System.Drawing.Point(19, 103);
@ -906,6 +923,7 @@
this.labelWeightSetting.BackPictureBox2 = null; this.labelWeightSetting.BackPictureBox2 = null;
this.labelWeightSetting.BorderColor = System.Drawing.Color.Black; this.labelWeightSetting.BorderColor = System.Drawing.Color.Black;
this.labelWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeightSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelWeightSetting.InitVisible = true; this.labelWeightSetting.InitVisible = true;
this.labelWeightSetting.LineSpacing = 0F; this.labelWeightSetting.LineSpacing = 0F;
this.labelWeightSetting.Location = new System.Drawing.Point(19, 79); this.labelWeightSetting.Location = new System.Drawing.Point(19, 79);
@ -924,6 +942,7 @@
this.labelProductNo.BackPictureBox2 = null; this.labelProductNo.BackPictureBox2 = null;
this.labelProductNo.BorderColor = System.Drawing.Color.Black; this.labelProductNo.BorderColor = System.Drawing.Color.Black;
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProductNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelProductNo.ForeColor = System.Drawing.Color.Black; this.labelProductNo.ForeColor = System.Drawing.Color.Black;
this.labelProductNo.InitVisible = true; this.labelProductNo.InitVisible = true;
this.labelProductNo.LineSpacing = 0F; this.labelProductNo.LineSpacing = 0F;
@ -944,7 +963,7 @@
this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null; this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null;
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.Black; this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White; this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White;
this.labelTitleAutomaticLogoutTime.InitVisible = true; this.labelTitleAutomaticLogoutTime.InitVisible = true;
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F; this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
@ -1088,7 +1107,7 @@
this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null; this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null;
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.Black; this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White; this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White;
this.labelTitleExpiryDateOfPassword.InitVisible = true; this.labelTitleExpiryDateOfPassword.InitVisible = true;
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F; this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
@ -1109,7 +1128,7 @@
this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null; this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null;
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.Black; this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White; this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White;
this.labelTitleExpiryDateOfAccount.InitVisible = true; this.labelTitleExpiryDateOfAccount.InitVisible = true;
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F; this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
@ -1150,7 +1169,7 @@
this.labelTitlePassword.BackPictureBox2 = null; this.labelTitlePassword.BackPictureBox2 = null;
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black; this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitlePassword.ForeColor = System.Drawing.Color.White; this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
this.labelTitlePassword.InitVisible = true; this.labelTitlePassword.InitVisible = true;
this.labelTitlePassword.LineSpacing = 0F; this.labelTitlePassword.LineSpacing = 0F;
@ -1191,7 +1210,7 @@
this.labelTitleID.BackPictureBox2 = null; this.labelTitleID.BackPictureBox2 = null;
this.labelTitleID.BorderColor = System.Drawing.Color.Black; this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelTitleID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleID.ForeColor = System.Drawing.Color.White; this.labelTitleID.ForeColor = System.Drawing.Color.White;
this.labelTitleID.InitVisible = true; this.labelTitleID.InitVisible = true;
this.labelTitleID.LineSpacing = 0F; this.labelTitleID.LineSpacing = 0F;
@ -1237,7 +1256,7 @@
// //
// listBoxUserList // listBoxUserList
// //
this.listBoxUserList.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.listBoxUserList.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.listBoxUserList.Location = new System.Drawing.Point(16, 101); this.listBoxUserList.Location = new System.Drawing.Point(16, 101);
this.listBoxUserList.Name = "listBoxUserList"; this.listBoxUserList.Name = "listBoxUserList";
this.listBoxUserList.Size = new System.Drawing.Size(357, 560); this.listBoxUserList.Size = new System.Drawing.Size(357, 560);
@ -1260,7 +1279,7 @@
this.Text = "FormUserEditor"; this.Text = "FormUserEditor";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.smartGroupBox1.ResumeLayout(false); this.smartGroupBox1.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false); this.groupBoxAccessRight.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -1284,7 +1303,7 @@
private SmartX.SmartCheckBox cbAdministrator; private SmartX.SmartCheckBox cbAdministrator;
private SmartX.SmartLabel labelExpiryDateOfPassword2; private SmartX.SmartLabel labelExpiryDateOfPassword2;
private SmartX.SmartLabel labelExpiryDateOfAccount2; private SmartX.SmartLabel labelExpiryDateOfAccount2;
private SmartX.SmartGroupBox smartGroupBox2; private SmartX.SmartGroupBox groupBoxAccessRight;
private SmartX.SmartButton buttonNew; private SmartX.SmartButton buttonNew;
private SmartX.SmartButton buttonDelete; private SmartX.SmartButton buttonDelete;
private SmartX.SmartButton buttonSave; private SmartX.SmartButton buttonSave;

File diff suppressed because it is too large Load Diff

View File

@ -103,6 +103,38 @@ namespace INT69DC_7C.Forms
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
break; break;
case DataStore.LanguageID.Japanese:
this.labelTitle.Text = "グルㅡプエディタㅡ";
this.labelMain.Text = "メイン";
this.labelMenu.Text = "メニュㅡ";
this.labelProductNo.Text = "アイテム変更";
this.labelWeightSetting.Text = "重量値設定";
this.labelClear.Text = "クリア";
this.labelSubMenu.Text = "サブメニュㅡ";
this.labelInformation.Text = "インフォメㅡション";
this.labelConfiguration.Text = "構成";
this.labelCommunication.Text = "通信設定";
this.labelCalibration.Text = "キャリブレㅡション";
this.labelSystem.Text = "システム設定";
this.labelMotor.Text = "モㅡタㅡ設定";
this.labelIOTest.Text = "I/Oテスト";
this.labelUpdate.Text = "更新";
this.labelInitialization.Text = "初期化";
this.labelTime.Text = "時間設定";
this.labelDataBackup.Text = "デㅡタバックアップ";
this.labelEquipment.Text = "装置設定";
this.labelStatistics.Text = "デㅡタ統計";
this.labelViewer.Text = "デㅡタビュㅡア";
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDisable));
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveDown));
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSaveUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
break;
default: default:
break; break;
} }
@ -361,13 +393,13 @@ namespace INT69DC_7C.Forms
{ {
if (this.ParentForm.SystemConfig.IsOptPart11 == false) if (this.ParentForm.SystemConfig.IsOptPart11 == false)
{ {
this.labelTitleStatistics.Visible = false; this.labelStatistics.Visible = false;
this.checkBoxL1MenuStatistics.Visible = false; this.checkBoxL1MenuStatistics.Visible = false;
this.checkBoxL2MenuStatistics.Visible = false; this.checkBoxL2MenuStatistics.Visible = false;
this.checkBoxL3MenuStatistics.Visible = false; this.checkBoxL3MenuStatistics.Visible = false;
this.checkBoxNotLoginMenuStatistics.Visible = false; this.checkBoxNotLoginMenuStatistics.Visible = false;
this.labelTitleViewer.Visible = false; this.labelViewer.Visible = false;
this.checkBoxL1MenuViewer.Visible = false; this.checkBoxL1MenuViewer.Visible = false;
this.checkBoxL2MenuViewer.Visible = false; this.checkBoxL2MenuViewer.Visible = false;
this.checkBoxL3MenuViewer.Visible = false; this.checkBoxL3MenuViewer.Visible = false;
@ -375,13 +407,13 @@ namespace INT69DC_7C.Forms
} }
else else
{ {
this.labelTitleStatistics.Visible = true; this.labelStatistics.Visible = true;
this.checkBoxL1MenuStatistics.Visible = true; this.checkBoxL1MenuStatistics.Visible = true;
this.checkBoxL2MenuStatistics.Visible = true; this.checkBoxL2MenuStatistics.Visible = true;
this.checkBoxL3MenuStatistics.Visible = true; this.checkBoxL3MenuStatistics.Visible = true;
this.checkBoxNotLoginMenuStatistics.Visible = true; this.checkBoxNotLoginMenuStatistics.Visible = true;
this.labelTitleViewer.Visible = true; this.labelViewer.Visible = true;
this.checkBoxL1MenuViewer.Visible = true; this.checkBoxL1MenuViewer.Visible = true;
this.checkBoxL2MenuViewer.Visible = true; this.checkBoxL2MenuViewer.Visible = true;
this.checkBoxL3MenuViewer.Visible = true; this.checkBoxL3MenuViewer.Visible = true;

View File

@ -24,6 +24,11 @@
멀티형 8,10,12열 컨베어/스틱 계량기 멀티형 8,10,12열 컨베어/스틱 계량기
*/ */
@ Ver 12.5.0 by CJY
- 2026.01.22
- Ver 12.4.2 Modify
- 일본어 추가
@ Ver 12.4.2 by LSJ @ Ver 12.4.2 by LSJ
- 2026.01.16 - 2026.01.16
- Ver 12.4.1 Modify - Ver 12.4.1 Modify

View File

@ -858,6 +858,9 @@
<None Include="Resources\chnPrintDown.png" /> <None Include="Resources\chnPrintDown.png" />
<None Include="Resources\chnPrintUp.png" /> <None Include="Resources\chnPrintUp.png" />
<None Include="Resources\chnPrintDisable.png" /> <None Include="Resources\chnPrintDisable.png" />
<None Include="Resources\jpnPrintDisable.png" />
<None Include="Resources\jpnPrintDown.png" />
<None Include="Resources\jpnPrintUp.png" />
<Content Include="version.txt" /> <Content Include="version.txt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />

View File

@ -724,6 +724,9 @@ namespace INT69DC_ImageDll
jpnMenuUserSettingDisable, jpnMenuUserSettingDisable,
jpnMenuUserSettingDown, jpnMenuUserSettingDown,
jpnMenuUserSettingUp, jpnMenuUserSettingUp,
jpnPrintDisable,
jpnPrintDown,
jpnPrintUp,
jpnSaveDisable, jpnSaveDisable,
jpnSaveDown, jpnSaveDown,
jpnSaveUp, jpnSaveUp,
@ -2880,6 +2883,15 @@ namespace INT69DC_ImageDll
case ButtonImages.jpnMenuUserSettingUp: case ButtonImages.jpnMenuUserSettingUp:
bt = new Bitmap(Resource.jpnMenuUserSettingUp); bt = new Bitmap(Resource.jpnMenuUserSettingUp);
break; break;
case ButtonImages.jpnPrintDisable:
bt = new Bitmap(Resource.jpnPrintDisable);
break;
case ButtonImages.jpnPrintDown:
bt = new Bitmap(Resource.jpnPrintDown);
break;
case ButtonImages.jpnPrintUp:
bt = new Bitmap(Resource.jpnPrintUp);
break;
case ButtonImages.jpnSaveDisable: case ButtonImages.jpnSaveDisable:
bt = new Bitmap(Resource.jpnSaveDisable); bt = new Bitmap(Resource.jpnSaveDisable);
break; break;

View File

@ -1,10 +1,10 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 이 코드는 도구를 사용하여 생성되었습니다.
// Runtime Version:2.0.50727.9179 // 런타임 버전:2.0.50727.9151
// //
// Changes to this file may cause incorrect behavior and will be lost if // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// the code is regenerated. // 이러한 변경 내용이 손실됩니다.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@ -13,12 +13,12 @@ namespace INT69DC_ImageDll {
/// <summary> /// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc. /// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
/// </summary> /// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder // 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio. // 클래스에서 자동으로 생성되었습니다.
// To add or remove a member, edit your .ResX file then rerun ResGen // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
// with the /str option, or rebuild your VS project. // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class Resource { internal class Resource {
@ -30,7 +30,7 @@ namespace INT69DC_ImageDll {
} }
/// <summary> /// <summary>
/// Returns the cached ResourceManager instance used by this class. /// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
@ -44,8 +44,8 @@ namespace INT69DC_ImageDll {
} }
/// <summary> /// <summary>
/// Overrides the current thread's CurrentUICulture property for all /// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
/// resource lookups using this strongly typed resource class. /// 속성을 재정의합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { internal static global::System.Globalization.CultureInfo Culture {
@ -4901,6 +4901,27 @@ namespace INT69DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap jpnPrintDisable {
get {
object obj = ResourceManager.GetObject("jpnPrintDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap jpnPrintDown {
get {
object obj = ResourceManager.GetObject("jpnPrintDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap jpnPrintUp {
get {
object obj = ResourceManager.GetObject("jpnPrintUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap jpnSaveDisable { internal static System.Drawing.Bitmap jpnSaveDisable {
get { get {
object obj = ResourceManager.GetObject("jpnSaveDisable", resourceCulture); object obj = ResourceManager.GetObject("jpnSaveDisable", resourceCulture);

View File

@ -2284,4 +2284,13 @@
<data name="engPrintUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="engPrintUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engPrintUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\engPrintUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="jpnPrintDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\jpnPrintDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jpnPrintDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\jpnPrintDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jpnPrintUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\jpnPrintUp.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: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -8,6 +8,10 @@
######################################## ########################################
@ Ver 3.3 by CJY
- 2026.01.22
- 일본어 추가
@ Ver 3.2 by CJY @ Ver 3.2 by CJY
- 2019.03.20 - 2019.03.20
- 독일어 추가 - 독일어 추가