Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/common.h @ 12:52958cd4a073
Implement Force Mask button in Batch Print Mode.
| author | pyon@macmini |
|---|---|
| date | Sun, 18 May 2014 19:49:15 +0900 |
| parents | dfcf8c973219 |
| children | de222bc84e48 |
comparison
equal
deleted
inserted
replaced
| 11:dfcf8c973219 | 12:52958cd4a073 |
|---|---|
| 1 // Filename : common.h | 1 // Filename : common.h |
| 2 // Last Change: 30-Apr-2014. | 2 // Last Change: 14-May-2014. |
| 3 // | 3 // |
| 4 #ifndef __COMMON_H__ | 4 #ifndef __COMMON_H__ |
| 5 #define __COMMON_H__ | 5 #define __COMMON_H__ |
| 6 | 6 |
| 7 #include "wx/wxprec.h" | 7 #include "wx/wxprec.h" |
| 35 #include <wx/string.h> | 35 #include <wx/string.h> |
| 36 #include <wx/textctrl.h> | 36 #include <wx/textctrl.h> |
| 37 #include <wx/textfile.h> | 37 #include <wx/textfile.h> |
| 38 #include <wx/tokenzr.h> | 38 #include <wx/tokenzr.h> |
| 39 #include <wx/msgdlg.h> | 39 #include <wx/msgdlg.h> |
| 40 #include <wx/filedlg.h> | |
| 40 #include <wx/progdlg.h> | 41 #include <wx/progdlg.h> |
| 41 #include <wx/grid.h> | 42 #include <wx/grid.h> |
| 42 #include <wx/regex.h> | 43 #include <wx/regex.h> |
| 43 #include <wx/dir.h> | 44 #include <wx/dir.h> |
| 44 #include <wx/print.h> | 45 #include <wx/print.h> |
| 46 #include <wx/filepicker.h> | |
| 45 #include <wx/html/htmprint.h> | 47 #include <wx/html/htmprint.h> |
| 46 #include <wx/datectrl.h> | 48 #include <wx/datectrl.h> |
| 47 #include <wx/xrc/xmlres.h> | 49 #include <wx/xrc/xmlres.h> |
| 48 | 50 |
| 49 #endif | 51 #endif |
