프로젝트

일반

사용자정보

개정판 999c9e40

ID999c9e407dc21b0cfd1699dd66e214a7b7eb3d5a
상위 60fe743b
하위 a874198d

humkyung 이(가) 6년 이상 전에 추가함

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