diff include/myframe.h @ 1:20018a6f69a9

implement copy.
author pyon@macmini
date Wed, 31 Oct 2012 18:08:52 +0900
parents 7c3921bf511e
children deaf3f2d54b2
line wrap: on
line diff
--- a/include/myframe.h	Sat Oct 20 16:07:42 2012 +0900
+++ b/include/myframe.h	Wed Oct 31 18:08:52 2012 +0900
@@ -22,8 +22,14 @@
 		wxStaticText*    m_staticText3;
 		wxTextCtrl*      m_textCtrlCommand;
 		wxStaticText*    m_staticText4;
+		wxTextCtrl*      m_textCtrlWait;
+		wxStaticText*    m_staticText5;
 		wxDirPickerCtrl* m_dirPickerMove;
-		wxStaticText*    m_staticText5;
+		wxStaticText*    m_staticText6;
+        wxCheckBox*      m_checkBoxCopy;
+		wxStaticText*    m_staticTextDummy1;
+		wxStaticText*    m_staticTextDummy2;
+		wxStaticText*    m_staticTextDummy3;
 		wxToggleButton*  m_toggleBtn;
 
         wxFileSystemWatcher* m_watcher;
@@ -49,7 +55,9 @@
     ID_WATCHDIR,
     ID_FILENAME,
     ID_COMMAND,
+    ID_WAIT,
     ID_MOVEDIR,
+    ID_COPY,
     ID_TOGGLEWATCH,
 };