diff include/myframe.h @ 3:a5bddd859104

implement delwhtie
author pyon@macmini
date Tue, 04 Oct 2011 07:43:08 +0900
parents 1ea4f7981ff5
children a505f7417742
line wrap: on
line diff
--- a/include/myframe.h	Sun Oct 02 18:44:03 2011 +0900
+++ b/include/myframe.h	Tue Oct 04 07:43:08 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 02-Oct-2011.
+// Last Change: 03-Oct-2011.
 //
 #ifndef MYFRAME
 #define MYFRAME
@@ -43,6 +43,7 @@
     wxComboBox*       m_comboBoxMoveDrive;
     wxDatePickerCtrl* m_datePickerCcn;
     wxComboBox*       m_comboBoxCcn;
+    wxButton*         m_buttonSetDir;
     wxButton*         m_buttonMkDir;
 
     wxStaticText*     m_staticTextDummy;
@@ -59,6 +60,8 @@
     void OnQuit( wxCommandEvent& event );
     void OnAbout( wxCommandEvent& event );
     void OnDetectWhite( wxCommandEvent& event );
+    void SetDir( wxCommandEvent& event );
+    void MakeDir( wxCommandEvent& event );
     void SaveConfig( wxCloseEvent& event );
     void TellLocation( void );
 };