- Feedback 기능 추가
BIN
INT89DB_26.suo
|
|
@ -83,23 +83,23 @@ namespace INT89DB_26.Controls
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "No.";
|
||||
this.labelStaticLineSelect.Text = "Line\nSelect";
|
||||
this.labelStaticWeight.Text = "Weight";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "编号";
|
||||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -122,22 +122,22 @@ namespace INT89DB_26.Controls
|
|||
|
||||
public void CalibrationBalance()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동 계산중 입니다");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Caculating...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -157,22 +157,22 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationStart()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 시작합니다.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration start.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -194,19 +194,19 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationCancel()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Cancel the Calibration");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
}
|
||||
|
|
@ -271,19 +271,19 @@ namespace INT89DB_26.Controls
|
|||
labelWeight.ForeColor = this.NormalColor;
|
||||
labelADC.Text = weightData.ADCValue;
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동을 올려주세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Put the balance.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
}
|
||||
|
|
@ -310,19 +310,19 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정이 완료 되었습니다.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Finished.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
}
|
||||
|
|
@ -342,21 +342,21 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정 에러");
|
||||
this.ParentForm.listBoxHelp.Items.Add("다시 시도해 주세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration error.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Please try again.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zkuste znovu.");
|
||||
|
|
@ -388,24 +388,24 @@ namespace INT89DB_26.Controls
|
|||
return;
|
||||
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정");
|
||||
this.ParentForm.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.ParentForm.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration");
|
||||
this.ParentForm.listBoxHelp.Items.Add("After selecting line, ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Po výběru řádku, ");
|
||||
|
|
|
|||
|
|
@ -88,23 +88,23 @@ namespace INT89DB_26.Controls
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "No.";
|
||||
this.labelStaticLineSelect.Text = "Line\nSelect";
|
||||
this.labelStaticWeight.Text = "Weight";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "编号";
|
||||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -127,22 +127,22 @@ namespace INT89DB_26.Controls
|
|||
|
||||
public void CalibrationBalance()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동 계산중 입니다");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Caculating...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -162,22 +162,22 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationStart()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 시작합니다.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration start.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -199,19 +199,19 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationCancel()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Cancel the Calibration");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
}
|
||||
|
|
@ -281,19 +281,19 @@ namespace INT89DB_26.Controls
|
|||
labelWeight.ForeColor = this.NormalColor;
|
||||
labelADC.Text = weightData.ADCValue;
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동을 올려주세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Put the balance.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
}
|
||||
|
|
@ -320,19 +320,19 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정이 완료 되었습니다.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Finished.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
}
|
||||
|
|
@ -352,21 +352,21 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정 에러");
|
||||
this.ParentForm.listBoxHelp.Items.Add("다시 시도해 주세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration error.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Please try again.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zkuste znovu.");
|
||||
|
|
@ -398,24 +398,24 @@ namespace INT89DB_26.Controls
|
|||
return;
|
||||
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정");
|
||||
this.ParentForm.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.ParentForm.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration");
|
||||
this.ParentForm.listBoxHelp.Items.Add("After selecting line, ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Po výběru řádku, ");
|
||||
|
|
|
|||
|
|
@ -92,23 +92,23 @@ namespace INT89DB_26.Controls
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "No.";
|
||||
this.labelStaticLineSelect.Text = "Line\nSelect";
|
||||
this.labelStaticWeight.Text = "Weight";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "编号";
|
||||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -131,22 +131,22 @@ namespace INT89DB_26.Controls
|
|||
|
||||
public void CalibrationBalance()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동 계산중 입니다");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Caculating...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -166,22 +166,22 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationStart()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 시작합니다.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration start.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -203,19 +203,19 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationCancel()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Cancel the Calibration");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
}
|
||||
|
|
@ -289,19 +289,19 @@ namespace INT89DB_26.Controls
|
|||
labelWeight.ForeColor = this.NormalColor;
|
||||
labelADC.Text = weightData.ADCValue;
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동을 올려주세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Put the balance.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
}
|
||||
|
|
@ -328,19 +328,19 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정이 완료 되었습니다.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Finished.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
}
|
||||
|
|
@ -360,21 +360,21 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정 에러");
|
||||
this.ParentForm.listBoxHelp.Items.Add("다시 시도해 주세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration error.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Please try again.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zkuste znovu.");
|
||||
|
|
@ -406,24 +406,24 @@ namespace INT89DB_26.Controls
|
|||
return;
|
||||
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정");
|
||||
this.ParentForm.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.ParentForm.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration");
|
||||
this.ParentForm.listBoxHelp.Items.Add("After selecting line, ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Po výběru řádku, ");
|
||||
|
|
|
|||
|
|
@ -96,23 +96,23 @@ namespace INT89DB_26.Controls
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "No.";
|
||||
this.labelStaticLineSelect.Text = "Line\nSelect";
|
||||
this.labelStaticWeight.Text = "Weight";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "编号";
|
||||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -135,22 +135,22 @@ namespace INT89DB_26.Controls
|
|||
|
||||
public void CalibrationBalance()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동 계산중 입니다");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Caculating...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -170,22 +170,22 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationStart()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 시작합니다.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration start.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -207,19 +207,19 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationCancel()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Cancel the Calibration");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
}
|
||||
|
|
@ -297,19 +297,19 @@ namespace INT89DB_26.Controls
|
|||
labelWeight.ForeColor = this.NormalColor;
|
||||
labelADC.Text = weightData.ADCValue;
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동을 올려주세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Put the balance.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
}
|
||||
|
|
@ -335,19 +335,19 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정이 완료 되었습니다.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Finished.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
}
|
||||
|
|
@ -367,21 +367,21 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정 에러");
|
||||
this.ParentForm.listBoxHelp.Items.Add("다시 시도해 주세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration error.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Please try again.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zkuste znovu.");
|
||||
|
|
@ -413,24 +413,24 @@ namespace INT89DB_26.Controls
|
|||
return;
|
||||
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정");
|
||||
this.ParentForm.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.ParentForm.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration");
|
||||
this.ParentForm.listBoxHelp.Items.Add("After selecting line, ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Po výběru řádku, ");
|
||||
|
|
|
|||
|
|
@ -100,23 +100,23 @@ namespace INT89DB_26.Controls
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "No.";
|
||||
this.labelStaticLineSelect.Text = "Line\nSelect";
|
||||
this.labelStaticWeight.Text = "Weight";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticLineNumber.Text = "编号";
|
||||
this.labelStaticLineSelect.Text = "选择路线";
|
||||
this.labelStaticWeight.Text = "重量";
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -139,22 +139,22 @@ namespace INT89DB_26.Controls
|
|||
|
||||
public void CalibrationBalance()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동 계산중 입니다");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Caculating...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("výpočet...");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -174,22 +174,22 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationStart()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 시작합니다.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("잠시만 기다리세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration start.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Wait a minute.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("START kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Vyčkejte.");
|
||||
|
|
@ -211,19 +211,19 @@ namespace INT89DB_26.Controls
|
|||
}
|
||||
public void CalibrationCancel()
|
||||
{
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정을 취소합니다");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Cancel the Calibration");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("取消校准");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zrušení Kalibrace");
|
||||
}
|
||||
|
|
@ -305,19 +305,19 @@ namespace INT89DB_26.Controls
|
|||
labelWeight.ForeColor = this.NormalColor;
|
||||
labelADC.Text = weightData.ADCValue;
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("분동을 올려주세요.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Put the balance.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("放平衡重");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Položit vyvážení hmotnosti.");
|
||||
}
|
||||
|
|
@ -344,19 +344,19 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정이 완료 되었습니다.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Finished.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("完");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Ukončený.");
|
||||
}
|
||||
|
|
@ -376,21 +376,21 @@ namespace INT89DB_26.Controls
|
|||
if (rbChecked == true)
|
||||
{
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정 에러");
|
||||
this.ParentForm.listBoxHelp.Items.Add("다시 시도해 주세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration error.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Please try again.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("错误发生,重试");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace chyba.");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Zkuste znovu.");
|
||||
|
|
@ -422,24 +422,24 @@ namespace INT89DB_26.Controls
|
|||
return;
|
||||
|
||||
this.ParentForm.ClearListBox();
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("중량조정");
|
||||
this.ParentForm.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.ParentForm.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Calibration");
|
||||
this.ParentForm.listBoxHelp.Items.Add("After selecting line, ");
|
||||
this.ParentForm.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
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.E_LanguageID.Czech)
|
||||
{
|
||||
this.ParentForm.listBoxHelp.Items.Add("Kalibrace");
|
||||
this.ParentForm.listBoxHelp.Items.Add("Po výběru řádku, ");
|
||||
|
|
|
|||
|
|
@ -0,0 +1,680 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
using SmartX;
|
||||
using INT89DB_26.Forms;
|
||||
using INT89DB_26.DialogForms;
|
||||
|
||||
namespace INT89DB_26.Controls
|
||||
{
|
||||
public partial class ControlFeedback : UserControl
|
||||
{
|
||||
#region Field
|
||||
private FormMainDisplay m_ParentForm;
|
||||
|
||||
private Collection<SmartLabel> CollectionLane;
|
||||
private Collection<SmartLabel> CollectionSampleCount;
|
||||
private Collection<SmartLabel> CollectionIgnoreCount;
|
||||
private Collection<SmartLabel> CollectionFeedbackWeight;
|
||||
private Collection<SmartLabel> CollectionCurrentWeight;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public ControlFeedback(FormMainDisplay parent)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.ParentForm = parent;
|
||||
|
||||
this.CreateCollection();
|
||||
this.InitializeControl();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public FormMainDisplay ParentForm
|
||||
{
|
||||
get { return this.m_ParentForm; }
|
||||
private set { this.m_ParentForm = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void CreateCollection()
|
||||
{
|
||||
this.CollectionLane = new Collection<SmartLabel>();
|
||||
this.CollectionLane.Clear();
|
||||
this.CollectionLane.Add(this.labelLane1);
|
||||
this.CollectionLane.Add(this.labelLane2);
|
||||
this.CollectionLane.Add(this.labelLane3);
|
||||
this.CollectionLane.Add(this.labelLane4);
|
||||
this.CollectionLane.Add(this.labelLane5);
|
||||
this.CollectionLane.Add(this.labelLane6);
|
||||
|
||||
this.CollectionSampleCount = new Collection<SmartLabel>();
|
||||
this.CollectionSampleCount.Clear();
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount1);
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount2);
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount3);
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount4);
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount5);
|
||||
this.CollectionSampleCount.Add(this.labelSampleCount6);
|
||||
|
||||
this.CollectionIgnoreCount = new Collection<SmartLabel>();
|
||||
this.CollectionIgnoreCount.Clear();
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount1);
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount2);
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount3);
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount4);
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount5);
|
||||
this.CollectionIgnoreCount.Add(this.labelIgnoreCount6);
|
||||
|
||||
|
||||
this.CollectionFeedbackWeight = new Collection<SmartLabel>();
|
||||
this.CollectionFeedbackWeight.Clear();
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight1);
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight2);
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight3);
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight4);
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight5);
|
||||
this.CollectionFeedbackWeight.Add(this.labelFeedbackWeight6);
|
||||
|
||||
this.CollectionCurrentWeight = new Collection<SmartLabel>();
|
||||
this.CollectionCurrentWeight.Clear();
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight1);
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight2);
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight3);
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight4);
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight5);
|
||||
this.CollectionCurrentWeight.Add(this.labelCurrentWeight6);
|
||||
}
|
||||
private void InitializeControl()
|
||||
{
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
this.CollectionLane[i].Visible = true;
|
||||
this.CollectionSampleCount[i].Visible = true;
|
||||
this.CollectionSampleCount[i].Text = "0";
|
||||
this.CollectionIgnoreCount[i].Visible = true;
|
||||
this.CollectionIgnoreCount[i].Text = "0";
|
||||
this.CollectionFeedbackWeight[i].Visible = true;
|
||||
this.CollectionFeedbackWeight[i].Text = Helper.StringToDecimalPlaces("0", this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (i == 2)
|
||||
this.pictureBox3Lane.Visible = true;
|
||||
if (i == 4)
|
||||
this.pictureBox5Lane.Visible = true;
|
||||
this.CollectionCurrentWeight[i].Visible = true;
|
||||
this.CollectionCurrentWeight[i].Text = Helper.StringToDecimalPlaces("0", this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateEquipmentStatusDisplay(DataStore.EquipmentStatus status)
|
||||
{
|
||||
this.UpdateFeedbackDataDisplay(status, this.ParentForm.ParentForm.CollectionFeedbackStatus);
|
||||
|
||||
if (status == DataStore.EquipmentStatus.Start)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateFeedbackDisplay(FeedbackConfiguration feedback, SystemConfigurationItem system, ProductItem product)
|
||||
{
|
||||
int passRange = 0, underRange = 0, overRange = 0, deadZone = 0, deadZoneHigh = 0, deadZoneLow = 0, lowLimit = 0, highLimit = 0;
|
||||
string value = "";
|
||||
|
||||
underRange = int.Parse(product.UnderRange);
|
||||
passRange = int.Parse(product.PassRange);
|
||||
overRange = int.Parse(product.OverRange);
|
||||
deadZone = int.Parse(feedback.DeadZone);
|
||||
deadZoneHigh = passRange + deadZone;
|
||||
deadZoneLow = passRange - deadZone;
|
||||
lowLimit = int.Parse(feedback.LowLimit);
|
||||
highLimit = int.Parse(feedback.HighLimit);
|
||||
|
||||
// SampleCount
|
||||
value = system.FeedbackSampleCount.ToString();
|
||||
if (this.labelSampleCount.Text != value)
|
||||
this.labelSampleCount.Text = value;
|
||||
|
||||
// IgnorePackages
|
||||
value = system.FeedbackIgnorePackages.ToString();
|
||||
if (this.labelIgnorePackages.Text != value)
|
||||
this.labelIgnorePackages.Text = value;
|
||||
|
||||
// DeadZone
|
||||
value = Helper.StringToDecimalPlaces(feedback.DeadZone, system.DecimalPlaces);
|
||||
if (this.labelDeadZone.Text != value)
|
||||
this.labelDeadZone.Text = value;
|
||||
// HightLimit
|
||||
value = Helper.StringToDecimalPlaces(feedback.HighLimit, system.DecimalPlaces);
|
||||
if (this.labelHighLimitRange.Text != value)
|
||||
{
|
||||
this.labelHighLimitRange.Text = value;
|
||||
this.labelHighLimitRange1.Text = value;
|
||||
}
|
||||
// LowLimit
|
||||
value = Helper.StringToDecimalPlaces(feedback.LowLimit, system.DecimalPlaces);
|
||||
if (this.labelLowLimitRange.Text != value)
|
||||
{
|
||||
this.labelLowLimitRange.Text = value;
|
||||
this.labelLowLimitRange1.Text = value;
|
||||
}
|
||||
// DeadZoneLowLimit
|
||||
value = Helper.StringToDecimalPlaces(deadZoneLow.ToString(), system.DecimalPlaces);
|
||||
if (this.labelDeadZoneLowLimitRange.Text != value)
|
||||
this.labelDeadZoneLowLimitRange.Text = value;
|
||||
// DeadZoneHighLimit
|
||||
value = Helper.StringToDecimalPlaces(deadZoneHigh.ToString(), system.DecimalPlaces);
|
||||
if (this.labelDeadZoneHighLimitRange.Text != value)
|
||||
this.labelDeadZoneHighLimitRange.Text = value;
|
||||
// OverRange
|
||||
value = Helper.StringToDecimalPlaces(product.OverRange, system.DecimalPlaces);
|
||||
if (this.labelOverRange.Text != value)
|
||||
this.labelOverRange.Text = value;
|
||||
// PassRange
|
||||
value = Helper.StringToDecimalPlaces(product.PassRange, system.DecimalPlaces);
|
||||
if (this.labelPassRange.Text != value)
|
||||
this.labelPassRange.Text = value;
|
||||
// UnderRange
|
||||
value = Helper.StringToDecimalPlaces(product.UnderRange, system.DecimalPlaces);
|
||||
if (this.labelUnderRange.Text != value)
|
||||
this.labelUnderRange.Text = value;
|
||||
|
||||
// Information Feedback Range
|
||||
if (highLimit > overRange && lowLimit < underRange)
|
||||
{
|
||||
this.pictureBoxFeedback1.Visible = false;
|
||||
this.pictureBoxFeedback2.Visible = false;
|
||||
this.pictureBoxFeedback3.Visible = false;
|
||||
this.pictureBoxFeedback4.Visible = true;
|
||||
|
||||
this.labelOverRange.Location = new Point(706, 97);
|
||||
this.labelHighLimitRange1.Location = new Point(706, 61);
|
||||
this.labelLowLimitRange1.Location = new Point(706, 370);
|
||||
this.labelUnderRange.Location = new Point(706, 331);
|
||||
}
|
||||
else if (highLimit > overRange)
|
||||
{
|
||||
this.pictureBoxFeedback1.Visible = false;
|
||||
this.pictureBoxFeedback2.Visible = true;
|
||||
this.pictureBoxFeedback3.Visible = false;
|
||||
this.pictureBoxFeedback4.Visible = false;
|
||||
|
||||
this.labelOverRange.Location = new Point(706, 97);
|
||||
this.labelHighLimitRange1.Location = new Point(706, 61);
|
||||
this.labelLowLimitRange1.Location = new Point(706, 331);
|
||||
this.labelUnderRange.Location = new Point(706, 370);
|
||||
}
|
||||
else if (lowLimit < underRange)
|
||||
{
|
||||
this.pictureBoxFeedback1.Visible = false;
|
||||
this.pictureBoxFeedback2.Visible = false;
|
||||
this.pictureBoxFeedback3.Visible = true;
|
||||
this.pictureBoxFeedback4.Visible = false;
|
||||
|
||||
this.labelOverRange.Location = new Point(706, 61);
|
||||
this.labelHighLimitRange1.Location = new Point(706, 97);
|
||||
this.labelLowLimitRange1.Location = new Point(706, 370);
|
||||
this.labelUnderRange.Location = new Point(706, 331);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.pictureBoxFeedback1.Visible = true;
|
||||
this.pictureBoxFeedback2.Visible = false;
|
||||
this.pictureBoxFeedback3.Visible = false;
|
||||
this.pictureBoxFeedback4.Visible = false;
|
||||
|
||||
this.labelOverRange.Location = new Point(706, 61);
|
||||
this.labelHighLimitRange1.Location = new Point(706, 97);
|
||||
this.labelLowLimitRange1.Location = new Point(706, 331);
|
||||
this.labelUnderRange.Location = new Point(706, 370);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay(DataStore.EquipmentStatus status, Collection<FeedBackSystem> feedbackData)
|
||||
{
|
||||
this.UpdateFeedbackDataDisplay1(feedbackData[0]);
|
||||
this.UpdateFeedbackDataDisplay2(feedbackData[1]);
|
||||
this.UpdateFeedbackDataDisplay3(feedbackData[2]);
|
||||
this.UpdateFeedbackDataDisplay4(feedbackData[3]);
|
||||
this.UpdateFeedbackDataDisplay5(feedbackData[4]);
|
||||
this.UpdateFeedbackDataDisplay6(feedbackData[5]);
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay1(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount1.Text != value)
|
||||
this.labelSampleCount1.Text = value;
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount1.Text != value)
|
||||
this.labelIgnoreCount1.Text = value;
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight1.Text != value)
|
||||
this.labelFeedbackWeight1.Text = value;
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay2(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount2.Text != value)
|
||||
this.labelSampleCount2.Text = value;
|
||||
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount2.Text != value)
|
||||
this.labelIgnoreCount2.Text = value;
|
||||
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight2.Text != value)
|
||||
this.labelFeedbackWeight2.Text = value;
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay3(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount3.Text != value)
|
||||
this.labelSampleCount3.Text = value;
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount3.Text != value)
|
||||
this.labelIgnoreCount3.Text = value;
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight3.Text != value)
|
||||
this.labelFeedbackWeight3.Text = value;
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay4(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount4.Text != value)
|
||||
this.labelSampleCount4.Text = value;
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount4.Text != value)
|
||||
this.labelIgnoreCount4.Text = value;
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight4.Text != value)
|
||||
this.labelFeedbackWeight4.Text = value;
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay5(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount5.Text != value)
|
||||
this.labelSampleCount5.Text = value;
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount5.Text != value)
|
||||
this.labelIgnoreCount5.Text = value;
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight5.Text != value)
|
||||
this.labelFeedbackWeight5.Text = value;
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay6(FeedBackSystem feedbackData)
|
||||
{
|
||||
string value = "";
|
||||
// Sample Count
|
||||
value = feedbackData.WeightList.Count.ToString();
|
||||
if (this.labelSampleCount6.Text != value)
|
||||
this.labelSampleCount6.Text = value;
|
||||
// Ignore Count
|
||||
value = feedbackData.IgnoreCount.ToString();
|
||||
if (this.labelIgnoreCount6.Text != value)
|
||||
this.labelIgnoreCount6.Text = value;
|
||||
// Feedback Weight
|
||||
if (feedbackData.FeedbackWeight <= 0)
|
||||
value = Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
else
|
||||
value = string.Format("+{0}", Helper.DoubleToString(feedbackData.FeedbackWeight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
if (this.labelFeedbackWeight6.Text != value)
|
||||
this.labelFeedbackWeight6.Text = value;
|
||||
}
|
||||
|
||||
public void UpdateStopWeightDisplay(DataStore.EquipmentStatus status, Collection<WeightData> weightDatas)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (this.ParentForm.ParentForm.SystemConfig.EquipmentColumns > weightDatas.Count)
|
||||
return;
|
||||
|
||||
if (status == DataStore.EquipmentStatus.Stop)
|
||||
{
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
// 중량
|
||||
value = Helper.DoubleToString(weightDatas[i].Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.CollectionCurrentWeight[i].Text != value)
|
||||
this.CollectionCurrentWeight[i].Text = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
public void UpdateStartWeightDisplay(DataStore.EquipmentStatus status, Collection<WeightData> weightDatas)
|
||||
{
|
||||
this.UpdateStartWeightDisplay1(status, weightDatas[0]);
|
||||
this.UpdateStartWeightDisplay2(status, weightDatas[1]);
|
||||
this.UpdateStartWeightDisplay3(status, weightDatas[2]);
|
||||
this.UpdateStartWeightDisplay4(status, weightDatas[3]);
|
||||
this.UpdateStartWeightDisplay5(status, weightDatas[4]);
|
||||
this.UpdateStartWeightDisplay6(status, weightDatas[5]);
|
||||
}
|
||||
public void UpdateStartWeightDisplay1(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight1.Text != value)
|
||||
this.labelCurrentWeight1.Text = value;
|
||||
}
|
||||
public void UpdateStartWeightDisplay2(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight2.Text != value)
|
||||
this.labelCurrentWeight2.Text = value;
|
||||
}
|
||||
public void UpdateStartWeightDisplay3(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight3.Text != value)
|
||||
this.labelCurrentWeight3.Text = value;
|
||||
}
|
||||
public void UpdateStartWeightDisplay4(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight4.Text != value)
|
||||
this.labelCurrentWeight4.Text = value;
|
||||
}
|
||||
public void UpdateStartWeightDisplay5(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight5.Text != value)
|
||||
this.labelCurrentWeight5.Text = value;
|
||||
}
|
||||
public void UpdateStartWeightDisplay6(DataStore.EquipmentStatus status, WeightData weightData)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelCurrentWeight6.Text != value)
|
||||
this.labelCurrentWeight6.Text = value;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
this.ParentForm.ParentForm.CollectionFeedbackStatus[i].ClearDataAll();
|
||||
this.ParentForm.ParentForm.Update30000ModbusData(i);
|
||||
}
|
||||
|
||||
this.UpdateFeedbackDataDisplay(this.ParentForm.ParentForm.EquipmentStatus, this.ParentForm.ParentForm.CollectionFeedbackStatus);
|
||||
}
|
||||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
this.UpdateFeedbackDisplay(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig, this.ParentForm.ParentForm.CurrentProductItem);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void labelHighLimitRange_Click(object sender, EventArgs e)
|
||||
{
|
||||
bool saveEnable = false;
|
||||
int passRange = 0, deadZone = 0, deadZoneHigh = 0;
|
||||
string data = "";
|
||||
|
||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHighLimitRange.Text, 5, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
|
||||
passRange = int.Parse(this.ParentForm.ParentForm.CurrentProductItem.PassRange);
|
||||
deadZone = int.Parse(this.ParentForm.ParentForm.CurrentFeedbackItem.DeadZone);
|
||||
deadZoneHigh = passRange + deadZone;
|
||||
|
||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
if (myKeyPad.doubleValue < Helper.StringToWeight(deadZoneHigh.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces))
|
||||
{
|
||||
// 입력범위를 확인하세요
|
||||
data = string.Format("{0} ~ {1}", Helper.StringToDecimalPlaces(deadZoneHigh.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces),
|
||||
Helper.StringToDecimalPlaces("99999", this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.Language, data);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (myKeyPad.doubleValue > Helper.StringToWeight(this.ParentForm.ParentForm.CurrentProductItem.OverRange, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces))
|
||||
//{
|
||||
// DialogFormYesNo myMsgYesNo = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig.Language, 6);
|
||||
// if (myMsgYesNo.ShowDialog() == DialogResult.Yes)
|
||||
// saveEnable = true;
|
||||
//}
|
||||
//else
|
||||
// saveEnable = true;
|
||||
|
||||
//if (saveEnable == true)
|
||||
//{
|
||||
this.labelHighLimitRange.Text = myKeyPad.StringValue;
|
||||
this.labelHighLimitRange1.Text = myKeyPad.StringValue;
|
||||
this.ParentForm.ParentForm.CurrentFeedbackItem.HighLimit = myKeyPad.StringValue.Replace(".", "");
|
||||
this.ParentForm.ParentForm.SaveFeedbackItemFile(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig.ProductNumber - 1);
|
||||
|
||||
this.ParentForm.ParentForm.Update30000ModbusData();
|
||||
this.ParentForm.ParentForm.ModbusCommonDataSend();
|
||||
|
||||
this.Clear();
|
||||
this.UpdateFeedbackDisplay(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig, this.ParentForm.ParentForm.CurrentProductItem);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
private void labelLowLimitRange_Click(object sender, EventArgs e)
|
||||
{
|
||||
bool saveEnable = false;
|
||||
int passRange = 0, deadZone = 0, deadZoneLow = 0;
|
||||
string data = "";
|
||||
|
||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLowLimitRange.Text, 5, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
|
||||
passRange = int.Parse(this.ParentForm.ParentForm.CurrentProductItem.PassRange);
|
||||
deadZone = int.Parse(this.ParentForm.ParentForm.CurrentFeedbackItem.DeadZone);
|
||||
deadZoneLow = passRange - deadZone;
|
||||
|
||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
if (myKeyPad.doubleValue > Helper.StringToWeight(deadZoneLow.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces))
|
||||
{
|
||||
// 입력범위를 확인하세요
|
||||
data = string.Format("{0} ~ {1}", Helper.StringToDecimalPlaces("0", this.ParentForm.ParentForm.SystemConfig.DecimalPlaces),
|
||||
Helper.StringToDecimalPlaces(deadZoneLow.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces));
|
||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.Language, data);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (myKeyPad.doubleValue < Helper.StringToWeight(this.ParentForm.ParentForm.CurrentProductItem.UnderRange, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces))
|
||||
//{
|
||||
// DialogFormYesNo myMsgYesNo = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig.Language, 7);
|
||||
// if (myMsgYesNo.ShowDialog() == DialogResult.Yes)
|
||||
// saveEnable = true;
|
||||
//}
|
||||
//else
|
||||
// saveEnable = true;
|
||||
|
||||
//if (saveEnable == true)
|
||||
//{
|
||||
this.labelLowLimitRange.Text = myKeyPad.StringValue;
|
||||
this.labelLowLimitRange1.Text = myKeyPad.StringValue;
|
||||
this.ParentForm.ParentForm.CurrentFeedbackItem.LowLimit = myKeyPad.StringValue.Replace(".", "");
|
||||
this.ParentForm.ParentForm.SaveFeedbackItemFile(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig.ProductNumber - 1);
|
||||
|
||||
this.ParentForm.ParentForm.Update30000ModbusData();
|
||||
this.ParentForm.ParentForm.ModbusCommonDataSend();
|
||||
|
||||
this.Clear();
|
||||
this.UpdateFeedbackDisplay(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig, this.ParentForm.ParentForm.CurrentProductItem);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
private void labelSampleCount_Click(object sender, EventArgs e)
|
||||
{
|
||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSampleCount.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
|
||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 9999)
|
||||
{
|
||||
// 입력범위를 확인하세요
|
||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelSampleCount.Text = myKeyPad.StringValue;
|
||||
|
||||
this.ParentForm.ParentForm.SystemConfig.FeedbackSampleCount = myKeyPad.IntValue;
|
||||
this.ParentForm.ParentForm.SaveSystemConfigurationFile(this.ParentForm.ParentForm.SystemConfig);
|
||||
|
||||
this.ParentForm.ParentForm.Update30000ModbusData();
|
||||
this.ParentForm.ParentForm.ModbusCommonDataSend();
|
||||
|
||||
this.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
private void labelIgnorePackages_Click(object sender, EventArgs e)
|
||||
{
|
||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelIgnorePackages.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
|
||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 9999)
|
||||
{
|
||||
// 입력범위를 확인하세요
|
||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelIgnorePackages.Text = myKeyPad.StringValue;
|
||||
|
||||
this.ParentForm.ParentForm.SystemConfig.FeedbackIgnorePackages = myKeyPad.IntValue;
|
||||
this.ParentForm.ParentForm.SaveSystemConfigurationFile(this.ParentForm.ParentForm.SystemConfig);
|
||||
|
||||
this.ParentForm.ParentForm.Update30000ModbusData();
|
||||
this.ParentForm.ParentForm.ModbusCommonDataSend();
|
||||
|
||||
this.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void labelDeadZone_Click(object sender, EventArgs e)
|
||||
{
|
||||
int passRange = 0, deadZone = 0, deadZoneHigh = 0, deadZoneLow = 0;
|
||||
|
||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelDeadZone.Text, 5, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
|
||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
passRange = int.Parse(this.ParentForm.ParentForm.CurrentProductItem.PassRange);
|
||||
deadZone = int.Parse(myKeyPad.StringValue.Replace(".", ""));
|
||||
deadZoneHigh = passRange + deadZone;
|
||||
deadZoneLow = passRange - deadZone;
|
||||
|
||||
if ((deadZoneLow < int.Parse(this.ParentForm.ParentForm.CurrentFeedbackItem.LowLimit)) ||
|
||||
(deadZoneLow < int.Parse(this.ParentForm.ParentForm.CurrentProductItem.UnderRange)) ||
|
||||
(deadZoneHigh > int.Parse(this.ParentForm.ParentForm.CurrentFeedbackItem.HighLimit)) ||
|
||||
(deadZoneHigh > int.Parse(this.ParentForm.ParentForm.CurrentProductItem.OverRange)))
|
||||
{
|
||||
// 입력범위를 확인하세요
|
||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig.Language);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.labelDeadZone.Text = myKeyPad.StringValue;
|
||||
this.labelDeadZoneHighLimitRange.Text = Helper.StringToDecimalPlaces(deadZoneHigh.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
this.labelDeadZoneLowLimitRange.Text = Helper.StringToDecimalPlaces(deadZoneLow.ToString(), this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
|
||||
this.ParentForm.ParentForm.CurrentFeedbackItem.DeadZone = myKeyPad.StringValue.Replace(".", "");
|
||||
this.ParentForm.ParentForm.SaveFeedbackItemFile(this.ParentForm.ParentForm.CurrentFeedbackItem, this.ParentForm.ParentForm.SystemConfig.ProductNumber - 1);
|
||||
|
||||
this.ParentForm.ParentForm.Update30000ModbusData();
|
||||
this.ParentForm.ParentForm.ModbusCommonDataSend();
|
||||
|
||||
this.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -23,7 +23,14 @@ namespace INT89DB_26
|
|||
Step2_6208,
|
||||
}
|
||||
|
||||
public enum FormStore
|
||||
public enum FeedbackStatus
|
||||
{
|
||||
None,
|
||||
Positive,
|
||||
Negative,
|
||||
};
|
||||
|
||||
public enum E_FormStore
|
||||
{
|
||||
FormNone = 0,
|
||||
FormMainDisplay,
|
||||
|
|
@ -41,9 +48,10 @@ namespace INT89DB_26
|
|||
FormEquipmentTest,
|
||||
FormUserSetting,
|
||||
FormCommunication,
|
||||
FormOptionSetting,
|
||||
};
|
||||
|
||||
public enum LanguageID
|
||||
public enum E_LanguageID
|
||||
{
|
||||
Korean = 0,
|
||||
English,
|
||||
|
|
@ -356,6 +364,7 @@ namespace INT89DB_26
|
|||
private bool m_IsLogin;
|
||||
private bool m_IsBypassDirectionPass;
|
||||
private bool m_IsBypassOnce;
|
||||
private bool m_IsFeedback;
|
||||
|
||||
private int m_DecimalPlaces;
|
||||
private int m_EquipmentColumns;
|
||||
|
|
@ -370,8 +379,8 @@ namespace INT89DB_26
|
|||
private string m_Unit;
|
||||
private string m_SerialNumber;
|
||||
|
||||
private DataStore.LanguageID m_Language;
|
||||
private DataStore.FormStore m_CurrentForm;
|
||||
private DataStore.E_LanguageID m_Language;
|
||||
private DataStore.E_FormStore m_CurrentForm;
|
||||
private User m_CurrentUser;
|
||||
|
||||
private int m_FeedbackSampleCount;
|
||||
|
|
@ -422,6 +431,11 @@ namespace INT89DB_26
|
|||
get { return this.m_IsBypassOnce; }
|
||||
set { this.m_IsBypassOnce = value; }
|
||||
}
|
||||
public bool IsFeedback
|
||||
{
|
||||
get { return this.m_IsFeedback; }
|
||||
set { this.m_IsFeedback = value; }
|
||||
}
|
||||
|
||||
public int DecimalPlaces
|
||||
{
|
||||
|
|
@ -480,12 +494,12 @@ namespace INT89DB_26
|
|||
set { this.m_SerialNumber = value; }
|
||||
}
|
||||
|
||||
public DataStore.LanguageID Language
|
||||
public DataStore.E_LanguageID Language
|
||||
{
|
||||
get { return this.m_Language; }
|
||||
set { this.m_Language = value; }
|
||||
}
|
||||
public DataStore.FormStore CurrentForm
|
||||
public DataStore.E_FormStore CurrentForm
|
||||
{
|
||||
get { return this.m_CurrentForm; }
|
||||
set { this.m_CurrentForm = value; }
|
||||
|
|
@ -557,6 +571,7 @@ namespace INT89DB_26
|
|||
this.IsLogin = false;
|
||||
this.IsBypassDirectionPass = true;
|
||||
this.IsBypassOnce = true;
|
||||
this.IsFeedback = false;
|
||||
|
||||
this.DecimalPlaces = 1;
|
||||
this.EquipmentColumns = 5;
|
||||
|
|
@ -571,8 +586,8 @@ namespace INT89DB_26
|
|||
this.Unit = "g";
|
||||
this.SerialNumber = "26A0000";
|
||||
|
||||
this.Language = DataStore.LanguageID.Korean;
|
||||
this.CurrentForm = DataStore.FormStore.FormMainDisplay;
|
||||
this.Language = DataStore.E_LanguageID.Korean;
|
||||
this.CurrentForm = DataStore.E_FormStore.FormMainDisplay;
|
||||
this.CurrentUser = new User();
|
||||
this.CurrentUser.Group = DataStore.UserGroup.LogOff;
|
||||
|
||||
|
|
@ -597,7 +612,7 @@ namespace INT89DB_26
|
|||
public bool DummyBool6;
|
||||
public bool DummyBool7;
|
||||
public bool DummyBool8;
|
||||
public bool DummyBool9;
|
||||
public bool IsFeedback;
|
||||
public bool IsLogin;
|
||||
public bool IsWeightViewForward;
|
||||
|
||||
|
|
@ -622,7 +637,7 @@ namespace INT89DB_26
|
|||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 15)]
|
||||
public string SerialNumber;
|
||||
|
||||
public DataStore.LanguageID Language;
|
||||
public DataStore.E_LanguageID Language;
|
||||
|
||||
public bool DummyBool1;
|
||||
public bool DummyBool2;
|
||||
|
|
@ -1883,6 +1898,125 @@ namespace INT89DB_26
|
|||
}
|
||||
#endregion
|
||||
|
||||
#region FeedBackStatus
|
||||
public class FeedBackSystem
|
||||
{
|
||||
#region Field
|
||||
private bool m_IsFbCalComplete;
|
||||
|
||||
private int m_IgnoreCount;
|
||||
|
||||
private double m_FeedbackWeight;
|
||||
|
||||
private DataStore.FeedbackStatus m_Status;
|
||||
|
||||
private Collection<int> m_WeightList;
|
||||
|
||||
private int m_UpdateFeedbackData;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public FeedBackSystem()
|
||||
{
|
||||
this.DefaultSetting();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
/// <summary>
|
||||
/// Feedback calculation complete
|
||||
/// </summary>
|
||||
public bool IsFbCalComplete
|
||||
{
|
||||
get { return this.m_IsFbCalComplete; }
|
||||
set { this.m_IsFbCalComplete = value; }
|
||||
}
|
||||
|
||||
public int IgnoreCount
|
||||
{
|
||||
get { return this.m_IgnoreCount; }
|
||||
set { this.m_IgnoreCount = value; }
|
||||
}
|
||||
public int SumWeight
|
||||
{
|
||||
get
|
||||
{
|
||||
int sum = 0;
|
||||
|
||||
foreach (int weignt in this.WeightList)
|
||||
sum += weignt;
|
||||
|
||||
return sum;
|
||||
}
|
||||
}
|
||||
|
||||
public double FeedbackWeight
|
||||
{
|
||||
get { return this.m_FeedbackWeight; }
|
||||
set { this.m_FeedbackWeight = value; }
|
||||
}
|
||||
|
||||
public DataStore.FeedbackStatus Status
|
||||
{
|
||||
get { return this.m_Status; }
|
||||
private set { this.m_Status = value; }
|
||||
}
|
||||
|
||||
public Collection<int> WeightList
|
||||
{
|
||||
get { return this.m_WeightList; }
|
||||
private set { this.m_WeightList = value; }
|
||||
}
|
||||
public int UpdateFeedbackData
|
||||
{
|
||||
get { return this.m_UpdateFeedbackData; }
|
||||
set { this.m_UpdateFeedbackData = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void DefaultSetting()
|
||||
{
|
||||
this.WeightList = new Collection<int>();
|
||||
this.WeightList.Clear();
|
||||
|
||||
this.IsFbCalComplete = false;
|
||||
this.IgnoreCount = 0;
|
||||
this.FeedbackWeight = 0.0;
|
||||
this.Status = DataStore.FeedbackStatus.None;
|
||||
this.UpdateFeedbackData = 0;
|
||||
}
|
||||
|
||||
public void SetWeight(int weight, DataStore.FeedbackStatus status)
|
||||
{
|
||||
if (status != this.Status)
|
||||
this.WeightList.Clear();
|
||||
|
||||
this.WeightList.Add(weight);
|
||||
this.Status = status;
|
||||
}
|
||||
|
||||
public void ClearDataList()
|
||||
{
|
||||
this.WeightList.Clear();
|
||||
}
|
||||
public void ClearData()
|
||||
{
|
||||
this.ClearDataList();
|
||||
this.IgnoreCount = 0;
|
||||
this.IsFbCalComplete = false;
|
||||
this.Status = DataStore.FeedbackStatus.None;
|
||||
}
|
||||
public void ClearDataAll()
|
||||
{
|
||||
this.ClearData();
|
||||
|
||||
this.UpdateFeedbackData = 0;
|
||||
this.FeedbackWeight = 0.0;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
#endregion
|
||||
#region FeedbackItem
|
||||
public class FeedbackConfiguration
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,11 +44,11 @@ namespace INT89DB_26.DialogForms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainLoginDisable));
|
||||
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainLoginDown));
|
||||
|
|
@ -57,7 +57,7 @@ namespace INT89DB_26.DialogForms
|
|||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainLoginCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainLoginCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.smartForm1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundUserLogin));
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ namespace INT89DB_26.DialogForms
|
|||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnMainCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ namespace INT89DB_26.DialogForms
|
|||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
public DialogFormMessage(string str, DataStore.LanguageID language)
|
||||
public DialogFormMessage(string str, DataStore.E_LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -28,22 +28,22 @@ namespace INT89DB_26.DialogForms
|
|||
this.labelMessage1.Text = "";
|
||||
this.labelMessage2.Text = "";
|
||||
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
if (language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.labelErrorCode.Text = "Notice";
|
||||
this.labelMessage1.Text = str + "개의 파일이 백업되었습니다.";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
else if (language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelErrorCode.Text = "Notice";
|
||||
this.labelMessage1.Text = str + " files are backed up";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
else if (language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelErrorCode.Text = "通知";
|
||||
this.labelMessage1.Text = str + " 个文件已备份";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
else if (language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
this.labelErrorCode.Text = "Upozornění";
|
||||
this.labelMessage1.Text = "Těchto " + str + " soubory byly zálohovány.";
|
||||
|
|
@ -53,7 +53,7 @@ namespace INT89DB_26.DialogForms
|
|||
|
||||
}
|
||||
}
|
||||
public DialogFormMessage(int code, DataStore.LanguageID language)
|
||||
public DialogFormMessage(int code, DataStore.E_LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ namespace INT89DB_26.DialogForms
|
|||
|
||||
switch (language)
|
||||
{
|
||||
case DataStore.LanguageID.Korean:
|
||||
case DataStore.E_LanguageID.Korean:
|
||||
#region 한글
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -219,7 +219,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
case DataStore.E_LanguageID.English:
|
||||
#region 영문
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -375,7 +375,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
case DataStore.E_LanguageID.Chinese:
|
||||
#region 중문
|
||||
this.buttonOK.Text = "好";
|
||||
|
||||
|
|
@ -533,7 +533,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
case DataStore.E_LanguageID.Czech:
|
||||
#region 체코어
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -702,7 +702,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
case DataStore.E_LanguageID.German:
|
||||
#region 독일어
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -861,7 +861,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
case DataStore.E_LanguageID.Japanese:
|
||||
#region Japanese
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -1026,7 +1026,7 @@ namespace INT89DB_26.DialogForms
|
|||
break;
|
||||
}
|
||||
}
|
||||
public DialogFormMessage(int code, DataStore.LanguageID language, string msg)
|
||||
public DialogFormMessage(int code, DataStore.E_LanguageID language, string msg)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -1034,7 +1034,7 @@ namespace INT89DB_26.DialogForms
|
|||
this.labelMessage1.Text = "";
|
||||
this.labelMessage2.Text = msg;
|
||||
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
if (language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
#region 한글
|
||||
switch (code)
|
||||
|
|
@ -1130,7 +1130,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
else if (language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
#region 영문
|
||||
switch (code)
|
||||
|
|
@ -1231,7 +1231,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
else if (language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
#region 중문
|
||||
switch (code)
|
||||
|
|
@ -1332,7 +1332,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
else if (language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
#region 체코어
|
||||
switch (code)
|
||||
|
|
@ -1438,7 +1438,7 @@ namespace INT89DB_26.DialogForms
|
|||
|
||||
}
|
||||
}
|
||||
public DialogFormMessage(object dll, int code, DataStore.LanguageID language)
|
||||
public DialogFormMessage(object dll, int code, DataStore.E_LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -1448,7 +1448,7 @@ namespace INT89DB_26.DialogForms
|
|||
|
||||
switch (language)
|
||||
{
|
||||
case DataStore.LanguageID.Korean:
|
||||
case DataStore.E_LanguageID.Korean:
|
||||
#region 한글
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -1535,7 +1535,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
case DataStore.E_LanguageID.English:
|
||||
#region 영문
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -1622,7 +1622,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
case DataStore.E_LanguageID.Chinese:
|
||||
#region 중문
|
||||
this.buttonOK.Text = "确认";
|
||||
|
||||
|
|
@ -1711,7 +1711,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
case DataStore.E_LanguageID.Czech:
|
||||
#region 체코어
|
||||
switch (code)
|
||||
{
|
||||
|
|
@ -1795,7 +1795,7 @@ namespace INT89DB_26.DialogForms
|
|||
}
|
||||
#endregion
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
case DataStore.E_LanguageID.German:
|
||||
#region 독일어
|
||||
this.buttonOK.Text = "Bestätigen";
|
||||
|
||||
|
|
|
|||
|
|
@ -174,11 +174,11 @@
|
|||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
|
||||
this.ClientSize = new System.Drawing.Size(450, 170);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.labelMessage2);
|
||||
this.Controls.Add(this.labelMessage1);
|
||||
this.Controls.Add(this.pictureBoxAsterisk);
|
||||
this.Controls.Add(this.pictureBoxHand);
|
||||
this.Controls.Add(this.pictureBoxExclamation);
|
||||
this.Controls.Add(this.labelMessage2);
|
||||
this.Controls.Add(this.labelMessage1);
|
||||
this.Controls.Add(this.pictureBoxQuestion);
|
||||
this.Controls.Add(this.labelErrorCode);
|
||||
this.Controls.Add(this.buttonOK);
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace INT89DB_26.DialogForms
|
|||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable, DataStore.LanguageID language)
|
||||
public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable, DataStore.E_LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -76,24 +76,24 @@ namespace INT89DB_26.DialogForms
|
|||
#endregion
|
||||
|
||||
#region Method
|
||||
private void InitializeDesign(DataStore.LanguageID language)
|
||||
private void InitializeDesign(DataStore.E_LanguageID language)
|
||||
{
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
if (language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
else if (language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
else if (language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.label1.Text = "键盘";
|
||||
|
||||
this.buttonCancel.Text = "取消";
|
||||
this.buttonEnter.Text = "确认";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
else if (language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,198 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace INT89DB_26.DialogForms
|
||||
{
|
||||
public partial class DialogFormPasswordKeyPad : Form
|
||||
{
|
||||
#region Field
|
||||
private string m_InputKey;
|
||||
private string m_PassKey;
|
||||
private string m_PasswordHiddenMenu;
|
||||
private int m_Digit;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public DialogFormPasswordKeyPad(int digit, DataStore.E_LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.Digit = digit;
|
||||
this.PasswordHiddenMenu = DateTime.Now.ToString("MMdd") + "0810";
|
||||
|
||||
this.InitializeDesign(language);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public string InputKey
|
||||
{
|
||||
get { return this.m_InputKey; }
|
||||
set { this.m_InputKey = value; }
|
||||
}
|
||||
public string PassKey
|
||||
{
|
||||
get { return this.m_PassKey; }
|
||||
set { this.m_PassKey = value; }
|
||||
}
|
||||
public string PasswordHiddenMenu
|
||||
{
|
||||
get { return this.m_PasswordHiddenMenu; }
|
||||
set { this.m_PasswordHiddenMenu = value; }
|
||||
}
|
||||
public int Digit
|
||||
{
|
||||
get { return this.m_Digit; }
|
||||
set { this.m_Digit = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void InputNum(string key)
|
||||
{
|
||||
if (this.Digit == 8)
|
||||
{
|
||||
if (this.InputKey.Length >= 8)
|
||||
{
|
||||
this.InputKey = key;
|
||||
this.labelScreen.Text = "*";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.InputKey += key;
|
||||
this.labelScreen.Text += "*";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.InputKey.Length >= 4)
|
||||
{
|
||||
this.InputKey = key;
|
||||
this.labelScreen.Text = "*";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.InputKey += key;
|
||||
this.labelScreen.Text += "*";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void InitializeDesign(DataStore.E_LanguageID language)
|
||||
{
|
||||
switch (language)
|
||||
{
|
||||
case DataStore.E_LanguageID.Korean:
|
||||
case DataStore.E_LanguageID.English:
|
||||
this.labelSubject.Text = "Password";
|
||||
|
||||
this.buttonCancel.Text = "ESC";
|
||||
this.buttonEnter.Text = "Enter";
|
||||
break;
|
||||
case DataStore.E_LanguageID.Chinese:
|
||||
this.labelSubject.Text = "密码";
|
||||
|
||||
this.buttonCancel.Text = "取消";
|
||||
this.buttonEnter.Text = "确认";
|
||||
break;
|
||||
case DataStore.E_LanguageID.Czech:
|
||||
this.labelSubject.Text = "Klávesnice";
|
||||
|
||||
this.buttonCancel.Text = "Zrušit";
|
||||
this.buttonEnter.Text = "Enter";
|
||||
break;
|
||||
case DataStore.E_LanguageID.German:
|
||||
this.labelSubject.Text = "Passwort";
|
||||
|
||||
this.buttonCancel.Text = "X";
|
||||
this.buttonEnter.Text = "Enter";
|
||||
break;
|
||||
case DataStore.E_LanguageID.Japanese:
|
||||
this.labelSubject.Text = "パスワㅡド";
|
||||
|
||||
this.buttonCancel.Text = "X";
|
||||
this.buttonEnter.Text = "入力";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
private void InitializeContnrol()
|
||||
{
|
||||
int x = 0, y = 0;
|
||||
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
||||
|
||||
this.Location = new Point(x, y);
|
||||
|
||||
this.Size = new Size(250, 390);
|
||||
|
||||
this.InputKey = "";
|
||||
this.labelScreen.Text = "";
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Override Member
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
|
||||
this.InitializeContnrol();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void buttonEnter_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.Digit == 8)
|
||||
{
|
||||
if (this.InputKey == this.PasswordHiddenMenu)
|
||||
this.DialogResult = DialogResult.OK;
|
||||
else
|
||||
this.DialogResult = DialogResult.Cancel;
|
||||
}
|
||||
}
|
||||
|
||||
private void buttonNumber_Click(object sender, EventArgs e)
|
||||
{
|
||||
Button bt = sender as Button;
|
||||
|
||||
if (bt == null)
|
||||
return;
|
||||
|
||||
if (bt == this.buttonNumber0)
|
||||
this.InputNum("0");
|
||||
else if (bt == this.buttonNumber1)
|
||||
this.InputNum("1");
|
||||
else if (bt == this.buttonNumber2)
|
||||
this.InputNum("2");
|
||||
else if (bt == this.buttonNumber3)
|
||||
this.InputNum("3");
|
||||
else if (bt == this.buttonNumber4)
|
||||
this.InputNum("4");
|
||||
else if (bt == this.buttonNumber5)
|
||||
this.InputNum("5");
|
||||
else if (bt == this.buttonNumber6)
|
||||
this.InputNum("6");
|
||||
else if (bt == this.buttonNumber7)
|
||||
this.InputNum("7");
|
||||
else if (bt == this.buttonNumber8)
|
||||
this.InputNum("8");
|
||||
else if (bt == this.buttonNumber9)
|
||||
this.InputNum("9");
|
||||
}
|
||||
|
||||
private void buttonCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace INT89DB_26.DialogForms
|
||||
{
|
||||
partial class DialogFormPasswordKeyPad1
|
||||
partial class DialogFormPasswordKeyPad
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormPasswordKeyPad1));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormPasswordKeyPad));
|
||||
this.labelScreen = new System.Windows.Forms.Label();
|
||||
this.buttonEnter = new System.Windows.Forms.Button();
|
||||
this.buttonNumber9 = new System.Windows.Forms.Button();
|
||||
|
|
@ -1,151 +0,0 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace INT89DB_26.DialogForms
|
||||
{
|
||||
public partial class DialogFormPasswordKeyPad1 : Form
|
||||
{
|
||||
#region Field
|
||||
private string m_InputKey;
|
||||
private string m_PassKey;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public DialogFormPasswordKeyPad1(DataStore.LanguageID language)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.InitializeDesign(language);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public string InputKey
|
||||
{
|
||||
get { return this.m_InputKey; }
|
||||
set { this.m_InputKey = value; }
|
||||
}
|
||||
public string PassKey
|
||||
{
|
||||
get { return this.m_PassKey; }
|
||||
set { this.m_PassKey = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void InputNum(string key)
|
||||
{
|
||||
if (this.InputKey.Length >= 4)
|
||||
{
|
||||
this.InputKey = key;
|
||||
this.labelScreen.Text = this.InputKey;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.InputKey += key;
|
||||
this.labelScreen.Text = this.InputKey;
|
||||
}
|
||||
}
|
||||
|
||||
private void InitializeDesign(DataStore.LanguageID language)
|
||||
{
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
{
|
||||
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelSubject.Text = "密码";
|
||||
|
||||
this.buttonCancel.Text = "取消";
|
||||
this.buttonEnter.Text = "确认";
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
private void InitializeContnrol()
|
||||
{
|
||||
int x = 0, y = 0;
|
||||
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
||||
|
||||
this.Location = new Point(x, y);
|
||||
|
||||
this.Size = new Size(251, 390);
|
||||
|
||||
this.InputKey = "";
|
||||
this.labelScreen.Text = "";
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Override Member
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
|
||||
this.InitializeContnrol();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void buttonEnter_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.labelScreen.Text.Length == 4)
|
||||
{
|
||||
this.DialogResult = DialogResult.OK;
|
||||
}
|
||||
}
|
||||
|
||||
private void buttonNumber_Click(object sender, EventArgs e)
|
||||
{
|
||||
Button bt = sender as Button;
|
||||
|
||||
if (bt == null)
|
||||
return;
|
||||
|
||||
if (bt == this.buttonNumber0)
|
||||
this.InputNum("0");
|
||||
else if (bt == this.buttonNumber1)
|
||||
this.InputNum("1");
|
||||
else if (bt == this.buttonNumber2)
|
||||
this.InputNum("2");
|
||||
else if (bt == this.buttonNumber3)
|
||||
this.InputNum("3");
|
||||
else if (bt == this.buttonNumber4)
|
||||
this.InputNum("4");
|
||||
else if (bt == this.buttonNumber5)
|
||||
this.InputNum("5");
|
||||
else if (bt == this.buttonNumber6)
|
||||
this.InputNum("6");
|
||||
else if (bt == this.buttonNumber7)
|
||||
this.InputNum("7");
|
||||
else if (bt == this.buttonNumber8)
|
||||
this.InputNum("8");
|
||||
else if (bt == this.buttonNumber9)
|
||||
this.InputNum("9");
|
||||
}
|
||||
|
||||
private void buttonCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -21,7 +21,7 @@ namespace INT89DB_26.DialogForms
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
public DialogFormYesNo(DataStore.LanguageID language, int ok)
|
||||
public DialogFormYesNo(DataStore.E_LanguageID language, int ok)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ namespace INT89DB_26.DialogForms
|
|||
this.labelMessage1.Text = "";
|
||||
this.labelMessage2.Text = "";
|
||||
|
||||
if (language == DataStore.LanguageID.Korean)
|
||||
if (language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
switch (ok)
|
||||
{
|
||||
|
|
@ -99,7 +99,7 @@ namespace INT89DB_26.DialogForms
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (language == DataStore.LanguageID.English)
|
||||
else if (language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
switch (ok)
|
||||
{
|
||||
|
|
@ -169,7 +169,7 @@ namespace INT89DB_26.DialogForms
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Chinese)
|
||||
else if (language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.buttonYes.Text = "是";
|
||||
this.buttonNo.Text = "否";
|
||||
|
|
@ -244,7 +244,7 @@ namespace INT89DB_26.DialogForms
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (language == DataStore.LanguageID.Czech)
|
||||
else if (language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
switch (ok)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Calibration";
|
||||
this.labelStaticHelp.Text = "Help";
|
||||
|
|
@ -74,7 +74,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "校准";
|
||||
this.labelStaticHelp.Text = "帮助";
|
||||
|
|
@ -95,7 +95,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -157,24 +157,24 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("중량조정");
|
||||
this.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("Calibration");
|
||||
this.listBoxHelp.Items.Add("After select Lane,");
|
||||
this.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("校准");
|
||||
this.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -220,24 +220,24 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.CalibrationButtonEnable(false, false, false);
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("중량조정");
|
||||
this.listBoxHelp.Items.Add("LANE을 선택 후");
|
||||
this.listBoxHelp.Items.Add("시작을 누르세요");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("Calibration");
|
||||
this.listBoxHelp.Items.Add("After select Lane,");
|
||||
this.listBoxHelp.Items.Add("push the [Start] button.");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.listBoxHelp.Items.Add("校准");
|
||||
this.listBoxHelp.Items.Add("选择线后,按[开始]按钮。");
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -503,7 +503,7 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
|
||||
private void timer_Tick(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Communication";
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.labelHelp.Text = "※ When IP configuration is changed, it is normally connected after rebooting.";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "选项";
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.labelHelp.Text = "※ 更改IP配置后,通常在重新启动后即可连接。";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -419,7 +419,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormCommunication;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormCommunication;
|
||||
|
||||
#region TCP
|
||||
// Local IP
|
||||
|
|
@ -1081,7 +1081,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,11 +50,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Configuration";
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "选项";
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -134,7 +134,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.comboBoxZeroParameterMode.Items.Clear();
|
||||
this.comboBoxZeroParameterMode.SelectedIndexChanged -= new EventHandler(this.comboBoxZeroParameterMode_SelectedIndexChanged);
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.comboBoxZeroParameterMode.Items.Add("模式1");
|
||||
this.comboBoxZeroParameterMode.Items.Add("模式2");
|
||||
|
|
@ -374,7 +374,7 @@ namespace INT89DB_26.Forms
|
|||
this.panelSpecialMenu.Visible = false;
|
||||
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
private void buttonDoubleEnter_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
@ -545,6 +545,8 @@ namespace INT89DB_26.Forms
|
|||
this.ParentForm.SystemConfig.DecimalPlaces = this.comboBoxDecimalPlaces.SelectedIndex;
|
||||
|
||||
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
|
||||
|
||||
this.ParentForm.Update30000DecimalPoint();
|
||||
}
|
||||
|
||||
private void timerInterval_Tick(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -42,11 +42,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Data backup";
|
||||
this.labelStaticDataBackup.Text = "Backup";
|
||||
|
|
@ -60,7 +60,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "数据备份";
|
||||
this.labelStaticDataBackup.Text = "备份";
|
||||
|
|
@ -78,7 +78,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -276,7 +276,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEquipmentSetting));
|
||||
this.smartForm1 = new SmartX.SmartForm();
|
||||
this.groupBoxSpecialMenu = new SmartX.SmartGroupBox();
|
||||
this.comboBoxInverterCNT = new System.Windows.Forms.ComboBox();
|
||||
this.labelStaticInverterCNT = new SmartX.SmartLabel();
|
||||
this.buttonLogin = new SmartX.SmartButton();
|
||||
this.labelStaticLogin = new SmartX.SmartLabel();
|
||||
this.labelBuadrateWarning2 = new SmartX.SmartLabel();
|
||||
|
|
@ -48,8 +50,6 @@
|
|||
this.radioButtonWeightViewReverse = new System.Windows.Forms.RadioButton();
|
||||
this.radioButtonWeightViewForward = new System.Windows.Forms.RadioButton();
|
||||
this.labelStaticWeightCheck = new SmartX.SmartLabel();
|
||||
this.comboBoxInverterCNT = new System.Windows.Forms.ComboBox();
|
||||
this.labelStaticInverterCNT = new SmartX.SmartLabel();
|
||||
this.labelTitle = new SmartX.SmartLabel();
|
||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||
this.buttonSave = new SmartX.SmartButton();
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
this.groupBoxSpecialMenu.Controls.Add(this.labelEquipmentID);
|
||||
this.groupBoxSpecialMenu.Controls.Add(this.panel2);
|
||||
this.groupBoxSpecialMenu.Controls.Add(this.labelStaticWeightCheck);
|
||||
this.groupBoxSpecialMenu.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxSpecialMenu.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxSpecialMenu.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxSpecialMenu.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxSpecialMenu.FrameLineThickness = 1;
|
||||
|
|
@ -108,6 +108,34 @@
|
|||
this.groupBoxSpecialMenu.Text = "EquipmentSetting";
|
||||
this.groupBoxSpecialMenu.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// comboBoxInverterCNT
|
||||
//
|
||||
this.comboBoxInverterCNT.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxInverterCNT.Location = new System.Drawing.Point(250, 172);
|
||||
this.comboBoxInverterCNT.Name = "comboBoxInverterCNT";
|
||||
this.comboBoxInverterCNT.Size = new System.Drawing.Size(100, 29);
|
||||
this.comboBoxInverterCNT.TabIndex = 192;
|
||||
this.comboBoxInverterCNT.SelectedIndexChanged += new System.EventHandler(this.control_Click);
|
||||
//
|
||||
// labelStaticInverterCNT
|
||||
//
|
||||
this.labelStaticInverterCNT.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticInverterCNT.BackPictureBox1 = null;
|
||||
this.labelStaticInverterCNT.BackPictureBox2 = null;
|
||||
this.labelStaticInverterCNT.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticInverterCNT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticInverterCNT.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticInverterCNT.InitVisible = true;
|
||||
this.labelStaticInverterCNT.LineSpacing = 0F;
|
||||
this.labelStaticInverterCNT.Location = new System.Drawing.Point(74, 176);
|
||||
this.labelStaticInverterCNT.Name = "labelStaticInverterCNT";
|
||||
this.labelStaticInverterCNT.Size = new System.Drawing.Size(170, 25);
|
||||
this.labelStaticInverterCNT.TabIndex = 191;
|
||||
this.labelStaticInverterCNT.Text = "인버터 개수";
|
||||
this.labelStaticInverterCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticInverterCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticInverterCNT.Wordwrap = false;
|
||||
//
|
||||
// buttonLogin
|
||||
//
|
||||
this.buttonLogin.BackPictureBox = null;
|
||||
|
|
@ -146,7 +174,7 @@
|
|||
this.labelStaticLogin.BackPictureBox2 = null;
|
||||
this.labelStaticLogin.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticLogin.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLogin.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLogin.InitVisible = true;
|
||||
this.labelStaticLogin.LineSpacing = 0F;
|
||||
this.labelStaticLogin.Location = new System.Drawing.Point(74, 207);
|
||||
|
|
@ -166,7 +194,7 @@
|
|||
this.labelBuadrateWarning2.BackPictureBox2 = null;
|
||||
this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBuadrateWarning2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.Red;
|
||||
this.labelBuadrateWarning2.InitVisible = true;
|
||||
this.labelBuadrateWarning2.LineSpacing = 0F;
|
||||
|
|
@ -186,7 +214,7 @@
|
|||
this.labelStaticLanguage.BackPictureBox2 = null;
|
||||
this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticLanguage.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLanguage.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticLanguage.InitVisible = true;
|
||||
this.labelStaticLanguage.LineSpacing = 0F;
|
||||
this.labelStaticLanguage.Location = new System.Drawing.Point(74, 238);
|
||||
|
|
@ -206,7 +234,7 @@
|
|||
this.labelBuadrateWarning.BackPictureBox2 = null;
|
||||
this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBuadrateWarning.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBuadrateWarning.ForeColor = System.Drawing.Color.Red;
|
||||
this.labelBuadrateWarning.InitVisible = true;
|
||||
this.labelBuadrateWarning.LineSpacing = 0F;
|
||||
|
|
@ -231,7 +259,7 @@
|
|||
//
|
||||
// radioButtonChinese
|
||||
//
|
||||
this.radioButtonChinese.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonChinese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonChinese.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonChinese.Name = "radioButtonChinese";
|
||||
this.radioButtonChinese.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -241,7 +269,7 @@
|
|||
//
|
||||
// radioButtonEnglish
|
||||
//
|
||||
this.radioButtonEnglish.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEnglish.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonEnglish.Location = new System.Drawing.Point(126, 3);
|
||||
this.radioButtonEnglish.Name = "radioButtonEnglish";
|
||||
this.radioButtonEnglish.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -252,7 +280,7 @@
|
|||
// radioButtonKorean
|
||||
//
|
||||
this.radioButtonKorean.Checked = true;
|
||||
this.radioButtonKorean.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonKorean.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonKorean.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonKorean.Name = "radioButtonKorean";
|
||||
this.radioButtonKorean.Size = new System.Drawing.Size(100, 20);
|
||||
|
|
@ -262,7 +290,7 @@
|
|||
//
|
||||
// comboBoxEquipmentColumn
|
||||
//
|
||||
this.comboBoxEquipmentColumn.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxEquipmentColumn.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxEquipmentColumn.Location = new System.Drawing.Point(250, 141);
|
||||
this.comboBoxEquipmentColumn.Name = "comboBoxEquipmentColumn";
|
||||
this.comboBoxEquipmentColumn.Size = new System.Drawing.Size(100, 29);
|
||||
|
|
@ -276,7 +304,7 @@
|
|||
this.labelStaticEquipmentLine.BackPictureBox2 = null;
|
||||
this.labelStaticEquipmentLine.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEquipmentLine.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEquipmentLine.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentLine.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentLine.InitVisible = true;
|
||||
this.labelStaticEquipmentLine.LineSpacing = 0F;
|
||||
this.labelStaticEquipmentLine.Location = new System.Drawing.Point(74, 145);
|
||||
|
|
@ -295,7 +323,7 @@
|
|||
this.labelStaticEquipmentID.BackPictureBox2 = null;
|
||||
this.labelStaticEquipmentID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticEquipmentID.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticEquipmentID.InitVisible = true;
|
||||
this.labelStaticEquipmentID.LineSpacing = 0F;
|
||||
this.labelStaticEquipmentID.Location = new System.Drawing.Point(74, 114);
|
||||
|
|
@ -340,7 +368,7 @@
|
|||
//
|
||||
// radioButtonWeightViewReverse
|
||||
//
|
||||
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewReverse.Location = new System.Drawing.Point(232, 3);
|
||||
this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse";
|
||||
this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -351,7 +379,7 @@
|
|||
// radioButtonWeightViewForward
|
||||
//
|
||||
this.radioButtonWeightViewForward.Checked = true;
|
||||
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.radioButtonWeightViewForward.Location = new System.Drawing.Point(20, 3);
|
||||
this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward";
|
||||
this.radioButtonWeightViewForward.Size = new System.Drawing.Size(180, 20);
|
||||
|
|
@ -366,7 +394,7 @@
|
|||
this.labelStaticWeightCheck.BackPictureBox2 = null;
|
||||
this.labelStaticWeightCheck.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticWeightCheck.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticWeightCheck.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWeightCheck.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticWeightCheck.InitVisible = true;
|
||||
this.labelStaticWeightCheck.LineSpacing = 0F;
|
||||
this.labelStaticWeightCheck.Location = new System.Drawing.Point(74, 269);
|
||||
|
|
@ -379,34 +407,6 @@
|
|||
this.labelStaticWeightCheck.Visible = false;
|
||||
this.labelStaticWeightCheck.Wordwrap = false;
|
||||
//
|
||||
// comboBoxInverterCNT
|
||||
//
|
||||
this.comboBoxInverterCNT.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxInverterCNT.Location = new System.Drawing.Point(250, 172);
|
||||
this.comboBoxInverterCNT.Name = "comboBoxInverterCNT";
|
||||
this.comboBoxInverterCNT.Size = new System.Drawing.Size(100, 29);
|
||||
this.comboBoxInverterCNT.TabIndex = 192;
|
||||
this.comboBoxInverterCNT.SelectedIndexChanged += new System.EventHandler(this.control_Click);
|
||||
//
|
||||
// labelStaticInverterCNT
|
||||
//
|
||||
this.labelStaticInverterCNT.BackPictureBox = this.smartForm1;
|
||||
this.labelStaticInverterCNT.BackPictureBox1 = null;
|
||||
this.labelStaticInverterCNT.BackPictureBox2 = null;
|
||||
this.labelStaticInverterCNT.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticInverterCNT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticInverterCNT.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticInverterCNT.InitVisible = true;
|
||||
this.labelStaticInverterCNT.LineSpacing = 0F;
|
||||
this.labelStaticInverterCNT.Location = new System.Drawing.Point(74, 176);
|
||||
this.labelStaticInverterCNT.Name = "labelStaticInverterCNT";
|
||||
this.labelStaticInverterCNT.Size = new System.Drawing.Size(170, 25);
|
||||
this.labelStaticInverterCNT.TabIndex = 191;
|
||||
this.labelStaticInverterCNT.Text = "인버터 개수";
|
||||
this.labelStaticInverterCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelStaticInverterCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelStaticInverterCNT.Wordwrap = false;
|
||||
//
|
||||
// labelTitle
|
||||
//
|
||||
this.labelTitle.BackPictureBox = this.smartForm1;
|
||||
|
|
@ -414,7 +414,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Equipment setting";
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "设备设置";
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -120,9 +120,9 @@ namespace INT89DB_26.Forms
|
|||
this.labelEquipmentID.Text = this.ParentForm.SystemConfig.EquipmentID.ToString();
|
||||
|
||||
// 언어
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
this.radioButtonKorean.Checked = true;
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
this.radioButtonEnglish.Checked = true;
|
||||
else
|
||||
this.radioButtonChinese.Checked = true;
|
||||
|
|
@ -140,7 +140,7 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.InitializeControl();
|
||||
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormEquipmentSetting;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormEquipmentSetting;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
@ -208,11 +208,11 @@ namespace INT89DB_26.Forms
|
|||
|
||||
// 언어
|
||||
if (this.radioButtonKorean.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Korean;
|
||||
this.ParentForm.SystemConfig.Language = DataStore.E_LanguageID.Korean;
|
||||
else if (this.radioButtonEnglish.Checked == true)
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.English;
|
||||
this.ParentForm.SystemConfig.Language = DataStore.E_LanguageID.English;
|
||||
else
|
||||
this.ParentForm.SystemConfig.Language = DataStore.LanguageID.Chinese;
|
||||
this.ParentForm.SystemConfig.Language = DataStore.E_LanguageID.Chinese;
|
||||
|
||||
// 로그인
|
||||
if (this.buttonLogin.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
|
||||
|
|
@ -235,7 +235,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@
|
|||
this.smartForm1.Size = new System.Drawing.Size(800, 600);
|
||||
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
||||
this.smartForm1.SuspendLayoutInterval = 1;
|
||||
this.smartForm1.Click += new System.EventHandler(this.smartForm1_Click);
|
||||
//
|
||||
// labelTitle
|
||||
//
|
||||
|
|
@ -145,7 +146,9 @@
|
|||
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonBack.Name = "buttonBack";
|
||||
this.buttonBack.NestedClickEventPrevent = false;
|
||||
this.buttonBack.OutlinePixel = 1;
|
||||
this.buttonBack.RepeatInterval = 200;
|
||||
this.buttonBack.RepeatIntervalAccelerate = null;
|
||||
this.buttonBack.SafeInterval = 200;
|
||||
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
||||
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -174,7 +177,9 @@
|
|||
this.buttonZero1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero1.Name = "buttonZero1";
|
||||
this.buttonZero1.NestedClickEventPrevent = false;
|
||||
this.buttonZero1.OutlinePixel = 1;
|
||||
this.buttonZero1.RepeatInterval = 200;
|
||||
this.buttonZero1.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero1.SafeInterval = 200;
|
||||
this.buttonZero1.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -204,7 +209,9 @@
|
|||
this.buttonZero2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero2.Name = "buttonZero2";
|
||||
this.buttonZero2.NestedClickEventPrevent = false;
|
||||
this.buttonZero2.OutlinePixel = 1;
|
||||
this.buttonZero2.RepeatInterval = 200;
|
||||
this.buttonZero2.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero2.SafeInterval = 200;
|
||||
this.buttonZero2.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -234,7 +241,9 @@
|
|||
this.buttonZero3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero3.Name = "buttonZero3";
|
||||
this.buttonZero3.NestedClickEventPrevent = false;
|
||||
this.buttonZero3.OutlinePixel = 1;
|
||||
this.buttonZero3.RepeatInterval = 200;
|
||||
this.buttonZero3.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero3.SafeInterval = 200;
|
||||
this.buttonZero3.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -264,7 +273,9 @@
|
|||
this.buttonZero4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero4.Name = "buttonZero4";
|
||||
this.buttonZero4.NestedClickEventPrevent = false;
|
||||
this.buttonZero4.OutlinePixel = 1;
|
||||
this.buttonZero4.RepeatInterval = 200;
|
||||
this.buttonZero4.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero4.SafeInterval = 200;
|
||||
this.buttonZero4.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -294,7 +305,9 @@
|
|||
this.buttonZero5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero5.Name = "buttonZero5";
|
||||
this.buttonZero5.NestedClickEventPrevent = false;
|
||||
this.buttonZero5.OutlinePixel = 1;
|
||||
this.buttonZero5.RepeatInterval = 200;
|
||||
this.buttonZero5.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero5.SafeInterval = 200;
|
||||
this.buttonZero5.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -324,7 +337,9 @@
|
|||
this.buttonZero6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonZero6.Name = "buttonZero6";
|
||||
this.buttonZero6.NestedClickEventPrevent = false;
|
||||
this.buttonZero6.OutlinePixel = 1;
|
||||
this.buttonZero6.RepeatInterval = 200;
|
||||
this.buttonZero6.RepeatIntervalAccelerate = null;
|
||||
this.buttonZero6.SafeInterval = 200;
|
||||
this.buttonZero6.Size = new System.Drawing.Size(50, 30);
|
||||
this.buttonZero6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -936,7 +951,9 @@
|
|||
this.buttonConveyor6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor6.Name = "buttonConveyor6";
|
||||
this.buttonConveyor6.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor6.OutlinePixel = 1;
|
||||
this.buttonConveyor6.RepeatInterval = 200;
|
||||
this.buttonConveyor6.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor6.SafeInterval = 200;
|
||||
this.buttonConveyor6.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -966,7 +983,9 @@
|
|||
this.buttonConveyor5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor5.Name = "buttonConveyor5";
|
||||
this.buttonConveyor5.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor5.OutlinePixel = 1;
|
||||
this.buttonConveyor5.RepeatInterval = 200;
|
||||
this.buttonConveyor5.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor5.SafeInterval = 200;
|
||||
this.buttonConveyor5.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -996,7 +1015,9 @@
|
|||
this.buttonConveyor4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor4.Name = "buttonConveyor4";
|
||||
this.buttonConveyor4.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor4.OutlinePixel = 1;
|
||||
this.buttonConveyor4.RepeatInterval = 200;
|
||||
this.buttonConveyor4.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor4.SafeInterval = 200;
|
||||
this.buttonConveyor4.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -1026,7 +1047,9 @@
|
|||
this.buttonConveyor3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor3.Name = "buttonConveyor3";
|
||||
this.buttonConveyor3.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor3.OutlinePixel = 1;
|
||||
this.buttonConveyor3.RepeatInterval = 200;
|
||||
this.buttonConveyor3.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor3.SafeInterval = 200;
|
||||
this.buttonConveyor3.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -1056,7 +1079,9 @@
|
|||
this.buttonConveyor2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor2.Name = "buttonConveyor2";
|
||||
this.buttonConveyor2.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor2.OutlinePixel = 1;
|
||||
this.buttonConveyor2.RepeatInterval = 200;
|
||||
this.buttonConveyor2.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor2.SafeInterval = 200;
|
||||
this.buttonConveyor2.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
@ -1086,7 +1111,9 @@
|
|||
this.buttonConveyor1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonConveyor1.Name = "buttonConveyor1";
|
||||
this.buttonConveyor1.NestedClickEventPrevent = false;
|
||||
this.buttonConveyor1.OutlinePixel = 1;
|
||||
this.buttonConveyor1.RepeatInterval = 200;
|
||||
this.buttonConveyor1.RepeatIntervalAccelerate = null;
|
||||
this.buttonConveyor1.SafeInterval = 200;
|
||||
this.buttonConveyor1.Size = new System.Drawing.Size(84, 25);
|
||||
this.buttonConveyor1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
|
|
|
|||
|
|
@ -48,18 +48,18 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Equipment test";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "设备测试";
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -321,7 +321,7 @@ namespace INT89DB_26.Forms
|
|||
public void DisplayRefresh()
|
||||
{
|
||||
string value = "";
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormEquipmentTest;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormEquipmentTest;
|
||||
|
||||
this.ParentForm.TransferData(CommunicationCommand.ModeEquipmentTest, CommunicationID.MainBoard);
|
||||
|
||||
|
|
@ -355,7 +355,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
|
||||
private void buttonZero_Click(object sender, EventArgs e)
|
||||
|
|
@ -416,16 +416,18 @@ namespace INT89DB_26.Forms
|
|||
|
||||
private void buttonLogOpen_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.IsCommunicationLogOpen = true;
|
||||
if (this.ParentForm.IsCommunicationLogOpen == false)
|
||||
this.ParentForm.IsCommunicationLogOpen = true;
|
||||
|
||||
this.ParentForm.smartFileCommunicationLog.Close();
|
||||
this.ParentForm.smartFileCommunicationLog.Open(this.ParentForm.BufferSmartUart);
|
||||
}
|
||||
private void buttonLogClose_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.IsCommunicationLogOpen = true;
|
||||
if (this.ParentForm.IsCommunicationLogOpen == true)
|
||||
this.ParentForm.smartFileCommunicationLog.Close();
|
||||
|
||||
this.ParentForm.smartFileCommunicationLog.Close();
|
||||
this.ParentForm.IsCommunicationLogOpen = false;
|
||||
}
|
||||
|
||||
#region Conveyor
|
||||
|
|
@ -503,6 +505,11 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void smartForm1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -41,11 +41,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Factory reset";
|
||||
this.labelResetWait.Text = "Wait a minute...";
|
||||
|
|
@ -55,7 +55,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "回复出厂设置";
|
||||
this.labelResetWait.Text = "请稍等...";
|
||||
|
|
@ -65,7 +65,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -117,7 +117,7 @@ namespace INT89DB_26.Forms
|
|||
structItem.DummyBool6 = false;
|
||||
structItem.DummyBool7 = false;
|
||||
structItem.DummyBool8 = false;
|
||||
structItem.DummyBool9 = false;
|
||||
structItem.IsFeedback = false;
|
||||
structItem.IsLogin = this.ParentForm.SystemConfig.IsLogin;
|
||||
structItem.IsWeightViewForward = this.ParentForm.SystemConfig.IsWeightViewForward;
|
||||
structItem.DecimalPlaces = this.ParentForm.SystemConfig.DecimalPlaces;
|
||||
|
|
@ -336,7 +336,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,18 +48,18 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "I/O Test";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "I/O测试";
|
||||
this.buttonInputRead.Text = "读";
|
||||
|
|
@ -67,7 +67,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -181,7 +181,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormIOTest;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormIOTest;
|
||||
|
||||
this.ParentForm.TransferData(CommunicationCommand.ModeIOTest, CommunicationID.MainBoard);
|
||||
}
|
||||
|
|
@ -236,7 +236,7 @@ namespace INT89DB_26.Forms
|
|||
this.InitializeControl();
|
||||
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,25 +45,25 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Information";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "信息";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -107,7 +107,7 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
private void DefaultSetting()
|
||||
{
|
||||
this.labelDisplayVer.Text = "8.4.0";
|
||||
this.labelDisplayVer.Text = "8.5.0";
|
||||
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
||||
|
||||
this.CollectionControlVerLabel = new Collection<SmartLabel>();
|
||||
|
|
@ -191,13 +191,13 @@ namespace INT89DB_26.Forms
|
|||
this.ParentForm.smartFileIO.WriteString("sales@intechkorea.com", 10);
|
||||
this.ParentForm.smartFileIO.WriteString("http://www.intechkorea.com", 11);
|
||||
}
|
||||
private void DisplayAsInfo(DataStore.LanguageID language)
|
||||
private void DisplayAsInfo(DataStore.E_LanguageID language)
|
||||
{
|
||||
string readText = "";
|
||||
bool readCheck = false;
|
||||
int index = 0;
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
index = 0;
|
||||
else
|
||||
index = 6;
|
||||
|
|
@ -351,7 +351,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
this.buttonSubMenu = new SmartX.SmartButton();
|
||||
this.pictureBoxIconAlarm = new System.Windows.Forms.PictureBox();
|
||||
this.panelSubMenu = new System.Windows.Forms.Panel();
|
||||
this.buttonFeedback = new SmartX.SmartButton();
|
||||
this.labelTitleBypass = new SmartX.SmartLabel();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.buttonBypassRun = new SmartX.SmartButton();
|
||||
|
|
@ -120,7 +121,7 @@
|
|||
this.labelStaticRow.BackPictureBox2 = null;
|
||||
this.labelStaticRow.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRow.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRow.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRow.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticRow.InitVisible = true;
|
||||
this.labelStaticRow.LineSpacing = 0F;
|
||||
|
|
@ -140,7 +141,7 @@
|
|||
this.labelStaticUnder.BackPictureBox2 = null;
|
||||
this.labelStaticUnder.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticUnder.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticUnder.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticUnder.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticUnder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticUnder.InitVisible = true;
|
||||
this.labelStaticUnder.LineSpacing = 0F;
|
||||
|
|
@ -160,7 +161,7 @@
|
|||
this.labelStaticPass.BackPictureBox2 = null;
|
||||
this.labelStaticPass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticPass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticPass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticPass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticPass.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticPass.InitVisible = true;
|
||||
this.labelStaticPass.LineSpacing = 0F;
|
||||
|
|
@ -180,7 +181,7 @@
|
|||
this.labelStaticOver.BackPictureBox2 = null;
|
||||
this.labelStaticOver.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticOver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticOver.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticOver.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticOver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticOver.InitVisible = true;
|
||||
this.labelStaticOver.LineSpacing = 0F;
|
||||
|
|
@ -200,7 +201,7 @@
|
|||
this.labelStaticExNG.BackPictureBox2 = null;
|
||||
this.labelStaticExNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticExNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticExNG.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticExNG.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticExNG.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticExNG.InitVisible = true;
|
||||
this.labelStaticExNG.LineSpacing = 0F;
|
||||
|
|
@ -220,7 +221,7 @@
|
|||
this.labelStaticSum.BackPictureBox2 = null;
|
||||
this.labelStaticSum.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSum.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSum.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSum.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(65)))), ((int)(((byte)(41)))));
|
||||
this.labelStaticSum.InitVisible = true;
|
||||
this.labelStaticSum.LineSpacing = 0F;
|
||||
|
|
@ -466,7 +467,7 @@
|
|||
this.labelStaticTotalCount.BackPictureBox2 = null;
|
||||
this.labelStaticTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticTotalCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTotalCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticTotalCount.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticTotalCount.InitVisible = true;
|
||||
this.labelStaticTotalCount.LineSpacing = 0F;
|
||||
|
|
@ -487,7 +488,7 @@
|
|||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
|
|
@ -580,7 +581,7 @@
|
|||
this.labelIconBypassMode.BackPictureBox2 = null;
|
||||
this.labelIconBypassMode.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.labelIconBypassMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelIconBypassMode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelIconBypassMode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelIconBypassMode.ForeColor = System.Drawing.Color.DarkRed;
|
||||
this.labelIconBypassMode.InitVisible = true;
|
||||
this.labelIconBypassMode.LineSpacing = 0F;
|
||||
|
|
@ -852,7 +853,7 @@
|
|||
this.labelUserLevel.BackPictureBox2 = null;
|
||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserLevel.InitVisible = true;
|
||||
this.labelUserLevel.LineSpacing = 0F;
|
||||
|
|
@ -872,7 +873,7 @@
|
|||
this.labelUserID.BackPictureBox2 = null;
|
||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserID.InitVisible = true;
|
||||
this.labelUserID.LineSpacing = 0F;
|
||||
|
|
@ -927,6 +928,7 @@
|
|||
//
|
||||
// panelSubMenu
|
||||
//
|
||||
this.panelSubMenu.Controls.Add(this.buttonFeedback);
|
||||
this.panelSubMenu.Controls.Add(this.labelTitleBypass);
|
||||
this.panelSubMenu.Controls.Add(this.buttonBypassRun);
|
||||
this.panelSubMenu.Controls.Add(this.buttonBypassDirection);
|
||||
|
|
@ -937,6 +939,38 @@
|
|||
this.panelSubMenu.Size = new System.Drawing.Size(555, 70);
|
||||
this.panelSubMenu.Visible = false;
|
||||
//
|
||||
// buttonFeedback
|
||||
//
|
||||
this.buttonFeedback.BackPictureBox = null;
|
||||
this.buttonFeedback.BackPictureBox1 = null;
|
||||
this.buttonFeedback.BackPictureBox2 = null;
|
||||
this.buttonFeedback.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonFeedback.ButtonImageAutoSize = true;
|
||||
this.buttonFeedback.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonFeedback.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.DisableImage")));
|
||||
this.buttonFeedback.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.DownImage")));
|
||||
this.buttonFeedback.GroupID = 0;
|
||||
this.buttonFeedback.InitVisible = true;
|
||||
this.buttonFeedback.Location = new System.Drawing.Point(492, 10);
|
||||
this.buttonFeedback.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonFeedback.Name = "buttonFeedback";
|
||||
this.buttonFeedback.NestedClickEventPrevent = false;
|
||||
this.buttonFeedback.OutlinePixel = 1;
|
||||
this.buttonFeedback.RepeatInterval = 200;
|
||||
this.buttonFeedback.RepeatIntervalAccelerate = null;
|
||||
this.buttonFeedback.SafeInterval = 200;
|
||||
this.buttonFeedback.Size = new System.Drawing.Size(50, 50);
|
||||
this.buttonFeedback.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonFeedback.TabIndex = 688;
|
||||
this.buttonFeedback.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonFeedback.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonFeedback.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonFeedback.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonFeedback.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonFeedback.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.UpImage")));
|
||||
this.buttonFeedback.Visible = false;
|
||||
this.buttonFeedback.Click += new System.EventHandler(this.buttonFeedback_Click);
|
||||
//
|
||||
// labelTitleBypass
|
||||
//
|
||||
this.labelTitleBypass.BackPictureBox = this.pictureBox1;
|
||||
|
|
@ -944,7 +978,7 @@
|
|||
this.labelTitleBypass.BackPictureBox2 = null;
|
||||
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleBypass.InitVisible = true;
|
||||
this.labelTitleBypass.LineSpacing = 0F;
|
||||
|
|
@ -1183,5 +1217,6 @@
|
|||
private System.Windows.Forms.PictureBox pictureBoxEthernetDisconnection;
|
||||
private System.Windows.Forms.PictureBox pictureBoxEthernetConnection;
|
||||
private System.Windows.Forms.Timer timerServer;
|
||||
private SmartX.SmartButton buttonFeedback;
|
||||
}
|
||||
}
|
||||
|
|
@ -24,6 +24,7 @@ namespace INT89DB_26.Forms
|
|||
private Color ColorButtonAccessFalse;
|
||||
|
||||
private ControlMainDisplayAlarm MainDisplayAlarmList;
|
||||
private ControlFeedback MainDisplayFeedback;
|
||||
|
||||
private ControlMainDisplay2 MainDisplay2;
|
||||
private ControlMainDisplay3 MainDisplay3;
|
||||
|
|
@ -57,7 +58,7 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.IsLogin == true)
|
||||
{
|
||||
|
|
@ -76,7 +77,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonMenu.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korMainDisplayMenuBigUp));
|
||||
}
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelStaticRow.Text = "Lane";
|
||||
this.labelStaticUnder.Text = "Under";
|
||||
|
|
@ -129,7 +130,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMainUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelStaticRow.Text = "列";
|
||||
this.labelStaticUnder.Text = "低于";
|
||||
|
|
@ -193,7 +194,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMainUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -211,6 +212,8 @@ namespace INT89DB_26.Forms
|
|||
else
|
||||
this.buttonProductNo.Text = this.ParentForm.SystemConfig.ProductNumber.ToString();
|
||||
|
||||
this.UpdateFeedbackButtonDisplay();
|
||||
|
||||
this.buttonUnder.Text = Helper.StringToDecimalPlaces(this.ParentForm.CurrentProductItem.UnderRange, this.ParentForm.SystemConfig.DecimalPlaces);
|
||||
this.buttonPass.Text = Helper.StringToDecimalPlaces(this.ParentForm.CurrentProductItem.PassRange, this.ParentForm.SystemConfig.DecimalPlaces);
|
||||
this.buttonOver.Text = Helper.StringToDecimalPlaces(this.ParentForm.CurrentProductItem.OverRange, this.ParentForm.SystemConfig.DecimalPlaces);
|
||||
|
|
@ -233,6 +236,11 @@ namespace INT89DB_26.Forms
|
|||
this.MainDisplayAlarmList.Location = new Point(539, 59);
|
||||
this.MainDisplayAlarmList.Visible = false;
|
||||
|
||||
this.MainDisplayFeedback = new ControlFeedback(this);
|
||||
this.Controls.Add(this.MainDisplayFeedback);
|
||||
this.MainDisplayFeedback.Location = new Point(0, 64);
|
||||
this.MainDisplayFeedback.Visible = false;
|
||||
|
||||
switch (this.ParentForm.SystemConfig.EquipmentColumns)
|
||||
{
|
||||
case 2:
|
||||
|
|
@ -358,9 +366,9 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
case DataStore.UserGroup.Level1Operator:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别1";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň1`";
|
||||
else
|
||||
group = "Level1";
|
||||
|
|
@ -382,9 +390,9 @@ namespace INT89DB_26.Forms
|
|||
break;
|
||||
case DataStore.UserGroup.Level2Engineer:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别2";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň2`";
|
||||
else
|
||||
group = "Level2";
|
||||
|
|
@ -406,9 +414,9 @@ namespace INT89DB_26.Forms
|
|||
break;
|
||||
case DataStore.UserGroup.Level3Manager:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别3";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň3`";
|
||||
else
|
||||
group = "Level3";
|
||||
|
|
@ -430,9 +438,9 @@ namespace INT89DB_26.Forms
|
|||
break;
|
||||
case DataStore.UserGroup.Level4Developer:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别4";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň4`";
|
||||
else
|
||||
group = "Level4";
|
||||
|
|
@ -454,7 +462,7 @@ namespace INT89DB_26.Forms
|
|||
break;
|
||||
case DataStore.UserGroup.LogOff:
|
||||
id = "";
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "关闭";
|
||||
else
|
||||
group = "Off";
|
||||
|
|
@ -476,7 +484,7 @@ namespace INT89DB_26.Forms
|
|||
break;
|
||||
default:
|
||||
id = "";
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "关闭";
|
||||
else
|
||||
group = "Off";
|
||||
|
|
@ -511,6 +519,11 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
}
|
||||
|
||||
public void UpdateFeedbackButtonDisplay()
|
||||
{
|
||||
// Feedback
|
||||
this.buttonFeedback.Visible = this.ParentForm.SystemConfig.IsFeedback;
|
||||
}
|
||||
public void UpdateCurrentProductDisplay(DataStore.EquipmentStatus status, ProductItem pItem, JudgmentSetItem jItem,Collection<WeightData> weightDatas)
|
||||
{
|
||||
string value = "";
|
||||
|
|
@ -657,6 +670,9 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
public void UpdateStopWeightDisplay(DataStore.EquipmentStatus status, Collection<WeightData> weightDatas)
|
||||
{
|
||||
if(this.ParentForm.SystemConfig.IsFeedback == true)
|
||||
this.MainDisplayFeedback.UpdateStopWeightDisplay(status, weightDatas);
|
||||
|
||||
switch (this.ParentForm.SystemConfig.EquipmentColumns)
|
||||
{
|
||||
case 2:
|
||||
|
|
@ -843,6 +859,74 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.SetTotalCount();
|
||||
}
|
||||
|
||||
public void ClearRefreshFeedbackDisplay()
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.IsFeedback == true)
|
||||
{
|
||||
this.MainDisplayFeedback.Clear();
|
||||
this.MainDisplayFeedback.UpdateFeedbackDisplay(this.ParentForm.CurrentFeedbackItem, this.ParentForm.SystemConfig, this.ParentForm.CurrentProductItem);
|
||||
for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
this.ParentForm.Update30000ModbusData(i);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay(DataStore.EquipmentStatus status, Collection<FeedBackSystem> feedbackData, Collection<WeightData> weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay(status, feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay1(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay1(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay1(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay2(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay2(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay2(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay3(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay3(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay3(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay4(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay4(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay4(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay5(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay5(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay5(status, weightData);
|
||||
}
|
||||
}
|
||||
public void UpdateFeedbackDataDisplay6(DataStore.EquipmentStatus status, FeedBackSystem feedbackData, WeightData weightData)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.UpdateFeedbackDataDisplay6(feedbackData);
|
||||
this.MainDisplayFeedback.UpdateStartWeightDisplay6(status, weightData);
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateDisplayAlarmView(AlarmList alarm)
|
||||
{
|
||||
this.MainDisplayAlarmList.listBoxMessage.Items.Clear();
|
||||
|
|
@ -971,7 +1055,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonPass.Enabled = false;
|
||||
this.buttonOver.Enabled = false;
|
||||
this.buttonTare.Enabled = false;
|
||||
this.panelSubMenu.Visible = false;
|
||||
//this.panelSubMenu.Visible = false;
|
||||
|
||||
this.ParentForm.TransferProductParameter(productNumber);
|
||||
}
|
||||
|
|
@ -1029,7 +1113,7 @@ namespace INT89DB_26.Forms
|
|||
public void DisplayRefresh()
|
||||
{
|
||||
this.ParentForm.TransferData(CommunicationCommand.ModeNormal, CommunicationID.MainBoard);
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormMainDisplay;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormMainDisplay;
|
||||
this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser);
|
||||
|
||||
if (this.ParentForm.EquipmentStatus == DataStore.EquipmentStatus.Stop)
|
||||
|
|
@ -1050,6 +1134,9 @@ namespace INT89DB_26.Forms
|
|||
this.buttonSubMenu.ButtonUp();
|
||||
this.panelSubMenu.Visible = false;
|
||||
|
||||
this.buttonFeedback.ButtonUp();
|
||||
this.MainDisplayFeedback.Visible = false;
|
||||
|
||||
// Ethernet
|
||||
if (this.ParentForm.SystemConfig.IsEthernetEnable == true)
|
||||
{
|
||||
|
|
@ -1146,6 +1233,8 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.UpdateUnderRangeChange(myKeyPad.StringValue);
|
||||
this.ParentForm.Update30000ModbusData();
|
||||
|
||||
this.ClearRefreshFeedbackDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1167,6 +1256,8 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.UpdatePassRangeChange(myKeyPad.StringValue);
|
||||
this.ParentForm.Update30000ModbusData();
|
||||
|
||||
this.ClearRefreshFeedbackDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1187,6 +1278,8 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.UpdateOverRangeChange(myKeyPad.StringValue);
|
||||
this.ParentForm.Update30000ModbusData();
|
||||
|
||||
this.ClearRefreshFeedbackDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1207,6 +1300,8 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.UpdateTareRangeChange(myKeyPad.StringValue);
|
||||
this.ParentForm.Update30000ModbusData();
|
||||
|
||||
this.ClearRefreshFeedbackDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1216,6 +1311,8 @@ namespace INT89DB_26.Forms
|
|||
if (myDlg.ShowDialog() == DialogResult.Yes)
|
||||
{
|
||||
this.Clear();
|
||||
|
||||
this.ClearRefreshFeedbackDisplay();
|
||||
}
|
||||
}
|
||||
private void buttonMenu_Click(object sender, EventArgs e)
|
||||
|
|
@ -1223,11 +1320,12 @@ namespace INT89DB_26.Forms
|
|||
if (this.ParentForm.EquipmentStatus == DataStore.EquipmentStatus.Stop)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.panelSetting.Visible = true;
|
||||
this.panelSetting.BringToFront();
|
||||
}
|
||||
}
|
||||
private void buttonUser_Click(object sender, EventArgs e)
|
||||
|
|
@ -1407,9 +1505,48 @@ namespace INT89DB_26.Forms
|
|||
|
||||
private void buttonExit_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.smartFileCommunicationLog.Close();
|
||||
if (this.ParentForm.IsCommunicationLogOpen == true)
|
||||
this.ParentForm.smartFileCommunicationLog.Close();
|
||||
this.ParentForm.CloseSmartUartLink();
|
||||
this.ParentForm.Close();
|
||||
}
|
||||
|
||||
private void buttonFeedback_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.buttonFeedback.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||
{
|
||||
if (this.MainDisplayFeedback != null)
|
||||
{
|
||||
this.MainDisplayFeedback.DisplayRefresh();
|
||||
this.MainDisplayFeedback.BringToFront();
|
||||
this.MainDisplayFeedback.Visible = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
this.MainDisplayFeedback.Visible = false;
|
||||
|
||||
switch (this.ParentForm.SystemConfig.EquipmentColumns)
|
||||
{
|
||||
case 2:
|
||||
this.MainDisplay2.BringToFront();
|
||||
break;
|
||||
case 3:
|
||||
this.MainDisplay3.BringToFront();
|
||||
break;
|
||||
case 4:
|
||||
this.MainDisplay4.BringToFront();
|
||||
break;
|
||||
case 5:
|
||||
this.MainDisplay5.BringToFront();
|
||||
break;
|
||||
case 6:
|
||||
this.MainDisplay6.BringToFront();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3009,6 +3009,281 @@
|
|||
7cf+bvfHfpVujVTXRtJL/kZSFW67nTuWqNZNyura0j3ob+nypxvgXdYGOPOJaxmyCQVE0BXcAAdzhzuk
|
||||
1z0uYEGr3HHBXLzD6PFkeYcr1H5VHa4A7ygq1i/R0bIeRUVHIS18FBWgrWmbHtwNzMihCT0qK93BHcEP
|
||||
TUAEHaQhGWFZANXzh3svHp+8cXreOVWaY85TGYJDAZE9SR5q1/8PE/CxwSkRA2YAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonFeedback.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
7oZaAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonFeedback.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
jJQAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonFeedback.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -3730,7 +4005,7 @@
|
|||
</value>
|
||||
</data>
|
||||
<metadata name="timerServer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
<value>21, 2</value>
|
||||
</metadata>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
<value>WEBPAD</value>
|
||||
|
|
@ -3738,4 +4013,7 @@
|
|||
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>35</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
this.buttonUser = new SmartX.SmartButton();
|
||||
this.buttonFunction = new SmartX.SmartButton();
|
||||
this.buttonCommunication = new SmartX.SmartButton();
|
||||
this.buttonOptionSetting = new SmartX.SmartButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
|
@ -106,7 +107,7 @@
|
|||
this.buttonTimeSetting.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonTimeSetting.ButtonImageAutoSize = true;
|
||||
this.buttonTimeSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonTimeSetting.DisableImage = null;
|
||||
this.buttonTimeSetting.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.DisableImage")));
|
||||
this.buttonTimeSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.DownImage")));
|
||||
this.buttonTimeSetting.GroupID = 0;
|
||||
this.buttonTimeSetting.InitVisible = true;
|
||||
|
|
@ -137,7 +138,7 @@
|
|||
this.buttonInformation.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonInformation.ButtonImageAutoSize = true;
|
||||
this.buttonInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonInformation.DisableImage = null;
|
||||
this.buttonInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DisableImage")));
|
||||
this.buttonInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DownImage")));
|
||||
this.buttonInformation.GroupID = 0;
|
||||
this.buttonInformation.InitVisible = true;
|
||||
|
|
@ -168,7 +169,7 @@
|
|||
this.buttonDataBackup.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonDataBackup.ButtonImageAutoSize = true;
|
||||
this.buttonDataBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDataBackup.DisableImage = null;
|
||||
this.buttonDataBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DisableImage")));
|
||||
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
|
||||
this.buttonDataBackup.GroupID = 0;
|
||||
this.buttonDataBackup.InitVisible = true;
|
||||
|
|
@ -199,7 +200,7 @@
|
|||
this.buttonSysConfig.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonSysConfig.ButtonImageAutoSize = true;
|
||||
this.buttonSysConfig.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonSysConfig.DisableImage = null;
|
||||
this.buttonSysConfig.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.DisableImage")));
|
||||
this.buttonSysConfig.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.DownImage")));
|
||||
this.buttonSysConfig.GroupID = 0;
|
||||
this.buttonSysConfig.InitVisible = true;
|
||||
|
|
@ -230,7 +231,7 @@
|
|||
this.buttonCalibration.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonCalibration.ButtonImageAutoSize = true;
|
||||
this.buttonCalibration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonCalibration.DisableImage = null;
|
||||
this.buttonCalibration.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DisableImage")));
|
||||
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
||||
this.buttonCalibration.GroupID = 0;
|
||||
this.buttonCalibration.InitVisible = true;
|
||||
|
|
@ -261,7 +262,7 @@
|
|||
this.buttonConfiguration.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonConfiguration.ButtonImageAutoSize = true;
|
||||
this.buttonConfiguration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonConfiguration.DisableImage = null;
|
||||
this.buttonConfiguration.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DisableImage")));
|
||||
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
|
||||
this.buttonConfiguration.GroupID = 0;
|
||||
this.buttonConfiguration.InitVisible = true;
|
||||
|
|
@ -292,7 +293,7 @@
|
|||
this.buttonFactoryInitialize.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonFactoryInitialize.ButtonImageAutoSize = true;
|
||||
this.buttonFactoryInitialize.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonFactoryInitialize.DisableImage = null;
|
||||
this.buttonFactoryInitialize.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.DisableImage")));
|
||||
this.buttonFactoryInitialize.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.DownImage")));
|
||||
this.buttonFactoryInitialize.GroupID = 0;
|
||||
this.buttonFactoryInitialize.InitVisible = true;
|
||||
|
|
@ -323,7 +324,7 @@
|
|||
this.buttonUpdate.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonUpdate.ButtonImageAutoSize = true;
|
||||
this.buttonUpdate.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonUpdate.DisableImage = null;
|
||||
this.buttonUpdate.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DisableImage")));
|
||||
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
||||
this.buttonUpdate.GroupID = 0;
|
||||
this.buttonUpdate.InitVisible = true;
|
||||
|
|
@ -353,7 +354,7 @@
|
|||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
|
|
@ -381,7 +382,7 @@
|
|||
this.buttonEquipmentSetting.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonEquipmentSetting.ButtonImageAutoSize = true;
|
||||
this.buttonEquipmentSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonEquipmentSetting.DisableImage = null;
|
||||
this.buttonEquipmentSetting.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.DisableImage")));
|
||||
this.buttonEquipmentSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.DownImage")));
|
||||
this.buttonEquipmentSetting.GroupID = 0;
|
||||
this.buttonEquipmentSetting.InitVisible = true;
|
||||
|
|
@ -412,7 +413,7 @@
|
|||
this.buttonIOTest.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonIOTest.ButtonImageAutoSize = true;
|
||||
this.buttonIOTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonIOTest.DisableImage = null;
|
||||
this.buttonIOTest.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DisableImage")));
|
||||
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
||||
this.buttonIOTest.GroupID = 0;
|
||||
this.buttonIOTest.InitVisible = true;
|
||||
|
|
@ -443,7 +444,7 @@
|
|||
this.buttonEquipmentTest.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonEquipmentTest.ButtonImageAutoSize = true;
|
||||
this.buttonEquipmentTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonEquipmentTest.DisableImage = null;
|
||||
this.buttonEquipmentTest.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.DisableImage")));
|
||||
this.buttonEquipmentTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.DownImage")));
|
||||
this.buttonEquipmentTest.GroupID = 0;
|
||||
this.buttonEquipmentTest.InitVisible = true;
|
||||
|
|
@ -474,7 +475,7 @@
|
|||
this.labelUserID.BackPictureBox2 = null;
|
||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserID.InitVisible = true;
|
||||
this.labelUserID.LineSpacing = 0F;
|
||||
|
|
@ -495,7 +496,7 @@
|
|||
this.labelUserLevel.BackPictureBox2 = null;
|
||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
||||
this.labelUserLevel.InitVisible = true;
|
||||
this.labelUserLevel.LineSpacing = 0F;
|
||||
|
|
@ -516,7 +517,7 @@
|
|||
this.buttonUser.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonUser.ButtonImageAutoSize = true;
|
||||
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonUser.DisableImage = null;
|
||||
this.buttonUser.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DisableImage")));
|
||||
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
||||
this.buttonUser.GroupID = 0;
|
||||
this.buttonUser.InitVisible = true;
|
||||
|
|
@ -601,12 +602,45 @@
|
|||
this.buttonCommunication.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.UpImage")));
|
||||
this.buttonCommunication.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||
//
|
||||
// buttonOptionSetting
|
||||
//
|
||||
this.buttonOptionSetting.BackPictureBox = null;
|
||||
this.buttonOptionSetting.BackPictureBox1 = null;
|
||||
this.buttonOptionSetting.BackPictureBox2 = null;
|
||||
this.buttonOptionSetting.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonOptionSetting.ButtonImageAutoSize = true;
|
||||
this.buttonOptionSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOptionSetting.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionSetting.DisableImage")));
|
||||
this.buttonOptionSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionSetting.DownImage")));
|
||||
this.buttonOptionSetting.GroupID = 0;
|
||||
this.buttonOptionSetting.InitVisible = true;
|
||||
this.buttonOptionSetting.Location = new System.Drawing.Point(669, 120);
|
||||
this.buttonOptionSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonOptionSetting.Name = "buttonOptionSetting";
|
||||
this.buttonOptionSetting.NestedClickEventPrevent = false;
|
||||
this.buttonOptionSetting.OutlinePixel = 1;
|
||||
this.buttonOptionSetting.RepeatInterval = 200;
|
||||
this.buttonOptionSetting.RepeatIntervalAccelerate = null;
|
||||
this.buttonOptionSetting.SafeInterval = 200;
|
||||
this.buttonOptionSetting.Size = new System.Drawing.Size(120, 120);
|
||||
this.buttonOptionSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonOptionSetting.TabIndex = 174;
|
||||
this.buttonOptionSetting.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonOptionSetting.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonOptionSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonOptionSetting.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonOptionSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonOptionSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionSetting.UpImage")));
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
this.buttonOptionSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||
//
|
||||
// FormMenu
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(800, 600);
|
||||
this.Controls.Add(this.buttonOptionSetting);
|
||||
this.Controls.Add(this.buttonCommunication);
|
||||
this.Controls.Add(this.buttonFunction);
|
||||
this.Controls.Add(this.buttonUser);
|
||||
|
|
@ -656,5 +690,6 @@
|
|||
private SmartX.SmartButton buttonUser;
|
||||
private SmartX.SmartButton buttonFunction;
|
||||
private SmartX.SmartButton buttonCommunication;
|
||||
private SmartX.SmartButton buttonOptionSetting;
|
||||
}
|
||||
}
|
||||
|
|
@ -40,79 +40,111 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Menu";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
|
||||
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCalibrationDisable));
|
||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCalibrationDown));
|
||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCalibrationUp));
|
||||
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuConfigurationDisable));
|
||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuConfigurationDown));
|
||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuConfigurationUp));
|
||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuDatabackupDown));
|
||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuDatabackupUp));
|
||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuFactoryResetDown));
|
||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuFactoryResetUp));
|
||||
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuDataBackupDisable));
|
||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuDataBackupDown));
|
||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuDataBackupUp));
|
||||
this.buttonFactoryInitialize.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInitializationDisable));
|
||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInitializationDown));
|
||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInitializationUp));
|
||||
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationDisable));
|
||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationDown));
|
||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationUp));
|
||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuSystemSettingDown));
|
||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuSystemSettingUp));
|
||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTimeSettingDown));
|
||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTimeSettingUp));
|
||||
this.buttonSysConfig.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuSystemDisable));
|
||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuSystemDown));
|
||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuSystemUp));
|
||||
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTimeDisable));
|
||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTimeDown));
|
||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTimeUp));
|
||||
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUpdateDisable));
|
||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUpdateDown));
|
||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUpdateUp));
|
||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentSettingDown));
|
||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentSettingUp));
|
||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentTestDown));
|
||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentTestUp));
|
||||
this.buttonEquipmentSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentDisable));
|
||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentDown));
|
||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentUp));
|
||||
this.buttonEquipmentTest.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTestDisable));
|
||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTestDown));
|
||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuTestUp));
|
||||
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuIOTestDisable));
|
||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuIOTestDown));
|
||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuIOTestUp));
|
||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUserDisable));
|
||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUserDown));
|
||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuUserUp));
|
||||
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCommunicationDisable));
|
||||
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCommunicationDown));
|
||||
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuCommunicationUp));
|
||||
this.buttonOptionSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuOptionDisable));
|
||||
this.buttonOptionSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuOptionDown));
|
||||
this.buttonOptionSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuOptionUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "菜单";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
|
||||
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCalibrationDisable));
|
||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCalibrationDown));
|
||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCalibrationUp));
|
||||
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigurationDisable));
|
||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigurationDown));
|
||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuConfigurationUp));
|
||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDatabackupDown));
|
||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDatabackupUp));
|
||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuFactoryResetDown));
|
||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuFactoryResetUp));
|
||||
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDataBackupDisable));
|
||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDataBackupDown));
|
||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuDataBackupUp));
|
||||
this.buttonFactoryInitialize.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInitializationDisable));
|
||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInitializationDown));
|
||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInitializationUp));
|
||||
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDisable));
|
||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDown));
|
||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationUp));
|
||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemSettingDown));
|
||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemSettingUp));
|
||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTimeSettingDown));
|
||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTimeSettingUp));
|
||||
this.buttonSysConfig.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemDisable));
|
||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemDown));
|
||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuSystemUp));
|
||||
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTimeDisable));
|
||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTimeDown));
|
||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTimeUp));
|
||||
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUpdateDisable));
|
||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUpdateDown));
|
||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUpdateUp));
|
||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentSettingDown));
|
||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentSettingUp));
|
||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentTestDown));
|
||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentTestUp));
|
||||
this.buttonEquipmentSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDisable));
|
||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDown));
|
||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentUp));
|
||||
this.buttonEquipmentTest.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTestDisable));
|
||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTestDown));
|
||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuTestUp));
|
||||
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuIOTestDisable));
|
||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuIOTestDown));
|
||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuIOTestUp));
|
||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUserDisable));
|
||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUserDown));
|
||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuUserUp));
|
||||
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCommunicationDisable));
|
||||
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCommunicationDown));
|
||||
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuCommunicationUp));
|
||||
this.buttonOptionSetting.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuOptionDisable));
|
||||
this.buttonOptionSetting.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuOptionDown));
|
||||
this.buttonOptionSetting.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuOptionUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -129,6 +161,7 @@ namespace INT89DB_26.Forms
|
|||
this.labelUserLevel.Visible = false;
|
||||
this.buttonUser.Visible = false;
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -140,9 +173,9 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
case DataStore.UserGroup.Level1Operator:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别1";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň1`";
|
||||
else
|
||||
group = "Level1";
|
||||
|
|
@ -161,13 +194,14 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUser.Visible = false;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
||||
break;
|
||||
case DataStore.UserGroup.Level2Engineer:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别2";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň2`";
|
||||
else
|
||||
group = "Level2";
|
||||
|
|
@ -186,12 +220,13 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUser.Visible = false;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
break;
|
||||
case DataStore.UserGroup.Level3Manager:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别3";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň3`";
|
||||
else
|
||||
group = "Level3";
|
||||
|
|
@ -210,12 +245,13 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUser.Visible = true;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
break;
|
||||
case DataStore.UserGroup.Level4Developer:
|
||||
id = user.ID;
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
group = "级别4";
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
group = "Úroveň4`";
|
||||
else
|
||||
group = "Level4";
|
||||
|
|
@ -234,6 +270,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUser.Visible = true;
|
||||
|
||||
this.buttonEquipmentTest.Visible = true;
|
||||
this.buttonOptionSetting.Visible = true;
|
||||
break;
|
||||
case DataStore.UserGroup.LogOff:
|
||||
break;
|
||||
|
|
@ -256,10 +293,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
this.ParentForm.SystemConfig.CurrentUser.Group = DataStore.UserGroup.Level3Manager;
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
}
|
||||
|
||||
this.ParentForm.TransferData(CommunicationCommand.ModeMenu, CommunicationID.MainBoard);
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormMenu;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormMenu;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
@ -284,42 +322,42 @@ namespace INT89DB_26.Forms
|
|||
if (button == this.buttonTimeSetting)
|
||||
{
|
||||
#region 시간설정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormTimeSetting);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormTimeSetting);
|
||||
this.ParentForm.ChildFormTimeSetting.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonInformation)
|
||||
{
|
||||
#region 시스템정보
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormInformation);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormInformation);
|
||||
this.ParentForm.ChildFormInformation.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonDataBackup)
|
||||
{
|
||||
#region 데이터백업
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormDataBackup);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormDataBackup);
|
||||
this.ParentForm.ChildFormDataBackup.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonSysConfig)
|
||||
{
|
||||
#region 시스템설정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormSystemSetting);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormSystemSetting);
|
||||
this.ParentForm.ChildFormSystemSetting.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonCalibration)
|
||||
{
|
||||
#region 중량조정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormCalibration);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormCalibration);
|
||||
this.ParentForm.ChildFormCalibration.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonConfiguration)
|
||||
{
|
||||
#region 환경설정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormConfiguration);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormConfiguration);
|
||||
this.ParentForm.ChildFormConfiguration.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
|
|
@ -330,7 +368,7 @@ namespace INT89DB_26.Forms
|
|||
DialogResult dr = myDlg.ShowDialog();
|
||||
if (dr == DialogResult.Yes)
|
||||
{
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormFactory);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormFactory);
|
||||
|
||||
this.ParentForm.ChildFormFactoryInitialize.timer1.Enabled = true;
|
||||
}
|
||||
|
|
@ -348,21 +386,21 @@ namespace INT89DB_26.Forms
|
|||
else if (button == this.buttonEquipmentSetting)
|
||||
{
|
||||
#region 장비설정
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentSetting);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormEquipmentSetting);
|
||||
this.ParentForm.ChildFormEquipmentSetting.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonIOTest)
|
||||
{
|
||||
#region IO테스트
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormIOTest);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormIOTest);
|
||||
this.ParentForm.ChildFormIOTest.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonEquipmentTest)
|
||||
{
|
||||
#region 장비테스트
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentTest);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormEquipmentTest);
|
||||
this.ParentForm.ChildFormEquipmentTest.DisplayRefresh();
|
||||
#endregion
|
||||
}
|
||||
|
|
@ -370,30 +408,44 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
#region 유저설정
|
||||
this.ParentForm.ChildFormUserSetting.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormUserSetting);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormUserSetting);
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonCommunication)
|
||||
{
|
||||
#region 통신설정
|
||||
this.ParentForm.ChildFormCommunication.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormCommunication);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormCommunication);
|
||||
#endregion
|
||||
}
|
||||
else if (button == this.buttonOptionSetting)
|
||||
{
|
||||
#region 옵션설정
|
||||
this.ParentForm.ChildFormOptionSetting.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormOptionSetting);
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMainDisplay);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMainDisplay);
|
||||
this.ParentForm.ChildFormMainDisplay.DisplayRefresh();
|
||||
}
|
||||
private void buttonFunction_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.ParentForm.SystemConfig.IsLogin == false)
|
||||
{
|
||||
this.ParentForm.SystemConfig.CurrentUser.Group = DataStore.UserGroup.Level4Developer;
|
||||
DialogFormPasswordKeyPad pass = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language);
|
||||
|
||||
if (this.buttonEquipmentTest.Visible != true)
|
||||
this.buttonEquipmentTest.Visible = true;
|
||||
if (pass.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
this.ParentForm.SystemConfig.CurrentUser.Group = DataStore.UserGroup.Level4Developer;
|
||||
|
||||
if (this.buttonEquipmentTest.Visible != true)
|
||||
this.buttonEquipmentTest.Visible = true;
|
||||
if (this.buttonOptionSetting.Visible == false)
|
||||
this.buttonOptionSetting.Visible = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
|
|
|||
|
|
@ -0,0 +1,227 @@
|
|||
namespace INT89DB_26.Forms
|
||||
{
|
||||
partial class FormOptionSetting
|
||||
{
|
||||
/// <summary>
|
||||
/// 필수 디자이너 변수입니다.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 사용 중인 모든 리소스를 정리합니다.
|
||||
/// </summary>
|
||||
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form 디자이너에서 생성한 코드
|
||||
|
||||
/// <summary>
|
||||
/// 디자이너 지원에 필요한 메서드입니다.
|
||||
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormOptionSetting));
|
||||
this.smartForm1 = new SmartX.SmartForm();
|
||||
this.buttonSave = new SmartX.SmartButton();
|
||||
this.buttonBack = new SmartX.SmartButton();
|
||||
this.labelTitle = new SmartX.SmartLabel();
|
||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||
this.labelTitleFeedback = new SmartX.SmartLabel();
|
||||
this.buttonFeedback = new SmartX.SmartButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// smartForm1
|
||||
//
|
||||
this.smartForm1.CenterLocation = false;
|
||||
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
||||
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
||||
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
|
||||
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartForm1.MainForm = null;
|
||||
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
||||
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
||||
this.smartForm1.Name = "smartForm1";
|
||||
this.smartForm1.Size = new System.Drawing.Size(800, 600);
|
||||
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
||||
this.smartForm1.SuspendLayoutInterval = 0;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
this.buttonSave.BackPictureBox = null;
|
||||
this.buttonSave.BackPictureBox1 = null;
|
||||
this.buttonSave.BackPictureBox2 = null;
|
||||
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonSave.ButtonImageAutoSize = true;
|
||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonSave.DisableImage = null;
|
||||
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
||||
this.buttonSave.GroupID = 0;
|
||||
this.buttonSave.InitVisible = true;
|
||||
this.buttonSave.Location = new System.Drawing.Point(644, 525);
|
||||
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonSave.Name = "buttonSave";
|
||||
this.buttonSave.NestedClickEventPrevent = false;
|
||||
this.buttonSave.OutlinePixel = 1;
|
||||
this.buttonSave.RepeatInterval = 200;
|
||||
this.buttonSave.RepeatIntervalAccelerate = null;
|
||||
this.buttonSave.SafeInterval = 200;
|
||||
this.buttonSave.Size = new System.Drawing.Size(70, 70);
|
||||
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonSave.TabIndex = 86;
|
||||
this.buttonSave.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonSave.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
||||
this.buttonSave.Visible = false;
|
||||
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
||||
//
|
||||
// buttonBack
|
||||
//
|
||||
this.buttonBack.BackPictureBox = null;
|
||||
this.buttonBack.BackPictureBox1 = null;
|
||||
this.buttonBack.BackPictureBox2 = null;
|
||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonBack.ButtonImageAutoSize = true;
|
||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonBack.DisableImage = null;
|
||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||
this.buttonBack.GroupID = 0;
|
||||
this.buttonBack.InitVisible = true;
|
||||
this.buttonBack.Location = new System.Drawing.Point(720, 525);
|
||||
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonBack.Name = "buttonBack";
|
||||
this.buttonBack.NestedClickEventPrevent = false;
|
||||
this.buttonBack.OutlinePixel = 1;
|
||||
this.buttonBack.RepeatInterval = 200;
|
||||
this.buttonBack.RepeatIntervalAccelerate = null;
|
||||
this.buttonBack.SafeInterval = 200;
|
||||
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
||||
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonBack.TabIndex = 85;
|
||||
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
||||
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
||||
//
|
||||
// labelTitle
|
||||
//
|
||||
this.labelTitle.BackPictureBox = this.smartForm1;
|
||||
this.labelTitle.BackPictureBox1 = null;
|
||||
this.labelTitle.BackPictureBox2 = null;
|
||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
||||
this.labelTitle.Name = "labelTitle";
|
||||
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
||||
this.labelTitle.TabIndex = 166;
|
||||
this.labelTitle.Text = "옵션 설정";
|
||||
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitle.Wordwrap = false;
|
||||
//
|
||||
// pictureBoxFormIcon
|
||||
//
|
||||
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
||||
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
||||
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
||||
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
||||
//
|
||||
// labelTitleFeedback
|
||||
//
|
||||
this.labelTitleFeedback.BackPictureBox = this.smartForm1;
|
||||
this.labelTitleFeedback.BackPictureBox1 = null;
|
||||
this.labelTitleFeedback.BackPictureBox2 = null;
|
||||
this.labelTitleFeedback.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleFeedback.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleFeedback.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleFeedback.InitVisible = true;
|
||||
this.labelTitleFeedback.LineSpacing = 0F;
|
||||
this.labelTitleFeedback.Location = new System.Drawing.Point(234, 272);
|
||||
this.labelTitleFeedback.Name = "labelTitleFeedback";
|
||||
this.labelTitleFeedback.Size = new System.Drawing.Size(151, 30);
|
||||
this.labelTitleFeedback.TabIndex = 169;
|
||||
this.labelTitleFeedback.Text = "Feedback";
|
||||
this.labelTitleFeedback.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleFeedback.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleFeedback.Wordwrap = false;
|
||||
//
|
||||
// buttonFeedback
|
||||
//
|
||||
this.buttonFeedback.BackPictureBox = null;
|
||||
this.buttonFeedback.BackPictureBox1 = null;
|
||||
this.buttonFeedback.BackPictureBox2 = null;
|
||||
this.buttonFeedback.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonFeedback.ButtonImageAutoSize = true;
|
||||
this.buttonFeedback.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonFeedback.DisableImage = null;
|
||||
this.buttonFeedback.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.DownImage")));
|
||||
this.buttonFeedback.GroupID = 0;
|
||||
this.buttonFeedback.InitVisible = true;
|
||||
this.buttonFeedback.Location = new System.Drawing.Point(403, 272);
|
||||
this.buttonFeedback.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonFeedback.Name = "buttonFeedback";
|
||||
this.buttonFeedback.NestedClickEventPrevent = false;
|
||||
this.buttonFeedback.OutlinePixel = 1;
|
||||
this.buttonFeedback.RepeatInterval = 200;
|
||||
this.buttonFeedback.RepeatIntervalAccelerate = null;
|
||||
this.buttonFeedback.SafeInterval = 200;
|
||||
this.buttonFeedback.Size = new System.Drawing.Size(100, 30);
|
||||
this.buttonFeedback.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonFeedback.TabIndex = 170;
|
||||
this.buttonFeedback.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonFeedback.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonFeedback.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonFeedback.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonFeedback.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonFeedback.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.UpImage")));
|
||||
this.buttonFeedback.Click += new System.EventHandler(this.buttonFeedback_Click);
|
||||
//
|
||||
// FormOptionSetting
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(800, 600);
|
||||
this.Controls.Add(this.buttonFeedback);
|
||||
this.Controls.Add(this.labelTitleFeedback);
|
||||
this.Controls.Add(this.labelTitle);
|
||||
this.Controls.Add(this.pictureBoxFormIcon);
|
||||
this.Controls.Add(this.buttonSave);
|
||||
this.Controls.Add(this.buttonBack);
|
||||
this.Controls.Add(this.smartForm1);
|
||||
this.Name = "FormOptionSetting";
|
||||
this.Text = "FormOptionSetting";
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private SmartX.SmartForm smartForm1;
|
||||
private SmartX.SmartButton buttonSave;
|
||||
private SmartX.SmartButton buttonBack;
|
||||
private SmartX.SmartLabel labelTitle;
|
||||
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
||||
private SmartX.SmartLabel labelTitleFeedback;
|
||||
private SmartX.SmartButton buttonFeedback;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,132 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using SmartX;
|
||||
using INT89DB_26_ImageDll;
|
||||
|
||||
namespace INT89DB_26.Forms
|
||||
{
|
||||
public partial class FormOptionSetting : Form
|
||||
{
|
||||
#region Field
|
||||
private FormMain m_ParentForm;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public FormOptionSetting(FormMain parent)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.ParentForm = parent;
|
||||
|
||||
this.InitializeDesign();
|
||||
this.DefaultSetting();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public FormMain ParentForm
|
||||
{
|
||||
get { return this.m_ParentForm; }
|
||||
private set { this.m_ParentForm = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void InitializeDesign()
|
||||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
#region English
|
||||
this.labelTitle.Text = "Option Setting";
|
||||
|
||||
//this.buttonSave.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engSaveDisable));
|
||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engSaveDown));
|
||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engSaveUp));
|
||||
|
||||
//this.buttonBack.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
#endregion
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
#region Chinese
|
||||
this.labelTitle.Text = "Option Setting";
|
||||
|
||||
//this.buttonSave.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnSaveDisable));
|
||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnSaveDown));
|
||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnSaveUp));
|
||||
|
||||
//this.buttonBack.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
#endregion
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
private void DefaultSetting()
|
||||
{
|
||||
|
||||
}
|
||||
private void InitializeControl()
|
||||
{
|
||||
// 피드백 보드 사용 유무
|
||||
if (this.ParentForm.SystemConfig.IsFeedback == true)
|
||||
this.buttonFeedback.ButtonDown();
|
||||
else
|
||||
this.buttonFeedback.ButtonUp();
|
||||
|
||||
this.buttonSave.Visible = false;
|
||||
}
|
||||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
this.InitializeControl();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void buttonFeedback_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.buttonSave.Visible == false)
|
||||
this.buttonSave.Visible = true;
|
||||
}
|
||||
|
||||
private void buttonSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
// 피드백 보드 사용 유무
|
||||
if (this.buttonFeedback.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||
this.ParentForm.SystemConfig.IsFeedback = true;
|
||||
else
|
||||
this.ParentForm.SystemConfig.IsFeedback = false;
|
||||
|
||||
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
|
||||
this.ParentForm.ChildFormMainDisplay.UpdateFeedbackButtonDisplay();
|
||||
|
||||
this.buttonSave.Visible = false;
|
||||
}
|
||||
|
||||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,913 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="smartForm1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOwwAADsMBx2+oZAAACmpJREFUeF7t1jERgEAQ
|
||||
ALGz8yUSXjM4AgtQY2LLzERE5tgLAICQYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhg
|
||||
AQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABi
|
||||
ggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIA
|
||||
iAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQL
|
||||
ACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABAT
|
||||
LACAmGABAMQECwAgJlgAADHBAgCIzXufAACE5nsuAABCggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
||||
wQIAiAkWAEBs3vsEACA0x14AAIQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonSave.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonSave.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
Kml+s4BQAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAC8AAAAtCAIAAACxjaXwAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||
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
|
||||
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA7dJREFUWEftl+tLVUEU
|
||||
xft3hAhEEEEEtaIHYojZ+4lZmWQiiWSGWSKJWPY2ySyMMqlEJCMKkUSsqCR7mJQ9TCwxSyorLLEfbhvm
|
||||
jN7X3HuoD27WB10zc2edmT1r9swKjwv7fzCjxjOmUVNQktd+v234y/C4O9Hz5mVdw8VFy+ONeYGppuH6
|
||||
1clBLgdfm7whwZjdoYZVka4verqPVB7cX1bgBuqvXR4b+80sz7qfRM6fowtwqHnc1SlSjE4hR87eHRNf
|
||||
PZ65a6vOO9T8/PmDHmUnSnTSJXz99oW52AGddKiZkDtefKhQJ13C+4F+5jpzoVInA1AzLznmSuMlTgQJ
|
||||
2NH5gNU2OgSEoNSsSEuStdUDcUY3/2GvJmLubBmMT7BCMGTfwOAHmPziXL2n/7BRE58UXViaX1NXDY8l
|
||||
Kh5szt4AycYZB9gTMnLT9OE2anr73gpJTF2zqXvnPfgwNdZGzY3mJiGJ0mPFigds38j3kck2P+LT56FN
|
||||
WevUcPu8IYXhWaeYhEhFYkuQyFVMQLBXA1rammnq63934HARmYu78y9uuWrLUqOnnwhKTdTC8HsP70gH
|
||||
CZLG8PWAEJQaQdbubYzHZsih2MQooxVAbsxczXETI/CCEKjxAi5ajEBuOoJbmt3U88yAu2qaW28yllPG
|
||||
H6S2FGsUBZ7KARfVcHQZiDsnrJovDLZJZQLpyaxt1OCh1EQ+8XFokIEUa2ogSN+ZCskiSZ/b7S0LUmJV
|
||||
q40aLEtIf2Jt+jI1EJDIkw1/Q6+cbNRk79nOCfKJ5y+6jIFA1gbPlD5MzPapVhfzZn3GSgayKSmpS4Qh
|
||||
gbhQIXP3ZatuOlxUAyg2GMvBphDDJ+UKw8G5zoyeAnfVMCtFrrrVMR7sBwc3uimEQI2kUdOtxlPnjk/7
|
||||
PAPcXMDnqyMoNVi+vG9U8PXWhR8ISg3ZQNOjpx1kJV53uqZi9NcoWaKXLAHBUg3vU2o2+Ne9r/T1xxgh
|
||||
USlb4xPGLWujpu1uq5BEeUWp4gHK1B3pT9AZB1LDbdSIZ0gEWYkS+tVhoyZ6cQSLjA54NkU3D2odSFxY
|
||||
3w4vSFyzQI0F9lnMppA0NHG2qZExeHJZagZPVusT9moAXyYXtR6cLKOb/5DHofELDjUyX239eZ1UoJDD
|
||||
9HAddoeSyvpsA3W9G1/uUCMvAYwkryhH50MLjrocVSZS1ZnAoYa2QJ+PwcTJ6qP67MChBlASSAXparAq
|
||||
x6rKp17vphrACSInqNOkSgotztZWcQw93bjTqPmHmFHjCXFhfwBc64RgRhAB0gAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonFeedback.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="buttonFeedback.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
<value>WEBPAD</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -52,11 +52,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Update";
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ namespace INT89DB_26.Forms
|
|||
this.labelUpdateWait2.Text = "Do not disconnect the USB from the body";
|
||||
this.labelUpdateRestart.Text = "Turn OFF the power and then turn ON the power";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "更新";
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ namespace INT89DB_26.Forms
|
|||
this.labelUpdateWait2.Text = "请勿断开USB";
|
||||
this.labelUpdateRestart.Text = "关掉电源,然后在打开电源";
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -120,7 +120,7 @@ namespace INT89DB_26.Forms
|
|||
}
|
||||
else
|
||||
{
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormProgramUpdate);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormProgramUpdate);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@ namespace INT89DB_26.Forms
|
|||
|
||||
this.smartKeyboard.SetHangulFont(false);
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
this.smartKeyboard.SetHangulFont(true);
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "System setting";
|
||||
this.tabProduct.Text = "Product";
|
||||
|
|
@ -103,7 +103,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormSystemSettingUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormSystemSettingUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "系统设定";
|
||||
this.tabProduct.Text = "项目设置";
|
||||
|
|
@ -157,7 +157,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormSystemSettingUnderDown));
|
||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormSystemSettingUnderUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -298,7 +298,7 @@ namespace INT89DB_26.Forms
|
|||
public void DisplayRefresh()
|
||||
{
|
||||
this.ParentForm.TransferData(CommunicationCommand.ModeJudgment, CommunicationID.SubBoard1);
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormSystemSetting;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormSystemSetting;
|
||||
|
||||
if (this.CollectionButtonLine == null || this.CollectionButtonLine.Count == 0)
|
||||
return;
|
||||
|
|
@ -619,7 +619,7 @@ namespace INT89DB_26.Forms
|
|||
bt.ButtonUp();
|
||||
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
|
||||
private void buttonItemNo_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -42,11 +42,11 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "Time setting";
|
||||
this.groupBoxPresentTime.Text = "Present time";
|
||||
|
|
@ -58,7 +58,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "时间设定";
|
||||
this.groupBoxPresentTime.Text = "当前时间";
|
||||
|
|
@ -70,7 +70,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -149,7 +149,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,18 +52,18 @@ namespace INT89DB_26.Forms
|
|||
{
|
||||
Class1 images = new Class1();
|
||||
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||
if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Korean)
|
||||
{
|
||||
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.English)
|
||||
{
|
||||
this.labelTitle.Text = "User setting";
|
||||
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "用户设置";
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ namespace INT89DB_26.Forms
|
|||
this.buttonBack.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.E_LanguageID.Czech)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -130,7 +130,7 @@ namespace INT89DB_26.Forms
|
|||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.FormStore.FormUserSetting;
|
||||
this.ParentForm.SystemConfig.CurrentForm = DataStore.E_FormStore.FormUserSetting;
|
||||
this.UpdateUserListDisplay(this.ParentForm.CurrentCollectionUser);
|
||||
|
||||
this.listBoxLevel1.SelectItemIndex = -1;
|
||||
|
|
@ -353,7 +353,7 @@ namespace INT89DB_26.Forms
|
|||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMenu.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMenu);
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.E_FormStore.FormMenu);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,6 +103,12 @@
|
|||
<Compile Include="Controls\ControlCalibration6.Designer.cs">
|
||||
<DependentUpon>ControlCalibration6.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ControlFeedback.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ControlFeedback.Designer.cs">
|
||||
<DependentUpon>ControlFeedback.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ControlMainDisplay2.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
|
|
@ -146,11 +152,11 @@
|
|||
<Compile Include="DialogForms\DialogFormLogOn.designer.cs">
|
||||
<DependentUpon>DialogFormLogOn.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DialogForms\DialogFormPasswordKeyPad1.cs">
|
||||
<Compile Include="DialogForms\DialogFormPasswordKeyPad.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DialogForms\DialogFormPasswordKeyPad1.designer.cs">
|
||||
<DependentUpon>DialogFormPasswordKeyPad1.cs</DependentUpon>
|
||||
<Compile Include="DialogForms\DialogFormPasswordKeyPad.designer.cs">
|
||||
<DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DialogForms\DialogFormMessage.cs">
|
||||
<SubType>Form</SubType>
|
||||
|
|
@ -218,6 +224,12 @@
|
|||
<Compile Include="Forms\FormIOTest.Designer.cs">
|
||||
<DependentUpon>FormIOTest.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\FormOptionSetting.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\FormOptionSetting.Designer.cs">
|
||||
<DependentUpon>FormOptionSetting.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\FormSystemSetting.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
@ -294,6 +306,10 @@
|
|||
<DependentUpon>ControlCalibration6.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Controls\ControlFeedback.resx">
|
||||
<DependentUpon>ControlFeedback.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Controls\ControlMainDisplay2.resx">
|
||||
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
@ -316,13 +332,14 @@
|
|||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Controls\ControlMainDisplayAlarm.resx">
|
||||
<DependentUpon>ControlMainDisplayAlarm.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormLogOn.resx">
|
||||
<DependentUpon>DialogFormLogOn.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormPasswordKeyPad1.resx">
|
||||
<DependentUpon>DialogFormPasswordKeyPad1.cs</DependentUpon>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormPasswordKeyPad.resx">
|
||||
<DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormMessage.resx">
|
||||
|
|
@ -369,6 +386,10 @@
|
|||
<DependentUpon>FormIOTest.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\FormOptionSetting.resx">
|
||||
<DependentUpon>FormOptionSetting.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\FormSystemSetting.resx">
|
||||
<DependentUpon>FormSystemSetting.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
|
|||
|
|
@ -9,31 +9,48 @@ namespace INT89DB_26.Int_Modbus
|
|||
{
|
||||
public enum _30000_Modbus
|
||||
{
|
||||
UnderRange_High = 1010,
|
||||
UnderRange_Low = 1011,
|
||||
PassRange_High = 1012,
|
||||
PassRange_Low = 1013,
|
||||
OverRange_High = 1014,
|
||||
OverRange_Low = 1015,
|
||||
TareRange_High = 1016,
|
||||
TareRange_Low = 1017,
|
||||
HighLimit_High = 1018,
|
||||
HighLimit_Low = 1019,
|
||||
DeadZoneHighLimit_High = 1020,
|
||||
DeadZoneHighLimit_Low = 1021,
|
||||
DeadZoneLowLimit_High = 1022,
|
||||
DeadZoneLowLimit_Low = 1023,
|
||||
LowLimit_High = 1024,
|
||||
LowLimit_Low = 1025,
|
||||
DecimalPoint = 0,
|
||||
UnderRange_High_Float = 1010,
|
||||
UnderRange_Low_Float = 1011,
|
||||
PassRange_High_Float = 1012,
|
||||
PassRange_Low_Float = 1013,
|
||||
OverRange_High_Float = 1014,
|
||||
OverRange_Low_Float = 1015,
|
||||
TareRange_High_Float = 1016,
|
||||
TareRange_Low_Float = 1017,
|
||||
HighLimit_High_Float = 1018,
|
||||
HighLimit_Low_Float = 1019,
|
||||
DeadZoneHighLimit_High_Float = 1020,
|
||||
DeadZoneHighLimit_Low_Float = 1021,
|
||||
DeadZoneLowLimit_High_Float = 1022,
|
||||
DeadZoneLowLimit_Low_Float = 1023,
|
||||
LowLimit_High_Float = 1024,
|
||||
LowLimit_Low_Float = 1025,
|
||||
SampleCount_High = 1026,
|
||||
SampleCount_Low = 1027,
|
||||
IgnoreCount_High = 1028,
|
||||
IgnoreCount_Low = 1029,
|
||||
UnderRange_High_Int = 1030,
|
||||
UnderRange_Low_Int = 1031,
|
||||
PassRange_High_Int = 1032,
|
||||
PassRange_Low_Int = 1033,
|
||||
OverRange_High_Int = 1034,
|
||||
OverRange_Low_Int = 1035,
|
||||
TareRange_High_Int = 1036,
|
||||
TareRange_Low_Int = 1037,
|
||||
HighLimit_High_Int = 1038,
|
||||
HighLimit_Low_Int = 1039,
|
||||
DeadZoneHighLimit_High_Int = 1040,
|
||||
DeadZoneHighLimit_Low_Int = 1041,
|
||||
DeadZoneLowLimit_High_Int = 1042,
|
||||
DeadZoneLowLimit_Low_Int = 1043,
|
||||
LowLimit_High_Int = 1044,
|
||||
LowLimit_Low_Int = 1045,
|
||||
|
||||
_1_Update = 1200,
|
||||
_1_Grade = 1201,
|
||||
_1_Weight_High = 1202,
|
||||
_1_Weight_Low = 1203,
|
||||
_1_Weight_High_Float = 1202,
|
||||
_1_Weight_Low_Float = 1203,
|
||||
_1_UnderCount_High = 1204,
|
||||
_1_UnderCount_Low = 1205,
|
||||
_1_PassCount_High = 1206,
|
||||
|
|
@ -46,6 +63,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_1_ExNgCount_Low = 1213,
|
||||
_1_TotalCount_High = 1214,
|
||||
_1_TotalCount_Low = 1215,
|
||||
_1_FeedbackWeight_High_Float = 1216,
|
||||
_1_FeedbackWeight_Low_Float = 1217,
|
||||
_1_FeedbackWeight_High_Int = 1218,
|
||||
_1_FeedbackWeight_Low_Int = 1219,
|
||||
_1_Weight_High_Int = 1220,
|
||||
_1_Weight_Low_Int = 1221,
|
||||
_1_UpdateFeedbackData = 1222,
|
||||
|
||||
_2_Update = 1250,
|
||||
_2_Grade = 1251,
|
||||
|
|
@ -63,6 +87,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_2_ExNgCount_Low = 1263,
|
||||
_2_TotalCount_High = 1264,
|
||||
_2_TotalCount_Low = 1265,
|
||||
_2_FeedbackWeight_High_Float = 1266,
|
||||
_2_FeedbackWeight_Low_Float = 1267,
|
||||
_2_FeedbackWeight_High_Int = 1268,
|
||||
_2_FeedbackWeight_Low_Int = 1269,
|
||||
_2_Weight_High_Int = 1270,
|
||||
_2_Weight_Low_Int = 1271,
|
||||
_2_UpdateFeedbackData = 1272,
|
||||
|
||||
_3_Update = 1300,
|
||||
_3_Grade = 1301,
|
||||
|
|
@ -80,6 +111,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_3_ExNgCount_Low = 1313,
|
||||
_3_TotalCount_High = 1314,
|
||||
_3_TotalCount_Low = 1315,
|
||||
_3_FeedbackWeight_High_Float = 1316,
|
||||
_3_FeedbackWeight_Low_Float = 1317,
|
||||
_3_FeedbackWeight_High_Int = 1318,
|
||||
_3_FeedbackWeight_Low_Int = 1319,
|
||||
_3_Weight_High_Int = 1320,
|
||||
_3_Weight_Low_Int = 1321,
|
||||
_3_UpdateFeedbackData = 1322,
|
||||
|
||||
_4_Update = 1350,
|
||||
_4_Grade = 1351,
|
||||
|
|
@ -97,6 +135,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_4_ExNgCount_Low = 1363,
|
||||
_4_TotalCount_High = 1364,
|
||||
_4_TotalCount_Low = 1365,
|
||||
_4_FeedbackWeight_High_Float = 1366,
|
||||
_4_FeedbackWeight_Low_Float = 1367,
|
||||
_4_FeedbackWeight_High_Int = 1368,
|
||||
_4_FeedbackWeight_Low_Int = 1369,
|
||||
_4_Weight_High_Int = 1370,
|
||||
_4_Weight_Low_Int = 1371,
|
||||
_4_UpdateFeedbackData = 1372,
|
||||
|
||||
_5_Update = 1400,
|
||||
_5_Grade = 1401,
|
||||
|
|
@ -114,6 +159,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_5_ExNgCount_Low = 1413,
|
||||
_5_TotalCount_High = 1414,
|
||||
_5_TotalCount_Low = 1415,
|
||||
_5_FeedbackWeight_High_Float = 1416,
|
||||
_5_FeedbackWeight_Low_Float = 1417,
|
||||
_5_FeedbackWeight_High_Int = 1418,
|
||||
_5_FeedbackWeight_Low_Int = 1419,
|
||||
_5_Weight_High_Int = 1420,
|
||||
_5_Weight_Low_Int = 1421,
|
||||
_5_UpdateFeedbackData = 1422,
|
||||
|
||||
_6_Update = 1450,
|
||||
_6_Grade = 1451,
|
||||
|
|
@ -131,6 +183,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_6_ExNgCount_Low = 1463,
|
||||
_6_TotalCount_High = 1464,
|
||||
_6_TotalCount_Low = 1465,
|
||||
_6_FeedbackWeight_High_Float = 1466,
|
||||
_6_FeedbackWeight_Low_Float = 1467,
|
||||
_6_FeedbackWeight_High_Int = 1468,
|
||||
_6_FeedbackWeight_Low_Int = 1469,
|
||||
_6_Weight_High_Int = 1470,
|
||||
_6_Weight_Low_Int = 1471,
|
||||
_6_UpdateFeedbackData = 1472,
|
||||
|
||||
_7_Update = 1500,
|
||||
_7_Grade = 1501,
|
||||
|
|
@ -148,6 +207,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_7_ExNgCount_Low = 1513,
|
||||
_7_TotalCount_High = 1514,
|
||||
_7_TotalCount_Low = 1515,
|
||||
_7_FeedbackWeight_High_Float = 1516,
|
||||
_7_FeedbackWeight_Low_Float = 1517,
|
||||
_7_FeedbackWeight_High_Int = 1518,
|
||||
_7_FeedbackWeight_Low_Int = 1519,
|
||||
_7_Weight_High_Int = 1520,
|
||||
_7_Weight_Low_Int = 1521,
|
||||
_7_UpdateFeedbackData = 1522,
|
||||
|
||||
_8_Update = 1550,
|
||||
_8_Grade = 1551,
|
||||
|
|
@ -165,6 +231,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_8_ExNgCount_Low = 1563,
|
||||
_8_TotalCount_High = 1564,
|
||||
_8_TotalCount_Low = 1565,
|
||||
_8_FeedbackWeight_High_Float = 1566,
|
||||
_8_FeedbackWeight_Low_Float = 1567,
|
||||
_8_FeedbackWeight_High_Int = 1568,
|
||||
_8_FeedbackWeight_Low_Int = 1569,
|
||||
_8_Weight_High_Int = 1570,
|
||||
_8_Weight_Low_Int = 1571,
|
||||
_8_UpdateFeedbackData = 1572,
|
||||
|
||||
_9_Update = 1600,
|
||||
_9_Grade = 1601,
|
||||
|
|
@ -182,6 +255,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_9_ExNgCount_Low = 1613,
|
||||
_9_TotalCount_High = 1614,
|
||||
_9_TotalCount_Low = 1615,
|
||||
_9_FeedbackWeight_High_Float = 1616,
|
||||
_9_FeedbackWeight_Low_Float = 1617,
|
||||
_9_FeedbackWeight_High_Int = 1618,
|
||||
_9_FeedbackWeight_Low_Int = 1619,
|
||||
_9_Weight_High_Int = 1620,
|
||||
_9_Weight_Low_Int = 1621,
|
||||
_9_UpdateFeedbackData = 1622,
|
||||
|
||||
_10_Update = 1650,
|
||||
_10_Grade = 1651,
|
||||
|
|
@ -199,6 +279,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_10_ExNgCount_Low = 1663,
|
||||
_10_TotalCount_High = 1664,
|
||||
_10_TotalCount_Low = 1665,
|
||||
_10_FeedbackWeight_High_Float = 1666,
|
||||
_10_FeedbackWeight_Low_Float = 1667,
|
||||
_10_FeedbackWeight_High_Int = 1668,
|
||||
_10_FeedbackWeight_Low_Int = 1669,
|
||||
_10_Weight_High_Int = 1670,
|
||||
_10_Weight_Low_Int = 1671,
|
||||
_10_UpdateFeedbackData = 1672,
|
||||
|
||||
_11_Update = 1700,
|
||||
_11_Grade = 1701,
|
||||
|
|
@ -216,6 +303,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_11_ExNgCount_Low = 1713,
|
||||
_11_TotalCount_High = 1714,
|
||||
_11_TotalCount_Low = 1715,
|
||||
_11_FeedbackWeight_High_Float = 1716,
|
||||
_11_FeedbackWeight_Low_Float = 1717,
|
||||
_11_FeedbackWeight_High_Int = 1718,
|
||||
_11_FeedbackWeight_Low_Int = 1719,
|
||||
_11_Weight_High_Int = 1720,
|
||||
_11_Weight_Low_Int = 1721,
|
||||
_11_UpdateFeedbackData = 1722,
|
||||
|
||||
_12_Update = 1750,
|
||||
_12_Grade = 1751,
|
||||
|
|
@ -233,6 +327,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
_12_ExNgCount_Low = 1763,
|
||||
_12_TotalCount_High = 1764,
|
||||
_12_TotalCount_Low = 1765,
|
||||
_12_FeedbackWeight_High_Float = 1766,
|
||||
_12_FeedbackWeight_Low_Float = 1767,
|
||||
_12_FeedbackWeight_High_Int = 1768,
|
||||
_12_FeedbackWeight_Low_Int = 1769,
|
||||
_12_Weight_High_Int = 1770,
|
||||
_12_Weight_Low_Int = 1771,
|
||||
_12_UpdateFeedbackData = 1772,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ namespace INT89DB_26.Int_Modbus
|
|||
public class Modbus_30000_Data
|
||||
{
|
||||
#region Field
|
||||
private short m_DecimalPoint;
|
||||
private double m_UnderValue;
|
||||
private double m_PassValue;
|
||||
private double m_OverValue;
|
||||
|
|
@ -31,6 +32,11 @@ namespace INT89DB_26.Int_Modbus
|
|||
#endregion
|
||||
|
||||
#region Property
|
||||
public short DecimalPoint
|
||||
{
|
||||
get { return this.m_DecimalPoint; }
|
||||
set { this.m_DecimalPoint = value; }
|
||||
}
|
||||
public double UnderValue
|
||||
{
|
||||
get { return this.m_UnderValue; }
|
||||
|
|
@ -52,6 +58,7 @@ namespace INT89DB_26.Int_Modbus
|
|||
set { this.m_TareValue = value; }
|
||||
}
|
||||
|
||||
|
||||
public string HexStringUnderValue
|
||||
{
|
||||
get
|
||||
|
|
@ -142,6 +149,7 @@ namespace INT89DB_26.Int_Modbus
|
|||
#region Method
|
||||
public void Initialization()
|
||||
{
|
||||
this.DecimalPoint = 1;
|
||||
this.UnderValue = 100.0;
|
||||
this.PassValue = 200.0;
|
||||
this.OverValue = 300.0;
|
||||
|
|
@ -150,8 +158,8 @@ namespace INT89DB_26.Int_Modbus
|
|||
this.DeadZoneHighLimit = 0.0;
|
||||
this.DeadZoneLowLimit = 0.0;
|
||||
this.LowLimit = 100.0;
|
||||
this.SampleCount = 0;
|
||||
this.IgnoreCount = 0;
|
||||
this.SampleCount = 10;
|
||||
this.IgnoreCount = 5;
|
||||
|
||||
this.ModbusLaneData = new Collection<Modbus_30000_LaneData>();
|
||||
this.ModbusLaneData.Clear();
|
||||
|
|
|
|||
|
|
@ -10,11 +10,15 @@ namespace INT89DB_26.Int_Modbus
|
|||
#region Field
|
||||
private ushort m_Update;
|
||||
private ushort m_Grade;
|
||||
private double m_Weight;
|
||||
private double m_WeightDouble;
|
||||
private UInt32 m_UnderCount;
|
||||
private UInt32 m_PassCount;
|
||||
private UInt32 m_OverCount;
|
||||
private UInt32 m_ExNGCount;
|
||||
private double m_FeedbackWeightDouble;
|
||||
private int m_FeedbackWeightInt;
|
||||
private int m_WeightInt;
|
||||
private ushort m_UpdateFeedbackData;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
|
@ -35,10 +39,10 @@ namespace INT89DB_26.Int_Modbus
|
|||
get { return this.m_Grade; }
|
||||
set { this.m_Grade = value; }
|
||||
}
|
||||
public double Weight
|
||||
public double WeightDouble
|
||||
{
|
||||
get { return this.m_Weight; }
|
||||
set { this.m_Weight = value; }
|
||||
get { return this.m_WeightDouble; }
|
||||
set { this.m_WeightDouble = value; }
|
||||
}
|
||||
public UInt32 UnderCount
|
||||
{
|
||||
|
|
@ -68,6 +72,24 @@ namespace INT89DB_26.Int_Modbus
|
|||
{
|
||||
get { return this.m_UnderCount + this.m_PassCount + this.m_OverCount + this.m_ExNGCount; }
|
||||
}
|
||||
public double FeedbackWeightDouble
|
||||
{
|
||||
get { return this.m_FeedbackWeightDouble; }
|
||||
set { this.m_FeedbackWeightDouble = value; }
|
||||
}
|
||||
public int FeedbackWeightInt
|
||||
{
|
||||
get { return int.Parse((this.FeedbackWeightDouble.ToString()).Replace(".", "")); }
|
||||
}
|
||||
public int WeightInt
|
||||
{
|
||||
get { return int.Parse((this.WeightDouble.ToString()).Replace(".", "")); }
|
||||
}
|
||||
public ushort UpdateFeedbackData
|
||||
{
|
||||
get { return this.m_UpdateFeedbackData; }
|
||||
set { this.m_UpdateFeedbackData = value; }
|
||||
}
|
||||
|
||||
public string HexStringUpdate
|
||||
{
|
||||
|
|
@ -85,11 +107,11 @@ namespace INT89DB_26.Int_Modbus
|
|||
return hexString;
|
||||
}
|
||||
}
|
||||
public string HexStringWeight
|
||||
public string HexStringWeightDouble
|
||||
{
|
||||
get
|
||||
{
|
||||
byte[] bytes = BitConverter.GetBytes((float)this.Weight);
|
||||
byte[] bytes = BitConverter.GetBytes((float)this.WeightDouble);
|
||||
Array.Reverse(bytes);
|
||||
string hexString = BitConverter.ToString(bytes);
|
||||
hexString = hexString.Replace("-", "");
|
||||
|
|
@ -145,6 +167,42 @@ namespace INT89DB_26.Int_Modbus
|
|||
return hexString;
|
||||
}
|
||||
}
|
||||
public string HexStringFeedbackWeightDouble
|
||||
{
|
||||
get
|
||||
{
|
||||
byte[] bytes = BitConverter.GetBytes((float)this.FeedbackWeightDouble);
|
||||
Array.Reverse(bytes);
|
||||
string hexString = BitConverter.ToString(bytes);
|
||||
hexString = hexString.Replace("-", "");
|
||||
|
||||
return hexString;
|
||||
}
|
||||
}
|
||||
public string HexStringFeedbackWeigntInt
|
||||
{
|
||||
get
|
||||
{
|
||||
string hexString = this.FeedbackWeightInt.ToString("X8");
|
||||
return hexString;
|
||||
}
|
||||
}
|
||||
public string HexStringWeightInt
|
||||
{
|
||||
get
|
||||
{
|
||||
string hexString = this.WeightInt.ToString("X8");
|
||||
return hexString;
|
||||
}
|
||||
}
|
||||
public string HexStringUpdateFeedbackData
|
||||
{
|
||||
get
|
||||
{
|
||||
string hexString = this.UpdateFeedbackData.ToString("X8");
|
||||
return hexString;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
|
|
@ -152,11 +210,13 @@ namespace INT89DB_26.Int_Modbus
|
|||
{
|
||||
this.Update = 0;
|
||||
this.Grade = 0;
|
||||
this.Weight = 0.0;
|
||||
this.WeightDouble = 0.0;
|
||||
this.UnderCount = 0;
|
||||
this.PassCount = 0;
|
||||
this.OverCount = 0;
|
||||
this.ExNGCount = 0;
|
||||
this.FeedbackWeightDouble = 0.0;
|
||||
this.UpdateFeedbackData = 0;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@
|
|||
멀티형 2~6열 컨베어 계량기
|
||||
*/
|
||||
|
||||
@ Ver 8.5.0 by CJY
|
||||
- 2025.12.19
|
||||
- Ver 8.4.0 Modify
|
||||
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
|
||||
- Feedback 기능 추가
|
||||
|
||||
@ Ver 8.4.0 by LSJ
|
||||
- 2025.11.27
|
||||
- Ver 8.3.2 Modify
|
||||
|
|
|
|||
|
|
@ -53,30 +53,55 @@ namespace INT89DB_26_ImageDll
|
|||
engFormMainUnderDisable,
|
||||
engFormMainUnderDown,
|
||||
engFormMainUnderUp,
|
||||
engFormMenuCalibrationDisable,
|
||||
engFormMenuCalibrationDown,
|
||||
engFormMenuCalibrationUp,
|
||||
engFormMenuCommunicationDisable,
|
||||
engFormMenuCommunicationDown,
|
||||
engFormMenuCommunicationUp,
|
||||
engFormMenuConfigurationDisable,
|
||||
engFormMenuConfigurationDown,
|
||||
engFormMenuConfigurationUp,
|
||||
engFormMenuDatabackupDown,
|
||||
engFormMenuDatabackupUp,
|
||||
engFormMenuEquipmentSettingDown,
|
||||
engFormMenuEquipmentSettingUp,
|
||||
engFormMenuEquipmentTestDown,
|
||||
engFormMenuEquipmentTestUp,
|
||||
engFormMenuFactoryResetDown,
|
||||
engFormMenuFactoryResetUp,
|
||||
engFormMenuDataBackupDisable,
|
||||
engFormMenuDataBackupDown,
|
||||
engFormMenuDataBackupUp,
|
||||
engFormMenuDataViewerDisable,
|
||||
engFormMenuDataViewerDown,
|
||||
engFormMenuDataViewerUp,
|
||||
engFormMenuEquipmentDisable,
|
||||
engFormMenuEquipmentDown,
|
||||
engFormMenuEquipmentUp,
|
||||
engFormMenuInformationDisable,
|
||||
engFormMenuInformationDown,
|
||||
engFormMenuInformationUp,
|
||||
engFormMenuInitializationDisable,
|
||||
engFormMenuInitializationDown,
|
||||
engFormMenuInitializationUp,
|
||||
engFormMenuIOTestDisable,
|
||||
engFormMenuIOTestDown,
|
||||
engFormMenuIOTestUp,
|
||||
engFormMenuMotorSettingDown,
|
||||
engFormMenuMotorSettingUp,
|
||||
engFormMenuSystemSettingDown,
|
||||
engFormMenuSystemSettingUp,
|
||||
engFormMenuTimeSettingDown,
|
||||
engFormMenuTimeSettingUp,
|
||||
engFormMenuMotorDisable,
|
||||
engFormMenuMotorDown,
|
||||
engFormMenuMotorUp,
|
||||
engFormMenuOptionDisable,
|
||||
engFormMenuOptionDown,
|
||||
engFormMenuOptionUp,
|
||||
engFormMenuStatisticsDisable,
|
||||
engFormMenuStatisticsDown,
|
||||
engFormMenuStatisticsUp,
|
||||
engFormMenuSystemDisable,
|
||||
engFormMenuSystemDown,
|
||||
engFormMenuSystemUp,
|
||||
engFormMenuTestDisable,
|
||||
engFormMenuTestDown,
|
||||
engFormMenuTestUp,
|
||||
engFormMenuTimeDisable,
|
||||
engFormMenuTimeDown,
|
||||
engFormMenuTimeUp,
|
||||
engFormMenuUpdateDisable,
|
||||
engFormMenuUpdateDown,
|
||||
engFormMenuUpdateUp,
|
||||
engFormMenuUserDisable,
|
||||
engFormMenuUserDown,
|
||||
engFormMenuUserUp,
|
||||
engFormMotorSetting,
|
||||
|
|
@ -108,8 +133,6 @@ namespace INT89DB_26_ImageDll
|
|||
engPasteUp,
|
||||
engSaveDown,
|
||||
engSaveUp,
|
||||
engFormMenuCommunicationDown,
|
||||
engFormMenuCommunicationUp,
|
||||
#endregion
|
||||
|
||||
#region Chinese
|
||||
|
|
@ -153,30 +176,55 @@ namespace INT89DB_26_ImageDll
|
|||
chnFormMainUnderDisable,
|
||||
chnFormMainUnderDown,
|
||||
chnFormMainUnderUp,
|
||||
chnFormMenuCalibrationDisable,
|
||||
chnFormMenuCalibrationDown,
|
||||
chnFormMenuCalibrationUp,
|
||||
chnFormMenuCommunicationDisable,
|
||||
chnFormMenuCommunicationDown,
|
||||
chnFormMenuCommunicationUp,
|
||||
chnFormMenuConfigurationDisable,
|
||||
chnFormMenuConfigurationDown,
|
||||
chnFormMenuConfigurationUp,
|
||||
chnFormMenuDatabackupDown,
|
||||
chnFormMenuDatabackupUp,
|
||||
chnFormMenuEquipmentSettingDown,
|
||||
chnFormMenuEquipmentSettingUp,
|
||||
chnFormMenuEquipmentTestDown,
|
||||
chnFormMenuEquipmentTestUp,
|
||||
chnFormMenuFactoryResetDown,
|
||||
chnFormMenuFactoryResetUp,
|
||||
chnFormMenuDataBackupDisable,
|
||||
chnFormMenuDataBackupDown,
|
||||
chnFormMenuDataBackupUp,
|
||||
chnFormMenuDataViewerDisable,
|
||||
chnFormMenuDataViewerDown,
|
||||
chnFormMenuDataViewerUp,
|
||||
chnFormMenuEquipmentDisable,
|
||||
chnFormMenuEquipmentDown,
|
||||
chnFormMenuEquipmentUp,
|
||||
chnFormMenuInformationDisable,
|
||||
chnFormMenuInformationDown,
|
||||
chnFormMenuInformationUp,
|
||||
chnFormMenuInitializationDisable,
|
||||
chnFormMenuInitializationDown,
|
||||
chnFormMenuInitializationUp,
|
||||
chnFormMenuIOTestDisable,
|
||||
chnFormMenuIOTestDown,
|
||||
chnFormMenuIOTestUp,
|
||||
chnFormMenuMotorSettingDown,
|
||||
chnFormMenuMotorSettingUp,
|
||||
chnFormMenuSystemSettingDown,
|
||||
chnFormMenuSystemSettingUp,
|
||||
chnFormMenuTimeSettingDown,
|
||||
chnFormMenuTimeSettingUp,
|
||||
chnFormMenuMotorDisable,
|
||||
chnFormMenuMotorDown,
|
||||
chnFormMenuMotorUp,
|
||||
chnFormMenuOptionDisable,
|
||||
chnFormMenuOptionDown,
|
||||
chnFormMenuOptionUp,
|
||||
chnFormMenuStatisticsDisable,
|
||||
chnFormMenuStatisticsDown,
|
||||
chnFormMenuStatisticsUp,
|
||||
chnFormMenuSystemDisable,
|
||||
chnFormMenuSystemDown,
|
||||
chnFormMenuSystemUp,
|
||||
chnFormMenuTestDisable,
|
||||
chnFormMenuTestDown,
|
||||
chnFormMenuTestUp,
|
||||
chnFormMenuTimeDisable,
|
||||
chnFormMenuTimeDown,
|
||||
chnFormMenuTimeUp,
|
||||
chnFormMenuUpdateDisable,
|
||||
chnFormMenuUpdateDown,
|
||||
chnFormMenuUpdateUp,
|
||||
chnFormMenuUserDisable,
|
||||
chnFormMenuUserDown,
|
||||
chnFormMenuUserUp,
|
||||
chnFormMotorSetting,
|
||||
|
|
@ -217,8 +265,6 @@ namespace INT89DB_26_ImageDll
|
|||
chnMainCancelDisable,
|
||||
chnMainCancelDown,
|
||||
chnMainCancelUp,
|
||||
chnFormMenuCommunicationDown,
|
||||
chnFormMenuCommunicationUp,
|
||||
#endregion
|
||||
|
||||
#region Korean
|
||||
|
|
@ -389,41 +435,62 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.engFormMainUnderUp:
|
||||
bt = new Bitmap(Resource1.engFormMainUnderUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCalibrationDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuCalibrationDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCalibrationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuCalibrationDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCalibrationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuCalibrationUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCommunicationDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuCommunicationDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCommunicationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuCommunicationDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCommunicationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuCommunicationUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuConfigurationDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuConfigurationDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuConfigurationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuConfigurationDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuConfigurationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuConfigurationUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuDatabackupDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuDatabackupDown);
|
||||
case ButtonImages.engFormMenuDataBackupDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataBackupDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuDatabackupUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuDatabackupUp);
|
||||
case ButtonImages.engFormMenuDataBackupDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataBackupDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuEquipmentSettingDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentSettingDown);
|
||||
case ButtonImages.engFormMenuDataBackupUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataBackupUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuEquipmentSettingUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentSettingUp);
|
||||
case ButtonImages.engFormMenuDataViewerDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataViewerDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuEquipmentTestDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentTestDown);
|
||||
case ButtonImages.engFormMenuDataViewerDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataViewerDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuEquipmentTestUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentTestUp);
|
||||
case ButtonImages.engFormMenuDataViewerUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuDataViewerUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuFactoryResetDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuFactoryResetDown);
|
||||
case ButtonImages.engFormMenuEquipmentDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuFactoryResetUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuFactoryResetUp);
|
||||
case ButtonImages.engFormMenuEquipmentDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuEquipmentUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuEquipmentUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuInformationDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuInformationDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuInformationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuInformationDown);
|
||||
|
|
@ -431,29 +498,80 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.engFormMenuInformationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuInformationUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuInitializationDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuInitializationDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuInitializationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuInitializationDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuInitializationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuInitializationUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuIOTestDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuIOTestDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuIOTestDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuIOTestDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuIOTestUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuIOTestUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuMotorSettingDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuMotorSettingDown);
|
||||
case ButtonImages.engFormMenuMotorDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuMotorDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuMotorSettingUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuMotorSettingUp);
|
||||
case ButtonImages.engFormMenuMotorDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuMotorDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuSystemSettingDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuSystemSettingDown);
|
||||
case ButtonImages.engFormMenuMotorUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuMotorUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuSystemSettingUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuSystemSettingUp);
|
||||
case ButtonImages.engFormMenuOptionDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuOptionDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTimeSettingDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuTimeSettingDown);
|
||||
case ButtonImages.engFormMenuOptionDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuOptionDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTimeSettingUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuTimeSettingUp);
|
||||
case ButtonImages.engFormMenuOptionUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuOptionUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuStatisticsDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuStatisticsDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuStatisticsDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuStatisticsDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuStatisticsUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuStatisticsUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuSystemDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuSystemDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuSystemDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuSystemDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuSystemUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuSystemUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTestDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuTestDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTestDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuTestDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTestUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuTestUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTimeDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuTimeDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTimeDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuTimeDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuTimeUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuTimeUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuUpdateDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuUpdateDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuUpdateDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuUpdateDown);
|
||||
|
|
@ -461,6 +579,9 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.engFormMenuUpdateUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuUpdateUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuUserDisable:
|
||||
bt = new Bitmap(Resource1.engFormMenuUserDisable);
|
||||
break;
|
||||
case ButtonImages.engFormMenuUserDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuUserDown);
|
||||
break;
|
||||
|
|
@ -551,12 +672,6 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.engSaveUp:
|
||||
bt = new Bitmap(Resource1.engSaveUp);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCommunicationDown:
|
||||
bt = new Bitmap(Resource1.engFormMenuCommunicationDown);
|
||||
break;
|
||||
case ButtonImages.engFormMenuCommunicationUp:
|
||||
bt = new Bitmap(Resource1.engFormMenuCommunicationUp);
|
||||
break;
|
||||
#endregion
|
||||
#region 중문
|
||||
case ButtonImages.chnBackDown:
|
||||
|
|
@ -679,41 +794,62 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.chnFormMainUnderUp:
|
||||
bt = new Bitmap(Resource1.chnFormMainUnderUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCalibrationDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCalibrationDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCalibrationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCalibrationDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCalibrationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCalibrationUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCommunicationDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCommunicationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCommunicationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuConfigurationDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuConfigurationDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuConfigurationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuConfigurationDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuConfigurationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuConfigurationUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuDatabackupDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDatabackupDown);
|
||||
case ButtonImages.chnFormMenuDataBackupDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataBackupDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuDatabackupUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDatabackupUp);
|
||||
case ButtonImages.chnFormMenuDataBackupDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataBackupDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuEquipmentSettingDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentSettingDown);
|
||||
case ButtonImages.chnFormMenuDataBackupUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataBackupUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuEquipmentSettingUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentSettingUp);
|
||||
case ButtonImages.chnFormMenuDataViewerDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataViewerDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuEquipmentTestDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentTestDown);
|
||||
case ButtonImages.chnFormMenuDataViewerDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataViewerDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuEquipmentTestUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentTestUp);
|
||||
case ButtonImages.chnFormMenuDataViewerUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuDataViewerUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuFactoryResetDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuFactoryResetDown);
|
||||
case ButtonImages.chnFormMenuEquipmentDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuFactoryResetUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuFactoryResetUp);
|
||||
case ButtonImages.chnFormMenuEquipmentDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuEquipmentUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuInformationDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInformationDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuInformationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInformationDown);
|
||||
|
|
@ -721,29 +857,80 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.chnFormMenuInformationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInformationUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuInitializationDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInitializationDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuInitializationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInitializationDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuInitializationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuInitializationUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuIOTestDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuIOTestDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuIOTestDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuIOTestDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuIOTestUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuIOTestUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuMotorSettingDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuMotorSettingDown);
|
||||
case ButtonImages.chnFormMenuMotorDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuMotorDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuMotorSettingUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuMotorSettingUp);
|
||||
case ButtonImages.chnFormMenuMotorDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuMotorDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuSystemSettingDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuSystemSettingDown);
|
||||
case ButtonImages.chnFormMenuMotorUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuMotorUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuSystemSettingUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuSystemSettingUp);
|
||||
case ButtonImages.chnFormMenuOptionDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuOptionDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTimeSettingDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTimeSettingDown);
|
||||
case ButtonImages.chnFormMenuOptionDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuOptionDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTimeSettingUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTimeSettingUp);
|
||||
case ButtonImages.chnFormMenuOptionUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuOptionUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuStatisticsDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuStatisticsDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuStatisticsDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuStatisticsDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuStatisticsUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuStatisticsUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuSystemDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuSystemDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuSystemDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuSystemDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuSystemUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuSystemUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTestDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTestDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTestDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTestDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTestUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTestUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTimeDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTimeDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTimeDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTimeDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuTimeUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuTimeUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuUpdateDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuUpdateDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuUpdateDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuUpdateDown);
|
||||
|
|
@ -751,6 +938,9 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.chnFormMenuUpdateUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuUpdateUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuUserDisable:
|
||||
bt = new Bitmap(Resource1.chnFormMenuUserDisable);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuUserDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuUserDown);
|
||||
break;
|
||||
|
|
@ -868,12 +1058,6 @@ namespace INT89DB_26_ImageDll
|
|||
case ButtonImages.chnMainCancelUp:
|
||||
bt = new Bitmap(Resource1.chnMainCancelUp);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCommunicationDown:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationDown);
|
||||
break;
|
||||
case ButtonImages.chnFormMenuCommunicationUp:
|
||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationUp);
|
||||
break;
|
||||
#endregion
|
||||
#region 한글
|
||||
case ButtonImages.korMainDisplayMenuDisable:
|
||||
|
|
|
|||
|
|
@ -517,36 +517,6 @@
|
|||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTimeSettingUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUpdateDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUpdateUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUserDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUserUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCalibrationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCalibrationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuConfigurationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuConfigurationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDatabackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDatabackupUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuEquipmentSettingDown.png" />
|
||||
</ItemGroup>
|
||||
|
|
@ -565,60 +535,12 @@
|
|||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuFactoryResetUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInformationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInformationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuIOTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuIOTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInitializationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInitializationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuIOTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuIOTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuMotorDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuMotorUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuSystemSettingDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuSystemSettingUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTimeDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTimeUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuConfigurationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuConfigurationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuEquipmentSettingDown.png" />
|
||||
</ItemGroup>
|
||||
|
|
@ -664,30 +586,6 @@
|
|||
<ItemGroup>
|
||||
<None Include="Resources\chnFormCalibrationStartDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInformationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUpdateDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUpdateUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUserDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUserUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCalibrationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCalibrationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInformationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnMainCancelDisable.png" />
|
||||
</ItemGroup>
|
||||
|
|
@ -838,18 +736,312 @@
|
|||
<ItemGroup>
|
||||
<None Include="Resources\chnFormSystemSettingTareDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCalibrationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCalibrationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCalibrationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCommunicationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCommunicationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuCommunicationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuConfigurationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuConfigurationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuConfigurationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataBackupDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataBackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataBackupUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataViewerDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataViewerDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuDataViewerUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuEquipmentDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuEquipmentDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuEquipmentUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInformationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInformationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInformationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInitializationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInitializationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuInitializationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuIOTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuIOTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuIOTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuMotorDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuMotorDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuMotorUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuOptionDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuOptionDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuOptionUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuStatisticsDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuStatisticsDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuStatisticsUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuSystemDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuSystemDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuSystemUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTimeDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTimeDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuTimeUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUpdateDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUpdateDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUpdateUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUserDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUserDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\engFormMenuUserUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCalibrationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCalibrationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCalibrationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCommunicationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCommunicationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuCommunicationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuConfigurationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuConfigurationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuConfigurationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataBackupUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataViewerDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataViewerDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuDataViewerUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuEquipmentDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuEquipmentDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuEquipmentUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInformationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInformationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInformationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInitializationDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInitializationDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuInitializationUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuIOTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuIOTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuIOTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuMotorDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuMotorDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuMotorUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuOptionDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuOptionDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuOptionUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuStatisticsDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuStatisticsDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuStatisticsUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuSystemDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuSystemDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuSystemUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTestDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTestDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTestUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTimeDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTimeDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuTimeUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUpdateDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUpdateDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUpdateUp.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUserDisable.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUserDown.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\chnFormMenuUserUp.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.9179
|
||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||
// 런타임 버전:2.0.50727.9151
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||
// 이러한 변경 내용이 손실됩니다.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -13,12 +13,12 @@ namespace INT89DB_26_ImageDll {
|
|||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||
// 클래스에서 자동으로 생성되었습니다.
|
||||
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
internal class Resource1 {
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
|
|
@ -44,8 +44,8 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
||||
/// 속성을 재정의합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
|
|
@ -337,6 +337,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuCalibrationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuCalibrationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuCalibrationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuCalibrationDown", resourceCulture);
|
||||
|
|
@ -351,6 +358,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuCommunicationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuCommunicationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuCommunicationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuCommunicationDown", resourceCulture);
|
||||
|
|
@ -365,6 +379,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuConfigurationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuConfigurationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuConfigurationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuConfigurationDown", resourceCulture);
|
||||
|
|
@ -379,58 +400,72 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuDatabackupDown {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataBackupDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDatabackupDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataBackupDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuDatabackupUp {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataBackupDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDatabackupUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataBackupDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentSettingDown {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataBackupUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataBackupUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentSettingUp {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataViewerDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataViewerDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentTestDown {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataViewerDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentTestDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataViewerDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentTestUp {
|
||||
internal static System.Drawing.Bitmap chnFormMenuDataViewerUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentTestUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuDataViewerUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuFactoryResetDown {
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuFactoryResetDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuFactoryResetUp {
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuFactoryResetUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuEquipmentUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuEquipmentUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuInformationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuInformationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
@ -449,6 +484,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuInitializationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuInitializationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuInitializationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuInitializationDown", resourceCulture);
|
||||
|
|
@ -463,6 +505,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuIOTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuIOTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuIOTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuIOTestDown", resourceCulture);
|
||||
|
|
@ -477,6 +526,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuMotorDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuMotorDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuMotorDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuMotorDown", resourceCulture);
|
||||
|
|
@ -484,20 +540,6 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuMotorSettingDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuMotorSettingDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuMotorSettingUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuMotorSettingUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuMotorUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuMotorUp", resourceCulture);
|
||||
|
|
@ -505,16 +547,93 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuSystemSettingDown {
|
||||
internal static System.Drawing.Bitmap chnFormMenuOptionDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuSystemSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuOptionDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuSystemSettingUp {
|
||||
internal static System.Drawing.Bitmap chnFormMenuOptionDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuSystemSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("chnFormMenuOptionDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuOptionUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuOptionUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuStatisticsDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuStatisticsDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuStatisticsDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuStatisticsDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuStatisticsUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuStatisticsUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuSystemDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuSystemDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuSystemDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuSystemDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuSystemUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuSystemUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTestDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTestUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTestUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTimeDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTimeDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
@ -526,20 +645,6 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTimeSettingDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTimeSettingDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTimeSettingUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTimeSettingUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuTimeUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuTimeUp", resourceCulture);
|
||||
|
|
@ -547,6 +652,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuUpdateDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuUpdateDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuUpdateDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuUpdateDown", resourceCulture);
|
||||
|
|
@ -561,6 +673,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuUserDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuUserDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap chnFormMenuUserDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("chnFormMenuUserDown", resourceCulture);
|
||||
|
|
@ -1177,6 +1296,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuCalibrationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuCalibrationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuCalibrationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuCalibrationDown", resourceCulture);
|
||||
|
|
@ -1191,6 +1317,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuCommunicationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuCommunicationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuCommunicationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuCommunicationDown", resourceCulture);
|
||||
|
|
@ -1205,6 +1338,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuConfigurationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuConfigurationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuConfigurationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuConfigurationDown", resourceCulture);
|
||||
|
|
@ -1219,58 +1359,72 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuDatabackupDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataBackupDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuDatabackupDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataBackupDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuDatabackupUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataBackupDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuDatabackupUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataBackupDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentSettingDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataBackupUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataBackupUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentSettingUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataViewerDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataViewerDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentTestDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataViewerDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentTestDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataViewerDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentTestUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuDataViewerUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentTestUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuDataViewerUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuFactoryResetDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuFactoryResetDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuFactoryResetUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuFactoryResetUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuEquipmentUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuEquipmentUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuInformationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuInformationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
@ -1289,6 +1443,34 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuInitializationDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuInitializationDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuInitializationDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuInitializationDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuInitializationUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuInitializationUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuIOTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuIOTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuIOTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuIOTestDown", resourceCulture);
|
||||
|
|
@ -1303,58 +1485,135 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuMotorSettingDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuMotorDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuMotorSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuMotorDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuMotorSettingUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuMotorDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuMotorSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuMotorDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuProductSettingDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuMotorUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuProductSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuMotorUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuProductSettingUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuOptionDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuProductSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuOptionDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuSystemSettingDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuOptionDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuSystemSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuOptionDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuSystemSettingUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuOptionUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuSystemSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuOptionUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTimeSettingDown {
|
||||
internal static System.Drawing.Bitmap engFormMenuStatisticsDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTimeSettingDown", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuStatisticsDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTimeSettingUp {
|
||||
internal static System.Drawing.Bitmap engFormMenuStatisticsDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTimeSettingUp", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("engFormMenuStatisticsDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuStatisticsUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuStatisticsUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuSystemDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuSystemDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuSystemDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuSystemDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuSystemUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuSystemUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTestDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTestDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTestDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTestDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTestUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTestUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTimeDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTimeDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTimeDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTimeDown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuTimeUp {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuTimeUp", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuUpdateDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuUpdateDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
@ -1373,6 +1632,13 @@ namespace INT89DB_26_ImageDll {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuUserDisable {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuUserDisable", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap engFormMenuUserDown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("engFormMenuUserDown", resourceCulture);
|
||||
|
|
|
|||
|
|
@ -205,78 +205,6 @@
|
|||
<data name="chnFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDatabackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDatabackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDatabackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDatabackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuFactoryResetDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuFactoryResetDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuFactoryResetUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuFactoryResetUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuSystemSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuSystemSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuSystemSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuSystemSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormSystemSettingNoDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormSystemSettingNoDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -448,30 +376,12 @@
|
|||
<data name="engFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDatabackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<data name="engFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDatabackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDatabackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<data name="engFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDatabackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuFactoryResetDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuFactoryResetDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuFactoryResetUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuFactoryResetUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -484,24 +394,6 @@
|
|||
<data name="engFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuMotorSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuMotorSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuMotorSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuMotorSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuSystemSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuSystemSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuSystemSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuSystemSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTimeSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTimeSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTimeSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTimeSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -724,36 +616,6 @@
|
|||
<data name="engMainDisplaySubMenuUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engMainDisplaySubMenuUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuProductSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuProductSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuProductSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuProductSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -868,16 +730,268 @@
|
|||
<data name="korMainDisplayMenuUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\korMainDisplayMenuUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuOptionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuOptionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuOptionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuOptionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuOptionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuOptionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chnFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\chnFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuOptionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuOptionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuOptionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuOptionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuOptionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuOptionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="engFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\engFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 7.3 KiB |