- 일본어 추가
|
|
@ -137,6 +137,10 @@ namespace INT69DB_2A.Controls
|
|||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
@ -177,6 +181,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -214,6 +223,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -260,6 +274,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -385,6 +403,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -424,6 +446,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -469,6 +495,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -529,6 +560,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -110,6 +110,12 @@ namespace INT69DB_2A.Controls
|
|||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "番号";
|
||||
this.labelStaticLineSelect.Text = "ライン\n選択";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -149,6 +155,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -186,6 +197,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -232,6 +248,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -325,6 +345,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -364,6 +388,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -409,6 +437,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -469,6 +502,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -114,6 +114,12 @@ namespace INT69DB_2A.Controls
|
|||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "番号";
|
||||
this.labelStaticLineSelect.Text = "ライン\n選択";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -153,6 +159,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -190,6 +201,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -236,6 +252,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -333,6 +353,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -372,6 +396,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -417,6 +445,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -477,6 +510,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -118,6 +118,12 @@ namespace INT69DB_2A.Controls
|
|||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "番号";
|
||||
this.labelStaticLineSelect.Text = "ライン\n選択";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -157,6 +163,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -194,6 +205,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -240,6 +256,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -341,6 +361,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -380,6 +404,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -425,6 +453,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -485,6 +518,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -122,6 +122,12 @@ namespace INT69DB_2A.Controls
|
|||
this.labelStaticLaneSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "番号";
|
||||
this.labelStaticLaneSelect.Text = "ライン\n選択";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -161,6 +167,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -198,6 +209,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -244,6 +260,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -345,6 +365,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -383,6 +407,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -428,6 +456,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -483,6 +516,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -126,6 +126,12 @@ namespace INT69DB_2A.Controls
|
|||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "番号";
|
||||
this.labelStaticLineSelect.Text = "ライン\n選択";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -165,6 +171,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -202,6 +213,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -248,6 +264,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -357,6 +377,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -396,6 +420,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -441,6 +469,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -501,6 +534,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -125,6 +125,10 @@ namespace INT69DB_2A.Controls
|
|||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
@ -165,6 +169,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -202,6 +211,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -249,6 +263,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -362,6 +380,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -401,6 +423,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -446,6 +472,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -506,6 +537,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -129,6 +129,10 @@ namespace INT69DB_2A.Controls
|
|||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
@ -169,6 +173,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("计算...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("計算中...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
|
|
@ -206,6 +215,11 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准开始按钮");
|
||||
this.ParentForm.listBoxHelp.Items.Add("请稍等");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
||||
this.ParentForm.listBoxHelp.Items.Add("しばらくお待ちください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
|
|
@ -252,6 +266,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルします。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
|
|
@ -369,6 +387,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("分銅を上げてください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
|
|
@ -408,6 +430,10 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡション完了");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
|
|
@ -453,6 +479,11 @@ namespace INT69DB_2A.Controls
|
|||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("もう一度試してください。");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
|
|
@ -513,6 +544,12 @@ namespace INT69DB_2A.Controls
|
|||
this.ParentForm.listBoxHelp.Items.Add("校准");
|
||||
this.ParentForm.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
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 if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@
|
|||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.tabControl1.Location = new System.Drawing.Point(54, 3);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
|
|
@ -201,9 +202,9 @@
|
|||
this.tabPage1.Controls.Add(this.labelZeroTime6);
|
||||
this.tabPage1.Controls.Add(this.labelZeroRange1);
|
||||
this.tabPage1.Controls.Add(this.labelZeroRange2);
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Size = new System.Drawing.Size(392, 415);
|
||||
this.tabPage1.Size = new System.Drawing.Size(392, 417);
|
||||
this.tabPage1.Text = "tabPage1";
|
||||
//
|
||||
// smartLabel22
|
||||
|
|
@ -214,7 +215,7 @@
|
|||
this.smartLabel22.BackPictureBox2 = null;
|
||||
this.smartLabel22.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel22.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel22.InitVisible = true;
|
||||
this.smartLabel22.LineSpacing = 0F;
|
||||
this.smartLabel22.Location = new System.Drawing.Point(30, 369);
|
||||
|
|
@ -234,7 +235,7 @@
|
|||
this.labelZeroVariate10.BackPictureBox2 = null;
|
||||
this.labelZeroVariate10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate10.InitVisible = true;
|
||||
this.labelZeroVariate10.LineSpacing = 0F;
|
||||
this.labelZeroVariate10.Location = new System.Drawing.Point(288, 369);
|
||||
|
|
@ -254,7 +255,7 @@
|
|||
this.smartLabel18.BackPictureBox2 = null;
|
||||
this.smartLabel18.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel18.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel18.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel18.InitVisible = true;
|
||||
this.smartLabel18.LineSpacing = 0F;
|
||||
this.smartLabel18.Location = new System.Drawing.Point(30, 333);
|
||||
|
|
@ -274,7 +275,7 @@
|
|||
this.labelZeroVariate9.BackPictureBox2 = null;
|
||||
this.labelZeroVariate9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate9.InitVisible = true;
|
||||
this.labelZeroVariate9.LineSpacing = 0F;
|
||||
this.labelZeroVariate9.Location = new System.Drawing.Point(288, 333);
|
||||
|
|
@ -294,7 +295,7 @@
|
|||
this.smartLabel14.BackPictureBox2 = null;
|
||||
this.smartLabel14.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.InitVisible = true;
|
||||
this.smartLabel14.LineSpacing = 0F;
|
||||
this.smartLabel14.Location = new System.Drawing.Point(30, 297);
|
||||
|
|
@ -314,7 +315,7 @@
|
|||
this.labelZeroRange10.BackPictureBox2 = null;
|
||||
this.labelZeroRange10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange10.InitVisible = true;
|
||||
this.labelZeroRange10.LineSpacing = 0F;
|
||||
this.labelZeroRange10.Location = new System.Drawing.Point(136, 369);
|
||||
|
|
@ -334,7 +335,7 @@
|
|||
this.labelZeroVariate8.BackPictureBox2 = null;
|
||||
this.labelZeroVariate8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate8.InitVisible = true;
|
||||
this.labelZeroVariate8.LineSpacing = 0F;
|
||||
this.labelZeroVariate8.Location = new System.Drawing.Point(288, 297);
|
||||
|
|
@ -354,7 +355,7 @@
|
|||
this.labelZeroRange9.BackPictureBox2 = null;
|
||||
this.labelZeroRange9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange9.InitVisible = true;
|
||||
this.labelZeroRange9.LineSpacing = 0F;
|
||||
this.labelZeroRange9.Location = new System.Drawing.Point(136, 333);
|
||||
|
|
@ -374,7 +375,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(30, 261);
|
||||
|
|
@ -394,7 +395,7 @@
|
|||
this.labelZeroTime10.BackPictureBox2 = null;
|
||||
this.labelZeroTime10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime10.InitVisible = true;
|
||||
this.labelZeroTime10.LineSpacing = 0F;
|
||||
this.labelZeroTime10.Location = new System.Drawing.Point(212, 369);
|
||||
|
|
@ -414,7 +415,7 @@
|
|||
this.labelZeroRange8.BackPictureBox2 = null;
|
||||
this.labelZeroRange8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange8.InitVisible = true;
|
||||
this.labelZeroRange8.LineSpacing = 0F;
|
||||
this.labelZeroRange8.Location = new System.Drawing.Point(136, 297);
|
||||
|
|
@ -434,7 +435,7 @@
|
|||
this.labelZeroTime9.BackPictureBox2 = null;
|
||||
this.labelZeroTime9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime9.InitVisible = true;
|
||||
this.labelZeroTime9.LineSpacing = 0F;
|
||||
this.labelZeroTime9.Location = new System.Drawing.Point(212, 333);
|
||||
|
|
@ -454,7 +455,7 @@
|
|||
this.labelZeroVariate7.BackPictureBox2 = null;
|
||||
this.labelZeroVariate7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate7.InitVisible = true;
|
||||
this.labelZeroVariate7.LineSpacing = 0F;
|
||||
this.labelZeroVariate7.Location = new System.Drawing.Point(288, 261);
|
||||
|
|
@ -474,7 +475,7 @@
|
|||
this.labelZeroTime8.BackPictureBox2 = null;
|
||||
this.labelZeroTime8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime8.InitVisible = true;
|
||||
this.labelZeroTime8.LineSpacing = 0F;
|
||||
this.labelZeroTime8.Location = new System.Drawing.Point(212, 297);
|
||||
|
|
@ -494,7 +495,7 @@
|
|||
this.labelZeroRange7.BackPictureBox2 = null;
|
||||
this.labelZeroRange7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange7.InitVisible = true;
|
||||
this.labelZeroRange7.LineSpacing = 0F;
|
||||
this.labelZeroRange7.Location = new System.Drawing.Point(136, 261);
|
||||
|
|
@ -514,7 +515,7 @@
|
|||
this.labelZeroTime7.BackPictureBox2 = null;
|
||||
this.labelZeroTime7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime7.InitVisible = true;
|
||||
this.labelZeroTime7.LineSpacing = 0F;
|
||||
this.labelZeroTime7.Location = new System.Drawing.Point(212, 261);
|
||||
|
|
@ -528,7 +529,7 @@
|
|||
//
|
||||
// buttonZeroRange
|
||||
//
|
||||
this.buttonZeroRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroRange.Location = new System.Drawing.Point(136, 9);
|
||||
this.buttonZeroRange.Name = "buttonZeroRange";
|
||||
this.buttonZeroRange.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -544,7 +545,7 @@
|
|||
this.labelLoadcell21.BackPictureBox2 = null;
|
||||
this.labelLoadcell21.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell21.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell21.InitVisible = true;
|
||||
this.labelLoadcell21.LineSpacing = 0F;
|
||||
this.labelLoadcell21.Location = new System.Drawing.Point(30, 45);
|
||||
|
|
@ -558,7 +559,7 @@
|
|||
//
|
||||
// buttonZeroTime
|
||||
//
|
||||
this.buttonZeroTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroTime.Location = new System.Drawing.Point(212, 9);
|
||||
this.buttonZeroTime.Name = "buttonZeroTime";
|
||||
this.buttonZeroTime.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -574,7 +575,7 @@
|
|||
this.labelLoadcell26.BackPictureBox2 = null;
|
||||
this.labelLoadcell26.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell26.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell26.InitVisible = true;
|
||||
this.labelLoadcell26.LineSpacing = 0F;
|
||||
this.labelLoadcell26.Location = new System.Drawing.Point(30, 225);
|
||||
|
|
@ -588,7 +589,7 @@
|
|||
//
|
||||
// buttonZeroVariate
|
||||
//
|
||||
this.buttonZeroVariate.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroVariate.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonZeroVariate.Location = new System.Drawing.Point(288, 9);
|
||||
this.buttonZeroVariate.Name = "buttonZeroVariate";
|
||||
this.buttonZeroVariate.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -604,7 +605,7 @@
|
|||
this.labelLoadcell25.BackPictureBox2 = null;
|
||||
this.labelLoadcell25.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell25.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell25.InitVisible = true;
|
||||
this.labelLoadcell25.LineSpacing = 0F;
|
||||
this.labelLoadcell25.Location = new System.Drawing.Point(30, 189);
|
||||
|
|
@ -624,7 +625,7 @@
|
|||
this.labelZeroTime2.BackPictureBox2 = null;
|
||||
this.labelZeroTime2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime2.InitVisible = true;
|
||||
this.labelZeroTime2.LineSpacing = 0F;
|
||||
this.labelZeroTime2.Location = new System.Drawing.Point(212, 81);
|
||||
|
|
@ -644,7 +645,7 @@
|
|||
this.labelLoadcell24.BackPictureBox2 = null;
|
||||
this.labelLoadcell24.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell24.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell24.InitVisible = true;
|
||||
this.labelLoadcell24.LineSpacing = 0F;
|
||||
this.labelLoadcell24.Location = new System.Drawing.Point(30, 153);
|
||||
|
|
@ -664,7 +665,7 @@
|
|||
this.labelZeroTime3.BackPictureBox2 = null;
|
||||
this.labelZeroTime3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime3.InitVisible = true;
|
||||
this.labelZeroTime3.LineSpacing = 0F;
|
||||
this.labelZeroTime3.Location = new System.Drawing.Point(212, 117);
|
||||
|
|
@ -684,7 +685,7 @@
|
|||
this.labelLoadcell22.BackPictureBox2 = null;
|
||||
this.labelLoadcell22.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell22.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell22.InitVisible = true;
|
||||
this.labelLoadcell22.LineSpacing = 0F;
|
||||
this.labelLoadcell22.Location = new System.Drawing.Point(30, 81);
|
||||
|
|
@ -704,7 +705,7 @@
|
|||
this.labelZeroTime1.BackPictureBox2 = null;
|
||||
this.labelZeroTime1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime1.InitVisible = true;
|
||||
this.labelZeroTime1.LineSpacing = 0F;
|
||||
this.labelZeroTime1.Location = new System.Drawing.Point(212, 45);
|
||||
|
|
@ -724,7 +725,7 @@
|
|||
this.labelLoadcell23.BackPictureBox2 = null;
|
||||
this.labelLoadcell23.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell23.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell23.InitVisible = true;
|
||||
this.labelLoadcell23.LineSpacing = 0F;
|
||||
this.labelLoadcell23.Location = new System.Drawing.Point(30, 117);
|
||||
|
|
@ -744,7 +745,7 @@
|
|||
this.labelZeroTime4.BackPictureBox2 = null;
|
||||
this.labelZeroTime4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime4.InitVisible = true;
|
||||
this.labelZeroTime4.LineSpacing = 0F;
|
||||
this.labelZeroTime4.Location = new System.Drawing.Point(212, 153);
|
||||
|
|
@ -764,7 +765,7 @@
|
|||
this.labelZeroVariate6.BackPictureBox2 = null;
|
||||
this.labelZeroVariate6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate6.InitVisible = true;
|
||||
this.labelZeroVariate6.LineSpacing = 0F;
|
||||
this.labelZeroVariate6.Location = new System.Drawing.Point(288, 225);
|
||||
|
|
@ -784,7 +785,7 @@
|
|||
this.labelZeroRange5.BackPictureBox2 = null;
|
||||
this.labelZeroRange5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange5.InitVisible = true;
|
||||
this.labelZeroRange5.LineSpacing = 0F;
|
||||
this.labelZeroRange5.Location = new System.Drawing.Point(136, 189);
|
||||
|
|
@ -804,7 +805,7 @@
|
|||
this.labelZeroVariate5.BackPictureBox2 = null;
|
||||
this.labelZeroVariate5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate5.InitVisible = true;
|
||||
this.labelZeroVariate5.LineSpacing = 0F;
|
||||
this.labelZeroVariate5.Location = new System.Drawing.Point(288, 189);
|
||||
|
|
@ -824,7 +825,7 @@
|
|||
this.labelZeroRange6.BackPictureBox2 = null;
|
||||
this.labelZeroRange6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange6.InitVisible = true;
|
||||
this.labelZeroRange6.LineSpacing = 0F;
|
||||
this.labelZeroRange6.Location = new System.Drawing.Point(136, 225);
|
||||
|
|
@ -844,7 +845,7 @@
|
|||
this.labelZeroVariate4.BackPictureBox2 = null;
|
||||
this.labelZeroVariate4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate4.InitVisible = true;
|
||||
this.labelZeroVariate4.LineSpacing = 0F;
|
||||
this.labelZeroVariate4.Location = new System.Drawing.Point(288, 153);
|
||||
|
|
@ -864,7 +865,7 @@
|
|||
this.labelZeroTime5.BackPictureBox2 = null;
|
||||
this.labelZeroTime5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime5.InitVisible = true;
|
||||
this.labelZeroTime5.LineSpacing = 0F;
|
||||
this.labelZeroTime5.Location = new System.Drawing.Point(212, 189);
|
||||
|
|
@ -884,7 +885,7 @@
|
|||
this.labelZeroVariate3.BackPictureBox2 = null;
|
||||
this.labelZeroVariate3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate3.InitVisible = true;
|
||||
this.labelZeroVariate3.LineSpacing = 0F;
|
||||
this.labelZeroVariate3.Location = new System.Drawing.Point(288, 117);
|
||||
|
|
@ -904,7 +905,7 @@
|
|||
this.labelZeroRange4.BackPictureBox2 = null;
|
||||
this.labelZeroRange4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange4.InitVisible = true;
|
||||
this.labelZeroRange4.LineSpacing = 0F;
|
||||
this.labelZeroRange4.Location = new System.Drawing.Point(136, 153);
|
||||
|
|
@ -924,7 +925,7 @@
|
|||
this.labelZeroVariate2.BackPictureBox2 = null;
|
||||
this.labelZeroVariate2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate2.InitVisible = true;
|
||||
this.labelZeroVariate2.LineSpacing = 0F;
|
||||
this.labelZeroVariate2.Location = new System.Drawing.Point(288, 81);
|
||||
|
|
@ -944,7 +945,7 @@
|
|||
this.labelZeroRange3.BackPictureBox2 = null;
|
||||
this.labelZeroRange3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange3.InitVisible = true;
|
||||
this.labelZeroRange3.LineSpacing = 0F;
|
||||
this.labelZeroRange3.Location = new System.Drawing.Point(136, 117);
|
||||
|
|
@ -964,7 +965,7 @@
|
|||
this.labelZeroVariate1.BackPictureBox2 = null;
|
||||
this.labelZeroVariate1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroVariate1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroVariate1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroVariate1.InitVisible = true;
|
||||
this.labelZeroVariate1.LineSpacing = 0F;
|
||||
this.labelZeroVariate1.Location = new System.Drawing.Point(288, 45);
|
||||
|
|
@ -984,7 +985,7 @@
|
|||
this.labelZeroTime6.BackPictureBox2 = null;
|
||||
this.labelZeroTime6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroTime6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroTime6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroTime6.InitVisible = true;
|
||||
this.labelZeroTime6.LineSpacing = 0F;
|
||||
this.labelZeroTime6.Location = new System.Drawing.Point(212, 225);
|
||||
|
|
@ -1004,7 +1005,7 @@
|
|||
this.labelZeroRange1.BackPictureBox2 = null;
|
||||
this.labelZeroRange1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange1.InitVisible = true;
|
||||
this.labelZeroRange1.LineSpacing = 0F;
|
||||
this.labelZeroRange1.Location = new System.Drawing.Point(136, 45);
|
||||
|
|
@ -1024,7 +1025,7 @@
|
|||
this.labelZeroRange2.BackPictureBox2 = null;
|
||||
this.labelZeroRange2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelZeroRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelZeroRange2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelZeroRange2.InitVisible = true;
|
||||
this.labelZeroRange2.LineSpacing = 0F;
|
||||
this.labelZeroRange2.Location = new System.Drawing.Point(136, 81);
|
||||
|
|
@ -1081,9 +1082,9 @@
|
|||
this.tabPage2.Controls.Add(this.buttonDigit);
|
||||
this.tabPage2.Controls.Add(this.buttonMaxWeight);
|
||||
this.tabPage2.Controls.Add(this.buttonBalanceWeight);
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Size = new System.Drawing.Size(392, 415);
|
||||
this.tabPage2.Size = new System.Drawing.Size(392, 417);
|
||||
this.tabPage2.Text = "tabPage2";
|
||||
//
|
||||
// labelLoadcell11
|
||||
|
|
@ -1094,7 +1095,7 @@
|
|||
this.labelLoadcell11.BackPictureBox2 = null;
|
||||
this.labelLoadcell11.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell11.InitVisible = true;
|
||||
this.labelLoadcell11.LineSpacing = 0F;
|
||||
this.labelLoadcell11.Location = new System.Drawing.Point(30, 45);
|
||||
|
|
@ -1114,7 +1115,7 @@
|
|||
this.labelBalanceWeight1.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight1.InitVisible = true;
|
||||
this.labelBalanceWeight1.LineSpacing = 0F;
|
||||
this.labelBalanceWeight1.Location = new System.Drawing.Point(136, 45);
|
||||
|
|
@ -1134,7 +1135,7 @@
|
|||
this.labelBalanceWeight2.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight2.InitVisible = true;
|
||||
this.labelBalanceWeight2.LineSpacing = 0F;
|
||||
this.labelBalanceWeight2.Location = new System.Drawing.Point(136, 81);
|
||||
|
|
@ -1154,7 +1155,7 @@
|
|||
this.labelBalanceWeight3.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight3.InitVisible = true;
|
||||
this.labelBalanceWeight3.LineSpacing = 0F;
|
||||
this.labelBalanceWeight3.Location = new System.Drawing.Point(136, 117);
|
||||
|
|
@ -1174,7 +1175,7 @@
|
|||
this.labelBalanceWeight4.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight4.InitVisible = true;
|
||||
this.labelBalanceWeight4.LineSpacing = 0F;
|
||||
this.labelBalanceWeight4.Location = new System.Drawing.Point(136, 153);
|
||||
|
|
@ -1194,7 +1195,7 @@
|
|||
this.labelBalanceWeight5.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight5.InitVisible = true;
|
||||
this.labelBalanceWeight5.LineSpacing = 0F;
|
||||
this.labelBalanceWeight5.Location = new System.Drawing.Point(136, 189);
|
||||
|
|
@ -1214,7 +1215,7 @@
|
|||
this.smartLabel38.BackPictureBox2 = null;
|
||||
this.smartLabel38.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel38.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel38.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel38.InitVisible = true;
|
||||
this.smartLabel38.LineSpacing = 0F;
|
||||
this.smartLabel38.Location = new System.Drawing.Point(30, 369);
|
||||
|
|
@ -1234,7 +1235,7 @@
|
|||
this.smartLabel34.BackPictureBox2 = null;
|
||||
this.smartLabel34.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel34.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel34.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel34.InitVisible = true;
|
||||
this.smartLabel34.LineSpacing = 0F;
|
||||
this.smartLabel34.Location = new System.Drawing.Point(30, 333);
|
||||
|
|
@ -1254,7 +1255,7 @@
|
|||
this.smartLabel30.BackPictureBox2 = null;
|
||||
this.smartLabel30.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel30.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel30.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel30.InitVisible = true;
|
||||
this.smartLabel30.LineSpacing = 0F;
|
||||
this.smartLabel30.Location = new System.Drawing.Point(30, 297);
|
||||
|
|
@ -1274,7 +1275,7 @@
|
|||
this.labelBalanceWeight10.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight10.InitVisible = true;
|
||||
this.labelBalanceWeight10.LineSpacing = 0F;
|
||||
this.labelBalanceWeight10.Location = new System.Drawing.Point(136, 369);
|
||||
|
|
@ -1294,7 +1295,7 @@
|
|||
this.smartLabel26.BackPictureBox2 = null;
|
||||
this.smartLabel26.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel26.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel26.InitVisible = true;
|
||||
this.smartLabel26.LineSpacing = 0F;
|
||||
this.smartLabel26.Location = new System.Drawing.Point(30, 261);
|
||||
|
|
@ -1314,7 +1315,7 @@
|
|||
this.labelBalanceWeight9.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight9.InitVisible = true;
|
||||
this.labelBalanceWeight9.LineSpacing = 0F;
|
||||
this.labelBalanceWeight9.Location = new System.Drawing.Point(136, 333);
|
||||
|
|
@ -1334,7 +1335,7 @@
|
|||
this.labelLoadcell16.BackPictureBox2 = null;
|
||||
this.labelLoadcell16.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell16.InitVisible = true;
|
||||
this.labelLoadcell16.LineSpacing = 0F;
|
||||
this.labelLoadcell16.Location = new System.Drawing.Point(30, 225);
|
||||
|
|
@ -1354,7 +1355,7 @@
|
|||
this.labelBalanceWeight8.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight8.InitVisible = true;
|
||||
this.labelBalanceWeight8.LineSpacing = 0F;
|
||||
this.labelBalanceWeight8.Location = new System.Drawing.Point(136, 297);
|
||||
|
|
@ -1374,7 +1375,7 @@
|
|||
this.labelDigit1.BackPictureBox2 = null;
|
||||
this.labelDigit1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit1.InitVisible = true;
|
||||
this.labelDigit1.LineSpacing = 0F;
|
||||
this.labelDigit1.Location = new System.Drawing.Point(288, 45);
|
||||
|
|
@ -1394,7 +1395,7 @@
|
|||
this.labelBalanceWeight7.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight7.InitVisible = true;
|
||||
this.labelBalanceWeight7.LineSpacing = 0F;
|
||||
this.labelBalanceWeight7.Location = new System.Drawing.Point(136, 261);
|
||||
|
|
@ -1414,7 +1415,7 @@
|
|||
this.labelMaxWeight1.BackPictureBox2 = null;
|
||||
this.labelMaxWeight1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight1.InitVisible = true;
|
||||
this.labelMaxWeight1.LineSpacing = 0F;
|
||||
this.labelMaxWeight1.Location = new System.Drawing.Point(212, 45);
|
||||
|
|
@ -1434,7 +1435,7 @@
|
|||
this.labelBalanceWeight6.BackPictureBox2 = null;
|
||||
this.labelBalanceWeight6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBalanceWeight6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBalanceWeight6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBalanceWeight6.InitVisible = true;
|
||||
this.labelBalanceWeight6.LineSpacing = 0F;
|
||||
this.labelBalanceWeight6.Location = new System.Drawing.Point(136, 225);
|
||||
|
|
@ -1454,7 +1455,7 @@
|
|||
this.labelDigit2.BackPictureBox2 = null;
|
||||
this.labelDigit2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit2.InitVisible = true;
|
||||
this.labelDigit2.LineSpacing = 0F;
|
||||
this.labelDigit2.Location = new System.Drawing.Point(288, 81);
|
||||
|
|
@ -1474,7 +1475,7 @@
|
|||
this.labelMaxWeight2.BackPictureBox2 = null;
|
||||
this.labelMaxWeight2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight2.InitVisible = true;
|
||||
this.labelMaxWeight2.LineSpacing = 0F;
|
||||
this.labelMaxWeight2.Location = new System.Drawing.Point(212, 81);
|
||||
|
|
@ -1494,7 +1495,7 @@
|
|||
this.labelLoadcell15.BackPictureBox2 = null;
|
||||
this.labelLoadcell15.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell15.InitVisible = true;
|
||||
this.labelLoadcell15.LineSpacing = 0F;
|
||||
this.labelLoadcell15.Location = new System.Drawing.Point(30, 189);
|
||||
|
|
@ -1514,7 +1515,7 @@
|
|||
this.labelDigit3.BackPictureBox2 = null;
|
||||
this.labelDigit3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit3.InitVisible = true;
|
||||
this.labelDigit3.LineSpacing = 0F;
|
||||
this.labelDigit3.Location = new System.Drawing.Point(288, 117);
|
||||
|
|
@ -1534,7 +1535,7 @@
|
|||
this.labelMaxWeight3.BackPictureBox2 = null;
|
||||
this.labelMaxWeight3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight3.InitVisible = true;
|
||||
this.labelMaxWeight3.LineSpacing = 0F;
|
||||
this.labelMaxWeight3.Location = new System.Drawing.Point(212, 117);
|
||||
|
|
@ -1554,7 +1555,7 @@
|
|||
this.labelDigit10.BackPictureBox2 = null;
|
||||
this.labelDigit10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit10.InitVisible = true;
|
||||
this.labelDigit10.LineSpacing = 0F;
|
||||
this.labelDigit10.Location = new System.Drawing.Point(288, 369);
|
||||
|
|
@ -1574,7 +1575,7 @@
|
|||
this.labelDigit4.BackPictureBox2 = null;
|
||||
this.labelDigit4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit4.InitVisible = true;
|
||||
this.labelDigit4.LineSpacing = 0F;
|
||||
this.labelDigit4.Location = new System.Drawing.Point(288, 153);
|
||||
|
|
@ -1594,7 +1595,7 @@
|
|||
this.labelDigit9.BackPictureBox2 = null;
|
||||
this.labelDigit9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit9.InitVisible = true;
|
||||
this.labelDigit9.LineSpacing = 0F;
|
||||
this.labelDigit9.Location = new System.Drawing.Point(288, 333);
|
||||
|
|
@ -1614,7 +1615,7 @@
|
|||
this.labelMaxWeight4.BackPictureBox2 = null;
|
||||
this.labelMaxWeight4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight4.InitVisible = true;
|
||||
this.labelMaxWeight4.LineSpacing = 0F;
|
||||
this.labelMaxWeight4.Location = new System.Drawing.Point(212, 153);
|
||||
|
|
@ -1634,7 +1635,7 @@
|
|||
this.labelDigit8.BackPictureBox2 = null;
|
||||
this.labelDigit8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit8.InitVisible = true;
|
||||
this.labelDigit8.LineSpacing = 0F;
|
||||
this.labelDigit8.Location = new System.Drawing.Point(288, 297);
|
||||
|
|
@ -1654,7 +1655,7 @@
|
|||
this.labelMaxWeight10.BackPictureBox2 = null;
|
||||
this.labelMaxWeight10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight10.InitVisible = true;
|
||||
this.labelMaxWeight10.LineSpacing = 0F;
|
||||
this.labelMaxWeight10.Location = new System.Drawing.Point(212, 369);
|
||||
|
|
@ -1674,7 +1675,7 @@
|
|||
this.labelLoadcell14.BackPictureBox2 = null;
|
||||
this.labelLoadcell14.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell14.InitVisible = true;
|
||||
this.labelLoadcell14.LineSpacing = 0F;
|
||||
this.labelLoadcell14.Location = new System.Drawing.Point(30, 153);
|
||||
|
|
@ -1694,7 +1695,7 @@
|
|||
this.labelMaxWeight9.BackPictureBox2 = null;
|
||||
this.labelMaxWeight9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight9.InitVisible = true;
|
||||
this.labelMaxWeight9.LineSpacing = 0F;
|
||||
this.labelMaxWeight9.Location = new System.Drawing.Point(212, 333);
|
||||
|
|
@ -1714,7 +1715,7 @@
|
|||
this.labelDigit7.BackPictureBox2 = null;
|
||||
this.labelDigit7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit7.InitVisible = true;
|
||||
this.labelDigit7.LineSpacing = 0F;
|
||||
this.labelDigit7.Location = new System.Drawing.Point(288, 261);
|
||||
|
|
@ -1734,7 +1735,7 @@
|
|||
this.labelMaxWeight8.BackPictureBox2 = null;
|
||||
this.labelMaxWeight8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight8.InitVisible = true;
|
||||
this.labelMaxWeight8.LineSpacing = 0F;
|
||||
this.labelMaxWeight8.Location = new System.Drawing.Point(212, 297);
|
||||
|
|
@ -1754,7 +1755,7 @@
|
|||
this.labelLoadcell12.BackPictureBox2 = null;
|
||||
this.labelLoadcell12.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell12.InitVisible = true;
|
||||
this.labelLoadcell12.LineSpacing = 0F;
|
||||
this.labelLoadcell12.Location = new System.Drawing.Point(30, 81);
|
||||
|
|
@ -1774,7 +1775,7 @@
|
|||
this.labelMaxWeight7.BackPictureBox2 = null;
|
||||
this.labelMaxWeight7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight7.InitVisible = true;
|
||||
this.labelMaxWeight7.LineSpacing = 0F;
|
||||
this.labelMaxWeight7.Location = new System.Drawing.Point(212, 261);
|
||||
|
|
@ -1794,7 +1795,7 @@
|
|||
this.labelDigit6.BackPictureBox2 = null;
|
||||
this.labelDigit6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit6.InitVisible = true;
|
||||
this.labelDigit6.LineSpacing = 0F;
|
||||
this.labelDigit6.Location = new System.Drawing.Point(288, 225);
|
||||
|
|
@ -1814,7 +1815,7 @@
|
|||
this.labelMaxWeight6.BackPictureBox2 = null;
|
||||
this.labelMaxWeight6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight6.InitVisible = true;
|
||||
this.labelMaxWeight6.LineSpacing = 0F;
|
||||
this.labelMaxWeight6.Location = new System.Drawing.Point(212, 225);
|
||||
|
|
@ -1834,7 +1835,7 @@
|
|||
this.labelDigit5.BackPictureBox2 = null;
|
||||
this.labelDigit5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDigit5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDigit5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDigit5.InitVisible = true;
|
||||
this.labelDigit5.LineSpacing = 0F;
|
||||
this.labelDigit5.Location = new System.Drawing.Point(288, 189);
|
||||
|
|
@ -1854,7 +1855,7 @@
|
|||
this.labelMaxWeight5.BackPictureBox2 = null;
|
||||
this.labelMaxWeight5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMaxWeight5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMaxWeight5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelMaxWeight5.InitVisible = true;
|
||||
this.labelMaxWeight5.LineSpacing = 0F;
|
||||
this.labelMaxWeight5.Location = new System.Drawing.Point(212, 189);
|
||||
|
|
@ -1874,7 +1875,7 @@
|
|||
this.labelLoadcell13.BackPictureBox2 = null;
|
||||
this.labelLoadcell13.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelLoadcell13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelLoadcell13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLoadcell13.InitVisible = true;
|
||||
this.labelLoadcell13.LineSpacing = 0F;
|
||||
this.labelLoadcell13.Location = new System.Drawing.Point(30, 117);
|
||||
|
|
@ -1888,7 +1889,7 @@
|
|||
//
|
||||
// buttonDigit
|
||||
//
|
||||
this.buttonDigit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonDigit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonDigit.Location = new System.Drawing.Point(288, 9);
|
||||
this.buttonDigit.Name = "buttonDigit";
|
||||
this.buttonDigit.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -1898,7 +1899,7 @@
|
|||
//
|
||||
// buttonMaxWeight
|
||||
//
|
||||
this.buttonMaxWeight.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonMaxWeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonMaxWeight.Location = new System.Drawing.Point(212, 9);
|
||||
this.buttonMaxWeight.Name = "buttonMaxWeight";
|
||||
this.buttonMaxWeight.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -1908,7 +1909,7 @@
|
|||
//
|
||||
// buttonBalanceWeight
|
||||
//
|
||||
this.buttonBalanceWeight.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonBalanceWeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonBalanceWeight.Location = new System.Drawing.Point(136, 9);
|
||||
this.buttonBalanceWeight.Name = "buttonBalanceWeight";
|
||||
this.buttonBalanceWeight.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -1939,9 +1940,9 @@
|
|||
this.tabPage3.Controls.Add(this.smartLabel11);
|
||||
this.tabPage3.Controls.Add(this.smartLabel13);
|
||||
this.tabPage3.Controls.Add(this.buttonFilter);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Size = new System.Drawing.Size(392, 415);
|
||||
this.tabPage3.Size = new System.Drawing.Size(392, 417);
|
||||
this.tabPage3.Text = "tabPage3";
|
||||
//
|
||||
// smartLabel1
|
||||
|
|
@ -1952,7 +1953,7 @@
|
|||
this.smartLabel1.BackPictureBox2 = null;
|
||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.InitVisible = true;
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(30, 45);
|
||||
|
|
@ -1972,7 +1973,7 @@
|
|||
this.labelFilter1.BackPictureBox2 = null;
|
||||
this.labelFilter1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter1.InitVisible = true;
|
||||
this.labelFilter1.LineSpacing = 0F;
|
||||
this.labelFilter1.Location = new System.Drawing.Point(136, 45);
|
||||
|
|
@ -1992,7 +1993,7 @@
|
|||
this.labelFilter2.BackPictureBox2 = null;
|
||||
this.labelFilter2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter2.InitVisible = true;
|
||||
this.labelFilter2.LineSpacing = 0F;
|
||||
this.labelFilter2.Location = new System.Drawing.Point(136, 81);
|
||||
|
|
@ -2012,7 +2013,7 @@
|
|||
this.labelFilter3.BackPictureBox2 = null;
|
||||
this.labelFilter3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter3.InitVisible = true;
|
||||
this.labelFilter3.LineSpacing = 0F;
|
||||
this.labelFilter3.Location = new System.Drawing.Point(136, 117);
|
||||
|
|
@ -2032,7 +2033,7 @@
|
|||
this.labelFilter4.BackPictureBox2 = null;
|
||||
this.labelFilter4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter4.InitVisible = true;
|
||||
this.labelFilter4.LineSpacing = 0F;
|
||||
this.labelFilter4.Location = new System.Drawing.Point(136, 153);
|
||||
|
|
@ -2052,7 +2053,7 @@
|
|||
this.labelFilter5.BackPictureBox2 = null;
|
||||
this.labelFilter5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter5.InitVisible = true;
|
||||
this.labelFilter5.LineSpacing = 0F;
|
||||
this.labelFilter5.Location = new System.Drawing.Point(136, 189);
|
||||
|
|
@ -2072,7 +2073,7 @@
|
|||
this.smartLabel46.BackPictureBox2 = null;
|
||||
this.smartLabel46.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel46.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel46.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel46.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel46.InitVisible = true;
|
||||
this.smartLabel46.LineSpacing = 0F;
|
||||
this.smartLabel46.Location = new System.Drawing.Point(30, 369);
|
||||
|
|
@ -2092,7 +2093,7 @@
|
|||
this.smartLabel44.BackPictureBox2 = null;
|
||||
this.smartLabel44.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel44.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel44.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel44.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel44.InitVisible = true;
|
||||
this.smartLabel44.LineSpacing = 0F;
|
||||
this.smartLabel44.Location = new System.Drawing.Point(30, 333);
|
||||
|
|
@ -2112,7 +2113,7 @@
|
|||
this.smartLabel42.BackPictureBox2 = null;
|
||||
this.smartLabel42.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel42.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel42.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel42.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel42.InitVisible = true;
|
||||
this.smartLabel42.LineSpacing = 0F;
|
||||
this.smartLabel42.Location = new System.Drawing.Point(30, 297);
|
||||
|
|
@ -2132,7 +2133,7 @@
|
|||
this.smartLabel40.BackPictureBox2 = null;
|
||||
this.smartLabel40.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel40.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel40.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel40.InitVisible = true;
|
||||
this.smartLabel40.LineSpacing = 0F;
|
||||
this.smartLabel40.Location = new System.Drawing.Point(30, 261);
|
||||
|
|
@ -2152,7 +2153,7 @@
|
|||
this.smartLabel7.BackPictureBox2 = null;
|
||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.InitVisible = true;
|
||||
this.smartLabel7.LineSpacing = 0F;
|
||||
this.smartLabel7.Location = new System.Drawing.Point(30, 225);
|
||||
|
|
@ -2172,7 +2173,7 @@
|
|||
this.labelFilter10.BackPictureBox2 = null;
|
||||
this.labelFilter10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter10.InitVisible = true;
|
||||
this.labelFilter10.LineSpacing = 0F;
|
||||
this.labelFilter10.Location = new System.Drawing.Point(136, 369);
|
||||
|
|
@ -2192,7 +2193,7 @@
|
|||
this.labelFilter9.BackPictureBox2 = null;
|
||||
this.labelFilter9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter9.InitVisible = true;
|
||||
this.labelFilter9.LineSpacing = 0F;
|
||||
this.labelFilter9.Location = new System.Drawing.Point(136, 333);
|
||||
|
|
@ -2212,7 +2213,7 @@
|
|||
this.labelFilter8.BackPictureBox2 = null;
|
||||
this.labelFilter8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter8.InitVisible = true;
|
||||
this.labelFilter8.LineSpacing = 0F;
|
||||
this.labelFilter8.Location = new System.Drawing.Point(136, 297);
|
||||
|
|
@ -2232,7 +2233,7 @@
|
|||
this.labelFilter7.BackPictureBox2 = null;
|
||||
this.labelFilter7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter7.InitVisible = true;
|
||||
this.labelFilter7.LineSpacing = 0F;
|
||||
this.labelFilter7.Location = new System.Drawing.Point(136, 261);
|
||||
|
|
@ -2252,7 +2253,7 @@
|
|||
this.labelFilter6.BackPictureBox2 = null;
|
||||
this.labelFilter6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelFilter6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelFilter6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFilter6.InitVisible = true;
|
||||
this.labelFilter6.LineSpacing = 0F;
|
||||
this.labelFilter6.Location = new System.Drawing.Point(136, 225);
|
||||
|
|
@ -2272,7 +2273,7 @@
|
|||
this.smartLabel9.BackPictureBox2 = null;
|
||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel9.InitVisible = true;
|
||||
this.smartLabel9.LineSpacing = 0F;
|
||||
this.smartLabel9.Location = new System.Drawing.Point(30, 189);
|
||||
|
|
@ -2292,7 +2293,7 @@
|
|||
this.smartLabel10.BackPictureBox2 = null;
|
||||
this.smartLabel10.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel10.InitVisible = true;
|
||||
this.smartLabel10.LineSpacing = 0F;
|
||||
this.smartLabel10.Location = new System.Drawing.Point(30, 153);
|
||||
|
|
@ -2312,7 +2313,7 @@
|
|||
this.smartLabel11.BackPictureBox2 = null;
|
||||
this.smartLabel11.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel11.InitVisible = true;
|
||||
this.smartLabel11.LineSpacing = 0F;
|
||||
this.smartLabel11.Location = new System.Drawing.Point(30, 81);
|
||||
|
|
@ -2332,7 +2333,7 @@
|
|||
this.smartLabel13.BackPictureBox2 = null;
|
||||
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel13.InitVisible = true;
|
||||
this.smartLabel13.LineSpacing = 0F;
|
||||
this.smartLabel13.Location = new System.Drawing.Point(30, 117);
|
||||
|
|
@ -2346,7 +2347,7 @@
|
|||
//
|
||||
// buttonFilter
|
||||
//
|
||||
this.buttonFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonFilter.Location = new System.Drawing.Point(136, 9);
|
||||
this.buttonFilter.Name = "buttonFilter";
|
||||
this.buttonFilter.Size = new System.Drawing.Size(70, 30);
|
||||
|
|
@ -2359,8 +2360,9 @@
|
|||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.Name = "ControlConfiguration";
|
||||
this.Size = new System.Drawing.Size(800, 450);
|
||||
this.Size = new System.Drawing.Size(800, 452);
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
|
|
|
|||
|
|
@ -100,6 +100,21 @@ namespace INT69DB_2A.Controls
|
|||
this.tabPage3.Text = "判断设置";
|
||||
this.buttonFilter.Text = "Filter";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.tabPage1.Text = "自動ゼロ";
|
||||
this.buttonZeroRange.Text = "時間";
|
||||
this.buttonZeroTime.Text = "範囲";
|
||||
this.buttonZeroVariate.Text = "変化";
|
||||
|
||||
this.tabPage2.Text = "キャリブレㅡション";
|
||||
this.buttonBalanceWeight.Text = "分銅";
|
||||
this.buttonMaxWeight.Text = "最大";
|
||||
this.buttonDigit.Text = "目量";
|
||||
|
||||
this.tabPage3.Text = "判定";
|
||||
this.buttonFilter.Text = "フィルタㅡ";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.labelStatusExpirePassword = new SmartX.SmartLabel();
|
||||
this.labelStatusExpireAccount = new SmartX.SmartLabel();
|
||||
this.labelStatusExpiryPassword = new SmartX.SmartLabel();
|
||||
this.labelStatusExpiryAccount = new SmartX.SmartLabel();
|
||||
this.labelExpirePasswordDate = new SmartX.SmartLabel();
|
||||
this.labelExpireAccountDate = new SmartX.SmartLabel();
|
||||
this.smartLabel2 = new SmartX.SmartLabel();
|
||||
this.labelTitleExpiryPassword = new SmartX.SmartLabel();
|
||||
this.labelTitleExpireAccount = new SmartX.SmartLabel();
|
||||
this.labelPassword = new SmartX.SmartLabel();
|
||||
this.labelTitlePassword = new SmartX.SmartLabel();
|
||||
|
|
@ -40,47 +40,47 @@
|
|||
this.labelTitleID = new SmartX.SmartLabel();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// labelStatusExpirePassword
|
||||
// labelStatusExpiryPassword
|
||||
//
|
||||
this.labelStatusExpirePassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelStatusExpirePassword.BackPictureBox = null;
|
||||
this.labelStatusExpirePassword.BackPictureBox1 = null;
|
||||
this.labelStatusExpirePassword.BackPictureBox2 = null;
|
||||
this.labelStatusExpirePassword.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStatusExpirePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStatusExpirePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStatusExpirePassword.InitVisible = true;
|
||||
this.labelStatusExpirePassword.LineSpacing = 0F;
|
||||
this.labelStatusExpirePassword.Location = new System.Drawing.Point(639, 247);
|
||||
this.labelStatusExpirePassword.Name = "labelStatusExpirePassword";
|
||||
this.labelStatusExpirePassword.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStatusExpirePassword.TabIndex = 240;
|
||||
this.labelStatusExpirePassword.Text = "비밀번호만료";
|
||||
this.labelStatusExpirePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStatusExpirePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStatusExpirePassword.Wordwrap = false;
|
||||
this.labelStatusExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelStatusExpiryPassword.BackPictureBox = null;
|
||||
this.labelStatusExpiryPassword.BackPictureBox1 = null;
|
||||
this.labelStatusExpiryPassword.BackPictureBox2 = null;
|
||||
this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStatusExpiryPassword.InitVisible = true;
|
||||
this.labelStatusExpiryPassword.LineSpacing = 0F;
|
||||
this.labelStatusExpiryPassword.Location = new System.Drawing.Point(639, 247);
|
||||
this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
|
||||
this.labelStatusExpiryPassword.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStatusExpiryPassword.TabIndex = 240;
|
||||
this.labelStatusExpiryPassword.Text = "비밀번호만료";
|
||||
this.labelStatusExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStatusExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStatusExpiryPassword.Wordwrap = false;
|
||||
//
|
||||
// labelStatusExpireAccount
|
||||
// labelStatusExpiryAccount
|
||||
//
|
||||
this.labelStatusExpireAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelStatusExpireAccount.BackPictureBox = null;
|
||||
this.labelStatusExpireAccount.BackPictureBox1 = null;
|
||||
this.labelStatusExpireAccount.BackPictureBox2 = null;
|
||||
this.labelStatusExpireAccount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStatusExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStatusExpireAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStatusExpireAccount.InitVisible = true;
|
||||
this.labelStatusExpireAccount.LineSpacing = 0F;
|
||||
this.labelStatusExpireAccount.Location = new System.Drawing.Point(639, 211);
|
||||
this.labelStatusExpireAccount.Name = "labelStatusExpireAccount";
|
||||
this.labelStatusExpireAccount.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStatusExpireAccount.TabIndex = 239;
|
||||
this.labelStatusExpireAccount.Text = "계정만료";
|
||||
this.labelStatusExpireAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStatusExpireAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStatusExpireAccount.Wordwrap = false;
|
||||
this.labelStatusExpiryAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelStatusExpiryAccount.BackPictureBox = null;
|
||||
this.labelStatusExpiryAccount.BackPictureBox1 = null;
|
||||
this.labelStatusExpiryAccount.BackPictureBox2 = null;
|
||||
this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStatusExpiryAccount.InitVisible = true;
|
||||
this.labelStatusExpiryAccount.LineSpacing = 0F;
|
||||
this.labelStatusExpiryAccount.Location = new System.Drawing.Point(639, 211);
|
||||
this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
|
||||
this.labelStatusExpiryAccount.Size = new System.Drawing.Size(100, 30);
|
||||
this.labelStatusExpiryAccount.TabIndex = 239;
|
||||
this.labelStatusExpiryAccount.Text = "계정만료";
|
||||
this.labelStatusExpiryAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStatusExpiryAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStatusExpiryAccount.Wordwrap = false;
|
||||
//
|
||||
// labelExpirePasswordDate
|
||||
//
|
||||
|
|
@ -120,26 +120,26 @@
|
|||
this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelExpireAccountDate.Wordwrap = false;
|
||||
//
|
||||
// smartLabel2
|
||||
// labelTitleExpiryPassword
|
||||
//
|
||||
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.smartLabel2.BackPictureBox = null;
|
||||
this.smartLabel2.BackPictureBox1 = null;
|
||||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(149, 247);
|
||||
this.smartLabel2.Name = "smartLabel2";
|
||||
this.smartLabel2.Size = new System.Drawing.Size(187, 30);
|
||||
this.smartLabel2.TabIndex = 238;
|
||||
this.smartLabel2.Text = "ExpirePassword";
|
||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel2.Wordwrap = false;
|
||||
this.labelTitleExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelTitleExpiryPassword.BackPictureBox = null;
|
||||
this.labelTitleExpiryPassword.BackPictureBox1 = null;
|
||||
this.labelTitleExpiryPassword.BackPictureBox2 = null;
|
||||
this.labelTitleExpiryPassword.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleExpiryPassword.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleExpiryPassword.InitVisible = true;
|
||||
this.labelTitleExpiryPassword.LineSpacing = 0F;
|
||||
this.labelTitleExpiryPassword.Location = new System.Drawing.Point(149, 247);
|
||||
this.labelTitleExpiryPassword.Name = "labelTitleExpiryPassword";
|
||||
this.labelTitleExpiryPassword.Size = new System.Drawing.Size(187, 30);
|
||||
this.labelTitleExpiryPassword.TabIndex = 238;
|
||||
this.labelTitleExpiryPassword.Text = "ExpirePassword";
|
||||
this.labelTitleExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleExpiryPassword.Wordwrap = false;
|
||||
//
|
||||
// labelTitleExpireAccount
|
||||
//
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
this.labelTitleExpireAccount.BackPictureBox2 = null;
|
||||
this.labelTitleExpireAccount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleExpireAccount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleExpireAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleExpireAccount.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleExpireAccount.InitVisible = true;
|
||||
this.labelTitleExpireAccount.LineSpacing = 0F;
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
this.labelTitlePassword.BackPictureBox2 = null;
|
||||
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitlePassword.InitVisible = true;
|
||||
this.labelTitlePassword.LineSpacing = 0F;
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
this.labelTitleID.BackPictureBox2 = null;
|
||||
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleID.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleID.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleID.InitVisible = true;
|
||||
this.labelTitleID.LineSpacing = 0F;
|
||||
|
|
@ -248,11 +248,11 @@
|
|||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.Controls.Add(this.labelStatusExpirePassword);
|
||||
this.Controls.Add(this.labelStatusExpireAccount);
|
||||
this.Controls.Add(this.labelStatusExpiryPassword);
|
||||
this.Controls.Add(this.labelStatusExpiryAccount);
|
||||
this.Controls.Add(this.labelExpirePasswordDate);
|
||||
this.Controls.Add(this.labelExpireAccountDate);
|
||||
this.Controls.Add(this.smartLabel2);
|
||||
this.Controls.Add(this.labelTitleExpiryPassword);
|
||||
this.Controls.Add(this.labelTitleExpireAccount);
|
||||
this.Controls.Add(this.labelPassword);
|
||||
this.Controls.Add(this.labelTitlePassword);
|
||||
|
|
@ -266,11 +266,11 @@
|
|||
|
||||
#endregion
|
||||
|
||||
private SmartX.SmartLabel labelStatusExpirePassword;
|
||||
private SmartX.SmartLabel labelStatusExpireAccount;
|
||||
private SmartX.SmartLabel labelStatusExpiryPassword;
|
||||
private SmartX.SmartLabel labelStatusExpiryAccount;
|
||||
private SmartX.SmartLabel labelExpirePasswordDate;
|
||||
private SmartX.SmartLabel labelExpireAccountDate;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private SmartX.SmartLabel labelTitleExpiryPassword;
|
||||
private SmartX.SmartLabel labelTitleExpireAccount;
|
||||
private SmartX.SmartLabel labelPassword;
|
||||
private SmartX.SmartLabel labelTitlePassword;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,15 @@ namespace INT69DB_2A.Controls
|
|||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitlePassword.Text = "パスワㅡド";
|
||||
|
||||
this.labelTitleExpireAccount.Text = "有効期限(ID)";
|
||||
this.labelTitleExpiryPassword.Text = "有効期限(パスワード)";
|
||||
this.labelStatusExpiryAccount.Text = "有効期限";
|
||||
this.labelStatusExpiryPassword.Text = "有効期限";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
}
|
||||
|
|
@ -105,8 +114,8 @@ namespace INT69DB_2A.Controls
|
|||
this.labelPassword.Text = item.Password;
|
||||
this.labelExpireAccountDate.Text = string.Format("{0:yyyy/MM/dd} ~ {1:yyyy/MM/dd}", item.DateIdLogin, item.DateIdExpire);
|
||||
this.labelExpirePasswordDate.Text = string.Format("{0:yyyy/MM/dd} ~ {1:yyyy/MM/dd}", item.DatePasswordRegister, item.DatePasswordExpire);
|
||||
this.labelStatusExpireAccount.Visible = item.IsLockAccount;
|
||||
this.labelStatusExpirePassword.Visible = item.IsLockPassword;
|
||||
this.labelStatusExpiryAccount.Visible = item.IsLockAccount;
|
||||
this.labelStatusExpiryPassword.Visible = item.IsLockPassword;
|
||||
}
|
||||
|
||||
public void CallBackUserListModifyInfoDataEvent(UserManager.UserMgr_user_info_t user)
|
||||
|
|
@ -132,6 +141,11 @@ namespace INT69DB_2A.Controls
|
|||
message1 = "密码修改完成!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "パスワㅡドが変更されました。!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "uživatelské nastavení";
|
||||
message1 = "Změna hesla dokončena!";
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ namespace INT69DB_2A
|
|||
Czech,
|
||||
German,
|
||||
Russian,
|
||||
Japanese,
|
||||
};
|
||||
|
||||
public enum JudgmentStatus
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonRead.DisableImage = null;
|
||||
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage")));
|
||||
this.buttonRead.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonRead.GroupID = 0;
|
||||
this.buttonRead.InitVisible = true;
|
||||
this.buttonRead.Location = new System.Drawing.Point(237, 351);
|
||||
|
|
@ -156,7 +157,7 @@
|
|||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
|
|
@ -198,7 +199,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
|
|
@ -264,6 +265,7 @@
|
|||
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonClose.DisableImage = null;
|
||||
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage")));
|
||||
this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonClose.GroupID = 0;
|
||||
this.buttonClose.InitVisible = true;
|
||||
this.buttonClose.Location = new System.Drawing.Point(237, 407);
|
||||
|
|
|
|||
|
|
@ -44,6 +44,9 @@ namespace INT69DB_2A.DialogForms
|
|||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -51,9 +51,16 @@ namespace INT69DB_2A.DialogForms
|
|||
this.buttonRead.Text = "读取";
|
||||
this.buttonClose.Text = "关闭";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitleDate.Text = "日期";
|
||||
|
||||
this.buttonRead.Text = "読む";
|
||||
this.buttonClose.Text = "クロㅡズ";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.labelTitleDate.Text = "Datum";
|
||||
this.labelTitleDate.Text = "日付";
|
||||
|
||||
this.buttonRead.Text = "Přečíst vše";
|
||||
this.buttonClose.Text = "Zavřít";
|
||||
|
|
|
|||
|
|
@ -34,13 +34,13 @@
|
|||
this.buttonRead = new SmartX.SmartButton();
|
||||
this.labelFileName = new SmartX.SmartLabel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.checkBoxTypeParameter = new SmartX.SmartCheckBox();
|
||||
this.checkBoxTypeOperation = new SmartX.SmartCheckBox();
|
||||
this.checkBoxTypeAlarm = new SmartX.SmartCheckBox();
|
||||
this.labelTitleDate = new SmartX.SmartLabel();
|
||||
this.labelDate = new SmartX.SmartLabel();
|
||||
this.labelNodeIndex = new SmartX.SmartLabel();
|
||||
this.buttonClose = new SmartX.SmartButton();
|
||||
this.checkBoxTypeAlarm = new SmartX.SmartCheckBox();
|
||||
this.checkBoxTypeOperation = new SmartX.SmartCheckBox();
|
||||
this.checkBoxTypeParameter = new SmartX.SmartCheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
|
|
@ -78,6 +78,7 @@
|
|||
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonRead.DisableImage = null;
|
||||
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage")));
|
||||
this.buttonRead.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonRead.GroupID = 0;
|
||||
this.buttonRead.InitVisible = true;
|
||||
this.buttonRead.Location = new System.Drawing.Point(237, 351);
|
||||
|
|
@ -150,6 +151,72 @@
|
|||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// checkBoxTypeParameter
|
||||
//
|
||||
this.checkBoxTypeParameter.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeParameter.BackPictureBox1 = null;
|
||||
this.checkBoxTypeParameter.BackPictureBox2 = null;
|
||||
this.checkBoxTypeParameter.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeParameter.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeParameter.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeParameter.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeParameter.Checked = false;
|
||||
this.checkBoxTypeParameter.CheckLineWidth = 3;
|
||||
this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeParameter.ImageCheckBox = null;
|
||||
this.checkBoxTypeParameter.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeParameter.InitVisible = true;
|
||||
this.checkBoxTypeParameter.Location = new System.Drawing.Point(241, 210);
|
||||
this.checkBoxTypeParameter.Name = "checkBoxTypeParameter";
|
||||
this.checkBoxTypeParameter.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeParameter.TabIndex = 19;
|
||||
this.checkBoxTypeParameter.Text = "Parameter";
|
||||
this.checkBoxTypeParameter.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// checkBoxTypeOperation
|
||||
//
|
||||
this.checkBoxTypeOperation.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeOperation.BackPictureBox1 = null;
|
||||
this.checkBoxTypeOperation.BackPictureBox2 = null;
|
||||
this.checkBoxTypeOperation.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeOperation.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeOperation.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeOperation.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeOperation.Checked = false;
|
||||
this.checkBoxTypeOperation.CheckLineWidth = 3;
|
||||
this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeOperation.ImageCheckBox = null;
|
||||
this.checkBoxTypeOperation.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeOperation.InitVisible = true;
|
||||
this.checkBoxTypeOperation.Location = new System.Drawing.Point(241, 179);
|
||||
this.checkBoxTypeOperation.Name = "checkBoxTypeOperation";
|
||||
this.checkBoxTypeOperation.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeOperation.TabIndex = 18;
|
||||
this.checkBoxTypeOperation.Text = "Operation";
|
||||
this.checkBoxTypeOperation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// checkBoxTypeAlarm
|
||||
//
|
||||
this.checkBoxTypeAlarm.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeAlarm.BackPictureBox1 = null;
|
||||
this.checkBoxTypeAlarm.BackPictureBox2 = null;
|
||||
this.checkBoxTypeAlarm.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeAlarm.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeAlarm.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeAlarm.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeAlarm.Checked = false;
|
||||
this.checkBoxTypeAlarm.CheckLineWidth = 3;
|
||||
this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeAlarm.ImageCheckBox = null;
|
||||
this.checkBoxTypeAlarm.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeAlarm.InitVisible = true;
|
||||
this.checkBoxTypeAlarm.Location = new System.Drawing.Point(241, 148);
|
||||
this.checkBoxTypeAlarm.Name = "checkBoxTypeAlarm";
|
||||
this.checkBoxTypeAlarm.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeAlarm.TabIndex = 17;
|
||||
this.checkBoxTypeAlarm.Text = "Alarm";
|
||||
this.checkBoxTypeAlarm.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// labelTitleDate
|
||||
//
|
||||
this.labelTitleDate.BackColor = System.Drawing.Color.DimGray;
|
||||
|
|
@ -158,7 +225,7 @@
|
|||
this.labelTitleDate.BackPictureBox2 = null;
|
||||
this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.labelTitleDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleDate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleDate.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleDate.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleDate.InitVisible = true;
|
||||
this.labelTitleDate.LineSpacing = 0F;
|
||||
|
|
@ -224,6 +291,7 @@
|
|||
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonClose.DisableImage = null;
|
||||
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage")));
|
||||
this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonClose.GroupID = 0;
|
||||
this.buttonClose.InitVisible = true;
|
||||
this.buttonClose.Location = new System.Drawing.Point(237, 407);
|
||||
|
|
@ -246,72 +314,6 @@
|
|||
this.buttonClose.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.UpImage")));
|
||||
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
||||
//
|
||||
// checkBoxTypeAlarm
|
||||
//
|
||||
this.checkBoxTypeAlarm.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeAlarm.BackPictureBox1 = null;
|
||||
this.checkBoxTypeAlarm.BackPictureBox2 = null;
|
||||
this.checkBoxTypeAlarm.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeAlarm.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeAlarm.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeAlarm.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeAlarm.Checked = false;
|
||||
this.checkBoxTypeAlarm.CheckLineWidth = 3;
|
||||
this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeAlarm.ImageCheckBox = null;
|
||||
this.checkBoxTypeAlarm.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeAlarm.InitVisible = true;
|
||||
this.checkBoxTypeAlarm.Location = new System.Drawing.Point(241, 148);
|
||||
this.checkBoxTypeAlarm.Name = "checkBoxTypeAlarm";
|
||||
this.checkBoxTypeAlarm.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeAlarm.TabIndex = 17;
|
||||
this.checkBoxTypeAlarm.Text = "Alarm";
|
||||
this.checkBoxTypeAlarm.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// checkBoxTypeOperation
|
||||
//
|
||||
this.checkBoxTypeOperation.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeOperation.BackPictureBox1 = null;
|
||||
this.checkBoxTypeOperation.BackPictureBox2 = null;
|
||||
this.checkBoxTypeOperation.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeOperation.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeOperation.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeOperation.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeOperation.Checked = false;
|
||||
this.checkBoxTypeOperation.CheckLineWidth = 3;
|
||||
this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeOperation.ImageCheckBox = null;
|
||||
this.checkBoxTypeOperation.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeOperation.InitVisible = true;
|
||||
this.checkBoxTypeOperation.Location = new System.Drawing.Point(241, 179);
|
||||
this.checkBoxTypeOperation.Name = "checkBoxTypeOperation";
|
||||
this.checkBoxTypeOperation.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeOperation.TabIndex = 18;
|
||||
this.checkBoxTypeOperation.Text = "Operation";
|
||||
this.checkBoxTypeOperation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// checkBoxTypeParameter
|
||||
//
|
||||
this.checkBoxTypeParameter.BackPictureBox = this.smartForm1;
|
||||
this.checkBoxTypeParameter.BackPictureBox1 = null;
|
||||
this.checkBoxTypeParameter.BackPictureBox2 = null;
|
||||
this.checkBoxTypeParameter.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeParameter.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||
this.checkBoxTypeParameter.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxTypeParameter.CheckBoxSymbolSize = 15;
|
||||
this.checkBoxTypeParameter.Checked = false;
|
||||
this.checkBoxTypeParameter.CheckLineWidth = 3;
|
||||
this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White;
|
||||
this.checkBoxTypeParameter.ImageCheckBox = null;
|
||||
this.checkBoxTypeParameter.ImageUnCheckBox = null;
|
||||
this.checkBoxTypeParameter.InitVisible = true;
|
||||
this.checkBoxTypeParameter.Location = new System.Drawing.Point(241, 210);
|
||||
this.checkBoxTypeParameter.Name = "checkBoxTypeParameter";
|
||||
this.checkBoxTypeParameter.Size = new System.Drawing.Size(90, 25);
|
||||
this.checkBoxTypeParameter.TabIndex = 19;
|
||||
this.checkBoxTypeParameter.Text = "Parameter";
|
||||
this.checkBoxTypeParameter.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
//
|
||||
// DialogFormHistoryData
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
|
|
|
|||
|
|
@ -130,8 +130,6 @@ namespace INT69DB_2A.DialogForms
|
|||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.smartForm1.Image = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackgroundUserLogin));
|
||||
|
||||
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginDisable));
|
||||
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginDown));
|
||||
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginUp));
|
||||
|
|
@ -139,6 +137,15 @@ namespace INT69DB_2A.DialogForms
|
|||
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.Japanese)
|
||||
{
|
||||
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 if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginLoginDisable));
|
||||
|
|
@ -180,6 +187,18 @@ namespace INT69DB_2A.DialogForms
|
|||
this.labelTitle2.Text = "ID";
|
||||
this.labelTitle3.Text = "비밀번호";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle1.Text = "登錄";
|
||||
this.labelTitle2.Text = "用户名";
|
||||
this.labelTitle3.Text = "密码";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle1.Text = "ログイン";
|
||||
this.labelTitle2.Text = "ID";
|
||||
this.labelTitle3.Text = "パスワㅡド";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelTitle1.Text = "User Login";
|
||||
|
|
@ -197,6 +216,18 @@ namespace INT69DB_2A.DialogForms
|
|||
this.labelTitle2.Text = "새 비밀번호";
|
||||
this.labelTitle3.Text = "비밀번호 확인";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle1.Text = "更改密码";
|
||||
this.labelTitle2.Text = "新的";
|
||||
this.labelTitle3.Text = "核实";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle1.Text = "パスワㅡド変更";
|
||||
this.labelTitle2.Text = "新パスワㅡド";
|
||||
this.labelTitle3.Text = "パスワㅡド確認";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelTitle1.Text = "Change Password";
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@ namespace INT69DB_2A.DialogForms
|
|||
this.buttonOK.Text = "好";
|
||||
this.labelMessage1.Text = str + " 个文件已备份";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
this.labelMessage1.Text = str + "個のファイルがバックアップされました";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
this.labelMessage1.Text = "Těchto " + str + " soubory byly zálohovány.";
|
||||
break;
|
||||
|
|
@ -410,6 +413,122 @@ namespace INT69DB_2A.DialogForms
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.buttonOK.Text = "OK";
|
||||
|
||||
#region 일본어
|
||||
switch (code)
|
||||
{
|
||||
case 1:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_01";
|
||||
this.labelMessage1.Text = "入力範囲を確認してください。";
|
||||
break;
|
||||
case 2:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_02";
|
||||
this.labelMessage1.Text = "最新プログラムです。";
|
||||
break;
|
||||
case 3:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_03";
|
||||
this.labelMessage1.Text = "連続NGを検出してください。";
|
||||
break;
|
||||
case 4:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_04";
|
||||
this.labelMessage1.Text = "バックアップファイルがない。";
|
||||
break;
|
||||
case 5:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_05";
|
||||
this.labelMessage1.Text = "USBメモリが装着されていません。";
|
||||
break;
|
||||
case 6:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_06";
|
||||
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
|
||||
break;
|
||||
case 7:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_07";
|
||||
this.labelMessage1.Text = "USBにアップデㅡトするファイルがありません。";
|
||||
break;
|
||||
case 8:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_08";
|
||||
this.labelMessage1.Text = "更新する実行ファイルの数が多い";
|
||||
break;
|
||||
case 9:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_09";
|
||||
this.labelMessage1.Text = "USBにアップデㅡトフォルダがありません。";
|
||||
break;
|
||||
case 10:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_10";
|
||||
this.labelMessage1.Text = "対応するメモリが装着されていません。";
|
||||
break;
|
||||
case 11:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_11";
|
||||
this.labelMessage1.Text = "入力センサエラㅡにより停止しました。";
|
||||
break;
|
||||
case 12:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_12";
|
||||
this.labelMessage1.Text = "赤いボックスを空にしてください。";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 13:
|
||||
break;
|
||||
case 14:
|
||||
break;
|
||||
case 15:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_15";
|
||||
this.labelMessage1.Text = "インポㅡトするファイルがありません";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 16:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_16";
|
||||
this.labelMessage1.Text = "エラㅡ発生!もう一度お試しください。";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 17:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_17";
|
||||
this.labelMessage1.Text = "初期化を実行してください。";
|
||||
break;
|
||||
case 18:
|
||||
this.labelErrorCode.Text = "インフォメㅡション 18";
|
||||
this.labelMessage1.Text = "電源を再起動してください。";
|
||||
break;
|
||||
case 19:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_19";
|
||||
this.labelMessage1.Text = "このファイルはサポㅡトされていません";
|
||||
break;
|
||||
case 20:
|
||||
break;
|
||||
case 31:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_31";
|
||||
this.labelMessage1.Text = "ユㅡザㅡファイルエラㅡ";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 32:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_32";
|
||||
this.labelMessage1.Text = "IDを確認してください。";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 33:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_33";
|
||||
this.labelMessage1.Text = "パスワㅡドを確認してください。";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 34:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_34";
|
||||
this.labelMessage1.Text = "同じIDがあります!";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
case 35:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_35";
|
||||
this.labelMessage1.Text = "4~10文字入力してください!";
|
||||
this.labelMessage2.Text = "";
|
||||
break;
|
||||
default:
|
||||
this.labelErrorCode.Text = "エラㅡ 01_99";
|
||||
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.buttonOK.Text = "OK";
|
||||
|
|
@ -601,6 +720,25 @@ namespace INT69DB_2A.DialogForms
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.buttonOK.Text = "OK";
|
||||
|
||||
#region 일본어
|
||||
switch (code)
|
||||
{
|
||||
case 1:
|
||||
this.labelErrorCode.Text = "エラㅡ 02_01";
|
||||
this.labelMessage1.Text = "入力範囲を確認してください。";
|
||||
this.labelMessage2.Text = data;
|
||||
break;
|
||||
default:
|
||||
this.labelErrorCode.Text = "エラㅡ 02_99";
|
||||
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.buttonOK.Text = "OK";
|
||||
|
|
@ -910,6 +1048,97 @@ namespace INT69DB_2A.DialogForms
|
|||
}
|
||||
#endregion
|
||||
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 = "ID:6~20文字を入力してください。";
|
||||
break;
|
||||
case 4:
|
||||
this.labelErrorCode.Text = "エラㅡ 04_04";
|
||||
this.labelMessage1.Text = "ID:6~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 = "PASSWORD:6〜20文字を入力してください。";
|
||||
break;
|
||||
case 10:
|
||||
this.labelErrorCode.Text = "エラㅡ 04_10";
|
||||
this.labelMessage1.Text = "PASSWORD:6〜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;
|
||||
case 99:
|
||||
this.labelErrorCode.Text = "エラㅡ 04_99";
|
||||
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
|
||||
break;
|
||||
default:
|
||||
this.labelErrorCode.Text = "エラㅡ 04_99";
|
||||
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
#region 체코어
|
||||
switch (code)
|
||||
|
|
|
|||
|
|
@ -93,6 +93,13 @@ namespace INT69DB_2A.DialogForms
|
|||
this.buttonCancel.Text = "取消";
|
||||
this.buttonEnter.Text = "确认";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.label1.Text = "キㅡパッド";
|
||||
|
||||
this.buttonCancel.Text = "X";
|
||||
this.buttonEnter.Text = "入力";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -82,6 +82,13 @@ namespace INT69DB_2A.DialogForms
|
|||
this.buttonCancel.Text = "取消";
|
||||
this.buttonEnter.Text = "确认";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelSubject.Text = "キㅡパッド";
|
||||
|
||||
this.buttonCancel.Text = "X";
|
||||
this.buttonEnter.Text = "入力";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
this.smartKeyboard.ControlKeyDisable = false;
|
||||
this.smartKeyboard.DesignMinimize = false;
|
||||
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
this.smartKeyboard.HanYoungKeyDisable = false;
|
||||
this.smartKeyboard.HanYoungKeyDisable = true;
|
||||
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
||||
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
|
||||
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.Gray;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ namespace INT69DB_2A.DialogForms
|
|||
case DataStore.LanguageID.Chinese:
|
||||
this.labelTitle.Text = "输入";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
this.labelTitle.Text = "入力";
|
||||
break;
|
||||
default:
|
||||
this.labelTitle.Text = "Type";
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ namespace INT69DB_2A.DialogForms
|
|||
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
{
|
||||
#region 한글
|
||||
switch (ok)
|
||||
{
|
||||
case 1:
|
||||
|
|
@ -93,9 +94,11 @@ namespace INT69DB_2A.DialogForms
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
{
|
||||
#region 영문
|
||||
switch (ok)
|
||||
{
|
||||
case 1:
|
||||
|
|
@ -164,12 +167,14 @@ namespace INT69DB_2A.DialogForms
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.buttonYes.Text = "是";
|
||||
this.buttonNo.Text = "否";
|
||||
|
||||
#region 중문
|
||||
switch (ok)
|
||||
{
|
||||
case 1:
|
||||
|
|
@ -239,9 +244,83 @@ namespace INT69DB_2A.DialogForms
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
#region 일본어
|
||||
switch (ok)
|
||||
{
|
||||
case 1:
|
||||
this.labelErrorCode.Text = "";
|
||||
this.labelMessage1.Text = "古いDLLに戻りますか?";
|
||||
break;
|
||||
case 2:
|
||||
this.labelErrorCode.Text = "";
|
||||
this.labelMessage1.Text = "言語を変更しますか?";
|
||||
break;
|
||||
case 3:
|
||||
this.labelErrorCode.Text = "更新";
|
||||
this.labelMessage1.Text = "アップデㅡトを続行しますか?";
|
||||
break;
|
||||
case 4:
|
||||
break;
|
||||
case 5:
|
||||
this.labelErrorCode.Text = "初期化";
|
||||
this.labelMessage1.Text = "設定されたすべてのデㅡタが初期化されます。";
|
||||
break;
|
||||
case 6:
|
||||
break;
|
||||
case 7:
|
||||
break;
|
||||
case 8:
|
||||
this.labelErrorCode.Text = "クリア";
|
||||
this.labelMessage1.Text = "数量値を消去しますか?";
|
||||
break;
|
||||
case 9:
|
||||
this.labelErrorCode.Text = "モㅡタㅡダウンロㅡド";
|
||||
this.labelMessage1.Text = "現在の値をダウンロㅡドしますか?";
|
||||
break;
|
||||
case 10:
|
||||
this.labelErrorCode.Text = "モㅡタㅡダウンロㅡド";
|
||||
this.labelMessage1.Text = "新しいモㅡタㅡにダウンロㅡドしますか?";
|
||||
break;
|
||||
case 11:
|
||||
this.labelErrorCode.Text = "モㅡタㅡダウンロㅡド";
|
||||
this.labelMessage1.Text = "モㅡタㅡにダウンロㅡドしますか?";
|
||||
break;
|
||||
case 12:
|
||||
this.labelErrorCode.Text = "ログイン";
|
||||
this.labelMessage1.Text = "ログアウトしますか?";
|
||||
break;
|
||||
case 13:
|
||||
this.labelErrorCode.Text = "ログイン";
|
||||
this.labelMessage1.Text = "ユㅡザㅡ登録しますか?";
|
||||
break;
|
||||
case 14:
|
||||
this.labelErrorCode.Text = "ログイン";
|
||||
this.labelMessage1.Text = "ユㅡザㅡを削除しますか?";
|
||||
break;
|
||||
case 15:
|
||||
this.labelErrorCode.Text = "イㅡサネット";
|
||||
this.labelMessage1.Text = "ロㅡカルIPアドレスを手動で設定しますか?";
|
||||
break;
|
||||
case 16:
|
||||
this.labelErrorCode.Text = "イㅡサネット";
|
||||
this.labelMessage1.Text = "ロㅡカルIPアドレスを自動的に設定しますか?";
|
||||
break;
|
||||
case 17:
|
||||
this.labelErrorCode.Text = "ログイン";
|
||||
this.labelMessage1.Text = "パスワㅡドを初期化しますか?";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
#region 체코어
|
||||
switch (ok)
|
||||
{
|
||||
case 1:
|
||||
|
|
@ -309,6 +388,7 @@ namespace INT69DB_2A.DialogForms
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -382,6 +462,25 @@ namespace INT69DB_2A.DialogForms
|
|||
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);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
|
|
|
|||
|
|
@ -95,6 +95,24 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "キャリブレㅡション";
|
||||
this.labelStaticHelp.Text = "ヘルプ";
|
||||
this.labelStaticBalanceWeight.Text = "分銅重量";
|
||||
this.labelStaticMaxWeight.Text = "最大重量";
|
||||
this.labelStaticDigit.Text = "目量";
|
||||
|
||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationStartDisable));
|
||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationStartDown));
|
||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationStartUp));
|
||||
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationWeightDisable));
|
||||
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationWeightDown));
|
||||
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationWeightUp));
|
||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationCancelDisable));
|
||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -191,6 +209,12 @@ namespace INT69DB_2A.Forms
|
|||
this.listBoxHelp.Items.Add("校准");
|
||||
this.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("キャリブレㅡション");
|
||||
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
|
||||
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -364,6 +388,12 @@ namespace INT69DB_2A.Forms
|
|||
this.listBoxHelp.Items.Add("校准");
|
||||
this.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("キャリブレㅡション");
|
||||
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
|
||||
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
|
||||
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
|
||||
this.smartLabel6 = new SmartX.SmartLabel();
|
||||
this.buttonSave2 = new System.Windows.Forms.Button();
|
||||
this.buttonSave = new System.Windows.Forms.Button();
|
||||
this.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
|
||||
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
|
||||
this.smartLabel4 = new SmartX.SmartLabel();
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_2);
|
||||
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_1);
|
||||
this.groupBoxSerial.Controls.Add(this.smartLabel6);
|
||||
this.groupBoxSerial.Controls.Add(this.buttonSave2);
|
||||
this.groupBoxSerial.Controls.Add(this.buttonSave);
|
||||
this.groupBoxSerial.Controls.Add(this.comboBoxSerial3Mode);
|
||||
this.groupBoxSerial.Controls.Add(this.comboBoxSerial3BaudRate);
|
||||
this.groupBoxSerial.Controls.Add(this.smartLabel4);
|
||||
|
|
@ -272,16 +272,16 @@
|
|||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel6.Wordwrap = false;
|
||||
//
|
||||
// buttonSave2
|
||||
// buttonSave
|
||||
//
|
||||
this.buttonSave2.Enabled = false;
|
||||
this.buttonSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave2.Location = new System.Drawing.Point(26, 127);
|
||||
this.buttonSave2.Name = "buttonSave2";
|
||||
this.buttonSave2.Size = new System.Drawing.Size(165, 30);
|
||||
this.buttonSave2.TabIndex = 20;
|
||||
this.buttonSave2.Text = "SAVE";
|
||||
this.buttonSave2.Click += new System.EventHandler(this.buttonSave2_Click);
|
||||
this.buttonSave.Enabled = false;
|
||||
this.buttonSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave.Location = new System.Drawing.Point(26, 127);
|
||||
this.buttonSave.Name = "buttonSave";
|
||||
this.buttonSave.Size = new System.Drawing.Size(165, 30);
|
||||
this.buttonSave.TabIndex = 20;
|
||||
this.buttonSave.Text = "SAVE";
|
||||
this.buttonSave.Click += new System.EventHandler(this.buttonSave2_Click);
|
||||
//
|
||||
// comboBoxSerial3Mode
|
||||
//
|
||||
|
|
@ -334,7 +334,7 @@
|
|||
this.labelStaticBaudrate.Name = "labelStaticBaudrate";
|
||||
this.labelStaticBaudrate.Size = new System.Drawing.Size(100, 20);
|
||||
this.labelStaticBaudrate.TabIndex = 15;
|
||||
this.labelStaticBaudrate.Text = "속도";
|
||||
this.labelStaticBaudrate.Text = "Baudrate";
|
||||
this.labelStaticBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticBaudrate.Wordwrap = false;
|
||||
|
|
@ -1480,7 +1480,7 @@
|
|||
private SmartX.SmartLabel labelStaticBaudrate;
|
||||
private SmartX.SmartLabel smartLabel4;
|
||||
private SmartX.SmartLabel smartLabel6;
|
||||
private System.Windows.Forms.Button buttonSave2;
|
||||
private System.Windows.Forms.Button buttonSave;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3Mode;
|
||||
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
|
||||
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;
|
||||
|
|
|
|||
|
|
@ -72,14 +72,12 @@ namespace INT69DB_2A.Forms
|
|||
this.labelStaticTcpOperationMode.Text = "运转模式";
|
||||
this.labelStaticTcpMode.Text = "通信模式";
|
||||
|
||||
this.groupBoxSerial.Text = "通信";
|
||||
this.labelStaticBaudrate.Text = "波特率";
|
||||
this.smartLabel4.Text = "模式";
|
||||
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3协议说明";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3协议说明";
|
||||
|
||||
this.buttonSave2.Text = "保存";
|
||||
this.buttonSave.Text = "保存";
|
||||
this.buttonSerialSend.Text = "发送";
|
||||
|
||||
this.labelHelp.Text = "※ 更改IP配置后,通常在重新启动后即可连接。";
|
||||
|
|
@ -95,6 +93,22 @@ namespace INT69DB_2A.Forms
|
|||
this.comboBoxSerial3Mode.SelectedIndex = 0;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "通信";
|
||||
|
||||
this.labelStaticTcpOperationMode.Text = "動作";
|
||||
this.labelStaticTcpMode.Text = "モㅡド";
|
||||
|
||||
this.smartLabel4.Text = "モㅡド";
|
||||
|
||||
this.buttonTcpSave1.Text = "保存";
|
||||
this.buttonTcpSave2.Text = "保存";
|
||||
this.buttonSave.Text = "保存";
|
||||
this.buttonSerialSend.Text = "送信";
|
||||
|
||||
this.labelHelp.Text = "※ IP Configurationの変更時には、再起動後に正常に接続されます。";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -418,7 +432,7 @@ namespace INT69DB_2A.Forms
|
|||
this.comboBoxSerial3BaudRate.Enabled = false;
|
||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
||||
|
||||
this.buttonSave2.Enabled = false;
|
||||
this.buttonSave.Enabled = false;
|
||||
|
||||
if (this.ParentForm.SystemConfig.Serial3Mode != 0)
|
||||
this.buttonSerialSend.Enabled = true;
|
||||
|
|
@ -502,16 +516,8 @@ namespace INT69DB_2A.Forms
|
|||
}
|
||||
else
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3协议说明";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3协议说明";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
|
||||
}
|
||||
this.labelProtocolDescriptionCOM3_1.Text = "-";
|
||||
this.labelProtocolDescriptionCOM3_2.Text = "-";
|
||||
}
|
||||
}
|
||||
private void UpdateProtocolDescriptionEthernet()
|
||||
|
|
@ -557,8 +563,8 @@ namespace INT69DB_2A.Forms
|
|||
}
|
||||
else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f4_Modbus)
|
||||
{
|
||||
this.labelProtocolDescriptionEthernet_1.Text = "";
|
||||
this.labelProtocolDescriptionEthernet_2.Text = "";
|
||||
this.labelProtocolDescriptionEthernet_1.Text = "-";
|
||||
this.labelProtocolDescriptionEthernet_2.Text = "-";
|
||||
}
|
||||
else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f5_OPT4)
|
||||
{
|
||||
|
|
@ -588,16 +594,8 @@ namespace INT69DB_2A.Forms
|
|||
}
|
||||
else
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelProtocolDescriptionEthernet_1.Text = "Ethernet协议说明";
|
||||
this.labelProtocolDescriptionEthernet_2.Text = "Ethernet协议说明";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelProtocolDescriptionEthernet_1.Text = "Ethernet Protocol Description";
|
||||
this.labelProtocolDescriptionEthernet_2.Text = "Ethernet Protocol Description";
|
||||
}
|
||||
this.labelProtocolDescriptionEthernet_1.Text = "-";
|
||||
this.labelProtocolDescriptionEthernet_2.Text = "-";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1577,7 +1575,7 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonSerialSend.Enabled = false;
|
||||
}
|
||||
|
||||
this.buttonSave2.Enabled = false;
|
||||
this.buttonSave.Enabled = false;
|
||||
}
|
||||
private void buttonSerialSend_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
@ -1627,7 +1625,7 @@ namespace INT69DB_2A.Forms
|
|||
|
||||
private void comboBoxSerial3BaudRate_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.buttonSave2.Enabled = true;
|
||||
this.buttonSave.Enabled = true;
|
||||
}
|
||||
private void comboBoxSerial3Mode_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
|
@ -1643,7 +1641,7 @@ namespace INT69DB_2A.Forms
|
|||
this.comboBoxSerial3BaudRate.Enabled = true;
|
||||
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged);
|
||||
|
||||
this.buttonSave2.Enabled = true;
|
||||
this.buttonSave.Enabled = true;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
this.groupBoxOption.Controls.Add(this.labelStaticChattering);
|
||||
this.groupBoxOption.Controls.Add(this.buttonDoubleEnter);
|
||||
this.groupBoxOption.Controls.Add(this.labelStaticDoubleEntry);
|
||||
this.groupBoxOption.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxOption.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxOption.FrameLineThickness = 1;
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
this.labelStaticRelayOnTime.BackPictureBox2 = null;
|
||||
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRelayOnTime.InitVisible = true;
|
||||
this.labelStaticRelayOnTime.LineSpacing = 0F;
|
||||
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(19, 141);
|
||||
|
|
@ -275,7 +275,7 @@
|
|||
this.labelStaticBypass.BackPictureBox2 = null;
|
||||
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticBypass.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBypass.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBypass.InitVisible = true;
|
||||
this.labelStaticBypass.LineSpacing = 0F;
|
||||
this.labelStaticBypass.Location = new System.Drawing.Point(19, 215);
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
this.labelStaticDecimalPoint.BackPictureBox2 = null;
|
||||
this.labelStaticDecimalPoint.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticDecimalPoint.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticDecimalPoint.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDecimalPoint.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDecimalPoint.InitVisible = true;
|
||||
this.labelStaticDecimalPoint.LineSpacing = 0F;
|
||||
this.labelStaticDecimalPoint.Location = new System.Drawing.Point(19, 179);
|
||||
|
|
@ -313,7 +313,7 @@
|
|||
this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
|
||||
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticBuzzerOnTime.InitVisible = true;
|
||||
this.labelStaticBuzzerOnTime.LineSpacing = 0F;
|
||||
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(19, 105);
|
||||
|
|
@ -332,7 +332,7 @@
|
|||
this.labelStaticChattering.BackPictureBox2 = null;
|
||||
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticChattering.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticChattering.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticChattering.InitVisible = true;
|
||||
this.labelStaticChattering.LineSpacing = 0F;
|
||||
this.labelStaticChattering.Location = new System.Drawing.Point(19, 69);
|
||||
|
|
@ -382,7 +382,7 @@
|
|||
this.labelStaticDoubleEntry.BackPictureBox2 = null;
|
||||
this.labelStaticDoubleEntry.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticDoubleEntry.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticDoubleEntry.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDoubleEntry.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDoubleEntry.InitVisible = true;
|
||||
this.labelStaticDoubleEntry.LineSpacing = 0F;
|
||||
this.labelStaticDoubleEntry.Location = new System.Drawing.Point(19, 33);
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
this.groupBoxAutoZero.Controls.Add(this.labelStaticRange);
|
||||
this.groupBoxAutoZero.Controls.Add(this.labelStaticTime);
|
||||
this.groupBoxAutoZero.Controls.Add(this.labelStaticMode);
|
||||
this.groupBoxAutoZero.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxAutoZero.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxAutoZero.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||
this.groupBoxAutoZero.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxAutoZero.FrameLineThickness = 1;
|
||||
|
|
@ -423,7 +423,7 @@
|
|||
//
|
||||
// comboBoxZeroParameterMode
|
||||
//
|
||||
this.comboBoxZeroParameterMode.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxZeroParameterMode.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxZeroParameterMode.Location = new System.Drawing.Point(113, 103);
|
||||
this.comboBoxZeroParameterMode.Name = "comboBoxZeroParameterMode";
|
||||
this.comboBoxZeroParameterMode.Size = new System.Drawing.Size(100, 29);
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
//
|
||||
// comboBoxZeroParameterVariate
|
||||
//
|
||||
this.comboBoxZeroParameterVariate.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxZeroParameterVariate.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxZeroParameterVariate.Location = new System.Drawing.Point(113, 67);
|
||||
this.comboBoxZeroParameterVariate.Name = "comboBoxZeroParameterVariate";
|
||||
this.comboBoxZeroParameterVariate.Size = new System.Drawing.Size(100, 29);
|
||||
|
|
@ -489,7 +489,7 @@
|
|||
this.labelStaticVariable.BackPictureBox2 = null;
|
||||
this.labelStaticVariable.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticVariable.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticVariable.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticVariable.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticVariable.InitVisible = true;
|
||||
this.labelStaticVariable.LineSpacing = 0F;
|
||||
this.labelStaticVariable.Location = new System.Drawing.Point(19, 67);
|
||||
|
|
@ -508,7 +508,7 @@
|
|||
this.labelStaticRange.BackPictureBox2 = null;
|
||||
this.labelStaticRange.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRange.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRange.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRange.InitVisible = true;
|
||||
this.labelStaticRange.LineSpacing = 0F;
|
||||
this.labelStaticRange.Location = new System.Drawing.Point(198, 31);
|
||||
|
|
@ -527,7 +527,7 @@
|
|||
this.labelStaticTime.BackPictureBox2 = null;
|
||||
this.labelStaticTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTime.InitVisible = true;
|
||||
this.labelStaticTime.LineSpacing = 0F;
|
||||
this.labelStaticTime.Location = new System.Drawing.Point(19, 31);
|
||||
|
|
@ -546,7 +546,7 @@
|
|||
this.labelStaticMode.BackPictureBox2 = null;
|
||||
this.labelStaticMode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticMode.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticMode.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticMode.InitVisible = true;
|
||||
this.labelStaticMode.LineSpacing = 0F;
|
||||
this.labelStaticMode.Location = new System.Drawing.Point(19, 103);
|
||||
|
|
@ -573,7 +573,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -627,7 +627,7 @@
|
|||
this.groupBoxCount.Controls.Add(this.buttonAlarmContinuousNG);
|
||||
this.groupBoxCount.Controls.Add(this.labelStaticAlarmContinuousNG);
|
||||
this.groupBoxCount.Controls.Add(this.labelAlarmContinuousNG);
|
||||
this.groupBoxCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxCount.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxCount.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxCount.FrameLineThickness = 1;
|
||||
|
|
@ -680,7 +680,7 @@
|
|||
this.labelStaticATPC.BackPictureBox2 = null;
|
||||
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.InitVisible = true;
|
||||
this.labelStaticATPC.LineSpacing = 0F;
|
||||
this.labelStaticATPC.Location = new System.Drawing.Point(14, 77);
|
||||
|
|
@ -751,7 +751,7 @@
|
|||
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
|
||||
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.InitVisible = true;
|
||||
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
|
||||
this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(14, 41);
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ namespace INT69DB_2A.Forms
|
|||
this.labelStaticAlarmContinuousNG.Text = "Continuous NG";
|
||||
this.labelStaticATPC.Text = "Pass alarm";
|
||||
#endregion
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
|
@ -107,6 +106,30 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonDoubleEnter.UpImage = this.buttonBypassMode.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
#endregion
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
#region 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.labelStaticBuzzerOnTime.Text = "ブザㅡON時間";
|
||||
this.labelStaticRelayOnTime.Text = "リレㅡON時間";
|
||||
this.labelStaticBypass.Text = "バイパスモㅡド";
|
||||
this.labelStaticChattering.Text = "チャタリング";
|
||||
this.labelStaticDecimalPoint.Text = "小数点";
|
||||
|
||||
this.groupBoxCount.Text = "カウンタ";
|
||||
this.labelStaticAlarmContinuousNG.Text = "連続NG";
|
||||
this.labelStaticATPC.Text = "定量アラㅡム";
|
||||
#endregion
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -120,7 +143,7 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.ChildControl = new ControlConfiguration(this);
|
||||
this.Controls.Add(this.ChildControl);
|
||||
this.ChildControl.Location = new Point(0, 66);
|
||||
this.ChildControl.Location = new Point(0, 68);
|
||||
this.ChildControl.BringToFront();
|
||||
this.ChildControl.Visible = false;
|
||||
|
||||
|
|
@ -151,6 +174,11 @@ namespace INT69DB_2A.Forms
|
|||
this.comboBoxZeroParameterMode.Items.Add("模式1");
|
||||
this.comboBoxZeroParameterMode.Items.Add("模式2");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.comboBoxZeroParameterMode.Items.Add("モㅡド1");
|
||||
this.comboBoxZeroParameterMode.Items.Add("モㅡド2");
|
||||
}
|
||||
else
|
||||
{
|
||||
this.comboBoxZeroParameterMode.Items.Add("Mode1");
|
||||
|
|
|
|||
|
|
@ -69,6 +69,14 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonDataBackupEnable.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
this.buttonDataBackupEnable.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "デㅡタバックアップ";
|
||||
this.labelStaticDataBackup.Text = "バックアップ";
|
||||
//this.groupBoxSavedFiles.Text = "Check the saved files";
|
||||
this.labelStaticList.Text = "ファイル";
|
||||
this.labelWarning.Text = "※注意:USBメモリㅡにデㅡタをバックアップすると、システムに保存されているデㅡタは削除されます。";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -68,6 +68,10 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "数据备份";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "デㅡタバックアップ";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -140,6 +140,53 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "Data Statistics";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "デㅡタ統計";
|
||||
|
||||
this.labelTitleInformation.Text = "インフォメㅡション";
|
||||
this.labelTitleStartTime.Text = "開始時間";
|
||||
this.labelTitleEndTime.Text = "終了時間";
|
||||
|
||||
this.labelTitleRange.Text = "範囲[g]";
|
||||
this.labelTitleRangeOver.Text = "上限";
|
||||
this.labelTitleRangePass.Text = "基準";
|
||||
this.labelTitleRangeUnder.Text = "下限";
|
||||
this.labelTitleRangeTare.Text = "風袋";
|
||||
|
||||
this.labelTitleAllCnt.Text = "数量[ea/%]";
|
||||
this.labelTitleAllCntOver.Text = "上限";
|
||||
this.labelTitleAllCntPass.Text = "基準";
|
||||
this.labelTitleAllCntUnder.Text = "下限";
|
||||
this.labelTitleAllCntExng.Text = "他の不良";
|
||||
this.labelTitleAllCntTotalNg.Text = "不良";
|
||||
this.labelTitleAllCntTotal.Text = "総数量";
|
||||
|
||||
this.labelTitleAllSumWeight.Text = "合計[kg]";
|
||||
this.labelTitleAllSumWeightOver.Text = "上限";
|
||||
this.labelTitleAllSumWeightUnder.Text = "下限";
|
||||
|
||||
this.labelTitleAllPass.Text = "定量[g]";
|
||||
this.labelTitleAllPassAverage.Text = "平均";
|
||||
this.labelTitleAllPassSd.Text = "標準偏差";
|
||||
|
||||
this.labelTitlePassCnt.Text = "定量/数量[ea]";
|
||||
this.labelTitlePassAverage.Text = "平均[g]";
|
||||
this.labelTitlePassPercentage.Text = "パㅡセント[%]";
|
||||
this.labelTitlePassSd.Text = "標準偏差[g]";
|
||||
this.labelTitlePassMinWeight.Text = "最小重量[g]";
|
||||
this.labelTitlePassMaxWeight.Text = "最大重量[g]";
|
||||
this.labelTitleOverCnt.Text = "上限/数量[ea]";
|
||||
this.labelTitleOverSumWeight.Text = "累積重量[kg]";
|
||||
this.labelTitleOverPercentage.Text = "パㅡセント[%]";
|
||||
this.labelTitleUnderCnt.Text = "下限/数量[ea]";
|
||||
this.labelTitleUnderSumWeight.Text = "累積重量[kg]";
|
||||
this.labelTitleUnderPercentage.Text = "パㅡセント[%]";
|
||||
this.labelTitleExngCnt.Text = "他の不良/数量[ea]";
|
||||
this.labelTitleExngPercentage.Text = "パㅡセント[%]";
|
||||
this.labelTitleTotalCnt.Text = "総数量[ea]";
|
||||
this.labelTitleTotalNgCnt.Text = "全体不良[ea]";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.labelTitle.Text = "Data Statistics";
|
||||
|
|
|
|||
|
|
@ -80,6 +80,10 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "数据查看器";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "デㅡタビュㅡア";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
this.smartLabel12 = new SmartX.SmartLabel();
|
||||
this.smartLabel14 = new SmartX.SmartLabel();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.radioButtonJapanese = new System.Windows.Forms.RadioButton();
|
||||
this.radioButtonChinese = new System.Windows.Forms.RadioButton();
|
||||
this.radioButtonEnglish = new System.Windows.Forms.RadioButton();
|
||||
this.radioButtonKorean = new System.Windows.Forms.RadioButton();
|
||||
|
|
@ -127,7 +128,7 @@
|
|||
this.labelStaticEquipmentID.BackPictureBox2 = null;
|
||||
this.labelStaticEquipmentID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEquipmentID.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentID.InitVisible = true;
|
||||
this.labelStaticEquipmentID.LineSpacing = 0F;
|
||||
this.labelStaticEquipmentID.Location = new System.Drawing.Point(318, 423);
|
||||
|
|
@ -146,7 +147,7 @@
|
|||
this.labelStaticEquipmentLine.BackPictureBox2 = null;
|
||||
this.labelStaticEquipmentLine.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEquipmentLine.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEquipmentLine.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentLine.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentLine.InitVisible = true;
|
||||
this.labelStaticEquipmentLine.LineSpacing = 0F;
|
||||
this.labelStaticEquipmentLine.Location = new System.Drawing.Point(16, 112);
|
||||
|
|
@ -165,7 +166,7 @@
|
|||
this.labelStaticWeightCheck.BackPictureBox2 = null;
|
||||
this.labelStaticWeightCheck.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticWeightCheck.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticWeightCheck.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWeightCheck.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWeightCheck.InitVisible = true;
|
||||
this.labelStaticWeightCheck.LineSpacing = 0F;
|
||||
this.labelStaticWeightCheck.Location = new System.Drawing.Point(12, 485);
|
||||
|
|
@ -185,7 +186,7 @@
|
|||
this.labelStaticSelectSensor.BackPictureBox2 = null;
|
||||
this.labelStaticSelectSensor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSelectSensor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSelectSensor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSelectSensor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSelectSensor.InitVisible = true;
|
||||
this.labelStaticSelectSensor.LineSpacing = 0F;
|
||||
this.labelStaticSelectSensor.Location = new System.Drawing.Point(12, 206);
|
||||
|
|
@ -225,7 +226,7 @@
|
|||
this.labelStaticIndividualNG.BackPictureBox2 = null;
|
||||
this.labelStaticIndividualNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticIndividualNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticIndividualNG.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticIndividualNG.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticIndividualNG.InitVisible = true;
|
||||
this.labelStaticIndividualNG.LineSpacing = 0F;
|
||||
this.labelStaticIndividualNG.Location = new System.Drawing.Point(12, 175);
|
||||
|
|
@ -275,7 +276,7 @@
|
|||
this.labelStaticRejectConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.InitVisible = true;
|
||||
this.labelStaticRejectConveyor.LineSpacing = 0F;
|
||||
this.labelStaticRejectConveyor.Location = new System.Drawing.Point(12, 237);
|
||||
|
|
@ -325,7 +326,7 @@
|
|||
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.InitVisible = true;
|
||||
this.labelStaticFeedingConveyor.LineSpacing = 0F;
|
||||
this.labelStaticFeedingConveyor.Location = new System.Drawing.Point(12, 268);
|
||||
|
|
@ -370,7 +371,7 @@
|
|||
//
|
||||
// comboBoxEquipmentColumn
|
||||
//
|
||||
this.comboBoxEquipmentColumn.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxEquipmentColumn.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxEquipmentColumn.Location = new System.Drawing.Point(226, 109);
|
||||
this.comboBoxEquipmentColumn.Name = "comboBoxEquipmentColumn";
|
||||
this.comboBoxEquipmentColumn.Size = new System.Drawing.Size(104, 29);
|
||||
|
|
@ -379,7 +380,7 @@
|
|||
//
|
||||
// comboBoxInputSensorSelect
|
||||
//
|
||||
this.comboBoxInputSensorSelect.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxInputSensorSelect.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxInputSensorSelect.Location = new System.Drawing.Point(226, 202);
|
||||
this.comboBoxInputSensorSelect.Name = "comboBoxInputSensorSelect";
|
||||
this.comboBoxInputSensorSelect.Size = new System.Drawing.Size(165, 29);
|
||||
|
|
@ -394,34 +395,34 @@
|
|||
this.panel1.Controls.Add(this.radioButtonEquipmentModeStick1);
|
||||
this.panel1.Location = new System.Drawing.Point(226, 81);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(298, 25);
|
||||
this.panel1.Size = new System.Drawing.Size(384, 25);
|
||||
//
|
||||
// radioButtonEquipmentModeStick3
|
||||
//
|
||||
this.radioButtonEquipmentModeStick3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick3.Location = new System.Drawing.Point(202, 3);
|
||||
this.radioButtonEquipmentModeStick3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick3.Location = new System.Drawing.Point(262, 3);
|
||||
this.radioButtonEquipmentModeStick3.Name = "radioButtonEquipmentModeStick3";
|
||||
this.radioButtonEquipmentModeStick3.Size = new System.Drawing.Size(90, 20);
|
||||
this.radioButtonEquipmentModeStick3.Size = new System.Drawing.Size(120, 20);
|
||||
this.radioButtonEquipmentModeStick3.TabIndex = 3;
|
||||
this.radioButtonEquipmentModeStick3.Text = "스틱-III";
|
||||
this.radioButtonEquipmentModeStick3.Click += new System.EventHandler(this.control_Click);
|
||||
//
|
||||
// radioButtonEquipmentModeStick2
|
||||
//
|
||||
this.radioButtonEquipmentModeStick2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick2.Location = new System.Drawing.Point(106, 3);
|
||||
this.radioButtonEquipmentModeStick2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick2.Location = new System.Drawing.Point(136, 2);
|
||||
this.radioButtonEquipmentModeStick2.Name = "radioButtonEquipmentModeStick2";
|
||||
this.radioButtonEquipmentModeStick2.Size = new System.Drawing.Size(90, 20);
|
||||
this.radioButtonEquipmentModeStick2.Size = new System.Drawing.Size(120, 20);
|
||||
this.radioButtonEquipmentModeStick2.TabIndex = 2;
|
||||
this.radioButtonEquipmentModeStick2.Text = "스틱-II";
|
||||
this.radioButtonEquipmentModeStick2.Click += new System.EventHandler(this.control_Click);
|
||||
//
|
||||
// radioButtonEquipmentModeStick1
|
||||
//
|
||||
this.radioButtonEquipmentModeStick1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEquipmentModeStick1.Location = new System.Drawing.Point(10, 3);
|
||||
this.radioButtonEquipmentModeStick1.Name = "radioButtonEquipmentModeStick1";
|
||||
this.radioButtonEquipmentModeStick1.Size = new System.Drawing.Size(90, 20);
|
||||
this.radioButtonEquipmentModeStick1.Size = new System.Drawing.Size(120, 20);
|
||||
this.radioButtonEquipmentModeStick1.TabIndex = 1;
|
||||
this.radioButtonEquipmentModeStick1.Text = "스틱-I";
|
||||
this.radioButtonEquipmentModeStick1.Click += new System.EventHandler(this.control_Click);
|
||||
|
|
@ -433,7 +434,7 @@
|
|||
this.labelStaticEquipmentType.BackPictureBox2 = null;
|
||||
this.labelStaticEquipmentType.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEquipmentType.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEquipmentType.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentType.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentType.InitVisible = true;
|
||||
this.labelStaticEquipmentType.LineSpacing = 0F;
|
||||
this.labelStaticEquipmentType.Location = new System.Drawing.Point(12, 81);
|
||||
|
|
@ -457,7 +458,7 @@
|
|||
//
|
||||
// radioButtonDischargeConveyorDirectionCWCCW
|
||||
//
|
||||
this.radioButtonDischargeConveyorDirectionCWCCW.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCWCCW.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCWCCW.Location = new System.Drawing.Point(272, 3);
|
||||
this.radioButtonDischargeConveyorDirectionCWCCW.Name = "radioButtonDischargeConveyorDirectionCWCCW";
|
||||
this.radioButtonDischargeConveyorDirectionCWCCW.Size = new System.Drawing.Size(120, 20);
|
||||
|
|
@ -467,7 +468,7 @@
|
|||
//
|
||||
// radioButtonDischargeConveyorDirectionCCW
|
||||
//
|
||||
this.radioButtonDischargeConveyorDirectionCCW.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCCW.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCCW.Location = new System.Drawing.Point(146, 3);
|
||||
this.radioButtonDischargeConveyorDirectionCCW.Name = "radioButtonDischargeConveyorDirectionCCW";
|
||||
this.radioButtonDischargeConveyorDirectionCCW.Size = new System.Drawing.Size(120, 20);
|
||||
|
|
@ -478,7 +479,7 @@
|
|||
// radioButtonDischargeConveyorDirectionCW
|
||||
//
|
||||
this.radioButtonDischargeConveyorDirectionCW.Checked = true;
|
||||
this.radioButtonDischargeConveyorDirectionCW.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCW.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonDischargeConveyorDirectionCW.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonDischargeConveyorDirectionCW.Name = "radioButtonDischargeConveyorDirectionCW";
|
||||
this.radioButtonDischargeConveyorDirectionCW.Size = new System.Drawing.Size(120, 20);
|
||||
|
|
@ -497,7 +498,7 @@
|
|||
//
|
||||
// radioButtonImpellerMotorDirectionCCW
|
||||
//
|
||||
this.radioButtonImpellerMotorDirectionCCW.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorDirectionCCW.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorDirectionCCW.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonImpellerMotorDirectionCCW.Name = "radioButtonImpellerMotorDirectionCCW";
|
||||
this.radioButtonImpellerMotorDirectionCCW.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -508,7 +509,7 @@
|
|||
// radioButtonImpellerMotorDirectionCW
|
||||
//
|
||||
this.radioButtonImpellerMotorDirectionCW.Checked = true;
|
||||
this.radioButtonImpellerMotorDirectionCW.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorDirectionCW.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorDirectionCW.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonImpellerMotorDirectionCW.Name = "radioButtonImpellerMotorDirectionCW";
|
||||
this.radioButtonImpellerMotorDirectionCW.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -527,7 +528,7 @@
|
|||
//
|
||||
// radioButtonFeedingConveyorRunNg
|
||||
//
|
||||
this.radioButtonFeedingConveyorRunNg.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonFeedingConveyorRunNg.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonFeedingConveyorRunNg.Location = new System.Drawing.Point(146, 3);
|
||||
this.radioButtonFeedingConveyorRunNg.Name = "radioButtonFeedingConveyorRunNg";
|
||||
this.radioButtonFeedingConveyorRunNg.Size = new System.Drawing.Size(120, 20);
|
||||
|
|
@ -538,7 +539,7 @@
|
|||
// radioButtonFeedingConveyorRunPass
|
||||
//
|
||||
this.radioButtonFeedingConveyorRunPass.Checked = true;
|
||||
this.radioButtonFeedingConveyorRunPass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonFeedingConveyorRunPass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonFeedingConveyorRunPass.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonFeedingConveyorRunPass.Name = "radioButtonFeedingConveyorRunPass";
|
||||
this.radioButtonFeedingConveyorRunPass.Size = new System.Drawing.Size(120, 20);
|
||||
|
|
@ -553,7 +554,7 @@
|
|||
this.labelStaticImpellerRotationDirection.BackPictureBox2 = null;
|
||||
this.labelStaticImpellerRotationDirection.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticImpellerRotationDirection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticImpellerRotationDirection.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticImpellerRotationDirection.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticImpellerRotationDirection.InitVisible = true;
|
||||
this.labelStaticImpellerRotationDirection.LineSpacing = 0F;
|
||||
this.labelStaticImpellerRotationDirection.Location = new System.Drawing.Point(12, 361);
|
||||
|
|
@ -572,7 +573,7 @@
|
|||
this.labelStaticImpellerBaudrate.BackPictureBox2 = null;
|
||||
this.labelStaticImpellerBaudrate.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticImpellerBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticImpellerBaudrate.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticImpellerBaudrate.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticImpellerBaudrate.InitVisible = true;
|
||||
this.labelStaticImpellerBaudrate.LineSpacing = 0F;
|
||||
this.labelStaticImpellerBaudrate.Location = new System.Drawing.Point(12, 330);
|
||||
|
|
@ -597,7 +598,7 @@
|
|||
//
|
||||
// radioButtonImpellerMotorBaudrate115200
|
||||
//
|
||||
this.radioButtonImpellerMotorBaudrate115200.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate115200.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate115200.ForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorBaudrate115200.Location = new System.Drawing.Point(338, 3);
|
||||
this.radioButtonImpellerMotorBaudrate115200.Name = "radioButtonImpellerMotorBaudrate115200";
|
||||
|
|
@ -609,7 +610,7 @@
|
|||
//
|
||||
// radioButtonImpellerMotorBaudrate38400
|
||||
//
|
||||
this.radioButtonImpellerMotorBaudrate38400.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate38400.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate38400.ForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorBaudrate38400.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonImpellerMotorBaudrate38400.Name = "radioButtonImpellerMotorBaudrate38400";
|
||||
|
|
@ -621,7 +622,7 @@
|
|||
//
|
||||
// radioButtonImpellerMotorBaudrate19200
|
||||
//
|
||||
this.radioButtonImpellerMotorBaudrate19200.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate19200.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate19200.ForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorBaudrate19200.Location = new System.Drawing.Point(126, 3);
|
||||
this.radioButtonImpellerMotorBaudrate19200.Name = "radioButtonImpellerMotorBaudrate19200";
|
||||
|
|
@ -634,7 +635,7 @@
|
|||
// radioButtonImpellerMotorBaudrate9600
|
||||
//
|
||||
this.radioButtonImpellerMotorBaudrate9600.Checked = true;
|
||||
this.radioButtonImpellerMotorBaudrate9600.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate9600.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorBaudrate9600.ForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorBaudrate9600.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonImpellerMotorBaudrate9600.Name = "radioButtonImpellerMotorBaudrate9600";
|
||||
|
|
@ -655,7 +656,7 @@
|
|||
//
|
||||
// radioButtonWeightViewReverse
|
||||
//
|
||||
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewReverse.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse";
|
||||
this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -666,7 +667,7 @@
|
|||
// radioButtonWeightViewForward
|
||||
//
|
||||
this.radioButtonWeightViewForward.Checked = true;
|
||||
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewForward.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward";
|
||||
this.radioButtonWeightViewForward.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -682,7 +683,7 @@
|
|||
this.smartLabel12.BackPictureBox2 = null;
|
||||
this.smartLabel12.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel12.ForeColor = System.Drawing.Color.Red;
|
||||
this.smartLabel12.InitVisible = true;
|
||||
this.smartLabel12.LineSpacing = 0F;
|
||||
|
|
@ -703,7 +704,7 @@
|
|||
this.smartLabel14.BackPictureBox2 = null;
|
||||
this.smartLabel14.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel14.ForeColor = System.Drawing.Color.Red;
|
||||
this.smartLabel14.InitVisible = true;
|
||||
this.smartLabel14.LineSpacing = 0F;
|
||||
|
|
@ -719,6 +720,7 @@
|
|||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.SystemColors.ControlLight;
|
||||
this.panel8.Controls.Add(this.radioButtonJapanese);
|
||||
this.panel8.Controls.Add(this.radioButtonChinese);
|
||||
this.panel8.Controls.Add(this.radioButtonEnglish);
|
||||
this.panel8.Controls.Add(this.radioButtonKorean);
|
||||
|
|
@ -726,9 +728,19 @@
|
|||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(500, 25);
|
||||
//
|
||||
// radioButtonJapanese
|
||||
//
|
||||
this.radioButtonJapanese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonJapanese.Location = new System.Drawing.Point(338, 3);
|
||||
this.radioButtonJapanese.Name = "radioButtonJapanese";
|
||||
this.radioButtonJapanese.Size = new System.Drawing.Size(100, 20);
|
||||
this.radioButtonJapanese.TabIndex = 3;
|
||||
this.radioButtonJapanese.Text = "日本語";
|
||||
this.radioButtonJapanese.Click += new System.EventHandler(this.control_Click);
|
||||
//
|
||||
// radioButtonChinese
|
||||
//
|
||||
this.radioButtonChinese.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonChinese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonChinese.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonChinese.Name = "radioButtonChinese";
|
||||
this.radioButtonChinese.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -738,7 +750,7 @@
|
|||
//
|
||||
// radioButtonEnglish
|
||||
//
|
||||
this.radioButtonEnglish.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEnglish.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEnglish.Location = new System.Drawing.Point(126, 3);
|
||||
this.radioButtonEnglish.Name = "radioButtonEnglish";
|
||||
this.radioButtonEnglish.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -749,7 +761,7 @@
|
|||
// radioButtonKorean
|
||||
//
|
||||
this.radioButtonKorean.Checked = true;
|
||||
this.radioButtonKorean.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonKorean.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonKorean.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonKorean.Name = "radioButtonKorean";
|
||||
this.radioButtonKorean.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -765,7 +777,7 @@
|
|||
this.labelBuadrateWarning.BackPictureBox2 = null;
|
||||
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBuadrateWarning.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning.ForeColor = System.Drawing.Color.Gold;
|
||||
this.labelBuadrateWarning.InitVisible = true;
|
||||
this.labelBuadrateWarning.LineSpacing = 0F;
|
||||
|
|
@ -785,7 +797,7 @@
|
|||
this.labelStaticLanguage.BackPictureBox2 = null;
|
||||
this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticLanguage.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLanguage.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLanguage.InitVisible = true;
|
||||
this.labelStaticLanguage.LineSpacing = 0F;
|
||||
this.labelStaticLanguage.Location = new System.Drawing.Point(12, 392);
|
||||
|
|
@ -805,7 +817,7 @@
|
|||
this.labelBuadrateWarning2.BackPictureBox2 = null;
|
||||
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBuadrateWarning2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.Gold;
|
||||
this.labelBuadrateWarning2.InitVisible = true;
|
||||
this.labelBuadrateWarning2.LineSpacing = 0F;
|
||||
|
|
@ -825,7 +837,7 @@
|
|||
this.labelStaticLogin.BackPictureBox2 = null;
|
||||
this.labelStaticLogin.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticLogin.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLogin.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLogin.InitVisible = true;
|
||||
this.labelStaticLogin.LineSpacing = 0F;
|
||||
this.labelStaticLogin.Location = new System.Drawing.Point(12, 423);
|
||||
|
|
@ -875,7 +887,7 @@
|
|||
this.labelTitleStepMotorType.BackPictureBox2 = null;
|
||||
this.labelTitleStepMotorType.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStepMotorType.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleStepMotorType.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStepMotorType.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStepMotorType.InitVisible = true;
|
||||
this.labelTitleStepMotorType.LineSpacing = 0F;
|
||||
this.labelTitleStepMotorType.Location = new System.Drawing.Point(12, 454);
|
||||
|
|
@ -889,7 +901,7 @@
|
|||
//
|
||||
// comboBoxStepMotorType
|
||||
//
|
||||
this.comboBoxStepMotorType.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxStepMotorType.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxStepMotorType.Location = new System.Drawing.Point(226, 454);
|
||||
this.comboBoxStepMotorType.Name = "comboBoxStepMotorType";
|
||||
this.comboBoxStepMotorType.Size = new System.Drawing.Size(165, 25);
|
||||
|
|
@ -903,7 +915,7 @@
|
|||
this.labelStaticPingTimer.BackPictureBox2 = null;
|
||||
this.labelStaticPingTimer.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticPingTimer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticPingTimer.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticPingTimer.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticPingTimer.InitVisible = true;
|
||||
this.labelStaticPingTimer.LineSpacing = 0F;
|
||||
this.labelStaticPingTimer.Location = new System.Drawing.Point(532, 423);
|
||||
|
|
@ -994,7 +1006,7 @@
|
|||
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticWeightCheck);
|
||||
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEquipmentLine);
|
||||
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEquipmentID);
|
||||
this.groupBoxSpecialMenu.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxSpecialMenu.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxSpecialMenu.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxSpecialMenu.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxSpecialMenu.FrameLineThickness = 1;
|
||||
|
|
@ -1015,7 +1027,7 @@
|
|||
this.smartLabel6.BackPictureBox2 = null;
|
||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel6.InitVisible = true;
|
||||
this.smartLabel6.LineSpacing = 0F;
|
||||
this.smartLabel6.Location = new System.Drawing.Point(316, 299);
|
||||
|
|
@ -1055,7 +1067,7 @@
|
|||
this.labelStaticDataStoragePeriod.BackPictureBox2 = null;
|
||||
this.labelStaticDataStoragePeriod.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticDataStoragePeriod.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticDataStoragePeriod.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDataStoragePeriod.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDataStoragePeriod.InitVisible = true;
|
||||
this.labelStaticDataStoragePeriod.LineSpacing = 0F;
|
||||
this.labelStaticDataStoragePeriod.Location = new System.Drawing.Point(12, 299);
|
||||
|
|
@ -1075,7 +1087,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.ForeColor = System.Drawing.Color.Red;
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
|
|
@ -1126,7 +1138,7 @@
|
|||
this.labelStaticIntegratedTransmission.BackPictureBox2 = null;
|
||||
this.labelStaticIntegratedTransmission.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticIntegratedTransmission.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticIntegratedTransmission.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticIntegratedTransmission.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticIntegratedTransmission.InitVisible = true;
|
||||
this.labelStaticIntegratedTransmission.LineSpacing = 0F;
|
||||
this.labelStaticIntegratedTransmission.Location = new System.Drawing.Point(12, 144);
|
||||
|
|
@ -1145,7 +1157,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -1318,5 +1330,6 @@
|
|||
public SmartX.SmartLabel labelDataStoragePeriod;
|
||||
private SmartX.SmartLabel labelStaticDataStoragePeriod;
|
||||
private SmartX.SmartLabel smartLabel6;
|
||||
public System.Windows.Forms.RadioButton radioButtonJapanese;
|
||||
}
|
||||
}
|
||||
|
|
@ -96,6 +96,7 @@ namespace INT69DB_2A.Forms
|
|||
this.labelTitleStepMotorType.Text = "步进电机类型";
|
||||
this.labelStaticIntegratedTransmission.Text = "综合传输";
|
||||
|
||||
this.smartLabel2.Text = "球杆-II";
|
||||
this.smartLabel12.Text = "球杆-I";
|
||||
this.smartLabel14.Text = "球杆-I";
|
||||
|
||||
|
|
@ -105,12 +106,46 @@ namespace INT69DB_2A.Forms
|
|||
this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新";
|
||||
this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值";
|
||||
|
||||
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.buttonFeedingConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
this.buttonFeedingConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
this.buttonDischargeConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
this.buttonDischargeConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
//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.buttonFeedingConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
//this.buttonFeedingConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
//this.buttonDischargeConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
//this.buttonDischargeConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "装置設定";
|
||||
|
||||
this.groupBoxSpecialMenu.Text = "装置設定";
|
||||
this.labelStaticEquipmentType.Text = "装置タイプ";
|
||||
this.radioButtonEquipmentModeStick1.Text = "スティック-I";
|
||||
this.radioButtonEquipmentModeStick2.Text = "スティック-II";
|
||||
this.radioButtonEquipmentModeStick3.Text = "スティック-III";
|
||||
this.labelStaticEquipmentLine.Text = "ライン";
|
||||
this.labelStaticWeightCheck.Text = "重量表示";
|
||||
this.labelStaticIndividualNG.Text = "個別NG";
|
||||
this.labelStaticSelectSensor.Text = "入力センサㅡの選択";
|
||||
this.labelStaticRejectConveyor.Text = "排出コンベア";
|
||||
this.labelStaticFeedingConveyor.Text = "供給コンベア";
|
||||
this.labelStaticEquipmentID.Text = "装置ID";
|
||||
this.labelStaticDataStoragePeriod.Text = "保管期間";
|
||||
this.labelStaticImpellerBaudrate.Text = "インペラㅡ:baudrate";
|
||||
this.labelStaticImpellerRotationDirection.Text = "インペラㅡ:方向";
|
||||
this.labelStaticLanguage.Text = "言語";
|
||||
this.labelStaticLogin.Text = "ログイン";
|
||||
this.labelTitleStepMotorType.Text = "モㅡタㅡタイプ";
|
||||
this.labelStaticIntegratedTransmission.Text = "統合搬送";
|
||||
|
||||
this.smartLabel2.Text = "スティック-II";
|
||||
this.smartLabel12.Text = "スティック-I";
|
||||
this.smartLabel14.Text = "スティック-I";
|
||||
|
||||
this.radioButtonWeightViewForward.Text = "順方向(1~6)";
|
||||
this.radioButtonWeightViewReverse.Text = "逆方向(6~1)";
|
||||
|
||||
this.labelBuadrateWarning.Text = "※ 設定を変更したら、電源を入れ直してください。";
|
||||
this.labelBuadrateWarning2.Text = "※ エンジニア以外に絶対に変更しないでください。";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
@ -243,6 +278,10 @@ namespace INT69DB_2A.Forms
|
|||
this.radioButtonKorean.Checked = true;
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
this.radioButtonEnglish.Checked = true;
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
this.radioButtonChinese.Checked = true;
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
this.radioButtonJapanese.Checked = true;
|
||||
else
|
||||
this.radioButtonChinese.Checked = true;
|
||||
|
||||
|
|
@ -446,10 +485,12 @@ namespace INT69DB_2A.Forms
|
|||
// 언어
|
||||
if (this.radioButtonKorean.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean;
|
||||
else if (this.radioButtonEnglish.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.English;
|
||||
else
|
||||
else if (this.radioButtonChinese.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Chinese;
|
||||
else if (this.radioButtonJapanese.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Japanese;
|
||||
else
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.English;
|
||||
|
||||
// 로그인
|
||||
if (this.buttonLogin.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
this.labelZero6 = new System.Windows.Forms.Label();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.smartLabel9 = new SmartX.SmartLabel();
|
||||
this.labelTitleCommErrorCount = new SmartX.SmartLabel();
|
||||
this.labelReceiveDataErrorCount = new SmartX.SmartLabel();
|
||||
this.smartLabel2 = new SmartX.SmartLabel();
|
||||
this.smartLabel1 = new SmartX.SmartLabel();
|
||||
|
|
@ -97,10 +97,10 @@
|
|||
this.buttonAllContinue = new SmartX.SmartButton();
|
||||
this.labelIntervalAll = new SmartX.SmartLabel();
|
||||
this.buttonCut = new SmartX.SmartButton();
|
||||
this.smartLabel6 = new SmartX.SmartLabel();
|
||||
this.labelTitleCutInput = new SmartX.SmartLabel();
|
||||
this.smartLabel5 = new SmartX.SmartLabel();
|
||||
this.smartLabel4 = new SmartX.SmartLabel();
|
||||
this.smartLabel3 = new SmartX.SmartLabel();
|
||||
this.labelTitleImpeller = new SmartX.SmartLabel();
|
||||
this.buttonRejectConveyorCW = new SmartX.SmartButton();
|
||||
this.buttonFeedingConveyor = new SmartX.SmartButton();
|
||||
this.buttonReverseDirection1 = new SmartX.SmartButton();
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -644,7 +644,7 @@
|
|||
// labelZero1
|
||||
//
|
||||
this.labelZero1.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero1.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero1.Location = new System.Drawing.Point(101, 48);
|
||||
this.labelZero1.Name = "labelZero1";
|
||||
|
|
@ -653,7 +653,7 @@
|
|||
// labelZero2
|
||||
//
|
||||
this.labelZero2.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero2.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero2.Location = new System.Drawing.Point(101, 84);
|
||||
this.labelZero2.Name = "labelZero2";
|
||||
|
|
@ -662,7 +662,7 @@
|
|||
// labelZero3
|
||||
//
|
||||
this.labelZero3.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero3.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero3.Location = new System.Drawing.Point(101, 120);
|
||||
this.labelZero3.Name = "labelZero3";
|
||||
|
|
@ -671,7 +671,7 @@
|
|||
// labelZero4
|
||||
//
|
||||
this.labelZero4.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero4.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero4.Location = new System.Drawing.Point(101, 156);
|
||||
this.labelZero4.Name = "labelZero4";
|
||||
|
|
@ -680,7 +680,7 @@
|
|||
// labelZero5
|
||||
//
|
||||
this.labelZero5.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero5.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero5.Location = new System.Drawing.Point(101, 192);
|
||||
this.labelZero5.Name = "labelZero5";
|
||||
|
|
@ -689,7 +689,7 @@
|
|||
// labelZero6
|
||||
//
|
||||
this.labelZero6.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero6.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero6.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero6.Location = new System.Drawing.Point(101, 228);
|
||||
this.labelZero6.Name = "labelZero6";
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartGroupBox1.BackPictureBox = null;
|
||||
this.smartGroupBox1.BackPictureBox1 = null;
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel9);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleCommErrorCount);
|
||||
this.smartGroupBox1.Controls.Add(this.labelReceiveDataErrorCount);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
||||
|
|
@ -763,7 +763,7 @@
|
|||
this.smartGroupBox1.Controls.Add(this.buttonZero3);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonZero2);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonZero1);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineThickness = 1;
|
||||
|
|
@ -778,26 +778,26 @@
|
|||
this.smartGroupBox1.Text = "Weight";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// smartLabel9
|
||||
// labelTitleCommErrorCount
|
||||
//
|
||||
this.smartLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel9.BackPictureBox = null;
|
||||
this.smartLabel9.BackPictureBox1 = null;
|
||||
this.smartLabel9.BackPictureBox2 = null;
|
||||
this.smartLabel9.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel9.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel9.InitVisible = true;
|
||||
this.smartLabel9.LineSpacing = 0F;
|
||||
this.smartLabel9.Location = new System.Drawing.Point(28, 414);
|
||||
this.smartLabel9.Name = "smartLabel9";
|
||||
this.smartLabel9.Size = new System.Drawing.Size(134, 20);
|
||||
this.smartLabel9.TabIndex = 663;
|
||||
this.smartLabel9.Text = "통신 에러 CNT";
|
||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel9.Wordwrap = false;
|
||||
this.labelTitleCommErrorCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleCommErrorCount.BackPictureBox = null;
|
||||
this.labelTitleCommErrorCount.BackPictureBox1 = null;
|
||||
this.labelTitleCommErrorCount.BackPictureBox2 = null;
|
||||
this.labelTitleCommErrorCount.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.labelTitleCommErrorCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleCommErrorCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCommErrorCount.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCommErrorCount.InitVisible = true;
|
||||
this.labelTitleCommErrorCount.LineSpacing = 0F;
|
||||
this.labelTitleCommErrorCount.Location = new System.Drawing.Point(28, 414);
|
||||
this.labelTitleCommErrorCount.Name = "labelTitleCommErrorCount";
|
||||
this.labelTitleCommErrorCount.Size = new System.Drawing.Size(153, 20);
|
||||
this.labelTitleCommErrorCount.TabIndex = 663;
|
||||
this.labelTitleCommErrorCount.Text = "통신 에러 CNT";
|
||||
this.labelTitleCommErrorCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleCommErrorCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleCommErrorCount.Wordwrap = false;
|
||||
//
|
||||
// labelReceiveDataErrorCount
|
||||
//
|
||||
|
|
@ -811,9 +811,9 @@
|
|||
this.labelReceiveDataErrorCount.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelReceiveDataErrorCount.InitVisible = true;
|
||||
this.labelReceiveDataErrorCount.LineSpacing = 0F;
|
||||
this.labelReceiveDataErrorCount.Location = new System.Drawing.Point(168, 414);
|
||||
this.labelReceiveDataErrorCount.Location = new System.Drawing.Point(187, 414);
|
||||
this.labelReceiveDataErrorCount.Name = "labelReceiveDataErrorCount";
|
||||
this.labelReceiveDataErrorCount.Size = new System.Drawing.Size(170, 20);
|
||||
this.labelReceiveDataErrorCount.Size = new System.Drawing.Size(151, 20);
|
||||
this.labelReceiveDataErrorCount.TabIndex = 662;
|
||||
this.labelReceiveDataErrorCount.Text = "0";
|
||||
this.labelReceiveDataErrorCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
|
|
@ -828,7 +828,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(228, 22);
|
||||
|
|
@ -848,7 +848,7 @@
|
|||
this.smartLabel1.BackPictureBox2 = null;
|
||||
this.smartLabel1.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel1.InitVisible = true;
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(122, 22);
|
||||
|
|
@ -863,7 +863,7 @@
|
|||
// labelSensor1
|
||||
//
|
||||
this.labelSensor1.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor1.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor1.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor1.Location = new System.Drawing.Point(29, 48);
|
||||
this.labelSensor1.Name = "labelSensor1";
|
||||
|
|
@ -872,7 +872,7 @@
|
|||
// labelSensor2
|
||||
//
|
||||
this.labelSensor2.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor2.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor2.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor2.Location = new System.Drawing.Point(29, 84);
|
||||
this.labelSensor2.Name = "labelSensor2";
|
||||
|
|
@ -881,7 +881,7 @@
|
|||
// labelSensor3
|
||||
//
|
||||
this.labelSensor3.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor3.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor3.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor3.Location = new System.Drawing.Point(29, 120);
|
||||
this.labelSensor3.Name = "labelSensor3";
|
||||
|
|
@ -890,7 +890,7 @@
|
|||
// labelSensor4
|
||||
//
|
||||
this.labelSensor4.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor4.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor4.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor4.Location = new System.Drawing.Point(29, 156);
|
||||
this.labelSensor4.Name = "labelSensor4";
|
||||
|
|
@ -899,7 +899,7 @@
|
|||
// labelSensor5
|
||||
//
|
||||
this.labelSensor5.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor5.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor5.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor5.Location = new System.Drawing.Point(29, 192);
|
||||
this.labelSensor5.Name = "labelSensor5";
|
||||
|
|
@ -908,7 +908,7 @@
|
|||
// labelSensor10
|
||||
//
|
||||
this.labelSensor10.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor10.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor10.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor10.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor10.Location = new System.Drawing.Point(29, 372);
|
||||
this.labelSensor10.Name = "labelSensor10";
|
||||
|
|
@ -917,7 +917,7 @@
|
|||
// labelSensor9
|
||||
//
|
||||
this.labelSensor9.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor9.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor9.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor9.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor9.Location = new System.Drawing.Point(29, 336);
|
||||
this.labelSensor9.Name = "labelSensor9";
|
||||
|
|
@ -926,7 +926,7 @@
|
|||
// labelSensor8
|
||||
//
|
||||
this.labelSensor8.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor8.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor8.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor8.Location = new System.Drawing.Point(29, 300);
|
||||
this.labelSensor8.Name = "labelSensor8";
|
||||
|
|
@ -935,7 +935,7 @@
|
|||
// labelSensor7
|
||||
//
|
||||
this.labelSensor7.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor7.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor7.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor7.Location = new System.Drawing.Point(29, 264);
|
||||
this.labelSensor7.Name = "labelSensor7";
|
||||
|
|
@ -944,7 +944,7 @@
|
|||
// labelSensor6
|
||||
//
|
||||
this.labelSensor6.BackColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor6.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelSensor6.ForeColor = System.Drawing.Color.Crimson;
|
||||
this.labelSensor6.Location = new System.Drawing.Point(29, 228);
|
||||
this.labelSensor6.Name = "labelSensor6";
|
||||
|
|
@ -953,7 +953,7 @@
|
|||
// labelZero10
|
||||
//
|
||||
this.labelZero10.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero10.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero10.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero10.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero10.Location = new System.Drawing.Point(101, 372);
|
||||
this.labelZero10.Name = "labelZero10";
|
||||
|
|
@ -962,7 +962,7 @@
|
|||
// labelZero9
|
||||
//
|
||||
this.labelZero9.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero9.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero9.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero9.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero9.Location = new System.Drawing.Point(101, 336);
|
||||
this.labelZero9.Name = "labelZero9";
|
||||
|
|
@ -971,7 +971,7 @@
|
|||
// labelZero8
|
||||
//
|
||||
this.labelZero8.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero8.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero8.Location = new System.Drawing.Point(101, 300);
|
||||
this.labelZero8.Name = "labelZero8";
|
||||
|
|
@ -980,7 +980,7 @@
|
|||
// labelZero7
|
||||
//
|
||||
this.labelZero7.BackColor = System.Drawing.Color.Chartreuse;
|
||||
this.labelZero7.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelZero7.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelZero7.Location = new System.Drawing.Point(101, 264);
|
||||
this.labelZero7.Name = "labelZero7";
|
||||
|
|
@ -1287,10 +1287,10 @@
|
|||
this.groupBoxStick.Controls.Add(this.buttonAllContinue);
|
||||
this.groupBoxStick.Controls.Add(this.labelIntervalAll);
|
||||
this.groupBoxStick.Controls.Add(this.buttonCut);
|
||||
this.groupBoxStick.Controls.Add(this.smartLabel6);
|
||||
this.groupBoxStick.Controls.Add(this.labelTitleCutInput);
|
||||
this.groupBoxStick.Controls.Add(this.smartLabel5);
|
||||
this.groupBoxStick.Controls.Add(this.smartLabel4);
|
||||
this.groupBoxStick.Controls.Add(this.smartLabel3);
|
||||
this.groupBoxStick.Controls.Add(this.labelTitleImpeller);
|
||||
this.groupBoxStick.Controls.Add(this.buttonRejectConveyorCW);
|
||||
this.groupBoxStick.Controls.Add(this.buttonFeedingConveyor);
|
||||
this.groupBoxStick.Controls.Add(this.buttonReverseDirection1);
|
||||
|
|
@ -1315,6 +1315,7 @@
|
|||
this.groupBoxStick.Controls.Add(this.buttonForwardDirection8);
|
||||
this.groupBoxStick.Controls.Add(this.buttonForwardDirection7);
|
||||
this.groupBoxStick.Controls.Add(this.buttonForwardDirection6);
|
||||
this.groupBoxStick.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxStick.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxStick.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxStick.FrameLineThickness = 1;
|
||||
|
|
@ -1337,12 +1338,13 @@
|
|||
this.smartLabel10.BackPictureBox2 = null;
|
||||
this.smartLabel10.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel10.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel10.InitVisible = true;
|
||||
this.smartLabel10.LineSpacing = 0F;
|
||||
this.smartLabel10.Location = new System.Drawing.Point(215, 44);
|
||||
this.smartLabel10.Location = new System.Drawing.Point(202, 44);
|
||||
this.smartLabel10.Name = "smartLabel10";
|
||||
this.smartLabel10.Size = new System.Drawing.Size(100, 20);
|
||||
this.smartLabel10.Size = new System.Drawing.Size(113, 20);
|
||||
this.smartLabel10.TabIndex = 251;
|
||||
this.smartLabel10.Text = "Rotation Angle";
|
||||
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
|
|
@ -1382,6 +1384,7 @@
|
|||
this.checkBoxCutMainDisplayView.CheckBoxSymbolSize = 14;
|
||||
this.checkBoxCutMainDisplayView.Checked = false;
|
||||
this.checkBoxCutMainDisplayView.CheckLineWidth = 3;
|
||||
this.checkBoxCutMainDisplayView.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxCutMainDisplayView.ImageCheckBox = null;
|
||||
this.checkBoxCutMainDisplayView.ImageUnCheckBox = null;
|
||||
this.checkBoxCutMainDisplayView.InitVisible = true;
|
||||
|
|
@ -1401,14 +1404,15 @@
|
|||
this.smartLabel7.BackPictureBox2 = null;
|
||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel7.InitVisible = true;
|
||||
this.smartLabel7.LineSpacing = 0F;
|
||||
this.smartLabel7.Location = new System.Drawing.Point(215, 136);
|
||||
this.smartLabel7.Location = new System.Drawing.Point(202, 136);
|
||||
this.smartLabel7.Name = "smartLabel7";
|
||||
this.smartLabel7.Size = new System.Drawing.Size(100, 25);
|
||||
this.smartLabel7.Size = new System.Drawing.Size(113, 25);
|
||||
this.smartLabel7.TabIndex = 201;
|
||||
this.smartLabel7.Text = "RejectCV CCW";
|
||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel7.Wordwrap = false;
|
||||
//
|
||||
|
|
@ -1453,6 +1457,7 @@
|
|||
this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonAllContinue.DisableImage = null;
|
||||
this.buttonAllContinue.DownImage = null;
|
||||
this.buttonAllContinue.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonAllContinue.GroupID = 0;
|
||||
this.buttonAllContinue.InitVisible = true;
|
||||
this.buttonAllContinue.Location = new System.Drawing.Point(321, 288);
|
||||
|
|
@ -1528,24 +1533,25 @@
|
|||
this.buttonCut.UpImage = null;
|
||||
this.buttonCut.Click += new System.EventHandler(this.buttonCut_Click);
|
||||
//
|
||||
// smartLabel6
|
||||
// labelTitleCutInput
|
||||
//
|
||||
this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel6.BackPictureBox = null;
|
||||
this.smartLabel6.BackPictureBox1 = null;
|
||||
this.smartLabel6.BackPictureBox2 = null;
|
||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel6.InitVisible = true;
|
||||
this.smartLabel6.LineSpacing = 0F;
|
||||
this.smartLabel6.Location = new System.Drawing.Point(230, 187);
|
||||
this.smartLabel6.Name = "smartLabel6";
|
||||
this.smartLabel6.Size = new System.Drawing.Size(85, 20);
|
||||
this.smartLabel6.TabIndex = 164;
|
||||
this.smartLabel6.Text = "CUT INPUT";
|
||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel6.Wordwrap = false;
|
||||
this.labelTitleCutInput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleCutInput.BackPictureBox = null;
|
||||
this.labelTitleCutInput.BackPictureBox1 = null;
|
||||
this.labelTitleCutInput.BackPictureBox2 = null;
|
||||
this.labelTitleCutInput.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCutInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleCutInput.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCutInput.InitVisible = true;
|
||||
this.labelTitleCutInput.LineSpacing = 0F;
|
||||
this.labelTitleCutInput.Location = new System.Drawing.Point(202, 187);
|
||||
this.labelTitleCutInput.Name = "labelTitleCutInput";
|
||||
this.labelTitleCutInput.Size = new System.Drawing.Size(113, 20);
|
||||
this.labelTitleCutInput.TabIndex = 164;
|
||||
this.labelTitleCutInput.Text = "CUT INPUT";
|
||||
this.labelTitleCutInput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.labelTitleCutInput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleCutInput.Wordwrap = false;
|
||||
//
|
||||
// smartLabel5
|
||||
//
|
||||
|
|
@ -1555,14 +1561,15 @@
|
|||
this.smartLabel5.BackPictureBox2 = null;
|
||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel5.InitVisible = true;
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
this.smartLabel5.Location = new System.Drawing.Point(215, 105);
|
||||
this.smartLabel5.Location = new System.Drawing.Point(202, 105);
|
||||
this.smartLabel5.Name = "smartLabel5";
|
||||
this.smartLabel5.Size = new System.Drawing.Size(100, 25);
|
||||
this.smartLabel5.Size = new System.Drawing.Size(113, 25);
|
||||
this.smartLabel5.TabIndex = 164;
|
||||
this.smartLabel5.Text = "RejectCV CW";
|
||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel5.Wordwrap = false;
|
||||
//
|
||||
|
|
@ -1574,35 +1581,37 @@
|
|||
this.smartLabel4.BackPictureBox2 = null;
|
||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel4.InitVisible = true;
|
||||
this.smartLabel4.LineSpacing = 0F;
|
||||
this.smartLabel4.Location = new System.Drawing.Point(215, 74);
|
||||
this.smartLabel4.Location = new System.Drawing.Point(202, 74);
|
||||
this.smartLabel4.Name = "smartLabel4";
|
||||
this.smartLabel4.Size = new System.Drawing.Size(100, 25);
|
||||
this.smartLabel4.Size = new System.Drawing.Size(113, 25);
|
||||
this.smartLabel4.TabIndex = 164;
|
||||
this.smartLabel4.Text = "FeedingCV";
|
||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel4.Wordwrap = false;
|
||||
//
|
||||
// smartLabel3
|
||||
// labelTitleImpeller
|
||||
//
|
||||
this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel3.BackPictureBox = null;
|
||||
this.smartLabel3.BackPictureBox1 = null;
|
||||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(70, 22);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.Size = new System.Drawing.Size(84, 20);
|
||||
this.smartLabel3.TabIndex = 164;
|
||||
this.smartLabel3.Text = "Impeller";
|
||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel3.Wordwrap = false;
|
||||
this.labelTitleImpeller.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleImpeller.BackPictureBox = null;
|
||||
this.labelTitleImpeller.BackPictureBox1 = null;
|
||||
this.labelTitleImpeller.BackPictureBox2 = null;
|
||||
this.labelTitleImpeller.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleImpeller.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleImpeller.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleImpeller.InitVisible = true;
|
||||
this.labelTitleImpeller.LineSpacing = 0F;
|
||||
this.labelTitleImpeller.Location = new System.Drawing.Point(70, 22);
|
||||
this.labelTitleImpeller.Name = "labelTitleImpeller";
|
||||
this.labelTitleImpeller.Size = new System.Drawing.Size(84, 20);
|
||||
this.labelTitleImpeller.TabIndex = 164;
|
||||
this.labelTitleImpeller.Text = "Impeller";
|
||||
this.labelTitleImpeller.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleImpeller.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleImpeller.Wordwrap = false;
|
||||
//
|
||||
// buttonRejectConveyorCW
|
||||
//
|
||||
|
|
@ -1676,6 +1685,7 @@
|
|||
this.buttonReverseDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection1.DisableImage = null;
|
||||
this.buttonReverseDirection1.DownImage = null;
|
||||
this.buttonReverseDirection1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection1.GroupID = 0;
|
||||
this.buttonReverseDirection1.InitVisible = true;
|
||||
this.buttonReverseDirection1.Location = new System.Drawing.Point(112, 48);
|
||||
|
|
@ -1708,6 +1718,7 @@
|
|||
this.buttonReverseDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection2.DisableImage = null;
|
||||
this.buttonReverseDirection2.DownImage = null;
|
||||
this.buttonReverseDirection2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection2.GroupID = 0;
|
||||
this.buttonReverseDirection2.InitVisible = true;
|
||||
this.buttonReverseDirection2.Location = new System.Drawing.Point(112, 84);
|
||||
|
|
@ -1740,6 +1751,7 @@
|
|||
this.buttonForwardDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection1.DisableImage = null;
|
||||
this.buttonForwardDirection1.DownImage = null;
|
||||
this.buttonForwardDirection1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection1.GroupID = 0;
|
||||
this.buttonForwardDirection1.InitVisible = true;
|
||||
this.buttonForwardDirection1.Location = new System.Drawing.Point(26, 48);
|
||||
|
|
@ -1772,6 +1784,7 @@
|
|||
this.buttonReverseDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection3.DisableImage = null;
|
||||
this.buttonReverseDirection3.DownImage = null;
|
||||
this.buttonReverseDirection3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection3.GroupID = 0;
|
||||
this.buttonReverseDirection3.InitVisible = true;
|
||||
this.buttonReverseDirection3.Location = new System.Drawing.Point(112, 120);
|
||||
|
|
@ -1804,6 +1817,7 @@
|
|||
this.buttonForwardDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection2.DisableImage = null;
|
||||
this.buttonForwardDirection2.DownImage = null;
|
||||
this.buttonForwardDirection2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection2.GroupID = 0;
|
||||
this.buttonForwardDirection2.InitVisible = true;
|
||||
this.buttonForwardDirection2.Location = new System.Drawing.Point(26, 84);
|
||||
|
|
@ -1836,6 +1850,7 @@
|
|||
this.buttonReverseDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection4.DisableImage = null;
|
||||
this.buttonReverseDirection4.DownImage = null;
|
||||
this.buttonReverseDirection4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection4.GroupID = 0;
|
||||
this.buttonReverseDirection4.InitVisible = true;
|
||||
this.buttonReverseDirection4.Location = new System.Drawing.Point(112, 156);
|
||||
|
|
@ -1868,6 +1883,7 @@
|
|||
this.buttonForwardDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection3.DisableImage = null;
|
||||
this.buttonForwardDirection3.DownImage = null;
|
||||
this.buttonForwardDirection3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection3.GroupID = 0;
|
||||
this.buttonForwardDirection3.InitVisible = true;
|
||||
this.buttonForwardDirection3.Location = new System.Drawing.Point(26, 120);
|
||||
|
|
@ -1900,6 +1916,7 @@
|
|||
this.buttonReverseDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection5.DisableImage = null;
|
||||
this.buttonReverseDirection5.DownImage = null;
|
||||
this.buttonReverseDirection5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection5.GroupID = 0;
|
||||
this.buttonReverseDirection5.InitVisible = true;
|
||||
this.buttonReverseDirection5.Location = new System.Drawing.Point(112, 192);
|
||||
|
|
@ -1932,6 +1949,7 @@
|
|||
this.buttonForwardDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection4.DisableImage = null;
|
||||
this.buttonForwardDirection4.DownImage = null;
|
||||
this.buttonForwardDirection4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection4.GroupID = 0;
|
||||
this.buttonForwardDirection4.InitVisible = true;
|
||||
this.buttonForwardDirection4.Location = new System.Drawing.Point(26, 156);
|
||||
|
|
@ -1964,6 +1982,7 @@
|
|||
this.buttonReverseDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection.DisableImage = null;
|
||||
this.buttonReverseDirection.DownImage = null;
|
||||
this.buttonReverseDirection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection.GroupID = 0;
|
||||
this.buttonReverseDirection.InitVisible = true;
|
||||
this.buttonReverseDirection.Location = new System.Drawing.Point(321, 372);
|
||||
|
|
@ -1996,6 +2015,7 @@
|
|||
this.buttonReverseDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection10.DisableImage = null;
|
||||
this.buttonReverseDirection10.DownImage = null;
|
||||
this.buttonReverseDirection10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection10.GroupID = 0;
|
||||
this.buttonReverseDirection10.InitVisible = true;
|
||||
this.buttonReverseDirection10.Location = new System.Drawing.Point(112, 372);
|
||||
|
|
@ -2028,6 +2048,7 @@
|
|||
this.buttonReverseDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection9.DisableImage = null;
|
||||
this.buttonReverseDirection9.DownImage = null;
|
||||
this.buttonReverseDirection9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection9.GroupID = 0;
|
||||
this.buttonReverseDirection9.InitVisible = true;
|
||||
this.buttonReverseDirection9.Location = new System.Drawing.Point(112, 336);
|
||||
|
|
@ -2060,6 +2081,7 @@
|
|||
this.buttonReverseDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection8.DisableImage = null;
|
||||
this.buttonReverseDirection8.DownImage = null;
|
||||
this.buttonReverseDirection8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection8.GroupID = 0;
|
||||
this.buttonReverseDirection8.InitVisible = true;
|
||||
this.buttonReverseDirection8.Location = new System.Drawing.Point(112, 300);
|
||||
|
|
@ -2092,6 +2114,7 @@
|
|||
this.buttonReverseDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection7.DisableImage = null;
|
||||
this.buttonReverseDirection7.DownImage = null;
|
||||
this.buttonReverseDirection7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection7.GroupID = 0;
|
||||
this.buttonReverseDirection7.InitVisible = true;
|
||||
this.buttonReverseDirection7.Location = new System.Drawing.Point(112, 264);
|
||||
|
|
@ -2124,6 +2147,7 @@
|
|||
this.buttonReverseDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonReverseDirection6.DisableImage = null;
|
||||
this.buttonReverseDirection6.DownImage = null;
|
||||
this.buttonReverseDirection6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonReverseDirection6.GroupID = 0;
|
||||
this.buttonReverseDirection6.InitVisible = true;
|
||||
this.buttonReverseDirection6.Location = new System.Drawing.Point(112, 228);
|
||||
|
|
@ -2156,6 +2180,7 @@
|
|||
this.buttonForwardDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection5.DisableImage = null;
|
||||
this.buttonForwardDirection5.DownImage = null;
|
||||
this.buttonForwardDirection5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection5.GroupID = 0;
|
||||
this.buttonForwardDirection5.InitVisible = true;
|
||||
this.buttonForwardDirection5.Location = new System.Drawing.Point(26, 192);
|
||||
|
|
@ -2188,6 +2213,7 @@
|
|||
this.buttonForwardDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection.DisableImage = null;
|
||||
this.buttonForwardDirection.DownImage = null;
|
||||
this.buttonForwardDirection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection.GroupID = 0;
|
||||
this.buttonForwardDirection.InitVisible = true;
|
||||
this.buttonForwardDirection.Location = new System.Drawing.Point(235, 372);
|
||||
|
|
@ -2220,6 +2246,7 @@
|
|||
this.buttonForwardDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection10.DisableImage = null;
|
||||
this.buttonForwardDirection10.DownImage = null;
|
||||
this.buttonForwardDirection10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection10.GroupID = 0;
|
||||
this.buttonForwardDirection10.InitVisible = true;
|
||||
this.buttonForwardDirection10.Location = new System.Drawing.Point(26, 372);
|
||||
|
|
@ -2252,6 +2279,7 @@
|
|||
this.buttonForwardDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection9.DisableImage = null;
|
||||
this.buttonForwardDirection9.DownImage = null;
|
||||
this.buttonForwardDirection9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection9.GroupID = 0;
|
||||
this.buttonForwardDirection9.InitVisible = true;
|
||||
this.buttonForwardDirection9.Location = new System.Drawing.Point(26, 336);
|
||||
|
|
@ -2284,6 +2312,7 @@
|
|||
this.buttonForwardDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection8.DisableImage = null;
|
||||
this.buttonForwardDirection8.DownImage = null;
|
||||
this.buttonForwardDirection8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection8.GroupID = 0;
|
||||
this.buttonForwardDirection8.InitVisible = true;
|
||||
this.buttonForwardDirection8.Location = new System.Drawing.Point(26, 300);
|
||||
|
|
@ -2316,6 +2345,7 @@
|
|||
this.buttonForwardDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection7.DisableImage = null;
|
||||
this.buttonForwardDirection7.DownImage = null;
|
||||
this.buttonForwardDirection7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection7.GroupID = 0;
|
||||
this.buttonForwardDirection7.InitVisible = true;
|
||||
this.buttonForwardDirection7.Location = new System.Drawing.Point(26, 264);
|
||||
|
|
@ -2348,6 +2378,7 @@
|
|||
this.buttonForwardDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonForwardDirection6.DisableImage = null;
|
||||
this.buttonForwardDirection6.DownImage = null;
|
||||
this.buttonForwardDirection6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonForwardDirection6.GroupID = 0;
|
||||
this.buttonForwardDirection6.InitVisible = true;
|
||||
this.buttonForwardDirection6.Location = new System.Drawing.Point(26, 228);
|
||||
|
|
@ -2386,7 +2417,7 @@
|
|||
this.smartLabel12.BackPictureBox2 = null;
|
||||
this.smartLabel12.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel12.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel12.InitVisible = true;
|
||||
this.smartLabel12.LineSpacing = 0F;
|
||||
|
|
@ -2401,7 +2432,7 @@
|
|||
//
|
||||
// buttonLogClose
|
||||
//
|
||||
this.buttonLogClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLogClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLogClose.Location = new System.Drawing.Point(553, 525);
|
||||
this.buttonLogClose.Name = "buttonLogClose";
|
||||
this.buttonLogClose.Size = new System.Drawing.Size(100, 30);
|
||||
|
|
@ -2411,7 +2442,7 @@
|
|||
//
|
||||
// buttonLogOpen
|
||||
//
|
||||
this.buttonLogOpen.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLogOpen.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLogOpen.Location = new System.Drawing.Point(447, 526);
|
||||
this.buttonLogOpen.Name = "buttonLogOpen";
|
||||
this.buttonLogOpen.Size = new System.Drawing.Size(100, 30);
|
||||
|
|
@ -2426,7 +2457,7 @@
|
|||
this.smartLabel8.BackPictureBox2 = null;
|
||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel8.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel8.InitVisible = true;
|
||||
this.smartLabel8.LineSpacing = 0F;
|
||||
|
|
@ -2441,7 +2472,7 @@
|
|||
//
|
||||
// buttonAdcLogClose
|
||||
//
|
||||
this.buttonAdcLogClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonAdcLogClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonAdcLogClose.Location = new System.Drawing.Point(553, 561);
|
||||
this.buttonAdcLogClose.Name = "buttonAdcLogClose";
|
||||
this.buttonAdcLogClose.Size = new System.Drawing.Size(100, 30);
|
||||
|
|
@ -2451,7 +2482,7 @@
|
|||
//
|
||||
// buttonAdcLogOpen
|
||||
//
|
||||
this.buttonAdcLogOpen.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonAdcLogOpen.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonAdcLogOpen.Location = new System.Drawing.Point(447, 562);
|
||||
this.buttonAdcLogOpen.Name = "buttonAdcLogOpen";
|
||||
this.buttonAdcLogOpen.Size = new System.Drawing.Size(100, 30);
|
||||
|
|
@ -2595,13 +2626,13 @@
|
|||
private SmartX.SmartGroupBox groupBoxStick;
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
private SmartX.SmartLabel smartLabel4;
|
||||
private SmartX.SmartLabel smartLabel3;
|
||||
private SmartX.SmartLabel labelTitleImpeller;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private SmartX.SmartLabel smartLabel1;
|
||||
private SmartX.SmartLabel smartLabel5;
|
||||
private SmartX.SmartButton buttonRejectConveyorCW;
|
||||
private SmartX.SmartButton buttonFeedingConveyor;
|
||||
private SmartX.SmartLabel smartLabel6;
|
||||
private SmartX.SmartLabel labelTitleCutInput;
|
||||
private SmartX.SmartButton buttonCut;
|
||||
private SmartX.SmartButton buttonReverseDirection1;
|
||||
private SmartX.SmartButton buttonReverseDirection2;
|
||||
|
|
@ -2634,7 +2665,7 @@
|
|||
private System.Windows.Forms.Timer timer;
|
||||
private SmartX.SmartButton buttonAllContinue;
|
||||
private SmartX.SmartLabel labelIntervalAll;
|
||||
public SmartX.SmartLabel smartLabel9;
|
||||
public SmartX.SmartLabel labelTitleCommErrorCount;
|
||||
public SmartX.SmartLabel labelReceiveDataErrorCount;
|
||||
private SmartX.SmartButton buttonScreen;
|
||||
private SmartX.SmartLabel smartLabel7;
|
||||
|
|
|
|||
|
|
@ -38,9 +38,10 @@ namespace INT69DB_2A.Forms
|
|||
|
||||
this.ParentForm = parent;
|
||||
|
||||
this.InitializeDesign();
|
||||
this.InitializeControl();
|
||||
this.DefaultSetting();
|
||||
// DefaultSetting() 뒤에 InitializeDesign() 놓을 것
|
||||
this.InitializeDesign();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
@ -73,9 +74,32 @@ namespace INT69DB_2A.Forms
|
|||
this.smartLabel12.Text = "通信节目播送日记";
|
||||
this.smartLabel8.Text = "ADC节目播送日记";
|
||||
|
||||
this.labelTitleCommErrorCount.Text = "Comm Error CNT";
|
||||
|
||||
this.buttonLogOpen.Text = this.buttonAdcLogOpen.Text = "开";
|
||||
this.buttonAdcLogClose.Text = this.buttonLogClose.Text = "关闭";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "装置テスト";
|
||||
|
||||
this.smartGroupBox1.Text = this.smartLabel1.Text = "重量";
|
||||
|
||||
this.labelTitleCommErrorCount.Text = "通信エラㅡカウント";
|
||||
|
||||
this.groupBoxStick.Text = "インペラㅡ";
|
||||
this.labelTitleImpeller.Text = "インペラㅡ";
|
||||
this.labelTitleCutInput.Text = "カット信号入力";
|
||||
this.checkBoxCutMainDisplayView.Text = "[CUT]ボタンメイン表示";
|
||||
this.buttonAllContinue.Text = "継続";
|
||||
this.buttonForwardDirection.Text = "順方向";
|
||||
this.buttonReverseDirection.Text = "逆方向";
|
||||
|
||||
foreach (SmartButton button in this.CollectionButtonForward)
|
||||
button.Text = "順方向";
|
||||
foreach (SmartButton button in this.CollectionButtonReverse)
|
||||
button.Text = "逆方向";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -1048,7 +1048,7 @@
|
|||
</value>
|
||||
</data>
|
||||
<metadata name="timer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
<value>19, 10</value>
|
||||
</metadata>
|
||||
<data name="buttonScreen.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
|
@ -1520,6 +1520,6 @@
|
|||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>59</value>
|
||||
<value>42</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -183,7 +183,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -213,7 +213,7 @@
|
|||
this.buttonOutput16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput16.DisableImage = null;
|
||||
this.buttonOutput16.DownImage = null;
|
||||
this.buttonOutput16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput16.GroupID = 0;
|
||||
this.buttonOutput16.InitVisible = true;
|
||||
this.buttonOutput16.Location = new System.Drawing.Point(135, 315);
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
this.buttonOutput8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput8.DisableImage = null;
|
||||
this.buttonOutput8.DownImage = null;
|
||||
this.buttonOutput8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput8.GroupID = 0;
|
||||
this.buttonOutput8.InitVisible = true;
|
||||
this.buttonOutput8.Location = new System.Drawing.Point(29, 315);
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
this.buttonOutput15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput15.DisableImage = null;
|
||||
this.buttonOutput15.DownImage = null;
|
||||
this.buttonOutput15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput15.GroupID = 0;
|
||||
this.buttonOutput15.InitVisible = true;
|
||||
this.buttonOutput15.Location = new System.Drawing.Point(135, 274);
|
||||
|
|
@ -315,7 +315,7 @@
|
|||
this.buttonOutput7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput7.DisableImage = null;
|
||||
this.buttonOutput7.DownImage = null;
|
||||
this.buttonOutput7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput7.GroupID = 0;
|
||||
this.buttonOutput7.InitVisible = true;
|
||||
this.buttonOutput7.Location = new System.Drawing.Point(29, 274);
|
||||
|
|
@ -349,7 +349,7 @@
|
|||
this.buttonOutput14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput14.DisableImage = null;
|
||||
this.buttonOutput14.DownImage = null;
|
||||
this.buttonOutput14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput14.GroupID = 0;
|
||||
this.buttonOutput14.InitVisible = true;
|
||||
this.buttonOutput14.Location = new System.Drawing.Point(135, 233);
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
this.buttonOutput6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput6.DisableImage = null;
|
||||
this.buttonOutput6.DownImage = null;
|
||||
this.buttonOutput6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput6.GroupID = 0;
|
||||
this.buttonOutput6.InitVisible = true;
|
||||
this.buttonOutput6.Location = new System.Drawing.Point(29, 233);
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
this.buttonOutput13.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput13.DisableImage = null;
|
||||
this.buttonOutput13.DownImage = null;
|
||||
this.buttonOutput13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput13.GroupID = 0;
|
||||
this.buttonOutput13.InitVisible = true;
|
||||
this.buttonOutput13.Location = new System.Drawing.Point(135, 192);
|
||||
|
|
@ -451,7 +451,7 @@
|
|||
this.buttonOutput5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput5.DisableImage = null;
|
||||
this.buttonOutput5.DownImage = null;
|
||||
this.buttonOutput5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput5.GroupID = 0;
|
||||
this.buttonOutput5.InitVisible = true;
|
||||
this.buttonOutput5.Location = new System.Drawing.Point(29, 192);
|
||||
|
|
@ -485,7 +485,7 @@
|
|||
this.buttonOutput1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput1.DisableImage = null;
|
||||
this.buttonOutput1.DownImage = null;
|
||||
this.buttonOutput1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput1.GroupID = 0;
|
||||
this.buttonOutput1.InitVisible = true;
|
||||
this.buttonOutput1.Location = new System.Drawing.Point(29, 28);
|
||||
|
|
@ -512,7 +512,7 @@
|
|||
// labelInput1
|
||||
//
|
||||
this.labelInput1.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput1.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput1.Location = new System.Drawing.Point(31, 60);
|
||||
this.labelInput1.Name = "labelInput1";
|
||||
|
|
@ -528,7 +528,7 @@
|
|||
this.buttonOutput12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput12.DisableImage = null;
|
||||
this.buttonOutput12.DownImage = null;
|
||||
this.buttonOutput12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput12.GroupID = 0;
|
||||
this.buttonOutput12.InitVisible = true;
|
||||
this.buttonOutput12.Location = new System.Drawing.Point(135, 151);
|
||||
|
|
@ -555,7 +555,7 @@
|
|||
// labelInput9
|
||||
//
|
||||
this.labelInput9.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput9.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput9.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput9.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput9.Location = new System.Drawing.Point(148, 60);
|
||||
this.labelInput9.Name = "labelInput9";
|
||||
|
|
@ -568,7 +568,7 @@
|
|||
this.labelInputName1.BackPictureBox2 = null;
|
||||
this.labelInputName1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName1.InitVisible = true;
|
||||
this.labelInputName1.LineSpacing = 0F;
|
||||
this.labelInputName1.Location = new System.Drawing.Point(62, 60);
|
||||
|
|
@ -590,7 +590,7 @@
|
|||
this.buttonOutput4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput4.DisableImage = null;
|
||||
this.buttonOutput4.DownImage = null;
|
||||
this.buttonOutput4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput4.GroupID = 0;
|
||||
this.buttonOutput4.InitVisible = true;
|
||||
this.buttonOutput4.Location = new System.Drawing.Point(29, 151);
|
||||
|
|
@ -621,7 +621,7 @@
|
|||
this.labelInputName9.BackPictureBox2 = null;
|
||||
this.labelInputName9.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName9.InitVisible = true;
|
||||
this.labelInputName9.LineSpacing = 0F;
|
||||
this.labelInputName9.Location = new System.Drawing.Point(179, 60);
|
||||
|
|
@ -643,7 +643,7 @@
|
|||
this.buttonOutput11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput11.DisableImage = null;
|
||||
this.buttonOutput11.DownImage = null;
|
||||
this.buttonOutput11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput11.GroupID = 0;
|
||||
this.buttonOutput11.InitVisible = true;
|
||||
this.buttonOutput11.Location = new System.Drawing.Point(135, 110);
|
||||
|
|
@ -670,7 +670,7 @@
|
|||
// labelInput2
|
||||
//
|
||||
this.labelInput2.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput2.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput2.Location = new System.Drawing.Point(31, 91);
|
||||
this.labelInput2.Name = "labelInput2";
|
||||
|
|
@ -686,7 +686,7 @@
|
|||
this.buttonOutput3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput3.DisableImage = null;
|
||||
this.buttonOutput3.DownImage = null;
|
||||
this.buttonOutput3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput3.GroupID = 0;
|
||||
this.buttonOutput3.InitVisible = true;
|
||||
this.buttonOutput3.Location = new System.Drawing.Point(29, 110);
|
||||
|
|
@ -713,7 +713,7 @@
|
|||
// labelInput10
|
||||
//
|
||||
this.labelInput10.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput10.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput10.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput10.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput10.Location = new System.Drawing.Point(148, 91);
|
||||
this.labelInput10.Name = "labelInput10";
|
||||
|
|
@ -729,7 +729,7 @@
|
|||
this.buttonOutput10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput10.DisableImage = null;
|
||||
this.buttonOutput10.DownImage = null;
|
||||
this.buttonOutput10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput10.GroupID = 0;
|
||||
this.buttonOutput10.InitVisible = true;
|
||||
this.buttonOutput10.Location = new System.Drawing.Point(135, 69);
|
||||
|
|
@ -760,7 +760,7 @@
|
|||
this.labelInputName2.BackPictureBox2 = null;
|
||||
this.labelInputName2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName2.InitVisible = true;
|
||||
this.labelInputName2.LineSpacing = 0F;
|
||||
this.labelInputName2.Location = new System.Drawing.Point(62, 91);
|
||||
|
|
@ -779,7 +779,7 @@
|
|||
this.labelInputName10.BackPictureBox2 = null;
|
||||
this.labelInputName10.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName10.InitVisible = true;
|
||||
this.labelInputName10.LineSpacing = 0F;
|
||||
this.labelInputName10.Location = new System.Drawing.Point(179, 91);
|
||||
|
|
@ -801,7 +801,7 @@
|
|||
this.buttonOutput2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput2.DisableImage = null;
|
||||
this.buttonOutput2.DownImage = null;
|
||||
this.buttonOutput2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput2.GroupID = 0;
|
||||
this.buttonOutput2.InitVisible = true;
|
||||
this.buttonOutput2.Location = new System.Drawing.Point(29, 69);
|
||||
|
|
@ -828,7 +828,7 @@
|
|||
// labelInput3
|
||||
//
|
||||
this.labelInput3.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput3.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput3.Location = new System.Drawing.Point(31, 122);
|
||||
this.labelInput3.Name = "labelInput3";
|
||||
|
|
@ -844,7 +844,7 @@
|
|||
this.buttonOutput9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput9.DisableImage = null;
|
||||
this.buttonOutput9.DownImage = null;
|
||||
this.buttonOutput9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput9.GroupID = 0;
|
||||
this.buttonOutput9.InitVisible = true;
|
||||
this.buttonOutput9.Location = new System.Drawing.Point(135, 28);
|
||||
|
|
@ -871,7 +871,7 @@
|
|||
// labelInput11
|
||||
//
|
||||
this.labelInput11.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput11.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput11.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput11.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput11.Location = new System.Drawing.Point(148, 122);
|
||||
this.labelInput11.Name = "labelInput11";
|
||||
|
|
@ -884,7 +884,7 @@
|
|||
this.labelInputName3.BackPictureBox2 = null;
|
||||
this.labelInputName3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName3.InitVisible = true;
|
||||
this.labelInputName3.LineSpacing = 0F;
|
||||
this.labelInputName3.Location = new System.Drawing.Point(62, 122);
|
||||
|
|
@ -903,7 +903,7 @@
|
|||
this.labelInputName11.BackPictureBox2 = null;
|
||||
this.labelInputName11.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName11.InitVisible = true;
|
||||
this.labelInputName11.LineSpacing = 0F;
|
||||
this.labelInputName11.Location = new System.Drawing.Point(179, 122);
|
||||
|
|
@ -922,7 +922,7 @@
|
|||
this.labelInputName16.BackPictureBox2 = null;
|
||||
this.labelInputName16.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName16.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName16.InitVisible = true;
|
||||
this.labelInputName16.LineSpacing = 0F;
|
||||
this.labelInputName16.Location = new System.Drawing.Point(179, 277);
|
||||
|
|
@ -941,7 +941,7 @@
|
|||
this.labelInputName8.BackPictureBox2 = null;
|
||||
this.labelInputName8.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName8.InitVisible = true;
|
||||
this.labelInputName8.LineSpacing = 0F;
|
||||
this.labelInputName8.Location = new System.Drawing.Point(62, 277);
|
||||
|
|
@ -956,7 +956,7 @@
|
|||
// labelInput4
|
||||
//
|
||||
this.labelInput4.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput4.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput4.Location = new System.Drawing.Point(31, 153);
|
||||
this.labelInput4.Name = "labelInput4";
|
||||
|
|
@ -965,7 +965,7 @@
|
|||
// labelInput12
|
||||
//
|
||||
this.labelInput12.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput12.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput12.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput12.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput12.Location = new System.Drawing.Point(148, 153);
|
||||
this.labelInput12.Name = "labelInput12";
|
||||
|
|
@ -974,7 +974,7 @@
|
|||
// labelInput16
|
||||
//
|
||||
this.labelInput16.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput16.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput16.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput16.Location = new System.Drawing.Point(148, 277);
|
||||
this.labelInput16.Name = "labelInput16";
|
||||
|
|
@ -983,7 +983,7 @@
|
|||
// labelInput8
|
||||
//
|
||||
this.labelInput8.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput8.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput8.Location = new System.Drawing.Point(31, 277);
|
||||
this.labelInput8.Name = "labelInput8";
|
||||
|
|
@ -996,7 +996,7 @@
|
|||
this.labelInputName4.BackPictureBox2 = null;
|
||||
this.labelInputName4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName4.InitVisible = true;
|
||||
this.labelInputName4.LineSpacing = 0F;
|
||||
this.labelInputName4.Location = new System.Drawing.Point(62, 153);
|
||||
|
|
@ -1015,7 +1015,7 @@
|
|||
this.labelInputName12.BackPictureBox2 = null;
|
||||
this.labelInputName12.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName12.InitVisible = true;
|
||||
this.labelInputName12.LineSpacing = 0F;
|
||||
this.labelInputName12.Location = new System.Drawing.Point(179, 153);
|
||||
|
|
@ -1034,7 +1034,7 @@
|
|||
this.labelInputName15.BackPictureBox2 = null;
|
||||
this.labelInputName15.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName15.InitVisible = true;
|
||||
this.labelInputName15.LineSpacing = 0F;
|
||||
this.labelInputName15.Location = new System.Drawing.Point(179, 246);
|
||||
|
|
@ -1053,7 +1053,7 @@
|
|||
this.labelInputName7.BackPictureBox2 = null;
|
||||
this.labelInputName7.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName7.InitVisible = true;
|
||||
this.labelInputName7.LineSpacing = 0F;
|
||||
this.labelInputName7.Location = new System.Drawing.Point(62, 246);
|
||||
|
|
@ -1068,7 +1068,7 @@
|
|||
// labelInput5
|
||||
//
|
||||
this.labelInput5.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput5.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput5.Location = new System.Drawing.Point(31, 184);
|
||||
this.labelInput5.Name = "labelInput5";
|
||||
|
|
@ -1077,7 +1077,7 @@
|
|||
// labelInput13
|
||||
//
|
||||
this.labelInput13.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput13.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput13.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput13.Location = new System.Drawing.Point(148, 184);
|
||||
this.labelInput13.Name = "labelInput13";
|
||||
|
|
@ -1086,7 +1086,7 @@
|
|||
// labelInput15
|
||||
//
|
||||
this.labelInput15.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput15.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput15.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput15.Location = new System.Drawing.Point(148, 246);
|
||||
this.labelInput15.Name = "labelInput15";
|
||||
|
|
@ -1095,7 +1095,7 @@
|
|||
// labelInput7
|
||||
//
|
||||
this.labelInput7.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput7.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput7.Location = new System.Drawing.Point(31, 246);
|
||||
this.labelInput7.Name = "labelInput7";
|
||||
|
|
@ -1108,7 +1108,7 @@
|
|||
this.labelInputName5.BackPictureBox2 = null;
|
||||
this.labelInputName5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName5.InitVisible = true;
|
||||
this.labelInputName5.LineSpacing = 0F;
|
||||
this.labelInputName5.Location = new System.Drawing.Point(62, 184);
|
||||
|
|
@ -1127,7 +1127,7 @@
|
|||
this.labelInputName13.BackPictureBox2 = null;
|
||||
this.labelInputName13.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName13.InitVisible = true;
|
||||
this.labelInputName13.LineSpacing = 0F;
|
||||
this.labelInputName13.Location = new System.Drawing.Point(179, 184);
|
||||
|
|
@ -1146,7 +1146,7 @@
|
|||
this.labelInputName14.BackPictureBox2 = null;
|
||||
this.labelInputName14.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName14.InitVisible = true;
|
||||
this.labelInputName14.LineSpacing = 0F;
|
||||
this.labelInputName14.Location = new System.Drawing.Point(179, 215);
|
||||
|
|
@ -1165,7 +1165,7 @@
|
|||
this.labelInputName6.BackPictureBox2 = null;
|
||||
this.labelInputName6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelInputName6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelInputName6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInputName6.InitVisible = true;
|
||||
this.labelInputName6.LineSpacing = 0F;
|
||||
this.labelInputName6.Location = new System.Drawing.Point(62, 215);
|
||||
|
|
@ -1180,7 +1180,7 @@
|
|||
// labelInput6
|
||||
//
|
||||
this.labelInput6.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput6.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput6.Location = new System.Drawing.Point(31, 215);
|
||||
this.labelInput6.Name = "labelInput6";
|
||||
|
|
@ -1189,7 +1189,7 @@
|
|||
// labelInput14
|
||||
//
|
||||
this.labelInput14.BackColor = System.Drawing.Color.Gray;
|
||||
this.labelInput14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput14.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelInput14.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.labelInput14.Location = new System.Drawing.Point(148, 215);
|
||||
this.labelInput14.Name = "labelInput14";
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
this.smartGroupBox1.Controls.Add(this.buttonOutput2);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonOutput5);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonOutput9);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineThickness = 1;
|
||||
|
|
@ -1257,7 +1257,7 @@
|
|||
this.buttonOutput32.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput32.DisableImage = null;
|
||||
this.buttonOutput32.DownImage = null;
|
||||
this.buttonOutput32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput32.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput32.GroupID = 0;
|
||||
this.buttonOutput32.InitVisible = true;
|
||||
this.buttonOutput32.Location = new System.Drawing.Point(358, 315);
|
||||
|
|
@ -1291,7 +1291,7 @@
|
|||
this.buttonOutput17.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput17.DisableImage = null;
|
||||
this.buttonOutput17.DownImage = null;
|
||||
this.buttonOutput17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput17.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput17.GroupID = 0;
|
||||
this.buttonOutput17.InitVisible = true;
|
||||
this.buttonOutput17.Location = new System.Drawing.Point(252, 28);
|
||||
|
|
@ -1325,7 +1325,7 @@
|
|||
this.buttonOutput24.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput24.DisableImage = null;
|
||||
this.buttonOutput24.DownImage = null;
|
||||
this.buttonOutput24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput24.GroupID = 0;
|
||||
this.buttonOutput24.InitVisible = true;
|
||||
this.buttonOutput24.Location = new System.Drawing.Point(252, 315);
|
||||
|
|
@ -1359,7 +1359,7 @@
|
|||
this.buttonOutput28.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput28.DisableImage = null;
|
||||
this.buttonOutput28.DownImage = null;
|
||||
this.buttonOutput28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput28.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput28.GroupID = 0;
|
||||
this.buttonOutput28.InitVisible = true;
|
||||
this.buttonOutput28.Location = new System.Drawing.Point(358, 151);
|
||||
|
|
@ -1393,7 +1393,7 @@
|
|||
this.buttonOutput31.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput31.DisableImage = null;
|
||||
this.buttonOutput31.DownImage = null;
|
||||
this.buttonOutput31.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput31.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput31.GroupID = 0;
|
||||
this.buttonOutput31.InitVisible = true;
|
||||
this.buttonOutput31.Location = new System.Drawing.Point(358, 274);
|
||||
|
|
@ -1427,7 +1427,7 @@
|
|||
this.buttonOutput23.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput23.DisableImage = null;
|
||||
this.buttonOutput23.DownImage = null;
|
||||
this.buttonOutput23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput23.GroupID = 0;
|
||||
this.buttonOutput23.InitVisible = true;
|
||||
this.buttonOutput23.Location = new System.Drawing.Point(252, 274);
|
||||
|
|
@ -1461,7 +1461,7 @@
|
|||
this.buttonOutput20.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput20.DisableImage = null;
|
||||
this.buttonOutput20.DownImage = null;
|
||||
this.buttonOutput20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput20.GroupID = 0;
|
||||
this.buttonOutput20.InitVisible = true;
|
||||
this.buttonOutput20.Location = new System.Drawing.Point(252, 151);
|
||||
|
|
@ -1495,7 +1495,7 @@
|
|||
this.buttonOutput27.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput27.DisableImage = null;
|
||||
this.buttonOutput27.DownImage = null;
|
||||
this.buttonOutput27.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput27.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput27.GroupID = 0;
|
||||
this.buttonOutput27.InitVisible = true;
|
||||
this.buttonOutput27.Location = new System.Drawing.Point(358, 110);
|
||||
|
|
@ -1529,7 +1529,7 @@
|
|||
this.buttonOutput30.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput30.DisableImage = null;
|
||||
this.buttonOutput30.DownImage = null;
|
||||
this.buttonOutput30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput30.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput30.GroupID = 0;
|
||||
this.buttonOutput30.InitVisible = true;
|
||||
this.buttonOutput30.Location = new System.Drawing.Point(358, 233);
|
||||
|
|
@ -1563,7 +1563,7 @@
|
|||
this.buttonOutput19.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput19.DisableImage = null;
|
||||
this.buttonOutput19.DownImage = null;
|
||||
this.buttonOutput19.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput19.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput19.GroupID = 0;
|
||||
this.buttonOutput19.InitVisible = true;
|
||||
this.buttonOutput19.Location = new System.Drawing.Point(252, 110);
|
||||
|
|
@ -1597,7 +1597,7 @@
|
|||
this.buttonOutput22.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput22.DisableImage = null;
|
||||
this.buttonOutput22.DownImage = null;
|
||||
this.buttonOutput22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput22.GroupID = 0;
|
||||
this.buttonOutput22.InitVisible = true;
|
||||
this.buttonOutput22.Location = new System.Drawing.Point(252, 233);
|
||||
|
|
@ -1631,7 +1631,7 @@
|
|||
this.buttonOutput26.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput26.DisableImage = null;
|
||||
this.buttonOutput26.DownImage = null;
|
||||
this.buttonOutput26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput26.GroupID = 0;
|
||||
this.buttonOutput26.InitVisible = true;
|
||||
this.buttonOutput26.Location = new System.Drawing.Point(358, 69);
|
||||
|
|
@ -1665,7 +1665,7 @@
|
|||
this.buttonOutput29.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput29.DisableImage = null;
|
||||
this.buttonOutput29.DownImage = null;
|
||||
this.buttonOutput29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput29.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput29.GroupID = 0;
|
||||
this.buttonOutput29.InitVisible = true;
|
||||
this.buttonOutput29.Location = new System.Drawing.Point(358, 192);
|
||||
|
|
@ -1699,7 +1699,7 @@
|
|||
this.buttonOutput18.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput18.DisableImage = null;
|
||||
this.buttonOutput18.DownImage = null;
|
||||
this.buttonOutput18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput18.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput18.GroupID = 0;
|
||||
this.buttonOutput18.InitVisible = true;
|
||||
this.buttonOutput18.Location = new System.Drawing.Point(252, 69);
|
||||
|
|
@ -1733,7 +1733,7 @@
|
|||
this.buttonOutput21.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput21.DisableImage = null;
|
||||
this.buttonOutput21.DownImage = null;
|
||||
this.buttonOutput21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput21.GroupID = 0;
|
||||
this.buttonOutput21.InitVisible = true;
|
||||
this.buttonOutput21.Location = new System.Drawing.Point(252, 192);
|
||||
|
|
@ -1767,7 +1767,7 @@
|
|||
this.buttonOutput25.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOutput25.DisableImage = null;
|
||||
this.buttonOutput25.DownImage = null;
|
||||
this.buttonOutput25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOutput25.GroupID = 0;
|
||||
this.buttonOutput25.InitVisible = true;
|
||||
this.buttonOutput25.Location = new System.Drawing.Point(358, 28);
|
||||
|
|
@ -1828,7 +1828,7 @@
|
|||
this.smartGroupBox2.Controls.Add(this.labelInputName13);
|
||||
this.smartGroupBox2.Controls.Add(this.labelInputName14);
|
||||
this.smartGroupBox2.Controls.Add(this.labelInputName6);
|
||||
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox2.FrameLineThickness = 1;
|
||||
|
|
@ -1853,7 +1853,7 @@
|
|||
this.buttonInputRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonInputRead.DisableImage = null;
|
||||
this.buttonInputRead.DownImage = null;
|
||||
this.buttonInputRead.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonInputRead.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonInputRead.GroupID = 0;
|
||||
this.buttonInputRead.InitVisible = true;
|
||||
this.buttonInputRead.Location = new System.Drawing.Point(84, 320);
|
||||
|
|
@ -1891,7 +1891,7 @@
|
|||
this.buttonPLC1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonPLC1.DisableImage = null;
|
||||
this.buttonPLC1.DownImage = null;
|
||||
this.buttonPLC1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonPLC1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonPLC1.GroupID = 0;
|
||||
this.buttonPLC1.InitVisible = true;
|
||||
this.buttonPLC1.Location = new System.Drawing.Point(16, 525);
|
||||
|
|
|
|||
|
|
@ -65,6 +65,11 @@ namespace INT69DB_2A.Forms
|
|||
this.labelTitle.Text = "I/O测试";
|
||||
this.buttonInputRead.Text = "读";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "I/Oテスト";
|
||||
this.buttonInputRead.Text = "読む";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -349,6 +354,8 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
if (this.groupBoxPLC.Visible == false)
|
||||
this.groupBoxPLC.Visible = true;
|
||||
else
|
||||
this.groupBoxPLC.Visible = false;
|
||||
}
|
||||
|
||||
private void buttonOutput_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -65,6 +65,10 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "信息";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "インフォメㅡション";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -109,7 +113,7 @@ namespace INT69DB_2A.Forms
|
|||
}
|
||||
private void DefaultSetting()
|
||||
{
|
||||
this.labelDisplayVer.Text = "6.3.1";
|
||||
this.labelDisplayVer.Text = "6.4.0";
|
||||
this.labelUserMgerVer.Text = "";
|
||||
this.labelAes128Ver.Text = "";
|
||||
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
||||
|
|
|
|||
|
|
@ -64,6 +64,13 @@ namespace INT69DB_2A.Forms
|
|||
this.labelResetRestart.Text = "关掉电源,然后在打开电源";
|
||||
this.labelResetFail.Text = "初始化失敗";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "初期化";
|
||||
this.labelResetWait.Text = "しばらくお待ちください。";
|
||||
this.labelResetRestart.Text = "電源を再起動してください。";
|
||||
this.labelResetFail.Text = "初期化失敗";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@
|
|||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleTotalCount.InitVisible = true;
|
||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||
|
|
@ -410,7 +410,7 @@
|
|||
this.labelTitleNGCount.BackPictureBox2 = null;
|
||||
this.labelTitleNGCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleNGCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNGCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNGCount.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleNGCount.InitVisible = true;
|
||||
this.labelTitleNGCount.LineSpacing = 0F;
|
||||
|
|
@ -554,7 +554,7 @@
|
|||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
||||
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
||||
this.groupBoxConveyor.Font = new System.Drawing.Font("Arial", 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.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxConveyor.FrameLineThickness = 1;
|
||||
|
|
@ -641,7 +641,7 @@
|
|||
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingConveyor.InitVisible = true;
|
||||
this.labelStaticFeedingConveyor.LineSpacing = 0F;
|
||||
|
|
@ -662,7 +662,7 @@
|
|||
this.labelStaticRejectConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyor.InitVisible = true;
|
||||
this.labelStaticRejectConveyor.LineSpacing = 0F;
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
||||
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -725,7 +725,7 @@
|
|||
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingRunTime.InitVisible = true;
|
||||
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
||||
|
|
@ -746,7 +746,7 @@
|
|||
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingDelayTime.InitVisible = true;
|
||||
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -767,7 +767,7 @@
|
|||
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
||||
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
|
||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
|
||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterRunTime);
|
||||
this.groupBoxSorter.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxSorter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxSorter.FrameLineThickness = 1;
|
||||
|
|
@ -864,7 +864,7 @@
|
|||
this.labelStaticSorterDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticSorterDelayTime.InitVisible = true;
|
||||
this.labelStaticSorterDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -885,7 +885,7 @@
|
|||
this.labelStaticSorterRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticSorterRunTime.InitVisible = true;
|
||||
this.labelStaticSorterRunTime.LineSpacing = 0F;
|
||||
|
|
@ -1021,7 +1021,7 @@
|
|||
this.smartLabel5.BackPictureBox2 = null;
|
||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel5.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel5.InitVisible = true;
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
|
|
@ -1207,7 +1207,7 @@
|
|||
this.labelUserID.BackPictureBox2 = null;
|
||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserID.InitVisible = true;
|
||||
this.labelUserID.LineSpacing = 0F;
|
||||
|
|
@ -1227,7 +1227,7 @@
|
|||
this.labelUserLevel.BackPictureBox2 = null;
|
||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserLevel.InitVisible = true;
|
||||
this.labelUserLevel.LineSpacing = 0F;
|
||||
|
|
@ -1315,7 +1315,7 @@
|
|||
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
|
||||
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticAlarmContinuousNG.InitVisible = true;
|
||||
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
|
||||
|
|
@ -1373,7 +1373,7 @@
|
|||
this.labelTitleBypass.BackPictureBox2 = null;
|
||||
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleBypass.InitVisible = true;
|
||||
this.labelTitleBypass.LineSpacing = 0F;
|
||||
|
|
@ -1571,7 +1571,7 @@
|
|||
this.labelExpireOfPassword.BackPictureBox2 = null;
|
||||
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.White;
|
||||
this.labelExpireOfPassword.InitVisible = true;
|
||||
this.labelExpireOfPassword.LineSpacing = 0F;
|
||||
|
|
@ -1612,7 +1612,7 @@
|
|||
this.buttonATPC_Reset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonATPC_Reset.DisableImage = null;
|
||||
this.buttonATPC_Reset.DownImage = null;
|
||||
this.buttonATPC_Reset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonATPC_Reset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonATPC_Reset.GroupID = 0;
|
||||
this.buttonATPC_Reset.InitVisible = true;
|
||||
this.buttonATPC_Reset.Location = new System.Drawing.Point(353, 31);
|
||||
|
|
@ -1642,7 +1642,7 @@
|
|||
this.labelStaticATPC_Lack.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Lack.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Lack.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Lack.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticATPC_Lack.InitVisible = true;
|
||||
this.labelStaticATPC_Lack.LineSpacing = 0F;
|
||||
|
|
@ -1690,7 +1690,7 @@
|
|||
this.labelStaticATPC_Pass.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Pass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Pass.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticATPC_Pass.InitVisible = true;
|
||||
this.labelStaticATPC_Pass.LineSpacing = 0F;
|
||||
|
|
@ -1730,7 +1730,7 @@
|
|||
this.labelStaticATPC_Count.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Count.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Count.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Count.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Count.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Count.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticATPC_Count.InitVisible = true;
|
||||
this.labelStaticATPC_Count.LineSpacing = 0F;
|
||||
|
|
@ -1823,7 +1823,7 @@
|
|||
this.labelStaticATPC.BackPictureBox2 = null;
|
||||
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticATPC.InitVisible = true;
|
||||
this.labelStaticATPC.LineSpacing = 0F;
|
||||
|
|
@ -1854,7 +1854,7 @@
|
|||
this.labelMessage1.BackPictureBox2 = null;
|
||||
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMessage1.Font = new System.Drawing.Font("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.LineSpacing = 0F;
|
||||
this.labelMessage1.Location = new System.Drawing.Point(75, 62);
|
||||
|
|
@ -1880,7 +1880,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
@ -1941,7 +1941,7 @@
|
|||
this.labelMessage3.BackPictureBox2 = null;
|
||||
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMessage3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage3.InitVisible = true;
|
||||
this.labelMessage3.LineSpacing = 0F;
|
||||
this.labelMessage3.Location = new System.Drawing.Point(75, 30);
|
||||
|
|
@ -1967,7 +1967,7 @@
|
|||
this.smartLabel4.BackPictureBox2 = null;
|
||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel4.InitVisible = true;
|
||||
this.smartLabel4.LineSpacing = 0F;
|
||||
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
@ -2028,7 +2028,7 @@
|
|||
this.labelMessage4.BackPictureBox2 = null;
|
||||
this.labelMessage4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMessage4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage4.InitVisible = true;
|
||||
this.labelMessage4.LineSpacing = 0F;
|
||||
this.labelMessage4.Location = new System.Drawing.Point(75, 30);
|
||||
|
|
@ -2054,7 +2054,7 @@
|
|||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
|
|||
|
|
@ -236,6 +236,72 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderUp));
|
||||
#endregion
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
#region Japanese
|
||||
this.labelTitleTotalCount.Text = "計量";
|
||||
this.labelTitleNGCount.Text = "不良";
|
||||
this.smartLabel5.Text = "速度";
|
||||
|
||||
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.labelStaticAlarmContinuousNG.Text = "連続NG";
|
||||
this.labelMessage1.Text = "アラㅡム - ダブル";
|
||||
this.labelMessage3.Text = "連続NG発生!";
|
||||
this.labelMessage4.Text = "エントリㅡセンサㅡエラㅡ";
|
||||
|
||||
this.labelStaticATPC.Text = "定量アラㅡム";
|
||||
this.labelStaticATPC_Count.Text = "数量";
|
||||
this.labelStaticATPC_Pass.Text = "合格";
|
||||
this.labelStaticATPC_Lack.Text = "部族";
|
||||
this.buttonATPC_Reset.Text = "RST";
|
||||
|
||||
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBypassCountDown));
|
||||
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBypassCountUp));
|
||||
|
||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayLoginDisable));
|
||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayLogoutUp));
|
||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayLoginUp));
|
||||
|
||||
if (this.ParentForm.SystemConfig.IsLogin == false)
|
||||
{
|
||||
this.buttonMenu.Location = new Point(597, 545);
|
||||
|
||||
this.buttonMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuBigDisable));
|
||||
this.buttonMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuBigDown));
|
||||
this.buttonMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuBigUp));
|
||||
}
|
||||
else
|
||||
{
|
||||
this.buttonMenu.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuDisable));
|
||||
this.buttonMenu.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuDown));
|
||||
this.buttonMenu.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMainDisplayMenuUp));
|
||||
}
|
||||
|
||||
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.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.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));
|
||||
#endregion
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -999,6 +1065,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Administrator";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "行政";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "管理者";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Администратор";
|
||||
else
|
||||
|
|
@ -1027,6 +1095,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Entwickler";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "开发商";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "開発者";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Разработчик";
|
||||
else
|
||||
|
|
@ -1072,6 +1142,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Ausloggen";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "登出";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "ログアウト";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Выйти.";
|
||||
else
|
||||
|
|
@ -1428,6 +1500,11 @@ namespace INT69DB_2A.Forms
|
|||
message1 = "You will be logged out after a while";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ログイン";
|
||||
message1 = "しばらくするとログアウトします。";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "Login";
|
||||
message1 = "You will be logged out after a while";
|
||||
|
|
@ -1469,6 +1546,11 @@ namespace INT69DB_2A.Forms
|
|||
message1 = "automatically logged out";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ログイン";
|
||||
message1 = "自動ログアウトしました。";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "Login";
|
||||
message1 = "automatically logged out";
|
||||
|
|
@ -2558,6 +2640,19 @@ namespace INT69DB_2A.Forms
|
|||
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;
|
||||
case DataStore.LanguageID.Czech:
|
||||
switch (mode)
|
||||
{
|
||||
|
|
@ -2636,6 +2731,25 @@ namespace INT69DB_2A.Forms
|
|||
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;
|
||||
case DataStore.LanguageID.Czech:
|
||||
switch (mode)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -160,6 +160,62 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonOption.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuOptionDown));
|
||||
this.buttonOption.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuOptionUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "メニュㅡ";
|
||||
|
||||
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCalibrationDisable));
|
||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCalibrationDown));
|
||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCalibrationUp));
|
||||
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCommunicationDisable));
|
||||
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCommunicationDown));
|
||||
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuCommunicationUp));
|
||||
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuConfigurationDisable));
|
||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuConfigurationDown));
|
||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuConfigurationUp));
|
||||
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataBackupDisable));
|
||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataBackupDown));
|
||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataBackupUp));
|
||||
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuEquipmentDisable));
|
||||
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuEquipmentDown));
|
||||
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuEquipmentUp));
|
||||
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInformationDisable));
|
||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInformationDown));
|
||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInformationUp));
|
||||
this.buttonInitialization.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInitializationDisable));
|
||||
this.buttonInitialization.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInitializationDown));
|
||||
this.buttonInitialization.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuInitializationUp));
|
||||
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuIOTestDisable));
|
||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuIOTestDown));
|
||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuIOTestUp));
|
||||
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuMotorDisable));
|
||||
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuMotorDown));
|
||||
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuMotorUp));
|
||||
this.buttonSystem.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuSystemDisable));
|
||||
this.buttonSystem.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuSystemDown));
|
||||
this.buttonSystem.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuSystemUp));
|
||||
this.buttonTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTestDisable));
|
||||
this.buttonTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTestDown));
|
||||
this.buttonTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTestUp));
|
||||
this.buttonTime.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTimeDisable));
|
||||
this.buttonTime.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTimeDown));
|
||||
this.buttonTime.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuTimeUp));
|
||||
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUpdateDisable));
|
||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUpdateDown));
|
||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUpdateUp));
|
||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUserDisable));
|
||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUserDown));
|
||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuUserUp));
|
||||
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuStatisticsDisable));
|
||||
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuStatisticsDown));
|
||||
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuStatisticsUp));
|
||||
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataViewerDisable));
|
||||
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataViewerDown));
|
||||
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuDataViewerUp));
|
||||
this.buttonOption.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuOptionDisable));
|
||||
this.buttonOption.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuOptionDown));
|
||||
this.buttonOption.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormMenuOptionUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
@ -335,6 +391,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Administrator";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "行政";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "管理者";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Администратор";
|
||||
else
|
||||
|
|
@ -377,6 +435,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Entwickler";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "开发商";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "開発者";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Разработчик";
|
||||
else
|
||||
|
|
@ -437,6 +497,8 @@ namespace INT69DB_2A.Forms
|
|||
group = "Ausloggen";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
group = "登出";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
group = "ログアウト";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
|
||||
group = "Выйти.";
|
||||
else
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@
|
|||
this.timerChangeDeviceNo = new System.Windows.Forms.Timer();
|
||||
this.buttonScreen = new SmartX.SmartButton();
|
||||
this.groupBoxAngle = new SmartX.SmartGroupBox();
|
||||
this.radioButtonImpellerMotorAngle180180 = new SmartX.SmartRadioButton();
|
||||
this.radioButtonImpellerMotorAngle360 = new SmartX.SmartRadioButton();
|
||||
this.labelTitleStep2 = new SmartX.SmartLabel();
|
||||
this.labelTitleStep1 = new SmartX.SmartLabel();
|
||||
|
|
@ -127,7 +128,6 @@
|
|||
this.buttonCom1TestForward = new SmartX.SmartButton();
|
||||
this.buttonCom1TestReverse = new SmartX.SmartButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radioButtonImpellerMotorAngle180180 = new SmartX.SmartRadioButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.groupBoxSelectImpeller.SuspendLayout();
|
||||
this.groupBoxEach.SuspendLayout();
|
||||
|
|
@ -1054,6 +1054,32 @@
|
|||
this.groupBoxAngle.Text = "임펠러 회전각도";
|
||||
this.groupBoxAngle.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// radioButtonImpellerMotorAngle180180
|
||||
//
|
||||
this.radioButtonImpellerMotorAngle180180.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox = null;
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox1 = null;
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox2 = null;
|
||||
this.radioButtonImpellerMotorAngle180180.Checked = false;
|
||||
this.radioButtonImpellerMotorAngle180180.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorAngle180180.GroupID = 0;
|
||||
this.radioButtonImpellerMotorAngle180180.ImageCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle180180.ImageUnCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle180180.InitVisible = true;
|
||||
this.radioButtonImpellerMotorAngle180180.Location = new System.Drawing.Point(187, 69);
|
||||
this.radioButtonImpellerMotorAngle180180.Name = "radioButtonImpellerMotorAngle180180";
|
||||
this.radioButtonImpellerMotorAngle180180.OutputOnly = false;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioBackColor = System.Drawing.Color.White;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioCheckColor = System.Drawing.Color.Green;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioSymbolSize = 14;
|
||||
this.radioButtonImpellerMotorAngle180180.Shadow = false;
|
||||
this.radioButtonImpellerMotorAngle180180.Size = new System.Drawing.Size(119, 26);
|
||||
this.radioButtonImpellerMotorAngle180180.TabIndex = 275;
|
||||
this.radioButtonImpellerMotorAngle180180.Text = "180+180";
|
||||
this.radioButtonImpellerMotorAngle180180.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
||||
this.radioButtonImpellerMotorAngle180180.Click += new System.EventHandler(this.radioButtonImpellerMotorAngle_Click);
|
||||
//
|
||||
// radioButtonImpellerMotorAngle360
|
||||
//
|
||||
this.radioButtonImpellerMotorAngle360.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
|
|
@ -1088,7 +1114,7 @@
|
|||
this.labelTitleStep2.BackPictureBox2 = null;
|
||||
this.labelTitleStep2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStep2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleStep2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStep2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStep2.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStep2.InitVisible = true;
|
||||
this.labelTitleStep2.LineSpacing = 0F;
|
||||
|
|
@ -1109,7 +1135,7 @@
|
|||
this.labelTitleStep1.BackPictureBox2 = null;
|
||||
this.labelTitleStep1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStep1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleStep1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStep1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStep1.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStep1.InitVisible = true;
|
||||
this.labelTitleStep1.LineSpacing = 0F;
|
||||
|
|
@ -1186,7 +1212,7 @@
|
|||
this.radioButtonImpellerMotorAngle120.ImageCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle120.ImageUnCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle120.InitVisible = true;
|
||||
this.radioButtonImpellerMotorAngle120.Location = new System.Drawing.Point(274, 37);
|
||||
this.radioButtonImpellerMotorAngle120.Location = new System.Drawing.Point(312, 37);
|
||||
this.radioButtonImpellerMotorAngle120.Name = "radioButtonImpellerMotorAngle120";
|
||||
this.radioButtonImpellerMotorAngle120.OutputOnly = false;
|
||||
this.radioButtonImpellerMotorAngle120.RadioBackColor = System.Drawing.Color.White;
|
||||
|
|
@ -1212,7 +1238,7 @@
|
|||
this.radioButtonImpellerMotorAngle90.ImageCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle90.ImageUnCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle90.InitVisible = true;
|
||||
this.radioButtonImpellerMotorAngle90.Location = new System.Drawing.Point(188, 37);
|
||||
this.radioButtonImpellerMotorAngle90.Location = new System.Drawing.Point(187, 37);
|
||||
this.radioButtonImpellerMotorAngle90.Name = "radioButtonImpellerMotorAngle90";
|
||||
this.radioButtonImpellerMotorAngle90.OutputOnly = false;
|
||||
this.radioButtonImpellerMotorAngle90.RadioBackColor = System.Drawing.Color.White;
|
||||
|
|
@ -1220,7 +1246,7 @@
|
|||
this.radioButtonImpellerMotorAngle90.RadioForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorAngle90.RadioSymbolSize = 14;
|
||||
this.radioButtonImpellerMotorAngle90.Shadow = false;
|
||||
this.radioButtonImpellerMotorAngle90.Size = new System.Drawing.Size(80, 26);
|
||||
this.radioButtonImpellerMotorAngle90.Size = new System.Drawing.Size(119, 26);
|
||||
this.radioButtonImpellerMotorAngle90.TabIndex = 268;
|
||||
this.radioButtonImpellerMotorAngle90.Text = "90";
|
||||
this.radioButtonImpellerMotorAngle90.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
||||
|
|
@ -1294,13 +1320,13 @@
|
|||
this.labelTitleNG.BackPictureBox2 = null;
|
||||
this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleNG.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNG.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNG.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleNG.InitVisible = true;
|
||||
this.labelTitleNG.LineSpacing = 0F;
|
||||
this.labelTitleNG.Location = new System.Drawing.Point(439, 74);
|
||||
this.labelTitleNG.Location = new System.Drawing.Point(398, 74);
|
||||
this.labelTitleNG.Name = "labelTitleNG";
|
||||
this.labelTitleNG.Size = new System.Drawing.Size(76, 26);
|
||||
this.labelTitleNG.Size = new System.Drawing.Size(117, 26);
|
||||
this.labelTitleNG.TabIndex = 262;
|
||||
this.labelTitleNG.Text = "NG : ";
|
||||
this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
|
|
@ -1315,13 +1341,13 @@
|
|||
this.labelTitlePass.BackPictureBox2 = null;
|
||||
this.labelTitlePass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitlePass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitlePass.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePass.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitlePass.InitVisible = true;
|
||||
this.labelTitlePass.LineSpacing = 0F;
|
||||
this.labelTitlePass.Location = new System.Drawing.Point(439, 42);
|
||||
this.labelTitlePass.Location = new System.Drawing.Point(398, 42);
|
||||
this.labelTitlePass.Name = "labelTitlePass";
|
||||
this.labelTitlePass.Size = new System.Drawing.Size(76, 26);
|
||||
this.labelTitlePass.Size = new System.Drawing.Size(117, 26);
|
||||
this.labelTitlePass.TabIndex = 261;
|
||||
this.labelTitlePass.Text = "Pass : ";
|
||||
this.labelTitlePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
|
|
@ -1768,7 +1794,7 @@
|
|||
this.labelDiscription1.BackPictureBox2 = null;
|
||||
this.labelDiscription1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription1.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription1.InitVisible = true;
|
||||
this.labelDiscription1.LineSpacing = 0F;
|
||||
this.labelDiscription1.Location = new System.Drawing.Point(21, 210);
|
||||
|
|
@ -1788,7 +1814,7 @@
|
|||
this.labelDiscription2.BackPictureBox2 = null;
|
||||
this.labelDiscription2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription2.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription2.InitVisible = true;
|
||||
this.labelDiscription2.LineSpacing = 0F;
|
||||
this.labelDiscription2.Location = new System.Drawing.Point(21, 228);
|
||||
|
|
@ -1808,7 +1834,7 @@
|
|||
this.labelDiscription3.BackPictureBox2 = null;
|
||||
this.labelDiscription3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription3.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription3.InitVisible = true;
|
||||
this.labelDiscription3.LineSpacing = 0F;
|
||||
this.labelDiscription3.Location = new System.Drawing.Point(21, 246);
|
||||
|
|
@ -1828,7 +1854,7 @@
|
|||
this.labelDiscription6.BackPictureBox2 = null;
|
||||
this.labelDiscription6.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription6.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription6.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription6.InitVisible = true;
|
||||
this.labelDiscription6.LineSpacing = 0F;
|
||||
this.labelDiscription6.Location = new System.Drawing.Point(21, 300);
|
||||
|
|
@ -1848,7 +1874,7 @@
|
|||
this.labelDiscription4.BackPictureBox2 = null;
|
||||
this.labelDiscription4.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription4.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription4.InitVisible = true;
|
||||
this.labelDiscription4.LineSpacing = 0F;
|
||||
this.labelDiscription4.Location = new System.Drawing.Point(21, 264);
|
||||
|
|
@ -1868,7 +1894,7 @@
|
|||
this.labelDiscription5.BackPictureBox2 = null;
|
||||
this.labelDiscription5.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDiscription5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDiscription5.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription5.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
|
||||
this.labelDiscription5.InitVisible = true;
|
||||
this.labelDiscription5.LineSpacing = 0F;
|
||||
this.labelDiscription5.Location = new System.Drawing.Point(21, 282);
|
||||
|
|
@ -1891,6 +1917,7 @@
|
|||
this.buttonDownloadExistingMotorAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDownloadExistingMotorAll.DisableImage = null;
|
||||
this.buttonDownloadExistingMotorAll.DownImage = null;
|
||||
this.buttonDownloadExistingMotorAll.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDownloadExistingMotorAll.GroupID = 0;
|
||||
this.buttonDownloadExistingMotorAll.InitVisible = true;
|
||||
this.buttonDownloadExistingMotorAll.Location = new System.Drawing.Point(258, 163);
|
||||
|
|
@ -1924,6 +1951,7 @@
|
|||
this.buttonDownloadExistingMotorEach.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDownloadExistingMotorEach.DisableImage = null;
|
||||
this.buttonDownloadExistingMotorEach.DownImage = null;
|
||||
this.buttonDownloadExistingMotorEach.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDownloadExistingMotorEach.GroupID = 0;
|
||||
this.buttonDownloadExistingMotorEach.InitVisible = true;
|
||||
this.buttonDownloadExistingMotorEach.Location = new System.Drawing.Point(122, 164);
|
||||
|
|
@ -1957,6 +1985,7 @@
|
|||
this.buttonDefault.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDefault.DisableImage = null;
|
||||
this.buttonDefault.DownImage = null;
|
||||
this.buttonDefault.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDefault.GroupID = 0;
|
||||
this.buttonDefault.InitVisible = true;
|
||||
this.buttonDefault.Location = new System.Drawing.Point(30, 164);
|
||||
|
|
@ -2363,7 +2392,7 @@
|
|||
this.labelStaticWarning2.BackPictureBox2 = null;
|
||||
this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticWarning2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning2.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStaticWarning2.InitVisible = true;
|
||||
this.labelStaticWarning2.LineSpacing = 0F;
|
||||
|
|
@ -2384,7 +2413,7 @@
|
|||
this.labelStaticWarning1.BackPictureBox2 = null;
|
||||
this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticWarning1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning1.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning1.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStaticWarning1.InitVisible = true;
|
||||
this.labelStaticWarning1.LineSpacing = 0F;
|
||||
|
|
@ -2452,7 +2481,7 @@
|
|||
this.labelStaticWarning3.BackPictureBox2 = null;
|
||||
this.labelStaticWarning3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticWarning3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticWarning3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning3.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWarning3.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelStaticWarning3.InitVisible = true;
|
||||
this.labelStaticWarning3.LineSpacing = 0F;
|
||||
|
|
@ -2542,32 +2571,6 @@
|
|||
this.panel1.Size = new System.Drawing.Size(800, 348);
|
||||
this.panel1.Visible = false;
|
||||
//
|
||||
// radioButtonImpellerMotorAngle180180
|
||||
//
|
||||
this.radioButtonImpellerMotorAngle180180.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox = null;
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox1 = null;
|
||||
this.radioButtonImpellerMotorAngle180180.BackPictureBox2 = null;
|
||||
this.radioButtonImpellerMotorAngle180180.Checked = false;
|
||||
this.radioButtonImpellerMotorAngle180180.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonImpellerMotorAngle180180.GroupID = 0;
|
||||
this.radioButtonImpellerMotorAngle180180.ImageCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle180180.ImageUnCheckRadioButton = null;
|
||||
this.radioButtonImpellerMotorAngle180180.InitVisible = true;
|
||||
this.radioButtonImpellerMotorAngle180180.Location = new System.Drawing.Point(187, 69);
|
||||
this.radioButtonImpellerMotorAngle180180.Name = "radioButtonImpellerMotorAngle180180";
|
||||
this.radioButtonImpellerMotorAngle180180.OutputOnly = false;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioBackColor = System.Drawing.Color.White;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioCheckColor = System.Drawing.Color.Green;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioForeColor = System.Drawing.Color.Black;
|
||||
this.radioButtonImpellerMotorAngle180180.RadioSymbolSize = 14;
|
||||
this.radioButtonImpellerMotorAngle180180.Shadow = false;
|
||||
this.radioButtonImpellerMotorAngle180180.Size = new System.Drawing.Size(119, 26);
|
||||
this.radioButtonImpellerMotorAngle180180.TabIndex = 275;
|
||||
this.radioButtonImpellerMotorAngle180180.Text = "180+180";
|
||||
this.radioButtonImpellerMotorAngle180180.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
||||
this.radioButtonImpellerMotorAngle180180.Click += new System.EventHandler(this.radioButtonImpellerMotorAngle_Click);
|
||||
//
|
||||
// FormMotorSetting
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
|
|
|
|||
|
|
@ -190,12 +190,16 @@ namespace INT69DB_2A.Forms
|
|||
|
||||
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Normal";
|
||||
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse";
|
||||
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
||||
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
||||
this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||
this.buttonEachContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Continue";
|
||||
|
||||
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
||||
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
||||
this.labelDiscription1.Text = "Rc: Motor drive current (%, maximum: 100)";
|
||||
this.labelDiscription2.Text = "Hc: Motor stall current (%, maximum: 100)";
|
||||
this.labelDiscription3.Text = "Ms: Controls the microstep resolution";
|
||||
this.labelDiscription4.Text = "Vi: Initial velocity for all motion commands (< Vm )";
|
||||
this.labelDiscription5.Text = "Vm: Sets maximum speed (steps/counts per second)";
|
||||
this.labelDiscription6.Text = "A: Sets maximum acceleration";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
|
|
@ -229,8 +233,56 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonDownloadExistingMotorEach.Text = "下载每个";
|
||||
this.buttonDownloadExistingMotorAll.Text = "大量下载";
|
||||
|
||||
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
||||
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
||||
this.labelDiscription1.Text = "Rc:电机驱动电流(%,最大值:100)";
|
||||
this.labelDiscription2.Text = "Hc:电机堵转电流(%,最大值:100)";
|
||||
this.labelDiscription3.Text = "Ms:控制微步分辨率";
|
||||
this.labelDiscription4.Text = "Vi:所有运动命令的初始速度(< Vm)";
|
||||
this.labelDiscription5.Text = "Vm:指定轴可达到的最大速度(以步数/每秒计数为单位)";
|
||||
this.labelDiscription6.Text = "A:设置 MDrive 可达到的最大加速度(以每秒步数²为单位)";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.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.buttonInitialDownload.Text = "ダウンロㅡド";
|
||||
|
||||
this.labelStaticWarning1.Text = "※モㅡタ接続後、ダウンロㅡドしてください";
|
||||
this.labelStaticWarning2.Text = "※電源を再起動しなければ設定が反映されません。";
|
||||
this.labelStaticWarning3.Text = "※電源を入れ直した後、テストを進めてください。";
|
||||
|
||||
this.smartLabel1.Text = this.smartLabel8.Text = "※ 200msの間押してください。";
|
||||
|
||||
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "順方向";
|
||||
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "逆方向";
|
||||
this.buttonAllUnlock.Text = this.buttonEachUnlock.Text = "解除";
|
||||
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "継続";
|
||||
|
||||
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 = "A:最大加速を設定";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -1398,6 +1450,8 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonEachUnlock.Text = "Sperren";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
this.buttonEachUnlock.Text = "锁住";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
this.buttonEachUnlock.Text = "ロック";
|
||||
else
|
||||
this.buttonEachUnlock.Text = "Lock";
|
||||
|
||||
|
|
@ -1443,6 +1497,8 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonEachUnlock.Text = "Aufsperren";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
this.buttonEachUnlock.Text = "解锁";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
this.buttonEachUnlock.Text = "ロック解除";
|
||||
else
|
||||
this.buttonEachUnlock.Text = "Unlock";
|
||||
|
||||
|
|
@ -1577,6 +1633,8 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonAllUnlock.Text = "Sperren";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
this.buttonAllUnlock.Text = "锁住";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
this.buttonEachUnlock.Text = "ロック";
|
||||
else
|
||||
this.buttonAllUnlock.Text = "Lock";
|
||||
|
||||
|
|
@ -1622,6 +1680,8 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonAllUnlock.Text = "Aufsperren";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
this.buttonAllUnlock.Text = "解锁";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
this.buttonEachUnlock.Text = "解除";
|
||||
else
|
||||
this.buttonAllUnlock.Text = "Unlock";
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
this.buttonPart11 = new SmartX.SmartButton();
|
||||
this.labelTitlePart11 = new SmartX.SmartLabel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.smartLabel3 = new SmartX.SmartLabel();
|
||||
this.labelDescription = new SmartX.SmartLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
this.labelTitleStatistics.BackPictureBox2 = null;
|
||||
this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleStatistics.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStatistics.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleStatistics.InitVisible = true;
|
||||
this.labelTitleStatistics.LineSpacing = 0F;
|
||||
this.labelTitleStatistics.Location = new System.Drawing.Point(66, 238);
|
||||
|
|
@ -239,7 +239,7 @@
|
|||
this.labelTitlePart11.BackPictureBox2 = null;
|
||||
this.labelTitlePart11.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitlePart11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitlePart11.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePart11.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePart11.InitVisible = true;
|
||||
this.labelTitlePart11.LineSpacing = 0F;
|
||||
this.labelTitlePart11.Location = new System.Drawing.Point(66, 176);
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartGroupBox1.BackPictureBox = null;
|
||||
this.smartGroupBox1.BackPictureBox1 = null;
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
||||
this.smartGroupBox1.Controls.Add(this.labelDescription);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitlePart11);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonStatistics);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonPart11);
|
||||
|
|
@ -275,26 +275,26 @@
|
|||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// smartLabel3
|
||||
// labelDescription
|
||||
//
|
||||
this.smartLabel3.BackColor = System.Drawing.Color.Silver;
|
||||
this.smartLabel3.BackPictureBox = this.smartForm1;
|
||||
this.smartLabel3.BackPictureBox1 = null;
|
||||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(272, 207);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.Size = new System.Drawing.Size(474, 25);
|
||||
this.smartLabel3.TabIndex = 231;
|
||||
this.smartLabel3.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]";
|
||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel3.Wordwrap = false;
|
||||
this.labelDescription.BackColor = System.Drawing.Color.Silver;
|
||||
this.labelDescription.BackPictureBox = this.smartForm1;
|
||||
this.labelDescription.BackPictureBox1 = null;
|
||||
this.labelDescription.BackPictureBox2 = null;
|
||||
this.labelDescription.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelDescription.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelDescription.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelDescription.InitVisible = true;
|
||||
this.labelDescription.LineSpacing = 0F;
|
||||
this.labelDescription.Location = new System.Drawing.Point(272, 207);
|
||||
this.labelDescription.Name = "labelDescription";
|
||||
this.labelDescription.Size = new System.Drawing.Size(474, 25);
|
||||
this.labelDescription.TabIndex = 231;
|
||||
this.labelDescription.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]";
|
||||
this.labelDescription.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelDescription.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelDescription.Wordwrap = false;
|
||||
//
|
||||
// FormOption
|
||||
//
|
||||
|
|
@ -328,6 +328,6 @@
|
|||
private SmartX.SmartButton buttonPart11;
|
||||
private SmartX.SmartLabel labelTitlePart11;
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
private SmartX.SmartLabel smartLabel3;
|
||||
private SmartX.SmartLabel labelDescription;
|
||||
}
|
||||
}
|
||||
|
|
@ -58,6 +58,12 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||
this.buttonStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "オプション設定";
|
||||
|
||||
this.labelDescription.Text = "※ Part11 ON : [ログイン], [デㅡタバックアップ], [デㅡタ統計] 活性化";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,14 @@ namespace INT69DB_2A.Forms
|
|||
this.labelUpdateWait2.Text = "请勿断开USB";
|
||||
this.labelUpdateRestart.Text = "关掉电源,然后在打开电源";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "更新";
|
||||
|
||||
this.labelUpdateWait.Text = "しばらくお待ちください。";
|
||||
this.labelUpdateWait2.Text = "USBを本体から外さないでください。";
|
||||
this.labelUpdateRestart.Text = "電源を再起動してください。";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
this.buttonUnder = new SmartX.SmartButton();
|
||||
this.listBoxProductList = new System.Windows.Forms.ListBox();
|
||||
this.tabJudgment = new System.Windows.Forms.TabPage();
|
||||
this.smartLabel33 = new SmartX.SmartLabel();
|
||||
this.labelTitleWeight = new SmartX.SmartLabel();
|
||||
this.labelWeightValue = new SmartX.SmartLabel();
|
||||
this.buttonWeightReference = new SmartX.SmartButton();
|
||||
this.smartLabel32 = new SmartX.SmartLabel();
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
this.labelStaticDoubleDelayTime = new SmartX.SmartLabel();
|
||||
this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel();
|
||||
this.labelStaticFilter = new SmartX.SmartLabel();
|
||||
this.smartLabel31 = new SmartX.SmartLabel();
|
||||
this.labelTitleResult = new SmartX.SmartLabel();
|
||||
this.labelWeightJudgment = new SmartX.SmartLabel();
|
||||
this.labelWeightReference = new SmartX.SmartLabel();
|
||||
this.smartDraw = new SmartX.SmartDraw();
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
//
|
||||
this.tabControl.Controls.Add(this.tabProduct);
|
||||
this.tabControl.Controls.Add(this.tabJudgment);
|
||||
this.tabControl.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Regular);
|
||||
this.tabControl.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Regular);
|
||||
this.tabControl.Location = new System.Drawing.Point(0, 127);
|
||||
this.tabControl.Name = "tabControl";
|
||||
this.tabControl.SelectedIndex = 0;
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
//
|
||||
// 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(714, 96);
|
||||
this.buttonLotEdit.Name = "buttonLotEdit";
|
||||
this.buttonLotEdit.Size = new System.Drawing.Size(70, 32);
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
//
|
||||
// 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(714, 58);
|
||||
this.buttonNameEdit.Name = "buttonNameEdit";
|
||||
this.buttonNameEdit.Size = new System.Drawing.Size(70, 32);
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
this.labelTitleLOT.BackPictureBox2 = null;
|
||||
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
|
||||
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.LineSpacing = 0F;
|
||||
this.labelTitleLOT.Location = new System.Drawing.Point(312, 98);
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
this.labelTitleName.BackPictureBox2 = null;
|
||||
this.labelTitleName.BorderColor = System.Drawing.Color.Black;
|
||||
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.LineSpacing = 0F;
|
||||
this.labelTitleName.Location = new System.Drawing.Point(312, 60);
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
this.labelTitleNo.BackPictureBox2 = null;
|
||||
this.labelTitleNo.BorderColor = System.Drawing.Color.Black;
|
||||
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.LineSpacing = 0F;
|
||||
this.labelTitleNo.Location = new System.Drawing.Point(312, 22);
|
||||
|
|
@ -350,7 +350,7 @@
|
|||
this.groupBoxWeightSetting.Controls.Add(this.buttonOver);
|
||||
this.groupBoxWeightSetting.Controls.Add(this.buttonPass);
|
||||
this.groupBoxWeightSetting.Controls.Add(this.buttonUnder);
|
||||
this.groupBoxWeightSetting.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxWeightSetting.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxWeightSetting.ForeColor = System.Drawing.Color.DarkGray;
|
||||
this.groupBoxWeightSetting.FrameLineColor1 = System.Drawing.Color.Gray;
|
||||
this.groupBoxWeightSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
|
|
@ -505,13 +505,13 @@
|
|||
//
|
||||
// tabJudgment
|
||||
//
|
||||
this.tabJudgment.Controls.Add(this.smartLabel33);
|
||||
this.tabJudgment.Controls.Add(this.labelTitleWeight);
|
||||
this.tabJudgment.Controls.Add(this.labelWeightValue);
|
||||
this.tabJudgment.Controls.Add(this.buttonWeightReference);
|
||||
this.tabJudgment.Controls.Add(this.smartLabel32);
|
||||
this.tabJudgment.Controls.Add(this.labelADCValue);
|
||||
this.tabJudgment.Controls.Add(this.groupBoxJudgment);
|
||||
this.tabJudgment.Controls.Add(this.smartLabel31);
|
||||
this.tabJudgment.Controls.Add(this.labelTitleResult);
|
||||
this.tabJudgment.Controls.Add(this.labelWeightJudgment);
|
||||
this.tabJudgment.Controls.Add(this.labelWeightReference);
|
||||
this.tabJudgment.Controls.Add(this.smartDraw);
|
||||
|
|
@ -521,24 +521,24 @@
|
|||
this.tabJudgment.Size = new System.Drawing.Size(792, 359);
|
||||
this.tabJudgment.Text = "판정설정";
|
||||
//
|
||||
// smartLabel33
|
||||
// labelTitleWeight
|
||||
//
|
||||
this.smartLabel33.BackPictureBox = null;
|
||||
this.smartLabel33.BackPictureBox1 = null;
|
||||
this.smartLabel33.BackPictureBox2 = null;
|
||||
this.smartLabel33.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel33.InitVisible = true;
|
||||
this.smartLabel33.LineSpacing = 0F;
|
||||
this.smartLabel33.Location = new System.Drawing.Point(654, 289);
|
||||
this.smartLabel33.Name = "smartLabel33";
|
||||
this.smartLabel33.Size = new System.Drawing.Size(80, 25);
|
||||
this.smartLabel33.TabIndex = 107;
|
||||
this.smartLabel33.Text = "Weight";
|
||||
this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel33.Wordwrap = false;
|
||||
this.labelTitleWeight.BackPictureBox = null;
|
||||
this.labelTitleWeight.BackPictureBox1 = null;
|
||||
this.labelTitleWeight.BackPictureBox2 = null;
|
||||
this.labelTitleWeight.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.labelTitleWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleWeight.InitVisible = true;
|
||||
this.labelTitleWeight.LineSpacing = 0F;
|
||||
this.labelTitleWeight.Location = new System.Drawing.Point(654, 289);
|
||||
this.labelTitleWeight.Name = "labelTitleWeight";
|
||||
this.labelTitleWeight.Size = new System.Drawing.Size(80, 25);
|
||||
this.labelTitleWeight.TabIndex = 107;
|
||||
this.labelTitleWeight.Text = "Weight";
|
||||
this.labelTitleWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleWeight.Wordwrap = false;
|
||||
//
|
||||
// labelWeightValue
|
||||
//
|
||||
|
|
@ -569,7 +569,7 @@
|
|||
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonWeightReference.DisableImage = 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.InitVisible = true;
|
||||
this.buttonWeightReference.Location = new System.Drawing.Point(342, 289);
|
||||
|
|
@ -646,7 +646,7 @@
|
|||
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
|
||||
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
|
||||
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
|
||||
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxJudgment.FrameLineThickness = 1;
|
||||
|
|
@ -794,7 +794,7 @@
|
|||
this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticForcedZeroDelayTime.InitVisible = true;
|
||||
this.labelStaticForcedZeroDelayTime.LineSpacing = 0F;
|
||||
this.labelStaticForcedZeroDelayTime.Location = new System.Drawing.Point(18, 155);
|
||||
|
|
@ -813,7 +813,7 @@
|
|||
this.labelStaticDynamic.BackPictureBox2 = null;
|
||||
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
|
||||
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.InitVisible = true;
|
||||
this.labelStaticDynamic.LineSpacing = 0F;
|
||||
this.labelStaticDynamic.Location = new System.Drawing.Point(18, 129);
|
||||
|
|
@ -832,7 +832,7 @@
|
|||
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
||||
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
||||
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.InitVisible = true;
|
||||
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
||||
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(18, 103);
|
||||
|
|
@ -851,7 +851,7 @@
|
|||
this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
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.InitVisible = true;
|
||||
this.labelStaticDoubleDelayTime.LineSpacing = 0F;
|
||||
this.labelStaticDoubleDelayTime.Location = new System.Drawing.Point(18, 77);
|
||||
|
|
@ -870,7 +870,7 @@
|
|||
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
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.InitVisible = true;
|
||||
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
||||
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(18, 51);
|
||||
|
|
@ -889,7 +889,7 @@
|
|||
this.labelStaticFilter.BackPictureBox2 = null;
|
||||
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
|
||||
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.InitVisible = true;
|
||||
this.labelStaticFilter.LineSpacing = 0F;
|
||||
this.labelStaticFilter.Location = new System.Drawing.Point(18, 25);
|
||||
|
|
@ -901,24 +901,24 @@
|
|||
this.labelStaticFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticFilter.Wordwrap = false;
|
||||
//
|
||||
// smartLabel31
|
||||
// labelTitleResult
|
||||
//
|
||||
this.smartLabel31.BackPictureBox = null;
|
||||
this.smartLabel31.BackPictureBox1 = null;
|
||||
this.smartLabel31.BackPictureBox2 = null;
|
||||
this.smartLabel31.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel31.InitVisible = true;
|
||||
this.smartLabel31.LineSpacing = 0F;
|
||||
this.smartLabel31.Location = new System.Drawing.Point(428, 289);
|
||||
this.smartLabel31.Name = "smartLabel31";
|
||||
this.smartLabel31.Size = new System.Drawing.Size(80, 25);
|
||||
this.smartLabel31.TabIndex = 107;
|
||||
this.smartLabel31.Text = "판정";
|
||||
this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel31.Wordwrap = false;
|
||||
this.labelTitleResult.BackPictureBox = null;
|
||||
this.labelTitleResult.BackPictureBox1 = null;
|
||||
this.labelTitleResult.BackPictureBox2 = null;
|
||||
this.labelTitleResult.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.labelTitleResult.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleResult.InitVisible = true;
|
||||
this.labelTitleResult.LineSpacing = 0F;
|
||||
this.labelTitleResult.Location = new System.Drawing.Point(428, 289);
|
||||
this.labelTitleResult.Name = "labelTitleResult";
|
||||
this.labelTitleResult.Size = new System.Drawing.Size(80, 25);
|
||||
this.labelTitleResult.TabIndex = 107;
|
||||
this.labelTitleResult.Text = "판정";
|
||||
this.labelTitleResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleResult.Wordwrap = false;
|
||||
//
|
||||
// labelWeightJudgment
|
||||
//
|
||||
|
|
@ -988,7 +988,7 @@
|
|||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
||||
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.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxConveyor.FrameLineThickness = 1;
|
||||
|
|
@ -1073,7 +1073,7 @@
|
|||
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
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.LineSpacing = 0F;
|
||||
this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(18, 28);
|
||||
|
|
@ -1113,7 +1113,7 @@
|
|||
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.InitVisible = true;
|
||||
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
||||
this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(18, 106);
|
||||
|
|
@ -1132,7 +1132,7 @@
|
|||
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.InitVisible = true;
|
||||
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
||||
this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(18, 80);
|
||||
|
|
@ -1151,7 +1151,7 @@
|
|||
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
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.LineSpacing = 0F;
|
||||
this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(18, 54);
|
||||
|
|
@ -1206,7 +1206,7 @@
|
|||
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonCopy.DisableImage = null;
|
||||
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.InitVisible = true;
|
||||
this.buttonCopy.Location = new System.Drawing.Point(11, 525);
|
||||
|
|
@ -1491,7 +1491,7 @@
|
|||
this.smartKeyboard.ControlKeyDisable = false;
|
||||
this.smartKeyboard.DesignMinimize = true;
|
||||
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
this.smartKeyboard.HanYoungKeyDisable = false;
|
||||
this.smartKeyboard.HanYoungKeyDisable = true;
|
||||
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
||||
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
|
||||
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
|
|
@ -1528,7 +1528,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -1565,7 +1565,7 @@
|
|||
//
|
||||
// buttonClear
|
||||
//
|
||||
this.buttonClear.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonClear.Location = new System.Drawing.Point(432, 521);
|
||||
this.buttonClear.Name = "buttonClear";
|
||||
this.buttonClear.Size = new System.Drawing.Size(72, 20);
|
||||
|
|
@ -1576,7 +1576,7 @@
|
|||
//
|
||||
// buttonMax
|
||||
//
|
||||
this.buttonMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonMax.Location = new System.Drawing.Point(354, 521);
|
||||
this.buttonMax.Name = "buttonMax";
|
||||
this.buttonMax.Size = new System.Drawing.Size(72, 20);
|
||||
|
|
@ -1587,7 +1587,7 @@
|
|||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.button2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.button2.Location = new System.Drawing.Point(354, 547);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(72, 20);
|
||||
|
|
@ -1598,7 +1598,7 @@
|
|||
//
|
||||
// buttonMin
|
||||
//
|
||||
this.buttonMin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonMin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonMin.Location = new System.Drawing.Point(354, 573);
|
||||
this.buttonMin.Name = "buttonMin";
|
||||
this.buttonMin.Size = new System.Drawing.Size(72, 20);
|
||||
|
|
@ -1820,11 +1820,11 @@
|
|||
private SmartX.SmartLabel labelStaticFilter;
|
||||
private SmartX.SmartGroupBox groupBoxJudgment;
|
||||
private SmartX.SmartButton buttonWeightReference;
|
||||
private SmartX.SmartLabel smartLabel33;
|
||||
private SmartX.SmartLabel labelTitleWeight;
|
||||
private SmartX.SmartLabel labelWeightValue;
|
||||
private SmartX.SmartLabel smartLabel32;
|
||||
private SmartX.SmartLabel labelADCValue;
|
||||
private SmartX.SmartLabel smartLabel31;
|
||||
private SmartX.SmartLabel labelTitleResult;
|
||||
private SmartX.SmartLabel labelWeightJudgment;
|
||||
private SmartX.SmartLabel labelWeightReference;
|
||||
private SmartX.SmartButton buttonTare;
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ namespace INT69DB_2A.Forms
|
|||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
{
|
||||
|
||||
this.smartKeyboard.HanYoungKeyDisable = false;
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
{
|
||||
|
|
@ -76,7 +76,7 @@ namespace INT69DB_2A.Forms
|
|||
this.labelStaticForcedZeroDelayTime.Text = "Forced Zero Delay";
|
||||
|
||||
this.buttonWeightReference.Text = "Reference";
|
||||
this.smartLabel31.Text = "Judgment";
|
||||
this.labelTitleResult.Text = "Judgment";
|
||||
|
||||
this.groupBoxConveyor.Text = "Conveyor setting";
|
||||
this.labelStaticRejectConveyorDelayTime.Text = "Reject CV Delay";
|
||||
|
|
@ -124,7 +124,8 @@ namespace INT69DB_2A.Forms
|
|||
this.labelStaticForcedZeroDelayTime.Text = "强制零延迟";
|
||||
|
||||
this.buttonWeightReference.Text = "参考价值";
|
||||
this.smartLabel31.Text = "结果";
|
||||
this.labelTitleResult.Text = "结果";
|
||||
this.labelTitleWeight.Text = "重量";
|
||||
|
||||
this.groupBoxConveyor.Text = "输送带设置";
|
||||
this.labelStaticRejectConveyorDelayTime.Text = "筛选输送带 延迟";
|
||||
|
|
@ -132,7 +133,7 @@ namespace INT69DB_2A.Forms
|
|||
this.labelStaticFeedingDelayTime.Text = "进料输送带 延迟";
|
||||
this.labelStaticFeedingRunTime.Text = "进料输送带 运行";
|
||||
|
||||
this.smartLabel33.Text = "重量";
|
||||
this.labelTitleWeight.Text = "重量";
|
||||
|
||||
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoDown));
|
||||
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoUp));
|
||||
|
|
@ -153,6 +154,50 @@ namespace INT69DB_2A.Forms
|
|||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "システム設定";
|
||||
this.tabProduct.Text = "製品設定";
|
||||
this.tabJudgment.Text = "判定設定";
|
||||
this.groupBoxWeightSetting.Text = "製品設定";
|
||||
|
||||
this.groupBoxJudgment.Text = "判定設定";
|
||||
this.labelStaticFilter.Text = "フィルタㅡ";
|
||||
this.labelStaticJudgmentDelayTime.Text = "判定の遅れ";
|
||||
this.labelStaticDoubleDelayTime.Text = "オㅡバㅡラップ";
|
||||
this.labelStaticJudgmentCount.Text = "判定番号";
|
||||
this.labelStaticDynamic.Text = "動的定数";
|
||||
this.labelStaticForcedZeroDelayTime.Text = "強制零点遅延";
|
||||
|
||||
this.buttonWeightReference.Text = "基準";
|
||||
this.labelTitleResult.Text = "結果";
|
||||
this.labelTitleWeight.Text = "重量";
|
||||
|
||||
this.groupBoxConveyor.Text = "コンベア設定";
|
||||
this.labelStaticRejectConveyorDelayTime.Text = "排出コンベア遅延";
|
||||
this.labelStaticRejectConveyorRunTime.Text = "排出コンベア動作";
|
||||
this.labelStaticFeedingDelayTime.Text = "供給コンベア遅延";
|
||||
this.labelStaticFeedingRunTime.Text = "供給コンベア動作";
|
||||
|
||||
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingNoDown));
|
||||
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingNoUp));
|
||||
|
||||
this.buttonCopy.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnCopyDown));
|
||||
this.buttonCopy.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnCopyUp));
|
||||
this.buttonPaste.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPasteDown));
|
||||
this.buttonPaste.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPasteUp));
|
||||
this.buttonPasteAll.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPasteAllDown));
|
||||
this.buttonPasteAll.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnPasteAllUp));
|
||||
|
||||
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingOverDown));
|
||||
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingOverUp));
|
||||
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingPassDown));
|
||||
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingPassUp));
|
||||
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingTareDown));
|
||||
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingTareUp));
|
||||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnFormSystemSettingUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,12 @@ namespace INT69DB_2A.Forms
|
|||
this.groupBoxPresentTime.Text = "当前时间";
|
||||
this.groupBoxTimeChange.Text = "设置";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "時間";
|
||||
this.groupBoxPresentTime.Text = "現在時刻";
|
||||
this.groupBoxTimeChange.Text = "時間の変更";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,74 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "用户设置";
|
||||
|
||||
this.labelStatusExpiryAccount.Text = "过期";
|
||||
this.labelStatusExpiryPassword.Text = "过期";
|
||||
this.buttonResetPW.Text = "重置";
|
||||
|
||||
this.labelStatusExpiryAccount.Text = "到期";
|
||||
this.labelStatusExpiryPassword.Text = "到期";
|
||||
|
||||
this.labelTitleProductNo.Text = "编号";
|
||||
this.labelTitleWeightSetting.Text = "权重设置";
|
||||
this.labelTitleClear.Text = "消除";
|
||||
this.labelTitleSubMenu.Text = "子菜单";
|
||||
|
||||
this.labelTitleInformation.Text = "系统信息";
|
||||
this.labelTitleConfiguration.Text = "选项";
|
||||
this.labelTitleCommunication.Text = "通讯设置";
|
||||
this.labelTitleCalibration.Text = "校准";
|
||||
this.labelTitleSystem.Text = "系统设置";
|
||||
this.labelTitleMotor.Text = "设置电机";
|
||||
this.labelTitleIOTest.Text = "I/O测试";
|
||||
this.labelTitleUpdate.Text = "更新";
|
||||
this.labelTitleInitialization.Text = "工厂初期化";
|
||||
this.labelTitleTime.Text = "时间设定";
|
||||
this.labelTitleDataBackup.Text = "数据备份";
|
||||
this.labelTitleEquipment.Text = "设备设置";
|
||||
this.labelTitleStatistics.Text = "数据统计";
|
||||
this.labelTitleViewer.Text = "数据查看器";
|
||||
//this.labelTitleUser.Text = "用户设置";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "ユㅡザㅡ設定";
|
||||
|
||||
this.labelTitlePassword.Text = "パスワㅡド";
|
||||
this.buttonResetPW.Text = "リセット";
|
||||
|
||||
this.labelTitleExpireAccount.Text = "有効期限(ID)";
|
||||
this.labelTitleExpiryPassword.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||
this.labelTitleExpiryPassword.Text = "有効期限(パスワード)";
|
||||
this.labelStatusExpiryAccount.Text = "有効期限";
|
||||
this.labelStatusExpiryPassword.Text = "有効期限";
|
||||
|
||||
this.labelTitleAccessRight.Text = "アクセス権";
|
||||
this.groupBoxAccessRight.Text = "アクセス権";
|
||||
|
||||
this.labelTitleMain.Text = "メイン";
|
||||
this.labelTitleMenu.Text = "メニュㅡ";
|
||||
|
||||
this.labelTitleProductNo.Text = "番号";
|
||||
this.labelTitleWeightSetting.Text = "重量設定";
|
||||
this.labelTitleClear.Text = "クリア";
|
||||
this.labelTitleSubMenu.Text = "サブメニュㅡ";
|
||||
|
||||
this.labelTitleInformation.Font = new Font("새굴림", 9, FontStyle.Regular);
|
||||
this.labelTitleInformation.Text = "インフォメㅡション";
|
||||
this.labelTitleConfiguration.Text = "構成";
|
||||
this.labelTitleCommunication.Text = "通信設定";
|
||||
this.labelTitleCalibration.Font = new Font("새굴림", 9, FontStyle.Regular);
|
||||
this.labelTitleCalibration.Text = "キャリブレㅡション";
|
||||
this.labelTitleSystem.Text = "システム設定";
|
||||
this.labelTitleMotor.Text = "モㅡタㅡ設定";
|
||||
this.labelTitleIOTest.Text = "I/Oテスト";
|
||||
this.labelTitleUpdate.Text = "更新";
|
||||
this.labelTitleInitialization.Text = "初期化";
|
||||
this.labelTitleTime.Text = "時間設定";
|
||||
this.labelTitleDataBackup.Font = new Font("새굴림", 9, FontStyle.Regular);
|
||||
this.labelTitleDataBackup.Text = "デㅡタバックアップ";
|
||||
this.labelTitleEquipment.Text = "装置設定";
|
||||
this.labelTitleStatistics.Text = "デㅡタ統計";
|
||||
this.labelTitleViewer.Text = "デㅡタビュㅡア";
|
||||
//this.labelTitleUser.Text = "ユㅡザㅡ設定";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
|
@ -112,13 +178,13 @@ namespace INT69DB_2A.Forms
|
|||
if (this.ParentForm.SystemConfig.IsPart11 == false)
|
||||
{
|
||||
// Expiry date(Account)
|
||||
this.labelTitleExpiryDateOfAccount.Visible = false;
|
||||
this.labelTitleExpireAccount.Visible = false;
|
||||
this.labelTitleDayAccount.Visible = false;
|
||||
this.labelExpiryDateOfAccount.Visible = false;
|
||||
this.labelExpiryDateOfAccount2.Visible = false;
|
||||
this.labelStatusExpiryAccount.Visible = false;
|
||||
// Expiry date(Password)
|
||||
this.labelTitleExpiryDateOfPassword.Visible = false;
|
||||
this.labelTitleExpiryPassword.Visible = false;
|
||||
this.labelTitleDayPassword.Visible = false;
|
||||
this.labelExpiryDateOfPassword.Visible = false;
|
||||
this.labelExpiryDateOfPassword2.Visible = false;
|
||||
|
|
@ -132,6 +198,8 @@ namespace INT69DB_2A.Forms
|
|||
this.smartSeparatorLine1.Visible = false;
|
||||
this.smartSeparatorLine2.Visible = false;
|
||||
}
|
||||
|
||||
this.UpdatePart11Visible();
|
||||
}
|
||||
|
||||
private void SetEnableID(bool value)
|
||||
|
|
@ -193,13 +261,18 @@ namespace INT69DB_2A.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
code = "User settings";
|
||||
message1 = "Do you want to add a new user?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要添加新用户?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "新規ユㅡザㅡを追加しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
|
|
@ -226,19 +299,24 @@ namespace INT69DB_2A.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "User settings";
|
||||
message1 = "Do you want to edit the information";
|
||||
message2 = "of the selected user?";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要编辑所选用户的信息?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "選択したユㅡザㅡの情報を編集しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "選択したユㅡザㅡの情報を編集しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
code = "User Editor";
|
||||
|
|
@ -352,89 +430,89 @@ namespace INT69DB_2A.Forms
|
|||
switch (level)
|
||||
{
|
||||
case DataStore.UserGroup.Level1:
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
||||
this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
||||
this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
||||
this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
||||
this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
||||
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
||||
this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
||||
this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
||||
this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
||||
this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
||||
this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
||||
this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
||||
this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
||||
this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
||||
this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
||||
this.labelTitleTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
||||
this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
||||
this.labelTitleEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||
this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
||||
this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserGroup.Level2:
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
||||
this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
||||
this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
||||
this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
||||
this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
||||
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
||||
this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
||||
this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
||||
this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
||||
this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
||||
this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
||||
this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
||||
this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
||||
this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
||||
this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
||||
this.labelTitleTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
||||
this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
||||
this.labelTitleEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||
this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
||||
this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserGroup.Level3:
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
||||
this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
||||
this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
||||
this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
||||
this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
||||
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(true);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(true);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
||||
this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
||||
this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
||||
this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
||||
this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
||||
this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
||||
this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
||||
this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
||||
this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
||||
this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
||||
this.labelTitleTime.ForeColor = this.ReturnColor(true);
|
||||
this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
||||
this.labelTitleEquipment.ForeColor = this.ReturnColor(true);
|
||||
this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
||||
this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserGroup.Developer:
|
||||
case DataStore.UserGroup.Admin:
|
||||
this.labelProductNo.ForeColor = Color.Black;
|
||||
this.labelClear.ForeColor = Color.Black;
|
||||
this.labelSubMenu.ForeColor = Color.Black;
|
||||
this.labelWeightSetting.ForeColor = Color.Black;
|
||||
this.labelTitleProductNo.ForeColor = Color.Black;
|
||||
this.labelTitleClear.ForeColor = Color.Black;
|
||||
this.labelTitleSubMenu.ForeColor = Color.Black;
|
||||
this.labelTitleWeightSetting.ForeColor = Color.Black;
|
||||
|
||||
this.labelInformation.ForeColor = Color.Black;
|
||||
this.labelConfiguration.ForeColor = Color.Black;
|
||||
this.labelCommunication.ForeColor = Color.Black;
|
||||
this.labelCalibration.ForeColor = Color.Black;
|
||||
this.labelSystem.ForeColor = Color.Black;
|
||||
this.labelMotor.ForeColor = Color.Black;
|
||||
this.labelIOTest.ForeColor = Color.Black;
|
||||
this.labelUpdate.ForeColor = Color.Black;
|
||||
this.labelInitialization.ForeColor = Color.Black;
|
||||
this.labelTime.ForeColor = Color.Black;
|
||||
this.labelDataBackup.ForeColor = Color.Black;
|
||||
this.labelEquipment.ForeColor = Color.Black;
|
||||
this.labelStatistics.ForeColor = Color.Black;
|
||||
this.labelViewer.ForeColor = Color.Black;
|
||||
this.labelTitleInformation.ForeColor = Color.Black;
|
||||
this.labelTitleConfiguration.ForeColor = Color.Black;
|
||||
this.labelTitleCommunication.ForeColor = Color.Black;
|
||||
this.labelTitleCalibration.ForeColor = Color.Black;
|
||||
this.labelTitleSystem.ForeColor = Color.Black;
|
||||
this.labelTitleMotor.ForeColor = Color.Black;
|
||||
this.labelTitleIOTest.ForeColor = Color.Black;
|
||||
this.labelTitleUpdate.ForeColor = Color.Black;
|
||||
this.labelTitleInitialization.ForeColor = Color.Black;
|
||||
this.labelTitleTime.ForeColor = Color.Black;
|
||||
this.labelTitleDataBackup.ForeColor = Color.Black;
|
||||
this.labelTitleEquipment.ForeColor = Color.Black;
|
||||
this.labelTitleStatistics.ForeColor = Color.Black;
|
||||
this.labelTitleViewer.ForeColor = Color.Black;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
@ -472,6 +550,20 @@ namespace INT69DB_2A.Forms
|
|||
this.comboBoxAccessRight.Items.Add(this.ParentForm.SystemConfig.User_Level3_Name);
|
||||
}
|
||||
|
||||
private void UpdatePart11Visible()
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.IsPart11 == false)
|
||||
{
|
||||
this.labelTitleStatistics.Visible = false;
|
||||
this.labelTitleViewer.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelTitleStatistics.Visible = true;
|
||||
this.labelTitleViewer.Visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateInitializeUserDisplay(SystemConfigurationItem system)
|
||||
{
|
||||
this.SelectedUserItem = new UserItem();
|
||||
|
|
@ -699,25 +791,25 @@ namespace INT69DB_2A.Forms
|
|||
break;
|
||||
}
|
||||
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
||||
this.labelClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
||||
this.labelTitleProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
||||
this.labelTitleWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
||||
this.labelTitleClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
||||
this.labelTitleSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
||||
|
||||
this.labelInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(item.IsMenuTime);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
|
||||
this.labelTitleInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
||||
this.labelTitleConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
||||
this.labelTitleCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
||||
this.labelTitleCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
||||
this.labelTitleSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
||||
this.labelTitleMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
||||
this.labelTitleIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
||||
this.labelTitleUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
||||
this.labelTitleInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
||||
this.labelTitleTime.ForeColor = this.ReturnColor(item.IsMenuTime);
|
||||
this.labelTitleDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
|
||||
this.labelTitleEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
||||
this.labelTitleStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
|
||||
this.labelTitleViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
|
||||
}
|
||||
|
||||
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
|
||||
|
|
@ -750,6 +842,11 @@ namespace INT69DB_2A.Forms
|
|||
message1 = "用户添加完成!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "ユㅡザㅡ追加完了!!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "uživatelské nastavení";
|
||||
message1 = "Přidání uživatele dokončeno!";
|
||||
|
|
@ -814,6 +911,11 @@ namespace INT69DB_2A.Forms
|
|||
message1 = "用户信息修改!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "ユㅡザㅡ情報修正完了!";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "uživatelské nastavení";
|
||||
message1 = "Informace o uživateli upraveny!";
|
||||
|
|
@ -880,6 +982,11 @@ namespace INT69DB_2A.Forms
|
|||
message1 = string.Format("{0} 用户删除完成!", user.user_id);
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = string.Format("{0} ユㅡザㅡ削除完了!", user.user_id);
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "uživatelské nastavení";
|
||||
message1 = string.Format("{0} Smazání uživatele dokončeno!", user.user_id);
|
||||
|
|
@ -1156,13 +1263,18 @@ namespace INT69DB_2A.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "유저설정";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
code = "User settings";
|
||||
message1 = "Do you want to unlock the user?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "유저설정";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要解锁用户?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "ユㅡザㅡのロックを解除しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
|
|
@ -1195,13 +1307,18 @@ namespace INT69DB_2A.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "유저설정";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
code = "User settings";
|
||||
message1 = "Do you want to unlock the password?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "유저설정";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要解锁密码?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユㅡザㅡ設定";
|
||||
message1 = "パスワㅡドのロックを解除しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
|
|
|
|||
|
|
@ -134,12 +134,12 @@
|
|||
this.labelTitleDataBackup = new SmartX.SmartLabel();
|
||||
this.labelTitleInformation = new SmartX.SmartLabel();
|
||||
this.labelTitleTime = new SmartX.SmartLabel();
|
||||
this.smartLabel7 = new SmartX.SmartLabel();
|
||||
this.smartLabel6 = new SmartX.SmartLabel();
|
||||
this.smartLabel5 = new SmartX.SmartLabel();
|
||||
this.smartLabel3 = new SmartX.SmartLabel();
|
||||
this.smartLabel2 = new SmartX.SmartLabel();
|
||||
this.smartLabel1 = new SmartX.SmartLabel();
|
||||
this.labelTitleMenu = new SmartX.SmartLabel();
|
||||
this.labelTitleSubMenu = new SmartX.SmartLabel();
|
||||
this.labelTitleClear = new SmartX.SmartLabel();
|
||||
this.labelTitleWeightSetting = new SmartX.SmartLabel();
|
||||
this.labelTitleProductNo = new SmartX.SmartLabel();
|
||||
this.labelTitleMain = new SmartX.SmartLabel();
|
||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||
this.smartLabel27 = new SmartX.SmartLabel();
|
||||
this.smartLabel25 = new SmartX.SmartLabel();
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
this.labelTitle.LineSpacing = 0F;
|
||||
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
||||
this.labelTitle.Name = "labelTitle";
|
||||
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
||||
this.labelTitle.Size = new System.Drawing.Size(701, 45);
|
||||
this.labelTitle.TabIndex = 425;
|
||||
this.labelTitle.Text = "그룹 에디터";
|
||||
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
|
|
@ -353,12 +353,12 @@
|
|||
this.smartGroupBox1.Controls.Add(this.labelTitleDataBackup);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleInformation);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleTime);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel7);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel5);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenu);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleSubMenu);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleClear);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleWeightSetting);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleProductNo);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMain);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineThickness = 1;
|
||||
|
|
@ -469,6 +469,7 @@
|
|||
this.labelTitleViewer.BackPictureBox2 = null;
|
||||
this.labelTitleViewer.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleViewer.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleViewer.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleViewer.InitVisible = true;
|
||||
this.labelTitleViewer.LineSpacing = 0F;
|
||||
|
|
@ -589,6 +590,7 @@
|
|||
this.labelTitleCommunication.BackPictureBox2 = null;
|
||||
this.labelTitleCommunication.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleCommunication.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCommunication.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCommunication.InitVisible = true;
|
||||
this.labelTitleCommunication.LineSpacing = 0F;
|
||||
|
|
@ -785,6 +787,7 @@
|
|||
this.labelTitleStatistics.BackPictureBox2 = null;
|
||||
this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleStatistics.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleStatistics.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleStatistics.InitVisible = true;
|
||||
this.labelTitleStatistics.LineSpacing = 0F;
|
||||
|
|
@ -2246,6 +2249,7 @@
|
|||
this.labelTitleEquipment.BackPictureBox2 = null;
|
||||
this.labelTitleEquipment.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleEquipment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleEquipment.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleEquipment.InitVisible = true;
|
||||
this.labelTitleEquipment.LineSpacing = 0F;
|
||||
|
|
@ -2266,6 +2270,7 @@
|
|||
this.labelTitleUser.BackPictureBox2 = null;
|
||||
this.labelTitleUser.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleUser.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleUser.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleUser.InitVisible = true;
|
||||
this.labelTitleUser.LineSpacing = 0F;
|
||||
|
|
@ -2287,6 +2292,7 @@
|
|||
this.labelTitleInitialization.BackPictureBox2 = null;
|
||||
this.labelTitleInitialization.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleInitialization.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleInitialization.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleInitialization.InitVisible = true;
|
||||
this.labelTitleInitialization.LineSpacing = 0F;
|
||||
|
|
@ -2307,6 +2313,7 @@
|
|||
this.labelTitleUpdate.BackPictureBox2 = null;
|
||||
this.labelTitleUpdate.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleUpdate.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleUpdate.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleUpdate.InitVisible = true;
|
||||
this.labelTitleUpdate.LineSpacing = 0F;
|
||||
|
|
@ -2327,6 +2334,7 @@
|
|||
this.labelTitleIOTest.BackPictureBox2 = null;
|
||||
this.labelTitleIOTest.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleIOTest.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleIOTest.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleIOTest.InitVisible = true;
|
||||
this.labelTitleIOTest.LineSpacing = 0F;
|
||||
|
|
@ -2347,6 +2355,7 @@
|
|||
this.labelTitleMotor.BackPictureBox2 = null;
|
||||
this.labelTitleMotor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleMotor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleMotor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMotor.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleMotor.InitVisible = true;
|
||||
this.labelTitleMotor.LineSpacing = 0F;
|
||||
|
|
@ -2367,6 +2376,7 @@
|
|||
this.labelTitleSystem.BackPictureBox2 = null;
|
||||
this.labelTitleSystem.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleSystem.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleSystem.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleSystem.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleSystem.InitVisible = true;
|
||||
this.labelTitleSystem.LineSpacing = 0F;
|
||||
|
|
@ -2387,6 +2397,7 @@
|
|||
this.labelTitleCalibration.BackPictureBox2 = null;
|
||||
this.labelTitleCalibration.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleCalibration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCalibration.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleCalibration.InitVisible = true;
|
||||
this.labelTitleCalibration.LineSpacing = 0F;
|
||||
|
|
@ -2407,6 +2418,7 @@
|
|||
this.labelTitleConfiguration.BackPictureBox2 = null;
|
||||
this.labelTitleConfiguration.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleConfiguration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleConfiguration.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleConfiguration.InitVisible = true;
|
||||
this.labelTitleConfiguration.LineSpacing = 0F;
|
||||
|
|
@ -2427,6 +2439,7 @@
|
|||
this.labelTitleDataBackup.BackPictureBox2 = null;
|
||||
this.labelTitleDataBackup.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleDataBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleDataBackup.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleDataBackup.InitVisible = true;
|
||||
this.labelTitleDataBackup.LineSpacing = 0F;
|
||||
|
|
@ -2447,6 +2460,7 @@
|
|||
this.labelTitleInformation.BackPictureBox2 = null;
|
||||
this.labelTitleInformation.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleInformation.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleInformation.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleInformation.InitVisible = true;
|
||||
this.labelTitleInformation.LineSpacing = 0F;
|
||||
|
|
@ -2467,6 +2481,7 @@
|
|||
this.labelTitleTime.BackPictureBox2 = null;
|
||||
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleTime.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTime.InitVisible = true;
|
||||
this.labelTitleTime.LineSpacing = 0F;
|
||||
|
|
@ -2479,127 +2494,131 @@
|
|||
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleTime.Wordwrap = false;
|
||||
//
|
||||
// smartLabel7
|
||||
// labelTitleMenu
|
||||
//
|
||||
this.smartLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.smartLabel7.BackPictureBox = null;
|
||||
this.smartLabel7.BackPictureBox1 = null;
|
||||
this.smartLabel7.BackPictureBox2 = null;
|
||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel7.InitVisible = true;
|
||||
this.smartLabel7.LineSpacing = 0F;
|
||||
this.smartLabel7.Location = new System.Drawing.Point(15, 172);
|
||||
this.smartLabel7.Name = "smartLabel7";
|
||||
this.smartLabel7.Size = new System.Drawing.Size(768, 30);
|
||||
this.smartLabel7.TabIndex = 740;
|
||||
this.smartLabel7.Text = "Menu";
|
||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel7.Wordwrap = false;
|
||||
this.labelTitleMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelTitleMenu.BackPictureBox = null;
|
||||
this.labelTitleMenu.BackPictureBox1 = null;
|
||||
this.labelTitleMenu.BackPictureBox2 = null;
|
||||
this.labelTitleMenu.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMenu.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleMenu.InitVisible = true;
|
||||
this.labelTitleMenu.LineSpacing = 0F;
|
||||
this.labelTitleMenu.Location = new System.Drawing.Point(15, 172);
|
||||
this.labelTitleMenu.Name = "labelTitleMenu";
|
||||
this.labelTitleMenu.Size = new System.Drawing.Size(768, 30);
|
||||
this.labelTitleMenu.TabIndex = 740;
|
||||
this.labelTitleMenu.Text = "Menu";
|
||||
this.labelTitleMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleMenu.Wordwrap = false;
|
||||
//
|
||||
// smartLabel6
|
||||
// labelTitleSubMenu
|
||||
//
|
||||
this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel6.BackPictureBox = null;
|
||||
this.smartLabel6.BackPictureBox1 = null;
|
||||
this.smartLabel6.BackPictureBox2 = null;
|
||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel6.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel6.InitVisible = true;
|
||||
this.smartLabel6.LineSpacing = 0F;
|
||||
this.smartLabel6.Location = new System.Drawing.Point(25, 146);
|
||||
this.smartLabel6.Name = "smartLabel6";
|
||||
this.smartLabel6.Size = new System.Drawing.Size(200, 20);
|
||||
this.smartLabel6.TabIndex = 739;
|
||||
this.smartLabel6.Text = "SubMenu";
|
||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel6.Wordwrap = false;
|
||||
this.labelTitleSubMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleSubMenu.BackPictureBox = null;
|
||||
this.labelTitleSubMenu.BackPictureBox1 = null;
|
||||
this.labelTitleSubMenu.BackPictureBox2 = null;
|
||||
this.labelTitleSubMenu.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleSubMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleSubMenu.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleSubMenu.InitVisible = true;
|
||||
this.labelTitleSubMenu.LineSpacing = 0F;
|
||||
this.labelTitleSubMenu.Location = new System.Drawing.Point(25, 146);
|
||||
this.labelTitleSubMenu.Name = "labelTitleSubMenu";
|
||||
this.labelTitleSubMenu.Size = new System.Drawing.Size(200, 20);
|
||||
this.labelTitleSubMenu.TabIndex = 739;
|
||||
this.labelTitleSubMenu.Text = "SubMenu";
|
||||
this.labelTitleSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleSubMenu.Wordwrap = false;
|
||||
//
|
||||
// smartLabel5
|
||||
// labelTitleClear
|
||||
//
|
||||
this.smartLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel5.BackPictureBox = null;
|
||||
this.smartLabel5.BackPictureBox1 = null;
|
||||
this.smartLabel5.BackPictureBox2 = null;
|
||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel5.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel5.InitVisible = true;
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
this.smartLabel5.Location = new System.Drawing.Point(25, 123);
|
||||
this.smartLabel5.Name = "smartLabel5";
|
||||
this.smartLabel5.Size = new System.Drawing.Size(200, 20);
|
||||
this.smartLabel5.TabIndex = 738;
|
||||
this.smartLabel5.Text = "Clear";
|
||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel5.Wordwrap = false;
|
||||
this.labelTitleClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleClear.BackPictureBox = null;
|
||||
this.labelTitleClear.BackPictureBox1 = null;
|
||||
this.labelTitleClear.BackPictureBox2 = null;
|
||||
this.labelTitleClear.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleClear.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleClear.InitVisible = true;
|
||||
this.labelTitleClear.LineSpacing = 0F;
|
||||
this.labelTitleClear.Location = new System.Drawing.Point(25, 123);
|
||||
this.labelTitleClear.Name = "labelTitleClear";
|
||||
this.labelTitleClear.Size = new System.Drawing.Size(200, 20);
|
||||
this.labelTitleClear.TabIndex = 738;
|
||||
this.labelTitleClear.Text = "Clear";
|
||||
this.labelTitleClear.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleClear.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleClear.Wordwrap = false;
|
||||
//
|
||||
// smartLabel3
|
||||
// labelTitleWeightSetting
|
||||
//
|
||||
this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel3.BackPictureBox = null;
|
||||
this.smartLabel3.BackPictureBox1 = null;
|
||||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(25, 100);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.Size = new System.Drawing.Size(200, 20);
|
||||
this.smartLabel3.TabIndex = 737;
|
||||
this.smartLabel3.Text = "WeightSetting";
|
||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel3.Wordwrap = false;
|
||||
this.labelTitleWeightSetting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleWeightSetting.BackPictureBox = null;
|
||||
this.labelTitleWeightSetting.BackPictureBox1 = null;
|
||||
this.labelTitleWeightSetting.BackPictureBox2 = null;
|
||||
this.labelTitleWeightSetting.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleWeightSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleWeightSetting.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleWeightSetting.InitVisible = true;
|
||||
this.labelTitleWeightSetting.LineSpacing = 0F;
|
||||
this.labelTitleWeightSetting.Location = new System.Drawing.Point(25, 100);
|
||||
this.labelTitleWeightSetting.Name = "labelTitleWeightSetting";
|
||||
this.labelTitleWeightSetting.Size = new System.Drawing.Size(200, 20);
|
||||
this.labelTitleWeightSetting.TabIndex = 737;
|
||||
this.labelTitleWeightSetting.Text = "WeightSetting";
|
||||
this.labelTitleWeightSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleWeightSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleWeightSetting.Wordwrap = false;
|
||||
//
|
||||
// smartLabel2
|
||||
// labelTitleProductNo
|
||||
//
|
||||
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.smartLabel2.BackPictureBox = null;
|
||||
this.smartLabel2.BackPictureBox1 = null;
|
||||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.ForeColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(25, 77);
|
||||
this.smartLabel2.Name = "smartLabel2";
|
||||
this.smartLabel2.Size = new System.Drawing.Size(200, 20);
|
||||
this.smartLabel2.TabIndex = 736;
|
||||
this.smartLabel2.Text = "ProductNo";
|
||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel2.Wordwrap = false;
|
||||
this.labelTitleProductNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||
this.labelTitleProductNo.BackPictureBox = null;
|
||||
this.labelTitleProductNo.BackPictureBox1 = null;
|
||||
this.labelTitleProductNo.BackPictureBox2 = null;
|
||||
this.labelTitleProductNo.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleProductNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleProductNo.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelTitleProductNo.InitVisible = true;
|
||||
this.labelTitleProductNo.LineSpacing = 0F;
|
||||
this.labelTitleProductNo.Location = new System.Drawing.Point(25, 77);
|
||||
this.labelTitleProductNo.Name = "labelTitleProductNo";
|
||||
this.labelTitleProductNo.Size = new System.Drawing.Size(200, 20);
|
||||
this.labelTitleProductNo.TabIndex = 736;
|
||||
this.labelTitleProductNo.Text = "ProductNo";
|
||||
this.labelTitleProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleProductNo.Wordwrap = false;
|
||||
//
|
||||
// smartLabel1
|
||||
// labelTitleMain
|
||||
//
|
||||
this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.smartLabel1.BackPictureBox = null;
|
||||
this.smartLabel1.BackPictureBox1 = null;
|
||||
this.smartLabel1.BackPictureBox2 = null;
|
||||
this.smartLabel1.BorderColor = System.Drawing.Color.Wheat;
|
||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel1.InitVisible = true;
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(15, 41);
|
||||
this.smartLabel1.Name = "smartLabel1";
|
||||
this.smartLabel1.Size = new System.Drawing.Size(768, 30);
|
||||
this.smartLabel1.TabIndex = 735;
|
||||
this.smartLabel1.Text = "Main";
|
||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel1.Wordwrap = false;
|
||||
this.labelTitleMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelTitleMain.BackPictureBox = null;
|
||||
this.labelTitleMain.BackPictureBox1 = null;
|
||||
this.labelTitleMain.BackPictureBox2 = null;
|
||||
this.labelTitleMain.BorderColor = System.Drawing.Color.Wheat;
|
||||
this.labelTitleMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMain.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleMain.InitVisible = true;
|
||||
this.labelTitleMain.LineSpacing = 0F;
|
||||
this.labelTitleMain.Location = new System.Drawing.Point(15, 41);
|
||||
this.labelTitleMain.Name = "labelTitleMain";
|
||||
this.labelTitleMain.Size = new System.Drawing.Size(768, 30);
|
||||
this.labelTitleMain.TabIndex = 735;
|
||||
this.labelTitleMain.Text = "Main";
|
||||
this.labelTitleMain.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleMain.Wordwrap = false;
|
||||
//
|
||||
// pictureBoxFormIcon
|
||||
//
|
||||
|
|
@ -2855,12 +2874,12 @@
|
|||
private SmartX.SmartLabel labelTitleDataBackup;
|
||||
private SmartX.SmartLabel labelTitleInformation;
|
||||
private SmartX.SmartLabel labelTitleTime;
|
||||
private SmartX.SmartLabel smartLabel7;
|
||||
private SmartX.SmartLabel smartLabel6;
|
||||
private SmartX.SmartLabel smartLabel5;
|
||||
private SmartX.SmartLabel smartLabel3;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private SmartX.SmartLabel smartLabel1;
|
||||
private SmartX.SmartLabel labelTitleMenu;
|
||||
private SmartX.SmartLabel labelTitleSubMenu;
|
||||
private SmartX.SmartLabel labelTitleClear;
|
||||
private SmartX.SmartLabel labelTitleWeightSetting;
|
||||
private SmartX.SmartLabel labelTitleProductNo;
|
||||
private SmartX.SmartLabel labelTitleMain;
|
||||
private SmartX.SmartLabel labelTitleNotLogin2;
|
||||
private SmartX.SmartLabel smartLabel17;
|
||||
private SmartX.SmartLabel smartLabel22;
|
||||
|
|
|
|||
|
|
@ -59,6 +59,59 @@ namespace INT69DB_2A.Forms
|
|||
{
|
||||
this.labelTitle.Text = "Group Editor";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "组编辑";
|
||||
|
||||
this.labelTitleProductNo.Text = "编号";
|
||||
this.labelTitleWeightSetting.Text = "权重设置";
|
||||
this.labelTitleClear.Text = "消除";
|
||||
this.labelTitleSubMenu.Text = "子菜单";
|
||||
|
||||
this.labelTitleInformation.Text = "系统信息";
|
||||
this.labelTitleConfiguration.Text = "选项";
|
||||
this.labelTitleCommunication.Text = "通讯设置";
|
||||
this.labelTitleCalibration.Text = "校准";
|
||||
this.labelTitleSystem.Text = "系统设置";
|
||||
this.labelTitleMotor.Text = "设置电机";
|
||||
this.labelTitleIOTest.Text = "I/O测试";
|
||||
this.labelTitleUpdate.Text = "更新";
|
||||
this.labelTitleInitialization.Text = "工厂初期化";
|
||||
this.labelTitleTime.Text = "时间设定";
|
||||
this.labelTitleDataBackup.Text = "数据备份";
|
||||
this.labelTitleEquipment.Text = "设备设置";
|
||||
this.labelTitleStatistics.Text = "数据统计";
|
||||
this.labelTitleViewer.Text = "数据查看器";
|
||||
this.labelTitleUser.Text = "用户设置";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||
{
|
||||
this.labelTitle.Text = "グルㅡプエディタㅡ";
|
||||
|
||||
this.labelTitleMain.Text = "メイン";
|
||||
this.labelTitleMenu.Text = "メニュㅡ";
|
||||
|
||||
this.labelTitleProductNo.Text = "番号";
|
||||
this.labelTitleWeightSetting.Text = "重量設定";
|
||||
this.labelTitleClear.Text = "クリア";
|
||||
this.labelTitleSubMenu.Text = "サブメニュㅡ";
|
||||
|
||||
this.labelTitleInformation.Text = "インフォメㅡション";
|
||||
this.labelTitleConfiguration.Text = "構成";
|
||||
this.labelTitleCommunication.Text = "通信設定";
|
||||
this.labelTitleCalibration.Text = "キャリブレㅡション";
|
||||
this.labelTitleSystem.Text = "システム設定";
|
||||
this.labelTitleMotor.Text = "モㅡタㅡ設定";
|
||||
this.labelTitleIOTest.Text = "I/Oテスト";
|
||||
this.labelTitleUpdate.Text = "更新";
|
||||
this.labelTitleInitialization.Text = "初期化";
|
||||
this.labelTitleTime.Text = "時間設定";
|
||||
this.labelTitleDataBackup.Text = "デㅡタバックアップ";
|
||||
this.labelTitleEquipment.Text = "装置設定";
|
||||
this.labelTitleStatistics.Text = "デㅡタ統計";
|
||||
this.labelTitleViewer.Text = "デㅡタビュㅡア";
|
||||
this.labelTitleUser.Text = "ユㅡザㅡ設定";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelTitle.Text = "그룹 에디터";
|
||||
|
|
|
|||
|
|
@ -57,11 +57,11 @@
|
|||
<Reference Include="mscorlib" />
|
||||
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@
|
|||
멀티형 2~6열 스틱 계량기
|
||||
*/
|
||||
|
||||
@ Ver 6.4.0 by CJY
|
||||
- 2025.08.27
|
||||
- Ver 6.3.1 Modify
|
||||
- 일본어 추가
|
||||
|
||||
@ Ver 6.3.1 by LSJ
|
||||
- 2025.04.02
|
||||
- Ver 6.3.0 Modify
|
||||
|
|
|
|||
|
|
@ -1306,6 +1306,345 @@
|
|||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCalibrationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCalibrationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCalibrationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCommunicationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCommunicationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuCommunicationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuConfigurationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuConfigurationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuConfigurationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataBackupDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataBackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataBackupUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataViewerDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataViewerDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuDataViewerUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuEquipmentDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuEquipmentDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuEquipmentUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInformationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInformationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInformationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInitializationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInitializationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuInitializationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuIOTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuIOTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuIOTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuMotorDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuMotorDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuMotorUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuOptionDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuOptionDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuOptionUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuStatisticsDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuStatisticsDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuStatisticsUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuSystemDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuSystemDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuSystemUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTimeDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTimeDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuTimeUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUpdateDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUpdateDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUpdateUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUserDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUserDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMenuUserUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLoginDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLoginDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLoginUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLogoutDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLogoutDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayLogoutUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuBigDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuBigDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuBigUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainDisplayMenuUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainOverDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainOverDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainOverUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainPassDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainPassDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainPassUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainTareDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainTareDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainTareUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainUnderDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainUnderDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormMainUnderUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnBypassCountDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnBypassCountUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnBypassOccasionDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnBypassOccasionUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainCancelDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainCancelUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainCancelDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingPassDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingPassUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingTareDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingTareUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingUnderDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingUnderUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingNoDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingNoUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingOverDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormSystemSettingOverUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationCancelDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationCancelDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationCancelUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationStartDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationStartDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationStartUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationWeightDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationWeightDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnFormCalibrationWeightUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginChangeDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginChangeDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnMainLoginChangeUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnCopyDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnCopyUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnPasteAllDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnPasteAllUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnPasteDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\jpnPasteUp.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
|
|
|||
|
|
@ -12,16 +12,10 @@ namespace INT69DB_2A_ImageDll
|
|||
public enum ButtonImages
|
||||
{
|
||||
#region English
|
||||
engBigEnterDown,
|
||||
engBigEnterUp,
|
||||
engBypassCountDown,
|
||||
engBypassCountUp,
|
||||
engCancelDown,
|
||||
engCancelUp,
|
||||
engCopyDown,
|
||||
engCopyUp,
|
||||
engEnterDown,
|
||||
engEnterUp,
|
||||
engFormCalibrationCancelDisable,
|
||||
engFormCalibrationCancelDown,
|
||||
engFormCalibrationCancelUp,
|
||||
|
|
@ -133,21 +127,14 @@ namespace INT69DB_2A_ImageDll
|
|||
#endregion
|
||||
|
||||
#region Chinese
|
||||
chnBackgroundUserLogin,
|
||||
chnBigEnterDown,
|
||||
chnBigEnterUp,
|
||||
chnBypassCountDown,
|
||||
chnBypassCountUp,
|
||||
chnBypassOccasionDown,
|
||||
chnBypassOccasionUp,
|
||||
chnCancelDown,
|
||||
chnCancelUp,
|
||||
chnCopyDown,
|
||||
chnCopyUp,
|
||||
chnDisable,
|
||||
chnEnable,
|
||||
chnEnterDown,
|
||||
chnEnterUp,
|
||||
chnFormCalibrationCancelDisable,
|
||||
chnFormCalibrationCancelDown,
|
||||
chnFormCalibrationCancelUp,
|
||||
|
|
@ -259,7 +246,6 @@ namespace INT69DB_2A_ImageDll
|
|||
#endregion
|
||||
|
||||
#region Korean
|
||||
korBackgroundUserLogin,
|
||||
korFormMainDisplayMenuBigDisable,
|
||||
korFormMainDisplayMenuBigDown,
|
||||
korFormMainDisplayMenuBigUp,
|
||||
|
|
@ -325,6 +311,123 @@ namespace INT69DB_2A_ImageDll
|
|||
korMainLoginLoginUp,
|
||||
#endregion
|
||||
|
||||
#region Japanese
|
||||
jpnBypassCountDown,
|
||||
jpnBypassCountUp,
|
||||
jpnBypassOccasionDown,
|
||||
jpnBypassOccasionUp,
|
||||
jpnCopyDown,
|
||||
jpnCopyUp,
|
||||
jpnFormCalibrationCancelDisable,
|
||||
jpnFormCalibrationCancelDown,
|
||||
jpnFormCalibrationCancelUp,
|
||||
jpnFormCalibrationStartDisable,
|
||||
jpnFormCalibrationStartDown,
|
||||
jpnFormCalibrationStartUp,
|
||||
jpnFormCalibrationWeightDisable,
|
||||
jpnFormCalibrationWeightDown,
|
||||
jpnFormCalibrationWeightUp,
|
||||
jpnFormMainDisplayLoginDisable,
|
||||
jpnFormMainDisplayLoginDown,
|
||||
jpnFormMainDisplayLoginUp,
|
||||
jpnFormMainDisplayLogoutDisable,
|
||||
jpnFormMainDisplayLogoutDown,
|
||||
jpnFormMainDisplayLogoutUp,
|
||||
jpnFormMainDisplayMenuBigDisable,
|
||||
jpnFormMainDisplayMenuBigDown,
|
||||
jpnFormMainDisplayMenuBigUp,
|
||||
jpnFormMainDisplayMenuDisable,
|
||||
jpnFormMainDisplayMenuDown,
|
||||
jpnFormMainDisplayMenuUp,
|
||||
jpnFormMainOverDisable,
|
||||
jpnFormMainOverDown,
|
||||
jpnFormMainOverUp,
|
||||
jpnFormMainPassDisable,
|
||||
jpnFormMainPassDown,
|
||||
jpnFormMainPassUp,
|
||||
jpnFormMainTareDisable,
|
||||
jpnFormMainTareDown,
|
||||
jpnFormMainTareUp,
|
||||
jpnFormMainUnderDisable,
|
||||
jpnFormMainUnderDown,
|
||||
jpnFormMainUnderUp,
|
||||
jpnFormMenuCalibrationDisable,
|
||||
jpnFormMenuCalibrationDown,
|
||||
jpnFormMenuCalibrationUp,
|
||||
jpnFormMenuCommunicationDisable,
|
||||
jpnFormMenuCommunicationDown,
|
||||
jpnFormMenuCommunicationUp,
|
||||
jpnFormMenuConfigurationDisable,
|
||||
jpnFormMenuConfigurationDown,
|
||||
jpnFormMenuConfigurationUp,
|
||||
jpnFormMenuDataBackupDisable,
|
||||
jpnFormMenuDataBackupDown,
|
||||
jpnFormMenuDataBackupUp,
|
||||
jpnFormMenuDataViewerDisable,
|
||||
jpnFormMenuDataViewerDown,
|
||||
jpnFormMenuDataViewerUp,
|
||||
jpnFormMenuEquipmentDisable,
|
||||
jpnFormMenuEquipmentDown,
|
||||
jpnFormMenuEquipmentUp,
|
||||
jpnFormMenuInformationDisable,
|
||||
jpnFormMenuInformationDown,
|
||||
jpnFormMenuInformationUp,
|
||||
jpnFormMenuInitializationDisable,
|
||||
jpnFormMenuInitializationDown,
|
||||
jpnFormMenuInitializationUp,
|
||||
jpnFormMenuIOTestDisable,
|
||||
jpnFormMenuIOTestDown,
|
||||
jpnFormMenuIOTestUp,
|
||||
jpnFormMenuMotorDisable,
|
||||
jpnFormMenuMotorDown,
|
||||
jpnFormMenuMotorUp,
|
||||
jpnFormMenuOptionDisable,
|
||||
jpnFormMenuOptionDown,
|
||||
jpnFormMenuOptionUp,
|
||||
jpnFormMenuStatisticsDisable,
|
||||
jpnFormMenuStatisticsDown,
|
||||
jpnFormMenuStatisticsUp,
|
||||
jpnFormMenuSystemDisable,
|
||||
jpnFormMenuSystemDown,
|
||||
jpnFormMenuSystemUp,
|
||||
jpnFormMenuTestDisable,
|
||||
jpnFormMenuTestDown,
|
||||
jpnFormMenuTestUp,
|
||||
jpnFormMenuTimeDisable,
|
||||
jpnFormMenuTimeDown,
|
||||
jpnFormMenuTimeUp,
|
||||
jpnFormMenuUpdateDisable,
|
||||
jpnFormMenuUpdateDown,
|
||||
jpnFormMenuUpdateUp,
|
||||
jpnFormMenuUserDisable,
|
||||
jpnFormMenuUserDown,
|
||||
jpnFormMenuUserUp,
|
||||
jpnFormMotorSetting,
|
||||
jpnFormSystemSettingNoDown,
|
||||
jpnFormSystemSettingNoUp,
|
||||
jpnFormSystemSettingOverDown,
|
||||
jpnFormSystemSettingOverUp,
|
||||
jpnFormSystemSettingPassDown,
|
||||
jpnFormSystemSettingPassUp,
|
||||
jpnFormSystemSettingTareDown,
|
||||
jpnFormSystemSettingTareUp,
|
||||
jpnFormSystemSettingUnderDown,
|
||||
jpnFormSystemSettingUnderUp,
|
||||
jpnPasteAllDown,
|
||||
jpnPasteAllUp,
|
||||
jpnPasteDown,
|
||||
jpnPasteUp,
|
||||
jpnMainLoginChangeDisable,
|
||||
jpnMainLoginChangeDown,
|
||||
jpnMainLoginChangeUp,
|
||||
jpnMainLoginCancelDisable,
|
||||
jpnMainLoginCancelDown,
|
||||
jpnMainLoginCancelUp,
|
||||
jpnMainLoginLoginDisable,
|
||||
jpnMainLoginLoginDown,
|
||||
jpnMainLoginLoginUp,
|
||||
#endregion
|
||||
|
||||
LoginImage1,
|
||||
LoginImage2,
|
||||
}
|
||||
|
|
@ -336,36 +439,18 @@ namespace INT69DB_2A_ImageDll
|
|||
switch (image)
|
||||
{
|
||||
#region 영문
|
||||
case ButtonImages.engBigEnterDown:
|
||||
bt = new Bitmap(Resource1.engBigEnterDown);
|
||||
break;
|
||||
case ButtonImages.engBigEnterUp:
|
||||
bt = new Bitmap(Resource1.engBigEnterUp);
|
||||
break;
|
||||
case ButtonImages.engBypassCountDown:
|
||||
bt = new Bitmap(Resource1.engBypassCountDown);
|
||||
break;
|
||||
case ButtonImages.engBypassCountUp:
|
||||
bt = new Bitmap(Resource1.engBypassCountUp);
|
||||
break;
|
||||
case ButtonImages.engCancelDown:
|
||||
bt = new Bitmap(Resource1.engCancelDown);
|
||||
break;
|
||||
case ButtonImages.engCancelUp:
|
||||
bt = new Bitmap(Resource1.engCancelUp);
|
||||
break;
|
||||
case ButtonImages.engCopyDown:
|
||||
bt = new Bitmap(Resource1.engCopyDown);
|
||||
break;
|
||||
case ButtonImages.engCopyUp:
|
||||
bt = new Bitmap(Resource1.engCopyUp);
|
||||
break;
|
||||
case ButtonImages.engEnterDown:
|
||||
bt = new Bitmap(Resource1.engEnterDown);
|
||||
break;
|
||||
case ButtonImages.engEnterUp:
|
||||
bt = new Bitmap(Resource1.engEnterUp);
|
||||
break;
|
||||
case ButtonImages.engFormCalibrationCancelDisable:
|
||||
bt = new Bitmap(Resource1.engFormCalibrationCancelDisable);
|
||||
break;
|
||||
|
|
@ -691,15 +776,6 @@ namespace INT69DB_2A_ImageDll
|
|||
break;
|
||||
#endregion
|
||||
#region 중문
|
||||
case ButtonImages.chnBackgroundUserLogin:
|
||||
bt = new Bitmap(Resource1.chnBackgroundUserLogin);
|
||||
break;
|
||||
case ButtonImages.chnBigEnterDown:
|
||||
bt = new Bitmap(Resource1.chnBigEnterDown);
|
||||
break;
|
||||
case ButtonImages.chnBigEnterUp:
|
||||
bt = new Bitmap(Resource1.chnBigEnterUp);
|
||||
break;
|
||||
case ButtonImages.chnBypassCountDown:
|
||||
bt = new Bitmap(Resource1.chnBypassCountDown);
|
||||
break;
|
||||
|
|
@ -712,12 +788,6 @@ namespace INT69DB_2A_ImageDll
|
|||
case ButtonImages.chnBypassOccasionUp:
|
||||
bt = new Bitmap(Resource1.chnBypassOccasionUp);
|
||||
break;
|
||||
case ButtonImages.chnCancelDown:
|
||||
bt = new Bitmap(Resource1.chnCancelDown);
|
||||
break;
|
||||
case ButtonImages.chnCancelUp:
|
||||
bt = new Bitmap(Resource1.chnCancelUp);
|
||||
break;
|
||||
case ButtonImages.chnCopyDown:
|
||||
bt = new Bitmap(Resource1.chnCopyDown);
|
||||
break;
|
||||
|
|
@ -730,12 +800,6 @@ namespace INT69DB_2A_ImageDll
|
|||
case ButtonImages.chnEnable:
|
||||
bt = new Bitmap(Resource1.chnEnable);
|
||||
break;
|
||||
case ButtonImages.chnEnterDown:
|
||||
bt = new Bitmap(Resource1.chnEnterDown);
|
||||
break;
|
||||
case ButtonImages.chnEnterUp:
|
||||
bt = new Bitmap(Resource1.chnEnterUp);
|
||||
break;
|
||||
case ButtonImages.chnFormCalibrationCancelDisable:
|
||||
bt = new Bitmap(Resource1.chnFormCalibrationCancelDisable);
|
||||
break;
|
||||
|
|
@ -1061,9 +1125,6 @@ namespace INT69DB_2A_ImageDll
|
|||
break;
|
||||
#endregion
|
||||
#region 한글
|
||||
case ButtonImages.korBackgroundUserLogin:
|
||||
bt = new Bitmap(Resource1.korBackgroundUserLogin);
|
||||
break;
|
||||
case ButtonImages.korFormMainDisplayMenuBigDisable:
|
||||
bt = new Bitmap(Resource1.korFormMainDisplayMenuBigDisable);
|
||||
break;
|
||||
|
|
@ -1229,6 +1290,349 @@ namespace INT69DB_2A_ImageDll
|
|||
break;
|
||||
#endregion
|
||||
#endregion
|
||||
#region 일본어
|
||||
case ButtonImages.jpnBypassCountDown:
|
||||
bt = new Bitmap(Resource1.jpnBypassCountDown);
|
||||
break;
|
||||
case ButtonImages.jpnBypassCountUp:
|
||||
bt = new Bitmap(Resource1.jpnBypassCountUp);
|
||||
break;
|
||||
case ButtonImages.jpnBypassOccasionDown:
|
||||
bt = new Bitmap(Resource1.jpnBypassOccasionDown);
|
||||
break;
|
||||
case ButtonImages.jpnBypassOccasionUp:
|
||||
bt = new Bitmap(Resource1.jpnBypassOccasionUp);
|
||||
break;
|
||||
case ButtonImages.jpnCopyDown:
|
||||
bt = new Bitmap(Resource1.jpnCopyDown);
|
||||
break;
|
||||
case ButtonImages.jpnCopyUp:
|
||||
bt = new Bitmap(Resource1.jpnCopyUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationCancelDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationCancelDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationCancelDown:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationCancelDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationCancelUp:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationCancelUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationStartDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationStartDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationStartDown:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationStartDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationStartUp:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationStartUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationWeightDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationWeightDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationWeightDown:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationWeightDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormCalibrationWeightUp:
|
||||
bt = new Bitmap(Resource1.jpnFormCalibrationWeightUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLoginDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLoginDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLoginDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLoginDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLoginUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLoginUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLogoutDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLogoutDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLogoutDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLogoutDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayLogoutUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayLogoutUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuBigDisable:
|
||||
bt = new Bitmap(Resource1.korFormMainDisplayMenuBigDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuBigDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayMenuBigDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuBigUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayMenuBigUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayMenuDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayMenuDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainDisplayMenuUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainDisplayMenuUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainOverDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainOverDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainOverDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainOverDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainOverUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainOverUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainPassDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainPassDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainPassDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainPassDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainPassUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainPassUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainTareDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainTareDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainTareDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainTareDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainTareUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainTareUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainUnderDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMainUnderDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainUnderDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMainUnderDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMainUnderUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMainUnderUp);
|
||||
break;
|
||||
#region 메뉴
|
||||
case ButtonImages.jpnFormMenuCalibrationDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCalibrationDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuCalibrationDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCalibrationDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuCalibrationUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCalibrationUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuCommunicationDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCommunicationDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuCommunicationDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCommunicationDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuCommunicationUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuCommunicationUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuConfigurationDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuConfigurationDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuConfigurationDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuConfigurationDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuConfigurationUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuConfigurationUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataBackupDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataBackupDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataBackupDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataBackupDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataBackupUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataBackupUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataViewerDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataViewerDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataViewerDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataViewerDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuDataViewerUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuDataViewerUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuEquipmentDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuEquipmentDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuEquipmentDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuEquipmentDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuEquipmentUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuEquipmentUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInformationDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInformationDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInformationDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInformationDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInformationUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInformationUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInitializationDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInitializationDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInitializationDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInitializationDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuInitializationUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuInitializationUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuIOTestDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuIOTestDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuIOTestDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuIOTestDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuIOTestUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuIOTestUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuMotorDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuMotorDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuMotorDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuMotorDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuMotorUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuMotorUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuOptionDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuOptionDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuOptionDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuOptionDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuOptionUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuOptionUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuStatisticsDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuStatisticsDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuStatisticsDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuStatisticsDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuStatisticsUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuStatisticsUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuSystemDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuSystemDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuSystemDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuSystemDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuSystemUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuSystemUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTestDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTestDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTestDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTestDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTestUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTestUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTimeDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTimeDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTimeDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTimeDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuTimeUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuTimeUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUpdateDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUpdateDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUpdateDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUpdateDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUpdateUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUpdateUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUserDisable:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUserDisable);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUserDown:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUserDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormMenuUserUp:
|
||||
bt = new Bitmap(Resource1.jpnFormMenuUserUp);
|
||||
break;
|
||||
#endregion
|
||||
case ButtonImages.jpnFormSystemSettingNoDown:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingNoDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingNoUp:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingNoUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingOverDown:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingOverDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingOverUp:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingOverUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingPassDown:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingPassDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingPassUp:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingPassUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingTareDown:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingTareDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingTareUp:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingTareUp);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingUnderDown:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingUnderDown);
|
||||
break;
|
||||
case ButtonImages.jpnFormSystemSettingUnderUp:
|
||||
bt = new Bitmap(Resource1.jpnFormSystemSettingUnderUp);
|
||||
break;
|
||||
case ButtonImages.jpnPasteAllDown:
|
||||
bt = new Bitmap(Resource1.jpnPasteAllDown);
|
||||
break;
|
||||
case ButtonImages.jpnPasteAllUp:
|
||||
bt = new Bitmap(Resource1.jpnPasteAllUp);
|
||||
break;
|
||||
case ButtonImages.jpnPasteDown:
|
||||
bt = new Bitmap(Resource1.jpnPasteDown);
|
||||
break;
|
||||
case ButtonImages.jpnPasteUp:
|
||||
bt = new Bitmap(Resource1.jpnPasteUp);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginChangeDisable:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginChangeDisable);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginChangeDown:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginChangeDown);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginChangeUp:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginChangeUp);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginCancelDisable:
|
||||
bt = new Bitmap(Resource1.jpnMainCancelDisable);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginCancelDown:
|
||||
bt = new Bitmap(Resource1.jpnMainCancelDown);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginCancelUp:
|
||||
bt = new Bitmap(Resource1.jpnMainCancelUp);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginLoginDisable:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginDisable);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginLoginDown:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginDown);
|
||||
break;
|
||||
case ButtonImages.jpnMainLoginLoginUp:
|
||||
bt = new Bitmap(Resource1.jpnMainLoginUp);
|
||||
break;
|
||||
#endregion
|
||||
case ButtonImages.korMainLoginChangeDisable:
|
||||
bt = new Bitmap(Resource1.korMainLoginChangeDisable);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -57,27 +57,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnBackgroundUserLogin {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnBackgroundUserLogin", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnBigEnterDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnBigEnterDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnBigEnterUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnBigEnterUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnBypassCountDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnBypassCountDown", resourceCulture);
|
||||
|
|
@ -106,20 +85,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnCancelDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnCancelDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnCancelUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnCancelUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnCopyDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnCopyDown", resourceCulture);
|
||||
|
|
@ -148,20 +113,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnEnterDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnEnterDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnEnterUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnEnterUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormCalibrationCancelDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormCalibrationCancelDisable", resourceCulture);
|
||||
|
|
@ -911,20 +862,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engBigEnterDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engBigEnterDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engBigEnterUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engBigEnterUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engBypassCountDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engBypassCountDown", resourceCulture);
|
||||
|
|
@ -939,20 +876,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engCancelDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engCancelDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engCancelUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engCancelUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engCopyDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engCopyDown", resourceCulture);
|
||||
|
|
@ -967,20 +890,6 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engEnterDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engEnterDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engEnterUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engEnterUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormCalibrationCancelDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormCalibrationCancelDisable", resourceCulture);
|
||||
|
|
@ -1730,9 +1639,793 @@ namespace INT69DB_2A_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap korBackgroundUserLogin {
|
||||
internal static System.Drawing.Bitmap jpnBypassCountDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("korBackgroundUserLogin", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("jpnBypassCountDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnBypassCountUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnBypassCountUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnBypassOccasionDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnBypassOccasionDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnBypassOccasionUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnBypassOccasionUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnCopyDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnCopyDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnCopyUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnCopyUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationCancelDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationCancelDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationCancelDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationCancelDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationCancelUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationCancelUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationStartDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationStartDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationStartDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationStartDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationStartUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationStartUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationWeightDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationWeightDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationWeightDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationWeightDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormCalibrationWeightUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormCalibrationWeightUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLoginDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLoginDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLoginDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLoginDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLoginUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLoginUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLogoutDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLogoutDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLogoutDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLogoutDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayLogoutUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayLogoutUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuBigDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuBigDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuBigDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuBigDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuBigUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuBigUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainDisplayMenuUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainDisplayMenuUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainOverDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainOverDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainOverDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainOverDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainOverUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainOverUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainPassDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainPassDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainPassDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainPassDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainPassUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainPassUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainTareDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainTareDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainTareDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainTareDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainTareUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainTareUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainUnderDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainUnderDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainUnderDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainUnderDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMainUnderUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMainUnderUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCalibrationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCalibrationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCalibrationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCalibrationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCalibrationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCalibrationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCommunicationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCommunicationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCommunicationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCommunicationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuCommunicationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuCommunicationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuConfigurationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuConfigurationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuConfigurationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuConfigurationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuConfigurationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuConfigurationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataBackupDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataBackupDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataBackupDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataBackupDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataBackupUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataBackupUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataViewerDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataViewerDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataViewerDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataViewerDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuDataViewerUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuDataViewerUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuEquipmentDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuEquipmentDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuEquipmentDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuEquipmentDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuEquipmentUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuEquipmentUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInformationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInformationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInformationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInformationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInformationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInformationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInitializationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInitializationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInitializationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInitializationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuInitializationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuInitializationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuIOTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuIOTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuIOTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuIOTestDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuIOTestUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuIOTestUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuMotorDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuMotorDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuMotorDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuMotorDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuMotorUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuMotorUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuOptionDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuOptionDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuOptionDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuOptionDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuOptionUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuOptionUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuStatisticsDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuStatisticsDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuStatisticsDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuStatisticsDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuStatisticsUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuStatisticsUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuSystemDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuSystemDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuSystemDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuSystemDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuSystemUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuSystemUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTestDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTestUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTestUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTimeDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTimeDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTimeDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTimeDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuTimeUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuTimeUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUpdateDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUpdateDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUpdateDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUpdateDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUpdateUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUpdateUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUserDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUserDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUserDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUserDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormMenuUserUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormMenuUserUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingNoDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingNoDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingNoUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingNoUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingOverDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingOverDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingOverUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingOverUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingPassDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingPassDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingPassUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingPassUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingTareDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingTareDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingTareUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingTareUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingUnderDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingUnderDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnFormSystemSettingUnderUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnFormSystemSettingUnderUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainCancelDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainCancelDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainCancelDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainCancelDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainCancelUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainCancelUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginChangeDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginChangeDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginChangeDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginChangeDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginChangeUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginChangeUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnMainLoginUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnMainLoginUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnPasteAllDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnPasteAllDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnPasteAllUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnPasteAllUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnPasteDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnPasteDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap jpnPasteUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("jpnPasteUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,18 +118,6 @@
|
|||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="chnBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnBigEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnBigEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnCopyDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnCopyDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -142,12 +130,6 @@
|
|||
<data name="chnEnable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnEnable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -235,30 +217,12 @@
|
|||
<data name="chnPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engBigEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engBigEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engCopyDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engCopyDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engCopyUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engCopyUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -514,9 +478,6 @@
|
|||
<data name="engBypassCountUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engBypassCountUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="korBackgroundUserLogin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\korBackgroundUserLogin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -1105,7 +1066,343 @@
|
|||
<data name="LoginImage2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\LoginImage2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnBackgroundUserLogin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnBackgroundUserLogin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="jpnBypassCountDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnBypassCountDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnBypassCountUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnBypassCountUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnBypassOccasionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnBypassOccasionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnCopyDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnCopyDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnCopyUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnCopyUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationStartDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationStartDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationStartDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationStartDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationStartUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationStartUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationWeightDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationWeightDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationWeightDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationWeightDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormCalibrationWeightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormCalibrationWeightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLoginDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLoginDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLoginDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLoginDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLoginUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLoginUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLogoutDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLogoutDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLogoutDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLogoutDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayLogoutUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayLogoutUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuBigDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuBigDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuBigDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuBigDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuBigUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuBigUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainDisplayMenuUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainDisplayMenuUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainPassDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainPassDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainPassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainPassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainTareDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainTareDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainTareUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainTareUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainUnderDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainUnderDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuOptionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuOptionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuOptionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuOptionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuOptionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuOptionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingNoDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingNoDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingNoUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingNoUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingPassDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingPassDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingPassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingPassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingTareDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingTareDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingTareUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingTareUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingUnderDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingUnderDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnFormSystemSettingUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnFormSystemSettingUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainCancelDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainCancelDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainCancelUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainCancelUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginChangeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginChangeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginChangeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginChangeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginChangeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginChangeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnMainLoginUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnMainLoginUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnPasteAllDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnPasteAllDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnPasteAllUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnPasteAllUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnPasteDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnPasteDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="jpnPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\jpnPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.4 KiB |