]>
Commit | Line | Data |
---|---|---|
c09d434d BJ |
1 | // RCS-ID: $Id$ |
2 | ||
b5ffecfc GT |
3 | //--------------------------------------------------------------------------- |
4 | //-- all #includes that the whole Project needs. ---------------------------- | |
5 | //--------------------------------------------------------------------------- | |
6 | #include <wx/config.h> // to let wxWindows choose a wxConfig class for your platform | |
7 | #include <wx/confbase.h> // base config class | |
b5ffecfc GT |
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> | |
b5ffecfc GT |
17 | #include <wx/splitter.h> |
18 | #include <wx/textctrl.h> | |
19 | #include <wx/toolbar.h> | |
20 | #include <wx/treectrl.h> | |
b5ffecfc GT |
21 | //--------------------------- |
22 | #include "tabpgwin.h" // Original name : "controlarea.h" | |
23 | //--------------------------- | |
24 | #include "dlguser.h" | |
25 | #include "browsedb.h" | |
26 | #include "dbtree.h" | |
27 | #include "dbgrid.h" | |
28 | #include "pgmctrl.h" | |
29 | #include "doc.h" | |
30 | #include "dbbrowse.h" | |
31 | //--------------------------------------------------------------------------- |