home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / demos / dbbrowse / std.h < prev    next >
C/C++ Source or Header  |  2001-05-18  |  1KB  |  40 lines

  1. // RCS-ID:      $Id: std.h,v 1.4 2001/05/18 18:43:30 GT Exp $
  2.  
  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
  8. // #include <wx/event.h>
  9. // #include <wx/date.h>
  10. #include <wx/dbtable.h>
  11. #include <wx/generic/grid.h>
  12. #include <wx/file.h>
  13. #include <wx/wxhtml.h>
  14. #include <wx/image.h>
  15. #include <wx/imaglist.h>
  16. #include <wx/intl.h>
  17. #include <wx/laywin.h>
  18. #include <wx/listctrl.h>
  19. #include <wx/resource.h>       // wxResourceParsedata/File/String
  20. #include <wx/splitter.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/toolbar.h>
  23. #include <wx/treectrl.h>
  24. /*
  25. #ifdef __WXMSW__
  26.     #include <wx/xpmhand.h>
  27. #endif
  28. */
  29. //---------------------------
  30. #include "tabpgwin.h"         // Original name : "controlarea.h"
  31. //---------------------------
  32. #include "dlguser.h"
  33. #include "browsedb.h"
  34. #include "dbtree.h"
  35. #include "dbgrid.h"
  36. #include "pgmctrl.h"
  37. #include "doc.h"
  38. #include "dbbrowse.h"
  39. //---------------------------------------------------------------------------
  40.