Message ButtonText

master
DESKTOP-999R8N3\CJY 2025-04-21 16:50:03 +09:00
parent c32c4f0163
commit 6c4471f13a
2 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -88,7 +88,7 @@ namespace INT_LKD_2.DialogForms
if (language == Define.E_LanguageID.Korean)
{
this.buttonOK.Text = "OK";
this.buttonOK.ButtonText = "OK";
#region 한글
switch (code)
@ -282,7 +282,7 @@ namespace INT_LKD_2.DialogForms
}
else if (language == Define.E_LanguageID.English)
{
this.buttonOK.Text = "OK";
this.buttonOK.ButtonText = "OK";
#region 영문
switch (code)
@ -475,7 +475,7 @@ namespace INT_LKD_2.DialogForms
}
else if (language == Define.E_LanguageID.Chinese)
{
this.buttonOK.Text = "确认";
this.buttonOK.ButtonText = "确认";
#region 중문
switch (code)
@ -687,7 +687,7 @@ namespace INT_LKD_2.DialogForms
switch (code)
{
case 1:
this.buttonOK.Text = "OK";
this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "입력범위를 확인하세요.";
this.labelMessage2.Text = message;
@ -702,7 +702,7 @@ namespace INT_LKD_2.DialogForms
switch (code)
{
case 1:
this.buttonOK.Text = "OK";
this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "Confirm input range";
this.labelMessage2.Text = message;
@ -717,7 +717,7 @@ namespace INT_LKD_2.DialogForms
switch (code)
{
case 1:
this.buttonOK.Text = "确认";
this.buttonOK.ButtonText = "确认";
this.smartGroupBox1.Text = "错误 01";
this.labelMessage1.Text = "确认输入范围";
this.labelMessage2.Text = message;
@ -776,7 +776,7 @@ namespace INT_LKD_2.DialogForms
break;
case Define.E_LanguageID.Chinese:
#region 중문
this.buttonOK.Text = "确认";
this.buttonOK.ButtonText = "确认";
switch (code)
{
@ -992,7 +992,7 @@ namespace INT_LKD_2.DialogForms
break;
case Define.E_LanguageID.Chinese:
#region 중문
this.buttonOK.Text = "确认";
this.buttonOK.ButtonText = "确认";
switch (code)
{