home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / VCLDB.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  798b  |  25 lines

  1. //-------------------------------------------------------------------------
  2. //    vcldb.h - includes min hdr files needed for a form with database
  3. //              access controls and UI controls
  4. //-------------------------------------------------------------------------
  5. #ifndef VCLDB_H
  6. #define VCLDB_H
  7. //---------------------------------------------------------------------
  8. #include <windows.hpp>
  9. #include <messages.hpp>
  10. #include <sysutils.hpp>
  11. #include <classes.hpp>
  12. #include <graphics.hpp>
  13. #include <controls.hpp>
  14. #include <forms.hpp>
  15. #include <dialogs.hpp>
  16. #include <dbctrls.hpp>
  17. #include <stdctrls.hpp>
  18. #include <mask.hpp>
  19. #include <extctrls.hpp>
  20. #include <db.hpp>
  21. #include <dbtables.hpp>
  22. //---------------------------------------------------------------------
  23. #endif
  24.  
  25.