]> git.saurik.com Git - wxWidgets.git/blob - demos/dbbrowse/std.h
First version of the DbBrowser demo program
[wxWidgets.git] / demos / dbbrowse / std.h
1 //---------------------------------------------------------------------------
2 //-- all #includes that the whole Project needs. ----------------------------
3 //---------------------------------------------------------------------------
4 #include <wx/config.h> // to let wxWindows choose a wxConfig class for your platform
5 #include <wx/confbase.h> // base config class
6 // #include <wx/event.h>
7 // #include <wx/date.h>
8 #include <wx/dbtable.h>
9 #include <wx/generic/grid.h>
10 #include <wx/file.h>
11 #include <wx/wxhtml.h>
12 #include <wx/image.h>
13 #include <wx/imaglist.h>
14 #include <wx/intl.h>
15 #include <wx/laywin.h>
16 #include <wx/listctrl.h>
17 #include <wx/resource.h> // wxResourceParsedata/File/String
18 #include <wx/splitter.h>
19 #include <wx/textctrl.h>
20 #include <wx/toolbar.h>
21 #include <wx/treectrl.h>
22 #ifdef __WXMSW__
23 #include <wx/xpmhand.h>
24 #endif
25 //---------------------------
26 #include "tabpgwin.h" // Original name : "controlarea.h"
27 //---------------------------
28 #include "dlguser.h"
29 #include "browsedb.h"
30 #include "dbtree.h"
31 #include "dbgrid.h"
32 #include "pgmctrl.h"
33 #include "doc.h"
34 #include "dbbrowse.h"
35 //---------------------------------------------------------------------------