개정판 999c9e40
Batch 작업의 메세지 수정
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
3993 | 3993 |
currentControl = null; |
3994 | 3994 |
if (Common.ViewerDataModel.Instance.SelectedControl == "Batch") |
3995 | 3995 |
{ |
3996 |
txtBatch.Text = "Date Control을 그립니다.";
|
|
3996 |
txtBatch.Text = "Place Date";
|
|
3997 | 3997 |
controlType = ControlType.Date; |
3998 | 3998 |
} |
3999 | 3999 |
} |
... | ... | |
4032 | 4032 | |
4033 | 4033 |
if (Common.ViewerDataModel.Instance.SelectedControl == "Batch") |
4034 | 4034 |
{ |
4035 |
txtBatch.Text = "Sign Control을 그립니다.";
|
|
4035 |
txtBatch.Text = "Place Signature";
|
|
4036 | 4036 |
controlType = ControlType.Sign; |
4037 | 4037 |
} |
4038 | 4038 |
} |
내보내기 Unified diff