프로젝트

일반

사용자정보

개정판 999c9e40

ID999c9e407dc21b0cfd1699dd66e214a7b7eb3d5a
상위 60fe743b
하위 a874198d

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

Batch 작업의 메세지 수정

차이점 보기:

.gitignore
1
/.vs
2
/KCOM/bin/x64/Debug/Bytescout.PDFExtractor.dll
3
/KCOM/bin/x64/Debug/Bytescout.PDFExtractor.OCRExtension.dll
4
*.dll
5
*.cache
6
*.config
KCOM/Events/Implementation/TopMenuEvent.cs
1937 1937
                        //강인구 추가
1938 1938
                        instanceMain.dzMainMenu.controlType = MarkupToPDF.Controls.Common.ControlType.Mark;
1939 1939
                        instanceMain.dzMainMenu.txtBatch.Visibility = Visibility.Visible;
1940
                        instanceMain.dzMainMenu.txtBatch.Text = "Mark Control을 그립니다";
1940
                        instanceMain.dzMainMenu.txtBatch.Text = "Place Mark";
1941 1941
                        break;
1942 1942
                    #endregion
1943 1943
                    #region Copy
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

클립보드 이미지 추가 (최대 크기: 500 MB)