diff --git a/INT_LKD_2.suo b/INT_LKD_2.suo index 247bdda..dc37a5d 100644 Binary files a/INT_LKD_2.suo and b/INT_LKD_2.suo differ diff --git a/INT_LKD_2/DialogForms/DialogFormMessage.cs b/INT_LKD_2/DialogForms/DialogFormMessage.cs index 9282852..a15928c 100644 --- a/INT_LKD_2/DialogForms/DialogFormMessage.cs +++ b/INT_LKD_2/DialogForms/DialogFormMessage.cs @@ -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) {