Mercurial > mercurial > hgweb_dw.cgi
comparison include/myframe.h @ 1:20018a6f69a9
implement copy.
author | pyon@macmini |
---|---|
date | Wed, 31 Oct 2012 18:08:52 +0900 |
parents | 7c3921bf511e |
children | deaf3f2d54b2 |
comparison
equal
deleted
inserted
replaced
0:7c3921bf511e | 1:20018a6f69a9 |
---|---|
20 wxStaticText* m_staticText2; | 20 wxStaticText* m_staticText2; |
21 wxTextCtrl* m_textCtrlFile; | 21 wxTextCtrl* m_textCtrlFile; |
22 wxStaticText* m_staticText3; | 22 wxStaticText* m_staticText3; |
23 wxTextCtrl* m_textCtrlCommand; | 23 wxTextCtrl* m_textCtrlCommand; |
24 wxStaticText* m_staticText4; | 24 wxStaticText* m_staticText4; |
25 wxTextCtrl* m_textCtrlWait; | |
26 wxStaticText* m_staticText5; | |
25 wxDirPickerCtrl* m_dirPickerMove; | 27 wxDirPickerCtrl* m_dirPickerMove; |
26 wxStaticText* m_staticText5; | 28 wxStaticText* m_staticText6; |
29 wxCheckBox* m_checkBoxCopy; | |
30 wxStaticText* m_staticTextDummy1; | |
31 wxStaticText* m_staticTextDummy2; | |
32 wxStaticText* m_staticTextDummy3; | |
27 wxToggleButton* m_toggleBtn; | 33 wxToggleButton* m_toggleBtn; |
28 | 34 |
29 wxFileSystemWatcher* m_watcher; | 35 wxFileSystemWatcher* m_watcher; |
30 | 36 |
31 public: | 37 public: |
47 ID_MNAPPDIR = wxID_HIGHEST + 10, | 53 ID_MNAPPDIR = wxID_HIGHEST + 10, |
48 ID_MNABOUT, | 54 ID_MNABOUT, |
49 ID_WATCHDIR, | 55 ID_WATCHDIR, |
50 ID_FILENAME, | 56 ID_FILENAME, |
51 ID_COMMAND, | 57 ID_COMMAND, |
58 ID_WAIT, | |
52 ID_MOVEDIR, | 59 ID_MOVEDIR, |
60 ID_COPY, | |
53 ID_TOGGLEWATCH, | 61 ID_TOGGLEWATCH, |
54 }; | 62 }; |
55 | 63 |
56 #endif //__MYFRAME_H__ | 64 #endif //__MYFRAME_H__ |
57 | 65 |