Compare commits

..

22 Commits

Author SHA1 Message Date
sj84 16520bf087 @ Ver 6.6.1 by LSJ
- 2026.01.16
 - Ver 6.6.0 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 스틱2 모드 데이터 저장 버그 수정 (15인치 프로그램은 수정되어 있음)
   판정 시 중량과 데이터 백업 시(엑셀) 중량 저장되는 값이 다르게 저장됨
   timeout 시간에 따른 지연으로 정지 중량 데이터 수신되면서, 중량 값이 다른값으로 변경되는 문제있음
   운전 중, 정지중량 데이터 수신시 중량값은 갱신 안되도록 수정
   timeout 시간 : 판정지연 -100
 - 스틱2모드에서 데이터 백업 저장시
   [장비설정] - [통합전송] 기능 ON 으로 자동 저장 되도록 수정 (스틱2모드에서 데이터 저장하려면 무조건 ON 되어야함)
   통합전송 초기값 ON 으로 수정
2026-01-16 15:48:53 +09:00
CJY 0d2f5577bf 이차장님 프로그램 새로 받아서 업로드 2025-12-23 14:32:37 +09:00
CJY 867412193d 충돌 해결중 2025-12-23 09:32:49 +09:00
CJY 5b220d7f54 충돌 해결중 2025-12-23 09:30:40 +09:00
DESKTOP-999R8N3\CJY 6e9072d7d9 버그 수정 2025-12-23 09:29:44 +09:00
CJY 91fc1657f2 충돌 해결 2025-12-23 09:25:02 +09:00
CJY 12ba390d12 충돌 해결(6.2.0) 2025-12-18 14:52:31 +09:00
CJY acaaf34573 충돌 해결 2025-12-18 14:51:31 +09:00
CJY 0d3d429d8a 충돌 해결 2025-12-18 14:50:39 +09:00
CJY ffb25ee7a9 - 입력센서 연속입력 시 정지 기능 추가 2025-12-18 14:48:26 +09:00
sj84 28bc21131f @ Ver 6.5.0 by LSJ
- 2025.09.23
 - Ver 6.4.0 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - MainBoard Ver 10.3.1
 - 일본 산코 전시회 요청
   1. 메인화면 서브메뉴 - CUT 히든 메뉴 추가
      기본 CUT 신호, timer로 CUT 신호 기능
   2. 소수점 3자리 추가
2025-09-23 17:40:57 +09:00
CJY 9dd9489e7e - 일본어 추가 2025-09-10 17:08:13 +09:00
sj84 2563ce76de @ Ver 6.3.1 by LSJ
- 2025.04.02
 - Ver 6.3.0 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - FormDataStatistics.cs
   FormDataViewer.cs
   메시지 버그 수정
   DataRead() : Message 13->19
2025-04-02 17:19:21 +09:00
DESKTOP-999R8N3\CJY 397f3242ac - 프로토콜 OPT5 추가
- (버그수정) 보레이트 설정 시 SelectedIndex로 변경
2025-04-02 11:17:30 +09:00
DESKTOP-999R8N3\CJY 65f9fe06ea - 프로토콜 OPT5 삭제
- (버그수정) 보레이트 설정 시 SelectedIndex로 변경
2025-03-24 16:17:02 +09:00
sj84 455c980959 Merge branch 'master' of http://192.168.11.65:3000/chojy/INT69DB_2A 2025-03-14 10:01:58 +09:00
sj84 488ae8a8c2 예외처리 2025-02-26 17:02:51 +09:00
DESKTOP-999R8N3\CJY 2bbe2fe17f 버그 수정 2025-02-21 10:12:31 +09:00
DESKTOP-999R8N3\CJY fcc3f2c9cc - OPT5 추가(Count - Pass, NG, All 추가한 프로토콜) 2025-02-07 15:09:32 +09:00
DESKTOP-999R8N3\CJY 9026f00678 - 모터설정 180+180 회전 추가 2025-02-06 15:18:21 +09:00
DESKTOP-999R8N3\CJY cb1251518a Merge branch 'master' of http://192.168.11.65:3000/chojy/INT69DB_2A 2025-01-07 15:22:01 +09:00
DESKTOP-999R8N3\CJY 7631dd29bc Merge branch 'master' of http://192.168.11.65:3000/chojy/INT69DB_2A 2024-12-06 09:31:25 +09:00
254 changed files with 9392 additions and 4626 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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.Chinese)
{ {
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -260,6 +274,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -385,6 +403,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -424,6 +446,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -469,6 +495,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -110,6 +110,12 @@ namespace INT69DB_2A.Controls
this.labelStaticLineSelect.Text = "选择路线"; this.labelStaticLineSelect.Text = "选择路线";
this.labelStaticWeight.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) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -232,6 +248,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -325,6 +345,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -364,6 +388,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -409,6 +437,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -114,6 +114,12 @@ namespace INT69DB_2A.Controls
this.labelStaticLineSelect.Text = "选择路线"; this.labelStaticLineSelect.Text = "选择路线";
this.labelStaticWeight.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) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -236,6 +252,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -333,6 +353,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -372,6 +396,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -417,6 +445,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -118,6 +118,12 @@ namespace INT69DB_2A.Controls
this.labelStaticLineSelect.Text = "选择路线"; this.labelStaticLineSelect.Text = "选择路线";
this.labelStaticWeight.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) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -240,6 +256,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -341,6 +361,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -380,6 +404,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -425,6 +453,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -122,6 +122,12 @@ namespace INT69DB_2A.Controls
this.labelStaticLaneSelect.Text = "选择路线"; this.labelStaticLaneSelect.Text = "选择路线";
this.labelStaticWeight.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) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -244,6 +260,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -345,6 +365,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -383,6 +407,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -428,6 +456,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -126,6 +126,12 @@ namespace INT69DB_2A.Controls
this.labelStaticLineSelect.Text = "选择路线"; this.labelStaticLineSelect.Text = "选择路线";
this.labelStaticWeight.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) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -248,6 +264,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -357,6 +377,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -396,6 +420,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -441,6 +469,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -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.Chinese)
{ {
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -249,6 +263,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -362,6 +380,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -401,6 +423,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -446,6 +472,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -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.Chinese)
{ {
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
} }
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) 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("计算...");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("výpočet..."); 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("校准开始按钮");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("START kalibrace"); this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
@ -252,6 +266,10 @@ 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("キャリブレㅡションをキャンセルします。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
@ -369,6 +387,10 @@ 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("分銅を上げてください。");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti."); this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
@ -408,6 +430,10 @@ 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("キャリブレㅡション完了");
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Ukončený."); this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
@ -453,6 +479,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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba."); 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("校准");
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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.ParentForm.listBoxHelp.Items.Add("Kalibrace"); this.ParentForm.listBoxHelp.Items.Add("Kalibrace");

View File

@ -150,6 +150,7 @@
this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3); 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.Location = new System.Drawing.Point(54, 3);
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0; this.tabControl1.SelectedIndex = 0;
@ -201,9 +202,9 @@
this.tabPage1.Controls.Add(this.labelZeroTime6); this.tabPage1.Controls.Add(this.labelZeroTime6);
this.tabPage1.Controls.Add(this.labelZeroRange1); this.tabPage1.Controls.Add(this.labelZeroRange1);
this.tabPage1.Controls.Add(this.labelZeroRange2); 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.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(392, 415); this.tabPage1.Size = new System.Drawing.Size(392, 417);
this.tabPage1.Text = "tabPage1"; this.tabPage1.Text = "tabPage1";
// //
// smartLabel22 // smartLabel22
@ -214,7 +215,7 @@
this.smartLabel22.BackPictureBox2 = null; this.smartLabel22.BackPictureBox2 = null;
this.smartLabel22.BorderColor = System.Drawing.Color.Black; this.smartLabel22.BorderColor = System.Drawing.Color.Black;
this.smartLabel22.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel22.LineSpacing = 0F; this.smartLabel22.LineSpacing = 0F;
this.smartLabel22.Location = new System.Drawing.Point(30, 369); this.smartLabel22.Location = new System.Drawing.Point(30, 369);
@ -234,7 +235,7 @@
this.labelZeroVariate10.BackPictureBox2 = null; this.labelZeroVariate10.BackPictureBox2 = null;
this.labelZeroVariate10.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate10.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate10.LineSpacing = 0F; this.labelZeroVariate10.LineSpacing = 0F;
this.labelZeroVariate10.Location = new System.Drawing.Point(288, 369); this.labelZeroVariate10.Location = new System.Drawing.Point(288, 369);
@ -254,7 +255,7 @@
this.smartLabel18.BackPictureBox2 = null; this.smartLabel18.BackPictureBox2 = null;
this.smartLabel18.BorderColor = System.Drawing.Color.Black; this.smartLabel18.BorderColor = System.Drawing.Color.Black;
this.smartLabel18.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel18.LineSpacing = 0F; this.smartLabel18.LineSpacing = 0F;
this.smartLabel18.Location = new System.Drawing.Point(30, 333); this.smartLabel18.Location = new System.Drawing.Point(30, 333);
@ -274,7 +275,7 @@
this.labelZeroVariate9.BackPictureBox2 = null; this.labelZeroVariate9.BackPictureBox2 = null;
this.labelZeroVariate9.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate9.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate9.LineSpacing = 0F; this.labelZeroVariate9.LineSpacing = 0F;
this.labelZeroVariate9.Location = new System.Drawing.Point(288, 333); this.labelZeroVariate9.Location = new System.Drawing.Point(288, 333);
@ -294,7 +295,7 @@
this.smartLabel14.BackPictureBox2 = null; this.smartLabel14.BackPictureBox2 = null;
this.smartLabel14.BorderColor = System.Drawing.Color.Black; this.smartLabel14.BorderColor = System.Drawing.Color.Black;
this.smartLabel14.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel14.LineSpacing = 0F; this.smartLabel14.LineSpacing = 0F;
this.smartLabel14.Location = new System.Drawing.Point(30, 297); this.smartLabel14.Location = new System.Drawing.Point(30, 297);
@ -314,7 +315,7 @@
this.labelZeroRange10.BackPictureBox2 = null; this.labelZeroRange10.BackPictureBox2 = null;
this.labelZeroRange10.BorderColor = System.Drawing.Color.Black; this.labelZeroRange10.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange10.LineSpacing = 0F; this.labelZeroRange10.LineSpacing = 0F;
this.labelZeroRange10.Location = new System.Drawing.Point(136, 369); this.labelZeroRange10.Location = new System.Drawing.Point(136, 369);
@ -334,7 +335,7 @@
this.labelZeroVariate8.BackPictureBox2 = null; this.labelZeroVariate8.BackPictureBox2 = null;
this.labelZeroVariate8.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate8.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate8.LineSpacing = 0F; this.labelZeroVariate8.LineSpacing = 0F;
this.labelZeroVariate8.Location = new System.Drawing.Point(288, 297); this.labelZeroVariate8.Location = new System.Drawing.Point(288, 297);
@ -354,7 +355,7 @@
this.labelZeroRange9.BackPictureBox2 = null; this.labelZeroRange9.BackPictureBox2 = null;
this.labelZeroRange9.BorderColor = System.Drawing.Color.Black; this.labelZeroRange9.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange9.LineSpacing = 0F; this.labelZeroRange9.LineSpacing = 0F;
this.labelZeroRange9.Location = new System.Drawing.Point(136, 333); this.labelZeroRange9.Location = new System.Drawing.Point(136, 333);
@ -374,7 +375,7 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("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.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(30, 261); this.smartLabel2.Location = new System.Drawing.Point(30, 261);
@ -394,7 +395,7 @@
this.labelZeroTime10.BackPictureBox2 = null; this.labelZeroTime10.BackPictureBox2 = null;
this.labelZeroTime10.BorderColor = System.Drawing.Color.Black; this.labelZeroTime10.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime10.LineSpacing = 0F; this.labelZeroTime10.LineSpacing = 0F;
this.labelZeroTime10.Location = new System.Drawing.Point(212, 369); this.labelZeroTime10.Location = new System.Drawing.Point(212, 369);
@ -414,7 +415,7 @@
this.labelZeroRange8.BackPictureBox2 = null; this.labelZeroRange8.BackPictureBox2 = null;
this.labelZeroRange8.BorderColor = System.Drawing.Color.Black; this.labelZeroRange8.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange8.LineSpacing = 0F; this.labelZeroRange8.LineSpacing = 0F;
this.labelZeroRange8.Location = new System.Drawing.Point(136, 297); this.labelZeroRange8.Location = new System.Drawing.Point(136, 297);
@ -434,7 +435,7 @@
this.labelZeroTime9.BackPictureBox2 = null; this.labelZeroTime9.BackPictureBox2 = null;
this.labelZeroTime9.BorderColor = System.Drawing.Color.Black; this.labelZeroTime9.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime9.LineSpacing = 0F; this.labelZeroTime9.LineSpacing = 0F;
this.labelZeroTime9.Location = new System.Drawing.Point(212, 333); this.labelZeroTime9.Location = new System.Drawing.Point(212, 333);
@ -454,7 +455,7 @@
this.labelZeroVariate7.BackPictureBox2 = null; this.labelZeroVariate7.BackPictureBox2 = null;
this.labelZeroVariate7.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate7.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate7.LineSpacing = 0F; this.labelZeroVariate7.LineSpacing = 0F;
this.labelZeroVariate7.Location = new System.Drawing.Point(288, 261); this.labelZeroVariate7.Location = new System.Drawing.Point(288, 261);
@ -474,7 +475,7 @@
this.labelZeroTime8.BackPictureBox2 = null; this.labelZeroTime8.BackPictureBox2 = null;
this.labelZeroTime8.BorderColor = System.Drawing.Color.Black; this.labelZeroTime8.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime8.LineSpacing = 0F; this.labelZeroTime8.LineSpacing = 0F;
this.labelZeroTime8.Location = new System.Drawing.Point(212, 297); this.labelZeroTime8.Location = new System.Drawing.Point(212, 297);
@ -494,7 +495,7 @@
this.labelZeroRange7.BackPictureBox2 = null; this.labelZeroRange7.BackPictureBox2 = null;
this.labelZeroRange7.BorderColor = System.Drawing.Color.Black; this.labelZeroRange7.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange7.LineSpacing = 0F; this.labelZeroRange7.LineSpacing = 0F;
this.labelZeroRange7.Location = new System.Drawing.Point(136, 261); this.labelZeroRange7.Location = new System.Drawing.Point(136, 261);
@ -514,7 +515,7 @@
this.labelZeroTime7.BackPictureBox2 = null; this.labelZeroTime7.BackPictureBox2 = null;
this.labelZeroTime7.BorderColor = System.Drawing.Color.Black; this.labelZeroTime7.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime7.LineSpacing = 0F; this.labelZeroTime7.LineSpacing = 0F;
this.labelZeroTime7.Location = new System.Drawing.Point(212, 261); this.labelZeroTime7.Location = new System.Drawing.Point(212, 261);
@ -528,7 +529,7 @@
// //
// buttonZeroRange // 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.Location = new System.Drawing.Point(136, 9);
this.buttonZeroRange.Name = "buttonZeroRange"; this.buttonZeroRange.Name = "buttonZeroRange";
this.buttonZeroRange.Size = new System.Drawing.Size(70, 30); this.buttonZeroRange.Size = new System.Drawing.Size(70, 30);
@ -544,7 +545,7 @@
this.labelLoadcell21.BackPictureBox2 = null; this.labelLoadcell21.BackPictureBox2 = null;
this.labelLoadcell21.BorderColor = System.Drawing.Color.Black; this.labelLoadcell21.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell21.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell21.LineSpacing = 0F; this.labelLoadcell21.LineSpacing = 0F;
this.labelLoadcell21.Location = new System.Drawing.Point(30, 45); this.labelLoadcell21.Location = new System.Drawing.Point(30, 45);
@ -558,7 +559,7 @@
// //
// buttonZeroTime // 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.Location = new System.Drawing.Point(212, 9);
this.buttonZeroTime.Name = "buttonZeroTime"; this.buttonZeroTime.Name = "buttonZeroTime";
this.buttonZeroTime.Size = new System.Drawing.Size(70, 30); this.buttonZeroTime.Size = new System.Drawing.Size(70, 30);
@ -574,7 +575,7 @@
this.labelLoadcell26.BackPictureBox2 = null; this.labelLoadcell26.BackPictureBox2 = null;
this.labelLoadcell26.BorderColor = System.Drawing.Color.Black; this.labelLoadcell26.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell26.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell26.LineSpacing = 0F; this.labelLoadcell26.LineSpacing = 0F;
this.labelLoadcell26.Location = new System.Drawing.Point(30, 225); this.labelLoadcell26.Location = new System.Drawing.Point(30, 225);
@ -588,7 +589,7 @@
// //
// buttonZeroVariate // 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.Location = new System.Drawing.Point(288, 9);
this.buttonZeroVariate.Name = "buttonZeroVariate"; this.buttonZeroVariate.Name = "buttonZeroVariate";
this.buttonZeroVariate.Size = new System.Drawing.Size(70, 30); this.buttonZeroVariate.Size = new System.Drawing.Size(70, 30);
@ -604,7 +605,7 @@
this.labelLoadcell25.BackPictureBox2 = null; this.labelLoadcell25.BackPictureBox2 = null;
this.labelLoadcell25.BorderColor = System.Drawing.Color.Black; this.labelLoadcell25.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell25.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell25.LineSpacing = 0F; this.labelLoadcell25.LineSpacing = 0F;
this.labelLoadcell25.Location = new System.Drawing.Point(30, 189); this.labelLoadcell25.Location = new System.Drawing.Point(30, 189);
@ -624,7 +625,7 @@
this.labelZeroTime2.BackPictureBox2 = null; this.labelZeroTime2.BackPictureBox2 = null;
this.labelZeroTime2.BorderColor = System.Drawing.Color.Black; this.labelZeroTime2.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime2.LineSpacing = 0F; this.labelZeroTime2.LineSpacing = 0F;
this.labelZeroTime2.Location = new System.Drawing.Point(212, 81); this.labelZeroTime2.Location = new System.Drawing.Point(212, 81);
@ -644,7 +645,7 @@
this.labelLoadcell24.BackPictureBox2 = null; this.labelLoadcell24.BackPictureBox2 = null;
this.labelLoadcell24.BorderColor = System.Drawing.Color.Black; this.labelLoadcell24.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell24.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell24.LineSpacing = 0F; this.labelLoadcell24.LineSpacing = 0F;
this.labelLoadcell24.Location = new System.Drawing.Point(30, 153); this.labelLoadcell24.Location = new System.Drawing.Point(30, 153);
@ -664,7 +665,7 @@
this.labelZeroTime3.BackPictureBox2 = null; this.labelZeroTime3.BackPictureBox2 = null;
this.labelZeroTime3.BorderColor = System.Drawing.Color.Black; this.labelZeroTime3.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime3.LineSpacing = 0F; this.labelZeroTime3.LineSpacing = 0F;
this.labelZeroTime3.Location = new System.Drawing.Point(212, 117); this.labelZeroTime3.Location = new System.Drawing.Point(212, 117);
@ -684,7 +685,7 @@
this.labelLoadcell22.BackPictureBox2 = null; this.labelLoadcell22.BackPictureBox2 = null;
this.labelLoadcell22.BorderColor = System.Drawing.Color.Black; this.labelLoadcell22.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell22.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell22.LineSpacing = 0F; this.labelLoadcell22.LineSpacing = 0F;
this.labelLoadcell22.Location = new System.Drawing.Point(30, 81); this.labelLoadcell22.Location = new System.Drawing.Point(30, 81);
@ -704,7 +705,7 @@
this.labelZeroTime1.BackPictureBox2 = null; this.labelZeroTime1.BackPictureBox2 = null;
this.labelZeroTime1.BorderColor = System.Drawing.Color.Black; this.labelZeroTime1.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime1.LineSpacing = 0F; this.labelZeroTime1.LineSpacing = 0F;
this.labelZeroTime1.Location = new System.Drawing.Point(212, 45); this.labelZeroTime1.Location = new System.Drawing.Point(212, 45);
@ -724,7 +725,7 @@
this.labelLoadcell23.BackPictureBox2 = null; this.labelLoadcell23.BackPictureBox2 = null;
this.labelLoadcell23.BorderColor = System.Drawing.Color.Black; this.labelLoadcell23.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell23.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell23.LineSpacing = 0F; this.labelLoadcell23.LineSpacing = 0F;
this.labelLoadcell23.Location = new System.Drawing.Point(30, 117); this.labelLoadcell23.Location = new System.Drawing.Point(30, 117);
@ -744,7 +745,7 @@
this.labelZeroTime4.BackPictureBox2 = null; this.labelZeroTime4.BackPictureBox2 = null;
this.labelZeroTime4.BorderColor = System.Drawing.Color.Black; this.labelZeroTime4.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime4.LineSpacing = 0F; this.labelZeroTime4.LineSpacing = 0F;
this.labelZeroTime4.Location = new System.Drawing.Point(212, 153); this.labelZeroTime4.Location = new System.Drawing.Point(212, 153);
@ -764,7 +765,7 @@
this.labelZeroVariate6.BackPictureBox2 = null; this.labelZeroVariate6.BackPictureBox2 = null;
this.labelZeroVariate6.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate6.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate6.LineSpacing = 0F; this.labelZeroVariate6.LineSpacing = 0F;
this.labelZeroVariate6.Location = new System.Drawing.Point(288, 225); this.labelZeroVariate6.Location = new System.Drawing.Point(288, 225);
@ -784,7 +785,7 @@
this.labelZeroRange5.BackPictureBox2 = null; this.labelZeroRange5.BackPictureBox2 = null;
this.labelZeroRange5.BorderColor = System.Drawing.Color.Black; this.labelZeroRange5.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange5.LineSpacing = 0F; this.labelZeroRange5.LineSpacing = 0F;
this.labelZeroRange5.Location = new System.Drawing.Point(136, 189); this.labelZeroRange5.Location = new System.Drawing.Point(136, 189);
@ -804,7 +805,7 @@
this.labelZeroVariate5.BackPictureBox2 = null; this.labelZeroVariate5.BackPictureBox2 = null;
this.labelZeroVariate5.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate5.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate5.LineSpacing = 0F; this.labelZeroVariate5.LineSpacing = 0F;
this.labelZeroVariate5.Location = new System.Drawing.Point(288, 189); this.labelZeroVariate5.Location = new System.Drawing.Point(288, 189);
@ -824,7 +825,7 @@
this.labelZeroRange6.BackPictureBox2 = null; this.labelZeroRange6.BackPictureBox2 = null;
this.labelZeroRange6.BorderColor = System.Drawing.Color.Black; this.labelZeroRange6.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange6.LineSpacing = 0F; this.labelZeroRange6.LineSpacing = 0F;
this.labelZeroRange6.Location = new System.Drawing.Point(136, 225); this.labelZeroRange6.Location = new System.Drawing.Point(136, 225);
@ -844,7 +845,7 @@
this.labelZeroVariate4.BackPictureBox2 = null; this.labelZeroVariate4.BackPictureBox2 = null;
this.labelZeroVariate4.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate4.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate4.LineSpacing = 0F; this.labelZeroVariate4.LineSpacing = 0F;
this.labelZeroVariate4.Location = new System.Drawing.Point(288, 153); this.labelZeroVariate4.Location = new System.Drawing.Point(288, 153);
@ -864,7 +865,7 @@
this.labelZeroTime5.BackPictureBox2 = null; this.labelZeroTime5.BackPictureBox2 = null;
this.labelZeroTime5.BorderColor = System.Drawing.Color.Black; this.labelZeroTime5.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime5.LineSpacing = 0F; this.labelZeroTime5.LineSpacing = 0F;
this.labelZeroTime5.Location = new System.Drawing.Point(212, 189); this.labelZeroTime5.Location = new System.Drawing.Point(212, 189);
@ -884,7 +885,7 @@
this.labelZeroVariate3.BackPictureBox2 = null; this.labelZeroVariate3.BackPictureBox2 = null;
this.labelZeroVariate3.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate3.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate3.LineSpacing = 0F; this.labelZeroVariate3.LineSpacing = 0F;
this.labelZeroVariate3.Location = new System.Drawing.Point(288, 117); this.labelZeroVariate3.Location = new System.Drawing.Point(288, 117);
@ -904,7 +905,7 @@
this.labelZeroRange4.BackPictureBox2 = null; this.labelZeroRange4.BackPictureBox2 = null;
this.labelZeroRange4.BorderColor = System.Drawing.Color.Black; this.labelZeroRange4.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange4.LineSpacing = 0F; this.labelZeroRange4.LineSpacing = 0F;
this.labelZeroRange4.Location = new System.Drawing.Point(136, 153); this.labelZeroRange4.Location = new System.Drawing.Point(136, 153);
@ -924,7 +925,7 @@
this.labelZeroVariate2.BackPictureBox2 = null; this.labelZeroVariate2.BackPictureBox2 = null;
this.labelZeroVariate2.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate2.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate2.LineSpacing = 0F; this.labelZeroVariate2.LineSpacing = 0F;
this.labelZeroVariate2.Location = new System.Drawing.Point(288, 81); this.labelZeroVariate2.Location = new System.Drawing.Point(288, 81);
@ -944,7 +945,7 @@
this.labelZeroRange3.BackPictureBox2 = null; this.labelZeroRange3.BackPictureBox2 = null;
this.labelZeroRange3.BorderColor = System.Drawing.Color.Black; this.labelZeroRange3.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange3.LineSpacing = 0F; this.labelZeroRange3.LineSpacing = 0F;
this.labelZeroRange3.Location = new System.Drawing.Point(136, 117); this.labelZeroRange3.Location = new System.Drawing.Point(136, 117);
@ -964,7 +965,7 @@
this.labelZeroVariate1.BackPictureBox2 = null; this.labelZeroVariate1.BackPictureBox2 = null;
this.labelZeroVariate1.BorderColor = System.Drawing.Color.Black; this.labelZeroVariate1.BorderColor = System.Drawing.Color.Black;
this.labelZeroVariate1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroVariate1.LineSpacing = 0F; this.labelZeroVariate1.LineSpacing = 0F;
this.labelZeroVariate1.Location = new System.Drawing.Point(288, 45); this.labelZeroVariate1.Location = new System.Drawing.Point(288, 45);
@ -984,7 +985,7 @@
this.labelZeroTime6.BackPictureBox2 = null; this.labelZeroTime6.BackPictureBox2 = null;
this.labelZeroTime6.BorderColor = System.Drawing.Color.Black; this.labelZeroTime6.BorderColor = System.Drawing.Color.Black;
this.labelZeroTime6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroTime6.LineSpacing = 0F; this.labelZeroTime6.LineSpacing = 0F;
this.labelZeroTime6.Location = new System.Drawing.Point(212, 225); this.labelZeroTime6.Location = new System.Drawing.Point(212, 225);
@ -1004,7 +1005,7 @@
this.labelZeroRange1.BackPictureBox2 = null; this.labelZeroRange1.BackPictureBox2 = null;
this.labelZeroRange1.BorderColor = System.Drawing.Color.Black; this.labelZeroRange1.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange1.LineSpacing = 0F; this.labelZeroRange1.LineSpacing = 0F;
this.labelZeroRange1.Location = new System.Drawing.Point(136, 45); this.labelZeroRange1.Location = new System.Drawing.Point(136, 45);
@ -1024,7 +1025,7 @@
this.labelZeroRange2.BackPictureBox2 = null; this.labelZeroRange2.BackPictureBox2 = null;
this.labelZeroRange2.BorderColor = System.Drawing.Color.Black; this.labelZeroRange2.BorderColor = System.Drawing.Color.Black;
this.labelZeroRange2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelZeroRange2.LineSpacing = 0F; this.labelZeroRange2.LineSpacing = 0F;
this.labelZeroRange2.Location = new System.Drawing.Point(136, 81); this.labelZeroRange2.Location = new System.Drawing.Point(136, 81);
@ -1081,9 +1082,9 @@
this.tabPage2.Controls.Add(this.buttonDigit); this.tabPage2.Controls.Add(this.buttonDigit);
this.tabPage2.Controls.Add(this.buttonMaxWeight); this.tabPage2.Controls.Add(this.buttonMaxWeight);
this.tabPage2.Controls.Add(this.buttonBalanceWeight); 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.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(392, 415); this.tabPage2.Size = new System.Drawing.Size(392, 417);
this.tabPage2.Text = "tabPage2"; this.tabPage2.Text = "tabPage2";
// //
// labelLoadcell11 // labelLoadcell11
@ -1094,7 +1095,7 @@
this.labelLoadcell11.BackPictureBox2 = null; this.labelLoadcell11.BackPictureBox2 = null;
this.labelLoadcell11.BorderColor = System.Drawing.Color.Black; this.labelLoadcell11.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell11.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell11.LineSpacing = 0F; this.labelLoadcell11.LineSpacing = 0F;
this.labelLoadcell11.Location = new System.Drawing.Point(30, 45); this.labelLoadcell11.Location = new System.Drawing.Point(30, 45);
@ -1114,7 +1115,7 @@
this.labelBalanceWeight1.BackPictureBox2 = null; this.labelBalanceWeight1.BackPictureBox2 = null;
this.labelBalanceWeight1.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight1.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight1.LineSpacing = 0F; this.labelBalanceWeight1.LineSpacing = 0F;
this.labelBalanceWeight1.Location = new System.Drawing.Point(136, 45); this.labelBalanceWeight1.Location = new System.Drawing.Point(136, 45);
@ -1134,7 +1135,7 @@
this.labelBalanceWeight2.BackPictureBox2 = null; this.labelBalanceWeight2.BackPictureBox2 = null;
this.labelBalanceWeight2.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight2.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight2.LineSpacing = 0F; this.labelBalanceWeight2.LineSpacing = 0F;
this.labelBalanceWeight2.Location = new System.Drawing.Point(136, 81); this.labelBalanceWeight2.Location = new System.Drawing.Point(136, 81);
@ -1154,7 +1155,7 @@
this.labelBalanceWeight3.BackPictureBox2 = null; this.labelBalanceWeight3.BackPictureBox2 = null;
this.labelBalanceWeight3.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight3.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight3.LineSpacing = 0F; this.labelBalanceWeight3.LineSpacing = 0F;
this.labelBalanceWeight3.Location = new System.Drawing.Point(136, 117); this.labelBalanceWeight3.Location = new System.Drawing.Point(136, 117);
@ -1174,7 +1175,7 @@
this.labelBalanceWeight4.BackPictureBox2 = null; this.labelBalanceWeight4.BackPictureBox2 = null;
this.labelBalanceWeight4.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight4.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight4.LineSpacing = 0F; this.labelBalanceWeight4.LineSpacing = 0F;
this.labelBalanceWeight4.Location = new System.Drawing.Point(136, 153); this.labelBalanceWeight4.Location = new System.Drawing.Point(136, 153);
@ -1194,7 +1195,7 @@
this.labelBalanceWeight5.BackPictureBox2 = null; this.labelBalanceWeight5.BackPictureBox2 = null;
this.labelBalanceWeight5.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight5.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight5.LineSpacing = 0F; this.labelBalanceWeight5.LineSpacing = 0F;
this.labelBalanceWeight5.Location = new System.Drawing.Point(136, 189); this.labelBalanceWeight5.Location = new System.Drawing.Point(136, 189);
@ -1214,7 +1215,7 @@
this.smartLabel38.BackPictureBox2 = null; this.smartLabel38.BackPictureBox2 = null;
this.smartLabel38.BorderColor = System.Drawing.Color.Black; this.smartLabel38.BorderColor = System.Drawing.Color.Black;
this.smartLabel38.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel38.LineSpacing = 0F; this.smartLabel38.LineSpacing = 0F;
this.smartLabel38.Location = new System.Drawing.Point(30, 369); this.smartLabel38.Location = new System.Drawing.Point(30, 369);
@ -1234,7 +1235,7 @@
this.smartLabel34.BackPictureBox2 = null; this.smartLabel34.BackPictureBox2 = null;
this.smartLabel34.BorderColor = System.Drawing.Color.Black; this.smartLabel34.BorderColor = System.Drawing.Color.Black;
this.smartLabel34.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel34.LineSpacing = 0F; this.smartLabel34.LineSpacing = 0F;
this.smartLabel34.Location = new System.Drawing.Point(30, 333); this.smartLabel34.Location = new System.Drawing.Point(30, 333);
@ -1254,7 +1255,7 @@
this.smartLabel30.BackPictureBox2 = null; this.smartLabel30.BackPictureBox2 = null;
this.smartLabel30.BorderColor = System.Drawing.Color.Black; this.smartLabel30.BorderColor = System.Drawing.Color.Black;
this.smartLabel30.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel30.LineSpacing = 0F; this.smartLabel30.LineSpacing = 0F;
this.smartLabel30.Location = new System.Drawing.Point(30, 297); this.smartLabel30.Location = new System.Drawing.Point(30, 297);
@ -1274,7 +1275,7 @@
this.labelBalanceWeight10.BackPictureBox2 = null; this.labelBalanceWeight10.BackPictureBox2 = null;
this.labelBalanceWeight10.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight10.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight10.LineSpacing = 0F; this.labelBalanceWeight10.LineSpacing = 0F;
this.labelBalanceWeight10.Location = new System.Drawing.Point(136, 369); this.labelBalanceWeight10.Location = new System.Drawing.Point(136, 369);
@ -1294,7 +1295,7 @@
this.smartLabel26.BackPictureBox2 = null; this.smartLabel26.BackPictureBox2 = null;
this.smartLabel26.BorderColor = System.Drawing.Color.Black; this.smartLabel26.BorderColor = System.Drawing.Color.Black;
this.smartLabel26.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel26.LineSpacing = 0F; this.smartLabel26.LineSpacing = 0F;
this.smartLabel26.Location = new System.Drawing.Point(30, 261); this.smartLabel26.Location = new System.Drawing.Point(30, 261);
@ -1314,7 +1315,7 @@
this.labelBalanceWeight9.BackPictureBox2 = null; this.labelBalanceWeight9.BackPictureBox2 = null;
this.labelBalanceWeight9.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight9.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight9.LineSpacing = 0F; this.labelBalanceWeight9.LineSpacing = 0F;
this.labelBalanceWeight9.Location = new System.Drawing.Point(136, 333); this.labelBalanceWeight9.Location = new System.Drawing.Point(136, 333);
@ -1334,7 +1335,7 @@
this.labelLoadcell16.BackPictureBox2 = null; this.labelLoadcell16.BackPictureBox2 = null;
this.labelLoadcell16.BorderColor = System.Drawing.Color.Black; this.labelLoadcell16.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell16.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell16.LineSpacing = 0F; this.labelLoadcell16.LineSpacing = 0F;
this.labelLoadcell16.Location = new System.Drawing.Point(30, 225); this.labelLoadcell16.Location = new System.Drawing.Point(30, 225);
@ -1354,7 +1355,7 @@
this.labelBalanceWeight8.BackPictureBox2 = null; this.labelBalanceWeight8.BackPictureBox2 = null;
this.labelBalanceWeight8.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight8.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight8.LineSpacing = 0F; this.labelBalanceWeight8.LineSpacing = 0F;
this.labelBalanceWeight8.Location = new System.Drawing.Point(136, 297); this.labelBalanceWeight8.Location = new System.Drawing.Point(136, 297);
@ -1374,7 +1375,7 @@
this.labelDigit1.BackPictureBox2 = null; this.labelDigit1.BackPictureBox2 = null;
this.labelDigit1.BorderColor = System.Drawing.Color.Black; this.labelDigit1.BorderColor = System.Drawing.Color.Black;
this.labelDigit1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit1.LineSpacing = 0F; this.labelDigit1.LineSpacing = 0F;
this.labelDigit1.Location = new System.Drawing.Point(288, 45); this.labelDigit1.Location = new System.Drawing.Point(288, 45);
@ -1394,7 +1395,7 @@
this.labelBalanceWeight7.BackPictureBox2 = null; this.labelBalanceWeight7.BackPictureBox2 = null;
this.labelBalanceWeight7.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight7.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight7.LineSpacing = 0F; this.labelBalanceWeight7.LineSpacing = 0F;
this.labelBalanceWeight7.Location = new System.Drawing.Point(136, 261); this.labelBalanceWeight7.Location = new System.Drawing.Point(136, 261);
@ -1414,7 +1415,7 @@
this.labelMaxWeight1.BackPictureBox2 = null; this.labelMaxWeight1.BackPictureBox2 = null;
this.labelMaxWeight1.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight1.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight1.LineSpacing = 0F; this.labelMaxWeight1.LineSpacing = 0F;
this.labelMaxWeight1.Location = new System.Drawing.Point(212, 45); this.labelMaxWeight1.Location = new System.Drawing.Point(212, 45);
@ -1434,7 +1435,7 @@
this.labelBalanceWeight6.BackPictureBox2 = null; this.labelBalanceWeight6.BackPictureBox2 = null;
this.labelBalanceWeight6.BorderColor = System.Drawing.Color.Black; this.labelBalanceWeight6.BorderColor = System.Drawing.Color.Black;
this.labelBalanceWeight6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelBalanceWeight6.LineSpacing = 0F; this.labelBalanceWeight6.LineSpacing = 0F;
this.labelBalanceWeight6.Location = new System.Drawing.Point(136, 225); this.labelBalanceWeight6.Location = new System.Drawing.Point(136, 225);
@ -1454,7 +1455,7 @@
this.labelDigit2.BackPictureBox2 = null; this.labelDigit2.BackPictureBox2 = null;
this.labelDigit2.BorderColor = System.Drawing.Color.Black; this.labelDigit2.BorderColor = System.Drawing.Color.Black;
this.labelDigit2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit2.LineSpacing = 0F; this.labelDigit2.LineSpacing = 0F;
this.labelDigit2.Location = new System.Drawing.Point(288, 81); this.labelDigit2.Location = new System.Drawing.Point(288, 81);
@ -1474,7 +1475,7 @@
this.labelMaxWeight2.BackPictureBox2 = null; this.labelMaxWeight2.BackPictureBox2 = null;
this.labelMaxWeight2.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight2.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight2.LineSpacing = 0F; this.labelMaxWeight2.LineSpacing = 0F;
this.labelMaxWeight2.Location = new System.Drawing.Point(212, 81); this.labelMaxWeight2.Location = new System.Drawing.Point(212, 81);
@ -1494,7 +1495,7 @@
this.labelLoadcell15.BackPictureBox2 = null; this.labelLoadcell15.BackPictureBox2 = null;
this.labelLoadcell15.BorderColor = System.Drawing.Color.Black; this.labelLoadcell15.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell15.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell15.LineSpacing = 0F; this.labelLoadcell15.LineSpacing = 0F;
this.labelLoadcell15.Location = new System.Drawing.Point(30, 189); this.labelLoadcell15.Location = new System.Drawing.Point(30, 189);
@ -1514,7 +1515,7 @@
this.labelDigit3.BackPictureBox2 = null; this.labelDigit3.BackPictureBox2 = null;
this.labelDigit3.BorderColor = System.Drawing.Color.Black; this.labelDigit3.BorderColor = System.Drawing.Color.Black;
this.labelDigit3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit3.LineSpacing = 0F; this.labelDigit3.LineSpacing = 0F;
this.labelDigit3.Location = new System.Drawing.Point(288, 117); this.labelDigit3.Location = new System.Drawing.Point(288, 117);
@ -1534,7 +1535,7 @@
this.labelMaxWeight3.BackPictureBox2 = null; this.labelMaxWeight3.BackPictureBox2 = null;
this.labelMaxWeight3.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight3.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight3.LineSpacing = 0F; this.labelMaxWeight3.LineSpacing = 0F;
this.labelMaxWeight3.Location = new System.Drawing.Point(212, 117); this.labelMaxWeight3.Location = new System.Drawing.Point(212, 117);
@ -1554,7 +1555,7 @@
this.labelDigit10.BackPictureBox2 = null; this.labelDigit10.BackPictureBox2 = null;
this.labelDigit10.BorderColor = System.Drawing.Color.Black; this.labelDigit10.BorderColor = System.Drawing.Color.Black;
this.labelDigit10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit10.LineSpacing = 0F; this.labelDigit10.LineSpacing = 0F;
this.labelDigit10.Location = new System.Drawing.Point(288, 369); this.labelDigit10.Location = new System.Drawing.Point(288, 369);
@ -1574,7 +1575,7 @@
this.labelDigit4.BackPictureBox2 = null; this.labelDigit4.BackPictureBox2 = null;
this.labelDigit4.BorderColor = System.Drawing.Color.Black; this.labelDigit4.BorderColor = System.Drawing.Color.Black;
this.labelDigit4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit4.LineSpacing = 0F; this.labelDigit4.LineSpacing = 0F;
this.labelDigit4.Location = new System.Drawing.Point(288, 153); this.labelDigit4.Location = new System.Drawing.Point(288, 153);
@ -1594,7 +1595,7 @@
this.labelDigit9.BackPictureBox2 = null; this.labelDigit9.BackPictureBox2 = null;
this.labelDigit9.BorderColor = System.Drawing.Color.Black; this.labelDigit9.BorderColor = System.Drawing.Color.Black;
this.labelDigit9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit9.LineSpacing = 0F; this.labelDigit9.LineSpacing = 0F;
this.labelDigit9.Location = new System.Drawing.Point(288, 333); this.labelDigit9.Location = new System.Drawing.Point(288, 333);
@ -1614,7 +1615,7 @@
this.labelMaxWeight4.BackPictureBox2 = null; this.labelMaxWeight4.BackPictureBox2 = null;
this.labelMaxWeight4.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight4.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight4.LineSpacing = 0F; this.labelMaxWeight4.LineSpacing = 0F;
this.labelMaxWeight4.Location = new System.Drawing.Point(212, 153); this.labelMaxWeight4.Location = new System.Drawing.Point(212, 153);
@ -1634,7 +1635,7 @@
this.labelDigit8.BackPictureBox2 = null; this.labelDigit8.BackPictureBox2 = null;
this.labelDigit8.BorderColor = System.Drawing.Color.Black; this.labelDigit8.BorderColor = System.Drawing.Color.Black;
this.labelDigit8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit8.LineSpacing = 0F; this.labelDigit8.LineSpacing = 0F;
this.labelDigit8.Location = new System.Drawing.Point(288, 297); this.labelDigit8.Location = new System.Drawing.Point(288, 297);
@ -1654,7 +1655,7 @@
this.labelMaxWeight10.BackPictureBox2 = null; this.labelMaxWeight10.BackPictureBox2 = null;
this.labelMaxWeight10.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight10.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight10.LineSpacing = 0F; this.labelMaxWeight10.LineSpacing = 0F;
this.labelMaxWeight10.Location = new System.Drawing.Point(212, 369); this.labelMaxWeight10.Location = new System.Drawing.Point(212, 369);
@ -1674,7 +1675,7 @@
this.labelLoadcell14.BackPictureBox2 = null; this.labelLoadcell14.BackPictureBox2 = null;
this.labelLoadcell14.BorderColor = System.Drawing.Color.Black; this.labelLoadcell14.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell14.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell14.LineSpacing = 0F; this.labelLoadcell14.LineSpacing = 0F;
this.labelLoadcell14.Location = new System.Drawing.Point(30, 153); this.labelLoadcell14.Location = new System.Drawing.Point(30, 153);
@ -1694,7 +1695,7 @@
this.labelMaxWeight9.BackPictureBox2 = null; this.labelMaxWeight9.BackPictureBox2 = null;
this.labelMaxWeight9.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight9.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight9.LineSpacing = 0F; this.labelMaxWeight9.LineSpacing = 0F;
this.labelMaxWeight9.Location = new System.Drawing.Point(212, 333); this.labelMaxWeight9.Location = new System.Drawing.Point(212, 333);
@ -1714,7 +1715,7 @@
this.labelDigit7.BackPictureBox2 = null; this.labelDigit7.BackPictureBox2 = null;
this.labelDigit7.BorderColor = System.Drawing.Color.Black; this.labelDigit7.BorderColor = System.Drawing.Color.Black;
this.labelDigit7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit7.LineSpacing = 0F; this.labelDigit7.LineSpacing = 0F;
this.labelDigit7.Location = new System.Drawing.Point(288, 261); this.labelDigit7.Location = new System.Drawing.Point(288, 261);
@ -1734,7 +1735,7 @@
this.labelMaxWeight8.BackPictureBox2 = null; this.labelMaxWeight8.BackPictureBox2 = null;
this.labelMaxWeight8.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight8.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight8.LineSpacing = 0F; this.labelMaxWeight8.LineSpacing = 0F;
this.labelMaxWeight8.Location = new System.Drawing.Point(212, 297); this.labelMaxWeight8.Location = new System.Drawing.Point(212, 297);
@ -1754,7 +1755,7 @@
this.labelLoadcell12.BackPictureBox2 = null; this.labelLoadcell12.BackPictureBox2 = null;
this.labelLoadcell12.BorderColor = System.Drawing.Color.Black; this.labelLoadcell12.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell12.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell12.LineSpacing = 0F; this.labelLoadcell12.LineSpacing = 0F;
this.labelLoadcell12.Location = new System.Drawing.Point(30, 81); this.labelLoadcell12.Location = new System.Drawing.Point(30, 81);
@ -1774,7 +1775,7 @@
this.labelMaxWeight7.BackPictureBox2 = null; this.labelMaxWeight7.BackPictureBox2 = null;
this.labelMaxWeight7.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight7.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight7.LineSpacing = 0F; this.labelMaxWeight7.LineSpacing = 0F;
this.labelMaxWeight7.Location = new System.Drawing.Point(212, 261); this.labelMaxWeight7.Location = new System.Drawing.Point(212, 261);
@ -1794,7 +1795,7 @@
this.labelDigit6.BackPictureBox2 = null; this.labelDigit6.BackPictureBox2 = null;
this.labelDigit6.BorderColor = System.Drawing.Color.Black; this.labelDigit6.BorderColor = System.Drawing.Color.Black;
this.labelDigit6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit6.LineSpacing = 0F; this.labelDigit6.LineSpacing = 0F;
this.labelDigit6.Location = new System.Drawing.Point(288, 225); this.labelDigit6.Location = new System.Drawing.Point(288, 225);
@ -1814,7 +1815,7 @@
this.labelMaxWeight6.BackPictureBox2 = null; this.labelMaxWeight6.BackPictureBox2 = null;
this.labelMaxWeight6.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight6.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight6.LineSpacing = 0F; this.labelMaxWeight6.LineSpacing = 0F;
this.labelMaxWeight6.Location = new System.Drawing.Point(212, 225); this.labelMaxWeight6.Location = new System.Drawing.Point(212, 225);
@ -1834,7 +1835,7 @@
this.labelDigit5.BackPictureBox2 = null; this.labelDigit5.BackPictureBox2 = null;
this.labelDigit5.BorderColor = System.Drawing.Color.Black; this.labelDigit5.BorderColor = System.Drawing.Color.Black;
this.labelDigit5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelDigit5.LineSpacing = 0F; this.labelDigit5.LineSpacing = 0F;
this.labelDigit5.Location = new System.Drawing.Point(288, 189); this.labelDigit5.Location = new System.Drawing.Point(288, 189);
@ -1854,7 +1855,7 @@
this.labelMaxWeight5.BackPictureBox2 = null; this.labelMaxWeight5.BackPictureBox2 = null;
this.labelMaxWeight5.BorderColor = System.Drawing.Color.Black; this.labelMaxWeight5.BorderColor = System.Drawing.Color.Black;
this.labelMaxWeight5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelMaxWeight5.LineSpacing = 0F; this.labelMaxWeight5.LineSpacing = 0F;
this.labelMaxWeight5.Location = new System.Drawing.Point(212, 189); this.labelMaxWeight5.Location = new System.Drawing.Point(212, 189);
@ -1874,7 +1875,7 @@
this.labelLoadcell13.BackPictureBox2 = null; this.labelLoadcell13.BackPictureBox2 = null;
this.labelLoadcell13.BorderColor = System.Drawing.Color.Black; this.labelLoadcell13.BorderColor = System.Drawing.Color.Black;
this.labelLoadcell13.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelLoadcell13.LineSpacing = 0F; this.labelLoadcell13.LineSpacing = 0F;
this.labelLoadcell13.Location = new System.Drawing.Point(30, 117); this.labelLoadcell13.Location = new System.Drawing.Point(30, 117);
@ -1888,7 +1889,7 @@
// //
// buttonDigit // 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.Location = new System.Drawing.Point(288, 9);
this.buttonDigit.Name = "buttonDigit"; this.buttonDigit.Name = "buttonDigit";
this.buttonDigit.Size = new System.Drawing.Size(70, 30); this.buttonDigit.Size = new System.Drawing.Size(70, 30);
@ -1898,7 +1899,7 @@
// //
// buttonMaxWeight // 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.Location = new System.Drawing.Point(212, 9);
this.buttonMaxWeight.Name = "buttonMaxWeight"; this.buttonMaxWeight.Name = "buttonMaxWeight";
this.buttonMaxWeight.Size = new System.Drawing.Size(70, 30); this.buttonMaxWeight.Size = new System.Drawing.Size(70, 30);
@ -1908,7 +1909,7 @@
// //
// buttonBalanceWeight // 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.Location = new System.Drawing.Point(136, 9);
this.buttonBalanceWeight.Name = "buttonBalanceWeight"; this.buttonBalanceWeight.Name = "buttonBalanceWeight";
this.buttonBalanceWeight.Size = new System.Drawing.Size(70, 30); this.buttonBalanceWeight.Size = new System.Drawing.Size(70, 30);
@ -1939,9 +1940,9 @@
this.tabPage3.Controls.Add(this.smartLabel11); this.tabPage3.Controls.Add(this.smartLabel11);
this.tabPage3.Controls.Add(this.smartLabel13); this.tabPage3.Controls.Add(this.smartLabel13);
this.tabPage3.Controls.Add(this.buttonFilter); 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.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(392, 415); this.tabPage3.Size = new System.Drawing.Size(392, 417);
this.tabPage3.Text = "tabPage3"; this.tabPage3.Text = "tabPage3";
// //
// smartLabel1 // smartLabel1
@ -1952,7 +1953,7 @@
this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(30, 45); this.smartLabel1.Location = new System.Drawing.Point(30, 45);
@ -1972,7 +1973,7 @@
this.labelFilter1.BackPictureBox2 = null; this.labelFilter1.BackPictureBox2 = null;
this.labelFilter1.BorderColor = System.Drawing.Color.Black; this.labelFilter1.BorderColor = System.Drawing.Color.Black;
this.labelFilter1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter1.LineSpacing = 0F; this.labelFilter1.LineSpacing = 0F;
this.labelFilter1.Location = new System.Drawing.Point(136, 45); this.labelFilter1.Location = new System.Drawing.Point(136, 45);
@ -1992,7 +1993,7 @@
this.labelFilter2.BackPictureBox2 = null; this.labelFilter2.BackPictureBox2 = null;
this.labelFilter2.BorderColor = System.Drawing.Color.Black; this.labelFilter2.BorderColor = System.Drawing.Color.Black;
this.labelFilter2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter2.LineSpacing = 0F; this.labelFilter2.LineSpacing = 0F;
this.labelFilter2.Location = new System.Drawing.Point(136, 81); this.labelFilter2.Location = new System.Drawing.Point(136, 81);
@ -2012,7 +2013,7 @@
this.labelFilter3.BackPictureBox2 = null; this.labelFilter3.BackPictureBox2 = null;
this.labelFilter3.BorderColor = System.Drawing.Color.Black; this.labelFilter3.BorderColor = System.Drawing.Color.Black;
this.labelFilter3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter3.LineSpacing = 0F; this.labelFilter3.LineSpacing = 0F;
this.labelFilter3.Location = new System.Drawing.Point(136, 117); this.labelFilter3.Location = new System.Drawing.Point(136, 117);
@ -2032,7 +2033,7 @@
this.labelFilter4.BackPictureBox2 = null; this.labelFilter4.BackPictureBox2 = null;
this.labelFilter4.BorderColor = System.Drawing.Color.Black; this.labelFilter4.BorderColor = System.Drawing.Color.Black;
this.labelFilter4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter4.LineSpacing = 0F; this.labelFilter4.LineSpacing = 0F;
this.labelFilter4.Location = new System.Drawing.Point(136, 153); this.labelFilter4.Location = new System.Drawing.Point(136, 153);
@ -2052,7 +2053,7 @@
this.labelFilter5.BackPictureBox2 = null; this.labelFilter5.BackPictureBox2 = null;
this.labelFilter5.BorderColor = System.Drawing.Color.Black; this.labelFilter5.BorderColor = System.Drawing.Color.Black;
this.labelFilter5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter5.LineSpacing = 0F; this.labelFilter5.LineSpacing = 0F;
this.labelFilter5.Location = new System.Drawing.Point(136, 189); this.labelFilter5.Location = new System.Drawing.Point(136, 189);
@ -2072,7 +2073,7 @@
this.smartLabel46.BackPictureBox2 = null; this.smartLabel46.BackPictureBox2 = null;
this.smartLabel46.BorderColor = System.Drawing.Color.Black; this.smartLabel46.BorderColor = System.Drawing.Color.Black;
this.smartLabel46.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel46.LineSpacing = 0F; this.smartLabel46.LineSpacing = 0F;
this.smartLabel46.Location = new System.Drawing.Point(30, 369); this.smartLabel46.Location = new System.Drawing.Point(30, 369);
@ -2092,7 +2093,7 @@
this.smartLabel44.BackPictureBox2 = null; this.smartLabel44.BackPictureBox2 = null;
this.smartLabel44.BorderColor = System.Drawing.Color.Black; this.smartLabel44.BorderColor = System.Drawing.Color.Black;
this.smartLabel44.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel44.LineSpacing = 0F; this.smartLabel44.LineSpacing = 0F;
this.smartLabel44.Location = new System.Drawing.Point(30, 333); this.smartLabel44.Location = new System.Drawing.Point(30, 333);
@ -2112,7 +2113,7 @@
this.smartLabel42.BackPictureBox2 = null; this.smartLabel42.BackPictureBox2 = null;
this.smartLabel42.BorderColor = System.Drawing.Color.Black; this.smartLabel42.BorderColor = System.Drawing.Color.Black;
this.smartLabel42.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel42.LineSpacing = 0F; this.smartLabel42.LineSpacing = 0F;
this.smartLabel42.Location = new System.Drawing.Point(30, 297); this.smartLabel42.Location = new System.Drawing.Point(30, 297);
@ -2132,7 +2133,7 @@
this.smartLabel40.BackPictureBox2 = null; this.smartLabel40.BackPictureBox2 = null;
this.smartLabel40.BorderColor = System.Drawing.Color.Black; this.smartLabel40.BorderColor = System.Drawing.Color.Black;
this.smartLabel40.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel40.LineSpacing = 0F; this.smartLabel40.LineSpacing = 0F;
this.smartLabel40.Location = new System.Drawing.Point(30, 261); this.smartLabel40.Location = new System.Drawing.Point(30, 261);
@ -2152,7 +2153,7 @@
this.smartLabel7.BackPictureBox2 = null; this.smartLabel7.BackPictureBox2 = null;
this.smartLabel7.BorderColor = System.Drawing.Color.Black; this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel7.Font = new System.Drawing.Font("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.InitVisible = true;
this.smartLabel7.LineSpacing = 0F; this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(30, 225); this.smartLabel7.Location = new System.Drawing.Point(30, 225);
@ -2172,7 +2173,7 @@
this.labelFilter10.BackPictureBox2 = null; this.labelFilter10.BackPictureBox2 = null;
this.labelFilter10.BorderColor = System.Drawing.Color.Black; this.labelFilter10.BorderColor = System.Drawing.Color.Black;
this.labelFilter10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter10.LineSpacing = 0F; this.labelFilter10.LineSpacing = 0F;
this.labelFilter10.Location = new System.Drawing.Point(136, 369); this.labelFilter10.Location = new System.Drawing.Point(136, 369);
@ -2192,7 +2193,7 @@
this.labelFilter9.BackPictureBox2 = null; this.labelFilter9.BackPictureBox2 = null;
this.labelFilter9.BorderColor = System.Drawing.Color.Black; this.labelFilter9.BorderColor = System.Drawing.Color.Black;
this.labelFilter9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter9.LineSpacing = 0F; this.labelFilter9.LineSpacing = 0F;
this.labelFilter9.Location = new System.Drawing.Point(136, 333); this.labelFilter9.Location = new System.Drawing.Point(136, 333);
@ -2212,7 +2213,7 @@
this.labelFilter8.BackPictureBox2 = null; this.labelFilter8.BackPictureBox2 = null;
this.labelFilter8.BorderColor = System.Drawing.Color.Black; this.labelFilter8.BorderColor = System.Drawing.Color.Black;
this.labelFilter8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter8.LineSpacing = 0F; this.labelFilter8.LineSpacing = 0F;
this.labelFilter8.Location = new System.Drawing.Point(136, 297); this.labelFilter8.Location = new System.Drawing.Point(136, 297);
@ -2232,7 +2233,7 @@
this.labelFilter7.BackPictureBox2 = null; this.labelFilter7.BackPictureBox2 = null;
this.labelFilter7.BorderColor = System.Drawing.Color.Black; this.labelFilter7.BorderColor = System.Drawing.Color.Black;
this.labelFilter7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter7.LineSpacing = 0F; this.labelFilter7.LineSpacing = 0F;
this.labelFilter7.Location = new System.Drawing.Point(136, 261); this.labelFilter7.Location = new System.Drawing.Point(136, 261);
@ -2252,7 +2253,7 @@
this.labelFilter6.BackPictureBox2 = null; this.labelFilter6.BackPictureBox2 = null;
this.labelFilter6.BorderColor = System.Drawing.Color.Black; this.labelFilter6.BorderColor = System.Drawing.Color.Black;
this.labelFilter6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelFilter6.LineSpacing = 0F; this.labelFilter6.LineSpacing = 0F;
this.labelFilter6.Location = new System.Drawing.Point(136, 225); this.labelFilter6.Location = new System.Drawing.Point(136, 225);
@ -2272,7 +2273,7 @@
this.smartLabel9.BackPictureBox2 = null; this.smartLabel9.BackPictureBox2 = null;
this.smartLabel9.BorderColor = System.Drawing.Color.Black; this.smartLabel9.BorderColor = System.Drawing.Color.Black;
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel9.LineSpacing = 0F; this.smartLabel9.LineSpacing = 0F;
this.smartLabel9.Location = new System.Drawing.Point(30, 189); this.smartLabel9.Location = new System.Drawing.Point(30, 189);
@ -2292,7 +2293,7 @@
this.smartLabel10.BackPictureBox2 = null; this.smartLabel10.BackPictureBox2 = null;
this.smartLabel10.BorderColor = System.Drawing.Color.Black; this.smartLabel10.BorderColor = System.Drawing.Color.Black;
this.smartLabel10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel10.LineSpacing = 0F; this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(30, 153); this.smartLabel10.Location = new System.Drawing.Point(30, 153);
@ -2312,7 +2313,7 @@
this.smartLabel11.BackPictureBox2 = null; this.smartLabel11.BackPictureBox2 = null;
this.smartLabel11.BorderColor = System.Drawing.Color.Black; this.smartLabel11.BorderColor = System.Drawing.Color.Black;
this.smartLabel11.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel11.LineSpacing = 0F; this.smartLabel11.LineSpacing = 0F;
this.smartLabel11.Location = new System.Drawing.Point(30, 81); this.smartLabel11.Location = new System.Drawing.Point(30, 81);
@ -2332,7 +2333,7 @@
this.smartLabel13.BackPictureBox2 = null; this.smartLabel13.BackPictureBox2 = null;
this.smartLabel13.BorderColor = System.Drawing.Color.Black; this.smartLabel13.BorderColor = System.Drawing.Color.Black;
this.smartLabel13.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel13.LineSpacing = 0F; this.smartLabel13.LineSpacing = 0F;
this.smartLabel13.Location = new System.Drawing.Point(30, 117); this.smartLabel13.Location = new System.Drawing.Point(30, 117);
@ -2346,7 +2347,7 @@
// //
// buttonFilter // 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.Location = new System.Drawing.Point(136, 9);
this.buttonFilter.Name = "buttonFilter"; this.buttonFilter.Name = "buttonFilter";
this.buttonFilter.Size = new System.Drawing.Size(70, 30); this.buttonFilter.Size = new System.Drawing.Size(70, 30);
@ -2359,8 +2360,9 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.Name = "ControlConfiguration"; this.Name = "ControlConfiguration";
this.Size = new System.Drawing.Size(800, 450); this.Size = new System.Drawing.Size(800, 452);
this.tabControl1.ResumeLayout(false); this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false); this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false); this.tabPage2.ResumeLayout(false);

View File

@ -100,6 +100,21 @@ namespace INT69DB_2A.Controls
this.tabPage3.Text = "判断设置"; this.tabPage3.Text = "判断设置";
this.buttonFilter.Text = "Filter"; 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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
} }

View File

@ -183,13 +183,13 @@ namespace INT69DB_2A.Controls
{ {
string value = ""; string value = "";
if (item.Serial3BaudRate == 9600) if (item.Serial3BaudRate == 0)
this.labelCH3Baudrate.Text = "9600"; this.labelCH3Baudrate.Text = "9600";
else if (item.Serial3BaudRate == 19200) else if (item.Serial3BaudRate == 1)
this.labelCH3Baudrate.Text = "19200"; this.labelCH3Baudrate.Text = "19200";
else if (item.Serial3BaudRate == 38400) else if (item.Serial3BaudRate == 2)
this.labelCH3Baudrate.Text = "38400"; this.labelCH3Baudrate.Text = "38400";
else if (item.Serial3BaudRate == 115200) else if (item.Serial3BaudRate == 3)
this.labelCH3Baudrate.Text = "115200"; this.labelCH3Baudrate.Text = "115200";
else else
this.labelCH3Baudrate.Text = "9600"; this.labelCH3Baudrate.Text = "9600";
@ -204,6 +204,8 @@ namespace INT69DB_2A.Controls
this.labelCH3Mode.Text = "OPT3"; this.labelCH3Mode.Text = "OPT3";
else if (item.Serial3Mode == 4) else if (item.Serial3Mode == 4)
this.labelCH3Mode.Text = "Printer"; this.labelCH3Mode.Text = "Printer";
else if (item.Serial3Mode == 5)
this.labelCH3Mode.Text = "OPT4";
else else
this.labelCH3Mode.Text = "None"; this.labelCH3Mode.Text = "None";
} }

View File

@ -257,28 +257,20 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
this.CollectionLabelWeightValue5[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue5[i]); this.SetLabelProperty(this.CollectionLabelWeightValue5[i]);
this.CollectionLabelWeightValue6[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue6[i]); this.SetLabelProperty(this.CollectionLabelWeightValue6[i]);
this.CollectionLabelWeightValue7[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue7[i]); this.SetLabelProperty(this.CollectionLabelWeightValue7[i]);
this.CollectionLabelWeightValue8[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue8[i]); this.SetLabelProperty(this.CollectionLabelWeightValue8[i]);
this.CollectionLabelWeightValue9[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue9[i]); this.SetLabelProperty(this.CollectionLabelWeightValue9[i]);
this.CollectionLabelWeightValue10[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue10[i]); this.SetLabelProperty(this.CollectionLabelWeightValue10[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -113,11 +113,11 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -133,13 +133,12 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -150,15 +150,13 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -167,17 +167,14 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
this.CollectionLabelWeightValue5[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue5[i]); this.SetLabelProperty(this.CollectionLabelWeightValue5[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -185,20 +185,16 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
this.CollectionLabelWeightValue5[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue5[i]); this.SetLabelProperty(this.CollectionLabelWeightValue5[i]);
this.CollectionLabelWeightValue6[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue6[i]); this.SetLabelProperty(this.CollectionLabelWeightValue6[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -203,22 +203,17 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
this.CollectionLabelWeightValue5[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue5[i]); this.SetLabelProperty(this.CollectionLabelWeightValue5[i]);
this.CollectionLabelWeightValue6[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue6[i]); this.SetLabelProperty(this.CollectionLabelWeightValue6[i]);
this.CollectionLabelWeightValue7[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue7[i]); this.SetLabelProperty(this.CollectionLabelWeightValue7[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -221,24 +221,18 @@ namespace INT69DB_2A.Controls
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)
{ {
this.CollectionLabelWeightValue1[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue1[i]); this.SetLabelProperty(this.CollectionLabelWeightValue1[i]);
this.CollectionLabelWeightValue2[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue2[i]); this.SetLabelProperty(this.CollectionLabelWeightValue2[i]);
this.CollectionLabelWeightValue3[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue3[i]); this.SetLabelProperty(this.CollectionLabelWeightValue3[i]);
this.CollectionLabelWeightValue4[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue4[i]); this.SetLabelProperty(this.CollectionLabelWeightValue4[i]);
this.CollectionLabelWeightValue5[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue5[i]); this.SetLabelProperty(this.CollectionLabelWeightValue5[i]);
this.CollectionLabelWeightValue6[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue6[i]); this.SetLabelProperty(this.CollectionLabelWeightValue6[i]);
this.CollectionLabelWeightValue7[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue7[i]); this.SetLabelProperty(this.CollectionLabelWeightValue7[i]);
this.CollectionLabelWeightValue8[i].Text = "0";
this.SetLabelProperty(this.CollectionLabelWeightValue8[i]); this.SetLabelProperty(this.CollectionLabelWeightValue8[i]);
} }
this.UpdateLabelDisplay();
} }
private void SetLabelProperty(Control label) private void SetLabelProperty(Control label)
{ {

View File

@ -28,11 +28,11 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.labelStatusExpirePassword = new SmartX.SmartLabel(); this.labelStatusExpiryPassword = new SmartX.SmartLabel();
this.labelStatusExpireAccount = new SmartX.SmartLabel(); this.labelStatusExpiryAccount = new SmartX.SmartLabel();
this.labelExpirePasswordDate = new SmartX.SmartLabel(); this.labelExpirePasswordDate = new SmartX.SmartLabel();
this.labelExpireAccountDate = new SmartX.SmartLabel(); this.labelExpireAccountDate = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.labelTitleExpiryPassword = new SmartX.SmartLabel();
this.labelTitleExpireAccount = new SmartX.SmartLabel(); this.labelTitleExpireAccount = new SmartX.SmartLabel();
this.labelPassword = new SmartX.SmartLabel(); this.labelPassword = new SmartX.SmartLabel();
this.labelTitlePassword = new SmartX.SmartLabel(); this.labelTitlePassword = new SmartX.SmartLabel();
@ -40,47 +40,47 @@
this.labelTitleID = new SmartX.SmartLabel(); this.labelTitleID = new SmartX.SmartLabel();
this.SuspendLayout(); this.SuspendLayout();
// //
// labelStatusExpirePassword // labelStatusExpiryPassword
// //
this.labelStatusExpirePassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.labelStatusExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.labelStatusExpirePassword.BackPictureBox = null; this.labelStatusExpiryPassword.BackPictureBox = null;
this.labelStatusExpirePassword.BackPictureBox1 = null; this.labelStatusExpiryPassword.BackPictureBox1 = null;
this.labelStatusExpirePassword.BackPictureBox2 = null; this.labelStatusExpiryPassword.BackPictureBox2 = null;
this.labelStatusExpirePassword.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpirePassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpirePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpirePassword.InitVisible = true; this.labelStatusExpiryPassword.InitVisible = true;
this.labelStatusExpirePassword.LineSpacing = 0F; this.labelStatusExpiryPassword.LineSpacing = 0F;
this.labelStatusExpirePassword.Location = new System.Drawing.Point(639, 247); this.labelStatusExpiryPassword.Location = new System.Drawing.Point(639, 247);
this.labelStatusExpirePassword.Name = "labelStatusExpirePassword"; this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
this.labelStatusExpirePassword.Size = new System.Drawing.Size(100, 30); this.labelStatusExpiryPassword.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpirePassword.TabIndex = 240; this.labelStatusExpiryPassword.TabIndex = 240;
this.labelStatusExpirePassword.Text = "비밀번호만료"; this.labelStatusExpiryPassword.Text = "비밀번호만료";
this.labelStatusExpirePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelStatusExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStatusExpirePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStatusExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatusExpirePassword.Wordwrap = false; this.labelStatusExpiryPassword.Wordwrap = false;
// //
// labelStatusExpireAccount // labelStatusExpiryAccount
// //
this.labelStatusExpireAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.labelStatusExpiryAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.labelStatusExpireAccount.BackPictureBox = null; this.labelStatusExpiryAccount.BackPictureBox = null;
this.labelStatusExpireAccount.BackPictureBox1 = null; this.labelStatusExpiryAccount.BackPictureBox1 = null;
this.labelStatusExpireAccount.BackPictureBox2 = null; this.labelStatusExpiryAccount.BackPictureBox2 = null;
this.labelStatusExpireAccount.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black;
this.labelStatusExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatusExpireAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
this.labelStatusExpireAccount.InitVisible = true; this.labelStatusExpiryAccount.InitVisible = true;
this.labelStatusExpireAccount.LineSpacing = 0F; this.labelStatusExpiryAccount.LineSpacing = 0F;
this.labelStatusExpireAccount.Location = new System.Drawing.Point(639, 211); this.labelStatusExpiryAccount.Location = new System.Drawing.Point(639, 211);
this.labelStatusExpireAccount.Name = "labelStatusExpireAccount"; this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
this.labelStatusExpireAccount.Size = new System.Drawing.Size(100, 30); this.labelStatusExpiryAccount.Size = new System.Drawing.Size(100, 30);
this.labelStatusExpireAccount.TabIndex = 239; this.labelStatusExpiryAccount.TabIndex = 239;
this.labelStatusExpireAccount.Text = "계정만료"; this.labelStatusExpiryAccount.Text = "계정만료";
this.labelStatusExpireAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelStatusExpiryAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStatusExpireAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStatusExpiryAccount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatusExpireAccount.Wordwrap = false; this.labelStatusExpiryAccount.Wordwrap = false;
// //
// labelExpirePasswordDate // labelExpirePasswordDate
// //
@ -120,26 +120,26 @@
this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelExpireAccountDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExpireAccountDate.Wordwrap = false; this.labelExpireAccountDate.Wordwrap = false;
// //
// smartLabel2 // labelTitleExpiryPassword
// //
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41))))); this.labelTitleExpiryPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.smartLabel2.BackPictureBox = null; this.labelTitleExpiryPassword.BackPictureBox = null;
this.smartLabel2.BackPictureBox1 = null; this.labelTitleExpiryPassword.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = null; this.labelTitleExpiryPassword.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.labelTitleExpiryPassword.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelTitleExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel2.ForeColor = System.Drawing.Color.White; this.labelTitleExpiryPassword.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true; this.labelTitleExpiryPassword.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.labelTitleExpiryPassword.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(149, 247); this.labelTitleExpiryPassword.Location = new System.Drawing.Point(149, 247);
this.smartLabel2.Name = "smartLabel2"; this.labelTitleExpiryPassword.Name = "labelTitleExpiryPassword";
this.smartLabel2.Size = new System.Drawing.Size(187, 30); this.labelTitleExpiryPassword.Size = new System.Drawing.Size(187, 30);
this.smartLabel2.TabIndex = 238; this.labelTitleExpiryPassword.TabIndex = 238;
this.smartLabel2.Text = "ExpirePassword"; this.labelTitleExpiryPassword.Text = "ExpirePassword";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleExpiryPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleExpiryPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false; this.labelTitleExpiryPassword.Wordwrap = false;
// //
// labelTitleExpireAccount // labelTitleExpireAccount
// //
@ -149,7 +149,7 @@
this.labelTitleExpireAccount.BackPictureBox2 = null; this.labelTitleExpireAccount.BackPictureBox2 = null;
this.labelTitleExpireAccount.BorderColor = System.Drawing.Color.Black; this.labelTitleExpireAccount.BorderColor = System.Drawing.Color.Black;
this.labelTitleExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.White;
this.labelTitleExpireAccount.InitVisible = true; this.labelTitleExpireAccount.InitVisible = true;
this.labelTitleExpireAccount.LineSpacing = 0F; this.labelTitleExpireAccount.LineSpacing = 0F;
@ -190,7 +190,7 @@
this.labelTitlePassword.BackPictureBox2 = null; this.labelTitlePassword.BackPictureBox2 = null;
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black; this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 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.ForeColor = System.Drawing.Color.White;
this.labelTitlePassword.InitVisible = true; this.labelTitlePassword.InitVisible = true;
this.labelTitlePassword.LineSpacing = 0F; this.labelTitlePassword.LineSpacing = 0F;
@ -230,7 +230,7 @@
this.labelTitleID.BackPictureBox2 = null; this.labelTitleID.BackPictureBox2 = null;
this.labelTitleID.BorderColor = System.Drawing.Color.Black; this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleID.Font = new System.Drawing.Font("Arial", 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.ForeColor = System.Drawing.Color.White;
this.labelTitleID.InitVisible = true; this.labelTitleID.InitVisible = true;
this.labelTitleID.LineSpacing = 0F; this.labelTitleID.LineSpacing = 0F;
@ -248,11 +248,11 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.Controls.Add(this.labelStatusExpirePassword); this.Controls.Add(this.labelStatusExpiryPassword);
this.Controls.Add(this.labelStatusExpireAccount); this.Controls.Add(this.labelStatusExpiryAccount);
this.Controls.Add(this.labelExpirePasswordDate); this.Controls.Add(this.labelExpirePasswordDate);
this.Controls.Add(this.labelExpireAccountDate); this.Controls.Add(this.labelExpireAccountDate);
this.Controls.Add(this.smartLabel2); this.Controls.Add(this.labelTitleExpiryPassword);
this.Controls.Add(this.labelTitleExpireAccount); this.Controls.Add(this.labelTitleExpireAccount);
this.Controls.Add(this.labelPassword); this.Controls.Add(this.labelPassword);
this.Controls.Add(this.labelTitlePassword); this.Controls.Add(this.labelTitlePassword);
@ -266,11 +266,11 @@
#endregion #endregion
private SmartX.SmartLabel labelStatusExpirePassword; private SmartX.SmartLabel labelStatusExpiryPassword;
private SmartX.SmartLabel labelStatusExpireAccount; private SmartX.SmartLabel labelStatusExpiryAccount;
private SmartX.SmartLabel labelExpirePasswordDate; private SmartX.SmartLabel labelExpirePasswordDate;
private SmartX.SmartLabel labelExpireAccountDate; private SmartX.SmartLabel labelExpireAccountDate;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel labelTitleExpiryPassword;
private SmartX.SmartLabel labelTitleExpireAccount; private SmartX.SmartLabel labelTitleExpireAccount;
private SmartX.SmartLabel labelPassword; private SmartX.SmartLabel labelPassword;
private SmartX.SmartLabel labelTitlePassword; private SmartX.SmartLabel labelTitlePassword;

View File

@ -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.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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
} }
@ -105,8 +114,8 @@ namespace INT69DB_2A.Controls
this.labelPassword.Text = item.Password; this.labelPassword.Text = item.Password;
this.labelExpireAccountDate.Text = string.Format("{0:yyyy/MM/dd} ~ {1:yyyy/MM/dd}", item.DateIdLogin, item.DateIdExpire); 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.labelExpirePasswordDate.Text = string.Format("{0:yyyy/MM/dd} ~ {1:yyyy/MM/dd}", item.DatePasswordRegister, item.DatePasswordExpire);
this.labelStatusExpireAccount.Visible = item.IsLockAccount; this.labelStatusExpiryAccount.Visible = item.IsLockAccount;
this.labelStatusExpirePassword.Visible = item.IsLockPassword; this.labelStatusExpiryPassword.Visible = item.IsLockPassword;
} }
public void CallBackUserListModifyInfoDataEvent(UserManager.UserMgr_user_info_t user) public void CallBackUserListModifyInfoDataEvent(UserManager.UserMgr_user_info_t user)
@ -132,6 +141,11 @@ namespace INT69DB_2A.Controls
message1 = "密码修改完成!"; message1 = "密码修改完成!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "パスワㅡドが変更されました。!";
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "uživatelské nastavení"; code = "uživatelské nastavení";
message1 = "Změna hesla dokončena!"; message1 = "Změna hesla dokončena!";
@ -176,7 +190,7 @@ namespace INT69DB_2A.Controls
private void labelPassword_Click(object sender, EventArgs e) private void labelPassword_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "";
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelPassword.Text); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelPassword.Text, this.ParentForm.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {

View File

@ -46,7 +46,7 @@ namespace INT69DB_2A
public enum MainDisplayStore public enum MainDisplayStore
{ {
BarGraph, BarGraph,
LineGraph, DotGraph,
Table, Table,
}; };
@ -58,6 +58,7 @@ namespace INT69DB_2A
Czech, Czech,
German, German,
Russian, Russian,
Japanese,
}; };
public enum JudgmentStatus public enum JudgmentStatus
@ -491,10 +492,10 @@ namespace INT69DB_2A
AutoZeroMode, AutoZeroMode,
EtcDoubleEntry, EtcDoubleEntry,
EtcChattering, Chattering,
EtcBuzzerRunTime, BuzzerONTime,
EtcRelayRunTime, RelayONTime,
EtcDecimalpoint, Decimal,
EtcBypass, EtcBypass,
MotorDirection, MotorDirection,
@ -1173,6 +1174,7 @@ namespace INT69DB_2A
private bool m_IsPingTimer; private bool m_IsPingTimer;
private bool m_IsOptDataStatistics; private bool m_IsOptDataStatistics;
private bool m_IsIntegratedTransmission; private bool m_IsIntegratedTransmission;
private bool m_IsEmergencyStopEntrySensorError;
private int m_DecimalPlaces; private int m_DecimalPlaces;
private int m_EthernetPort; private int m_EthernetPort;
@ -1319,6 +1321,11 @@ namespace INT69DB_2A
get { return this.m_IsIntegratedTransmission; } get { return this.m_IsIntegratedTransmission; }
set { this.m_IsIntegratedTransmission = value; } set { this.m_IsIntegratedTransmission = value; }
} }
public bool IsEmergencyStopEntrySensorError
{
get { return this.m_IsEmergencyStopEntrySensorError; }
set { this.m_IsEmergencyStopEntrySensorError = value; }
}
public int DecimalPlaces public int DecimalPlaces
{ {
@ -1540,7 +1547,8 @@ namespace INT69DB_2A
this.IsPrintPerProductEnable = false; this.IsPrintPerProductEnable = false;
this.IsPingTimer = false; this.IsPingTimer = false;
this.IsOptDataStatistics = false; this.IsOptDataStatistics = false;
this.IsIntegratedTransmission = false; this.IsIntegratedTransmission = true; // 통합전송 기능 Default "ON"
this.IsEmergencyStopEntrySensorError = false;
this.DecimalPlaces = 1; this.DecimalPlaces = 1;
this.EthernetPort = 5000; this.EthernetPort = 5000;
@ -1550,7 +1558,7 @@ namespace INT69DB_2A
this.ProductNumber = 1; this.ProductNumber = 1;
this.UsbID = 1; this.UsbID = 1;
this.ImpellerMotorBaudrate = 4; this.ImpellerMotorBaudrate = 4;
this.Serial3BaudRate = 9600; this.Serial3BaudRate = 0;
this.Serial3Mode = 0; this.Serial3Mode = 0;
this.InputSensorSelect = 5; this.InputSensorSelect = 5;
this.ImpellerMotorAnglePass = 3; this.ImpellerMotorAnglePass = 3;
@ -1558,7 +1566,7 @@ namespace INT69DB_2A
this.StepMotorType = 0; this.StepMotorType = 0;
this.Unit = "g"; this.Unit = "g";
this.SerialNumber = "23H0000"; this.SerialNumber = "26A0000";
this.Language = DataStore.LanguageID.Korean; this.Language = DataStore.LanguageID.Korean;
this.CurrentForm = DataStore.FormStore.FormMainDisplay; this.CurrentForm = DataStore.FormStore.FormMainDisplay;
@ -1627,7 +1635,7 @@ namespace INT69DB_2A
public DataStore.LanguageID Language; public DataStore.LanguageID Language;
public bool DummyBool1; public bool IsEmergencyStopEntrySensorError;
public bool IsIntegratedTransmission; public bool IsIntegratedTransmission;
public bool IsLogin; public bool IsLogin;
public bool IsFeedingConveyorRunPass; public bool IsFeedingConveyorRunPass;

View File

@ -77,6 +77,7 @@
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRead.DisableImage = null; this.buttonRead.DisableImage = null;
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage"))); 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.GroupID = 0;
this.buttonRead.InitVisible = true; this.buttonRead.InitVisible = true;
this.buttonRead.Location = new System.Drawing.Point(237, 351); this.buttonRead.Location = new System.Drawing.Point(237, 351);
@ -156,7 +157,7 @@
this.smartLabel3.BackPictureBox2 = null; this.smartLabel3.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.DimGray; this.smartLabel3.BorderColor = System.Drawing.Color.DimGray;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.White;
this.smartLabel3.InitVisible = true; this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.smartLabel3.LineSpacing = 0F;
@ -198,7 +199,7 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.DimGray; this.smartLabel2.BorderColor = System.Drawing.Color.DimGray;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
@ -264,6 +265,7 @@
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClose.DisableImage = null; this.buttonClose.DisableImage = null;
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage"))); 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.GroupID = 0;
this.buttonClose.InitVisible = true; this.buttonClose.InitVisible = true;
this.buttonClose.Location = new System.Drawing.Point(237, 407); this.buttonClose.Location = new System.Drawing.Point(237, 407);

View File

@ -44,6 +44,9 @@ namespace INT69DB_2A.DialogForms
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) 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) else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -51,9 +51,16 @@ namespace INT69DB_2A.DialogForms
this.buttonRead.Text = "读取"; this.buttonRead.Text = "读取";
this.buttonClose.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) 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.buttonRead.Text = "Přečíst vše";
this.buttonClose.Text = "Zavřít"; this.buttonClose.Text = "Zavřít";

View File

@ -34,13 +34,13 @@
this.buttonRead = new SmartX.SmartButton(); this.buttonRead = new SmartX.SmartButton();
this.labelFileName = new SmartX.SmartLabel(); this.labelFileName = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); 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.labelTitleDate = new SmartX.SmartLabel();
this.labelDate = new SmartX.SmartLabel(); this.labelDate = new SmartX.SmartLabel();
this.labelNodeIndex = new SmartX.SmartLabel(); this.labelNodeIndex = new SmartX.SmartLabel();
this.buttonClose = new SmartX.SmartButton(); 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(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -78,6 +78,7 @@
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRead.DisableImage = null; this.buttonRead.DisableImage = null;
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage"))); 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.GroupID = 0;
this.buttonRead.InitVisible = true; this.buttonRead.InitVisible = true;
this.buttonRead.Location = new System.Drawing.Point(237, 351); this.buttonRead.Location = new System.Drawing.Point(237, 351);
@ -150,6 +151,72 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; 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 // labelTitleDate
// //
this.labelTitleDate.BackColor = System.Drawing.Color.DimGray; this.labelTitleDate.BackColor = System.Drawing.Color.DimGray;
@ -158,7 +225,7 @@
this.labelTitleDate.BackPictureBox2 = null; this.labelTitleDate.BackPictureBox2 = null;
this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray; this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray;
this.labelTitleDate.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.White;
this.labelTitleDate.InitVisible = true; this.labelTitleDate.InitVisible = true;
this.labelTitleDate.LineSpacing = 0F; this.labelTitleDate.LineSpacing = 0F;
@ -224,6 +291,7 @@
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClose.DisableImage = null; this.buttonClose.DisableImage = null;
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage"))); 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.GroupID = 0;
this.buttonClose.InitVisible = true; this.buttonClose.InitVisible = true;
this.buttonClose.Location = new System.Drawing.Point(237, 407); 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.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.UpImage")));
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); 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 // DialogFormHistoryData
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -130,8 +130,6 @@ namespace INT69DB_2A.DialogForms
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) 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.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginDown));
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginLoginUp)); 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.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginCancelUp)); 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginLoginDisable));
@ -180,6 +187,18 @@ namespace INT69DB_2A.DialogForms
this.labelTitle2.Text = "ID"; this.labelTitle2.Text = "ID";
this.labelTitle3.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 = "ID";
this.labelTitle3.Text = "パスワㅡド";
}
else else
{ {
this.labelTitle1.Text = "User Login"; this.labelTitle1.Text = "User Login";
@ -197,6 +216,18 @@ namespace INT69DB_2A.DialogForms
this.labelTitle2.Text = "새 비밀번호"; this.labelTitle2.Text = "새 비밀번호";
this.labelTitle3.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 else
{ {
this.labelTitle1.Text = "Change Password"; this.labelTitle1.Text = "Change Password";

View File

@ -7,12 +7,14 @@ using System.Drawing;
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using INT69DB_2A.Forms;
namespace INT69DB_2A.DialogForms namespace INT69DB_2A.DialogForms
{ {
public partial class DialogFormMessage : Form public partial class DialogFormMessage : Form
{ {
#region Field #region Field
private FormMain m_ParentForm;
#endregion #endregion
#region Constructor #region Constructor
@ -40,6 +42,9 @@ namespace INT69DB_2A.DialogForms
this.buttonOK.Text = "好"; this.buttonOK.Text = "好";
this.labelMessage1.Text = str + " 个文件已备份"; this.labelMessage1.Text = str + " 个文件已备份";
break; break;
case DataStore.LanguageID.Japanese:
this.labelMessage1.Text = str + "個のファイルがバックアップされました";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
this.labelMessage1.Text = "Těchto " + str + " soubory byly zálohovány."; this.labelMessage1.Text = "Těchto " + str + " soubory byly zálohovány.";
break; break;
@ -118,14 +123,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "시스템 백업";
this.labelMessage1.Text = "백업 완료";
this.labelMessage2.Text = "";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "시스템 백업";
this.labelMessage1.Text = "백업 실패 !!";
this.labelMessage2.Text = "";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Error 01_15"; this.labelErrorCode.Text = "Error 01_15";
@ -146,6 +145,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage1.Text = "전원을 끄고 다시 켜주세요"; this.labelMessage1.Text = "전원을 끄고 다시 켜주세요";
break; break;
case 19: case 19:
this.labelErrorCode.Text = "Error 01_19";
this.labelMessage1.Text = "이 파일은 지원이 되지 않습니다";
break; break;
case 20: case 20:
break; break;
@ -238,14 +239,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "System backup";
this.labelMessage1.Text = "Backup Complete";
this.labelMessage2.Text = "";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "System backup";
this.labelMessage1.Text = "Backup Fail !!";
this.labelMessage2.Text = "";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Error 01_15"; this.labelErrorCode.Text = "Error 01_15";
@ -267,6 +262,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = "and then turn ON the power."; this.labelMessage2.Text = "and then turn ON the power.";
break; break;
case 19: case 19:
this.labelErrorCode.Text = "Error 01_19";
this.labelMessage1.Text = "This file is not supported";
break; break;
case 20: case 20:
break; break;
@ -359,14 +356,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "系统备份";
this.labelMessage1.Text = "复制完成";
this.labelMessage2.Text = "";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "系统备份";
this.labelMessage1.Text = "复制失败 !!";
this.labelMessage2.Text = "";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "错误 01_15"; this.labelErrorCode.Text = "错误 01_15";
@ -387,6 +378,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage1.Text = "关掉电源,然后在打开电源"; this.labelMessage1.Text = "关掉电源,然后在打开电源";
break; break;
case 19: case 19:
this.labelErrorCode.Text = "錯誤 01_19";
this.labelMessage1.Text = "不支援这个档案";
break; break;
case 20: case 20:
break; break;
@ -422,6 +415,122 @@ namespace INT69DB_2A.DialogForms
} }
#endregion #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 = "410文字入力してください";
this.labelMessage2.Text = "";
break;
default:
this.labelErrorCode.Text = "エラㅡ 01_99";
this.labelMessage1.Text = "メㅡカㅡにお問い合わせください。";
break;
}
#endregion
}
else if (language == DataStore.LanguageID.Czech) else if (language == DataStore.LanguageID.Czech)
{ {
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
@ -481,14 +590,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "System backup";
this.labelMessage1.Text = "Zálohování dokončeno";
this.labelMessage2.Text = "";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "System backup";
this.labelMessage1.Text = "Zálohování se nezdařilo !!";
this.labelMessage2.Text = "";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Chybě 01_15"; this.labelErrorCode.Text = "Chybě 01_15";
@ -510,6 +613,8 @@ namespace INT69DB_2A.DialogForms
this.labelMessage2.Text = "vypněte a pak opět zapněte."; this.labelMessage2.Text = "vypněte a pak opět zapněte.";
break; break;
case 19: case 19:
this.labelErrorCode.Text = "Chybě 01_19";
this.labelMessage1.Text = "Tento soubor není podporován";
break; break;
case 20: case 20:
break; break;
@ -574,88 +679,6 @@ namespace INT69DB_2A.DialogForms
this.labelMessage1.Text = "입력범위를 확인하세요."; this.labelMessage1.Text = "입력범위를 확인하세요.";
this.labelMessage2.Text = data; this.labelMessage2.Text = data;
break; break;
case 2:
this.labelErrorCode.Text = "Error 02_02";
this.labelMessage1.Text = "최신 프로그램입니다.";
break;
case 3:
this.labelErrorCode.Text = "Error 02_03";
this.labelMessage1.Text = "연속으로 불량이 발생했습니다";
break;
case 4:
this.labelErrorCode.Text = "Error 02_04";
this.labelMessage1.Text = "백업할 파일이 없습니다";
break;
case 5:
this.labelErrorCode.Text = "Error 02_05";
this.labelMessage1.Text = "USB메모리가 장착되지 않았습니다";
break;
case 6:
this.labelErrorCode.Text = "Error 02_06";
this.labelMessage1.Text = "제조사에 문의하세요";
break;
case 7:
this.labelErrorCode.Text = "Error 02_07";
this.labelMessage1.Text = "USB에 업데이트 할 파일이 없습니다";
break;
case 8:
this.labelErrorCode.Text = "Error 02_08";
this.labelMessage1.Text = "업데이트 할 실행파일 개수가 많습니다";
break;
case 9:
this.labelErrorCode.Text = "Error 02_09";
this.labelMessage1.Text = "USB에 업데이트 폴더가 없습니다";
break;
case 10:
this.labelErrorCode.Text = "Error 02_10";
this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다";
break;
case 11:
this.labelErrorCode.Text = "Error 02_11";
this.labelMessage1.Text = "입력센서 에러에 의해 정지하였습니다.";
break;
case 12:
break;
case 13:
break;
case 14:
break;
case 15:
break;
case 16:
break;
case 17:
this.labelErrorCode.Text = "Error 02_17";
this.labelMessage1.Text = "초기화를 실행해 주세요";
break;
case 18:
this.labelErrorCode.Text = "Info 02_18";
this.labelMessage1.Text = "전원을 끄고 다시 켜주세요";
break;
case 19:
break;
case 20:
break;
case 31:
this.labelErrorCode.Text = "Error 02_31";
this.labelMessage1.Text = "유저 파일 에러";
break;
case 32:
this.labelErrorCode.Text = "Error 02_32";
this.labelMessage1.Text = "ID 확인하세요";
break;
case 33:
this.labelErrorCode.Text = "Error 02_33";
this.labelMessage1.Text = "Password 확인하세요";
break;
case 34:
this.labelErrorCode.Text = "Error 02_34";
this.labelMessage1.Text = "동일한 ID가 있습니다!";
break;
case 35:
this.labelErrorCode.Text = "Error 02_35";
this.labelMessage1.Text = "4~10자 입력 하세요!";
break;
default: default:
this.labelErrorCode.Text = "Error 02_99"; this.labelErrorCode.Text = "Error 02_99";
this.labelMessage1.Text = "제조사에 문의하세요"; this.labelMessage1.Text = "제조사에 문의하세요";
@ -674,89 +697,6 @@ namespace INT69DB_2A.DialogForms
this.labelErrorCode.Text = "Error 02_01"; this.labelErrorCode.Text = "Error 02_01";
this.labelMessage1.Text = "Confirm input range"; this.labelMessage1.Text = "Confirm input range";
break; break;
case 2:
this.labelErrorCode.Text = "Error 02_02";
this.labelMessage1.Text = "Application is the lastest";
break;
case 3:
this.labelErrorCode.Text = "Error 02_03";
this.labelMessage1.Text = "Detect Continuous N.G !!";
break;
case 4:
this.labelErrorCode.Text = "Error 02_04";
this.labelMessage1.Text = "There are no Backup files";
break;
case 5:
this.labelErrorCode.Text = "Error 02_05";
this.labelMessage1.Text = "No USB Memory";
break;
case 6:
this.labelErrorCode.Text = "Error 02_06";
this.labelMessage1.Text = "Please contact a manufacturer";
break;
case 7:
this.labelErrorCode.Text = "Error 02_07";
this.labelMessage1.Text = "There are no update files in USB";
break;
case 8:
this.labelErrorCode.Text = "Error 02_08";
this.labelMessage1.Text = "Too much file for update";
break;
case 9:
this.labelErrorCode.Text = "Error 02_09";
this.labelMessage1.Text = "There is no folder has update files in USB";
break;
case 10:
this.labelErrorCode.Text = "Error 02_10";
this.labelMessage1.Text = "There is no MEMORY";
break;
case 11:
this.labelErrorCode.Text = "Error 02_11";
this.labelMessage1.Text = "Emergency stop due to entry sensor error";
break;
case 12:
break;
case 13:
break;
case 14:
break;
case 15:
break;
case 16:
break;
case 17:
this.labelErrorCode.Text = "Error 02_17";
this.labelMessage1.Text = "Please run the initialization";
break;
case 18:
this.labelErrorCode.Text = "Info 02_18";
this.labelMessage1.Text = "Turn OFF the power";
this.labelMessage2.Text = "and then turn ON the power.";
break;
case 19:
break;
case 20:
break;
case 31:
this.labelErrorCode.Text = "Error 02_31";
this.labelMessage1.Text = "User files error";
break;
case 32:
this.labelErrorCode.Text = "Error 02_32";
this.labelMessage1.Text = "Check the ID";
break;
case 33:
this.labelErrorCode.Text = "Error 02_33";
this.labelMessage1.Text = "Check the password";
break;
case 34:
this.labelErrorCode.Text = "Error 02_34";
this.labelMessage1.Text = "The system already has the same ID";
break;
case 35:
this.labelErrorCode.Text = "Error 02_35";
this.labelMessage1.Text = "Please enter 4-10 characters";
break;
default: default:
this.labelErrorCode.Text = "Error 02_99"; this.labelErrorCode.Text = "Error 02_99";
this.labelMessage1.Text = "Please contact a manufacturer"; this.labelMessage1.Text = "Please contact a manufacturer";
@ -775,88 +715,6 @@ namespace INT69DB_2A.DialogForms
this.labelErrorCode.Text = "错误 02_01"; this.labelErrorCode.Text = "错误 02_01";
this.labelMessage1.Text = "确认输入范围"; this.labelMessage1.Text = "确认输入范围";
break; break;
case 2:
this.labelErrorCode.Text = "错误 02_02";
this.labelMessage1.Text = "最近应用";
break;
case 3:
this.labelErrorCode.Text = "错误 02_03";
this.labelMessage1.Text = "测试连续NG";
break;
case 4:
this.labelErrorCode.Text = "错误 02_04";
this.labelMessage1.Text = "无支持文件";
break;
case 5:
this.labelErrorCode.Text = "错误 02_05";
this.labelMessage1.Text = "无USB存储卡";
break;
case 6:
this.labelErrorCode.Text = "错误 02_06";
this.labelMessage1.Text = "请联系厂商";
break;
case 7:
this.labelErrorCode.Text = "错误 02_07";
this.labelMessage1.Text = "USB无更新文件";
break;
case 8:
this.labelErrorCode.Text = "错误 02_08";
this.labelMessage1.Text = "太多文件需更新";
break;
case 9:
this.labelErrorCode.Text = "错误 02_09";
this.labelMessage1.Text = "USB没有文件夹需要更新文件다";
break;
case 10:
this.labelErrorCode.Text = "错误 02_10";
this.labelMessage1.Text = "无存储";
break;
case 11:
this.labelErrorCode.Text = "错误 02_11";
this.labelMessage1.Text = "由于进入传感器错误导致紧急停止";
break;
case 12:
break;
case 13:
break;
case 14:
break;
case 15:
break;
case 16:
break;
case 17:
this.labelErrorCode.Text = "错误 02_17";
this.labelMessage1.Text = "运行初始化";
break;
case 18:
this.labelErrorCode.Text = "信息 02_18";
this.labelMessage1.Text = "关掉电源,然后在打开电源";
break;
case 19:
break;
case 20:
break;
case 31:
this.labelErrorCode.Text = "错误 02_31";
this.labelMessage1.Text = "用户文件错误";
break;
case 32:
this.labelErrorCode.Text = "错误 02_32";
this.labelMessage1.Text = "检查身份证";
break;
case 33:
this.labelErrorCode.Text = "错误 02_33";
this.labelMessage1.Text = "检查密码";
break;
case 34:
this.labelErrorCode.Text = "错误 02_34";
this.labelMessage1.Text = "系统已具有相同的ID";
break;
case 35:
this.labelErrorCode.Text = "错误 02_35";
this.labelMessage1.Text = "请输入4-10个字符";
break;
default: default:
this.labelErrorCode.Text = "错误 02_99"; this.labelErrorCode.Text = "错误 02_99";
this.labelMessage1.Text = "请联系厂商"; this.labelMessage1.Text = "请联系厂商";
@ -864,6 +722,25 @@ namespace INT69DB_2A.DialogForms
} }
#endregion #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) else if (language == DataStore.LanguageID.Czech)
{ {
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
@ -875,92 +752,6 @@ namespace INT69DB_2A.DialogForms
this.labelErrorCode.Text = "Chybě 02_01"; this.labelErrorCode.Text = "Chybě 02_01";
this.labelMessage1.Text = "Potvrďte vstupní rozsah."; this.labelMessage1.Text = "Potvrďte vstupní rozsah.";
break; break;
case 2:
this.labelErrorCode.Text = "Chybě 02_02";
this.labelMessage1.Text = "Aplikace je aktuální.";
break;
case 3:
this.labelErrorCode.Text = "Chybě 02_03";
this.labelMessage1.Text = "Detekce plynulosti N.G.";
break;
case 4:
this.labelErrorCode.Text = "Chybě 02_04";
this.labelMessage1.Text = "Neexistují žádné záložní soubory.";
break;
case 5:
this.labelErrorCode.Text = "Chybě 02_05";
this.labelMessage1.Text = "USB disk není připojen";
break;
case 6:
this.labelErrorCode.Text = "Chybě 02_06";
this.labelMessage1.Text = "Kontaktujte výrobce";
break;
case 7:
this.labelErrorCode.Text = "Chybě 02_07";
this.labelMessage1.Text = "Na USB disku nejsou";
this.labelMessage2.Text = "žádné aktualizační soubory";
break;
case 8:
this.labelErrorCode.Text = "Chybě 02_08";
this.labelMessage1.Text = "Příliš mnoho souboru k aktualizaci";
break;
case 9:
this.labelErrorCode.Text = "Chybě 02_09";
this.labelMessage1.Text = "Na USB disku není žádná";
this.labelMessage2.Text = "složka s aktualizačními soubory.";
break;
case 10:
this.labelErrorCode.Text = "Chybě 02_10";
this.labelMessage1.Text = "Není žádná PAMĚTI";
break;
case 11:
this.labelErrorCode.Text = "Chybě 02_11";
this.labelMessage1.Text = "Nouzové zastavení z důvodu chyby snímače vstupu";
break;
case 12:
break;
case 13:
break;
case 14:
break;
case 15:
break;
case 16:
break;
case 17:
this.labelErrorCode.Text = "Chybě 02_17";
this.labelMessage1.Text = "Spusťte inicializaci";
break;
case 18:
this.labelErrorCode.Text = "informace 02_18";
this.labelMessage1.Text = "Nejprve zařízení";
this.labelMessage2.Text = "vypněte a pak opět zapněte.";
break;
case 19:
break;
case 20:
break;
case 31:
this.labelErrorCode.Text = "Chybě 02_31";
this.labelMessage1.Text = "Chyba souborů uživatele";
this.labelMessage2.Text = "";
break;
case 32:
this.labelErrorCode.Text = "Chybě 02_32";
this.labelMessage1.Text = "Zkontrolujte ID";
break;
case 33:
this.labelErrorCode.Text = "Chybě 02_33";
this.labelMessage1.Text = "Zkontrolujte heslo";
break;
case 34:
this.labelErrorCode.Text = "Chybě 02_34";
this.labelMessage1.Text = "Systém již má stejné ID";
break;
case 35:
this.labelErrorCode.Text = "Chybě 02_35";
this.labelMessage1.Text = "Zadejte 410 znaků";
break;
default: default:
this.labelErrorCode.Text = "Chybě 02_99"; this.labelErrorCode.Text = "Chybě 02_99";
this.labelMessage1.Text = "Kontaktujte výrobce"; this.labelMessage1.Text = "Kontaktujte výrobce";
@ -1259,6 +1050,97 @@ namespace INT69DB_2A.DialogForms
} }
#endregion #endregion
break; break;
case DataStore.LanguageID.Japanese:
#region 일본어
switch (code)
{
case 1:
this.labelErrorCode.Text = "エラㅡ 04_01";
this.labelMessage1.Text = "IDが見つかりません。";
break;
case 2:
this.labelErrorCode.Text = "エラㅡ 04_02";
this.labelMessage1.Text = "ID同じIDがあります。";
break;
case 3:
this.labelErrorCode.Text = "エラㅡ 04_03";
this.labelMessage1.Text = "ID6~20文字を入力してください。";
break;
case 4:
this.labelErrorCode.Text = "エラㅡ 04_04";
this.labelMessage1.Text = "ID6~20文字を入力してください。";
break;
case 5:
this.labelErrorCode.Text = "エラㅡ 04_05";
this.labelMessage1.Text = "ID : 連続した文字(123,321,abc,cba...)";
this.labelMessage2.Text = "または同じ文字(111,222,aaa...)は使用できません。";
break;
case 6:
this.labelErrorCode.Text = "エラㅡ 04_06";
this.labelMessage1.Text = "ID使用できない文字が含まれています。";
break;
case 7:
this.labelErrorCode.Text = "エラㅡ 04_07";
this.labelMessage1.Text = "IDユㅡザㅡアカウントの有効期限が切れました。";
break;
case 8:
this.labelErrorCode.Text = "エラㅡ 04_08";
this.labelMessage1.Text = "PASSWORD以前のパスワㅡドです。";
break;
case 9:
this.labelErrorCode.Text = "エラㅡ 04_09";
this.labelMessage1.Text = "PASSWORD6〜20文字を入力してください。";
break;
case 10:
this.labelErrorCode.Text = "エラㅡ 04_10";
this.labelMessage1.Text = "PASSWORD6〜20文字を入力してください。";
break;
case 11:
this.labelErrorCode.Text = "エラㅡ 04_11";
this.labelMessage1.Text = "PASSWORD連続した文字123,321、abc、cba ...";
this.labelMessage2.Text = "または同じ文字111,222、aaa ...)を使用できません。";
break;
case 12:
this.labelErrorCode.Text = "エラㅡ 04_12";
this.labelMessage1.Text = "PASSWORD使用できない文字が含まれています。";
this.labelMessage2.Text = "利用可能な特殊文字:!@#$%^&*+-.";
break;
case 13:
this.labelErrorCode.Text = "エラㅡ 04_13";
this.labelMessage1.Text = "PASSWORD英文1以上、数字1以上、特殊文字";
this.labelMessage2.Text = "1以上含めてください。";
break;
case 14:
this.labelErrorCode.Text = "エラㅡ 04_14";
this.labelMessage1.Text = "パスワㅡドを確認してください。";
break;
case 15:
this.labelErrorCode.Text = "エラㅡ 04_15";
this.labelMessage1.Text = "PASSWORDパスワㅡドが期限切れです。";
break;
case 16:
this.labelErrorCode.Text = "エラㅡ 04_16";
this.labelMessage1.Text = "アクセス権を設定してください。";
break;
case 17:
this.labelErrorCode.Text = "エラㅡ 04_17";
this.labelMessage1.Text = "パスワㅡドが同じではありません。";
break;
case 18:
this.labelErrorCode.Text = "エラㅡ 04_18";
this.labelMessage1.Text = "";
break;
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: case DataStore.LanguageID.Czech:
#region 체코어 #region 체코어
switch (code) switch (code)
@ -1444,6 +1326,112 @@ namespace INT69DB_2A.DialogForms
break; break;
} }
} }
public DialogFormMessage(int code, DataStore.LanguageID language, FormMain parent)
{
InitializeComponent();
this.ParentForm = parent;
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "";
this.labelMessage2.Text = "";
switch (language)
{
case DataStore.LanguageID.Korean:
#region 한글
switch (code)
{
case 11:
this.labelErrorCode.Text = "Error 11";
this.labelMessage1.Text = "입력센서 에러에 의해 정지하였습니다.";
break;
default:
this.labelErrorCode.Text = "Error 99";
this.labelMessage1.Text = "제조사에 문의하세요";
break;
}
#endregion
break;
case DataStore.LanguageID.English:
#region 영문
switch (code)
{
case 11:
this.labelErrorCode.Text = "Error 11";
this.labelMessage1.Text = "Emergency stop due to entry sensor error";
break;
default:
this.labelErrorCode.Text = "Error 99";
this.labelMessage1.Text = "Please contact a manufacturer";
break;
}
#endregion
break;
case DataStore.LanguageID.Chinese:
#region 중문
this.buttonOK.Text = "好";
switch (code)
{
case 11:
this.labelErrorCode.Text = "錯誤 11";
this.labelMessage1.Text = "由于进入传感器错误导致紧急停止";
break;
default:
this.labelErrorCode.Text = "錯誤 99";
this.labelMessage1.Text = "请联系厂商";
break;
}
#endregion
break;
case DataStore.LanguageID.Czech:
#region 체코어
switch (code)
{
case 11:
this.labelErrorCode.Text = "Chybě 11";
this.labelMessage1.Text = "Nouzové zastavení z důvodu chyby snímače vstupu";
break;
default:
this.labelErrorCode.Text = "Chybě 99";
this.labelMessage1.Text = "Kontaktujte výrobce";
break;
}
#endregion
break;
case DataStore.LanguageID.German:
#region 독일어
switch (code)
{
case 11:
this.labelErrorCode.Text = "Fehler 11";
this.labelMessage1.Text = "Notstopp aufgrund eines Eintrittssensorfehlers";
break;
default:
this.labelErrorCode.Text = "Fehler 99";
this.labelMessage1.Text = "Hersteller kontaktieren";
break;
}
#endregion
break;
default:
#region 한글
switch (code)
{
case 11:
this.labelErrorCode.Text = "Error 11";
this.labelMessage1.Text = "입력센서 에러에 의해 정지하였습니다.";
break;
default:
this.labelErrorCode.Text = "Error 99";
this.labelMessage1.Text = "제조사에 문의하세요";
break;
}
#endregion
break;
}
}
public DialogFormMessage(DataStore.MessageBoxIcon icon, string code, string message1, string message2, int autoClose_sec) public DialogFormMessage(DataStore.MessageBoxIcon icon, string code, string message1, string message2, int autoClose_sec)
{ {
InitializeComponent(); InitializeComponent();
@ -1499,7 +1487,11 @@ namespace INT69DB_2A.DialogForms
#endregion #endregion
#region Property #region Property
public FormMain ParentForm
{
get { return this.m_ParentForm; }
set { this.m_ParentForm = value; }
}
#endregion #endregion
#region Method #region Method

View File

@ -30,15 +30,15 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage));
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
this.labelMessage2 = new System.Windows.Forms.Label(); this.labelMessage2 = new System.Windows.Forms.Label();
this.labelMessage1 = new System.Windows.Forms.Label(); this.labelMessage1 = new System.Windows.Forms.Label();
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.labelErrorCode = new System.Windows.Forms.Label(); this.labelErrorCode = new System.Windows.Forms.Label();
this.timerAutoClose = new System.Windows.Forms.Timer(); this.timerAutoClose = new System.Windows.Forms.Timer();
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -51,30 +51,61 @@
this.panel1.Controls.Add(this.pictureBoxQuestion); this.panel1.Controls.Add(this.pictureBoxQuestion);
this.panel1.Controls.Add(this.labelMessage2); this.panel1.Controls.Add(this.labelMessage2);
this.panel1.Controls.Add(this.labelMessage1); this.panel1.Controls.Add(this.labelMessage1);
this.panel1.Location = new System.Drawing.Point(15, 34); this.panel1.Location = new System.Drawing.Point(3, 34);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(420, 95); this.panel1.Size = new System.Drawing.Size(444, 95);
//
// pictureBoxExclamation
//
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
this.pictureBoxExclamation.Location = new System.Drawing.Point(5, 20);
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxHand
//
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
this.pictureBoxHand.Location = new System.Drawing.Point(5, 20);
this.pictureBoxHand.Name = "pictureBoxHand";
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
this.pictureBoxHand.Visible = false;
//
// pictureBoxAsterisk
//
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
this.pictureBoxAsterisk.Location = new System.Drawing.Point(5, 20);
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
this.pictureBoxAsterisk.Visible = false;
//
// pictureBoxQuestion
//
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
this.pictureBoxQuestion.Location = new System.Drawing.Point(5, 20);
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
this.pictureBoxQuestion.Visible = false;
// //
// labelMessage2 // labelMessage2
// //
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.Location = new System.Drawing.Point(67, 50); this.labelMessage2.Location = new System.Drawing.Point(57, 50);
this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.Name = "labelMessage2";
this.labelMessage2.Size = new System.Drawing.Size(350, 20); this.labelMessage2.Size = new System.Drawing.Size(387, 20);
this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer.";
// //
// labelMessage1 // labelMessage1
// //
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.Location = new System.Drawing.Point(67, 20); this.labelMessage1.Location = new System.Drawing.Point(57, 20);
this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.Name = "labelMessage1";
this.labelMessage1.Size = new System.Drawing.Size(350, 20); this.labelMessage1.Size = new System.Drawing.Size(387, 20);
this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer.";
// //
// buttonOK // buttonOK
// //
this.buttonOK.BackColor = System.Drawing.Color.LightGray; this.buttonOK.BackColor = System.Drawing.Color.LightGray;
this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.buttonOK.ForeColor = System.Drawing.Color.Black; this.buttonOK.ForeColor = System.Drawing.Color.Black;
this.buttonOK.Location = new System.Drawing.Point(335, 135); this.buttonOK.Location = new System.Drawing.Point(335, 135);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
@ -86,7 +117,7 @@
// //
// labelErrorCode // labelErrorCode
// //
this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelErrorCode.Location = new System.Drawing.Point(15, 11); this.labelErrorCode.Location = new System.Drawing.Point(15, 11);
this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Name = "labelErrorCode";
this.labelErrorCode.Size = new System.Drawing.Size(350, 20); this.labelErrorCode.Size = new System.Drawing.Size(350, 20);
@ -97,37 +128,6 @@
this.timerAutoClose.Interval = 1000; this.timerAutoClose.Interval = 1000;
this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick); this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick);
// //
// pictureBoxExclamation
//
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
this.pictureBoxExclamation.Location = new System.Drawing.Point(11, 20);
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxHand
//
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
this.pictureBoxHand.Location = new System.Drawing.Point(11, 20);
this.pictureBoxHand.Name = "pictureBoxHand";
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
this.pictureBoxHand.Visible = false;
//
// pictureBoxAsterisk
//
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
this.pictureBoxAsterisk.Location = new System.Drawing.Point(11, 20);
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
this.pictureBoxAsterisk.Visible = false;
//
// pictureBoxQuestion
//
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
this.pictureBoxQuestion.Location = new System.Drawing.Point(11, 20);
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
this.pictureBoxQuestion.Visible = false;
//
// DialogFormMessage // DialogFormMessage
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -93,6 +93,13 @@ namespace INT69DB_2A.DialogForms
this.buttonCancel.Text = "取消"; this.buttonCancel.Text = "取消";
this.buttonEnter.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) else if (language == DataStore.LanguageID.Czech)
{ {

View File

@ -82,6 +82,13 @@ namespace INT69DB_2A.DialogForms
this.buttonCancel.Text = "取消"; this.buttonCancel.Text = "取消";
this.buttonEnter.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) else if (language == DataStore.LanguageID.Czech)
{ {

View File

@ -46,7 +46,7 @@
// textBox // textBox
// //
this.textBox.Font = new System.Drawing.Font("Tahoma", 25F, System.Drawing.FontStyle.Regular); this.textBox.Font = new System.Drawing.Font("Tahoma", 25F, System.Drawing.FontStyle.Regular);
this.textBox.Location = new System.Drawing.Point(143, 99); this.textBox.Location = new System.Drawing.Point(143, 80);
this.textBox.MaxLength = 20; this.textBox.MaxLength = 20;
this.textBox.Name = "textBox"; this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(489, 47); this.textBox.Size = new System.Drawing.Size(489, 47);
@ -60,7 +60,7 @@
this.smartKeyboard.ControlKeyDisable = false; this.smartKeyboard.ControlKeyDisable = false;
this.smartKeyboard.DesignMinimize = false; this.smartKeyboard.DesignMinimize = false;
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 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.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black; this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
@ -108,13 +108,14 @@
this.labelTitle.ForeColor = System.Drawing.Color.Gray; this.labelTitle.ForeColor = System.Drawing.Color.Gray;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(143, 43); this.labelTitle.Location = new System.Drawing.Point(143, 16);
this.labelTitle.Name = "labelTitle"; this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(489, 50); this.labelTitle.Size = new System.Drawing.Size(489, 50);
this.labelTitle.TabIndex = 183; this.labelTitle.TabIndex = 183;
this.labelTitle.Text = "입력"; this.labelTitle.Text = "입력";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Visible = false;
this.labelTitle.Wordwrap = false; this.labelTitle.Wordwrap = false;
// //
// DialogFormUserEditorKeyboard // DialogFormUserEditorKeyboard

View File

@ -16,7 +16,7 @@ namespace INT69DB_2A.DialogForms
#endregion #endregion
#region Constructor #region Constructor
public DialogFormUserEditorKeyboard(string value) public DialogFormUserEditorKeyboard(string value, DataStore.LanguageID language)
{ {
InitializeComponent(); InitializeComponent();
@ -25,6 +25,25 @@ namespace INT69DB_2A.DialogForms
this.InitializeControl(); this.InitializeControl();
this.DefaultSetting(); this.DefaultSetting();
switch (language)
{
case DataStore.LanguageID.Korean:
this.labelTitle.Text = "입력";
break;
case DataStore.LanguageID.English:
this.labelTitle.Text = "Type";
break;
case DataStore.LanguageID.Chinese:
this.labelTitle.Text = "输入";
break;
case DataStore.LanguageID.Japanese:
this.labelTitle.Text = "入力";
break;
default:
this.labelTitle.Text = "Type";
break;
}
} }
#endregion #endregion

View File

@ -26,6 +26,7 @@ namespace INT69DB_2A.DialogForms
if (language == DataStore.LanguageID.Korean) if (language == DataStore.LanguageID.Korean)
{ {
#region 한글
switch (ok) switch (ok)
{ {
case 1: case 1:
@ -93,9 +94,11 @@ namespace INT69DB_2A.DialogForms
default: default:
break; break;
} }
#endregion
} }
else if (language == DataStore.LanguageID.English) else if (language == DataStore.LanguageID.English)
{ {
#region 영문
switch (ok) switch (ok)
{ {
case 1: case 1:
@ -164,12 +167,14 @@ namespace INT69DB_2A.DialogForms
default: default:
break; break;
} }
#endregion
} }
else if (language == DataStore.LanguageID.Chinese) else if (language == DataStore.LanguageID.Chinese)
{ {
this.buttonYes.Text = "是"; this.buttonYes.Text = "是";
this.buttonNo.Text = "否"; this.buttonNo.Text = "否";
#region 중문
switch (ok) switch (ok)
{ {
case 1: case 1:
@ -239,9 +244,83 @@ namespace INT69DB_2A.DialogForms
default: default:
break; 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) else if (language == DataStore.LanguageID.Czech)
{ {
#region 체코어
switch (ok) switch (ok)
{ {
case 1: case 1:
@ -309,6 +388,7 @@ namespace INT69DB_2A.DialogForms
default: default:
break; break;
} }
#endregion
} }
else else
{ {
@ -382,6 +462,25 @@ namespace INT69DB_2A.DialogForms
break; break;
} }
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: case DataStore.LanguageID.Czech:
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:

View File

@ -95,6 +95,24 @@ namespace INT69DB_2A.Forms
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown)); this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp)); 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) 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("校准");
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) 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("校准");
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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -38,7 +38,7 @@
this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel(); this.labelProtocolDescriptionCOM3_2 = new SmartX.SmartLabel();
this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel(); this.labelProtocolDescriptionCOM3_1 = new SmartX.SmartLabel();
this.smartLabel6 = 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.comboBoxSerial3Mode = new System.Windows.Forms.ComboBox();
this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox(); this.comboBoxSerial3BaudRate = new System.Windows.Forms.ComboBox();
this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel();
@ -184,7 +184,7 @@
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_2); this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_2);
this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_1); this.groupBoxSerial.Controls.Add(this.labelProtocolDescriptionCOM3_1);
this.groupBoxSerial.Controls.Add(this.smartLabel6); 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.comboBoxSerial3Mode);
this.groupBoxSerial.Controls.Add(this.comboBoxSerial3BaudRate); this.groupBoxSerial.Controls.Add(this.comboBoxSerial3BaudRate);
this.groupBoxSerial.Controls.Add(this.smartLabel4); this.groupBoxSerial.Controls.Add(this.smartLabel4);
@ -272,16 +272,16 @@
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false; this.smartLabel6.Wordwrap = false;
// //
// buttonSave2 // buttonSave
// //
this.buttonSave2.Enabled = false; this.buttonSave.Enabled = false;
this.buttonSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonSave2.Location = new System.Drawing.Point(26, 127); this.buttonSave.Location = new System.Drawing.Point(26, 127);
this.buttonSave2.Name = "buttonSave2"; this.buttonSave.Name = "buttonSave";
this.buttonSave2.Size = new System.Drawing.Size(165, 30); this.buttonSave.Size = new System.Drawing.Size(165, 30);
this.buttonSave2.TabIndex = 20; this.buttonSave.TabIndex = 20;
this.buttonSave2.Text = "SAVE"; this.buttonSave.Text = "SAVE";
this.buttonSave2.Click += new System.EventHandler(this.buttonSave2_Click); this.buttonSave.Click += new System.EventHandler(this.buttonSave2_Click);
// //
// comboBoxSerial3Mode // comboBoxSerial3Mode
// //
@ -334,7 +334,7 @@
this.labelStaticBaudrate.Name = "labelStaticBaudrate"; this.labelStaticBaudrate.Name = "labelStaticBaudrate";
this.labelStaticBaudrate.Size = new System.Drawing.Size(100, 20); this.labelStaticBaudrate.Size = new System.Drawing.Size(100, 20);
this.labelStaticBaudrate.TabIndex = 15; this.labelStaticBaudrate.TabIndex = 15;
this.labelStaticBaudrate.Text = "속도"; this.labelStaticBaudrate.Text = "Baudrate";
this.labelStaticBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelStaticBaudrate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticBaudrate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticBaudrate.Wordwrap = false; this.labelStaticBaudrate.Wordwrap = false;
@ -1480,7 +1480,7 @@
private SmartX.SmartLabel labelStaticBaudrate; private SmartX.SmartLabel labelStaticBaudrate;
private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel4;
private SmartX.SmartLabel smartLabel6; 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 comboBoxSerial3Mode;
private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate; private System.Windows.Forms.ComboBox comboBoxSerial3BaudRate;
private SmartX.SmartLabel labelProtocolDescriptionCOM3_1; private SmartX.SmartLabel labelProtocolDescriptionCOM3_1;

View File

@ -72,14 +72,12 @@ namespace INT69DB_2A.Forms
this.labelStaticTcpOperationMode.Text = "运转模式"; this.labelStaticTcpOperationMode.Text = "运转模式";
this.labelStaticTcpMode.Text = "通信模式"; this.labelStaticTcpMode.Text = "通信模式";
this.groupBoxSerial.Text = "通信";
this.labelStaticBaudrate.Text = "波特率";
this.smartLabel4.Text = "模式"; this.smartLabel4.Text = "模式";
this.labelProtocolDescriptionCOM3_1.Text = "COM3协议说明"; this.labelProtocolDescriptionCOM3_1.Text = "COM3协议说明";
this.labelProtocolDescriptionCOM3_2.Text = "COM3协议说明"; this.labelProtocolDescriptionCOM3_2.Text = "COM3协议说明";
this.buttonSave2.Text = "保存"; this.buttonSave.Text = "保存";
this.buttonSerialSend.Text = "发送"; this.buttonSerialSend.Text = "发送";
this.labelHelp.Text = "※ 更改IP配置后通常在重新启动后即可连接。"; this.labelHelp.Text = "※ 更改IP配置后通常在重新启动后即可连接。";
@ -95,6 +93,22 @@ namespace INT69DB_2A.Forms
this.comboBoxSerial3Mode.SelectedIndex = 0; this.comboBoxSerial3Mode.SelectedIndex = 0;
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged); 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -122,6 +136,7 @@ namespace INT69DB_2A.Forms
this.comboBoxMode.Items.Add("OPT3"); this.comboBoxMode.Items.Add("OPT3");
this.comboBoxMode.Items.Add("Modbus"); this.comboBoxMode.Items.Add("Modbus");
this.comboBoxMode.Items.Add("OPT4"); this.comboBoxMode.Items.Add("OPT4");
this.comboBoxMode.Items.Add("OPT5");
this.comboBoxMode.SelectedIndex = 0; this.comboBoxMode.SelectedIndex = 0;
this.comboBoxMode.SelectedIndexChanged += new EventHandler(this.comboBoxMode_SelectedIndexChanged); this.comboBoxMode.SelectedIndexChanged += new EventHandler(this.comboBoxMode_SelectedIndexChanged);
@ -142,6 +157,7 @@ namespace INT69DB_2A.Forms
this.comboBoxSerial3Mode.Items.Add("OPT3"); this.comboBoxSerial3Mode.Items.Add("OPT3");
this.comboBoxSerial3Mode.Items.Add("Printer"); this.comboBoxSerial3Mode.Items.Add("Printer");
this.comboBoxSerial3Mode.Items.Add("OPT4"); this.comboBoxSerial3Mode.Items.Add("OPT4");
this.comboBoxSerial3Mode.Items.Add("OPT5");
this.comboBoxSerial3Mode.SelectedIndex = 0; this.comboBoxSerial3Mode.SelectedIndex = 0;
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged); this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
} }
@ -386,7 +402,14 @@ namespace INT69DB_2A.Forms
private void UpdateDisplayCom3() private void UpdateDisplayCom3()
{ {
this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged); this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged);
this.comboBoxSerial3BaudRate.SelectedItem = this.ParentForm.SystemConfig.Serial3BaudRate; try
{
this.comboBoxSerial3BaudRate.SelectedIndex = this.ParentForm.SystemConfig.Serial3BaudRate;
}
catch
{
this.comboBoxSerial3BaudRate.SelectedIndex = 0;
}
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged); this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged);
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged); this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
@ -395,7 +418,7 @@ namespace INT69DB_2A.Forms
this.comboBoxSerial3BaudRate.Enabled = false; this.comboBoxSerial3BaudRate.Enabled = false;
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged); this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
this.buttonSave2.Enabled = false; this.buttonSave.Enabled = false;
if (this.ParentForm.SystemConfig.Serial3Mode != 0) if (this.ParentForm.SystemConfig.Serial3Mode != 0)
this.buttonSerialSend.Enabled = true; this.buttonSerialSend.Enabled = true;
@ -464,18 +487,23 @@ namespace INT69DB_2A.Forms
this.labelProtocolDescriptionCOM3_2.Text = "LANE[2],GRD[1],WEIGHT[6],ETX[1]]"; this.labelProtocolDescriptionCOM3_2.Text = "LANE[2],GRD[1],WEIGHT[6],ETX[1]]";
} }
} }
else if (this.comboBoxSerial3Mode.SelectedIndex == 6)
{
if (this.ParentForm.SystemConfig.EquipmentMode == 1 || this.ParentForm.SystemConfig.EquipmentMode == 3)
{
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],Pass Count[7],NG Count[7],";
this.labelProtocolDescriptionCOM3_2.Text = "Total Count[9],{GRD[1],WEIGHT[6]} * n,ETX[1]";
}
else if (this.ParentForm.SystemConfig.EquipmentMode == 2)
{
this.labelProtocolDescriptionCOM3_1.Text = "STX[1],ID[5],NO[4],Pass Count[7],NG Count[7],";
this.labelProtocolDescriptionCOM3_2.Text = "Total Count[9],LANE[2],GRD[1],WEIGHT[6],ETX[1]]";
}
}
else else
{ {
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) this.labelProtocolDescriptionCOM3_1.Text = "-";
{ this.labelProtocolDescriptionCOM3_2.Text = "-";
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";
}
} }
} }
private void UpdateProtocolDescriptionEthernet() private void UpdateProtocolDescriptionEthernet()
@ -521,8 +549,8 @@ namespace INT69DB_2A.Forms
} }
else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f4_Modbus) else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f4_Modbus)
{ {
this.labelProtocolDescriptionEthernet_1.Text = ""; this.labelProtocolDescriptionEthernet_1.Text = "-";
this.labelProtocolDescriptionEthernet_2.Text = ""; this.labelProtocolDescriptionEthernet_2.Text = "-";
} }
else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f5_OPT4) else if (this.comboBoxMode.SelectedIndex == (int)DataStore.EthernetMode.f5_OPT4)
{ {
@ -539,16 +567,8 @@ namespace INT69DB_2A.Forms
} }
else else
{ {
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) this.labelProtocolDescriptionEthernet_1.Text = "-";
{ this.labelProtocolDescriptionEthernet_2.Text = "-";
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";
}
} }
} }
@ -1472,7 +1492,7 @@ namespace INT69DB_2A.Forms
beforeMode = this.ReturnCommunicationModeName(comboBox, this.ParentForm.SystemConfig.Serial3Mode); beforeMode = this.ReturnCommunicationModeName(comboBox, this.ParentForm.SystemConfig.Serial3Mode);
beforeBaudrate = this.ParentForm.SystemConfig.Serial3BaudRate.ToString(); beforeBaudrate = this.ParentForm.SystemConfig.Serial3BaudRate.ToString();
this.ParentForm.SystemConfig.Serial3BaudRate = (int)this.comboBoxSerial3BaudRate.SelectedItem; this.ParentForm.SystemConfig.Serial3BaudRate = this.comboBoxSerial3BaudRate.SelectedIndex;
this.ParentForm.SystemConfig.Serial3Mode = this.comboBoxSerial3Mode.SelectedIndex; this.ParentForm.SystemConfig.Serial3Mode = this.comboBoxSerial3Mode.SelectedIndex;
afterMode = this.ReturnCommunicationModeName(comboBox, this.ParentForm.SystemConfig.Serial3Mode); afterMode = this.ReturnCommunicationModeName(comboBox, this.ParentForm.SystemConfig.Serial3Mode);
@ -1500,6 +1520,25 @@ namespace INT69DB_2A.Forms
this.ParentForm.smartSerialPortCom3.FrameSeparationType = SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX; this.ParentForm.smartSerialPortCom3.FrameSeparationType = SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX;
break; break;
} }
switch (this.ParentForm.SystemConfig.Serial3BaudRate)
{
case 0:
this.ParentForm.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._9600bps;
break;
case 1:
this.ParentForm.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._19200bps;
break;
case 2:
this.ParentForm.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._38400bps;
break;
case 3:
this.ParentForm.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._115200bps;
break;
default:
this.ParentForm.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._9600bps;
break;
}
this.ParentForm.smartSerialPortCom3.Open(); this.ParentForm.smartSerialPortCom3.Open();
this.buttonSerialSend.Enabled = true; this.buttonSerialSend.Enabled = true;
@ -1509,7 +1548,7 @@ namespace INT69DB_2A.Forms
this.buttonSerialSend.Enabled = false; this.buttonSerialSend.Enabled = false;
} }
this.buttonSave2.Enabled = false; this.buttonSave.Enabled = false;
} }
private void buttonSerialSend_Click(object sender, EventArgs e) private void buttonSerialSend_Click(object sender, EventArgs e)
{ {
@ -1552,7 +1591,7 @@ namespace INT69DB_2A.Forms
private void comboBoxSerial3BaudRate_SelectedIndexChanged(object sender, EventArgs e) private void comboBoxSerial3BaudRate_SelectedIndexChanged(object sender, EventArgs e)
{ {
this.buttonSave2.Enabled = true; this.buttonSave.Enabled = true;
} }
private void comboBoxSerial3Mode_SelectedIndexChanged(object sender, EventArgs e) private void comboBoxSerial3Mode_SelectedIndexChanged(object sender, EventArgs e)
{ {
@ -1568,7 +1607,7 @@ namespace INT69DB_2A.Forms
this.comboBoxSerial3BaudRate.Enabled = true; this.comboBoxSerial3BaudRate.Enabled = true;
this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged); this.comboBoxSerial3BaudRate.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3BaudRate_SelectedIndexChanged);
this.buttonSave2.Enabled = true; this.buttonSave.Enabled = true;
} }
#endregion #endregion

View File

@ -131,7 +131,7 @@
this.groupBoxOption.Controls.Add(this.labelStaticChattering); this.groupBoxOption.Controls.Add(this.labelStaticChattering);
this.groupBoxOption.Controls.Add(this.buttonDoubleEnter); this.groupBoxOption.Controls.Add(this.buttonDoubleEnter);
this.groupBoxOption.Controls.Add(this.labelStaticDoubleEntry); 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxOption.FrameLineThickness = 1; this.groupBoxOption.FrameLineThickness = 1;
@ -256,7 +256,7 @@
this.labelStaticRelayOnTime.BackPictureBox2 = null; this.labelStaticRelayOnTime.BackPictureBox2 = null;
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelStaticRelayOnTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelStaticRelayOnTime.InitVisible = true; this.labelStaticRelayOnTime.InitVisible = true;
this.labelStaticRelayOnTime.LineSpacing = 0F; this.labelStaticRelayOnTime.LineSpacing = 0F;
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(19, 141); this.labelStaticRelayOnTime.Location = new System.Drawing.Point(19, 141);
@ -275,7 +275,7 @@
this.labelStaticBypass.BackPictureBox2 = null; this.labelStaticBypass.BackPictureBox2 = null;
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black; this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticBypass.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelStaticBypass.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelStaticBypass.InitVisible = true; this.labelStaticBypass.InitVisible = true;
this.labelStaticBypass.LineSpacing = 0F; this.labelStaticBypass.LineSpacing = 0F;
this.labelStaticBypass.Location = new System.Drawing.Point(19, 215); this.labelStaticBypass.Location = new System.Drawing.Point(19, 215);
@ -294,7 +294,7 @@
this.labelStaticDecimalPoint.BackPictureBox2 = null; this.labelStaticDecimalPoint.BackPictureBox2 = null;
this.labelStaticDecimalPoint.BorderColor = System.Drawing.Color.Black; this.labelStaticDecimalPoint.BorderColor = System.Drawing.Color.Black;
this.labelStaticDecimalPoint.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticDecimalPoint.LineSpacing = 0F; this.labelStaticDecimalPoint.LineSpacing = 0F;
this.labelStaticDecimalPoint.Location = new System.Drawing.Point(19, 179); this.labelStaticDecimalPoint.Location = new System.Drawing.Point(19, 179);
@ -313,7 +313,7 @@
this.labelStaticBuzzerOnTime.BackPictureBox2 = null; this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black; this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelStaticBuzzerOnTime.InitVisible = true; this.labelStaticBuzzerOnTime.InitVisible = true;
this.labelStaticBuzzerOnTime.LineSpacing = 0F; this.labelStaticBuzzerOnTime.LineSpacing = 0F;
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(19, 105); this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(19, 105);
@ -332,7 +332,7 @@
this.labelStaticChattering.BackPictureBox2 = null; this.labelStaticChattering.BackPictureBox2 = null;
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black; this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticChattering.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelStaticChattering.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelStaticChattering.InitVisible = true; this.labelStaticChattering.InitVisible = true;
this.labelStaticChattering.LineSpacing = 0F; this.labelStaticChattering.LineSpacing = 0F;
this.labelStaticChattering.Location = new System.Drawing.Point(19, 69); this.labelStaticChattering.Location = new System.Drawing.Point(19, 69);
@ -382,7 +382,7 @@
this.labelStaticDoubleEntry.BackPictureBox2 = null; this.labelStaticDoubleEntry.BackPictureBox2 = null;
this.labelStaticDoubleEntry.BorderColor = System.Drawing.Color.Black; this.labelStaticDoubleEntry.BorderColor = System.Drawing.Color.Black;
this.labelStaticDoubleEntry.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticDoubleEntry.LineSpacing = 0F; this.labelStaticDoubleEntry.LineSpacing = 0F;
this.labelStaticDoubleEntry.Location = new System.Drawing.Point(19, 33); this.labelStaticDoubleEntry.Location = new System.Drawing.Point(19, 33);
@ -406,7 +406,7 @@
this.groupBoxAutoZero.Controls.Add(this.labelStaticRange); this.groupBoxAutoZero.Controls.Add(this.labelStaticRange);
this.groupBoxAutoZero.Controls.Add(this.labelStaticTime); this.groupBoxAutoZero.Controls.Add(this.labelStaticTime);
this.groupBoxAutoZero.Controls.Add(this.labelStaticMode); 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxAutoZero.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAutoZero.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAutoZero.FrameLineThickness = 1; this.groupBoxAutoZero.FrameLineThickness = 1;
@ -423,7 +423,7 @@
// //
// comboBoxZeroParameterMode // 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.Location = new System.Drawing.Point(113, 103);
this.comboBoxZeroParameterMode.Name = "comboBoxZeroParameterMode"; this.comboBoxZeroParameterMode.Name = "comboBoxZeroParameterMode";
this.comboBoxZeroParameterMode.Size = new System.Drawing.Size(100, 29); this.comboBoxZeroParameterMode.Size = new System.Drawing.Size(100, 29);
@ -433,7 +433,7 @@
// //
// comboBoxZeroParameterVariate // 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.Location = new System.Drawing.Point(113, 67);
this.comboBoxZeroParameterVariate.Name = "comboBoxZeroParameterVariate"; this.comboBoxZeroParameterVariate.Name = "comboBoxZeroParameterVariate";
this.comboBoxZeroParameterVariate.Size = new System.Drawing.Size(100, 29); this.comboBoxZeroParameterVariate.Size = new System.Drawing.Size(100, 29);
@ -489,7 +489,7 @@
this.labelStaticVariable.BackPictureBox2 = null; this.labelStaticVariable.BackPictureBox2 = null;
this.labelStaticVariable.BorderColor = System.Drawing.Color.Black; this.labelStaticVariable.BorderColor = System.Drawing.Color.Black;
this.labelStaticVariable.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticVariable.LineSpacing = 0F; this.labelStaticVariable.LineSpacing = 0F;
this.labelStaticVariable.Location = new System.Drawing.Point(19, 67); this.labelStaticVariable.Location = new System.Drawing.Point(19, 67);
@ -508,7 +508,7 @@
this.labelStaticRange.BackPictureBox2 = null; this.labelStaticRange.BackPictureBox2 = null;
this.labelStaticRange.BorderColor = System.Drawing.Color.Black; this.labelStaticRange.BorderColor = System.Drawing.Color.Black;
this.labelStaticRange.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticRange.LineSpacing = 0F; this.labelStaticRange.LineSpacing = 0F;
this.labelStaticRange.Location = new System.Drawing.Point(198, 31); this.labelStaticRange.Location = new System.Drawing.Point(198, 31);
@ -527,7 +527,7 @@
this.labelStaticTime.BackPictureBox2 = null; this.labelStaticTime.BackPictureBox2 = null;
this.labelStaticTime.BorderColor = System.Drawing.Color.Black; this.labelStaticTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticTime.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticTime.LineSpacing = 0F; this.labelStaticTime.LineSpacing = 0F;
this.labelStaticTime.Location = new System.Drawing.Point(19, 31); this.labelStaticTime.Location = new System.Drawing.Point(19, 31);
@ -546,7 +546,7 @@
this.labelStaticMode.BackPictureBox2 = null; this.labelStaticMode.BackPictureBox2 = null;
this.labelStaticMode.BorderColor = System.Drawing.Color.Black; this.labelStaticMode.BorderColor = System.Drawing.Color.Black;
this.labelStaticMode.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticMode.LineSpacing = 0F; this.labelStaticMode.LineSpacing = 0F;
this.labelStaticMode.Location = new System.Drawing.Point(19, 103); this.labelStaticMode.Location = new System.Drawing.Point(19, 103);
@ -573,7 +573,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -627,7 +627,7 @@
this.groupBoxCount.Controls.Add(this.buttonAlarmContinuousNG); this.groupBoxCount.Controls.Add(this.buttonAlarmContinuousNG);
this.groupBoxCount.Controls.Add(this.labelStaticAlarmContinuousNG); this.groupBoxCount.Controls.Add(this.labelStaticAlarmContinuousNG);
this.groupBoxCount.Controls.Add(this.labelAlarmContinuousNG); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxCount.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxCount.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxCount.FrameLineThickness = 1; this.groupBoxCount.FrameLineThickness = 1;
@ -680,7 +680,7 @@
this.labelStaticATPC.BackPictureBox2 = null; this.labelStaticATPC.BackPictureBox2 = null;
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black; this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticATPC.LineSpacing = 0F; this.labelStaticATPC.LineSpacing = 0F;
this.labelStaticATPC.Location = new System.Drawing.Point(14, 77); this.labelStaticATPC.Location = new System.Drawing.Point(14, 77);
@ -751,7 +751,7 @@
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null; this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black; this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticAlarmContinuousNG.LineSpacing = 0F; this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(14, 41); this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(14, 41);

View File

@ -78,7 +78,6 @@ namespace INT69DB_2A.Forms
this.labelStaticAlarmContinuousNG.Text = "Continuous NG"; this.labelStaticAlarmContinuousNG.Text = "Continuous NG";
this.labelStaticATPC.Text = "Pass alarm"; this.labelStaticATPC.Text = "Pass alarm";
#endregion #endregion
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) 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)); this.buttonDoubleEnter.UpImage = this.buttonBypassMode.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
#endregion #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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -120,7 +143,7 @@ namespace INT69DB_2A.Forms
{ {
this.ChildControl = new ControlConfiguration(this); this.ChildControl = new ControlConfiguration(this);
this.Controls.Add(this.ChildControl); this.Controls.Add(this.ChildControl);
this.ChildControl.Location = new Point(0, 66); this.ChildControl.Location = new Point(0, 68);
this.ChildControl.BringToFront(); this.ChildControl.BringToFront();
this.ChildControl.Visible = false; this.ChildControl.Visible = false;
@ -151,6 +174,11 @@ namespace INT69DB_2A.Forms
this.comboBoxZeroParameterMode.Items.Add("模式1"); this.comboBoxZeroParameterMode.Items.Add("模式1");
this.comboBoxZeroParameterMode.Items.Add("模式2"); 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 else
{ {
this.comboBoxZeroParameterMode.Items.Add("Mode1"); this.comboBoxZeroParameterMode.Items.Add("Mode1");
@ -164,6 +192,7 @@ namespace INT69DB_2A.Forms
this.comboBoxDecimalPlaces.Items.Add("0"); this.comboBoxDecimalPlaces.Items.Add("0");
this.comboBoxDecimalPlaces.Items.Add("0.0"); this.comboBoxDecimalPlaces.Items.Add("0.0");
this.comboBoxDecimalPlaces.Items.Add("0.00"); this.comboBoxDecimalPlaces.Items.Add("0.00");
this.comboBoxDecimalPlaces.Items.Add("0.000");
this.comboBoxDecimalPlaces.SelectedIndex = 0; this.comboBoxDecimalPlaces.SelectedIndex = 0;
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged); this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
@ -481,7 +510,7 @@ namespace INT69DB_2A.Forms
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6006_Chattering, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6006_Chattering, value);
if (this.ParentForm.SystemConfig.IsPart11 == true) if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.EtcChattering, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Chattering, "", before, after);
} }
} }
} }
@ -511,7 +540,7 @@ namespace INT69DB_2A.Forms
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6001_BuzzerOnTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6001_BuzzerOnTime, value);
if (this.ParentForm.SystemConfig.IsPart11 == true) if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.EtcBuzzerRunTime, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.BuzzerONTime, "", before, after);
} }
} }
} }
@ -541,7 +570,7 @@ namespace INT69DB_2A.Forms
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6002_RelayRunTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6002_RelayRunTime, value);
if (this.ParentForm.SystemConfig.IsPart11 == true) if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.EtcRelayRunTime, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.RelayONTime, "", before, after);
} }
} }
} }
@ -576,7 +605,7 @@ namespace INT69DB_2A.Forms
after = this.comboBoxDecimalPlaces.SelectedItem.ToString(); after = this.comboBoxDecimalPlaces.SelectedItem.ToString();
if (this.ParentForm.SystemConfig.IsPart11 == true) if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.EtcDecimalpoint, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Decimal, "", before, after);
} }
private void labelAlarmContinuousNG_Click(object sender, EventArgs e) private void labelAlarmContinuousNG_Click(object sender, EventArgs e)

View File

@ -69,6 +69,14 @@ namespace INT69DB_2A.Forms
this.buttonDataBackupEnable.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); this.buttonDataBackupEnable.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonDataBackupEnable.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -163,16 +171,16 @@ namespace INT69DB_2A.Forms
private void buttonDataBackupEnable_Click(object sender, EventArgs e) private void buttonDataBackupEnable_Click(object sender, EventArgs e)
{ {
if (this.ParentForm.SystemConfig.IsDataBackup == true) if (this.buttonDataBackupEnable.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
{
this.ParentForm.SystemConfig.IsDataBackup = false;
this.buttonDataBackupEnable.ButtonUp();
}
else
{ {
this.ParentForm.SystemConfig.IsDataBackup = true; this.ParentForm.SystemConfig.IsDataBackup = true;
this.buttonDataBackupEnable.ButtonDown();
if (this.ParentForm.SystemConfig.EquipmentMode == 2)
this.ParentForm.SystemConfig.IsIntegratedTransmission = true;
} }
else
this.ParentForm.SystemConfig.IsDataBackup = false;
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
} }

View File

@ -68,6 +68,10 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "数据备份"; this.labelTitle.Text = "数据备份";
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタバックアップ";
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -140,6 +140,53 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "Data Statistics"; 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
this.labelTitle.Text = "Data Statistics"; this.labelTitle.Text = "Data Statistics";
@ -661,7 +708,7 @@ namespace INT69DB_2A.Forms
{ {
ret = -1; ret = -1;
splash.Finish(); splash.Finish();
DialogFormMessage msg = new DialogFormMessage(13, this.ParentForm.SystemConfig.Language); DialogFormMessage msg = new DialogFormMessage(19, this.ParentForm.SystemConfig.Language);
msg.ShowDialog(); msg.ShowDialog();
this.ParentForm.smartFileIO.Close(); this.ParentForm.smartFileIO.Close();

View File

@ -80,6 +80,10 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "数据查看器"; this.labelTitle.Text = "数据查看器";
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "デㅡタビュㅡア";
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -385,7 +389,7 @@ namespace INT69DB_2A.Forms
this.CollectionHistoryData.Clear(); this.CollectionHistoryData.Clear();
ret = -1; ret = -1;
splash.Finish(); splash.Finish();
DialogFormMessage msg = new DialogFormMessage(13, this.ParentForm.SystemConfig.Language); DialogFormMessage msg = new DialogFormMessage(19, this.ParentForm.SystemConfig.Language);
msg.ShowDialog(); msg.ShowDialog();
this.ParentForm.smartFileIO.Close(); this.ParentForm.smartFileIO.Close();

View File

@ -71,6 +71,7 @@
this.smartLabel12 = new SmartX.SmartLabel(); this.smartLabel12 = new SmartX.SmartLabel();
this.smartLabel14 = new SmartX.SmartLabel(); this.smartLabel14 = new SmartX.SmartLabel();
this.panel8 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel();
this.radioButtonJapanese = new System.Windows.Forms.RadioButton();
this.radioButtonChinese = new System.Windows.Forms.RadioButton(); this.radioButtonChinese = new System.Windows.Forms.RadioButton();
this.radioButtonEnglish = new System.Windows.Forms.RadioButton(); this.radioButtonEnglish = new System.Windows.Forms.RadioButton();
this.radioButtonKorean = new System.Windows.Forms.RadioButton(); this.radioButtonKorean = new System.Windows.Forms.RadioButton();
@ -94,6 +95,8 @@
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox(); this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
this.buttonSave = new SmartX.SmartButton(); this.buttonSave = new SmartX.SmartButton();
this.buttonBack = new SmartX.SmartButton(); this.buttonBack = new SmartX.SmartButton();
this.buttonEmergencyStopEntrySensorError = new SmartX.SmartButton();
this.labelStaticEmergencyStopEntrySensorError = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
@ -127,7 +130,7 @@
this.labelStaticEquipmentID.BackPictureBox2 = null; this.labelStaticEquipmentID.BackPictureBox2 = null;
this.labelStaticEquipmentID.BorderColor = System.Drawing.Color.Black; this.labelStaticEquipmentID.BorderColor = System.Drawing.Color.Black;
this.labelStaticEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticEquipmentID.LineSpacing = 0F; this.labelStaticEquipmentID.LineSpacing = 0F;
this.labelStaticEquipmentID.Location = new System.Drawing.Point(318, 423); this.labelStaticEquipmentID.Location = new System.Drawing.Point(318, 423);
@ -146,12 +149,12 @@
this.labelStaticEquipmentLine.BackPictureBox2 = null; this.labelStaticEquipmentLine.BackPictureBox2 = null;
this.labelStaticEquipmentLine.BorderColor = System.Drawing.Color.Black; this.labelStaticEquipmentLine.BorderColor = System.Drawing.Color.Black;
this.labelStaticEquipmentLine.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticEquipmentLine.LineSpacing = 0F; this.labelStaticEquipmentLine.LineSpacing = 0F;
this.labelStaticEquipmentLine.Location = new System.Drawing.Point(16, 112); this.labelStaticEquipmentLine.Location = new System.Drawing.Point(614, 81);
this.labelStaticEquipmentLine.Name = "labelStaticEquipmentLine"; this.labelStaticEquipmentLine.Name = "labelStaticEquipmentLine";
this.labelStaticEquipmentLine.Size = new System.Drawing.Size(204, 25); this.labelStaticEquipmentLine.Size = new System.Drawing.Size(87, 25);
this.labelStaticEquipmentLine.TabIndex = 119; this.labelStaticEquipmentLine.TabIndex = 119;
this.labelStaticEquipmentLine.Text = "장비 열"; this.labelStaticEquipmentLine.Text = "장비 열";
this.labelStaticEquipmentLine.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelStaticEquipmentLine.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -165,7 +168,7 @@
this.labelStaticWeightCheck.BackPictureBox2 = null; this.labelStaticWeightCheck.BackPictureBox2 = null;
this.labelStaticWeightCheck.BorderColor = System.Drawing.Color.Black; this.labelStaticWeightCheck.BorderColor = System.Drawing.Color.Black;
this.labelStaticWeightCheck.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticWeightCheck.LineSpacing = 0F; this.labelStaticWeightCheck.LineSpacing = 0F;
this.labelStaticWeightCheck.Location = new System.Drawing.Point(12, 485); this.labelStaticWeightCheck.Location = new System.Drawing.Point(12, 485);
@ -185,10 +188,10 @@
this.labelStaticSelectSensor.BackPictureBox2 = null; this.labelStaticSelectSensor.BackPictureBox2 = null;
this.labelStaticSelectSensor.BorderColor = System.Drawing.Color.Black; this.labelStaticSelectSensor.BorderColor = System.Drawing.Color.Black;
this.labelStaticSelectSensor.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticSelectSensor.LineSpacing = 0F; this.labelStaticSelectSensor.LineSpacing = 0F;
this.labelStaticSelectSensor.Location = new System.Drawing.Point(12, 206); this.labelStaticSelectSensor.Location = new System.Drawing.Point(12, 174);
this.labelStaticSelectSensor.Name = "labelStaticSelectSensor"; this.labelStaticSelectSensor.Name = "labelStaticSelectSensor";
this.labelStaticSelectSensor.Size = new System.Drawing.Size(208, 25); this.labelStaticSelectSensor.Size = new System.Drawing.Size(208, 25);
this.labelStaticSelectSensor.TabIndex = 119; this.labelStaticSelectSensor.TabIndex = 119;
@ -225,10 +228,10 @@
this.labelStaticIndividualNG.BackPictureBox2 = null; this.labelStaticIndividualNG.BackPictureBox2 = null;
this.labelStaticIndividualNG.BorderColor = System.Drawing.Color.Black; this.labelStaticIndividualNG.BorderColor = System.Drawing.Color.Black;
this.labelStaticIndividualNG.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticIndividualNG.LineSpacing = 0F; this.labelStaticIndividualNG.LineSpacing = 0F;
this.labelStaticIndividualNG.Location = new System.Drawing.Point(12, 175); this.labelStaticIndividualNG.Location = new System.Drawing.Point(12, 143);
this.labelStaticIndividualNG.Name = "labelStaticIndividualNG"; this.labelStaticIndividualNG.Name = "labelStaticIndividualNG";
this.labelStaticIndividualNG.Size = new System.Drawing.Size(208, 25); this.labelStaticIndividualNG.Size = new System.Drawing.Size(208, 25);
this.labelStaticIndividualNG.TabIndex = 125; this.labelStaticIndividualNG.TabIndex = 125;
@ -249,7 +252,7 @@
this.buttonEachNG.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachNG.DownImage"))); this.buttonEachNG.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachNG.DownImage")));
this.buttonEachNG.GroupID = 0; this.buttonEachNG.GroupID = 0;
this.buttonEachNG.InitVisible = true; this.buttonEachNG.InitVisible = true;
this.buttonEachNG.Location = new System.Drawing.Point(226, 175); this.buttonEachNG.Location = new System.Drawing.Point(226, 143);
this.buttonEachNG.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonEachNG.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonEachNG.Name = "buttonEachNG"; this.buttonEachNG.Name = "buttonEachNG";
this.buttonEachNG.NestedClickEventPrevent = false; this.buttonEachNG.NestedClickEventPrevent = false;
@ -275,7 +278,7 @@
this.labelStaticRejectConveyor.BackPictureBox2 = null; this.labelStaticRejectConveyor.BackPictureBox2 = null;
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyor.InitVisible = true; this.labelStaticRejectConveyor.InitVisible = true;
this.labelStaticRejectConveyor.LineSpacing = 0F; this.labelStaticRejectConveyor.LineSpacing = 0F;
this.labelStaticRejectConveyor.Location = new System.Drawing.Point(12, 237); this.labelStaticRejectConveyor.Location = new System.Drawing.Point(12, 237);
@ -325,7 +328,7 @@
this.labelStaticFeedingConveyor.BackPictureBox2 = null; this.labelStaticFeedingConveyor.BackPictureBox2 = null;
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingConveyor.InitVisible = true; this.labelStaticFeedingConveyor.InitVisible = true;
this.labelStaticFeedingConveyor.LineSpacing = 0F; this.labelStaticFeedingConveyor.LineSpacing = 0F;
this.labelStaticFeedingConveyor.Location = new System.Drawing.Point(12, 268); this.labelStaticFeedingConveyor.Location = new System.Drawing.Point(12, 268);
@ -370,17 +373,17 @@
// //
// comboBoxEquipmentColumn // 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.Location = new System.Drawing.Point(707, 78);
this.comboBoxEquipmentColumn.Name = "comboBoxEquipmentColumn"; this.comboBoxEquipmentColumn.Name = "comboBoxEquipmentColumn";
this.comboBoxEquipmentColumn.Size = new System.Drawing.Size(104, 29); this.comboBoxEquipmentColumn.Size = new System.Drawing.Size(83, 29);
this.comboBoxEquipmentColumn.TabIndex = 127; this.comboBoxEquipmentColumn.TabIndex = 127;
this.comboBoxEquipmentColumn.SelectedIndexChanged += new System.EventHandler(this.control_Click); this.comboBoxEquipmentColumn.SelectedIndexChanged += new System.EventHandler(this.control_Click);
// //
// comboBoxInputSensorSelect // 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.Location = new System.Drawing.Point(226, 170);
this.comboBoxInputSensorSelect.Name = "comboBoxInputSensorSelect"; this.comboBoxInputSensorSelect.Name = "comboBoxInputSensorSelect";
this.comboBoxInputSensorSelect.Size = new System.Drawing.Size(165, 29); this.comboBoxInputSensorSelect.Size = new System.Drawing.Size(165, 29);
this.comboBoxInputSensorSelect.TabIndex = 127; this.comboBoxInputSensorSelect.TabIndex = 127;
@ -394,34 +397,34 @@
this.panel1.Controls.Add(this.radioButtonEquipmentModeStick1); this.panel1.Controls.Add(this.radioButtonEquipmentModeStick1);
this.panel1.Location = new System.Drawing.Point(226, 81); this.panel1.Location = new System.Drawing.Point(226, 81);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(298, 25); this.panel1.Size = new System.Drawing.Size(384, 25);
// //
// radioButtonEquipmentModeStick3 // radioButtonEquipmentModeStick3
// //
this.radioButtonEquipmentModeStick3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.radioButtonEquipmentModeStick3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.radioButtonEquipmentModeStick3.Location = new System.Drawing.Point(202, 3); this.radioButtonEquipmentModeStick3.Location = new System.Drawing.Point(262, 3);
this.radioButtonEquipmentModeStick3.Name = "radioButtonEquipmentModeStick3"; 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.TabIndex = 3;
this.radioButtonEquipmentModeStick3.Text = "스틱-III"; this.radioButtonEquipmentModeStick3.Text = "스틱-III";
this.radioButtonEquipmentModeStick3.Click += new System.EventHandler(this.control_Click); this.radioButtonEquipmentModeStick3.Click += new System.EventHandler(this.control_Click);
// //
// radioButtonEquipmentModeStick2 // radioButtonEquipmentModeStick2
// //
this.radioButtonEquipmentModeStick2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.radioButtonEquipmentModeStick2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.radioButtonEquipmentModeStick2.Location = new System.Drawing.Point(106, 3); this.radioButtonEquipmentModeStick2.Location = new System.Drawing.Point(136, 2);
this.radioButtonEquipmentModeStick2.Name = "radioButtonEquipmentModeStick2"; 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.TabIndex = 2;
this.radioButtonEquipmentModeStick2.Text = "스틱-II"; this.radioButtonEquipmentModeStick2.Text = "스틱-II";
this.radioButtonEquipmentModeStick2.Click += new System.EventHandler(this.control_Click); this.radioButtonEquipmentModeStick2.Click += new System.EventHandler(this.control_Click);
// //
// radioButtonEquipmentModeStick1 // 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.Location = new System.Drawing.Point(10, 3);
this.radioButtonEquipmentModeStick1.Name = "radioButtonEquipmentModeStick1"; 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.TabIndex = 1;
this.radioButtonEquipmentModeStick1.Text = "스틱-I"; this.radioButtonEquipmentModeStick1.Text = "스틱-I";
this.radioButtonEquipmentModeStick1.Click += new System.EventHandler(this.control_Click); this.radioButtonEquipmentModeStick1.Click += new System.EventHandler(this.control_Click);
@ -433,7 +436,7 @@
this.labelStaticEquipmentType.BackPictureBox2 = null; this.labelStaticEquipmentType.BackPictureBox2 = null;
this.labelStaticEquipmentType.BorderColor = System.Drawing.Color.Black; this.labelStaticEquipmentType.BorderColor = System.Drawing.Color.Black;
this.labelStaticEquipmentType.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticEquipmentType.LineSpacing = 0F; this.labelStaticEquipmentType.LineSpacing = 0F;
this.labelStaticEquipmentType.Location = new System.Drawing.Point(12, 81); this.labelStaticEquipmentType.Location = new System.Drawing.Point(12, 81);
@ -457,7 +460,7 @@
// //
// radioButtonDischargeConveyorDirectionCWCCW // 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.Location = new System.Drawing.Point(272, 3);
this.radioButtonDischargeConveyorDirectionCWCCW.Name = "radioButtonDischargeConveyorDirectionCWCCW"; this.radioButtonDischargeConveyorDirectionCWCCW.Name = "radioButtonDischargeConveyorDirectionCWCCW";
this.radioButtonDischargeConveyorDirectionCWCCW.Size = new System.Drawing.Size(120, 20); this.radioButtonDischargeConveyorDirectionCWCCW.Size = new System.Drawing.Size(120, 20);
@ -467,7 +470,7 @@
// //
// radioButtonDischargeConveyorDirectionCCW // 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.Location = new System.Drawing.Point(146, 3);
this.radioButtonDischargeConveyorDirectionCCW.Name = "radioButtonDischargeConveyorDirectionCCW"; this.radioButtonDischargeConveyorDirectionCCW.Name = "radioButtonDischargeConveyorDirectionCCW";
this.radioButtonDischargeConveyorDirectionCCW.Size = new System.Drawing.Size(120, 20); this.radioButtonDischargeConveyorDirectionCCW.Size = new System.Drawing.Size(120, 20);
@ -478,7 +481,7 @@
// radioButtonDischargeConveyorDirectionCW // radioButtonDischargeConveyorDirectionCW
// //
this.radioButtonDischargeConveyorDirectionCW.Checked = true; 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.Location = new System.Drawing.Point(20, 3);
this.radioButtonDischargeConveyorDirectionCW.Name = "radioButtonDischargeConveyorDirectionCW"; this.radioButtonDischargeConveyorDirectionCW.Name = "radioButtonDischargeConveyorDirectionCW";
this.radioButtonDischargeConveyorDirectionCW.Size = new System.Drawing.Size(120, 20); this.radioButtonDischargeConveyorDirectionCW.Size = new System.Drawing.Size(120, 20);
@ -497,7 +500,7 @@
// //
// radioButtonImpellerMotorDirectionCCW // 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.Location = new System.Drawing.Point(232, 3);
this.radioButtonImpellerMotorDirectionCCW.Name = "radioButtonImpellerMotorDirectionCCW"; this.radioButtonImpellerMotorDirectionCCW.Name = "radioButtonImpellerMotorDirectionCCW";
this.radioButtonImpellerMotorDirectionCCW.Size = new System.Drawing.Size(180, 20); this.radioButtonImpellerMotorDirectionCCW.Size = new System.Drawing.Size(180, 20);
@ -508,7 +511,7 @@
// radioButtonImpellerMotorDirectionCW // radioButtonImpellerMotorDirectionCW
// //
this.radioButtonImpellerMotorDirectionCW.Checked = true; 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.Location = new System.Drawing.Point(20, 3);
this.radioButtonImpellerMotorDirectionCW.Name = "radioButtonImpellerMotorDirectionCW"; this.radioButtonImpellerMotorDirectionCW.Name = "radioButtonImpellerMotorDirectionCW";
this.radioButtonImpellerMotorDirectionCW.Size = new System.Drawing.Size(180, 20); this.radioButtonImpellerMotorDirectionCW.Size = new System.Drawing.Size(180, 20);
@ -527,7 +530,7 @@
// //
// radioButtonFeedingConveyorRunNg // 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.Location = new System.Drawing.Point(146, 3);
this.radioButtonFeedingConveyorRunNg.Name = "radioButtonFeedingConveyorRunNg"; this.radioButtonFeedingConveyorRunNg.Name = "radioButtonFeedingConveyorRunNg";
this.radioButtonFeedingConveyorRunNg.Size = new System.Drawing.Size(120, 20); this.radioButtonFeedingConveyorRunNg.Size = new System.Drawing.Size(120, 20);
@ -538,7 +541,7 @@
// radioButtonFeedingConveyorRunPass // radioButtonFeedingConveyorRunPass
// //
this.radioButtonFeedingConveyorRunPass.Checked = true; 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.Location = new System.Drawing.Point(20, 3);
this.radioButtonFeedingConveyorRunPass.Name = "radioButtonFeedingConveyorRunPass"; this.radioButtonFeedingConveyorRunPass.Name = "radioButtonFeedingConveyorRunPass";
this.radioButtonFeedingConveyorRunPass.Size = new System.Drawing.Size(120, 20); this.radioButtonFeedingConveyorRunPass.Size = new System.Drawing.Size(120, 20);
@ -553,7 +556,7 @@
this.labelStaticImpellerRotationDirection.BackPictureBox2 = null; this.labelStaticImpellerRotationDirection.BackPictureBox2 = null;
this.labelStaticImpellerRotationDirection.BorderColor = System.Drawing.Color.Black; this.labelStaticImpellerRotationDirection.BorderColor = System.Drawing.Color.Black;
this.labelStaticImpellerRotationDirection.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticImpellerRotationDirection.LineSpacing = 0F; this.labelStaticImpellerRotationDirection.LineSpacing = 0F;
this.labelStaticImpellerRotationDirection.Location = new System.Drawing.Point(12, 361); this.labelStaticImpellerRotationDirection.Location = new System.Drawing.Point(12, 361);
@ -572,7 +575,7 @@
this.labelStaticImpellerBaudrate.BackPictureBox2 = null; this.labelStaticImpellerBaudrate.BackPictureBox2 = null;
this.labelStaticImpellerBaudrate.BorderColor = System.Drawing.Color.Black; this.labelStaticImpellerBaudrate.BorderColor = System.Drawing.Color.Black;
this.labelStaticImpellerBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticImpellerBaudrate.LineSpacing = 0F; this.labelStaticImpellerBaudrate.LineSpacing = 0F;
this.labelStaticImpellerBaudrate.Location = new System.Drawing.Point(12, 330); this.labelStaticImpellerBaudrate.Location = new System.Drawing.Point(12, 330);
@ -597,7 +600,7 @@
// //
// radioButtonImpellerMotorBaudrate115200 // 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.ForeColor = System.Drawing.Color.Black;
this.radioButtonImpellerMotorBaudrate115200.Location = new System.Drawing.Point(338, 3); this.radioButtonImpellerMotorBaudrate115200.Location = new System.Drawing.Point(338, 3);
this.radioButtonImpellerMotorBaudrate115200.Name = "radioButtonImpellerMotorBaudrate115200"; this.radioButtonImpellerMotorBaudrate115200.Name = "radioButtonImpellerMotorBaudrate115200";
@ -609,7 +612,7 @@
// //
// radioButtonImpellerMotorBaudrate38400 // 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.ForeColor = System.Drawing.Color.Black;
this.radioButtonImpellerMotorBaudrate38400.Location = new System.Drawing.Point(232, 3); this.radioButtonImpellerMotorBaudrate38400.Location = new System.Drawing.Point(232, 3);
this.radioButtonImpellerMotorBaudrate38400.Name = "radioButtonImpellerMotorBaudrate38400"; this.radioButtonImpellerMotorBaudrate38400.Name = "radioButtonImpellerMotorBaudrate38400";
@ -621,7 +624,7 @@
// //
// radioButtonImpellerMotorBaudrate19200 // 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.ForeColor = System.Drawing.Color.Black;
this.radioButtonImpellerMotorBaudrate19200.Location = new System.Drawing.Point(126, 3); this.radioButtonImpellerMotorBaudrate19200.Location = new System.Drawing.Point(126, 3);
this.radioButtonImpellerMotorBaudrate19200.Name = "radioButtonImpellerMotorBaudrate19200"; this.radioButtonImpellerMotorBaudrate19200.Name = "radioButtonImpellerMotorBaudrate19200";
@ -634,7 +637,7 @@
// radioButtonImpellerMotorBaudrate9600 // radioButtonImpellerMotorBaudrate9600
// //
this.radioButtonImpellerMotorBaudrate9600.Checked = true; 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.ForeColor = System.Drawing.Color.Black;
this.radioButtonImpellerMotorBaudrate9600.Location = new System.Drawing.Point(20, 3); this.radioButtonImpellerMotorBaudrate9600.Location = new System.Drawing.Point(20, 3);
this.radioButtonImpellerMotorBaudrate9600.Name = "radioButtonImpellerMotorBaudrate9600"; this.radioButtonImpellerMotorBaudrate9600.Name = "radioButtonImpellerMotorBaudrate9600";
@ -655,7 +658,7 @@
// //
// radioButtonWeightViewReverse // 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.Location = new System.Drawing.Point(232, 3);
this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse"; this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse";
this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(180, 20); this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(180, 20);
@ -666,7 +669,7 @@
// radioButtonWeightViewForward // radioButtonWeightViewForward
// //
this.radioButtonWeightViewForward.Checked = true; 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.Location = new System.Drawing.Point(20, 3);
this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward"; this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward";
this.radioButtonWeightViewForward.Size = new System.Drawing.Size(180, 20); this.radioButtonWeightViewForward.Size = new System.Drawing.Size(180, 20);
@ -682,11 +685,11 @@
this.smartLabel12.BackPictureBox2 = null; this.smartLabel12.BackPictureBox2 = null;
this.smartLabel12.BorderColor = System.Drawing.Color.Black; this.smartLabel12.BorderColor = System.Drawing.Color.Black;
this.smartLabel12.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Red;
this.smartLabel12.InitVisible = true; this.smartLabel12.InitVisible = true;
this.smartLabel12.LineSpacing = 0F; this.smartLabel12.LineSpacing = 0F;
this.smartLabel12.Location = new System.Drawing.Point(428, 176); this.smartLabel12.Location = new System.Drawing.Point(428, 144);
this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.Name = "smartLabel12";
this.smartLabel12.Size = new System.Drawing.Size(267, 23); this.smartLabel12.Size = new System.Drawing.Size(267, 23);
this.smartLabel12.TabIndex = 145; this.smartLabel12.TabIndex = 145;
@ -703,11 +706,11 @@
this.smartLabel14.BackPictureBox2 = null; this.smartLabel14.BackPictureBox2 = null;
this.smartLabel14.BorderColor = System.Drawing.Color.Black; this.smartLabel14.BorderColor = System.Drawing.Color.Black;
this.smartLabel14.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Red;
this.smartLabel14.InitVisible = true; this.smartLabel14.InitVisible = true;
this.smartLabel14.LineSpacing = 0F; this.smartLabel14.LineSpacing = 0F;
this.smartLabel14.Location = new System.Drawing.Point(428, 207); this.smartLabel14.Location = new System.Drawing.Point(428, 175);
this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.Name = "smartLabel14";
this.smartLabel14.Size = new System.Drawing.Size(267, 23); this.smartLabel14.Size = new System.Drawing.Size(267, 23);
this.smartLabel14.TabIndex = 145; this.smartLabel14.TabIndex = 145;
@ -719,6 +722,7 @@
// panel8 // panel8
// //
this.panel8.BackColor = System.Drawing.SystemColors.ControlLight; this.panel8.BackColor = System.Drawing.SystemColors.ControlLight;
this.panel8.Controls.Add(this.radioButtonJapanese);
this.panel8.Controls.Add(this.radioButtonChinese); this.panel8.Controls.Add(this.radioButtonChinese);
this.panel8.Controls.Add(this.radioButtonEnglish); this.panel8.Controls.Add(this.radioButtonEnglish);
this.panel8.Controls.Add(this.radioButtonKorean); this.panel8.Controls.Add(this.radioButtonKorean);
@ -726,9 +730,19 @@
this.panel8.Name = "panel8"; this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(500, 25); 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 // 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.Location = new System.Drawing.Point(232, 3);
this.radioButtonChinese.Name = "radioButtonChinese"; this.radioButtonChinese.Name = "radioButtonChinese";
this.radioButtonChinese.Size = new System.Drawing.Size(100, 20); this.radioButtonChinese.Size = new System.Drawing.Size(100, 20);
@ -738,7 +752,7 @@
// //
// radioButtonEnglish // 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.Location = new System.Drawing.Point(126, 3);
this.radioButtonEnglish.Name = "radioButtonEnglish"; this.radioButtonEnglish.Name = "radioButtonEnglish";
this.radioButtonEnglish.Size = new System.Drawing.Size(100, 20); this.radioButtonEnglish.Size = new System.Drawing.Size(100, 20);
@ -749,7 +763,7 @@
// radioButtonKorean // radioButtonKorean
// //
this.radioButtonKorean.Checked = true; 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.Location = new System.Drawing.Point(20, 3);
this.radioButtonKorean.Name = "radioButtonKorean"; this.radioButtonKorean.Name = "radioButtonKorean";
this.radioButtonKorean.Size = new System.Drawing.Size(100, 20); this.radioButtonKorean.Size = new System.Drawing.Size(100, 20);
@ -765,7 +779,7 @@
this.labelBuadrateWarning.BackPictureBox2 = null; this.labelBuadrateWarning.BackPictureBox2 = null;
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black; this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelBuadrateWarning.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.Gold;
this.labelBuadrateWarning.InitVisible = true; this.labelBuadrateWarning.InitVisible = true;
this.labelBuadrateWarning.LineSpacing = 0F; this.labelBuadrateWarning.LineSpacing = 0F;
@ -785,7 +799,7 @@
this.labelStaticLanguage.BackPictureBox2 = null; this.labelStaticLanguage.BackPictureBox2 = null;
this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black; this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black;
this.labelStaticLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticLanguage.LineSpacing = 0F; this.labelStaticLanguage.LineSpacing = 0F;
this.labelStaticLanguage.Location = new System.Drawing.Point(12, 392); this.labelStaticLanguage.Location = new System.Drawing.Point(12, 392);
@ -805,7 +819,7 @@
this.labelBuadrateWarning2.BackPictureBox2 = null; this.labelBuadrateWarning2.BackPictureBox2 = null;
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black; this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelBuadrateWarning2.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.Gold;
this.labelBuadrateWarning2.InitVisible = true; this.labelBuadrateWarning2.InitVisible = true;
this.labelBuadrateWarning2.LineSpacing = 0F; this.labelBuadrateWarning2.LineSpacing = 0F;
@ -825,7 +839,7 @@
this.labelStaticLogin.BackPictureBox2 = null; this.labelStaticLogin.BackPictureBox2 = null;
this.labelStaticLogin.BorderColor = System.Drawing.Color.Black; this.labelStaticLogin.BorderColor = System.Drawing.Color.Black;
this.labelStaticLogin.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticLogin.LineSpacing = 0F; this.labelStaticLogin.LineSpacing = 0F;
this.labelStaticLogin.Location = new System.Drawing.Point(12, 423); this.labelStaticLogin.Location = new System.Drawing.Point(12, 423);
@ -875,7 +889,7 @@
this.labelTitleStepMotorType.BackPictureBox2 = null; this.labelTitleStepMotorType.BackPictureBox2 = null;
this.labelTitleStepMotorType.BorderColor = System.Drawing.Color.Black; this.labelTitleStepMotorType.BorderColor = System.Drawing.Color.Black;
this.labelTitleStepMotorType.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelTitleStepMotorType.LineSpacing = 0F; this.labelTitleStepMotorType.LineSpacing = 0F;
this.labelTitleStepMotorType.Location = new System.Drawing.Point(12, 454); this.labelTitleStepMotorType.Location = new System.Drawing.Point(12, 454);
@ -889,7 +903,7 @@
// //
// comboBoxStepMotorType // 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.Location = new System.Drawing.Point(226, 454);
this.comboBoxStepMotorType.Name = "comboBoxStepMotorType"; this.comboBoxStepMotorType.Name = "comboBoxStepMotorType";
this.comboBoxStepMotorType.Size = new System.Drawing.Size(165, 25); this.comboBoxStepMotorType.Size = new System.Drawing.Size(165, 25);
@ -903,7 +917,7 @@
this.labelStaticPingTimer.BackPictureBox2 = null; this.labelStaticPingTimer.BackPictureBox2 = null;
this.labelStaticPingTimer.BorderColor = System.Drawing.Color.Black; this.labelStaticPingTimer.BorderColor = System.Drawing.Color.Black;
this.labelStaticPingTimer.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticPingTimer.LineSpacing = 0F; this.labelStaticPingTimer.LineSpacing = 0F;
this.labelStaticPingTimer.Location = new System.Drawing.Point(532, 423); this.labelStaticPingTimer.Location = new System.Drawing.Point(532, 423);
@ -950,6 +964,8 @@
// //
this.groupBoxSpecialMenu.BackPictureBox = this.smartForm1; this.groupBoxSpecialMenu.BackPictureBox = this.smartForm1;
this.groupBoxSpecialMenu.BackPictureBox1 = null; this.groupBoxSpecialMenu.BackPictureBox1 = null;
this.groupBoxSpecialMenu.Controls.Add(this.buttonEmergencyStopEntrySensorError);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEmergencyStopEntrySensorError);
this.groupBoxSpecialMenu.Controls.Add(this.smartLabel6); this.groupBoxSpecialMenu.Controls.Add(this.smartLabel6);
this.groupBoxSpecialMenu.Controls.Add(this.labelDataStoragePeriod); this.groupBoxSpecialMenu.Controls.Add(this.labelDataStoragePeriod);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticDataStoragePeriod); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticDataStoragePeriod);
@ -994,7 +1010,7 @@
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticWeightCheck); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticWeightCheck);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEquipmentLine); this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEquipmentLine);
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticEquipmentID); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxSpecialMenu.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSpecialMenu.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSpecialMenu.FrameLineThickness = 1; this.groupBoxSpecialMenu.FrameLineThickness = 1;
@ -1015,10 +1031,10 @@
this.smartLabel6.BackPictureBox2 = null; this.smartLabel6.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.Font = new System.Drawing.Font("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.InitVisible = true;
this.smartLabel6.LineSpacing = 0F; this.smartLabel6.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(316, 299); this.smartLabel6.Location = new System.Drawing.Point(320, 299);
this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.Size = new System.Drawing.Size(174, 25); this.smartLabel6.Size = new System.Drawing.Size(174, 25);
this.smartLabel6.TabIndex = 259; this.smartLabel6.TabIndex = 259;
@ -1038,7 +1054,7 @@
this.labelDataStoragePeriod.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold); this.labelDataStoragePeriod.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelDataStoragePeriod.InitVisible = true; this.labelDataStoragePeriod.InitVisible = true;
this.labelDataStoragePeriod.LineSpacing = 0F; this.labelDataStoragePeriod.LineSpacing = 0F;
this.labelDataStoragePeriod.Location = new System.Drawing.Point(226, 299); this.labelDataStoragePeriod.Location = new System.Drawing.Point(230, 299);
this.labelDataStoragePeriod.Name = "labelDataStoragePeriod"; this.labelDataStoragePeriod.Name = "labelDataStoragePeriod";
this.labelDataStoragePeriod.Size = new System.Drawing.Size(84, 25); this.labelDataStoragePeriod.Size = new System.Drawing.Size(84, 25);
this.labelDataStoragePeriod.TabIndex = 258; this.labelDataStoragePeriod.TabIndex = 258;
@ -1055,10 +1071,10 @@
this.labelStaticDataStoragePeriod.BackPictureBox2 = null; this.labelStaticDataStoragePeriod.BackPictureBox2 = null;
this.labelStaticDataStoragePeriod.BorderColor = System.Drawing.Color.Black; this.labelStaticDataStoragePeriod.BorderColor = System.Drawing.Color.Black;
this.labelStaticDataStoragePeriod.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticDataStoragePeriod.LineSpacing = 0F; this.labelStaticDataStoragePeriod.LineSpacing = 0F;
this.labelStaticDataStoragePeriod.Location = new System.Drawing.Point(12, 299); this.labelStaticDataStoragePeriod.Location = new System.Drawing.Point(16, 299);
this.labelStaticDataStoragePeriod.Name = "labelStaticDataStoragePeriod"; this.labelStaticDataStoragePeriod.Name = "labelStaticDataStoragePeriod";
this.labelStaticDataStoragePeriod.Size = new System.Drawing.Size(208, 25); this.labelStaticDataStoragePeriod.Size = new System.Drawing.Size(208, 25);
this.labelStaticDataStoragePeriod.TabIndex = 257; this.labelStaticDataStoragePeriod.TabIndex = 257;
@ -1075,11 +1091,11 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.Red;
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(428, 144); this.smartLabel2.Location = new System.Drawing.Point(428, 112);
this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(267, 25); this.smartLabel2.Size = new System.Drawing.Size(267, 25);
this.smartLabel2.TabIndex = 248; this.smartLabel2.TabIndex = 248;
@ -1100,7 +1116,7 @@
this.buttonIntegratedTransmission.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIntegratedTransmission.DownImage"))); this.buttonIntegratedTransmission.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIntegratedTransmission.DownImage")));
this.buttonIntegratedTransmission.GroupID = 0; this.buttonIntegratedTransmission.GroupID = 0;
this.buttonIntegratedTransmission.InitVisible = true; this.buttonIntegratedTransmission.InitVisible = true;
this.buttonIntegratedTransmission.Location = new System.Drawing.Point(226, 144); this.buttonIntegratedTransmission.Location = new System.Drawing.Point(226, 112);
this.buttonIntegratedTransmission.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonIntegratedTransmission.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonIntegratedTransmission.Name = "buttonIntegratedTransmission"; this.buttonIntegratedTransmission.Name = "buttonIntegratedTransmission";
this.buttonIntegratedTransmission.NestedClickEventPrevent = false; this.buttonIntegratedTransmission.NestedClickEventPrevent = false;
@ -1126,10 +1142,10 @@
this.labelStaticIntegratedTransmission.BackPictureBox2 = null; this.labelStaticIntegratedTransmission.BackPictureBox2 = null;
this.labelStaticIntegratedTransmission.BorderColor = System.Drawing.Color.Black; this.labelStaticIntegratedTransmission.BorderColor = System.Drawing.Color.Black;
this.labelStaticIntegratedTransmission.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticIntegratedTransmission.LineSpacing = 0F; this.labelStaticIntegratedTransmission.LineSpacing = 0F;
this.labelStaticIntegratedTransmission.Location = new System.Drawing.Point(12, 144); this.labelStaticIntegratedTransmission.Location = new System.Drawing.Point(12, 112);
this.labelStaticIntegratedTransmission.Name = "labelStaticIntegratedTransmission"; this.labelStaticIntegratedTransmission.Name = "labelStaticIntegratedTransmission";
this.labelStaticIntegratedTransmission.Size = new System.Drawing.Size(208, 25); this.labelStaticIntegratedTransmission.Size = new System.Drawing.Size(208, 25);
this.labelStaticIntegratedTransmission.TabIndex = 246; this.labelStaticIntegratedTransmission.TabIndex = 246;
@ -1145,7 +1161,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -1228,6 +1244,56 @@
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage"))); this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click); this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
// //
// buttonEmergencyStopEntrySensorError
//
this.buttonEmergencyStopEntrySensorError.BackPictureBox = null;
this.buttonEmergencyStopEntrySensorError.BackPictureBox1 = null;
this.buttonEmergencyStopEntrySensorError.BackPictureBox2 = null;
this.buttonEmergencyStopEntrySensorError.ButtonColor = System.Drawing.Color.Gray;
this.buttonEmergencyStopEntrySensorError.ButtonImageAutoSize = true;
this.buttonEmergencyStopEntrySensorError.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEmergencyStopEntrySensorError.DisableImage = null;
this.buttonEmergencyStopEntrySensorError.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEmergencyStopEntrySensorError.DownImage")));
this.buttonEmergencyStopEntrySensorError.GroupID = 0;
this.buttonEmergencyStopEntrySensorError.InitVisible = true;
this.buttonEmergencyStopEntrySensorError.Location = new System.Drawing.Point(226, 205);
this.buttonEmergencyStopEntrySensorError.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonEmergencyStopEntrySensorError.Name = "buttonEmergencyStopEntrySensorError";
this.buttonEmergencyStopEntrySensorError.NestedClickEventPrevent = false;
this.buttonEmergencyStopEntrySensorError.OutlinePixel = 1;
this.buttonEmergencyStopEntrySensorError.RepeatInterval = 200;
this.buttonEmergencyStopEntrySensorError.RepeatIntervalAccelerate = null;
this.buttonEmergencyStopEntrySensorError.SafeInterval = 200;
this.buttonEmergencyStopEntrySensorError.Size = new System.Drawing.Size(84, 25);
this.buttonEmergencyStopEntrySensorError.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonEmergencyStopEntrySensorError.TabIndex = 269;
this.buttonEmergencyStopEntrySensorError.TextColor = System.Drawing.Color.Black;
this.buttonEmergencyStopEntrySensorError.TextDownColor = System.Drawing.Color.White;
this.buttonEmergencyStopEntrySensorError.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonEmergencyStopEntrySensorError.TextLocation = new System.Drawing.Point(0, 0);
this.buttonEmergencyStopEntrySensorError.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonEmergencyStopEntrySensorError.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEmergencyStopEntrySensorError.UpImage")));
this.buttonEmergencyStopEntrySensorError.Click += new System.EventHandler(this.control_Click);
//
// labelStaticEmergencyStopEntrySensorError
//
this.labelStaticEmergencyStopEntrySensorError.BackPictureBox = this.smartForm1;
this.labelStaticEmergencyStopEntrySensorError.BackPictureBox1 = null;
this.labelStaticEmergencyStopEntrySensorError.BackPictureBox2 = null;
this.labelStaticEmergencyStopEntrySensorError.BorderColor = System.Drawing.Color.Black;
this.labelStaticEmergencyStopEntrySensorError.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticEmergencyStopEntrySensorError.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticEmergencyStopEntrySensorError.InitVisible = true;
this.labelStaticEmergencyStopEntrySensorError.LineSpacing = 0F;
this.labelStaticEmergencyStopEntrySensorError.Location = new System.Drawing.Point(16, 205);
this.labelStaticEmergencyStopEntrySensorError.Name = "labelStaticEmergencyStopEntrySensorError";
this.labelStaticEmergencyStopEntrySensorError.Size = new System.Drawing.Size(204, 25);
this.labelStaticEmergencyStopEntrySensorError.TabIndex = 268;
this.labelStaticEmergencyStopEntrySensorError.Text = "입력센서 오류 시 정지";
this.labelStaticEmergencyStopEntrySensorError.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelStaticEmergencyStopEntrySensorError.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticEmergencyStopEntrySensorError.Wordwrap = false;
//
// FormEquipmentSetting // FormEquipmentSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -1318,5 +1384,8 @@
public SmartX.SmartLabel labelDataStoragePeriod; public SmartX.SmartLabel labelDataStoragePeriod;
private SmartX.SmartLabel labelStaticDataStoragePeriod; private SmartX.SmartLabel labelStaticDataStoragePeriod;
private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel smartLabel6;
public System.Windows.Forms.RadioButton radioButtonJapanese;
private SmartX.SmartButton buttonEmergencyStopEntrySensorError;
private SmartX.SmartLabel labelStaticEmergencyStopEntrySensorError;
} }
} }

View File

@ -55,6 +55,7 @@ namespace INT69DB_2A.Forms
this.radioButtonEquipmentModeStick2.Text = "Stick-II"; this.radioButtonEquipmentModeStick2.Text = "Stick-II";
this.radioButtonEquipmentModeStick3.Text = "Stick-III"; this.radioButtonEquipmentModeStick3.Text = "Stick-III";
this.labelStaticEquipmentLine.Text = "Line"; this.labelStaticEquipmentLine.Text = "Line";
this.labelStaticEmergencyStopEntrySensorError.Text = "Emergency stop due to entry sensor error";
this.labelStaticWeightCheck.Text = "Order"; this.labelStaticWeightCheck.Text = "Order";
this.labelStaticIndividualNG.Text = "Individual NG"; this.labelStaticIndividualNG.Text = "Individual NG";
this.labelStaticSelectSensor.Text = "Select Entry sensor"; this.labelStaticSelectSensor.Text = "Select Entry sensor";
@ -82,6 +83,7 @@ namespace INT69DB_2A.Forms
this.radioButtonEquipmentModeStick2.Text = "球杆-II"; this.radioButtonEquipmentModeStick2.Text = "球杆-II";
this.radioButtonEquipmentModeStick3.Text = "球杆-III"; this.radioButtonEquipmentModeStick3.Text = "球杆-III";
this.labelStaticEquipmentLine.Text = "列"; this.labelStaticEquipmentLine.Text = "列";
this.labelStaticEmergencyStopEntrySensorError.Text = "由于进入传感器错误导致紧急停止";
this.labelStaticWeightCheck.Text = "重量标示"; this.labelStaticWeightCheck.Text = "重量标示";
this.labelStaticIndividualNG.Text = "单独NG"; this.labelStaticIndividualNG.Text = "单独NG";
this.labelStaticSelectSensor.Text = "选择输入传感器"; this.labelStaticSelectSensor.Text = "选择输入传感器";
@ -96,6 +98,7 @@ namespace INT69DB_2A.Forms
this.labelTitleStepMotorType.Text = "步进电机类型"; this.labelTitleStepMotorType.Text = "步进电机类型";
this.labelStaticIntegratedTransmission.Text = "综合传输"; this.labelStaticIntegratedTransmission.Text = "综合传输";
this.smartLabel2.Text = "球杆-II";
this.smartLabel12.Text = "球杆-I"; this.smartLabel12.Text = "球杆-I";
this.smartLabel14.Text = "球杆-I"; this.smartLabel14.Text = "球杆-I";
@ -105,12 +108,47 @@ namespace INT69DB_2A.Forms
this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新"; this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新";
this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值"; this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值";
this.buttonEachNG.DownImage = this.buttonLogin.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); //this.buttonEachNG.DownImage = this.buttonLogin.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonEachNG.UpImage = this.buttonLogin.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); //this.buttonEachNG.UpImage = this.buttonLogin.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
this.buttonFeedingConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); //this.buttonFeedingConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonFeedingConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); //this.buttonFeedingConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
this.buttonDischargeConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); //this.buttonDischargeConveyor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonDischargeConveyor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); //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.labelStaticEmergencyStopEntrySensorError.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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -188,6 +226,12 @@ namespace INT69DB_2A.Forms
// 입력센서 선택 // 입력센서 선택
this.comboBoxInputSensorSelect.SelectedItem = this.ParentForm.SystemConfig.InputSensorSelect; this.comboBoxInputSensorSelect.SelectedItem = this.ParentForm.SystemConfig.InputSensorSelect;
// 입력센서 연속입력 시 정지
if (this.ParentForm.SystemConfig.IsEmergencyStopEntrySensorError == true)
this.buttonEmergencyStopEntrySensorError.ButtonDown();
else
this.buttonEmergencyStopEntrySensorError.ButtonUp();
// 배출 컨베어 // 배출 컨베어
if (this.ParentForm.SystemConfig.IsDischargeConveyor == true) if (this.ParentForm.SystemConfig.IsDischargeConveyor == true)
this.buttonDischargeConveyor.ButtonDown(); this.buttonDischargeConveyor.ButtonDown();
@ -243,6 +287,10 @@ namespace INT69DB_2A.Forms
this.radioButtonKorean.Checked = true; this.radioButtonKorean.Checked = true;
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
this.radioButtonEnglish.Checked = true; 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 else
this.radioButtonChinese.Checked = true; this.radioButtonChinese.Checked = true;
@ -396,6 +444,12 @@ namespace INT69DB_2A.Forms
// 입력센서 선택 // 입력센서 선택
this.ParentForm.SystemConfig.InputSensorSelect = this.comboBoxInputSensorSelect.SelectedIndex + 1; this.ParentForm.SystemConfig.InputSensorSelect = this.comboBoxInputSensorSelect.SelectedIndex + 1;
// 입력센서 연속입력 시 정지
if (this.buttonEmergencyStopEntrySensorError.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
this.ParentForm.SystemConfig.IsEmergencyStopEntrySensorError = true;
else
this.ParentForm.SystemConfig.IsEmergencyStopEntrySensorError = false;
// 배출 컨베어 // 배출 컨베어
if (this.buttonDischargeConveyor.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) if (this.buttonDischargeConveyor.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
this.ParentForm.SystemConfig.IsDischargeConveyor = true; this.ParentForm.SystemConfig.IsDischargeConveyor = true;
@ -446,10 +500,12 @@ namespace INT69DB_2A.Forms
// 언어 // 언어
if (this.radioButtonKorean.Checked == true) if (this.radioButtonKorean.Checked == true)
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean; this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean;
else if (this.radioButtonEnglish.Checked == true) else if (this.radioButtonChinese.Checked == true)
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.English;
else
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Chinese; 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) if (this.buttonLogin.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)

View File

@ -851,6 +851,134 @@
/s7OzleDoTt0d3czODMp0jUkCpPQjo6OkG2327e3t2nLfxkM0xEjc05OTnx8PN1EojAJjaO+ubnJ11hX /s7OzleDoTt0d3czODMp0jUkCpPQjo6OkG2327e3t2nLfxkM0xEjc05OTnx8PN1EojAJjaO+ubnJ11hX
VxffbX8ajM1mo4LSRBgi3NzcJAqT0Bi/GNqQnZeXRw//YjB0Snd3d2QrJAqT0GhdxcXFZINDKBF9IhKF VxffbX8ajM1mo4LSRBgi3NzcJAqT0Bi/GNqQnZeXRw//YjB0Snd3d2QrJAqT0GhdxcXFZINDKBF9IhKF
SWh8deTn56t/1Hw+EoUp6PoPBG3lC8cKurQAAAAASUVORK5CYII= SWh8deTn56t/1Hw+EoUp6PoPBG3lC8cKurQAAAAASUVORK5CYII=
</value>
</data>
<data name="buttonEmergencyStopEntrySensorError.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAFQAAAAZCAIAAAAgz54kAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAtVJREFUWEfll19IU1Ec
x3t3us3N6XSOjW3Ou/BfMNNMITDLkmzBiNmcRdBfKhIXjQgrK7ESix5Cp2VaKf7JB4MSKiEi3yIoc0zb
qi2nbW4NgggC+9aBw9CHXrredrt8OPzu75yH8zl/7101zukzHBl88GUUjETu9y3c6124zSpdQeeVuUsn
/fZaT03xlJFj+Z5Q91B4cCQyPBDuvxXqav98g1Xa5lod/hNWjwXm2Q+1HMtfm2/rDHZ0h246g+3oWXPg
PKuc8jts3poS11rmsU51PZNj+cZPp5sDF1oCzU2zZxt89Yc/HGAVmJe6ipnxLHWHUm5P5VgeHTry8RDK
PV5b9czWje4NrFI4tYZ5olM7lemONKk1mWP53d7aOq/V4jFXTVdiH+ZOGlhl9YRe26fOvJiRejBFvF0U
H/JbpisGwwMTX18ABPve76VVV+dbwXpXEc2gMTKxbSjxJ39utnFxcTH6Iwpt4PvuwyuSpBYxnq5gJ20P
bWTgTzOUOJPHlEIbwnRuEUx+ewM9zDBef7v/esgr4I88HGBC55lA9LAKECPAXsDooIyt5YM8lGCyJAlg
CxAQebI1GnzHkeG/PM0TeQTYC2Q4/kd56swf+bHoI5jE3mSEJcueJHEK4HQkW4AP8nCAyR8PPJLHgQ95
sij4IE+vOnqTLb/qqDyAM9rzRB7gDIcPmVJA3GI/cmLlMTQYKf7IA0wyvuGIPAK6CgAkl28KJFHGJglx
Kf+3+Lfk8YNt9VjM73Zscpcb3xbkvGJYxfAsS9OrUjSly/ZLxdVCjuVNM9sq3RVlrnW5rw3MU51+VMMq
2rsqZUtG2lGZZKdYWJ7IsTyWes5LJntMp+lRKS8rFGfkrCK3p0ptElGVMLFMIDAmcCxveK7X9quhLa+X
SXcli00iVhFtThIUJUCbwLG85o4qo1GeUicRlifRPq0YHMuXtpUUHjMWmPPzTXkrjSnvJx7FwsVQayNS
AAAAAElFTkSuQmCC
</value>
</data>
<data name="buttonEmergencyStopEntrySensorError.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAFQAAAAZCAIAAAAgz54kAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA2dJREFUWEfdmNdLJVkQ
h/tPcsWMOY+iGBAfTIgi3gdBXcxZDBhezBFcVBRzABUZsVEva7wKgmlUWF3D/Bnz4akrMvdhXrbt7fke
5FSd7kv9uk5XVau9vLx8f+P19fXp6elfg3l4eLi7u7u8vHQ4HLu7u7qpaI+Pj+iH5+dn1v8YzP39/bvy
yclJicIkNKIhG0o2628Gc3V1dXp6ure3NzMz09TUJFGYhHZ9fU1Mt7e3Nzc3FxcX5waDcrvdPj8/397e
brPZJAqT0CSo8/Ozs7PDw8O/DYbTTs47OjoKCgqSkpIkCpPQSAWcnJwcHBx8QgVaXV3t7++vqKjIzMyM
jo4Wr0n8WnxtbW1CQkJiYmJcXFx5efn6+rryz83NlZaWlpWV4VRwJee5oaHho7+yspITrm4By4hfW1sL
Dw8PCQlpa2ujMtfU1AQGBnJWlX40eHl5FRUVUbcUXDY1NZWSksI1PALlbG1tHRgYUD8IlhFPAiMiImZn
Z8XW9Z6enrCwsJKSEtZIiomJWVlZUVvvpKWldXZ2iuGCZcT7+vpWVVWJ4SQ9PT01NXVpaQnxPAiql2w4
Ybe6uloMF6whnhD9/PxGR0fFdtLS0kIJYHdoaMjDw2NkZEQ2nCQnJ2dkZIjhgjXEk9igoKDBwUGxneCh
CvT29g4PD3t7e4eGhnp6ev7xRnBwMBcgnoW/v79y+vj4NDc3q3vBGuIRGRAQ8LFWKdRD6evrQzzlcGJi
grJPXQAWXMCxb2xspOwrJ4vl5WV1L1hD/Pj4OIl1LV2U8cjIyLGxMQ58VFTU4uKibDhBPBVeDBcsU/DI
fHZ2thhOaGO5ubl0OzL/2xY8qK+v52DzV2xdr6ur431WVZD34ncWD4WFhQwtlHeIjY3lnNPqt7a22CLz
CFhYWFBXvpOVlfVxpPsJK4kHZjtebyocCae9i1fXWePZ2NgQ2wnapqenxXDBYuL/W/534h0Ox/Hx8f7+
/s7OzleDoTt0d3czODMp0jUkCpPQjo6OkG2327e3t2nLfxkM0xEjc05OTnx8PN1EojAJjaO+ubnJ11hX
VxffbX8ajM1mo4LSRBgi3NzcJAqT0Bi/GNqQnZeXRw//YjB0Snd3d2QrJAqT0GhdxcXFZINDKBF9IhKF
SWh8deTn56t/1Hw+EoUp6PoPBG3lC8cKurQAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonIntegratedTransmission.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonIntegratedTransmission.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@ -58,7 +58,7 @@
this.labelZero6 = new System.Windows.Forms.Label(); this.labelZero6 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel9 = new SmartX.SmartLabel(); this.labelTitleCommErrorCount = new SmartX.SmartLabel();
this.labelReceiveDataErrorCount = new SmartX.SmartLabel(); this.labelReceiveDataErrorCount = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.smartLabel1 = new SmartX.SmartLabel();
@ -97,10 +97,10 @@
this.buttonAllContinue = new SmartX.SmartButton(); this.buttonAllContinue = new SmartX.SmartButton();
this.labelIntervalAll = new SmartX.SmartLabel(); this.labelIntervalAll = new SmartX.SmartLabel();
this.buttonCut = new SmartX.SmartButton(); this.buttonCut = new SmartX.SmartButton();
this.smartLabel6 = new SmartX.SmartLabel(); this.labelTitleCutInput = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel5 = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel(); this.labelTitleImpeller = new SmartX.SmartLabel();
this.buttonRejectConveyorCW = new SmartX.SmartButton(); this.buttonRejectConveyorCW = new SmartX.SmartButton();
this.buttonFeedingConveyor = new SmartX.SmartButton(); this.buttonFeedingConveyor = new SmartX.SmartButton();
this.buttonReverseDirection1 = new SmartX.SmartButton(); this.buttonReverseDirection1 = new SmartX.SmartButton();
@ -165,7 +165,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -644,7 +644,7 @@
// labelZero1 // labelZero1
// //
this.labelZero1.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero1.Location = new System.Drawing.Point(101, 48); this.labelZero1.Location = new System.Drawing.Point(101, 48);
this.labelZero1.Name = "labelZero1"; this.labelZero1.Name = "labelZero1";
@ -653,7 +653,7 @@
// labelZero2 // labelZero2
// //
this.labelZero2.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero2.Location = new System.Drawing.Point(101, 84); this.labelZero2.Location = new System.Drawing.Point(101, 84);
this.labelZero2.Name = "labelZero2"; this.labelZero2.Name = "labelZero2";
@ -662,7 +662,7 @@
// labelZero3 // labelZero3
// //
this.labelZero3.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero3.Location = new System.Drawing.Point(101, 120); this.labelZero3.Location = new System.Drawing.Point(101, 120);
this.labelZero3.Name = "labelZero3"; this.labelZero3.Name = "labelZero3";
@ -671,7 +671,7 @@
// labelZero4 // labelZero4
// //
this.labelZero4.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero4.Location = new System.Drawing.Point(101, 156); this.labelZero4.Location = new System.Drawing.Point(101, 156);
this.labelZero4.Name = "labelZero4"; this.labelZero4.Name = "labelZero4";
@ -680,7 +680,7 @@
// labelZero5 // labelZero5
// //
this.labelZero5.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero5.Location = new System.Drawing.Point(101, 192); this.labelZero5.Location = new System.Drawing.Point(101, 192);
this.labelZero5.Name = "labelZero5"; this.labelZero5.Name = "labelZero5";
@ -689,7 +689,7 @@
// labelZero6 // labelZero6
// //
this.labelZero6.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero6.Location = new System.Drawing.Point(101, 228); this.labelZero6.Location = new System.Drawing.Point(101, 228);
this.labelZero6.Name = "labelZero6"; 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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = 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.labelReceiveDataErrorCount);
this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.smartLabel1);
@ -763,7 +763,7 @@
this.smartGroupBox1.Controls.Add(this.buttonZero3); this.smartGroupBox1.Controls.Add(this.buttonZero3);
this.smartGroupBox1.Controls.Add(this.buttonZero2); this.smartGroupBox1.Controls.Add(this.buttonZero2);
this.smartGroupBox1.Controls.Add(this.buttonZero1); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameLineThickness = 1;
@ -778,26 +778,26 @@
this.smartGroupBox1.Text = "Weight"; this.smartGroupBox1.Text = "Weight";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; 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.labelTitleCommErrorCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel9.BackPictureBox = null; this.labelTitleCommErrorCount.BackPictureBox = null;
this.smartLabel9.BackPictureBox1 = null; this.labelTitleCommErrorCount.BackPictureBox1 = null;
this.smartLabel9.BackPictureBox2 = null; this.labelTitleCommErrorCount.BackPictureBox2 = null;
this.smartLabel9.BorderColor = System.Drawing.Color.LightGray; this.labelTitleCommErrorCount.BorderColor = System.Drawing.Color.LightGray;
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCommErrorCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelTitleCommErrorCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel9.ForeColor = System.Drawing.Color.Black; this.labelTitleCommErrorCount.ForeColor = System.Drawing.Color.Black;
this.smartLabel9.InitVisible = true; this.labelTitleCommErrorCount.InitVisible = true;
this.smartLabel9.LineSpacing = 0F; this.labelTitleCommErrorCount.LineSpacing = 0F;
this.smartLabel9.Location = new System.Drawing.Point(28, 414); this.labelTitleCommErrorCount.Location = new System.Drawing.Point(28, 414);
this.smartLabel9.Name = "smartLabel9"; this.labelTitleCommErrorCount.Name = "labelTitleCommErrorCount";
this.smartLabel9.Size = new System.Drawing.Size(134, 20); this.labelTitleCommErrorCount.Size = new System.Drawing.Size(153, 20);
this.smartLabel9.TabIndex = 663; this.labelTitleCommErrorCount.TabIndex = 663;
this.smartLabel9.Text = "통신 에러 CNT"; this.labelTitleCommErrorCount.Text = "통신 에러 CNT";
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleCommErrorCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCommErrorCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel9.Wordwrap = false; this.labelTitleCommErrorCount.Wordwrap = false;
// //
// labelReceiveDataErrorCount // labelReceiveDataErrorCount
// //
@ -811,9 +811,9 @@
this.labelReceiveDataErrorCount.ForeColor = System.Drawing.Color.Black; this.labelReceiveDataErrorCount.ForeColor = System.Drawing.Color.Black;
this.labelReceiveDataErrorCount.InitVisible = true; this.labelReceiveDataErrorCount.InitVisible = true;
this.labelReceiveDataErrorCount.LineSpacing = 0F; 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.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.TabIndex = 662;
this.labelReceiveDataErrorCount.Text = "0"; this.labelReceiveDataErrorCount.Text = "0";
this.labelReceiveDataErrorCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelReceiveDataErrorCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -828,7 +828,7 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.LightGray; this.smartLabel2.BorderColor = System.Drawing.Color.LightGray;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(228, 22); this.smartLabel2.Location = new System.Drawing.Point(228, 22);
@ -848,7 +848,7 @@
this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.LightGray; this.smartLabel1.BorderColor = System.Drawing.Color.LightGray;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(122, 22); this.smartLabel1.Location = new System.Drawing.Point(122, 22);
@ -863,7 +863,7 @@
// labelSensor1 // labelSensor1
// //
this.labelSensor1.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor1.Location = new System.Drawing.Point(29, 48); this.labelSensor1.Location = new System.Drawing.Point(29, 48);
this.labelSensor1.Name = "labelSensor1"; this.labelSensor1.Name = "labelSensor1";
@ -872,7 +872,7 @@
// labelSensor2 // labelSensor2
// //
this.labelSensor2.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor2.Location = new System.Drawing.Point(29, 84); this.labelSensor2.Location = new System.Drawing.Point(29, 84);
this.labelSensor2.Name = "labelSensor2"; this.labelSensor2.Name = "labelSensor2";
@ -881,7 +881,7 @@
// labelSensor3 // labelSensor3
// //
this.labelSensor3.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor3.Location = new System.Drawing.Point(29, 120); this.labelSensor3.Location = new System.Drawing.Point(29, 120);
this.labelSensor3.Name = "labelSensor3"; this.labelSensor3.Name = "labelSensor3";
@ -890,7 +890,7 @@
// labelSensor4 // labelSensor4
// //
this.labelSensor4.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor4.Location = new System.Drawing.Point(29, 156); this.labelSensor4.Location = new System.Drawing.Point(29, 156);
this.labelSensor4.Name = "labelSensor4"; this.labelSensor4.Name = "labelSensor4";
@ -899,7 +899,7 @@
// labelSensor5 // labelSensor5
// //
this.labelSensor5.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor5.Location = new System.Drawing.Point(29, 192); this.labelSensor5.Location = new System.Drawing.Point(29, 192);
this.labelSensor5.Name = "labelSensor5"; this.labelSensor5.Name = "labelSensor5";
@ -908,7 +908,7 @@
// labelSensor10 // labelSensor10
// //
this.labelSensor10.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor10.Location = new System.Drawing.Point(29, 372); this.labelSensor10.Location = new System.Drawing.Point(29, 372);
this.labelSensor10.Name = "labelSensor10"; this.labelSensor10.Name = "labelSensor10";
@ -917,7 +917,7 @@
// labelSensor9 // labelSensor9
// //
this.labelSensor9.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor9.Location = new System.Drawing.Point(29, 336); this.labelSensor9.Location = new System.Drawing.Point(29, 336);
this.labelSensor9.Name = "labelSensor9"; this.labelSensor9.Name = "labelSensor9";
@ -926,7 +926,7 @@
// labelSensor8 // labelSensor8
// //
this.labelSensor8.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor8.Location = new System.Drawing.Point(29, 300); this.labelSensor8.Location = new System.Drawing.Point(29, 300);
this.labelSensor8.Name = "labelSensor8"; this.labelSensor8.Name = "labelSensor8";
@ -935,7 +935,7 @@
// labelSensor7 // labelSensor7
// //
this.labelSensor7.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor7.Location = new System.Drawing.Point(29, 264); this.labelSensor7.Location = new System.Drawing.Point(29, 264);
this.labelSensor7.Name = "labelSensor7"; this.labelSensor7.Name = "labelSensor7";
@ -944,7 +944,7 @@
// labelSensor6 // labelSensor6
// //
this.labelSensor6.BackColor = System.Drawing.Color.Crimson; 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.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor6.Location = new System.Drawing.Point(29, 228); this.labelSensor6.Location = new System.Drawing.Point(29, 228);
this.labelSensor6.Name = "labelSensor6"; this.labelSensor6.Name = "labelSensor6";
@ -953,7 +953,7 @@
// labelZero10 // labelZero10
// //
this.labelZero10.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero10.Location = new System.Drawing.Point(101, 372); this.labelZero10.Location = new System.Drawing.Point(101, 372);
this.labelZero10.Name = "labelZero10"; this.labelZero10.Name = "labelZero10";
@ -962,7 +962,7 @@
// labelZero9 // labelZero9
// //
this.labelZero9.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero9.Location = new System.Drawing.Point(101, 336); this.labelZero9.Location = new System.Drawing.Point(101, 336);
this.labelZero9.Name = "labelZero9"; this.labelZero9.Name = "labelZero9";
@ -971,7 +971,7 @@
// labelZero8 // labelZero8
// //
this.labelZero8.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero8.Location = new System.Drawing.Point(101, 300); this.labelZero8.Location = new System.Drawing.Point(101, 300);
this.labelZero8.Name = "labelZero8"; this.labelZero8.Name = "labelZero8";
@ -980,7 +980,7 @@
// labelZero7 // labelZero7
// //
this.labelZero7.BackColor = System.Drawing.Color.Chartreuse; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero7.Location = new System.Drawing.Point(101, 264); this.labelZero7.Location = new System.Drawing.Point(101, 264);
this.labelZero7.Name = "labelZero7"; this.labelZero7.Name = "labelZero7";
@ -1287,10 +1287,10 @@
this.groupBoxStick.Controls.Add(this.buttonAllContinue); this.groupBoxStick.Controls.Add(this.buttonAllContinue);
this.groupBoxStick.Controls.Add(this.labelIntervalAll); this.groupBoxStick.Controls.Add(this.labelIntervalAll);
this.groupBoxStick.Controls.Add(this.buttonCut); 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.smartLabel5);
this.groupBoxStick.Controls.Add(this.smartLabel4); 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.buttonRejectConveyorCW);
this.groupBoxStick.Controls.Add(this.buttonFeedingConveyor); this.groupBoxStick.Controls.Add(this.buttonFeedingConveyor);
this.groupBoxStick.Controls.Add(this.buttonReverseDirection1); this.groupBoxStick.Controls.Add(this.buttonReverseDirection1);
@ -1315,6 +1315,7 @@
this.groupBoxStick.Controls.Add(this.buttonForwardDirection8); this.groupBoxStick.Controls.Add(this.buttonForwardDirection8);
this.groupBoxStick.Controls.Add(this.buttonForwardDirection7); this.groupBoxStick.Controls.Add(this.buttonForwardDirection7);
this.groupBoxStick.Controls.Add(this.buttonForwardDirection6); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxStick.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxStick.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxStick.FrameLineThickness = 1; this.groupBoxStick.FrameLineThickness = 1;
@ -1337,12 +1338,13 @@
this.smartLabel10.BackPictureBox2 = null; this.smartLabel10.BackPictureBox2 = null;
this.smartLabel10.BorderColor = System.Drawing.Color.Black; this.smartLabel10.BorderColor = System.Drawing.Color.Black;
this.smartLabel10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.smartLabel10.InitVisible = true; this.smartLabel10.InitVisible = true;
this.smartLabel10.LineSpacing = 0F; 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.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.TabIndex = 251;
this.smartLabel10.Text = "Rotation Angle"; this.smartLabel10.Text = "Rotation Angle";
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -1382,6 +1384,7 @@
this.checkBoxCutMainDisplayView.CheckBoxSymbolSize = 14; this.checkBoxCutMainDisplayView.CheckBoxSymbolSize = 14;
this.checkBoxCutMainDisplayView.Checked = false; this.checkBoxCutMainDisplayView.Checked = false;
this.checkBoxCutMainDisplayView.CheckLineWidth = 3; this.checkBoxCutMainDisplayView.CheckLineWidth = 3;
this.checkBoxCutMainDisplayView.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxCutMainDisplayView.ImageCheckBox = null; this.checkBoxCutMainDisplayView.ImageCheckBox = null;
this.checkBoxCutMainDisplayView.ImageUnCheckBox = null; this.checkBoxCutMainDisplayView.ImageUnCheckBox = null;
this.checkBoxCutMainDisplayView.InitVisible = true; this.checkBoxCutMainDisplayView.InitVisible = true;
@ -1401,14 +1404,15 @@
this.smartLabel7.BackPictureBox2 = null; this.smartLabel7.BackPictureBox2 = null;
this.smartLabel7.BorderColor = System.Drawing.Color.Black; this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel7.InitVisible = true; this.smartLabel7.InitVisible = true;
this.smartLabel7.LineSpacing = 0F; 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.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.TabIndex = 201;
this.smartLabel7.Text = "RejectCV CCW"; 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.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false; this.smartLabel7.Wordwrap = false;
// //
@ -1453,6 +1457,7 @@
this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllContinue.DisableImage = null; this.buttonAllContinue.DisableImage = null;
this.buttonAllContinue.DownImage = null; this.buttonAllContinue.DownImage = null;
this.buttonAllContinue.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonAllContinue.GroupID = 0; this.buttonAllContinue.GroupID = 0;
this.buttonAllContinue.InitVisible = true; this.buttonAllContinue.InitVisible = true;
this.buttonAllContinue.Location = new System.Drawing.Point(321, 288); this.buttonAllContinue.Location = new System.Drawing.Point(321, 288);
@ -1528,24 +1533,25 @@
this.buttonCut.UpImage = null; this.buttonCut.UpImage = null;
this.buttonCut.Click += new System.EventHandler(this.buttonCut_Click); 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.labelTitleCutInput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel6.BackPictureBox = null; this.labelTitleCutInput.BackPictureBox = null;
this.smartLabel6.BackPictureBox1 = null; this.labelTitleCutInput.BackPictureBox1 = null;
this.smartLabel6.BackPictureBox2 = null; this.labelTitleCutInput.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.labelTitleCutInput.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleCutInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.InitVisible = true; this.labelTitleCutInput.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 0F; this.labelTitleCutInput.InitVisible = true;
this.smartLabel6.Location = new System.Drawing.Point(230, 187); this.labelTitleCutInput.LineSpacing = 0F;
this.smartLabel6.Name = "smartLabel6"; this.labelTitleCutInput.Location = new System.Drawing.Point(202, 187);
this.smartLabel6.Size = new System.Drawing.Size(85, 20); this.labelTitleCutInput.Name = "labelTitleCutInput";
this.smartLabel6.TabIndex = 164; this.labelTitleCutInput.Size = new System.Drawing.Size(113, 20);
this.smartLabel6.Text = "CUT INPUT"; this.labelTitleCutInput.TabIndex = 164;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleCutInput.Text = "CUT INPUT";
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCutInput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.smartLabel6.Wordwrap = false; this.labelTitleCutInput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleCutInput.Wordwrap = false;
// //
// smartLabel5 // smartLabel5
// //
@ -1555,14 +1561,15 @@
this.smartLabel5.BackPictureBox2 = null; this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel5.InitVisible = true; this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F; 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.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.TabIndex = 164;
this.smartLabel5.Text = "RejectCV CW"; 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.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false; this.smartLabel5.Wordwrap = false;
// //
@ -1574,35 +1581,37 @@
this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel4.InitVisible = true; this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; 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.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.TabIndex = 164;
this.smartLabel4.Text = "FeedingCV"; 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.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false; this.smartLabel4.Wordwrap = false;
// //
// smartLabel3 // labelTitleImpeller
// //
this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.labelTitleImpeller.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel3.BackPictureBox = null; this.labelTitleImpeller.BackPictureBox = null;
this.smartLabel3.BackPictureBox1 = null; this.labelTitleImpeller.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = null; this.labelTitleImpeller.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.labelTitleImpeller.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleImpeller.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.InitVisible = true; this.labelTitleImpeller.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel3.LineSpacing = 0F; this.labelTitleImpeller.InitVisible = true;
this.smartLabel3.Location = new System.Drawing.Point(70, 22); this.labelTitleImpeller.LineSpacing = 0F;
this.smartLabel3.Name = "smartLabel3"; this.labelTitleImpeller.Location = new System.Drawing.Point(70, 22);
this.smartLabel3.Size = new System.Drawing.Size(84, 20); this.labelTitleImpeller.Name = "labelTitleImpeller";
this.smartLabel3.TabIndex = 164; this.labelTitleImpeller.Size = new System.Drawing.Size(84, 20);
this.smartLabel3.Text = "Impeller"; this.labelTitleImpeller.TabIndex = 164;
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleImpeller.Text = "Impeller";
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleImpeller.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel3.Wordwrap = false; this.labelTitleImpeller.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleImpeller.Wordwrap = false;
// //
// buttonRejectConveyorCW // buttonRejectConveyorCW
// //
@ -1676,6 +1685,7 @@
this.buttonReverseDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection1.DisableImage = null; this.buttonReverseDirection1.DisableImage = null;
this.buttonReverseDirection1.DownImage = null; this.buttonReverseDirection1.DownImage = null;
this.buttonReverseDirection1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection1.GroupID = 0; this.buttonReverseDirection1.GroupID = 0;
this.buttonReverseDirection1.InitVisible = true; this.buttonReverseDirection1.InitVisible = true;
this.buttonReverseDirection1.Location = new System.Drawing.Point(112, 48); this.buttonReverseDirection1.Location = new System.Drawing.Point(112, 48);
@ -1708,6 +1718,7 @@
this.buttonReverseDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection2.DisableImage = null; this.buttonReverseDirection2.DisableImage = null;
this.buttonReverseDirection2.DownImage = null; this.buttonReverseDirection2.DownImage = null;
this.buttonReverseDirection2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection2.GroupID = 0; this.buttonReverseDirection2.GroupID = 0;
this.buttonReverseDirection2.InitVisible = true; this.buttonReverseDirection2.InitVisible = true;
this.buttonReverseDirection2.Location = new System.Drawing.Point(112, 84); this.buttonReverseDirection2.Location = new System.Drawing.Point(112, 84);
@ -1740,6 +1751,7 @@
this.buttonForwardDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection1.DisableImage = null; this.buttonForwardDirection1.DisableImage = null;
this.buttonForwardDirection1.DownImage = null; this.buttonForwardDirection1.DownImage = null;
this.buttonForwardDirection1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection1.GroupID = 0; this.buttonForwardDirection1.GroupID = 0;
this.buttonForwardDirection1.InitVisible = true; this.buttonForwardDirection1.InitVisible = true;
this.buttonForwardDirection1.Location = new System.Drawing.Point(26, 48); this.buttonForwardDirection1.Location = new System.Drawing.Point(26, 48);
@ -1772,6 +1784,7 @@
this.buttonReverseDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection3.DisableImage = null; this.buttonReverseDirection3.DisableImage = null;
this.buttonReverseDirection3.DownImage = null; this.buttonReverseDirection3.DownImage = null;
this.buttonReverseDirection3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection3.GroupID = 0; this.buttonReverseDirection3.GroupID = 0;
this.buttonReverseDirection3.InitVisible = true; this.buttonReverseDirection3.InitVisible = true;
this.buttonReverseDirection3.Location = new System.Drawing.Point(112, 120); this.buttonReverseDirection3.Location = new System.Drawing.Point(112, 120);
@ -1804,6 +1817,7 @@
this.buttonForwardDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection2.DisableImage = null; this.buttonForwardDirection2.DisableImage = null;
this.buttonForwardDirection2.DownImage = null; this.buttonForwardDirection2.DownImage = null;
this.buttonForwardDirection2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection2.GroupID = 0; this.buttonForwardDirection2.GroupID = 0;
this.buttonForwardDirection2.InitVisible = true; this.buttonForwardDirection2.InitVisible = true;
this.buttonForwardDirection2.Location = new System.Drawing.Point(26, 84); this.buttonForwardDirection2.Location = new System.Drawing.Point(26, 84);
@ -1836,6 +1850,7 @@
this.buttonReverseDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection4.DisableImage = null; this.buttonReverseDirection4.DisableImage = null;
this.buttonReverseDirection4.DownImage = null; this.buttonReverseDirection4.DownImage = null;
this.buttonReverseDirection4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection4.GroupID = 0; this.buttonReverseDirection4.GroupID = 0;
this.buttonReverseDirection4.InitVisible = true; this.buttonReverseDirection4.InitVisible = true;
this.buttonReverseDirection4.Location = new System.Drawing.Point(112, 156); this.buttonReverseDirection4.Location = new System.Drawing.Point(112, 156);
@ -1868,6 +1883,7 @@
this.buttonForwardDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection3.DisableImage = null; this.buttonForwardDirection3.DisableImage = null;
this.buttonForwardDirection3.DownImage = null; this.buttonForwardDirection3.DownImage = null;
this.buttonForwardDirection3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection3.GroupID = 0; this.buttonForwardDirection3.GroupID = 0;
this.buttonForwardDirection3.InitVisible = true; this.buttonForwardDirection3.InitVisible = true;
this.buttonForwardDirection3.Location = new System.Drawing.Point(26, 120); this.buttonForwardDirection3.Location = new System.Drawing.Point(26, 120);
@ -1900,6 +1916,7 @@
this.buttonReverseDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection5.DisableImage = null; this.buttonReverseDirection5.DisableImage = null;
this.buttonReverseDirection5.DownImage = null; this.buttonReverseDirection5.DownImage = null;
this.buttonReverseDirection5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection5.GroupID = 0; this.buttonReverseDirection5.GroupID = 0;
this.buttonReverseDirection5.InitVisible = true; this.buttonReverseDirection5.InitVisible = true;
this.buttonReverseDirection5.Location = new System.Drawing.Point(112, 192); this.buttonReverseDirection5.Location = new System.Drawing.Point(112, 192);
@ -1932,6 +1949,7 @@
this.buttonForwardDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection4.DisableImage = null; this.buttonForwardDirection4.DisableImage = null;
this.buttonForwardDirection4.DownImage = null; this.buttonForwardDirection4.DownImage = null;
this.buttonForwardDirection4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection4.GroupID = 0; this.buttonForwardDirection4.GroupID = 0;
this.buttonForwardDirection4.InitVisible = true; this.buttonForwardDirection4.InitVisible = true;
this.buttonForwardDirection4.Location = new System.Drawing.Point(26, 156); this.buttonForwardDirection4.Location = new System.Drawing.Point(26, 156);
@ -1964,6 +1982,7 @@
this.buttonReverseDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection.DisableImage = null; this.buttonReverseDirection.DisableImage = null;
this.buttonReverseDirection.DownImage = null; this.buttonReverseDirection.DownImage = null;
this.buttonReverseDirection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection.GroupID = 0; this.buttonReverseDirection.GroupID = 0;
this.buttonReverseDirection.InitVisible = true; this.buttonReverseDirection.InitVisible = true;
this.buttonReverseDirection.Location = new System.Drawing.Point(321, 372); this.buttonReverseDirection.Location = new System.Drawing.Point(321, 372);
@ -1996,6 +2015,7 @@
this.buttonReverseDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection10.DisableImage = null; this.buttonReverseDirection10.DisableImage = null;
this.buttonReverseDirection10.DownImage = null; this.buttonReverseDirection10.DownImage = null;
this.buttonReverseDirection10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection10.GroupID = 0; this.buttonReverseDirection10.GroupID = 0;
this.buttonReverseDirection10.InitVisible = true; this.buttonReverseDirection10.InitVisible = true;
this.buttonReverseDirection10.Location = new System.Drawing.Point(112, 372); this.buttonReverseDirection10.Location = new System.Drawing.Point(112, 372);
@ -2028,6 +2048,7 @@
this.buttonReverseDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection9.DisableImage = null; this.buttonReverseDirection9.DisableImage = null;
this.buttonReverseDirection9.DownImage = null; this.buttonReverseDirection9.DownImage = null;
this.buttonReverseDirection9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection9.GroupID = 0; this.buttonReverseDirection9.GroupID = 0;
this.buttonReverseDirection9.InitVisible = true; this.buttonReverseDirection9.InitVisible = true;
this.buttonReverseDirection9.Location = new System.Drawing.Point(112, 336); this.buttonReverseDirection9.Location = new System.Drawing.Point(112, 336);
@ -2060,6 +2081,7 @@
this.buttonReverseDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection8.DisableImage = null; this.buttonReverseDirection8.DisableImage = null;
this.buttonReverseDirection8.DownImage = null; this.buttonReverseDirection8.DownImage = null;
this.buttonReverseDirection8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection8.GroupID = 0; this.buttonReverseDirection8.GroupID = 0;
this.buttonReverseDirection8.InitVisible = true; this.buttonReverseDirection8.InitVisible = true;
this.buttonReverseDirection8.Location = new System.Drawing.Point(112, 300); this.buttonReverseDirection8.Location = new System.Drawing.Point(112, 300);
@ -2092,6 +2114,7 @@
this.buttonReverseDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection7.DisableImage = null; this.buttonReverseDirection7.DisableImage = null;
this.buttonReverseDirection7.DownImage = null; this.buttonReverseDirection7.DownImage = null;
this.buttonReverseDirection7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection7.GroupID = 0; this.buttonReverseDirection7.GroupID = 0;
this.buttonReverseDirection7.InitVisible = true; this.buttonReverseDirection7.InitVisible = true;
this.buttonReverseDirection7.Location = new System.Drawing.Point(112, 264); this.buttonReverseDirection7.Location = new System.Drawing.Point(112, 264);
@ -2124,6 +2147,7 @@
this.buttonReverseDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonReverseDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonReverseDirection6.DisableImage = null; this.buttonReverseDirection6.DisableImage = null;
this.buttonReverseDirection6.DownImage = null; this.buttonReverseDirection6.DownImage = null;
this.buttonReverseDirection6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonReverseDirection6.GroupID = 0; this.buttonReverseDirection6.GroupID = 0;
this.buttonReverseDirection6.InitVisible = true; this.buttonReverseDirection6.InitVisible = true;
this.buttonReverseDirection6.Location = new System.Drawing.Point(112, 228); this.buttonReverseDirection6.Location = new System.Drawing.Point(112, 228);
@ -2156,6 +2180,7 @@
this.buttonForwardDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection5.DisableImage = null; this.buttonForwardDirection5.DisableImage = null;
this.buttonForwardDirection5.DownImage = null; this.buttonForwardDirection5.DownImage = null;
this.buttonForwardDirection5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection5.GroupID = 0; this.buttonForwardDirection5.GroupID = 0;
this.buttonForwardDirection5.InitVisible = true; this.buttonForwardDirection5.InitVisible = true;
this.buttonForwardDirection5.Location = new System.Drawing.Point(26, 192); this.buttonForwardDirection5.Location = new System.Drawing.Point(26, 192);
@ -2188,6 +2213,7 @@
this.buttonForwardDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection.DisableImage = null; this.buttonForwardDirection.DisableImage = null;
this.buttonForwardDirection.DownImage = null; this.buttonForwardDirection.DownImage = null;
this.buttonForwardDirection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection.GroupID = 0; this.buttonForwardDirection.GroupID = 0;
this.buttonForwardDirection.InitVisible = true; this.buttonForwardDirection.InitVisible = true;
this.buttonForwardDirection.Location = new System.Drawing.Point(235, 372); this.buttonForwardDirection.Location = new System.Drawing.Point(235, 372);
@ -2220,6 +2246,7 @@
this.buttonForwardDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection10.DisableImage = null; this.buttonForwardDirection10.DisableImage = null;
this.buttonForwardDirection10.DownImage = null; this.buttonForwardDirection10.DownImage = null;
this.buttonForwardDirection10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection10.GroupID = 0; this.buttonForwardDirection10.GroupID = 0;
this.buttonForwardDirection10.InitVisible = true; this.buttonForwardDirection10.InitVisible = true;
this.buttonForwardDirection10.Location = new System.Drawing.Point(26, 372); this.buttonForwardDirection10.Location = new System.Drawing.Point(26, 372);
@ -2252,6 +2279,7 @@
this.buttonForwardDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection9.DisableImage = null; this.buttonForwardDirection9.DisableImage = null;
this.buttonForwardDirection9.DownImage = null; this.buttonForwardDirection9.DownImage = null;
this.buttonForwardDirection9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection9.GroupID = 0; this.buttonForwardDirection9.GroupID = 0;
this.buttonForwardDirection9.InitVisible = true; this.buttonForwardDirection9.InitVisible = true;
this.buttonForwardDirection9.Location = new System.Drawing.Point(26, 336); this.buttonForwardDirection9.Location = new System.Drawing.Point(26, 336);
@ -2284,6 +2312,7 @@
this.buttonForwardDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection8.DisableImage = null; this.buttonForwardDirection8.DisableImage = null;
this.buttonForwardDirection8.DownImage = null; this.buttonForwardDirection8.DownImage = null;
this.buttonForwardDirection8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection8.GroupID = 0; this.buttonForwardDirection8.GroupID = 0;
this.buttonForwardDirection8.InitVisible = true; this.buttonForwardDirection8.InitVisible = true;
this.buttonForwardDirection8.Location = new System.Drawing.Point(26, 300); this.buttonForwardDirection8.Location = new System.Drawing.Point(26, 300);
@ -2316,6 +2345,7 @@
this.buttonForwardDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection7.DisableImage = null; this.buttonForwardDirection7.DisableImage = null;
this.buttonForwardDirection7.DownImage = null; this.buttonForwardDirection7.DownImage = null;
this.buttonForwardDirection7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection7.GroupID = 0; this.buttonForwardDirection7.GroupID = 0;
this.buttonForwardDirection7.InitVisible = true; this.buttonForwardDirection7.InitVisible = true;
this.buttonForwardDirection7.Location = new System.Drawing.Point(26, 264); this.buttonForwardDirection7.Location = new System.Drawing.Point(26, 264);
@ -2348,6 +2378,7 @@
this.buttonForwardDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonForwardDirection6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonForwardDirection6.DisableImage = null; this.buttonForwardDirection6.DisableImage = null;
this.buttonForwardDirection6.DownImage = null; this.buttonForwardDirection6.DownImage = null;
this.buttonForwardDirection6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonForwardDirection6.GroupID = 0; this.buttonForwardDirection6.GroupID = 0;
this.buttonForwardDirection6.InitVisible = true; this.buttonForwardDirection6.InitVisible = true;
this.buttonForwardDirection6.Location = new System.Drawing.Point(26, 228); this.buttonForwardDirection6.Location = new System.Drawing.Point(26, 228);
@ -2386,7 +2417,7 @@
this.smartLabel12.BackPictureBox2 = null; this.smartLabel12.BackPictureBox2 = null;
this.smartLabel12.BorderColor = System.Drawing.Color.Black; this.smartLabel12.BorderColor = System.Drawing.Color.Black;
this.smartLabel12.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.White;
this.smartLabel12.InitVisible = true; this.smartLabel12.InitVisible = true;
this.smartLabel12.LineSpacing = 0F; this.smartLabel12.LineSpacing = 0F;
@ -2401,7 +2432,7 @@
// //
// buttonLogClose // 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.Location = new System.Drawing.Point(553, 525);
this.buttonLogClose.Name = "buttonLogClose"; this.buttonLogClose.Name = "buttonLogClose";
this.buttonLogClose.Size = new System.Drawing.Size(100, 30); this.buttonLogClose.Size = new System.Drawing.Size(100, 30);
@ -2411,7 +2442,7 @@
// //
// buttonLogOpen // 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.Location = new System.Drawing.Point(447, 526);
this.buttonLogOpen.Name = "buttonLogOpen"; this.buttonLogOpen.Name = "buttonLogOpen";
this.buttonLogOpen.Size = new System.Drawing.Size(100, 30); this.buttonLogOpen.Size = new System.Drawing.Size(100, 30);
@ -2426,7 +2457,7 @@
this.smartLabel8.BackPictureBox2 = null; this.smartLabel8.BackPictureBox2 = null;
this.smartLabel8.BorderColor = System.Drawing.Color.Black; this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel8.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.White;
this.smartLabel8.InitVisible = true; this.smartLabel8.InitVisible = true;
this.smartLabel8.LineSpacing = 0F; this.smartLabel8.LineSpacing = 0F;
@ -2441,7 +2472,7 @@
// //
// buttonAdcLogClose // 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.Location = new System.Drawing.Point(553, 561);
this.buttonAdcLogClose.Name = "buttonAdcLogClose"; this.buttonAdcLogClose.Name = "buttonAdcLogClose";
this.buttonAdcLogClose.Size = new System.Drawing.Size(100, 30); this.buttonAdcLogClose.Size = new System.Drawing.Size(100, 30);
@ -2451,7 +2482,7 @@
// //
// buttonAdcLogOpen // 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.Location = new System.Drawing.Point(447, 562);
this.buttonAdcLogOpen.Name = "buttonAdcLogOpen"; this.buttonAdcLogOpen.Name = "buttonAdcLogOpen";
this.buttonAdcLogOpen.Size = new System.Drawing.Size(100, 30); this.buttonAdcLogOpen.Size = new System.Drawing.Size(100, 30);
@ -2595,13 +2626,13 @@
private SmartX.SmartGroupBox groupBoxStick; private SmartX.SmartGroupBox groupBoxStick;
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel4;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelTitleImpeller;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel smartLabel2;
private SmartX.SmartLabel smartLabel1; private SmartX.SmartLabel smartLabel1;
private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel smartLabel5;
private SmartX.SmartButton buttonRejectConveyorCW; private SmartX.SmartButton buttonRejectConveyorCW;
private SmartX.SmartButton buttonFeedingConveyor; private SmartX.SmartButton buttonFeedingConveyor;
private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel labelTitleCutInput;
private SmartX.SmartButton buttonCut; private SmartX.SmartButton buttonCut;
private SmartX.SmartButton buttonReverseDirection1; private SmartX.SmartButton buttonReverseDirection1;
private SmartX.SmartButton buttonReverseDirection2; private SmartX.SmartButton buttonReverseDirection2;
@ -2634,7 +2665,7 @@
private System.Windows.Forms.Timer timer; private System.Windows.Forms.Timer timer;
private SmartX.SmartButton buttonAllContinue; private SmartX.SmartButton buttonAllContinue;
private SmartX.SmartLabel labelIntervalAll; private SmartX.SmartLabel labelIntervalAll;
public SmartX.SmartLabel smartLabel9; public SmartX.SmartLabel labelTitleCommErrorCount;
public SmartX.SmartLabel labelReceiveDataErrorCount; public SmartX.SmartLabel labelReceiveDataErrorCount;
private SmartX.SmartButton buttonScreen; private SmartX.SmartButton buttonScreen;
private SmartX.SmartLabel smartLabel7; private SmartX.SmartLabel smartLabel7;

View File

@ -38,9 +38,10 @@ namespace INT69DB_2A.Forms
this.ParentForm = parent; this.ParentForm = parent;
this.InitializeDesign();
this.InitializeControl(); this.InitializeControl();
this.DefaultSetting(); this.DefaultSetting();
// DefaultSetting() 뒤에 InitializeDesign() 놓을 것
this.InitializeDesign();
} }
#endregion #endregion
@ -73,9 +74,32 @@ namespace INT69DB_2A.Forms
this.smartLabel12.Text = "通信节目播送日记"; this.smartLabel12.Text = "通信节目播送日记";
this.smartLabel8.Text = "ADC节目播送日记"; this.smartLabel8.Text = "ADC节目播送日记";
this.labelTitleCommErrorCount.Text = "Comm Error CNT";
this.buttonLogOpen.Text = this.buttonAdcLogOpen.Text = "开"; this.buttonLogOpen.Text = this.buttonAdcLogOpen.Text = "开";
this.buttonAdcLogClose.Text = this.buttonLogClose.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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -1048,7 +1048,7 @@
</value> </value>
</data> </data>
<metadata name="timer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <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> </metadata>
<data name="buttonScreen.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonScreen.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
@ -1520,6 +1520,6 @@
<value>False</value> <value>False</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>59</value> <value>42</value>
</metadata> </metadata>
</root> </root>

View File

@ -183,7 +183,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -213,7 +213,7 @@
this.buttonOutput16.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput16.DisableImage = null; this.buttonOutput16.DisableImage = null;
this.buttonOutput16.DownImage = 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.GroupID = 0;
this.buttonOutput16.InitVisible = true; this.buttonOutput16.InitVisible = true;
this.buttonOutput16.Location = new System.Drawing.Point(135, 315); this.buttonOutput16.Location = new System.Drawing.Point(135, 315);
@ -247,7 +247,7 @@
this.buttonOutput8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput8.DisableImage = null; this.buttonOutput8.DisableImage = null;
this.buttonOutput8.DownImage = 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.GroupID = 0;
this.buttonOutput8.InitVisible = true; this.buttonOutput8.InitVisible = true;
this.buttonOutput8.Location = new System.Drawing.Point(29, 315); this.buttonOutput8.Location = new System.Drawing.Point(29, 315);
@ -281,7 +281,7 @@
this.buttonOutput15.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput15.DisableImage = null; this.buttonOutput15.DisableImage = null;
this.buttonOutput15.DownImage = 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.GroupID = 0;
this.buttonOutput15.InitVisible = true; this.buttonOutput15.InitVisible = true;
this.buttonOutput15.Location = new System.Drawing.Point(135, 274); this.buttonOutput15.Location = new System.Drawing.Point(135, 274);
@ -315,7 +315,7 @@
this.buttonOutput7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput7.DisableImage = null; this.buttonOutput7.DisableImage = null;
this.buttonOutput7.DownImage = 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.GroupID = 0;
this.buttonOutput7.InitVisible = true; this.buttonOutput7.InitVisible = true;
this.buttonOutput7.Location = new System.Drawing.Point(29, 274); this.buttonOutput7.Location = new System.Drawing.Point(29, 274);
@ -349,7 +349,7 @@
this.buttonOutput14.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput14.DisableImage = null; this.buttonOutput14.DisableImage = null;
this.buttonOutput14.DownImage = 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.GroupID = 0;
this.buttonOutput14.InitVisible = true; this.buttonOutput14.InitVisible = true;
this.buttonOutput14.Location = new System.Drawing.Point(135, 233); this.buttonOutput14.Location = new System.Drawing.Point(135, 233);
@ -383,7 +383,7 @@
this.buttonOutput6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput6.DisableImage = null; this.buttonOutput6.DisableImage = null;
this.buttonOutput6.DownImage = 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.GroupID = 0;
this.buttonOutput6.InitVisible = true; this.buttonOutput6.InitVisible = true;
this.buttonOutput6.Location = new System.Drawing.Point(29, 233); this.buttonOutput6.Location = new System.Drawing.Point(29, 233);
@ -417,7 +417,7 @@
this.buttonOutput13.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput13.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput13.DisableImage = null; this.buttonOutput13.DisableImage = null;
this.buttonOutput13.DownImage = 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.GroupID = 0;
this.buttonOutput13.InitVisible = true; this.buttonOutput13.InitVisible = true;
this.buttonOutput13.Location = new System.Drawing.Point(135, 192); this.buttonOutput13.Location = new System.Drawing.Point(135, 192);
@ -451,7 +451,7 @@
this.buttonOutput5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput5.DisableImage = null; this.buttonOutput5.DisableImage = null;
this.buttonOutput5.DownImage = 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.GroupID = 0;
this.buttonOutput5.InitVisible = true; this.buttonOutput5.InitVisible = true;
this.buttonOutput5.Location = new System.Drawing.Point(29, 192); this.buttonOutput5.Location = new System.Drawing.Point(29, 192);
@ -485,7 +485,7 @@
this.buttonOutput1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput1.DisableImage = null; this.buttonOutput1.DisableImage = null;
this.buttonOutput1.DownImage = 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.GroupID = 0;
this.buttonOutput1.InitVisible = true; this.buttonOutput1.InitVisible = true;
this.buttonOutput1.Location = new System.Drawing.Point(29, 28); this.buttonOutput1.Location = new System.Drawing.Point(29, 28);
@ -512,7 +512,7 @@
// labelInput1 // labelInput1
// //
this.labelInput1.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput1.Location = new System.Drawing.Point(31, 60); this.labelInput1.Location = new System.Drawing.Point(31, 60);
this.labelInput1.Name = "labelInput1"; this.labelInput1.Name = "labelInput1";
@ -528,7 +528,7 @@
this.buttonOutput12.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput12.DisableImage = null; this.buttonOutput12.DisableImage = null;
this.buttonOutput12.DownImage = 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.GroupID = 0;
this.buttonOutput12.InitVisible = true; this.buttonOutput12.InitVisible = true;
this.buttonOutput12.Location = new System.Drawing.Point(135, 151); this.buttonOutput12.Location = new System.Drawing.Point(135, 151);
@ -555,7 +555,7 @@
// labelInput9 // labelInput9
// //
this.labelInput9.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput9.Location = new System.Drawing.Point(148, 60); this.labelInput9.Location = new System.Drawing.Point(148, 60);
this.labelInput9.Name = "labelInput9"; this.labelInput9.Name = "labelInput9";
@ -568,7 +568,7 @@
this.labelInputName1.BackPictureBox2 = null; this.labelInputName1.BackPictureBox2 = null;
this.labelInputName1.BorderColor = System.Drawing.Color.Black; this.labelInputName1.BorderColor = System.Drawing.Color.Black;
this.labelInputName1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName1.LineSpacing = 0F; this.labelInputName1.LineSpacing = 0F;
this.labelInputName1.Location = new System.Drawing.Point(62, 60); this.labelInputName1.Location = new System.Drawing.Point(62, 60);
@ -590,7 +590,7 @@
this.buttonOutput4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput4.DisableImage = null; this.buttonOutput4.DisableImage = null;
this.buttonOutput4.DownImage = 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.GroupID = 0;
this.buttonOutput4.InitVisible = true; this.buttonOutput4.InitVisible = true;
this.buttonOutput4.Location = new System.Drawing.Point(29, 151); this.buttonOutput4.Location = new System.Drawing.Point(29, 151);
@ -621,7 +621,7 @@
this.labelInputName9.BackPictureBox2 = null; this.labelInputName9.BackPictureBox2 = null;
this.labelInputName9.BorderColor = System.Drawing.Color.Black; this.labelInputName9.BorderColor = System.Drawing.Color.Black;
this.labelInputName9.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName9.LineSpacing = 0F; this.labelInputName9.LineSpacing = 0F;
this.labelInputName9.Location = new System.Drawing.Point(179, 60); this.labelInputName9.Location = new System.Drawing.Point(179, 60);
@ -643,7 +643,7 @@
this.buttonOutput11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput11.DisableImage = null; this.buttonOutput11.DisableImage = null;
this.buttonOutput11.DownImage = 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.GroupID = 0;
this.buttonOutput11.InitVisible = true; this.buttonOutput11.InitVisible = true;
this.buttonOutput11.Location = new System.Drawing.Point(135, 110); this.buttonOutput11.Location = new System.Drawing.Point(135, 110);
@ -670,7 +670,7 @@
// labelInput2 // labelInput2
// //
this.labelInput2.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput2.Location = new System.Drawing.Point(31, 91); this.labelInput2.Location = new System.Drawing.Point(31, 91);
this.labelInput2.Name = "labelInput2"; this.labelInput2.Name = "labelInput2";
@ -686,7 +686,7 @@
this.buttonOutput3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput3.DisableImage = null; this.buttonOutput3.DisableImage = null;
this.buttonOutput3.DownImage = 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.GroupID = 0;
this.buttonOutput3.InitVisible = true; this.buttonOutput3.InitVisible = true;
this.buttonOutput3.Location = new System.Drawing.Point(29, 110); this.buttonOutput3.Location = new System.Drawing.Point(29, 110);
@ -713,7 +713,7 @@
// labelInput10 // labelInput10
// //
this.labelInput10.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput10.Location = new System.Drawing.Point(148, 91); this.labelInput10.Location = new System.Drawing.Point(148, 91);
this.labelInput10.Name = "labelInput10"; this.labelInput10.Name = "labelInput10";
@ -729,7 +729,7 @@
this.buttonOutput10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput10.DisableImage = null; this.buttonOutput10.DisableImage = null;
this.buttonOutput10.DownImage = 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.GroupID = 0;
this.buttonOutput10.InitVisible = true; this.buttonOutput10.InitVisible = true;
this.buttonOutput10.Location = new System.Drawing.Point(135, 69); this.buttonOutput10.Location = new System.Drawing.Point(135, 69);
@ -760,7 +760,7 @@
this.labelInputName2.BackPictureBox2 = null; this.labelInputName2.BackPictureBox2 = null;
this.labelInputName2.BorderColor = System.Drawing.Color.Black; this.labelInputName2.BorderColor = System.Drawing.Color.Black;
this.labelInputName2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName2.LineSpacing = 0F; this.labelInputName2.LineSpacing = 0F;
this.labelInputName2.Location = new System.Drawing.Point(62, 91); this.labelInputName2.Location = new System.Drawing.Point(62, 91);
@ -779,7 +779,7 @@
this.labelInputName10.BackPictureBox2 = null; this.labelInputName10.BackPictureBox2 = null;
this.labelInputName10.BorderColor = System.Drawing.Color.Black; this.labelInputName10.BorderColor = System.Drawing.Color.Black;
this.labelInputName10.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName10.LineSpacing = 0F; this.labelInputName10.LineSpacing = 0F;
this.labelInputName10.Location = new System.Drawing.Point(179, 91); this.labelInputName10.Location = new System.Drawing.Point(179, 91);
@ -801,7 +801,7 @@
this.buttonOutput2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput2.DisableImage = null; this.buttonOutput2.DisableImage = null;
this.buttonOutput2.DownImage = 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.GroupID = 0;
this.buttonOutput2.InitVisible = true; this.buttonOutput2.InitVisible = true;
this.buttonOutput2.Location = new System.Drawing.Point(29, 69); this.buttonOutput2.Location = new System.Drawing.Point(29, 69);
@ -828,7 +828,7 @@
// labelInput3 // labelInput3
// //
this.labelInput3.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput3.Location = new System.Drawing.Point(31, 122); this.labelInput3.Location = new System.Drawing.Point(31, 122);
this.labelInput3.Name = "labelInput3"; this.labelInput3.Name = "labelInput3";
@ -844,7 +844,7 @@
this.buttonOutput9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput9.DisableImage = null; this.buttonOutput9.DisableImage = null;
this.buttonOutput9.DownImage = 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.GroupID = 0;
this.buttonOutput9.InitVisible = true; this.buttonOutput9.InitVisible = true;
this.buttonOutput9.Location = new System.Drawing.Point(135, 28); this.buttonOutput9.Location = new System.Drawing.Point(135, 28);
@ -871,7 +871,7 @@
// labelInput11 // labelInput11
// //
this.labelInput11.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput11.Location = new System.Drawing.Point(148, 122); this.labelInput11.Location = new System.Drawing.Point(148, 122);
this.labelInput11.Name = "labelInput11"; this.labelInput11.Name = "labelInput11";
@ -884,7 +884,7 @@
this.labelInputName3.BackPictureBox2 = null; this.labelInputName3.BackPictureBox2 = null;
this.labelInputName3.BorderColor = System.Drawing.Color.Black; this.labelInputName3.BorderColor = System.Drawing.Color.Black;
this.labelInputName3.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName3.LineSpacing = 0F; this.labelInputName3.LineSpacing = 0F;
this.labelInputName3.Location = new System.Drawing.Point(62, 122); this.labelInputName3.Location = new System.Drawing.Point(62, 122);
@ -903,7 +903,7 @@
this.labelInputName11.BackPictureBox2 = null; this.labelInputName11.BackPictureBox2 = null;
this.labelInputName11.BorderColor = System.Drawing.Color.Black; this.labelInputName11.BorderColor = System.Drawing.Color.Black;
this.labelInputName11.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName11.LineSpacing = 0F; this.labelInputName11.LineSpacing = 0F;
this.labelInputName11.Location = new System.Drawing.Point(179, 122); this.labelInputName11.Location = new System.Drawing.Point(179, 122);
@ -922,7 +922,7 @@
this.labelInputName16.BackPictureBox2 = null; this.labelInputName16.BackPictureBox2 = null;
this.labelInputName16.BorderColor = System.Drawing.Color.Black; this.labelInputName16.BorderColor = System.Drawing.Color.Black;
this.labelInputName16.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName16.LineSpacing = 0F; this.labelInputName16.LineSpacing = 0F;
this.labelInputName16.Location = new System.Drawing.Point(179, 277); this.labelInputName16.Location = new System.Drawing.Point(179, 277);
@ -941,7 +941,7 @@
this.labelInputName8.BackPictureBox2 = null; this.labelInputName8.BackPictureBox2 = null;
this.labelInputName8.BorderColor = System.Drawing.Color.Black; this.labelInputName8.BorderColor = System.Drawing.Color.Black;
this.labelInputName8.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName8.LineSpacing = 0F; this.labelInputName8.LineSpacing = 0F;
this.labelInputName8.Location = new System.Drawing.Point(62, 277); this.labelInputName8.Location = new System.Drawing.Point(62, 277);
@ -956,7 +956,7 @@
// labelInput4 // labelInput4
// //
this.labelInput4.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput4.Location = new System.Drawing.Point(31, 153); this.labelInput4.Location = new System.Drawing.Point(31, 153);
this.labelInput4.Name = "labelInput4"; this.labelInput4.Name = "labelInput4";
@ -965,7 +965,7 @@
// labelInput12 // labelInput12
// //
this.labelInput12.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput12.Location = new System.Drawing.Point(148, 153); this.labelInput12.Location = new System.Drawing.Point(148, 153);
this.labelInput12.Name = "labelInput12"; this.labelInput12.Name = "labelInput12";
@ -974,7 +974,7 @@
// labelInput16 // labelInput16
// //
this.labelInput16.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput16.Location = new System.Drawing.Point(148, 277); this.labelInput16.Location = new System.Drawing.Point(148, 277);
this.labelInput16.Name = "labelInput16"; this.labelInput16.Name = "labelInput16";
@ -983,7 +983,7 @@
// labelInput8 // labelInput8
// //
this.labelInput8.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput8.Location = new System.Drawing.Point(31, 277); this.labelInput8.Location = new System.Drawing.Point(31, 277);
this.labelInput8.Name = "labelInput8"; this.labelInput8.Name = "labelInput8";
@ -996,7 +996,7 @@
this.labelInputName4.BackPictureBox2 = null; this.labelInputName4.BackPictureBox2 = null;
this.labelInputName4.BorderColor = System.Drawing.Color.Black; this.labelInputName4.BorderColor = System.Drawing.Color.Black;
this.labelInputName4.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName4.LineSpacing = 0F; this.labelInputName4.LineSpacing = 0F;
this.labelInputName4.Location = new System.Drawing.Point(62, 153); this.labelInputName4.Location = new System.Drawing.Point(62, 153);
@ -1015,7 +1015,7 @@
this.labelInputName12.BackPictureBox2 = null; this.labelInputName12.BackPictureBox2 = null;
this.labelInputName12.BorderColor = System.Drawing.Color.Black; this.labelInputName12.BorderColor = System.Drawing.Color.Black;
this.labelInputName12.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName12.LineSpacing = 0F; this.labelInputName12.LineSpacing = 0F;
this.labelInputName12.Location = new System.Drawing.Point(179, 153); this.labelInputName12.Location = new System.Drawing.Point(179, 153);
@ -1034,7 +1034,7 @@
this.labelInputName15.BackPictureBox2 = null; this.labelInputName15.BackPictureBox2 = null;
this.labelInputName15.BorderColor = System.Drawing.Color.Black; this.labelInputName15.BorderColor = System.Drawing.Color.Black;
this.labelInputName15.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName15.LineSpacing = 0F; this.labelInputName15.LineSpacing = 0F;
this.labelInputName15.Location = new System.Drawing.Point(179, 246); this.labelInputName15.Location = new System.Drawing.Point(179, 246);
@ -1053,7 +1053,7 @@
this.labelInputName7.BackPictureBox2 = null; this.labelInputName7.BackPictureBox2 = null;
this.labelInputName7.BorderColor = System.Drawing.Color.Black; this.labelInputName7.BorderColor = System.Drawing.Color.Black;
this.labelInputName7.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName7.LineSpacing = 0F; this.labelInputName7.LineSpacing = 0F;
this.labelInputName7.Location = new System.Drawing.Point(62, 246); this.labelInputName7.Location = new System.Drawing.Point(62, 246);
@ -1068,7 +1068,7 @@
// labelInput5 // labelInput5
// //
this.labelInput5.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput5.Location = new System.Drawing.Point(31, 184); this.labelInput5.Location = new System.Drawing.Point(31, 184);
this.labelInput5.Name = "labelInput5"; this.labelInput5.Name = "labelInput5";
@ -1077,7 +1077,7 @@
// labelInput13 // labelInput13
// //
this.labelInput13.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput13.Location = new System.Drawing.Point(148, 184); this.labelInput13.Location = new System.Drawing.Point(148, 184);
this.labelInput13.Name = "labelInput13"; this.labelInput13.Name = "labelInput13";
@ -1086,7 +1086,7 @@
// labelInput15 // labelInput15
// //
this.labelInput15.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput15.Location = new System.Drawing.Point(148, 246); this.labelInput15.Location = new System.Drawing.Point(148, 246);
this.labelInput15.Name = "labelInput15"; this.labelInput15.Name = "labelInput15";
@ -1095,7 +1095,7 @@
// labelInput7 // labelInput7
// //
this.labelInput7.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput7.Location = new System.Drawing.Point(31, 246); this.labelInput7.Location = new System.Drawing.Point(31, 246);
this.labelInput7.Name = "labelInput7"; this.labelInput7.Name = "labelInput7";
@ -1108,7 +1108,7 @@
this.labelInputName5.BackPictureBox2 = null; this.labelInputName5.BackPictureBox2 = null;
this.labelInputName5.BorderColor = System.Drawing.Color.Black; this.labelInputName5.BorderColor = System.Drawing.Color.Black;
this.labelInputName5.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName5.LineSpacing = 0F; this.labelInputName5.LineSpacing = 0F;
this.labelInputName5.Location = new System.Drawing.Point(62, 184); this.labelInputName5.Location = new System.Drawing.Point(62, 184);
@ -1127,7 +1127,7 @@
this.labelInputName13.BackPictureBox2 = null; this.labelInputName13.BackPictureBox2 = null;
this.labelInputName13.BorderColor = System.Drawing.Color.Black; this.labelInputName13.BorderColor = System.Drawing.Color.Black;
this.labelInputName13.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName13.LineSpacing = 0F; this.labelInputName13.LineSpacing = 0F;
this.labelInputName13.Location = new System.Drawing.Point(179, 184); this.labelInputName13.Location = new System.Drawing.Point(179, 184);
@ -1146,7 +1146,7 @@
this.labelInputName14.BackPictureBox2 = null; this.labelInputName14.BackPictureBox2 = null;
this.labelInputName14.BorderColor = System.Drawing.Color.Black; this.labelInputName14.BorderColor = System.Drawing.Color.Black;
this.labelInputName14.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName14.LineSpacing = 0F; this.labelInputName14.LineSpacing = 0F;
this.labelInputName14.Location = new System.Drawing.Point(179, 215); this.labelInputName14.Location = new System.Drawing.Point(179, 215);
@ -1165,7 +1165,7 @@
this.labelInputName6.BackPictureBox2 = null; this.labelInputName6.BackPictureBox2 = null;
this.labelInputName6.BorderColor = System.Drawing.Color.Black; this.labelInputName6.BorderColor = System.Drawing.Color.Black;
this.labelInputName6.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelInputName6.LineSpacing = 0F; this.labelInputName6.LineSpacing = 0F;
this.labelInputName6.Location = new System.Drawing.Point(62, 215); this.labelInputName6.Location = new System.Drawing.Point(62, 215);
@ -1180,7 +1180,7 @@
// labelInput6 // labelInput6
// //
this.labelInput6.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput6.Location = new System.Drawing.Point(31, 215); this.labelInput6.Location = new System.Drawing.Point(31, 215);
this.labelInput6.Name = "labelInput6"; this.labelInput6.Name = "labelInput6";
@ -1189,7 +1189,7 @@
// labelInput14 // labelInput14
// //
this.labelInput14.BackColor = System.Drawing.Color.Gray; 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.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput14.Location = new System.Drawing.Point(148, 215); this.labelInput14.Location = new System.Drawing.Point(148, 215);
this.labelInput14.Name = "labelInput14"; this.labelInput14.Name = "labelInput14";
@ -1231,7 +1231,7 @@
this.smartGroupBox1.Controls.Add(this.buttonOutput2); this.smartGroupBox1.Controls.Add(this.buttonOutput2);
this.smartGroupBox1.Controls.Add(this.buttonOutput5); this.smartGroupBox1.Controls.Add(this.buttonOutput5);
this.smartGroupBox1.Controls.Add(this.buttonOutput9); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameLineThickness = 1;
@ -1257,7 +1257,7 @@
this.buttonOutput32.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput32.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput32.DisableImage = null; this.buttonOutput32.DisableImage = null;
this.buttonOutput32.DownImage = 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.GroupID = 0;
this.buttonOutput32.InitVisible = true; this.buttonOutput32.InitVisible = true;
this.buttonOutput32.Location = new System.Drawing.Point(358, 315); this.buttonOutput32.Location = new System.Drawing.Point(358, 315);
@ -1291,7 +1291,7 @@
this.buttonOutput17.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput17.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput17.DisableImage = null; this.buttonOutput17.DisableImage = null;
this.buttonOutput17.DownImage = 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.GroupID = 0;
this.buttonOutput17.InitVisible = true; this.buttonOutput17.InitVisible = true;
this.buttonOutput17.Location = new System.Drawing.Point(252, 28); this.buttonOutput17.Location = new System.Drawing.Point(252, 28);
@ -1325,7 +1325,7 @@
this.buttonOutput24.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput24.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput24.DisableImage = null; this.buttonOutput24.DisableImage = null;
this.buttonOutput24.DownImage = 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.GroupID = 0;
this.buttonOutput24.InitVisible = true; this.buttonOutput24.InitVisible = true;
this.buttonOutput24.Location = new System.Drawing.Point(252, 315); this.buttonOutput24.Location = new System.Drawing.Point(252, 315);
@ -1359,7 +1359,7 @@
this.buttonOutput28.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput28.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput28.DisableImage = null; this.buttonOutput28.DisableImage = null;
this.buttonOutput28.DownImage = 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.GroupID = 0;
this.buttonOutput28.InitVisible = true; this.buttonOutput28.InitVisible = true;
this.buttonOutput28.Location = new System.Drawing.Point(358, 151); this.buttonOutput28.Location = new System.Drawing.Point(358, 151);
@ -1393,7 +1393,7 @@
this.buttonOutput31.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput31.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput31.DisableImage = null; this.buttonOutput31.DisableImage = null;
this.buttonOutput31.DownImage = 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.GroupID = 0;
this.buttonOutput31.InitVisible = true; this.buttonOutput31.InitVisible = true;
this.buttonOutput31.Location = new System.Drawing.Point(358, 274); this.buttonOutput31.Location = new System.Drawing.Point(358, 274);
@ -1427,7 +1427,7 @@
this.buttonOutput23.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput23.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput23.DisableImage = null; this.buttonOutput23.DisableImage = null;
this.buttonOutput23.DownImage = 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.GroupID = 0;
this.buttonOutput23.InitVisible = true; this.buttonOutput23.InitVisible = true;
this.buttonOutput23.Location = new System.Drawing.Point(252, 274); this.buttonOutput23.Location = new System.Drawing.Point(252, 274);
@ -1461,7 +1461,7 @@
this.buttonOutput20.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput20.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput20.DisableImage = null; this.buttonOutput20.DisableImage = null;
this.buttonOutput20.DownImage = 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.GroupID = 0;
this.buttonOutput20.InitVisible = true; this.buttonOutput20.InitVisible = true;
this.buttonOutput20.Location = new System.Drawing.Point(252, 151); this.buttonOutput20.Location = new System.Drawing.Point(252, 151);
@ -1495,7 +1495,7 @@
this.buttonOutput27.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput27.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput27.DisableImage = null; this.buttonOutput27.DisableImage = null;
this.buttonOutput27.DownImage = 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.GroupID = 0;
this.buttonOutput27.InitVisible = true; this.buttonOutput27.InitVisible = true;
this.buttonOutput27.Location = new System.Drawing.Point(358, 110); this.buttonOutput27.Location = new System.Drawing.Point(358, 110);
@ -1529,7 +1529,7 @@
this.buttonOutput30.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput30.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput30.DisableImage = null; this.buttonOutput30.DisableImage = null;
this.buttonOutput30.DownImage = 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.GroupID = 0;
this.buttonOutput30.InitVisible = true; this.buttonOutput30.InitVisible = true;
this.buttonOutput30.Location = new System.Drawing.Point(358, 233); this.buttonOutput30.Location = new System.Drawing.Point(358, 233);
@ -1563,7 +1563,7 @@
this.buttonOutput19.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput19.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput19.DisableImage = null; this.buttonOutput19.DisableImage = null;
this.buttonOutput19.DownImage = 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.GroupID = 0;
this.buttonOutput19.InitVisible = true; this.buttonOutput19.InitVisible = true;
this.buttonOutput19.Location = new System.Drawing.Point(252, 110); this.buttonOutput19.Location = new System.Drawing.Point(252, 110);
@ -1597,7 +1597,7 @@
this.buttonOutput22.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput22.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput22.DisableImage = null; this.buttonOutput22.DisableImage = null;
this.buttonOutput22.DownImage = 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.GroupID = 0;
this.buttonOutput22.InitVisible = true; this.buttonOutput22.InitVisible = true;
this.buttonOutput22.Location = new System.Drawing.Point(252, 233); this.buttonOutput22.Location = new System.Drawing.Point(252, 233);
@ -1631,7 +1631,7 @@
this.buttonOutput26.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput26.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput26.DisableImage = null; this.buttonOutput26.DisableImage = null;
this.buttonOutput26.DownImage = 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.GroupID = 0;
this.buttonOutput26.InitVisible = true; this.buttonOutput26.InitVisible = true;
this.buttonOutput26.Location = new System.Drawing.Point(358, 69); this.buttonOutput26.Location = new System.Drawing.Point(358, 69);
@ -1665,7 +1665,7 @@
this.buttonOutput29.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput29.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput29.DisableImage = null; this.buttonOutput29.DisableImage = null;
this.buttonOutput29.DownImage = 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.GroupID = 0;
this.buttonOutput29.InitVisible = true; this.buttonOutput29.InitVisible = true;
this.buttonOutput29.Location = new System.Drawing.Point(358, 192); this.buttonOutput29.Location = new System.Drawing.Point(358, 192);
@ -1699,7 +1699,7 @@
this.buttonOutput18.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput18.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput18.DisableImage = null; this.buttonOutput18.DisableImage = null;
this.buttonOutput18.DownImage = 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.GroupID = 0;
this.buttonOutput18.InitVisible = true; this.buttonOutput18.InitVisible = true;
this.buttonOutput18.Location = new System.Drawing.Point(252, 69); this.buttonOutput18.Location = new System.Drawing.Point(252, 69);
@ -1733,7 +1733,7 @@
this.buttonOutput21.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput21.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput21.DisableImage = null; this.buttonOutput21.DisableImage = null;
this.buttonOutput21.DownImage = 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.GroupID = 0;
this.buttonOutput21.InitVisible = true; this.buttonOutput21.InitVisible = true;
this.buttonOutput21.Location = new System.Drawing.Point(252, 192); this.buttonOutput21.Location = new System.Drawing.Point(252, 192);
@ -1767,7 +1767,7 @@
this.buttonOutput25.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOutput25.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput25.DisableImage = null; this.buttonOutput25.DisableImage = null;
this.buttonOutput25.DownImage = 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.GroupID = 0;
this.buttonOutput25.InitVisible = true; this.buttonOutput25.InitVisible = true;
this.buttonOutput25.Location = new System.Drawing.Point(358, 28); this.buttonOutput25.Location = new System.Drawing.Point(358, 28);
@ -1828,7 +1828,7 @@
this.smartGroupBox2.Controls.Add(this.labelInputName13); this.smartGroupBox2.Controls.Add(this.labelInputName13);
this.smartGroupBox2.Controls.Add(this.labelInputName14); this.smartGroupBox2.Controls.Add(this.labelInputName14);
this.smartGroupBox2.Controls.Add(this.labelInputName6); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1; this.smartGroupBox2.FrameLineThickness = 1;
@ -1853,7 +1853,7 @@
this.buttonInputRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonInputRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInputRead.DisableImage = null; this.buttonInputRead.DisableImage = null;
this.buttonInputRead.DownImage = 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.GroupID = 0;
this.buttonInputRead.InitVisible = true; this.buttonInputRead.InitVisible = true;
this.buttonInputRead.Location = new System.Drawing.Point(84, 320); this.buttonInputRead.Location = new System.Drawing.Point(84, 320);
@ -1891,7 +1891,7 @@
this.buttonPLC1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPLC1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPLC1.DisableImage = null; this.buttonPLC1.DisableImage = null;
this.buttonPLC1.DownImage = 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.GroupID = 0;
this.buttonPLC1.InitVisible = true; this.buttonPLC1.InitVisible = true;
this.buttonPLC1.Location = new System.Drawing.Point(16, 525); this.buttonPLC1.Location = new System.Drawing.Point(16, 525);

View File

@ -65,6 +65,11 @@ namespace INT69DB_2A.Forms
this.labelTitle.Text = "I/O测试"; this.labelTitle.Text = "I/O测试";
this.buttonInputRead.Text = "读"; 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -349,6 +354,8 @@ namespace INT69DB_2A.Forms
{ {
if (this.groupBoxPLC.Visible == false) if (this.groupBoxPLC.Visible == false)
this.groupBoxPLC.Visible = true; this.groupBoxPLC.Visible = true;
else
this.groupBoxPLC.Visible = false;
} }
private void buttonOutput_Click(object sender, EventArgs e) private void buttonOutput_Click(object sender, EventArgs e)

View File

@ -65,6 +65,10 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "信息"; this.labelTitle.Text = "信息";
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = "インフォメㅡション";
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -109,7 +113,7 @@ namespace INT69DB_2A.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "6.1.1"; this.labelDisplayVer.Text = "6.6.1";
this.labelUserMgerVer.Text = ""; this.labelUserMgerVer.Text = "";
this.labelAes128Ver.Text = ""; this.labelAes128Ver.Text = "";
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;

View File

@ -64,6 +64,13 @@ namespace INT69DB_2A.Forms
this.labelResetRestart.Text = "关掉电源,然后在打开电源"; this.labelResetRestart.Text = "关掉电源,然后在打开电源";
this.labelResetFail.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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -147,7 +154,7 @@ namespace INT69DB_2A.Forms
structItem1.SerialNumber = this.ParentForm.SystemConfig.SerialNumber; structItem1.SerialNumber = this.ParentForm.SystemConfig.SerialNumber;
// Dummy bool // Dummy bool
structItem1.DummyBool1 = false; structItem1.IsEmergencyStopEntrySensorError = this.ParentForm.SystemConfig.IsEmergencyStopEntrySensorError;
structItem1.IsIntegratedTransmission = this.ParentForm.SystemConfig.IsIntegratedTransmission; structItem1.IsIntegratedTransmission = this.ParentForm.SystemConfig.IsIntegratedTransmission;
structItem1.IsLogin = this.ParentForm.SystemConfig.IsLogin; structItem1.IsLogin = this.ParentForm.SystemConfig.IsLogin;
structItem1.IsFeedingConveyorRunPass = this.ParentForm.SystemConfig.IsFeedingConveyorRunPass; structItem1.IsFeedingConveyorRunPass = this.ParentForm.SystemConfig.IsFeedingConveyorRunPass;
@ -188,8 +195,8 @@ namespace INT69DB_2A.Forms
structItem2.DummyBool16 = false; structItem2.DummyBool16 = false;
structItem2.DummyBool17 = false; structItem2.DummyBool17 = false;
structItem2.DummyBool18 = false; structItem2.DummyBool18 = false;
structItem2.IsAlarmContinuousNGEnable = false; structItem2.IsAlarmContinuousNGEnable = this.ParentForm.SystemConfig.IsAlarmContinuousNGEnable;
structItem2.IsAlarmTotalPassCntEnable = false; structItem2.IsAlarmTotalPassCntEnable = this.ParentForm.SystemConfig.IsAlarmTotalPassCntEnable;
structItem2.DummyInt1 = 0; structItem2.DummyInt1 = 0;
structItem2.DummyInt2 = 0; structItem2.DummyInt2 = 0;
@ -198,8 +205,8 @@ namespace INT69DB_2A.Forms
structItem2.DummyInt5 = 0; structItem2.DummyInt5 = 0;
structItem2.DummyInt6 = 0; structItem2.DummyInt6 = 0;
structItem2.DummyInt7 = 0; structItem2.DummyInt7 = 0;
structItem2.AlarmContinuousNG = 0; structItem2.AlarmContinuousNG = this.ParentForm.SystemConfig.AlarmContinuousNG;
structItem2.AlarmTotalPassCnt = 0; structItem2.AlarmTotalPassCnt = this.ParentForm.SystemConfig.AlarmTotalPassCnt;
structItem2.ModbusTcpStartAddress = this.ParentForm.SystemConfig.ModbusTcpStartAddress; structItem2.ModbusTcpStartAddress = this.ParentForm.SystemConfig.ModbusTcpStartAddress;
structItem2.ModbusRtuSlaveID = this.ParentForm.SystemConfig.ModbusRtuSlaveID; structItem2.ModbusRtuSlaveID = this.ParentForm.SystemConfig.ModbusRtuSlaveID;
structItem2.ModbusTcpAddress1 = this.ParentForm.SystemConfig.ModbusTcpAddress1; structItem2.ModbusTcpAddress1 = this.ParentForm.SystemConfig.ModbusTcpAddress1;

View File

@ -42,6 +42,8 @@
this.timerTimeOutTransmission = new System.Windows.Forms.Timer(); this.timerTimeOutTransmission = new System.Windows.Forms.Timer();
this.smartSerialPortCom3 = new SmartX.SmartSerialPort(); this.smartSerialPortCom3 = new SmartX.SmartSerialPort();
this.smartSerialPortLink = new SmartX.SmartSerialPort(); this.smartSerialPortLink = new SmartX.SmartSerialPort();
this.smartFileCom3Log = new SmartX.SmartFile();
this.smartThread = new SmartX.SmartThread(this.components);
((System.ComponentModel.ISupportInitialize)(this.smartForm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -145,6 +147,17 @@
this.smartSerialPortLink.TailErrorCodeOffset = 0; this.smartSerialPortLink.TailErrorCodeOffset = 0;
this.smartSerialPortLink.OnReadQueueEvent += new SmartX.SmartSerialPort.ReceiveDataHandler(this.smartSerialPortLink_OnReadQueueEvent); this.smartSerialPortLink.OnReadQueueEvent += new SmartX.SmartSerialPort.ReceiveDataHandler(this.smartSerialPortLink_OnReadQueueEvent);
// //
// smartFileCom3Log
//
this.smartFileCom3Log.FilePathName = null;
//
// smartThread
//
this.smartThread.Priority = System.Threading.ThreadPriority.Normal;
this.smartThread.WorkerReportsProgress = false;
this.smartThread.UIThreadFunction += new SmartX.SmartThread.UIThreadHandler(this.smartThread_UIThreadFunction);
this.smartThread.OnEnding += new SmartX.SmartThread.EndingHandler(this.smartThread_OnEnding);
//
// FormMain // FormMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -174,6 +187,7 @@
public System.Windows.Forms.Timer timerTimeOutTransmission; public System.Windows.Forms.Timer timerTimeOutTransmission;
public SmartX.SmartSerialPort smartSerialPortCom3; public SmartX.SmartSerialPort smartSerialPortCom3;
private SmartX.SmartSerialPort smartSerialPortLink; private SmartX.SmartSerialPort smartSerialPortLink;
public SmartX.SmartFile smartFileCom3Log;
public SmartX.SmartThread smartThread;
} }
} }

View File

@ -43,6 +43,10 @@ namespace INT69DB_2A.Forms
public string ComPortMainToLCD; // DllSerial Port public string ComPortMainToLCD; // DllSerial Port
public bool FlagDllSerial; // DllSerial 사용여부 public bool FlagDllSerial; // DllSerial 사용여부
private string TransferNum; // 수신데이터 ID저장 (재전송 시 사용) private string TransferNum; // 수신데이터 ID저장 (재전송 시 사용)
public bool FlagThreadMessage1; // 플레그 쓰레드 메시지 11
public int TotalAllCount; // 스틱1 전체 수량
public int TotalPassCount; // 스틱1 전체 Pass 수량
public int TotalNGCount; // 스틱1 전체 NG 수량
// Motor Download 통신용 변수 // Motor Download 통신용 변수
public int LineNum; public int LineNum;
@ -440,6 +444,10 @@ namespace INT69DB_2A.Forms
this.ColorLogOff = Color.Red; this.ColorLogOff = Color.Red;
this.ColorLogOn = Color.Yellow; this.ColorLogOn = Color.Yellow;
this.TransferNum = "-"; this.TransferNum = "-";
this.FlagThreadMessage1 = false;
this.TotalAllCount = 0;
this.TotalNGCount = 0;
this.TotalPassCount = 0;
this.PathLaunchFolder = "SD Card\\"; this.PathLaunchFolder = "SD Card\\";
this.PathSystemFileFolder1 = this.PathLaunchFolder + "SystemFile1\\"; this.PathSystemFileFolder1 = this.PathLaunchFolder + "SystemFile1\\";
@ -731,6 +739,15 @@ namespace INT69DB_2A.Forms
this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._9016_ParameterProduct, sb.ToString()); this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._9016_ParameterProduct, sb.ToString());
} }
private void StartThreadMessage1()
{
if (this.smartThread.State != SmartThread.ThreadState.Running)
{
this.smartThread.Start();
this.FlagThreadMessage1 = false;
}
}
#region Communication Protocol #region Communication Protocol
public void PrintingHeadLine() public void PrintingHeadLine()
{ {
@ -1497,6 +1514,189 @@ namespace INT69DB_2A.Forms
return sb.ToString(); return sb.ToString();
} }
public string Protocol_OPT5(Collection<WeightData> datas)
{
string value = "";
StringBuilder sb = new StringBuilder();
sb.Append((char)0x02);
sb.Append(string.Format("IN{0:D3}", this.SystemConfig.EquipmentID));
sb.Append(string.Format("{0:D4}", this.SystemConfig.ProductNumber));
value = this.TotalPassCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalNGCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalAllCount.ToString();
sb.Append(value.PadLeft(9, ' '));
if (this.SystemConfig.IsWeightViewForward == true)
{
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else
sb.Append("E");
value = Helper.DoubleToString(datas[i].Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
}
}
else
{
for (int i = 1; i <= this.SystemConfig.EquipmentColumns; i++)
{
if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else
sb.Append("E");
value = Helper.DoubleToString(datas[datas.Count - i].Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
}
}
sb.Append((char)0x03);
return sb.ToString();
}
public string Protocol_OPT5(int lane, WeightData data)
{
string value = "";
StringBuilder sb = new StringBuilder();
sb.Append((char)0x02);
sb.Append(string.Format("IN{0:D3}", this.SystemConfig.EquipmentID));
sb.Append(string.Format("{0:D4}", this.SystemConfig.ProductNumber));
value = this.TotalPassCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalNGCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalAllCount.ToString();
sb.Append(value.PadLeft(9, ' '));
sb.Append(string.Format("{0:D2}", lane));
if (data.JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else
sb.Append("E");
value = Helper.DoubleToString(data.Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
sb.Append((char)0x03);
return sb.ToString();
}
public string Protocol_OPT5_NotStxEtx(Collection<WeightData> datas)
{
string value = "";
StringBuilder sb = new StringBuilder();
sb.Append(string.Format("IN{0:D3}", this.SystemConfig.EquipmentID));
sb.Append(string.Format("{0:D4}", this.SystemConfig.ProductNumber));
value = this.TotalPassCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalNGCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalAllCount.ToString();
sb.Append(value.PadLeft(9, ' '));
if (this.SystemConfig.IsWeightViewForward == true)
{
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else if (datas[i].JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else
sb.Append("E");
value = Helper.DoubleToString(datas[i].Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
}
}
else
{
for (int i = 1; i <= this.SystemConfig.EquipmentColumns; i++)
{
if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (datas[datas.Count - i].JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else
sb.Append("E");
value = Helper.DoubleToString(datas[datas.Count - i].Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
}
}
return sb.ToString();
}
public string Protocol_OPT5_NotStxEtx(int lane, WeightData data)
{
string value = "";
StringBuilder sb = new StringBuilder();
sb.Append(string.Format("IN{0:D3}", this.SystemConfig.EquipmentID));
sb.Append(string.Format("{0:D4}", this.SystemConfig.ProductNumber));
value = this.TotalPassCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalNGCount.ToString();
sb.Append(value.PadLeft(7, ' '));
value = this.TotalAllCount.ToString();
sb.Append(value.PadLeft(9, ' '));
sb.Append(string.Format("{0:D2}", lane));
if (data.JudgmentStatus == DataStore.JudgmentStatus.Under)
sb.Append("U");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Over)
sb.Append("O");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Double)
sb.Append("D");
else if (data.JudgmentStatus == DataStore.JudgmentStatus.Pass)
sb.Append("P");
else
sb.Append("E");
value = Helper.DoubleToString(data.Weight, this.SystemConfig.DecimalPlaces);
sb.Append(value.PadLeft(6, ' '));
return sb.ToString();
}
public byte[] Protocol_Modbus_Client_Write_Common_Data() public byte[] Protocol_Modbus_Client_Write_Common_Data()
{ {
int index = 0; int index = 0;
@ -3040,6 +3240,7 @@ namespace INT69DB_2A.Forms
{ {
try try
{ {
this.smartSerialPortCom3.Close();
switch (this.SystemConfig.Serial3BaudRate) switch (this.SystemConfig.Serial3BaudRate)
{ {
case 0: case 0:
@ -3058,8 +3259,7 @@ namespace INT69DB_2A.Forms
this.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._9600bps; this.smartSerialPortCom3.Baud_Rate = SmartSerialPort.BAUDRATE._9600bps;
break; break;
} }
if (this.smartSerialPortCom3.IsOpen == false) this.smartSerialPortCom3.Open();
this.smartSerialPortCom3.Open();
} }
catch catch
{ {
@ -3077,6 +3277,10 @@ namespace INT69DB_2A.Forms
public void UartCom3Write(string data) public void UartCom3Write(string data)
{ {
this.smartSerialPortCom3.WriteFrame(data, SmartSerialPort.CODETYPES.ASCIICODE); this.smartSerialPortCom3.WriteFrame(data, SmartSerialPort.CODETYPES.ASCIICODE);
// 로그
//if (this.IsCom3LogOpen == true)
//this.smartFileCom3Log.WriteString(string.Format("COM3 Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, data));
} }
private int UartCom3Write(string command, string id, string address, string data) private int UartCom3Write(string command, string id, string address, string data)
{ {
@ -3100,7 +3304,7 @@ namespace INT69DB_2A.Forms
return ret; return ret;
} }
private void TreatSerialCommunication(Collection<WeightData> datas) public void TreatSerialCommunication(Collection<WeightData> datas)
{ {
if (this.SystemConfig.Serial3Mode == 0) if (this.SystemConfig.Serial3Mode == 0)
return; return;
@ -4582,18 +4786,32 @@ namespace INT69DB_2A.Forms
{ {
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++) for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{ {
this.CollectionWeightData[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2)); if (this.EquipmentStatus == DataStore.EquipmentStatus.Stop)
this.CollectionWeightData[i].Weight = Helper.StringToWeight(receiveData.Substring(i * 12 + 2, 5), this.SystemConfig.DecimalPlaces); {
this.CollectionWeightData[i].ADCValue = receiveData.Substring(i * 12 + 7, 5); this.CollectionWeightData[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2));
this.CollectionWeightData[i].Weight = Helper.StringToWeight(receiveData.Substring(i * 12 + 2, 5), this.SystemConfig.DecimalPlaces);
this.CollectionWeightData[i].ADCValue = receiveData.Substring(i * 12 + 7, 5);
}
else
{
this.CollectionWeightData[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2));
}
} }
} }
else if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormEquipmentTest) else if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormEquipmentTest)
{ {
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++) for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{ {
this.CollectionWeightDataTest[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2)); if (this.EquipmentStatus == DataStore.EquipmentStatus.Stop)
this.CollectionWeightDataTest[i].Weight = Helper.StringToWeight(receiveData.Substring(i * 12 + 2, 5), this.SystemConfig.DecimalPlaces); {
this.CollectionWeightDataTest[i].ADCValue = receiveData.Substring(i * 12 + 7, 5); this.CollectionWeightDataTest[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2));
this.CollectionWeightDataTest[i].Weight = Helper.StringToWeight(receiveData.Substring(i * 12 + 2, 5), this.SystemConfig.DecimalPlaces);
this.CollectionWeightDataTest[i].ADCValue = receiveData.Substring(i * 12 + 7, 5);
}
else
{
this.CollectionWeightDataTest[i].Status = Helper.StringToWeightStatus(receiveData.Substring(i * 12, 2));
}
} }
} }
#endregion #endregion
@ -4709,6 +4927,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[0].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 1].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -4793,6 +5037,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[1].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 2].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -4877,6 +5147,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[2].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 3].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -4961,6 +5257,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[3].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 4].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5045,6 +5367,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[4].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 5].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5129,6 +5477,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[5].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 6].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5213,6 +5587,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[6].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 7].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5297,6 +5697,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[7].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 8].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5381,6 +5807,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[8].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 9].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5465,6 +5917,32 @@ namespace INT69DB_2A.Forms
} }
#endregion #endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{
if (this.SystemConfig.IsWeightViewForward == true)
{
if (this.CollectionWeightData[9].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
else
{
if (this.CollectionWeightData[this.CollectionWeightData.Count - 10].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
{
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
}
}
}
#endregion
#region 통신 #region 통신
if (this.SystemConfig.IsIntegratedTransmission == false) if (this.SystemConfig.IsIntegratedTransmission == false)
{ {
@ -5571,12 +6049,29 @@ namespace INT69DB_2A.Forms
#endregion #endregion
#region 진입센서에러 #region 진입센서에러
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++) //for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
//{
// if (this.CollectionWeightData[i].JudgmentStatus == DataStore.JudgmentStatus.SensorError)
// {
// this.ChildFormMainDisplay.UpdateAlarmMessage4Display(true);
// break;
// }
//}
#endregion
#region 입력센서 연속 입력 시 정지
if (this.SystemConfig.IsEmergencyStopEntrySensorError == true)
{ {
if (this.CollectionWeightData[i].JudgmentStatus == DataStore.JudgmentStatus.SensorError) foreach (WeightData data in this.CollectionWeightData)
{ {
this.ChildFormMainDisplay.UpdateAlarmMessage4Display(true); if (data.JudgmentStatus == DataStore.JudgmentStatus.SensorError)
break; {
this.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
// 메시지 11 - 입력센서 에러에 의해 정지하였습니다
this.StartThreadMessage1();
break;
}
} }
} }
#endregion #endregion
@ -6368,7 +6863,7 @@ namespace INT69DB_2A.Forms
structItem.Serial3BaudRate = this.SystemConfig.Serial3BaudRate; structItem.Serial3BaudRate = this.SystemConfig.Serial3BaudRate;
structItem.Serial3Mode = this.SystemConfig.Serial3Mode; structItem.Serial3Mode = this.SystemConfig.Serial3Mode;
structItem.DummyBool1 = false; structItem.IsEmergencyStopEntrySensorError = this.SystemConfig.IsEmergencyStopEntrySensorError;
structItem.IsIntegratedTransmission = this.SystemConfig.IsIntegratedTransmission; structItem.IsIntegratedTransmission = this.SystemConfig.IsIntegratedTransmission;
structItem.IsLogin = this.SystemConfig.IsLogin; structItem.IsLogin = this.SystemConfig.IsLogin;
structItem.IsFeedingConveyorRunPass = this.SystemConfig.IsFeedingConveyorRunPass; structItem.IsFeedingConveyorRunPass = this.SystemConfig.IsFeedingConveyorRunPass;
@ -6490,7 +6985,7 @@ namespace INT69DB_2A.Forms
structItem1.Serial3BaudRate = item.Serial3BaudRate; structItem1.Serial3BaudRate = item.Serial3BaudRate;
structItem1.Serial3Mode = item.Serial3Mode; structItem1.Serial3Mode = item.Serial3Mode;
structItem1.DummyBool1 = false; structItem1.IsEmergencyStopEntrySensorError = item.IsEmergencyStopEntrySensorError;
structItem1.IsIntegratedTransmission = item.IsIntegratedTransmission; structItem1.IsIntegratedTransmission = item.IsIntegratedTransmission;
structItem1.IsLogin = item.IsLogin; structItem1.IsLogin = item.IsLogin;
structItem1.IsFeedingConveyorRunPass = item.IsFeedingConveyorRunPass; structItem1.IsFeedingConveyorRunPass = item.IsFeedingConveyorRunPass;
@ -6602,6 +7097,7 @@ namespace INT69DB_2A.Forms
this.SystemConfig.IsPingTimer = structItem1.IsPingTimer; this.SystemConfig.IsPingTimer = structItem1.IsPingTimer;
this.SystemConfig.IsLogin = structItem1.IsLogin; this.SystemConfig.IsLogin = structItem1.IsLogin;
this.SystemConfig.IsIntegratedTransmission = structItem1.IsIntegratedTransmission; this.SystemConfig.IsIntegratedTransmission = structItem1.IsIntegratedTransmission;
this.SystemConfig.IsEmergencyStopEntrySensorError = structItem1.IsEmergencyStopEntrySensorError;
this.SystemConfig.DecimalPlaces = structItem1.DecimalPlaces; this.SystemConfig.DecimalPlaces = structItem1.DecimalPlaces;
this.SystemConfig.EthernetPort = structItem1.EthernetPort; this.SystemConfig.EthernetPort = structItem1.EthernetPort;
@ -8558,6 +9054,22 @@ namespace INT69DB_2A.Forms
data.IsUpdate = false; data.IsUpdate = false;
} }
private void smartThread_UIThreadFunction(ThreadArgs args)
{
// 메시지 11. 입력센서 에러에 의해 정지하였습니다.
if (this.FlagThreadMessage1 == false)
{
DialogFormMessage msg = new DialogFormMessage(11, this.SystemConfig.Language, this);
msg.ShowDialog();
this.FlagThreadMessage1 = true;
}
}
private void smartThread_OnEnding(ThreadArgs args)
{
}
#region DLL_SerialportEvent #region DLL_SerialportEvent
private void Serialport_ReceiveDataEvent(string data) private void Serialport_ReceiveDataEvent(string data)
{ {

View File

@ -153,6 +153,12 @@
<metadata name="smartSerialPortLink.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="smartSerialPortLink.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>539, 56</value> <value>539, 56</value>
</metadata> </metadata>
<metadata name="smartFileCom3Log.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>676, 54</value>
</metadata>
<metadata name="smartThread.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>831, 54</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value> <value>WEBPAD</value>
</metadata> </metadata>

View File

@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.buttonUnder = new SmartX.SmartButton(); this.buttonUnder = new SmartX.SmartButton();
@ -90,7 +91,6 @@
this.buttonBypassDirection = new SmartX.SmartButton(); this.buttonBypassDirection = new SmartX.SmartButton();
this.buttonBypassOnce = new SmartX.SmartButton(); this.buttonBypassOnce = new SmartX.SmartButton();
this.buttonSubMenu = new SmartX.SmartButton(); this.buttonSubMenu = new SmartX.SmartButton();
this.buttonCut = new SmartX.SmartButton();
this.pictureBoxEthernetDisconnection = new System.Windows.Forms.PictureBox(); this.pictureBoxEthernetDisconnection = new System.Windows.Forms.PictureBox();
this.pictureBoxEthernetConnection = new System.Windows.Forms.PictureBox(); this.pictureBoxEthernetConnection = new System.Windows.Forms.PictureBox();
this.timerServer = new System.Windows.Forms.Timer(); this.timerServer = new System.Windows.Forms.Timer();
@ -122,6 +122,13 @@
this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel();
this.buttonAlarm4OK = new SmartX.SmartButton(); this.buttonAlarm4OK = new SmartX.SmartButton();
this.panelSubMenu3 = new System.Windows.Forms.Panel();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.labelCutInterval = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel();
this.buttonCutRun = new SmartX.SmartButton();
this.buttonCutOnce = new SmartX.SmartButton();
this.smartTimerCut = new SmartX.SmartTimer(this.components);
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.panelSetting.SuspendLayout(); this.panelSetting.SuspendLayout();
this.groupBoxConveyor.SuspendLayout(); this.groupBoxConveyor.SuspendLayout();
@ -131,6 +138,7 @@
this.panelAlarmMessageBox1.SuspendLayout(); this.panelAlarmMessageBox1.SuspendLayout();
this.panelAlarmMessageBox3.SuspendLayout(); this.panelAlarmMessageBox3.SuspendLayout();
this.panelAlarmMessageBox4.SuspendLayout(); this.panelAlarmMessageBox4.SuspendLayout();
this.panelSubMenu3.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -554,7 +562,7 @@
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
this.groupBoxConveyor.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineThickness = 1; this.groupBoxConveyor.FrameLineThickness = 1;
@ -641,7 +649,7 @@
this.labelStaticFeedingConveyor.BackPictureBox2 = null; this.labelStaticFeedingConveyor.BackPictureBox2 = null;
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White; this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingConveyor.InitVisible = true; this.labelStaticFeedingConveyor.InitVisible = true;
this.labelStaticFeedingConveyor.LineSpacing = 0F; this.labelStaticFeedingConveyor.LineSpacing = 0F;
@ -662,7 +670,7 @@
this.labelStaticRejectConveyor.BackPictureBox2 = null; this.labelStaticRejectConveyor.BackPictureBox2 = null;
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White; this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyor.InitVisible = true; this.labelStaticRejectConveyor.InitVisible = true;
this.labelStaticRejectConveyor.LineSpacing = 0F; this.labelStaticRejectConveyor.LineSpacing = 0F;
@ -683,7 +691,7 @@
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null; this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyorDelayTime.InitVisible = true; this.labelStaticRejectConveyorDelayTime.InitVisible = true;
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F; this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
@ -725,7 +733,7 @@
this.labelStaticFeedingRunTime.BackPictureBox2 = null; this.labelStaticFeedingRunTime.BackPictureBox2 = null;
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White; this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingRunTime.InitVisible = true; this.labelStaticFeedingRunTime.InitVisible = true;
this.labelStaticFeedingRunTime.LineSpacing = 0F; this.labelStaticFeedingRunTime.LineSpacing = 0F;
@ -746,7 +754,7 @@
this.labelStaticFeedingDelayTime.BackPictureBox2 = null; this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingDelayTime.InitVisible = true; this.labelStaticFeedingDelayTime.InitVisible = true;
this.labelStaticFeedingDelayTime.LineSpacing = 0F; this.labelStaticFeedingDelayTime.LineSpacing = 0F;
@ -767,7 +775,7 @@
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null; this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White; this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyorRunTime.InitVisible = true; this.labelStaticRejectConveyorRunTime.InitVisible = true;
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F; this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
@ -790,7 +798,7 @@
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime); this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime); this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
this.groupBoxSorter.Controls.Add(this.labelStaticSorterRunTime); 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSorter.FrameLineThickness = 1; this.groupBoxSorter.FrameLineThickness = 1;
@ -864,7 +872,7 @@
this.labelStaticSorterDelayTime.BackPictureBox2 = null; this.labelStaticSorterDelayTime.BackPictureBox2 = null;
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorterDelayTime.InitVisible = true; this.labelStaticSorterDelayTime.InitVisible = true;
this.labelStaticSorterDelayTime.LineSpacing = 0F; this.labelStaticSorterDelayTime.LineSpacing = 0F;
@ -885,7 +893,7 @@
this.labelStaticSorterRunTime.BackPictureBox2 = null; this.labelStaticSorterRunTime.BackPictureBox2 = null;
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelStaticSorterRunTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorterRunTime.InitVisible = true; this.labelStaticSorterRunTime.InitVisible = true;
this.labelStaticSorterRunTime.LineSpacing = 0F; this.labelStaticSorterRunTime.LineSpacing = 0F;
@ -1510,39 +1518,6 @@
this.buttonSubMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSubMenu.UpImage"))); this.buttonSubMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSubMenu.UpImage")));
this.buttonSubMenu.Click += new System.EventHandler(this.buttonSubMenu_Click); this.buttonSubMenu.Click += new System.EventHandler(this.buttonSubMenu_Click);
// //
// buttonCut
//
this.buttonCut.BackColor = System.Drawing.Color.SteelBlue;
this.buttonCut.BackPictureBox = null;
this.buttonCut.BackPictureBox1 = null;
this.buttonCut.BackPictureBox2 = null;
this.buttonCut.ButtonColor = System.Drawing.Color.SteelBlue;
this.buttonCut.ButtonImageAutoSize = true;
this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCut.DisableImage = null;
this.buttonCut.DownImage = null;
this.buttonCut.GroupID = 0;
this.buttonCut.InitVisible = true;
this.buttonCut.Location = new System.Drawing.Point(399, 558);
this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCut.Name = "buttonCut";
this.buttonCut.NestedClickEventPrevent = false;
this.buttonCut.OutlinePixel = 1;
this.buttonCut.RepeatInterval = 200;
this.buttonCut.RepeatIntervalAccelerate = null;
this.buttonCut.SafeInterval = 200;
this.buttonCut.Size = new System.Drawing.Size(62, 41);
this.buttonCut.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCut.TabIndex = 672;
this.buttonCut.Text = "CUT";
this.buttonCut.TextColor = System.Drawing.Color.White;
this.buttonCut.TextDownColor = System.Drawing.Color.White;
this.buttonCut.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCut.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCut.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCut.UpImage = null;
this.buttonCut.Click += new System.EventHandler(this.buttonCut_Click);
//
// pictureBoxEthernetDisconnection // pictureBoxEthernetDisconnection
// //
this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image"))); this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image")));
@ -2097,12 +2072,144 @@
this.buttonAlarm4OK.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarm4OK.UpImage"))); this.buttonAlarm4OK.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarm4OK.UpImage")));
this.buttonAlarm4OK.Click += new System.EventHandler(this.buttonAlarm4OK_Click); this.buttonAlarm4OK.Click += new System.EventHandler(this.buttonAlarm4OK_Click);
// //
// panelSubMenu3
//
this.panelSubMenu3.Controls.Add(this.buttonCutRun);
this.panelSubMenu3.Controls.Add(this.buttonCutOnce);
this.panelSubMenu3.Controls.Add(this.labelCutInterval);
this.panelSubMenu3.Controls.Add(this.smartLabel13);
this.panelSubMenu3.Controls.Add(this.pictureBox5);
this.panelSubMenu3.Location = new System.Drawing.Point(820, 682);
this.panelSubMenu3.Name = "panelSubMenu3";
this.panelSubMenu3.Size = new System.Drawing.Size(572, 70);
this.panelSubMenu3.Visible = false;
//
// pictureBox5
//
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(0, 0);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(572, 70);
//
// labelCutInterval
//
this.labelCutInterval.BackColor = System.Drawing.Color.White;
this.labelCutInterval.BackPictureBox = null;
this.labelCutInterval.BackPictureBox1 = null;
this.labelCutInterval.BackPictureBox2 = null;
this.labelCutInterval.BorderColor = System.Drawing.Color.Black;
this.labelCutInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelCutInterval.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelCutInterval.InitVisible = true;
this.labelCutInterval.LineSpacing = 0F;
this.labelCutInterval.Location = new System.Drawing.Point(136, 8);
this.labelCutInterval.Name = "labelCutInterval";
this.labelCutInterval.Size = new System.Drawing.Size(100, 25);
this.labelCutInterval.TabIndex = 703;
this.labelCutInterval.Text = "9999";
this.labelCutInterval.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelCutInterval.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCutInterval.Wordwrap = false;
this.labelCutInterval.Click += new System.EventHandler(this.labelCutInterval_Click);
//
// smartLabel13
//
this.smartLabel13.BackPictureBox = this.pictureBox5;
this.smartLabel13.BackPictureBox1 = null;
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.ForeColor = System.Drawing.Color.White;
this.smartLabel13.InitVisible = true;
this.smartLabel13.LineSpacing = 0F;
this.smartLabel13.Location = new System.Drawing.Point(10, 20);
this.smartLabel13.Name = "smartLabel13";
this.smartLabel13.Size = new System.Drawing.Size(120, 30);
this.smartLabel13.TabIndex = 690;
this.smartLabel13.Text = "CUT";
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel13.Wordwrap = false;
//
// buttonCutRun
//
this.buttonCutRun.BackPictureBox = null;
this.buttonCutRun.BackPictureBox1 = null;
this.buttonCutRun.BackPictureBox2 = null;
this.buttonCutRun.ButtonColor = System.Drawing.Color.Gray;
this.buttonCutRun.ButtonImageAutoSize = true;
this.buttonCutRun.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCutRun.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCutRun.DisableImage")));
this.buttonCutRun.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCutRun.DownImage")));
this.buttonCutRun.GroupID = 0;
this.buttonCutRun.InitVisible = true;
this.buttonCutRun.Location = new System.Drawing.Point(246, 11);
this.buttonCutRun.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCutRun.Name = "buttonCutRun";
this.buttonCutRun.NestedClickEventPrevent = false;
this.buttonCutRun.OutlinePixel = 1;
this.buttonCutRun.RepeatInterval = 200;
this.buttonCutRun.RepeatIntervalAccelerate = null;
this.buttonCutRun.SafeInterval = 200;
this.buttonCutRun.Size = new System.Drawing.Size(50, 50);
this.buttonCutRun.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCutRun.TabIndex = 714;
this.buttonCutRun.TextColor = System.Drawing.Color.Black;
this.buttonCutRun.TextDownColor = System.Drawing.Color.White;
this.buttonCutRun.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCutRun.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCutRun.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCutRun.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCutRun.UpImage")));
this.buttonCutRun.Click += new System.EventHandler(this.buttonCutRun_Click);
//
// buttonCutOnce
//
this.buttonCutOnce.BackPictureBox = null;
this.buttonCutOnce.BackPictureBox1 = null;
this.buttonCutOnce.BackPictureBox2 = null;
this.buttonCutOnce.ButtonColor = System.Drawing.Color.Gray;
this.buttonCutOnce.ButtonImageAutoSize = true;
this.buttonCutOnce.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCutOnce.DisableImage = null;
this.buttonCutOnce.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCutOnce.DownImage")));
this.buttonCutOnce.GroupID = 0;
this.buttonCutOnce.InitVisible = true;
this.buttonCutOnce.Location = new System.Drawing.Point(136, 37);
this.buttonCutOnce.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonCutOnce.Name = "buttonCutOnce";
this.buttonCutOnce.NestedClickEventPrevent = false;
this.buttonCutOnce.OutlinePixel = 1;
this.buttonCutOnce.RepeatInterval = 200;
this.buttonCutOnce.RepeatIntervalAccelerate = null;
this.buttonCutOnce.SafeInterval = 200;
this.buttonCutOnce.Size = new System.Drawing.Size(100, 25);
this.buttonCutOnce.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCutOnce.TabIndex = 713;
this.buttonCutOnce.TextColor = System.Drawing.Color.Black;
this.buttonCutOnce.TextDownColor = System.Drawing.Color.White;
this.buttonCutOnce.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCutOnce.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCutOnce.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCutOnce.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCutOnce.UpImage")));
this.buttonCutOnce.Click += new System.EventHandler(this.buttonCutOnce_Click);
//
// smartTimerCut
//
this.smartTimerCut.EndTime = ((long)(100000000000));
this.smartTimerCut.Interval = 100;
this.smartTimerCut.IntervalSeries = null;
this.smartTimerCut.NowMillisecond = ((long)(0));
this.smartTimerCut.StartTime = ((long)(0));
this.smartTimerCut.Tick += new System.EventHandler(this.smartTimerCut_Tick);
//
// FormMainDisplay // FormMainDisplay
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true; this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(800, 600); this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.panelSubMenu3);
this.Controls.Add(this.panelAlarmMessageBox4); this.Controls.Add(this.panelAlarmMessageBox4);
this.Controls.Add(this.panelAlarmMessageBox3); this.Controls.Add(this.panelAlarmMessageBox3);
this.Controls.Add(this.panelAlarmMessageBox1); this.Controls.Add(this.panelAlarmMessageBox1);
@ -2110,7 +2217,6 @@
this.Controls.Add(this.labelExpireOfPassword); this.Controls.Add(this.labelExpireOfPassword);
this.Controls.Add(this.pictureBoxEthernetDisconnection); this.Controls.Add(this.pictureBoxEthernetDisconnection);
this.Controls.Add(this.pictureBoxEthernetConnection); this.Controls.Add(this.pictureBoxEthernetConnection);
this.Controls.Add(this.buttonCut);
this.Controls.Add(this.buttonSubMenu); this.Controls.Add(this.buttonSubMenu);
this.Controls.Add(this.panelSubMenu1); this.Controls.Add(this.panelSubMenu1);
this.Controls.Add(this.labelUserLevel); this.Controls.Add(this.labelUserLevel);
@ -2156,6 +2262,7 @@
this.panelAlarmMessageBox1.ResumeLayout(false); this.panelAlarmMessageBox1.ResumeLayout(false);
this.panelAlarmMessageBox3.ResumeLayout(false); this.panelAlarmMessageBox3.ResumeLayout(false);
this.panelAlarmMessageBox4.ResumeLayout(false); this.panelAlarmMessageBox4.ResumeLayout(false);
this.panelSubMenu3.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -2219,7 +2326,6 @@
private SmartX.SmartButton buttonBypassDirection; private SmartX.SmartButton buttonBypassDirection;
private SmartX.SmartButton buttonBypassOnce; private SmartX.SmartButton buttonBypassOnce;
private SmartX.SmartButton buttonSubMenu; private SmartX.SmartButton buttonSubMenu;
private SmartX.SmartButton buttonCut;
private SmartX.SmartButton buttonPrint; private SmartX.SmartButton buttonPrint;
private System.Windows.Forms.PictureBox pictureBoxEthernetDisconnection; private System.Windows.Forms.PictureBox pictureBoxEthernetDisconnection;
private System.Windows.Forms.PictureBox pictureBoxEthernetConnection; private System.Windows.Forms.PictureBox pictureBoxEthernetConnection;
@ -2255,5 +2361,12 @@
private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox3;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel smartLabel3;
private SmartX.SmartButton buttonAlarm4OK; private SmartX.SmartButton buttonAlarm4OK;
private System.Windows.Forms.Panel panelSubMenu3;
private SmartX.SmartButton buttonCutRun;
private SmartX.SmartButton buttonCutOnce;
private SmartX.SmartLabel labelCutInterval;
private SmartX.SmartLabel smartLabel13;
private System.Windows.Forms.PictureBox pictureBox5;
private SmartX.SmartTimer smartTimerCut;
} }
} }

View File

@ -23,6 +23,7 @@ namespace INT69DB_2A.Forms
#region Field #region Field
public string ChangeID; public string ChangeID;
private int SubmenuIndex; private int SubmenuIndex;
private bool IsCutOnce = true; // SubMenu3
private FormMain m_ParentForm; private FormMain m_ParentForm;
@ -236,6 +237,72 @@ namespace INT69DB_2A.Forms
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderUp)); this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderUp));
#endregion #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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -260,7 +327,6 @@ namespace INT69DB_2A.Forms
this.labelProductName.Text = this.ParentForm.CurrentProductItem.Name; this.labelProductName.Text = this.ParentForm.CurrentProductItem.Name;
this.labelLotNo.Text = this.ParentForm.CurrentProductItem.LotNo; this.labelLotNo.Text = this.ParentForm.CurrentProductItem.LotNo;
this.labelProductionSpeed.Text = "0"; this.labelProductionSpeed.Text = "0";
this.buttonCut.Visible = this.ParentForm.SystemConfig.IsCutView;
this.pictureBoxUSBBackOn.Visible = this.ParentForm.SystemConfig.IsDataBackup; this.pictureBoxUSBBackOn.Visible = this.ParentForm.SystemConfig.IsDataBackup;
this.labelIconBypassMode.Visible = this.ParentForm.SystemConfig.IsBypassMode; this.labelIconBypassMode.Visible = this.ParentForm.SystemConfig.IsBypassMode;
@ -295,6 +361,10 @@ namespace INT69DB_2A.Forms
this.Mode_TotalCnt = DataStore.E_TotalCnt.f0_Total; this.Mode_TotalCnt = DataStore.E_TotalCnt.f0_Total;
this.Mode_TotalCntNG = DataStore.E_TotalCntNG.f0_NG; this.Mode_TotalCntNG = DataStore.E_TotalCntNG.f0_NG;
// SubMenu3
this.labelCutInterval.Text = "1200";
this.smartTimerCut.Interval = 1200;
switch (this.ParentForm.SystemConfig.EquipmentColumns) switch (this.ParentForm.SystemConfig.EquipmentColumns)
{ {
case 2: case 2:
@ -464,6 +534,11 @@ namespace INT69DB_2A.Forms
this.panelSubMenu2.Visible = false; this.panelSubMenu2.Visible = false;
this.panelSubMenu2.BringToFront(); this.panelSubMenu2.BringToFront();
// Panel SubMenu3
this.panelSubMenu3.Location = new Point(10, 489);
this.panelSubMenu3.Visible = false;
this.panelSubMenu3.BringToFront();
// AlarmMessageBox // AlarmMessageBox
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.panelAlarmMessageBox1.Size.Width / 2; x = Screen.PrimaryScreen.Bounds.Width / 2 - this.panelAlarmMessageBox1.Size.Width / 2;
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.panelAlarmMessageBox1.Size.Height / 2; y = Screen.PrimaryScreen.Bounds.Height / 2 - this.panelAlarmMessageBox1.Size.Height / 2;
@ -752,7 +827,7 @@ namespace INT69DB_2A.Forms
this.UpdateDisplayButton(SmartButton.BUTSTATUS.DOWN, SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.UP); this.UpdateDisplayButton(SmartButton.BUTSTATUS.DOWN, SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.UP);
#endregion #endregion
} }
else if (displayForm == DataStore.MainDisplayStore.LineGraph) else if (displayForm == DataStore.MainDisplayStore.DotGraph)
{ {
#region DotGraph #region DotGraph
switch (this.ParentForm.SystemConfig.EquipmentColumns) switch (this.ParentForm.SystemConfig.EquipmentColumns)
@ -999,6 +1074,8 @@ namespace INT69DB_2A.Forms
group = "Administrator"; group = "Administrator";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "行政"; group = "行政";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "管理者";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Администратор"; group = "Администратор";
else else
@ -1027,6 +1104,8 @@ namespace INT69DB_2A.Forms
group = "Entwickler"; group = "Entwickler";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "开发商"; group = "开发商";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "開発者";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Разработчик"; group = "Разработчик";
else else
@ -1072,6 +1151,8 @@ namespace INT69DB_2A.Forms
group = "Ausloggen"; group = "Ausloggen";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "登出"; group = "登出";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "ログアウト";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Выйти."; group = "Выйти.";
else else
@ -1428,6 +1509,11 @@ namespace INT69DB_2A.Forms
message1 = "You will be logged out after a while"; message1 = "You will be logged out after a while";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ログイン";
message1 = "しばらくするとログアウトします。";
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "Login"; code = "Login";
message1 = "You will be logged out after a while"; message1 = "You will be logged out after a while";
@ -1469,6 +1555,11 @@ namespace INT69DB_2A.Forms
message1 = "automatically logged out"; message1 = "automatically logged out";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ログイン";
message1 = "自動ログアウトしました。";
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "Login"; code = "Login";
message1 = "automatically logged out"; message1 = "automatically logged out";
@ -1606,6 +1697,9 @@ namespace INT69DB_2A.Forms
if (this.labelFeedingConveyorOperatingTime.Text != value) if (this.labelFeedingConveyorOperatingTime.Text != value)
this.labelFeedingConveyorOperatingTime.Text = value; this.labelFeedingConveyorOperatingTime.Text = value;
// timerTimeOutTransmission
this.ParentForm.timerTimeOutTransmission.Interval = jItem.JudgmentDelayTime - 100;
switch (this.ParentForm.SystemConfig.EquipmentColumns) switch (this.ParentForm.SystemConfig.EquipmentColumns)
{ {
case 2: case 2:
@ -1701,6 +1795,9 @@ namespace INT69DB_2A.Forms
if (this.panelSetting.Visible == true) if (this.panelSetting.Visible == true)
this.panelSetting.Visible = false; this.panelSetting.Visible = false;
this.smartTimerCut.Stop();
this.buttonCutRun.ButtonUp();
#endregion #endregion
} }
@ -2558,6 +2655,19 @@ namespace INT69DB_2A.Forms
break; break;
} }
break; break;
case DataStore.LanguageID.Japanese:
switch (mode)
{
case DataStore.E_TotalCnt.f0_Total:
txt = "計量";
break;
case DataStore.E_TotalCnt.f1_Pass:
txt = "定量";
break;
default:
break;
}
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
switch (mode) switch (mode)
{ {
@ -2636,6 +2746,25 @@ namespace INT69DB_2A.Forms
break; break;
} }
break; break;
case DataStore.LanguageID.Japanese:
switch (mode)
{
case DataStore.E_TotalCntNG.f0_NG:
txt = "不良";
break;
case DataStore.E_TotalCntNG.f1_Under:
txt = "不足";
break;
case DataStore.E_TotalCntNG.f2_Over:
txt = "超過";
break;
case DataStore.E_TotalCntNG.f3_ExNG:
txt = "他の不良";
break;
default:
break;
}
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
switch (mode) switch (mode)
{ {
@ -2745,7 +2874,6 @@ namespace INT69DB_2A.Forms
this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser); this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser);
this.buttonSubMenu.ButtonUp(); this.buttonSubMenu.ButtonUp();
this.panelSubMenu1.Visible = false; this.panelSubMenu1.Visible = false;
this.buttonCut.Visible = this.ParentForm.SystemConfig.IsCutView;
} }
#endregion #endregion
@ -3011,7 +3139,7 @@ namespace INT69DB_2A.Forms
if (button == this.buttonBarGraphForm) if (button == this.buttonBarGraphForm)
this.MainDisplay = DataStore.MainDisplayStore.BarGraph; this.MainDisplay = DataStore.MainDisplayStore.BarGraph;
else if (button == this.buttonDotGraphForm) else if (button == this.buttonDotGraphForm)
this.MainDisplay = DataStore.MainDisplayStore.LineGraph; this.MainDisplay = DataStore.MainDisplayStore.DotGraph;
else if (button == this.buttonTableForm) else if (button == this.buttonTableForm)
this.MainDisplay = DataStore.MainDisplayStore.Table; this.MainDisplay = DataStore.MainDisplayStore.Table;
else else
@ -3310,6 +3438,30 @@ namespace INT69DB_2A.Forms
this.SetTotalCount(); this.SetTotalCount();
} }
private void buttonClose_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
this.panelSetting.Visible = false;
}
private void timerServer_Tick(object sender, EventArgs e)
{
if (this.ParentForm.smartTCPMultiServer.IsStart == true)
{
if (this.ParentForm.smartTCPMultiServer.ClientInfoList == null)
{
this.UpdateEthernetStatusDisplay(false);
}
else
{
this.UpdateEthernetStatusDisplay(true);
}
}
}
private void buttonSubMenu_Click(object sender, EventArgs e) private void buttonSubMenu_Click(object sender, EventArgs e)
{ {
// Automatic Logout Reset // Automatic Logout Reset
@ -3322,25 +3474,43 @@ namespace INT69DB_2A.Forms
this.panelSubMenu1.Visible = true; this.panelSubMenu1.Visible = true;
this.panelSubMenu2.Visible = false; this.panelSubMenu2.Visible = false;
this.panelSubMenu3.Visible = false;
this.SubmenuIndex = 1; this.SubmenuIndex = 1;
} }
else if (this.SubmenuIndex == 1) else if (this.SubmenuIndex == 1)
{ {
this.panelSubMenu1.Visible = false; this.panelSubMenu1.Visible = false;
this.panelSubMenu3.Visible = false;
this.panelSubMenu2.BringToFront(); this.panelSubMenu2.BringToFront();
this.panelSubMenu2.Visible = true; this.panelSubMenu2.Visible = true;
this.SubmenuIndex = 2; if (this.ParentForm.SystemConfig.IsCutView == true)
this.SubmenuIndex = 2;
else
this.SubmenuIndex = 3;
}
else if (this.SubmenuIndex == 2)
{
this.panelSubMenu1.Visible = false;
this.panelSubMenu2.Visible = false;
this.panelSubMenu3.BringToFront();
this.panelSubMenu3.Visible = true;
this.SubmenuIndex = 3;
} }
else else
{ {
this.panelSubMenu1.Visible = false; this.panelSubMenu1.Visible = false;
this.panelSubMenu2.Visible = false; this.panelSubMenu2.Visible = false;
this.panelSubMenu3.Visible = false;
this.SubmenuIndex = 0; this.SubmenuIndex = 0;
} }
} }
#region SubMenu1
private void buttonBypassDirection_Click(object sender, EventArgs e) private void buttonBypassDirection_Click(object sender, EventArgs e)
{ {
// Automatic Logout Reset // Automatic Logout Reset
@ -3425,62 +3595,6 @@ namespace INT69DB_2A.Forms
} }
} }
private void buttonPrint_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
if (this.buttonPrint.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
{
this.ParentForm.SystemConfig.IsPrintPerProductEnable = true;
this.ParentForm.PrintingHeadLine();
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Print, "ON");
}
else
{
this.ParentForm.SystemConfig.IsPrintPerProductEnable = false;
this.ParentForm.smartSerialPortCom3.WriteNoneFrame("\n\n\n\n", SmartSerialPort.CODETYPES.ASCIICODE);
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Print, "OFF");
}
}
private void buttonClose_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
this.panelSetting.Visible = false;
}
private void buttonCut_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
this.ParentForm.TransferData(CommunicationCommand.CutInput, CommunicationID.MainBoard);
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.MainCut, "");
}
private void timerServer_Tick(object sender, EventArgs e)
{
if (this.ParentForm.smartTCPMultiServer.IsStart == true)
{
if (this.ParentForm.smartTCPMultiServer.ClientInfoList == null)
{
this.UpdateEthernetStatusDisplay(false);
}
else
{
this.UpdateEthernetStatusDisplay(true);
}
}
}
private void buttonAlarmContinuousNG_Click(object sender, EventArgs e) private void buttonAlarmContinuousNG_Click(object sender, EventArgs e)
{ {
string before = "", after = ""; string before = "", after = "";
@ -3550,6 +3664,30 @@ namespace INT69DB_2A.Forms
} }
} }
private void buttonPrint_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
if (this.buttonPrint.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
{
this.ParentForm.SystemConfig.IsPrintPerProductEnable = true;
this.ParentForm.PrintingHeadLine();
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Print, "ON");
}
else
{
this.ParentForm.SystemConfig.IsPrintPerProductEnable = false;
this.ParentForm.smartSerialPortCom3.WriteNoneFrame("\n\n\n\n", SmartSerialPort.CODETYPES.ASCIICODE);
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Print, "OFF");
}
}
#endregion
#region SubMenu2
private void labelATPC_SetCNT_Click(object sender, EventArgs e) private void labelATPC_SetCNT_Click(object sender, EventArgs e)
{ {
string before = "", after = ""; string before = "", after = "";
@ -3642,6 +3780,86 @@ namespace INT69DB_2A.Forms
if (this.ParentForm.SystemConfig.IsPart11 == true) if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.ATPC_Reset, ""); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.ATPC_Reset, "");
} }
#endregion
#region SubMenu3
private void labelCutInterval_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelCutInterval.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
if (myKeyPad.doubleValue < 500 || myKeyPad.doubleValue > 9999)
{
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog();
}
else
{
this.labelCutInterval.Text = myKeyPad.StringValue;
this.smartTimerCut.Interval = myKeyPad.IntValue;
}
}
}
private void buttonCutOnce_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
if (this.buttonCutOnce.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
{
this.IsCutOnce = false;
this.buttonCutRun.Mode = SmartButton.BUTTONMODE.PUSH;
}
else
{
this.IsCutOnce = true;
this.buttonCutRun.Mode = SmartButton.BUTTONMODE.NORMAL;
}
}
private void buttonCutRun_Click(object sender, EventArgs e)
{
// Automatic Logout Reset
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.Part11AutomaticLogoutReset();
if (this.IsCutOnce == true)
{
this.ParentForm.TransferData(CommunicationCommand.CutInput, CommunicationID.MainBoard);
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.MainCut, "");
}
else
{
if (this.buttonCutRun.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
{
this.labelCutInterval.Enabled = false;
this.buttonCutOnce.Enabled = false;
this.smartTimerCut.Start();
}
else
{
this.labelCutInterval.Enabled = true;
this.buttonCutOnce.Enabled = true;
this.smartTimerCut.Stop();
}
}
}
private void smartTimerCut_Tick(object sender, EventArgs e)
{
this.ParentForm.TransferData(CommunicationCommand.CutInput, CommunicationID.MainBoard);
if (this.ParentForm.SystemConfig.IsPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.MainCut, "");
}
#endregion
private void buttonAlarm1Ok_Click(object sender, EventArgs e) private void buttonAlarm1Ok_Click(object sender, EventArgs e)
{ {

File diff suppressed because it is too large Load Diff

View File

@ -160,6 +160,62 @@ namespace INT69DB_2A.Forms
this.buttonOption.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuOptionDown)); this.buttonOption.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuOptionDown));
this.buttonOption.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuOptionUp)); 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -335,6 +391,8 @@ namespace INT69DB_2A.Forms
group = "Administrator"; group = "Administrator";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "行政"; group = "行政";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "管理者";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Администратор"; group = "Администратор";
else else
@ -377,6 +435,8 @@ namespace INT69DB_2A.Forms
group = "Entwickler"; group = "Entwickler";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "开发商"; group = "开发商";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "開発者";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Разработчик"; group = "Разработчик";
else else
@ -437,6 +497,8 @@ namespace INT69DB_2A.Forms
group = "Ausloggen"; group = "Ausloggen";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
group = "登出"; group = "登出";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
group = "ログアウト";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Russian)
group = "Выйти."; group = "Выйти.";
else else

View File

@ -66,6 +66,7 @@
this.timerChangeDeviceNo = new System.Windows.Forms.Timer(); this.timerChangeDeviceNo = new System.Windows.Forms.Timer();
this.buttonScreen = new SmartX.SmartButton(); this.buttonScreen = new SmartX.SmartButton();
this.groupBoxAngle = new SmartX.SmartGroupBox(); this.groupBoxAngle = new SmartX.SmartGroupBox();
this.radioButtonImpellerMotorAngle180180 = new SmartX.SmartRadioButton();
this.radioButtonImpellerMotorAngle360 = new SmartX.SmartRadioButton(); this.radioButtonImpellerMotorAngle360 = new SmartX.SmartRadioButton();
this.labelTitleStep2 = new SmartX.SmartLabel(); this.labelTitleStep2 = new SmartX.SmartLabel();
this.labelTitleStep1 = new SmartX.SmartLabel(); this.labelTitleStep1 = new SmartX.SmartLabel();
@ -127,6 +128,7 @@
this.buttonCom1TestForward = new SmartX.SmartButton(); this.buttonCom1TestForward = new SmartX.SmartButton();
this.buttonCom1TestReverse = new SmartX.SmartButton(); this.buttonCom1TestReverse = new SmartX.SmartButton();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.radioButtonImpellerMotorAngle180180 = new SmartX.SmartRadioButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxSelectImpeller.SuspendLayout(); this.groupBoxSelectImpeller.SuspendLayout();
this.groupBoxEach.SuspendLayout(); this.groupBoxEach.SuspendLayout();
@ -430,7 +432,7 @@
this.buttonEachForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachForward.DisableImage = null; this.buttonEachForward.DisableImage = null;
this.buttonEachForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DownImage"))); this.buttonEachForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachForward.DownImage")));
this.buttonEachForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonEachForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonEachForward.GroupID = 0; this.buttonEachForward.GroupID = 0;
this.buttonEachForward.InitVisible = true; this.buttonEachForward.InitVisible = true;
this.buttonEachForward.Location = new System.Drawing.Point(27, 55); this.buttonEachForward.Location = new System.Drawing.Point(27, 55);
@ -463,7 +465,7 @@
this.buttonEachReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachReverse.DisableImage = null; this.buttonEachReverse.DisableImage = null;
this.buttonEachReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DownImage"))); this.buttonEachReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachReverse.DownImage")));
this.buttonEachReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonEachReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonEachReverse.GroupID = 0; this.buttonEachReverse.GroupID = 0;
this.buttonEachReverse.InitVisible = true; this.buttonEachReverse.InitVisible = true;
this.buttonEachReverse.Location = new System.Drawing.Point(113, 55); this.buttonEachReverse.Location = new System.Drawing.Point(113, 55);
@ -496,7 +498,7 @@
this.buttonEachUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachUnlock.DisableImage = null; this.buttonEachUnlock.DisableImage = null;
this.buttonEachUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DownImage"))); this.buttonEachUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachUnlock.DownImage")));
this.buttonEachUnlock.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonEachUnlock.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonEachUnlock.GroupID = 0; this.buttonEachUnlock.GroupID = 0;
this.buttonEachUnlock.InitVisible = true; this.buttonEachUnlock.InitVisible = true;
this.buttonEachUnlock.Location = new System.Drawing.Point(199, 55); this.buttonEachUnlock.Location = new System.Drawing.Point(199, 55);
@ -529,7 +531,7 @@
this.buttonEachContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEachContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEachContinue.DisableImage = null; this.buttonEachContinue.DisableImage = null;
this.buttonEachContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DownImage"))); this.buttonEachContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEachContinue.DownImage")));
this.buttonEachContinue.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonEachContinue.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonEachContinue.GroupID = 0; this.buttonEachContinue.GroupID = 0;
this.buttonEachContinue.InitVisible = true; this.buttonEachContinue.InitVisible = true;
this.buttonEachContinue.Location = new System.Drawing.Point(285, 55); this.buttonEachContinue.Location = new System.Drawing.Point(285, 55);
@ -562,7 +564,7 @@
this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllContinue.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllContinue.DisableImage = null; this.buttonAllContinue.DisableImage = null;
this.buttonAllContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DownImage"))); this.buttonAllContinue.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllContinue.DownImage")));
this.buttonAllContinue.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonAllContinue.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonAllContinue.GroupID = 0; this.buttonAllContinue.GroupID = 0;
this.buttonAllContinue.InitVisible = true; this.buttonAllContinue.InitVisible = true;
this.buttonAllContinue.Location = new System.Drawing.Point(284, 55); this.buttonAllContinue.Location = new System.Drawing.Point(284, 55);
@ -595,7 +597,7 @@
this.buttonAllUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllUnlock.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllUnlock.DisableImage = null; this.buttonAllUnlock.DisableImage = null;
this.buttonAllUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DownImage"))); this.buttonAllUnlock.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllUnlock.DownImage")));
this.buttonAllUnlock.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonAllUnlock.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonAllUnlock.GroupID = 0; this.buttonAllUnlock.GroupID = 0;
this.buttonAllUnlock.InitVisible = true; this.buttonAllUnlock.InitVisible = true;
this.buttonAllUnlock.Location = new System.Drawing.Point(198, 55); this.buttonAllUnlock.Location = new System.Drawing.Point(198, 55);
@ -628,7 +630,7 @@
this.buttonAllReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllReverse.DisableImage = null; this.buttonAllReverse.DisableImage = null;
this.buttonAllReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DownImage"))); this.buttonAllReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllReverse.DownImage")));
this.buttonAllReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonAllReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonAllReverse.GroupID = 0; this.buttonAllReverse.GroupID = 0;
this.buttonAllReverse.InitVisible = true; this.buttonAllReverse.InitVisible = true;
this.buttonAllReverse.Location = new System.Drawing.Point(112, 55); this.buttonAllReverse.Location = new System.Drawing.Point(112, 55);
@ -661,7 +663,7 @@
this.buttonAllForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAllForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAllForward.DisableImage = null; this.buttonAllForward.DisableImage = null;
this.buttonAllForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DownImage"))); this.buttonAllForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAllForward.DownImage")));
this.buttonAllForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonAllForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonAllForward.GroupID = 0; this.buttonAllForward.GroupID = 0;
this.buttonAllForward.InitVisible = true; this.buttonAllForward.InitVisible = true;
this.buttonAllForward.Location = new System.Drawing.Point(26, 55); this.buttonAllForward.Location = new System.Drawing.Point(26, 55);
@ -702,7 +704,7 @@
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine4); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine4);
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine5); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine5);
this.groupBoxSelectImpeller.Controls.Add(this.buttonLine6); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine6);
this.groupBoxSelectImpeller.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxSelectImpeller.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxSelectImpeller.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxSelectImpeller.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxSelectImpeller.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSelectImpeller.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSelectImpeller.FrameLineThickness = 1; this.groupBoxSelectImpeller.FrameLineThickness = 1;
@ -859,7 +861,7 @@
this.groupBoxEach.Controls.Add(this.buttonEachReverse); this.groupBoxEach.Controls.Add(this.buttonEachReverse);
this.groupBoxEach.Controls.Add(this.buttonEachUnlock); this.groupBoxEach.Controls.Add(this.buttonEachUnlock);
this.groupBoxEach.Controls.Add(this.buttonEachContinue); this.groupBoxEach.Controls.Add(this.buttonEachContinue);
this.groupBoxEach.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxEach.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxEach.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxEach.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxEach.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxEach.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxEach.FrameLineThickness = 1; this.groupBoxEach.FrameLineThickness = 1;
@ -882,7 +884,7 @@
this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.DarkRed; this.smartLabel1.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
@ -905,7 +907,7 @@
this.groupBoxAll.Controls.Add(this.buttonAllReverse); this.groupBoxAll.Controls.Add(this.buttonAllReverse);
this.groupBoxAll.Controls.Add(this.buttonAllUnlock); this.groupBoxAll.Controls.Add(this.buttonAllUnlock);
this.groupBoxAll.Controls.Add(this.buttonAllContinue); this.groupBoxAll.Controls.Add(this.buttonAllContinue);
this.groupBoxAll.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxAll.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxAll.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxAll.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxAll.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAll.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAll.FrameLineThickness = 1; this.groupBoxAll.FrameLineThickness = 1;
@ -928,7 +930,7 @@
this.smartLabel8.BackPictureBox2 = null; this.smartLabel8.BackPictureBox2 = null;
this.smartLabel8.BorderColor = System.Drawing.Color.Black; this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel8.ForeColor = System.Drawing.Color.DarkRed; this.smartLabel8.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel8.InitVisible = true; this.smartLabel8.InitVisible = true;
this.smartLabel8.LineSpacing = 0F; this.smartLabel8.LineSpacing = 0F;
@ -948,7 +950,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -1024,6 +1026,7 @@
// //
this.groupBoxAngle.BackPictureBox = this.smartForm1; this.groupBoxAngle.BackPictureBox = this.smartForm1;
this.groupBoxAngle.BackPictureBox1 = null; this.groupBoxAngle.BackPictureBox1 = null;
this.groupBoxAngle.Controls.Add(this.radioButtonImpellerMotorAngle180180);
this.groupBoxAngle.Controls.Add(this.radioButtonImpellerMotorAngle360); this.groupBoxAngle.Controls.Add(this.radioButtonImpellerMotorAngle360);
this.groupBoxAngle.Controls.Add(this.labelTitleStep2); this.groupBoxAngle.Controls.Add(this.labelTitleStep2);
this.groupBoxAngle.Controls.Add(this.labelTitleStep1); this.groupBoxAngle.Controls.Add(this.labelTitleStep1);
@ -1037,7 +1040,7 @@
this.groupBoxAngle.Controls.Add(this.comboBoxTwoStepPassAngle); this.groupBoxAngle.Controls.Add(this.comboBoxTwoStepPassAngle);
this.groupBoxAngle.Controls.Add(this.labelTitleNG); this.groupBoxAngle.Controls.Add(this.labelTitleNG);
this.groupBoxAngle.Controls.Add(this.labelTitlePass); this.groupBoxAngle.Controls.Add(this.labelTitlePass);
this.groupBoxAngle.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxAngle.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxAngle.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxAngle.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxAngle.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxAngle.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAngle.FrameLineThickness = 1; this.groupBoxAngle.FrameLineThickness = 1;
@ -1052,6 +1055,32 @@
this.groupBoxAngle.Text = "임펠러 회전각도"; this.groupBoxAngle.Text = "임펠러 회전각도";
this.groupBoxAngle.TextColor = System.Drawing.Color.Black; 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 // radioButtonImpellerMotorAngle360
// //
this.radioButtonImpellerMotorAngle360.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.radioButtonImpellerMotorAngle360.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
@ -1059,12 +1088,12 @@
this.radioButtonImpellerMotorAngle360.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle360.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle360.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle360.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle360.Checked = false; this.radioButtonImpellerMotorAngle360.Checked = false;
this.radioButtonImpellerMotorAngle360.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle360.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle360.GroupID = 0; this.radioButtonImpellerMotorAngle360.GroupID = 0;
this.radioButtonImpellerMotorAngle360.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle360.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle360.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle360.ImageUnCheckRadioButton = null;
this.radioButtonImpellerMotorAngle360.InitVisible = true; this.radioButtonImpellerMotorAngle360.InitVisible = true;
this.radioButtonImpellerMotorAngle360.Location = new System.Drawing.Point(188, 69); this.radioButtonImpellerMotorAngle360.Location = new System.Drawing.Point(312, 69);
this.radioButtonImpellerMotorAngle360.Name = "radioButtonImpellerMotorAngle360"; this.radioButtonImpellerMotorAngle360.Name = "radioButtonImpellerMotorAngle360";
this.radioButtonImpellerMotorAngle360.OutputOnly = false; this.radioButtonImpellerMotorAngle360.OutputOnly = false;
this.radioButtonImpellerMotorAngle360.RadioBackColor = System.Drawing.Color.White; this.radioButtonImpellerMotorAngle360.RadioBackColor = System.Drawing.Color.White;
@ -1086,7 +1115,7 @@
this.labelTitleStep2.BackPictureBox2 = null; this.labelTitleStep2.BackPictureBox2 = null;
this.labelTitleStep2.BorderColor = System.Drawing.Color.Black; this.labelTitleStep2.BorderColor = System.Drawing.Color.Black;
this.labelTitleStep2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleStep2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleStep2.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.Black;
this.labelTitleStep2.InitVisible = true; this.labelTitleStep2.InitVisible = true;
this.labelTitleStep2.LineSpacing = 0F; this.labelTitleStep2.LineSpacing = 0F;
@ -1107,7 +1136,7 @@
this.labelTitleStep1.BackPictureBox2 = null; this.labelTitleStep1.BackPictureBox2 = null;
this.labelTitleStep1.BorderColor = System.Drawing.Color.Black; this.labelTitleStep1.BorderColor = System.Drawing.Color.Black;
this.labelTitleStep1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleStep1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleStep1.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.Black;
this.labelTitleStep1.InitVisible = true; this.labelTitleStep1.InitVisible = true;
this.labelTitleStep1.LineSpacing = 0F; this.labelTitleStep1.LineSpacing = 0F;
@ -1127,7 +1156,7 @@
this.radioButtonImpellerMotorAngle60.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle60.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle60.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle60.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle60.Checked = false; this.radioButtonImpellerMotorAngle60.Checked = false;
this.radioButtonImpellerMotorAngle60.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle60.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle60.GroupID = 0; this.radioButtonImpellerMotorAngle60.GroupID = 0;
this.radioButtonImpellerMotorAngle60.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle60.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle60.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle60.ImageUnCheckRadioButton = null;
@ -1153,7 +1182,7 @@
this.radioButtonImpellerMotorAngle180.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle180.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle180.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle180.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle180.Checked = false; this.radioButtonImpellerMotorAngle180.Checked = false;
this.radioButtonImpellerMotorAngle180.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle180.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle180.GroupID = 0; this.radioButtonImpellerMotorAngle180.GroupID = 0;
this.radioButtonImpellerMotorAngle180.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle180.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle180.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle180.ImageUnCheckRadioButton = null;
@ -1179,12 +1208,12 @@
this.radioButtonImpellerMotorAngle120.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle120.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle120.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle120.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle120.Checked = false; this.radioButtonImpellerMotorAngle120.Checked = false;
this.radioButtonImpellerMotorAngle120.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle120.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle120.GroupID = 0; this.radioButtonImpellerMotorAngle120.GroupID = 0;
this.radioButtonImpellerMotorAngle120.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle120.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle120.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle120.ImageUnCheckRadioButton = null;
this.radioButtonImpellerMotorAngle120.InitVisible = true; 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.Name = "radioButtonImpellerMotorAngle120";
this.radioButtonImpellerMotorAngle120.OutputOnly = false; this.radioButtonImpellerMotorAngle120.OutputOnly = false;
this.radioButtonImpellerMotorAngle120.RadioBackColor = System.Drawing.Color.White; this.radioButtonImpellerMotorAngle120.RadioBackColor = System.Drawing.Color.White;
@ -1205,12 +1234,12 @@
this.radioButtonImpellerMotorAngle90.BackPictureBox1 = null; this.radioButtonImpellerMotorAngle90.BackPictureBox1 = null;
this.radioButtonImpellerMotorAngle90.BackPictureBox2 = null; this.radioButtonImpellerMotorAngle90.BackPictureBox2 = null;
this.radioButtonImpellerMotorAngle90.Checked = false; this.radioButtonImpellerMotorAngle90.Checked = false;
this.radioButtonImpellerMotorAngle90.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); this.radioButtonImpellerMotorAngle90.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.radioButtonImpellerMotorAngle90.GroupID = 0; this.radioButtonImpellerMotorAngle90.GroupID = 0;
this.radioButtonImpellerMotorAngle90.ImageCheckRadioButton = null; this.radioButtonImpellerMotorAngle90.ImageCheckRadioButton = null;
this.radioButtonImpellerMotorAngle90.ImageUnCheckRadioButton = null; this.radioButtonImpellerMotorAngle90.ImageUnCheckRadioButton = null;
this.radioButtonImpellerMotorAngle90.InitVisible = true; 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.Name = "radioButtonImpellerMotorAngle90";
this.radioButtonImpellerMotorAngle90.OutputOnly = false; this.radioButtonImpellerMotorAngle90.OutputOnly = false;
this.radioButtonImpellerMotorAngle90.RadioBackColor = System.Drawing.Color.White; this.radioButtonImpellerMotorAngle90.RadioBackColor = System.Drawing.Color.White;
@ -1218,7 +1247,7 @@
this.radioButtonImpellerMotorAngle90.RadioForeColor = System.Drawing.Color.Black; this.radioButtonImpellerMotorAngle90.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonImpellerMotorAngle90.RadioSymbolSize = 14; this.radioButtonImpellerMotorAngle90.RadioSymbolSize = 14;
this.radioButtonImpellerMotorAngle90.Shadow = false; 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.TabIndex = 268;
this.radioButtonImpellerMotorAngle90.Text = "90"; this.radioButtonImpellerMotorAngle90.Text = "90";
this.radioButtonImpellerMotorAngle90.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle; this.radioButtonImpellerMotorAngle90.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
@ -1292,13 +1321,13 @@
this.labelTitleNG.BackPictureBox2 = null; this.labelTitleNG.BackPictureBox2 = null;
this.labelTitleNG.BorderColor = System.Drawing.Color.Black; this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNG.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.Black;
this.labelTitleNG.InitVisible = true; this.labelTitleNG.InitVisible = true;
this.labelTitleNG.LineSpacing = 0F; 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.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.TabIndex = 262;
this.labelTitleNG.Text = "NG : "; this.labelTitleNG.Text = "NG : ";
this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -1313,13 +1342,13 @@
this.labelTitlePass.BackPictureBox2 = null; this.labelTitlePass.BackPictureBox2 = null;
this.labelTitlePass.BorderColor = System.Drawing.Color.Black; this.labelTitlePass.BorderColor = System.Drawing.Color.Black;
this.labelTitlePass.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitlePass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePass.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.Black;
this.labelTitlePass.InitVisible = true; this.labelTitlePass.InitVisible = true;
this.labelTitlePass.LineSpacing = 0F; 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.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.TabIndex = 261;
this.labelTitlePass.Text = "Pass : "; this.labelTitlePass.Text = "Pass : ";
this.labelTitlePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelTitlePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -1372,7 +1401,7 @@
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine4); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine4);
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine5); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine5);
this.groupBoxDirection.Controls.Add(this.buttonDirectionLine6); this.groupBoxDirection.Controls.Add(this.buttonDirectionLine6);
this.groupBoxDirection.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxDirection.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxDirection.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxDirection.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxDirection.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxDirection.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxDirection.FrameLineThickness = 1; this.groupBoxDirection.FrameLineThickness = 1;
@ -1743,7 +1772,7 @@
this.groupBoxEachDownload.Controls.Add(this.label5); this.groupBoxEachDownload.Controls.Add(this.label5);
this.groupBoxEachDownload.Controls.Add(this.label6); this.groupBoxEachDownload.Controls.Add(this.label6);
this.groupBoxEachDownload.Controls.Add(this.progressBarExistingDownload); this.groupBoxEachDownload.Controls.Add(this.progressBarExistingDownload);
this.groupBoxEachDownload.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxEachDownload.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxEachDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxEachDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxEachDownload.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxEachDownload.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxEachDownload.FrameLineThickness = 1; this.groupBoxEachDownload.FrameLineThickness = 1;
@ -1766,7 +1795,7 @@
this.labelDiscription1.BackPictureBox2 = null; this.labelDiscription1.BackPictureBox2 = null;
this.labelDiscription1.BorderColor = System.Drawing.Color.Black; this.labelDiscription1.BorderColor = System.Drawing.Color.Black;
this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription1.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription1.InitVisible = true; this.labelDiscription1.InitVisible = true;
this.labelDiscription1.LineSpacing = 0F; this.labelDiscription1.LineSpacing = 0F;
this.labelDiscription1.Location = new System.Drawing.Point(21, 210); this.labelDiscription1.Location = new System.Drawing.Point(21, 210);
@ -1786,7 +1815,7 @@
this.labelDiscription2.BackPictureBox2 = null; this.labelDiscription2.BackPictureBox2 = null;
this.labelDiscription2.BorderColor = System.Drawing.Color.Black; this.labelDiscription2.BorderColor = System.Drawing.Color.Black;
this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription2.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription2.InitVisible = true; this.labelDiscription2.InitVisible = true;
this.labelDiscription2.LineSpacing = 0F; this.labelDiscription2.LineSpacing = 0F;
this.labelDiscription2.Location = new System.Drawing.Point(21, 228); this.labelDiscription2.Location = new System.Drawing.Point(21, 228);
@ -1806,7 +1835,7 @@
this.labelDiscription3.BackPictureBox2 = null; this.labelDiscription3.BackPictureBox2 = null;
this.labelDiscription3.BorderColor = System.Drawing.Color.Black; this.labelDiscription3.BorderColor = System.Drawing.Color.Black;
this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription3.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription3.InitVisible = true; this.labelDiscription3.InitVisible = true;
this.labelDiscription3.LineSpacing = 0F; this.labelDiscription3.LineSpacing = 0F;
this.labelDiscription3.Location = new System.Drawing.Point(21, 246); this.labelDiscription3.Location = new System.Drawing.Point(21, 246);
@ -1826,7 +1855,7 @@
this.labelDiscription6.BackPictureBox2 = null; this.labelDiscription6.BackPictureBox2 = null;
this.labelDiscription6.BorderColor = System.Drawing.Color.Black; this.labelDiscription6.BorderColor = System.Drawing.Color.Black;
this.labelDiscription6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription6.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription6.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription6.InitVisible = true; this.labelDiscription6.InitVisible = true;
this.labelDiscription6.LineSpacing = 0F; this.labelDiscription6.LineSpacing = 0F;
this.labelDiscription6.Location = new System.Drawing.Point(21, 300); this.labelDiscription6.Location = new System.Drawing.Point(21, 300);
@ -1846,7 +1875,7 @@
this.labelDiscription4.BackPictureBox2 = null; this.labelDiscription4.BackPictureBox2 = null;
this.labelDiscription4.BorderColor = System.Drawing.Color.Black; this.labelDiscription4.BorderColor = System.Drawing.Color.Black;
this.labelDiscription4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription4.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription4.InitVisible = true; this.labelDiscription4.InitVisible = true;
this.labelDiscription4.LineSpacing = 0F; this.labelDiscription4.LineSpacing = 0F;
this.labelDiscription4.Location = new System.Drawing.Point(21, 264); this.labelDiscription4.Location = new System.Drawing.Point(21, 264);
@ -1866,7 +1895,7 @@
this.labelDiscription5.BackPictureBox2 = null; this.labelDiscription5.BackPictureBox2 = null;
this.labelDiscription5.BorderColor = System.Drawing.Color.Black; this.labelDiscription5.BorderColor = System.Drawing.Color.Black;
this.labelDiscription5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDiscription5.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular); this.labelDiscription5.Font = new System.Drawing.Font("새굴림", 8F, System.Drawing.FontStyle.Regular);
this.labelDiscription5.InitVisible = true; this.labelDiscription5.InitVisible = true;
this.labelDiscription5.LineSpacing = 0F; this.labelDiscription5.LineSpacing = 0F;
this.labelDiscription5.Location = new System.Drawing.Point(21, 282); this.labelDiscription5.Location = new System.Drawing.Point(21, 282);
@ -1889,6 +1918,7 @@
this.buttonDownloadExistingMotorAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDownloadExistingMotorAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDownloadExistingMotorAll.DisableImage = null; this.buttonDownloadExistingMotorAll.DisableImage = null;
this.buttonDownloadExistingMotorAll.DownImage = null; this.buttonDownloadExistingMotorAll.DownImage = null;
this.buttonDownloadExistingMotorAll.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonDownloadExistingMotorAll.GroupID = 0; this.buttonDownloadExistingMotorAll.GroupID = 0;
this.buttonDownloadExistingMotorAll.InitVisible = true; this.buttonDownloadExistingMotorAll.InitVisible = true;
this.buttonDownloadExistingMotorAll.Location = new System.Drawing.Point(258, 163); this.buttonDownloadExistingMotorAll.Location = new System.Drawing.Point(258, 163);
@ -1922,6 +1952,7 @@
this.buttonDownloadExistingMotorEach.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDownloadExistingMotorEach.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDownloadExistingMotorEach.DisableImage = null; this.buttonDownloadExistingMotorEach.DisableImage = null;
this.buttonDownloadExistingMotorEach.DownImage = null; this.buttonDownloadExistingMotorEach.DownImage = null;
this.buttonDownloadExistingMotorEach.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonDownloadExistingMotorEach.GroupID = 0; this.buttonDownloadExistingMotorEach.GroupID = 0;
this.buttonDownloadExistingMotorEach.InitVisible = true; this.buttonDownloadExistingMotorEach.InitVisible = true;
this.buttonDownloadExistingMotorEach.Location = new System.Drawing.Point(122, 164); this.buttonDownloadExistingMotorEach.Location = new System.Drawing.Point(122, 164);
@ -1955,6 +1986,7 @@
this.buttonDefault.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDefault.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDefault.DisableImage = null; this.buttonDefault.DisableImage = null;
this.buttonDefault.DownImage = null; this.buttonDefault.DownImage = null;
this.buttonDefault.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonDefault.GroupID = 0; this.buttonDefault.GroupID = 0;
this.buttonDefault.InitVisible = true; this.buttonDefault.InitVisible = true;
this.buttonDefault.Location = new System.Drawing.Point(30, 164); this.buttonDefault.Location = new System.Drawing.Point(30, 164);
@ -2270,7 +2302,7 @@
this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning2); this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning2);
this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning1); this.groupBoxInitialDownload.Controls.Add(this.labelStaticWarning1);
this.groupBoxInitialDownload.Controls.Add(this.progressBarDownload); this.groupBoxInitialDownload.Controls.Add(this.progressBarDownload);
this.groupBoxInitialDownload.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxInitialDownload.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxInitialDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxInitialDownload.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxInitialDownload.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInitialDownload.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxInitialDownload.FrameLineThickness = 1; this.groupBoxInitialDownload.FrameLineThickness = 1;
@ -2296,7 +2328,7 @@
this.buttonDeviceIDChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDeviceIDChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDeviceIDChange.DisableImage = null; this.buttonDeviceIDChange.DisableImage = null;
this.buttonDeviceIDChange.DownImage = null; this.buttonDeviceIDChange.DownImage = null;
this.buttonDeviceIDChange.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonDeviceIDChange.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonDeviceIDChange.GroupID = 0; this.buttonDeviceIDChange.GroupID = 0;
this.buttonDeviceIDChange.InitVisible = true; this.buttonDeviceIDChange.InitVisible = true;
this.buttonDeviceIDChange.Location = new System.Drawing.Point(179, 35); this.buttonDeviceIDChange.Location = new System.Drawing.Point(179, 35);
@ -2330,7 +2362,7 @@
this.buttonInitialDownload.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonInitialDownload.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInitialDownload.DisableImage = null; this.buttonInitialDownload.DisableImage = null;
this.buttonInitialDownload.DownImage = null; this.buttonInitialDownload.DownImage = null;
this.buttonInitialDownload.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.buttonInitialDownload.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.buttonInitialDownload.GroupID = 0; this.buttonInitialDownload.GroupID = 0;
this.buttonInitialDownload.InitVisible = true; this.buttonInitialDownload.InitVisible = true;
this.buttonInitialDownload.Location = new System.Drawing.Point(22, 35); this.buttonInitialDownload.Location = new System.Drawing.Point(22, 35);
@ -2361,7 +2393,7 @@
this.labelStaticWarning2.BackPictureBox2 = null; this.labelStaticWarning2.BackPictureBox2 = null;
this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning2.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning2.InitVisible = true; this.labelStaticWarning2.InitVisible = true;
this.labelStaticWarning2.LineSpacing = 0F; this.labelStaticWarning2.LineSpacing = 0F;
@ -2382,7 +2414,7 @@
this.labelStaticWarning1.BackPictureBox2 = null; this.labelStaticWarning1.BackPictureBox2 = null;
this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning1.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning1.InitVisible = true; this.labelStaticWarning1.InitVisible = true;
this.labelStaticWarning1.LineSpacing = 0F; this.labelStaticWarning1.LineSpacing = 0F;
@ -2427,7 +2459,7 @@
this.groupBoxMotorTest.Controls.Add(this.labelStaticWarning3); this.groupBoxMotorTest.Controls.Add(this.labelStaticWarning3);
this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestForward); this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestForward);
this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestReverse); this.groupBoxMotorTest.Controls.Add(this.buttonCom1TestReverse);
this.groupBoxMotorTest.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.groupBoxMotorTest.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.groupBoxMotorTest.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxMotorTest.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
this.groupBoxMotorTest.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxMotorTest.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxMotorTest.FrameLineThickness = 1; this.groupBoxMotorTest.FrameLineThickness = 1;
@ -2450,7 +2482,7 @@
this.labelStaticWarning3.BackPictureBox2 = null; this.labelStaticWarning3.BackPictureBox2 = null;
this.labelStaticWarning3.BorderColor = System.Drawing.Color.Black; this.labelStaticWarning3.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticWarning3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning3.Font = new System.Drawing.Font("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.ForeColor = System.Drawing.Color.DarkRed;
this.labelStaticWarning3.InitVisible = true; this.labelStaticWarning3.InitVisible = true;
this.labelStaticWarning3.LineSpacing = 0F; this.labelStaticWarning3.LineSpacing = 0F;
@ -2473,7 +2505,7 @@
this.buttonCom1TestForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCom1TestForward.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCom1TestForward.DisableImage = null; this.buttonCom1TestForward.DisableImage = null;
this.buttonCom1TestForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DownImage"))); this.buttonCom1TestForward.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestForward.DownImage")));
this.buttonCom1TestForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonCom1TestForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonCom1TestForward.GroupID = 0; this.buttonCom1TestForward.GroupID = 0;
this.buttonCom1TestForward.InitVisible = true; this.buttonCom1TestForward.InitVisible = true;
this.buttonCom1TestForward.Location = new System.Drawing.Point(106, 66); this.buttonCom1TestForward.Location = new System.Drawing.Point(106, 66);
@ -2506,7 +2538,7 @@
this.buttonCom1TestReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCom1TestReverse.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCom1TestReverse.DisableImage = null; this.buttonCom1TestReverse.DisableImage = null;
this.buttonCom1TestReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DownImage"))); this.buttonCom1TestReverse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCom1TestReverse.DownImage")));
this.buttonCom1TestReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonCom1TestReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.buttonCom1TestReverse.GroupID = 0; this.buttonCom1TestReverse.GroupID = 0;
this.buttonCom1TestReverse.InitVisible = true; this.buttonCom1TestReverse.InitVisible = true;
this.buttonCom1TestReverse.Location = new System.Drawing.Point(192, 66); this.buttonCom1TestReverse.Location = new System.Drawing.Point(192, 66);
@ -2540,6 +2572,32 @@
this.panel1.Size = new System.Drawing.Size(800, 348); this.panel1.Size = new System.Drawing.Size(800, 348);
this.panel1.Visible = false; 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 // FormMotorSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -2674,5 +2732,6 @@
private SmartX.SmartButton buttonCom1TestReverse; private SmartX.SmartButton buttonCom1TestReverse;
private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel1;
private SmartX.SmartRadioButton radioButtonImpellerMotorAngle360; private SmartX.SmartRadioButton radioButtonImpellerMotorAngle360;
private SmartX.SmartRadioButton radioButtonImpellerMotorAngle180180;
} }
} }

View File

@ -190,12 +190,16 @@ namespace INT69DB_2A.Forms
this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Normal"; this.buttonAllForward.Text = this.buttonEachForward.Text = this.buttonCom1TestForward.Text = "Normal";
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse"; this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse";
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonAllContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold); this.buttonEachContinue.Font = new Font("새굴림", 9, FontStyle.Bold);
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Continue"; this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Continue";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc: Motor drive current (%, maximum: 100)";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
{ {
@ -229,8 +233,56 @@ namespace INT69DB_2A.Forms
this.buttonDownloadExistingMotorEach.Text = "下载每个"; this.buttonDownloadExistingMotorEach.Text = "下载每个";
this.buttonDownloadExistingMotorAll.Text = "大量下载"; this.buttonDownloadExistingMotorAll.Text = "大量下载";
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text this.labelDiscription1.Text = "Rc电机驱动电流%最大值100";
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = ""; this.labelDiscription2.Text = "Hc电机堵转电流%最大值100";
this.labelDiscription3.Text = "Ms控制微步分辨率";
this.labelDiscription4.Text = "Vi所有运动命令的初始速度< Vm";
this.labelDiscription5.Text = "Vm指定轴可达到的最大速度以步数/每秒计数为单位)";
this.labelDiscription6.Text = "A设置 MDrive 可达到的最大加速度(以每秒步数²为单位)";
}
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 else
{ {
@ -811,6 +863,12 @@ namespace INT69DB_2A.Forms
case 12: case 12:
tempString = "130"; tempString = "130";
break; break;
case 13:
tempString = "360";
break;
case 14:
tempString = "360";
break;
default: default:
break; break;
} }
@ -994,18 +1052,30 @@ namespace INT69DB_2A.Forms
else if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass == 3) else if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass == 3)
this.radioButtonImpellerMotorAngle120.Checked = true; this.radioButtonImpellerMotorAngle120.Checked = true;
else if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass == 13) else if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass == 13)
this.radioButtonImpellerMotorAngle180180.Checked = true;
else if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass == 14)
this.radioButtonImpellerMotorAngle360.Checked = true; this.radioButtonImpellerMotorAngle360.Checked = true;
else else
{ {
this.radioButtonImpellerMotorAngle180.Checked = true; try
{
this.radioButtonImpellerMotorAngle180.Checked = true;
if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass != 4) if (this.ParentForm.SystemConfig.ImpellerMotorAnglePass != 4)
this.comboBoxTwoStepPassAngle.SelectedIndex = this.ParentForm.SystemConfig.ImpellerMotorAnglePass - 5; this.comboBoxTwoStepPassAngle.SelectedIndex = this.ParentForm.SystemConfig.ImpellerMotorAnglePass - 5;
if (this.ParentForm.SystemConfig.ImpellerMotorAngleNG != 4) if (this.ParentForm.SystemConfig.ImpellerMotorAngleNG != 4)
this.comboBoxTwoStepNGAngle.SelectedIndex = this.ParentForm.SystemConfig.ImpellerMotorAngleNG - 5; this.comboBoxTwoStepNGAngle.SelectedIndex = this.ParentForm.SystemConfig.ImpellerMotorAngleNG - 5;
this.MotorAngleControlEnable(true); this.MotorAngleControlEnable(true);
}
catch
{
this.comboBoxTwoStepPassAngle.SelectedIndex = 0;
this.comboBoxTwoStepNGAngle.SelectedIndex = 0;
this.MotorAngleControlEnable(true);
}
} }
} }
else else
@ -1380,6 +1450,8 @@ namespace INT69DB_2A.Forms
this.buttonEachUnlock.Text = "Sperren"; this.buttonEachUnlock.Text = "Sperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonEachUnlock.Text = "锁住"; this.buttonEachUnlock.Text = "锁住";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "ロック";
else else
this.buttonEachUnlock.Text = "Lock"; this.buttonEachUnlock.Text = "Lock";
@ -1425,6 +1497,8 @@ namespace INT69DB_2A.Forms
this.buttonEachUnlock.Text = "Aufsperren"; this.buttonEachUnlock.Text = "Aufsperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonEachUnlock.Text = "解锁"; this.buttonEachUnlock.Text = "解锁";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "ロック解除";
else else
this.buttonEachUnlock.Text = "Unlock"; this.buttonEachUnlock.Text = "Unlock";
@ -1559,6 +1633,8 @@ namespace INT69DB_2A.Forms
this.buttonAllUnlock.Text = "Sperren"; this.buttonAllUnlock.Text = "Sperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonAllUnlock.Text = "锁住"; this.buttonAllUnlock.Text = "锁住";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "ロック";
else else
this.buttonAllUnlock.Text = "Lock"; this.buttonAllUnlock.Text = "Lock";
@ -1604,6 +1680,8 @@ namespace INT69DB_2A.Forms
this.buttonAllUnlock.Text = "Aufsperren"; this.buttonAllUnlock.Text = "Aufsperren";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.buttonAllUnlock.Text = "解锁"; this.buttonAllUnlock.Text = "解锁";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.buttonEachUnlock.Text = "解除";
else else
this.buttonAllUnlock.Text = "Unlock"; this.buttonAllUnlock.Text = "Unlock";
@ -2331,11 +2409,16 @@ namespace INT69DB_2A.Forms
else else
this.ParentForm.SystemConfig.ImpellerMotorAngleNG = this.comboBoxTwoStepNGAngle.SelectedIndex + 5; this.ParentForm.SystemConfig.ImpellerMotorAngleNG = this.comboBoxTwoStepNGAngle.SelectedIndex + 5;
} }
else if (this.radioButtonImpellerMotorAngle360.Checked == true) else if (this.radioButtonImpellerMotorAngle180180.Checked == true)
{ {
this.ParentForm.SystemConfig.ImpellerMotorAnglePass = 13; this.ParentForm.SystemConfig.ImpellerMotorAnglePass = 13;
this.ParentForm.SystemConfig.ImpellerMotorAngleNG = 13; this.ParentForm.SystemConfig.ImpellerMotorAngleNG = 13;
} }
else if (this.radioButtonImpellerMotorAngle360.Checked == true)
{
this.ParentForm.SystemConfig.ImpellerMotorAnglePass = 14;
this.ParentForm.SystemConfig.ImpellerMotorAngleNG = 14;
}
afterAnglePass = this.ReturnAngle(this.ParentForm.SystemConfig.ImpellerMotorAnglePass); afterAnglePass = this.ReturnAngle(this.ParentForm.SystemConfig.ImpellerMotorAnglePass);
afterAngleNG = this.ReturnAngle(this.ParentForm.SystemConfig.ImpellerMotorAngleNG); afterAngleNG = this.ReturnAngle(this.ParentForm.SystemConfig.ImpellerMotorAngleNG);

View File

@ -39,7 +39,7 @@
this.buttonPart11 = new SmartX.SmartButton(); this.buttonPart11 = new SmartX.SmartButton();
this.labelTitlePart11 = new SmartX.SmartLabel(); this.labelTitlePart11 = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel3 = new SmartX.SmartLabel(); this.labelDescription = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -66,7 +66,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -188,7 +188,7 @@
this.labelTitleStatistics.BackPictureBox2 = null; this.labelTitleStatistics.BackPictureBox2 = null;
this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black; this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black;
this.labelTitleStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelTitleStatistics.LineSpacing = 0F; this.labelTitleStatistics.LineSpacing = 0F;
this.labelTitleStatistics.Location = new System.Drawing.Point(66, 238); this.labelTitleStatistics.Location = new System.Drawing.Point(66, 238);
@ -239,7 +239,7 @@
this.labelTitlePart11.BackPictureBox2 = null; this.labelTitlePart11.BackPictureBox2 = null;
this.labelTitlePart11.BorderColor = System.Drawing.Color.Black; this.labelTitlePart11.BorderColor = System.Drawing.Color.Black;
this.labelTitlePart11.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelTitlePart11.LineSpacing = 0F; this.labelTitlePart11.LineSpacing = 0F;
this.labelTitlePart11.Location = new System.Drawing.Point(66, 176); 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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartLabel3); this.smartGroupBox1.Controls.Add(this.labelDescription);
this.smartGroupBox1.Controls.Add(this.labelTitlePart11); this.smartGroupBox1.Controls.Add(this.labelTitlePart11);
this.smartGroupBox1.Controls.Add(this.buttonStatistics); this.smartGroupBox1.Controls.Add(this.buttonStatistics);
this.smartGroupBox1.Controls.Add(this.buttonPart11); this.smartGroupBox1.Controls.Add(this.buttonPart11);
@ -275,26 +275,26 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// smartLabel3 // labelDescription
// //
this.smartLabel3.BackColor = System.Drawing.Color.Silver; this.labelDescription.BackColor = System.Drawing.Color.Silver;
this.smartLabel3.BackPictureBox = this.smartForm1; this.labelDescription.BackPictureBox = this.smartForm1;
this.smartLabel3.BackPictureBox1 = null; this.labelDescription.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = null; this.labelDescription.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.labelDescription.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDescription.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel3.ForeColor = System.Drawing.Color.DarkRed; this.labelDescription.ForeColor = System.Drawing.Color.DarkRed;
this.smartLabel3.InitVisible = true; this.labelDescription.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.labelDescription.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(272, 207); this.labelDescription.Location = new System.Drawing.Point(272, 207);
this.smartLabel3.Name = "smartLabel3"; this.labelDescription.Name = "labelDescription";
this.smartLabel3.Size = new System.Drawing.Size(474, 25); this.labelDescription.Size = new System.Drawing.Size(474, 25);
this.smartLabel3.TabIndex = 231; this.labelDescription.TabIndex = 231;
this.smartLabel3.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]"; this.labelDescription.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]";
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDescription.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDescription.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false; this.labelDescription.Wordwrap = false;
// //
// FormOption // FormOption
// //
@ -328,6 +328,6 @@
private SmartX.SmartButton buttonPart11; private SmartX.SmartButton buttonPart11;
private SmartX.SmartLabel labelTitlePart11; private SmartX.SmartLabel labelTitlePart11;
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelDescription;
} }
} }

View File

@ -58,6 +58,12 @@ namespace INT69DB_2A.Forms
this.buttonStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable)); this.buttonStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
this.buttonStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable)); 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 else
{ {

View File

@ -63,7 +63,7 @@
this.labelUpdateWait2.BackPictureBox2 = null; this.labelUpdateWait2.BackPictureBox2 = null;
this.labelUpdateWait2.BorderColor = System.Drawing.Color.Black; this.labelUpdateWait2.BorderColor = System.Drawing.Color.Black;
this.labelUpdateWait2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUpdateWait2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpdateWait2.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.labelUpdateWait2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelUpdateWait2.ForeColor = System.Drawing.Color.Black; this.labelUpdateWait2.ForeColor = System.Drawing.Color.Black;
this.labelUpdateWait2.InitVisible = true; this.labelUpdateWait2.InitVisible = true;
this.labelUpdateWait2.LineSpacing = 0F; this.labelUpdateWait2.LineSpacing = 0F;
@ -85,7 +85,7 @@
this.labelUpdateRestart.BackPictureBox2 = null; this.labelUpdateRestart.BackPictureBox2 = null;
this.labelUpdateRestart.BorderColor = System.Drawing.Color.Black; this.labelUpdateRestart.BorderColor = System.Drawing.Color.Black;
this.labelUpdateRestart.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUpdateRestart.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpdateRestart.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.labelUpdateRestart.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelUpdateRestart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelUpdateRestart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.labelUpdateRestart.InitVisible = true; this.labelUpdateRestart.InitVisible = true;
this.labelUpdateRestart.LineSpacing = 0F; this.labelUpdateRestart.LineSpacing = 0F;
@ -107,7 +107,7 @@
this.labelUpdateWait.BackPictureBox2 = null; this.labelUpdateWait.BackPictureBox2 = null;
this.labelUpdateWait.BorderColor = System.Drawing.Color.Black; this.labelUpdateWait.BorderColor = System.Drawing.Color.Black;
this.labelUpdateWait.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUpdateWait.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpdateWait.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.labelUpdateWait.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelUpdateWait.InitVisible = true; this.labelUpdateWait.InitVisible = true;
this.labelUpdateWait.LineSpacing = 0F; this.labelUpdateWait.LineSpacing = 0F;
this.labelUpdateWait.Location = new System.Drawing.Point(108, 205); this.labelUpdateWait.Location = new System.Drawing.Point(108, 205);
@ -154,7 +154,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;

View File

@ -73,6 +73,14 @@ namespace INT69DB_2A.Forms
this.labelUpdateWait2.Text = "请勿断开USB"; this.labelUpdateWait2.Text = "请勿断开USB";
this.labelUpdateRestart.Text = "关掉电源,然后在打开电源"; 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -49,7 +49,7 @@
this.buttonUnder = new SmartX.SmartButton(); this.buttonUnder = new SmartX.SmartButton();
this.listBoxProductList = new System.Windows.Forms.ListBox(); this.listBoxProductList = new System.Windows.Forms.ListBox();
this.tabJudgment = new System.Windows.Forms.TabPage(); this.tabJudgment = new System.Windows.Forms.TabPage();
this.smartLabel33 = new SmartX.SmartLabel(); this.labelTitleWeight = new SmartX.SmartLabel();
this.labelWeightValue = new SmartX.SmartLabel(); this.labelWeightValue = new SmartX.SmartLabel();
this.buttonWeightReference = new SmartX.SmartButton(); this.buttonWeightReference = new SmartX.SmartButton();
this.smartLabel32 = new SmartX.SmartLabel(); this.smartLabel32 = new SmartX.SmartLabel();
@ -67,7 +67,7 @@
this.labelStaticDoubleDelayTime = new SmartX.SmartLabel(); this.labelStaticDoubleDelayTime = new SmartX.SmartLabel();
this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel(); this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel();
this.labelStaticFilter = new SmartX.SmartLabel(); this.labelStaticFilter = new SmartX.SmartLabel();
this.smartLabel31 = new SmartX.SmartLabel(); this.labelTitleResult = new SmartX.SmartLabel();
this.labelWeightJudgment = new SmartX.SmartLabel(); this.labelWeightJudgment = new SmartX.SmartLabel();
this.labelWeightReference = new SmartX.SmartLabel(); this.labelWeightReference = new SmartX.SmartLabel();
this.smartDraw = new SmartX.SmartDraw(); this.smartDraw = new SmartX.SmartDraw();
@ -193,7 +193,7 @@
// //
this.tabControl.Controls.Add(this.tabProduct); this.tabControl.Controls.Add(this.tabProduct);
this.tabControl.Controls.Add(this.tabJudgment); 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.Location = new System.Drawing.Point(0, 127);
this.tabControl.Name = "tabControl"; this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0; this.tabControl.SelectedIndex = 0;
@ -221,7 +221,7 @@
// //
// buttonLotEdit // buttonLotEdit
// //
this.buttonLotEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonLotEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonLotEdit.Location = new System.Drawing.Point(714, 96); this.buttonLotEdit.Location = new System.Drawing.Point(714, 96);
this.buttonLotEdit.Name = "buttonLotEdit"; this.buttonLotEdit.Name = "buttonLotEdit";
this.buttonLotEdit.Size = new System.Drawing.Size(70, 32); this.buttonLotEdit.Size = new System.Drawing.Size(70, 32);
@ -231,7 +231,7 @@
// //
// buttonNameEdit // buttonNameEdit
// //
this.buttonNameEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonNameEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonNameEdit.Location = new System.Drawing.Point(714, 58); this.buttonNameEdit.Location = new System.Drawing.Point(714, 58);
this.buttonNameEdit.Name = "buttonNameEdit"; this.buttonNameEdit.Name = "buttonNameEdit";
this.buttonNameEdit.Size = new System.Drawing.Size(70, 32); this.buttonNameEdit.Size = new System.Drawing.Size(70, 32);
@ -258,7 +258,7 @@
this.labelTitleLOT.BackPictureBox2 = null; this.labelTitleLOT.BackPictureBox2 = null;
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black; this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLOT.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleLOT.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLOT.InitVisible = true; this.labelTitleLOT.InitVisible = true;
this.labelTitleLOT.LineSpacing = 0F; this.labelTitleLOT.LineSpacing = 0F;
this.labelTitleLOT.Location = new System.Drawing.Point(312, 98); this.labelTitleLOT.Location = new System.Drawing.Point(312, 98);
@ -299,7 +299,7 @@
this.labelTitleName.BackPictureBox2 = null; this.labelTitleName.BackPictureBox2 = null;
this.labelTitleName.BorderColor = System.Drawing.Color.Black; this.labelTitleName.BorderColor = System.Drawing.Color.Black;
this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleName.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleName.InitVisible = true; this.labelTitleName.InitVisible = true;
this.labelTitleName.LineSpacing = 0F; this.labelTitleName.LineSpacing = 0F;
this.labelTitleName.Location = new System.Drawing.Point(312, 60); this.labelTitleName.Location = new System.Drawing.Point(312, 60);
@ -318,7 +318,7 @@
this.labelTitleNo.BackPictureBox2 = null; this.labelTitleNo.BackPictureBox2 = null;
this.labelTitleNo.BorderColor = System.Drawing.Color.Black; this.labelTitleNo.BorderColor = System.Drawing.Color.Black;
this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNo.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleNo.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleNo.InitVisible = true; this.labelTitleNo.InitVisible = true;
this.labelTitleNo.LineSpacing = 0F; this.labelTitleNo.LineSpacing = 0F;
this.labelTitleNo.Location = new System.Drawing.Point(312, 22); this.labelTitleNo.Location = new System.Drawing.Point(312, 22);
@ -350,7 +350,7 @@
this.groupBoxWeightSetting.Controls.Add(this.buttonOver); this.groupBoxWeightSetting.Controls.Add(this.buttonOver);
this.groupBoxWeightSetting.Controls.Add(this.buttonPass); this.groupBoxWeightSetting.Controls.Add(this.buttonPass);
this.groupBoxWeightSetting.Controls.Add(this.buttonUnder); 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.ForeColor = System.Drawing.Color.DarkGray;
this.groupBoxWeightSetting.FrameLineColor1 = System.Drawing.Color.Gray; this.groupBoxWeightSetting.FrameLineColor1 = System.Drawing.Color.Gray;
this.groupBoxWeightSetting.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxWeightSetting.FrameLineColor2 = System.Drawing.Color.Black;
@ -505,13 +505,13 @@
// //
// tabJudgment // tabJudgment
// //
this.tabJudgment.Controls.Add(this.smartLabel33); this.tabJudgment.Controls.Add(this.labelTitleWeight);
this.tabJudgment.Controls.Add(this.labelWeightValue); this.tabJudgment.Controls.Add(this.labelWeightValue);
this.tabJudgment.Controls.Add(this.buttonWeightReference); this.tabJudgment.Controls.Add(this.buttonWeightReference);
this.tabJudgment.Controls.Add(this.smartLabel32); this.tabJudgment.Controls.Add(this.smartLabel32);
this.tabJudgment.Controls.Add(this.labelADCValue); this.tabJudgment.Controls.Add(this.labelADCValue);
this.tabJudgment.Controls.Add(this.groupBoxJudgment); 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.labelWeightJudgment);
this.tabJudgment.Controls.Add(this.labelWeightReference); this.tabJudgment.Controls.Add(this.labelWeightReference);
this.tabJudgment.Controls.Add(this.smartDraw); this.tabJudgment.Controls.Add(this.smartDraw);
@ -521,24 +521,24 @@
this.tabJudgment.Size = new System.Drawing.Size(792, 359); this.tabJudgment.Size = new System.Drawing.Size(792, 359);
this.tabJudgment.Text = "판정설정"; this.tabJudgment.Text = "판정설정";
// //
// smartLabel33 // labelTitleWeight
// //
this.smartLabel33.BackPictureBox = null; this.labelTitleWeight.BackPictureBox = null;
this.smartLabel33.BackPictureBox1 = null; this.labelTitleWeight.BackPictureBox1 = null;
this.smartLabel33.BackPictureBox2 = null; this.labelTitleWeight.BackPictureBox2 = null;
this.smartLabel33.BorderColor = System.Drawing.Color.Black; this.labelTitleWeight.BorderColor = System.Drawing.Color.Black;
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTitleWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel33.InitVisible = true; this.labelTitleWeight.InitVisible = true;
this.smartLabel33.LineSpacing = 0F; this.labelTitleWeight.LineSpacing = 0F;
this.smartLabel33.Location = new System.Drawing.Point(654, 289); this.labelTitleWeight.Location = new System.Drawing.Point(654, 289);
this.smartLabel33.Name = "smartLabel33"; this.labelTitleWeight.Name = "labelTitleWeight";
this.smartLabel33.Size = new System.Drawing.Size(80, 25); this.labelTitleWeight.Size = new System.Drawing.Size(80, 25);
this.smartLabel33.TabIndex = 107; this.labelTitleWeight.TabIndex = 107;
this.smartLabel33.Text = "Weight"; this.labelTitleWeight.Text = "Weight";
this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel33.Wordwrap = false; this.labelTitleWeight.Wordwrap = false;
// //
// labelWeightValue // labelWeightValue
// //
@ -569,7 +569,7 @@
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonWeightReference.DisableImage = null; this.buttonWeightReference.DisableImage = null;
this.buttonWeightReference.DownImage = null; this.buttonWeightReference.DownImage = null;
this.buttonWeightReference.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.buttonWeightReference.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.buttonWeightReference.GroupID = 0; this.buttonWeightReference.GroupID = 0;
this.buttonWeightReference.InitVisible = true; this.buttonWeightReference.InitVisible = true;
this.buttonWeightReference.Location = new System.Drawing.Point(342, 289); this.buttonWeightReference.Location = new System.Drawing.Point(342, 289);
@ -646,7 +646,7 @@
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter); 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.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineThickness = 1; this.groupBoxJudgment.FrameLineThickness = 1;
@ -794,7 +794,7 @@
this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null; this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null;
this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelStaticForcedZeroDelayTime.LineSpacing = 0F; this.labelStaticForcedZeroDelayTime.LineSpacing = 0F;
this.labelStaticForcedZeroDelayTime.Location = new System.Drawing.Point(18, 155); this.labelStaticForcedZeroDelayTime.Location = new System.Drawing.Point(18, 155);
@ -813,7 +813,7 @@
this.labelStaticDynamic.BackPictureBox2 = null; this.labelStaticDynamic.BackPictureBox2 = null;
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black; this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDynamic.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDynamic.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDynamic.InitVisible = true; this.labelStaticDynamic.InitVisible = true;
this.labelStaticDynamic.LineSpacing = 0F; this.labelStaticDynamic.LineSpacing = 0F;
this.labelStaticDynamic.Location = new System.Drawing.Point(18, 129); this.labelStaticDynamic.Location = new System.Drawing.Point(18, 129);
@ -832,7 +832,7 @@
this.labelStaticJudgmentCount.BackPictureBox2 = null; this.labelStaticJudgmentCount.BackPictureBox2 = null;
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black; this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentCount.InitVisible = true; this.labelStaticJudgmentCount.InitVisible = true;
this.labelStaticJudgmentCount.LineSpacing = 0F; this.labelStaticJudgmentCount.LineSpacing = 0F;
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(18, 103); this.labelStaticJudgmentCount.Location = new System.Drawing.Point(18, 103);
@ -851,7 +851,7 @@
this.labelStaticDoubleDelayTime.BackPictureBox2 = null; this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDoubleDelayTime.InitVisible = true; this.labelStaticDoubleDelayTime.InitVisible = true;
this.labelStaticDoubleDelayTime.LineSpacing = 0F; this.labelStaticDoubleDelayTime.LineSpacing = 0F;
this.labelStaticDoubleDelayTime.Location = new System.Drawing.Point(18, 77); this.labelStaticDoubleDelayTime.Location = new System.Drawing.Point(18, 77);
@ -870,7 +870,7 @@
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null; this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentDelayTime.InitVisible = true; this.labelStaticJudgmentDelayTime.InitVisible = true;
this.labelStaticJudgmentDelayTime.LineSpacing = 0F; this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(18, 51); this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(18, 51);
@ -889,7 +889,7 @@
this.labelStaticFilter.BackPictureBox2 = null; this.labelStaticFilter.BackPictureBox2 = null;
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black; this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFilter.InitVisible = true; this.labelStaticFilter.InitVisible = true;
this.labelStaticFilter.LineSpacing = 0F; this.labelStaticFilter.LineSpacing = 0F;
this.labelStaticFilter.Location = new System.Drawing.Point(18, 25); this.labelStaticFilter.Location = new System.Drawing.Point(18, 25);
@ -901,24 +901,24 @@
this.labelStaticFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticFilter.Wordwrap = false; this.labelStaticFilter.Wordwrap = false;
// //
// smartLabel31 // labelTitleResult
// //
this.smartLabel31.BackPictureBox = null; this.labelTitleResult.BackPictureBox = null;
this.smartLabel31.BackPictureBox1 = null; this.labelTitleResult.BackPictureBox1 = null;
this.smartLabel31.BackPictureBox2 = null; this.labelTitleResult.BackPictureBox2 = null;
this.smartLabel31.BorderColor = System.Drawing.Color.Black; this.labelTitleResult.BorderColor = System.Drawing.Color.Black;
this.smartLabel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTitleResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleResult.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel31.InitVisible = true; this.labelTitleResult.InitVisible = true;
this.smartLabel31.LineSpacing = 0F; this.labelTitleResult.LineSpacing = 0F;
this.smartLabel31.Location = new System.Drawing.Point(428, 289); this.labelTitleResult.Location = new System.Drawing.Point(428, 289);
this.smartLabel31.Name = "smartLabel31"; this.labelTitleResult.Name = "labelTitleResult";
this.smartLabel31.Size = new System.Drawing.Size(80, 25); this.labelTitleResult.Size = new System.Drawing.Size(80, 25);
this.smartLabel31.TabIndex = 107; this.labelTitleResult.TabIndex = 107;
this.smartLabel31.Text = "판정"; this.labelTitleResult.Text = "판정";
this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel31.Wordwrap = false; this.labelTitleResult.Wordwrap = false;
// //
// labelWeightJudgment // labelWeightJudgment
// //
@ -988,7 +988,7 @@
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime); this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime); this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.groupBoxConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineThickness = 1; this.groupBoxConveyor.FrameLineThickness = 1;
@ -1073,7 +1073,7 @@
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null; this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorDelayTime.InitVisible = true; this.labelStaticRejectConveyorDelayTime.InitVisible = true;
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F; this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(18, 28); this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(18, 28);
@ -1113,7 +1113,7 @@
this.labelStaticFeedingRunTime.BackPictureBox2 = null; this.labelStaticFeedingRunTime.BackPictureBox2 = null;
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingRunTime.InitVisible = true; this.labelStaticFeedingRunTime.InitVisible = true;
this.labelStaticFeedingRunTime.LineSpacing = 0F; this.labelStaticFeedingRunTime.LineSpacing = 0F;
this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(18, 106); this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(18, 106);
@ -1132,7 +1132,7 @@
this.labelStaticFeedingDelayTime.BackPictureBox2 = null; this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingDelayTime.InitVisible = true; this.labelStaticFeedingDelayTime.InitVisible = true;
this.labelStaticFeedingDelayTime.LineSpacing = 0F; this.labelStaticFeedingDelayTime.LineSpacing = 0F;
this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(18, 80); this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(18, 80);
@ -1151,7 +1151,7 @@
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null; this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorRunTime.InitVisible = true; this.labelStaticRejectConveyorRunTime.InitVisible = true;
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F; this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(18, 54); this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(18, 54);
@ -1206,7 +1206,7 @@
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCopy.DisableImage = null; this.buttonCopy.DisableImage = null;
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage"))); this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
this.buttonCopy.Font = new System.Drawing.Font("Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonCopy.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCopy.GroupID = 0; this.buttonCopy.GroupID = 0;
this.buttonCopy.InitVisible = true; this.buttonCopy.InitVisible = true;
this.buttonCopy.Location = new System.Drawing.Point(11, 525); this.buttonCopy.Location = new System.Drawing.Point(11, 525);
@ -1491,7 +1491,7 @@
this.smartKeyboard.ControlKeyDisable = false; this.smartKeyboard.ControlKeyDisable = false;
this.smartKeyboard.DesignMinimize = true; this.smartKeyboard.DesignMinimize = true;
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 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.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black; this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); 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.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 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.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
@ -1565,7 +1565,7 @@
// //
// buttonClear // 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.Location = new System.Drawing.Point(432, 521);
this.buttonClear.Name = "buttonClear"; this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(72, 20); this.buttonClear.Size = new System.Drawing.Size(72, 20);
@ -1576,7 +1576,7 @@
// //
// buttonMax // 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.Location = new System.Drawing.Point(354, 521);
this.buttonMax.Name = "buttonMax"; this.buttonMax.Name = "buttonMax";
this.buttonMax.Size = new System.Drawing.Size(72, 20); this.buttonMax.Size = new System.Drawing.Size(72, 20);
@ -1587,7 +1587,7 @@
// //
// button2 // 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.Location = new System.Drawing.Point(354, 547);
this.button2.Name = "button2"; this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(72, 20); this.button2.Size = new System.Drawing.Size(72, 20);
@ -1598,7 +1598,7 @@
// //
// buttonMin // 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.Location = new System.Drawing.Point(354, 573);
this.buttonMin.Name = "buttonMin"; this.buttonMin.Name = "buttonMin";
this.buttonMin.Size = new System.Drawing.Size(72, 20); this.buttonMin.Size = new System.Drawing.Size(72, 20);
@ -1820,11 +1820,11 @@
private SmartX.SmartLabel labelStaticFilter; private SmartX.SmartLabel labelStaticFilter;
private SmartX.SmartGroupBox groupBoxJudgment; private SmartX.SmartGroupBox groupBoxJudgment;
private SmartX.SmartButton buttonWeightReference; private SmartX.SmartButton buttonWeightReference;
private SmartX.SmartLabel smartLabel33; private SmartX.SmartLabel labelTitleWeight;
private SmartX.SmartLabel labelWeightValue; private SmartX.SmartLabel labelWeightValue;
private SmartX.SmartLabel smartLabel32; private SmartX.SmartLabel smartLabel32;
private SmartX.SmartLabel labelADCValue; private SmartX.SmartLabel labelADCValue;
private SmartX.SmartLabel smartLabel31; private SmartX.SmartLabel labelTitleResult;
private SmartX.SmartLabel labelWeightJudgment; private SmartX.SmartLabel labelWeightJudgment;
private SmartX.SmartLabel labelWeightReference; private SmartX.SmartLabel labelWeightReference;
private SmartX.SmartButton buttonTare; private SmartX.SmartButton buttonTare;

View File

@ -58,7 +58,7 @@ namespace INT69DB_2A.Forms
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean) if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
{ {
this.smartKeyboard.HanYoungKeyDisable = false;
} }
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
{ {
@ -76,7 +76,7 @@ namespace INT69DB_2A.Forms
this.labelStaticForcedZeroDelayTime.Text = "Forced Zero Delay"; this.labelStaticForcedZeroDelayTime.Text = "Forced Zero Delay";
this.buttonWeightReference.Text = "Reference"; this.buttonWeightReference.Text = "Reference";
this.smartLabel31.Text = "Judgment"; this.labelTitleResult.Text = "Judgment";
this.groupBoxConveyor.Text = "Conveyor setting"; this.groupBoxConveyor.Text = "Conveyor setting";
this.labelStaticRejectConveyorDelayTime.Text = "Reject CV Delay"; this.labelStaticRejectConveyorDelayTime.Text = "Reject CV Delay";
@ -124,7 +124,8 @@ namespace INT69DB_2A.Forms
this.labelStaticForcedZeroDelayTime.Text = "强制零延迟"; this.labelStaticForcedZeroDelayTime.Text = "强制零延迟";
this.buttonWeightReference.Text = "参考价值"; this.buttonWeightReference.Text = "参考价值";
this.smartLabel31.Text = "结果"; this.labelTitleResult.Text = "结果";
this.labelTitleWeight.Text = "重量";
this.groupBoxConveyor.Text = "输送带设置"; this.groupBoxConveyor.Text = "输送带设置";
this.labelStaticRejectConveyorDelayTime.Text = "筛选输送带 延迟"; this.labelStaticRejectConveyorDelayTime.Text = "筛选输送带 延迟";
@ -132,7 +133,7 @@ namespace INT69DB_2A.Forms
this.labelStaticFeedingDelayTime.Text = "进料输送带 延迟"; this.labelStaticFeedingDelayTime.Text = "进料输送带 延迟";
this.labelStaticFeedingRunTime.Text = "进料输送带 运行"; this.labelStaticFeedingRunTime.Text = "进料输送带 运行";
this.smartLabel33.Text = "重量"; this.labelTitleWeight.Text = "重量";
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoDown)); this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoDown));
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoUp)); 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.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingUnderUp)); 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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

View File

@ -60,6 +60,12 @@ namespace INT69DB_2A.Forms
this.groupBoxPresentTime.Text = "当前时间"; this.groupBoxPresentTime.Text = "当前时间";
this.groupBoxTimeChange.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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {

File diff suppressed because it is too large Load Diff

View File

@ -70,8 +70,74 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "用户设置"; this.labelTitle.Text = "用户设置";
this.labelStatusExpiryAccount.Text = "过期"; this.buttonResetPW.Text = "重置";
this.labelStatusExpiryPassword.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) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
{ {
@ -112,13 +178,13 @@ namespace INT69DB_2A.Forms
if (this.ParentForm.SystemConfig.IsPart11 == false) if (this.ParentForm.SystemConfig.IsPart11 == false)
{ {
// Expiry date(Account) // Expiry date(Account)
this.labelTitleExpiryDateOfAccount.Visible = false; this.labelTitleExpireAccount.Visible = false;
this.labelTitleDayAccount.Visible = false; this.labelTitleDayAccount.Visible = false;
this.labelExpiryDateOfAccount.Visible = false; this.labelExpiryDateOfAccount.Visible = false;
this.labelExpiryDateOfAccount2.Visible = false; this.labelExpiryDateOfAccount2.Visible = false;
this.labelStatusExpiryAccount.Visible = false; this.labelStatusExpiryAccount.Visible = false;
// Expiry date(Password) // Expiry date(Password)
this.labelTitleExpiryDateOfPassword.Visible = false; this.labelTitleExpiryPassword.Visible = false;
this.labelTitleDayPassword.Visible = false; this.labelTitleDayPassword.Visible = false;
this.labelExpiryDateOfPassword.Visible = false; this.labelExpiryDateOfPassword.Visible = false;
this.labelExpiryDateOfPassword2.Visible = false; this.labelExpiryDateOfPassword2.Visible = false;
@ -132,6 +198,8 @@ namespace INT69DB_2A.Forms
this.smartSeparatorLine1.Visible = false; this.smartSeparatorLine1.Visible = false;
this.smartSeparatorLine2.Visible = false; this.smartSeparatorLine2.Visible = false;
} }
this.UpdatePart11Visible();
} }
private void SetEnableID(bool value) private void SetEnableID(bool value)
@ -193,13 +261,18 @@ namespace INT69DB_2A.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "User Editor"; code = "User settings";
message1 = "Would you like to register as a user?"; message1 = "Do you want to add a new user?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "User Editor"; code = "用户设置";
message1 = "Would you like to register as a user?"; message1 = "是否要添加新用户?";
message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "新規ユㅡザㅡを追加しますか?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
@ -226,19 +299,24 @@ namespace INT69DB_2A.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "User Editor"; code = "User settings";
message1 = "Are you sure you want to edit the"; message1 = "Do you want to edit the information";
message2 = "selected user's information?"; message2 = "of the selected user?";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "User Editor"; code = "用户设置";
message1 = "Are you sure you want to edit the"; message1 = "是否要编辑所选用户的信息?";
message2 = "selected user's information?"; message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "選択したユㅡザㅡの情報を編集しますか?";
message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "User Editor"; code = "ユㅡザㅡ設定";
message1 = "Are you sure you want to edit the"; message1 = "選択したユㅡザㅡの情報を編集しますか?";
message2 = "selected user's information?"; message2 = "";
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
code = "User Editor"; code = "User Editor";
@ -290,7 +368,8 @@ namespace INT69DB_2A.Forms
if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin) if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin)
{ {
item.ActiveLevel = 9; if (this.ParentForm.SystemConfig.IsPart11 == true)
item.ActiveLevel = 9;
} }
else else
{ {
@ -351,89 +430,89 @@ namespace INT69DB_2A.Forms
switch (level) switch (level)
{ {
case DataStore.UserGroup.Level1: case DataStore.UserGroup.Level1:
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo); this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear); this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu); this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting); this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation); this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration); this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication); this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration); this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem); this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor); this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest); this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate); this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization); this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime); this.labelTitleTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup); this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment); this.labelTitleEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics); this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer); this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
break; break;
case DataStore.UserGroup.Level2: case DataStore.UserGroup.Level2:
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo); this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear); this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu); this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting); this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation); this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration); this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication); this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration); this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem); this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor); this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest); this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate); this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization); this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime); this.labelTitleTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup); this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment); this.labelTitleEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics); this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer); this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
break; break;
case DataStore.UserGroup.Level3: case DataStore.UserGroup.Level3:
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo); this.labelTitleProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear); this.labelTitleClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu); this.labelTitleSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting); this.labelTitleWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation); this.labelTitleInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration); this.labelTitleConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication); this.labelTitleCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration); this.labelTitleCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem); this.labelTitleSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor); this.labelTitleMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest); this.labelTitleIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate); this.labelTitleUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization); this.labelTitleInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
this.labelTime.ForeColor = this.ReturnColor(true); this.labelTitleTime.ForeColor = this.ReturnColor(true);
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup); this.labelTitleDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
this.labelEquipment.ForeColor = this.ReturnColor(true); this.labelTitleEquipment.ForeColor = this.ReturnColor(true);
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics); this.labelTitleStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer); this.labelTitleViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
break; break;
case DataStore.UserGroup.Developer: case DataStore.UserGroup.Developer:
case DataStore.UserGroup.Admin: case DataStore.UserGroup.Admin:
this.labelProductNo.ForeColor = Color.Black; this.labelTitleProductNo.ForeColor = Color.Black;
this.labelClear.ForeColor = Color.Black; this.labelTitleClear.ForeColor = Color.Black;
this.labelSubMenu.ForeColor = Color.Black; this.labelTitleSubMenu.ForeColor = Color.Black;
this.labelWeightSetting.ForeColor = Color.Black; this.labelTitleWeightSetting.ForeColor = Color.Black;
this.labelInformation.ForeColor = Color.Black; this.labelTitleInformation.ForeColor = Color.Black;
this.labelConfiguration.ForeColor = Color.Black; this.labelTitleConfiguration.ForeColor = Color.Black;
this.labelCommunication.ForeColor = Color.Black; this.labelTitleCommunication.ForeColor = Color.Black;
this.labelCalibration.ForeColor = Color.Black; this.labelTitleCalibration.ForeColor = Color.Black;
this.labelSystem.ForeColor = Color.Black; this.labelTitleSystem.ForeColor = Color.Black;
this.labelMotor.ForeColor = Color.Black; this.labelTitleMotor.ForeColor = Color.Black;
this.labelIOTest.ForeColor = Color.Black; this.labelTitleIOTest.ForeColor = Color.Black;
this.labelUpdate.ForeColor = Color.Black; this.labelTitleUpdate.ForeColor = Color.Black;
this.labelInitialization.ForeColor = Color.Black; this.labelTitleInitialization.ForeColor = Color.Black;
this.labelTime.ForeColor = Color.Black; this.labelTitleTime.ForeColor = Color.Black;
this.labelDataBackup.ForeColor = Color.Black; this.labelTitleDataBackup.ForeColor = Color.Black;
this.labelEquipment.ForeColor = Color.Black; this.labelTitleEquipment.ForeColor = Color.Black;
this.labelStatistics.ForeColor = Color.Black; this.labelTitleStatistics.ForeColor = Color.Black;
this.labelViewer.ForeColor = Color.Black; this.labelTitleViewer.ForeColor = Color.Black;
break; break;
default: default:
break; break;
@ -471,6 +550,20 @@ namespace INT69DB_2A.Forms
this.comboBoxAccessRight.Items.Add(this.ParentForm.SystemConfig.User_Level3_Name); 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) private void UpdateInitializeUserDisplay(SystemConfigurationItem system)
{ {
this.SelectedUserItem = new UserItem(); this.SelectedUserItem = new UserItem();
@ -698,25 +791,25 @@ namespace INT69DB_2A.Forms
break; break;
} }
this.labelProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo); this.labelTitleProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
this.labelWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting); this.labelTitleWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
this.labelClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear); this.labelTitleClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
this.labelSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu); this.labelTitleSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
this.labelInformation.ForeColor = this.ReturnColor(item.IsMenuInformation); this.labelTitleInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
this.labelConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration); this.labelTitleConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
this.labelCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication); this.labelTitleCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
this.labelCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration); this.labelTitleCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
this.labelSystem.ForeColor = this.ReturnColor(item.IsMenuSystem); this.labelTitleSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
this.labelMotor.ForeColor = this.ReturnColor(item.IsMenuMotor); this.labelTitleMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
this.labelIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest); this.labelTitleIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
this.labelUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate); this.labelTitleUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
this.labelInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization); this.labelTitleInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
this.labelTime.ForeColor = this.ReturnColor(item.IsMenuTime); this.labelTitleTime.ForeColor = this.ReturnColor(item.IsMenuTime);
this.labelDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup); this.labelTitleDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
this.labelEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment); this.labelTitleEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
this.labelStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics); this.labelTitleStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
this.labelViewer.ForeColor = this.ReturnColor(item.IsMenuViewer); this.labelTitleViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
} }
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user) public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
@ -749,6 +842,11 @@ namespace INT69DB_2A.Forms
message1 = "用户添加完成!"; message1 = "用户添加完成!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡ追加完了!!";
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "uživatelské nastavení"; code = "uživatelské nastavení";
message1 = "Přidání uživatele dokončeno!"; message1 = "Přidání uživatele dokončeno!";
@ -813,6 +911,11 @@ namespace INT69DB_2A.Forms
message1 = "用户信息修改!"; message1 = "用户信息修改!";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡ情報修正完了!";
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "uživatelské nastavení"; code = "uživatelské nastavení";
message1 = "Informace o uživateli upraveny!"; message1 = "Informace o uživateli upraveny!";
@ -879,6 +982,11 @@ namespace INT69DB_2A.Forms
message1 = string.Format("{0} 用户删除完成!", user.user_id); message1 = string.Format("{0} 用户删除完成!", user.user_id);
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = string.Format("{0} ユㅡザㅡ削除完了!", user.user_id);
message2 = "";
break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
code = "uživatelské nastavení"; code = "uživatelské nastavení";
message1 = string.Format("{0} Smazání uživatele dokončeno!", user.user_id); message1 = string.Format("{0} Smazání uživatele dokončeno!", user.user_id);
@ -1032,7 +1140,7 @@ namespace INT69DB_2A.Forms
private void labelID_Click(object sender, EventArgs e) private void labelID_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "";
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelID.Text); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelID.Text, this.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {
@ -1050,7 +1158,7 @@ namespace INT69DB_2A.Forms
private void labelPassword_Click(object sender, EventArgs e) private void labelPassword_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "";
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.SelectedUserItem.Password); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.SelectedUserItem.Password, this.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {
@ -1155,13 +1263,18 @@ namespace INT69DB_2A.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "유저설정"; code = "User settings";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "Do you want to unlock the user?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "유저설정"; code = "用户设置";
message1 = "사용자 잠금 해제 하시겠습니까?"; message1 = "是否要解锁用户?";
message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "ユㅡザㅡのロックを解除しますか?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
@ -1194,13 +1307,18 @@ namespace INT69DB_2A.Forms
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
code = "유저설정"; code = "User settings";
message1 = "비밀번호 잠금 해제 하시겠습니까?"; message1 = "Do you want to unlock the password?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
code = "유저설정"; code = "用户设置";
message1 = "비밀번호 잠금 해제 하시겠습니까?"; message1 = "是否要解锁密码?";
message2 = "";
break;
case DataStore.LanguageID.Japanese:
code = "ユㅡザㅡ設定";
message1 = "パスワㅡドのロックを解除しますか?";
message2 = ""; message2 = "";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:

View File

@ -134,12 +134,12 @@
this.labelTitleDataBackup = new SmartX.SmartLabel(); this.labelTitleDataBackup = new SmartX.SmartLabel();
this.labelTitleInformation = new SmartX.SmartLabel(); this.labelTitleInformation = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel(); this.labelTitleTime = new SmartX.SmartLabel();
this.smartLabel7 = new SmartX.SmartLabel(); this.labelTitleMenu = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel(); this.labelTitleSubMenu = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel(); this.labelTitleClear = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel(); this.labelTitleWeightSetting = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel(); this.labelTitleProductNo = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.labelTitleMain = new SmartX.SmartLabel();
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox(); this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
this.smartLabel27 = new SmartX.SmartLabel(); this.smartLabel27 = new SmartX.SmartLabel();
this.smartLabel25 = new SmartX.SmartLabel(); this.smartLabel25 = new SmartX.SmartLabel();
@ -179,7 +179,7 @@
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(69, 11); this.labelTitle.Location = new System.Drawing.Point(69, 11);
this.labelTitle.Name = "labelTitle"; 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.TabIndex = 425;
this.labelTitle.Text = "그룹 에디터"; this.labelTitle.Text = "그룹 에디터";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -353,12 +353,12 @@
this.smartGroupBox1.Controls.Add(this.labelTitleDataBackup); this.smartGroupBox1.Controls.Add(this.labelTitleDataBackup);
this.smartGroupBox1.Controls.Add(this.labelTitleInformation); this.smartGroupBox1.Controls.Add(this.labelTitleInformation);
this.smartGroupBox1.Controls.Add(this.labelTitleTime); this.smartGroupBox1.Controls.Add(this.labelTitleTime);
this.smartGroupBox1.Controls.Add(this.smartLabel7); this.smartGroupBox1.Controls.Add(this.labelTitleMenu);
this.smartGroupBox1.Controls.Add(this.smartLabel6); this.smartGroupBox1.Controls.Add(this.labelTitleSubMenu);
this.smartGroupBox1.Controls.Add(this.smartLabel5); this.smartGroupBox1.Controls.Add(this.labelTitleClear);
this.smartGroupBox1.Controls.Add(this.smartLabel3); this.smartGroupBox1.Controls.Add(this.labelTitleWeightSetting);
this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.labelTitleProductNo);
this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.labelTitleMain);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameLineThickness = 1;
@ -469,6 +469,7 @@
this.labelTitleViewer.BackPictureBox2 = null; this.labelTitleViewer.BackPictureBox2 = null;
this.labelTitleViewer.BorderColor = System.Drawing.Color.Black; this.labelTitleViewer.BorderColor = System.Drawing.Color.Black;
this.labelTitleViewer.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleViewer.InitVisible = true; this.labelTitleViewer.InitVisible = true;
this.labelTitleViewer.LineSpacing = 0F; this.labelTitleViewer.LineSpacing = 0F;
@ -589,6 +590,7 @@
this.labelTitleCommunication.BackPictureBox2 = null; this.labelTitleCommunication.BackPictureBox2 = null;
this.labelTitleCommunication.BorderColor = System.Drawing.Color.Black; this.labelTitleCommunication.BorderColor = System.Drawing.Color.Black;
this.labelTitleCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleCommunication.InitVisible = true; this.labelTitleCommunication.InitVisible = true;
this.labelTitleCommunication.LineSpacing = 0F; this.labelTitleCommunication.LineSpacing = 0F;
@ -785,6 +787,7 @@
this.labelTitleStatistics.BackPictureBox2 = null; this.labelTitleStatistics.BackPictureBox2 = null;
this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black; this.labelTitleStatistics.BorderColor = System.Drawing.Color.Black;
this.labelTitleStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleStatistics.InitVisible = true; this.labelTitleStatistics.InitVisible = true;
this.labelTitleStatistics.LineSpacing = 0F; this.labelTitleStatistics.LineSpacing = 0F;
@ -2246,6 +2249,7 @@
this.labelTitleEquipment.BackPictureBox2 = null; this.labelTitleEquipment.BackPictureBox2 = null;
this.labelTitleEquipment.BorderColor = System.Drawing.Color.Black; this.labelTitleEquipment.BorderColor = System.Drawing.Color.Black;
this.labelTitleEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleEquipment.InitVisible = true; this.labelTitleEquipment.InitVisible = true;
this.labelTitleEquipment.LineSpacing = 0F; this.labelTitleEquipment.LineSpacing = 0F;
@ -2266,6 +2270,7 @@
this.labelTitleUser.BackPictureBox2 = null; this.labelTitleUser.BackPictureBox2 = null;
this.labelTitleUser.BorderColor = System.Drawing.Color.Black; this.labelTitleUser.BorderColor = System.Drawing.Color.Black;
this.labelTitleUser.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleUser.InitVisible = true; this.labelTitleUser.InitVisible = true;
this.labelTitleUser.LineSpacing = 0F; this.labelTitleUser.LineSpacing = 0F;
@ -2287,6 +2292,7 @@
this.labelTitleInitialization.BackPictureBox2 = null; this.labelTitleInitialization.BackPictureBox2 = null;
this.labelTitleInitialization.BorderColor = System.Drawing.Color.Black; this.labelTitleInitialization.BorderColor = System.Drawing.Color.Black;
this.labelTitleInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleInitialization.InitVisible = true; this.labelTitleInitialization.InitVisible = true;
this.labelTitleInitialization.LineSpacing = 0F; this.labelTitleInitialization.LineSpacing = 0F;
@ -2307,6 +2313,7 @@
this.labelTitleUpdate.BackPictureBox2 = null; this.labelTitleUpdate.BackPictureBox2 = null;
this.labelTitleUpdate.BorderColor = System.Drawing.Color.Black; this.labelTitleUpdate.BorderColor = System.Drawing.Color.Black;
this.labelTitleUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleUpdate.InitVisible = true; this.labelTitleUpdate.InitVisible = true;
this.labelTitleUpdate.LineSpacing = 0F; this.labelTitleUpdate.LineSpacing = 0F;
@ -2327,6 +2334,7 @@
this.labelTitleIOTest.BackPictureBox2 = null; this.labelTitleIOTest.BackPictureBox2 = null;
this.labelTitleIOTest.BorderColor = System.Drawing.Color.Black; this.labelTitleIOTest.BorderColor = System.Drawing.Color.Black;
this.labelTitleIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleIOTest.InitVisible = true; this.labelTitleIOTest.InitVisible = true;
this.labelTitleIOTest.LineSpacing = 0F; this.labelTitleIOTest.LineSpacing = 0F;
@ -2347,6 +2355,7 @@
this.labelTitleMotor.BackPictureBox2 = null; this.labelTitleMotor.BackPictureBox2 = null;
this.labelTitleMotor.BorderColor = System.Drawing.Color.Black; this.labelTitleMotor.BorderColor = System.Drawing.Color.Black;
this.labelTitleMotor.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleMotor.InitVisible = true; this.labelTitleMotor.InitVisible = true;
this.labelTitleMotor.LineSpacing = 0F; this.labelTitleMotor.LineSpacing = 0F;
@ -2367,6 +2376,7 @@
this.labelTitleSystem.BackPictureBox2 = null; this.labelTitleSystem.BackPictureBox2 = null;
this.labelTitleSystem.BorderColor = System.Drawing.Color.Black; this.labelTitleSystem.BorderColor = System.Drawing.Color.Black;
this.labelTitleSystem.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleSystem.InitVisible = true; this.labelTitleSystem.InitVisible = true;
this.labelTitleSystem.LineSpacing = 0F; this.labelTitleSystem.LineSpacing = 0F;
@ -2387,6 +2397,7 @@
this.labelTitleCalibration.BackPictureBox2 = null; this.labelTitleCalibration.BackPictureBox2 = null;
this.labelTitleCalibration.BorderColor = System.Drawing.Color.Black; this.labelTitleCalibration.BorderColor = System.Drawing.Color.Black;
this.labelTitleCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleCalibration.InitVisible = true; this.labelTitleCalibration.InitVisible = true;
this.labelTitleCalibration.LineSpacing = 0F; this.labelTitleCalibration.LineSpacing = 0F;
@ -2407,6 +2418,7 @@
this.labelTitleConfiguration.BackPictureBox2 = null; this.labelTitleConfiguration.BackPictureBox2 = null;
this.labelTitleConfiguration.BorderColor = System.Drawing.Color.Black; this.labelTitleConfiguration.BorderColor = System.Drawing.Color.Black;
this.labelTitleConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleConfiguration.InitVisible = true; this.labelTitleConfiguration.InitVisible = true;
this.labelTitleConfiguration.LineSpacing = 0F; this.labelTitleConfiguration.LineSpacing = 0F;
@ -2427,6 +2439,7 @@
this.labelTitleDataBackup.BackPictureBox2 = null; this.labelTitleDataBackup.BackPictureBox2 = null;
this.labelTitleDataBackup.BorderColor = System.Drawing.Color.Black; this.labelTitleDataBackup.BorderColor = System.Drawing.Color.Black;
this.labelTitleDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleDataBackup.InitVisible = true; this.labelTitleDataBackup.InitVisible = true;
this.labelTitleDataBackup.LineSpacing = 0F; this.labelTitleDataBackup.LineSpacing = 0F;
@ -2447,6 +2460,7 @@
this.labelTitleInformation.BackPictureBox2 = null; this.labelTitleInformation.BackPictureBox2 = null;
this.labelTitleInformation.BorderColor = System.Drawing.Color.Black; this.labelTitleInformation.BorderColor = System.Drawing.Color.Black;
this.labelTitleInformation.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleInformation.InitVisible = true; this.labelTitleInformation.InitVisible = true;
this.labelTitleInformation.LineSpacing = 0F; this.labelTitleInformation.LineSpacing = 0F;
@ -2467,6 +2481,7 @@
this.labelTitleTime.BackPictureBox2 = null; this.labelTitleTime.BackPictureBox2 = null;
this.labelTitleTime.BorderColor = System.Drawing.Color.Black; this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleTime.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleTime.InitVisible = true; this.labelTitleTime.InitVisible = true;
this.labelTitleTime.LineSpacing = 0F; this.labelTitleTime.LineSpacing = 0F;
@ -2479,127 +2494,131 @@
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTime.Wordwrap = false; this.labelTitleTime.Wordwrap = false;
// //
// smartLabel7 // labelTitleMenu
// //
this.smartLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41))))); this.labelTitleMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.smartLabel7.BackPictureBox = null; this.labelTitleMenu.BackPictureBox = null;
this.smartLabel7.BackPictureBox1 = null; this.labelTitleMenu.BackPictureBox1 = null;
this.smartLabel7.BackPictureBox2 = null; this.labelTitleMenu.BackPictureBox2 = null;
this.smartLabel7.BorderColor = System.Drawing.Color.Black; this.labelTitleMenu.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel7.ForeColor = System.Drawing.Color.White; this.labelTitleMenu.ForeColor = System.Drawing.Color.White;
this.smartLabel7.InitVisible = true; this.labelTitleMenu.InitVisible = true;
this.smartLabel7.LineSpacing = 0F; this.labelTitleMenu.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(15, 172); this.labelTitleMenu.Location = new System.Drawing.Point(15, 172);
this.smartLabel7.Name = "smartLabel7"; this.labelTitleMenu.Name = "labelTitleMenu";
this.smartLabel7.Size = new System.Drawing.Size(768, 30); this.labelTitleMenu.Size = new System.Drawing.Size(768, 30);
this.smartLabel7.TabIndex = 740; this.labelTitleMenu.TabIndex = 740;
this.smartLabel7.Text = "Menu"; this.labelTitleMenu.Text = "Menu";
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false; this.labelTitleMenu.Wordwrap = false;
// //
// smartLabel6 // labelTitleSubMenu
// //
this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.labelTitleSubMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel6.BackPictureBox = null; this.labelTitleSubMenu.BackPictureBox = null;
this.smartLabel6.BackPictureBox1 = null; this.labelTitleSubMenu.BackPictureBox1 = null;
this.smartLabel6.BackPictureBox2 = null; this.labelTitleSubMenu.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.labelTitleSubMenu.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.ForeColor = System.Drawing.Color.Black; this.labelTitleSubMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel6.InitVisible = true; this.labelTitleSubMenu.ForeColor = System.Drawing.Color.Black;
this.smartLabel6.LineSpacing = 0F; this.labelTitleSubMenu.InitVisible = true;
this.smartLabel6.Location = new System.Drawing.Point(25, 146); this.labelTitleSubMenu.LineSpacing = 0F;
this.smartLabel6.Name = "smartLabel6"; this.labelTitleSubMenu.Location = new System.Drawing.Point(25, 146);
this.smartLabel6.Size = new System.Drawing.Size(200, 20); this.labelTitleSubMenu.Name = "labelTitleSubMenu";
this.smartLabel6.TabIndex = 739; this.labelTitleSubMenu.Size = new System.Drawing.Size(200, 20);
this.smartLabel6.Text = "SubMenu"; this.labelTitleSubMenu.TabIndex = 739;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleSubMenu.Text = "SubMenu";
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel6.Wordwrap = false; 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.labelTitleClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel5.BackPictureBox = null; this.labelTitleClear.BackPictureBox = null;
this.smartLabel5.BackPictureBox1 = null; this.labelTitleClear.BackPictureBox1 = null;
this.smartLabel5.BackPictureBox2 = null; this.labelTitleClear.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.labelTitleClear.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.ForeColor = System.Drawing.Color.Black; this.labelTitleClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel5.InitVisible = true; this.labelTitleClear.ForeColor = System.Drawing.Color.Black;
this.smartLabel5.LineSpacing = 0F; this.labelTitleClear.InitVisible = true;
this.smartLabel5.Location = new System.Drawing.Point(25, 123); this.labelTitleClear.LineSpacing = 0F;
this.smartLabel5.Name = "smartLabel5"; this.labelTitleClear.Location = new System.Drawing.Point(25, 123);
this.smartLabel5.Size = new System.Drawing.Size(200, 20); this.labelTitleClear.Name = "labelTitleClear";
this.smartLabel5.TabIndex = 738; this.labelTitleClear.Size = new System.Drawing.Size(200, 20);
this.smartLabel5.Text = "Clear"; this.labelTitleClear.TabIndex = 738;
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleClear.Text = "Clear";
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleClear.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel5.Wordwrap = false; 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.labelTitleWeightSetting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel3.BackPictureBox = null; this.labelTitleWeightSetting.BackPictureBox = null;
this.smartLabel3.BackPictureBox1 = null; this.labelTitleWeightSetting.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = null; this.labelTitleWeightSetting.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.labelTitleWeightSetting.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.ForeColor = System.Drawing.Color.Black; this.labelTitleWeightSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel3.InitVisible = true; this.labelTitleWeightSetting.ForeColor = System.Drawing.Color.Black;
this.smartLabel3.LineSpacing = 0F; this.labelTitleWeightSetting.InitVisible = true;
this.smartLabel3.Location = new System.Drawing.Point(25, 100); this.labelTitleWeightSetting.LineSpacing = 0F;
this.smartLabel3.Name = "smartLabel3"; this.labelTitleWeightSetting.Location = new System.Drawing.Point(25, 100);
this.smartLabel3.Size = new System.Drawing.Size(200, 20); this.labelTitleWeightSetting.Name = "labelTitleWeightSetting";
this.smartLabel3.TabIndex = 737; this.labelTitleWeightSetting.Size = new System.Drawing.Size(200, 20);
this.smartLabel3.Text = "WeightSetting"; this.labelTitleWeightSetting.TabIndex = 737;
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleWeightSetting.Text = "WeightSetting";
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleWeightSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel3.Wordwrap = false; 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.labelTitleProductNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
this.smartLabel2.BackPictureBox = null; this.labelTitleProductNo.BackPictureBox = null;
this.smartLabel2.BackPictureBox1 = null; this.labelTitleProductNo.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = null; this.labelTitleProductNo.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.labelTitleProductNo.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.ForeColor = System.Drawing.Color.Black; this.labelTitleProductNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel2.InitVisible = true; this.labelTitleProductNo.ForeColor = System.Drawing.Color.Black;
this.smartLabel2.LineSpacing = 0F; this.labelTitleProductNo.InitVisible = true;
this.smartLabel2.Location = new System.Drawing.Point(25, 77); this.labelTitleProductNo.LineSpacing = 0F;
this.smartLabel2.Name = "smartLabel2"; this.labelTitleProductNo.Location = new System.Drawing.Point(25, 77);
this.smartLabel2.Size = new System.Drawing.Size(200, 20); this.labelTitleProductNo.Name = "labelTitleProductNo";
this.smartLabel2.TabIndex = 736; this.labelTitleProductNo.Size = new System.Drawing.Size(200, 20);
this.smartLabel2.Text = "ProductNo"; this.labelTitleProductNo.TabIndex = 736;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleProductNo.Text = "ProductNo";
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.Wordwrap = false; 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.labelTitleMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
this.smartLabel1.BackPictureBox = null; this.labelTitleMain.BackPictureBox = null;
this.smartLabel1.BackPictureBox1 = null; this.labelTitleMain.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = null; this.labelTitleMain.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Wheat; this.labelTitleMain.BorderColor = System.Drawing.Color.Wheat;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.White; this.labelTitleMain.ForeColor = System.Drawing.Color.White;
this.smartLabel1.InitVisible = true; this.labelTitleMain.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.labelTitleMain.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(15, 41); this.labelTitleMain.Location = new System.Drawing.Point(15, 41);
this.smartLabel1.Name = "smartLabel1"; this.labelTitleMain.Name = "labelTitleMain";
this.smartLabel1.Size = new System.Drawing.Size(768, 30); this.labelTitleMain.Size = new System.Drawing.Size(768, 30);
this.smartLabel1.TabIndex = 735; this.labelTitleMain.TabIndex = 735;
this.smartLabel1.Text = "Main"; this.labelTitleMain.Text = "Main";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleMain.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false; this.labelTitleMain.Wordwrap = false;
// //
// pictureBoxFormIcon // pictureBoxFormIcon
// //
@ -2855,12 +2874,12 @@
private SmartX.SmartLabel labelTitleDataBackup; private SmartX.SmartLabel labelTitleDataBackup;
private SmartX.SmartLabel labelTitleInformation; private SmartX.SmartLabel labelTitleInformation;
private SmartX.SmartLabel labelTitleTime; private SmartX.SmartLabel labelTitleTime;
private SmartX.SmartLabel smartLabel7; private SmartX.SmartLabel labelTitleMenu;
private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel labelTitleSubMenu;
private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel labelTitleClear;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelTitleWeightSetting;
private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel labelTitleProductNo;
private SmartX.SmartLabel smartLabel1; private SmartX.SmartLabel labelTitleMain;
private SmartX.SmartLabel labelTitleNotLogin2; private SmartX.SmartLabel labelTitleNotLogin2;
private SmartX.SmartLabel smartLabel17; private SmartX.SmartLabel smartLabel17;
private SmartX.SmartLabel smartLabel22; private SmartX.SmartLabel smartLabel22;

View File

@ -59,6 +59,59 @@ namespace INT69DB_2A.Forms
{ {
this.labelTitle.Text = "Group Editor"; 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 else
{ {
this.labelTitle.Text = "그룹 에디터"; this.labelTitle.Text = "그룹 에디터";
@ -620,7 +673,7 @@ namespace INT69DB_2A.Forms
before = this.labelLevel1Name.Text; before = this.labelLevel1Name.Text;
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel1Name.Text); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel1Name.Text, this.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {
@ -641,7 +694,7 @@ namespace INT69DB_2A.Forms
before = this.labelLevel2Name.Text; before = this.labelLevel2Name.Text;
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel2Name.Text); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel2Name.Text, this.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {
@ -662,7 +715,7 @@ namespace INT69DB_2A.Forms
before = this.labelLevel3Name.Text; before = this.labelLevel3Name.Text;
DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel3Name.Text); DialogFormUserEditorKeyboard keyboard = new DialogFormUserEditorKeyboard(this.labelLevel3Name.Text, this.ParentForm.SystemConfig.Language);
if (keyboard.ShowDialog() == DialogResult.OK) if (keyboard.ShowDialog() == DialogResult.OK)
{ {

View File

@ -5,9 +5,9 @@
H/W : IEC1000-104 H/W : IEC1000-104
O/S : WinCE 6.0 O/S : WinCE 6.0
Framework : 20160203 SmartX Framework V2.7(update: 2016.01.25) Framework : V1.0.0 - SmartX Framework V2.7(update: 2016.01.25)
20190408 SmartX Framework V3.1.1(update: 2019.03.21) V2.0.0 - SmartX Framework V3.1.1(update: 2019.03.21)
20241121 SmartX Framework V3.2.4(update: 2021.01.20) V6.0.0 - SmartX Framework V3.2.4(update: 2021.01.20)
Program by LeeSeonJae Program by LeeSeonJae
@ -15,6 +15,62 @@
멀티형 2~6열 스틱 계량기 멀티형 2~6열 스틱 계량기
*/ */
@ Ver 6.6.1 by LSJ
- 2026.01.16
- Ver 6.6.0 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- 스틱2 모드 데이터 저장 버그 수정 (15인치 프로그램은 수정되어 있음)
판정 시 중량과 데이터 백업 시(엑셀) 중량 저장되는 값이 다르게 저장됨
timeout 시간에 따른 지연으로 정지 중량 데이터 수신되면서, 중량 값이 다른값으로 변경되는 문제있음
운전 중, 정지중량 데이터 수신시 중량값은 갱신 안되도록 수정
timeout 시간 : 판정지연 -100
- 스틱2모드에서 데이터 백업 저장시
[장비설정] - [통합전송] 기능 ON 으로 자동 저장 되도록 수정 (스틱2모드에서 데이터 저장하려면 무조건 ON 되어야함)
통합전송 초기값 ON 으로 수정
@ Ver 6.6.0 by CJY
- 2025.09.29
- Ver 6.5.0 Modify
- 입력센서 연속입력 시 정지 기능 추가
@ Ver 6.5.0 by LSJ
- 2025.09.23
- Ver 6.4.0 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- MainBoard Ver 10.3.1
- 일본 산코 전시회 요청
1. 메인화면 서브메뉴 - CUT 히든 메뉴 추가
기본 CUT 신호, timer로 CUT 신호 기능
2. 소수점 3자리 추가
@ Ver 6.4.0 by CJY
- 2025.08.27
- Ver 6.3.1 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- 일본어 추가
@ Ver 6.3.1 by LSJ
- 2025.04.02
- Ver 6.3.0 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- FormDataStatistics.cs
FormDataViewer.cs
메시지 버그 수정
DataRead() : Message 13->19
@ Ver 6.3.0 by CJY
- 2025.02.07
- Ver 6.2.0 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- 프로토콜 OPT5 추가
- (버그수정) 보레이트 설정 시 SelectedIndex로 변경
@ Ver 6.2.0 by CJY
- 2025.01.08
- Ver 6.1.1 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- 모터설정 180+180 회전 추가
@ Ver 6.1.1 by LSJ @ Ver 6.1.1 by LSJ
- 2025.01.02 - 2025.01.02
- Ver 6.1.0 Modify - Ver 6.1.0 Modify
@ -59,6 +115,31 @@
header.EquipmentType = 103; header.EquipmentType = 103;
- 이미지 96dpi, 포토샵 이미지 확인 - 이미지 96dpi, 포토샵 이미지 확인
@ Ver 5.3.0 by LSJ
- 2025.02.07
- Ver 5.2.2 Modify
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
- 영테크팩 요청사항 추가
V6.3.0 - OPT5 추가
- 메시지 박스 사이즈 변경
영문 4-13 메시지 짤리는 문제로 사이즈 늘림
@ Ver 5.2.2 by LSJ
- 2024.12.05
- Ver 5.2.0 Modify
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
- 버그수정
환경설정-소수점 변경시 저장안되는 버그 수정
- Part11 관련 수정
OtherBackup() 시 헤더파일에 파라미터 누락
header.EquipmentType = 103;
- XY 그래프 화면 데이터 갯수 수정
draw.SetChartCfg(103, 310, 627, 290, 2, SmartX.SmartDraw.CHARTREFRESH.LEFTSCROLL, 1);
-> draw.SetChartCfg(103, 310, 627, 290, 16, SmartX.SmartDraw.CHARTREFRESH.LEFTSCROLL, 1);
627/2 = 313
627/16 = 39
>>>>>>> 5d6775a ( - ?곹뀒?ы뙥 ?붿껌?ы빆 異붽?)
@ Ver 5.2.1 by CJY @ Ver 5.2.1 by CJY
- 2024.08.21 - 2024.08.21
- Ver 5.2.0 Modify - Ver 5.2.0 Modify

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