comparison include/common.h @ 2:c066fde99517

Added Batch Print Mode.
author pyon@macmini
date Fri, 23 Aug 2013 18:32:09 +0900
parents 7b6dab24f4b8
children b455f2d8aac9
comparison
equal deleted inserted replaced
1:7b6dab24f4b8 2:c066fde99517
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 02-Aug-2013. 2 // Last Change: 23-Aug-2013.
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"
26 #include <wx/richtext/richtextctrl.h> 26 #include <wx/richtext/richtextctrl.h>
27 #include <wx/settings.h> 27 #include <wx/settings.h>
28 #include <wx/sizer.h> 28 #include <wx/sizer.h>
29 #include <wx/splitter.h> 29 #include <wx/splitter.h>
30 #include <wx/srchctrl.h> 30 #include <wx/srchctrl.h>
31 #include <wx/notebook.h>
31 #include <wx/statbmp.h> 32 #include <wx/statbmp.h>
32 #include <wx/stattext.h> 33 #include <wx/stattext.h>
33 #include <wx/statusbr.h> 34 #include <wx/statusbr.h>
34 #include <wx/string.h> 35 #include <wx/string.h>
35 #include <wx/textctrl.h> 36 #include <wx/textctrl.h>
36 #include <wx/textfile.h> 37 #include <wx/textfile.h>
37 #include <wx/tokenzr.h> 38 #include <wx/tokenzr.h>
38 #include <wx/msgdlg.h> 39 #include <wx/msgdlg.h>
40 #include <wx/progdlg.h>
41 #include <wx/grid.h>
39 #include <wx/regex.h> 42 #include <wx/regex.h>
43 #include <wx/dir.h>
44 #include <wx/print.h>
45 #include <wx/html/htmprint.h>
40 #include <wx/xrc/xmlres.h> 46 #include <wx/xrc/xmlres.h>
41 47
42 #endif 48 #endif
43 49
44 #endif // __COMMON_H__ 50 #endif // __COMMON_H__