Mercurial > mercurial > hgweb_mover.cgi
comparison include/delwhite.h @ 4:a505f7417742
v0.1 release
| author | pyon@macmini |
|---|---|
| date | Thu, 06 Oct 2011 07:56:12 +0900 |
| parents | a5bddd859104 |
| children | 99d612849255 |
comparison
equal
deleted
inserted
replaced
| 3:a5bddd859104 | 4:a505f7417742 |
|---|---|
| 1 // Filename : delwhite.h | 1 // Filename : delwhite.h |
| 2 // Last Change: 03-Oct-2011. | 2 // Last Change: 04-Oct-2011. |
| 3 // | 3 // |
| 4 #ifndef __DELWHITE__ | 4 #ifndef __DELWHITE__ |
| 5 #define __DEWHITEL__ | 5 #define __DEWHITEL__ |
| 6 | 6 |
| 7 #include "common.h" | 7 #include "common.h" |
| 8 | 8 |
| 9 #include <wx/string.h> | 9 #include "wx/wxprec.h" |
| 10 #include <wx/stattext.h> | |
| 11 #include <wx/image.h> | |
| 12 #include <wx/imaglist.h> | |
| 13 #include <wx/sizer.h> | |
| 14 #include <wx/textctrl.h> | |
| 15 #include <wx/frame.h> | |
| 16 #include <wx/listctrl.h> | |
| 17 #include <wx/checkbox.h> | |
| 18 | 10 |
| 11 #ifndef WX_PRECOMP | |
| 12 #include <wx/string.h> | |
| 13 #include <wx/stattext.h> | |
| 14 #include <wx/image.h> | |
| 15 #include <wx/imaglist.h> | |
| 16 #include <wx/sizer.h> | |
| 17 #include <wx/textctrl.h> | |
| 18 #include <wx/frame.h> | |
| 19 #include <wx/listctrl.h> | |
| 20 #include <wx/checkbox.h> | |
| 21 #include <wx/utils.h> | |
| 22 #include <wx/dir.h> | |
| 23 #include <wx/file.h> | |
| 24 #endif | |
| 25 | |
| 19 /////////////////////////////////////////////////////////////////////////////// | 26 /////////////////////////////////////////////////////////////////////////////// |
| 20 /// Class FrameDelWhite | 27 /// Class FrameDelWhite |
| 21 /////////////////////////////////////////////////////////////////////////////// | 28 /////////////////////////////////////////////////////////////////////////////// |
| 22 class FrameDelWhite : public wxFrame | 29 class FrameDelWhite : public wxFrame |
| 23 { | 30 { |
