00001
00002
00025 #ifndef MY_PANO_INC_WX_H
00026 #define MY_PANO_INC_WX_H
00027
00028
00029
00030
00031
00032
00033 #include "wx/wxprec.h"
00034 #ifdef __BORLANDC__
00035 #pragma hdrstop
00036 #endif
00037
00038
00039 #ifndef WX_PRECOMP
00040 #include "wx/wx.h"
00041 #endif
00042
00043
00044 #include <wx/xrc/xmlres.h>
00045 #include <wx/config.h>
00046 #include <wx/process.h>
00047 #include <wx/fileconf.h>
00048 #include <wx/filename.h>
00049 #include <wx/file.h>
00050 #include <wx/image.h>
00051 #include <wx/notebook.h>
00052 #include <wx/listctrl.h>
00053 #include <wx/spinctrl.h>
00054 #include <wx/config.h>
00055 #include <wx/splash.h>
00056 #include <wx/helphtml.h>
00057 #include <wx/html/htmlwin.h>
00058 #include <wx/progdlg.h>
00059 #include <wx/dnd.h>
00060 #include <wx/tglbtn.h>
00061 #include <wx/txtstrm.h>
00062 #include <wx/statline.h>
00063 #include <wx/regex.h>
00064 #include <wx/valtext.h>
00065 #include <wx/valgen.h>
00066 #include <wx/radiobox.h>
00067 #include <wx/filesys.h>
00068 #include <wx/fs_zip.h>
00069
00070 #include <wx/numdlg.h>
00071 #include <wx/imaglist.h>
00072
00073
00074 #ifdef __WXMSW__
00075
00076 #undef DIFFERENCE
00077 #undef FindWindow
00078 #undef min
00079 #undef max
00080 #endif
00081
00082 #endif
00083