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

  1. //---------------------------------------------------------------------
  2. //    vclmax.h - includes all vcl hdr files
  3. //---------------------------------------------------------------------
  4. #ifndef VCLMAX_H
  5. #define VCLMAX_H
  6. //---------------------------------------------------------------------
  7. #include <Buttons.hpp>
  8. #include <ChartFX.hpp>
  9. #include <Classes.hpp>
  10. #include <ComCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <DB.hpp>
  13. #include <DBCGrids.hpp>
  14. #include <DBCtrls.hpp>
  15. #include <DBGrids.hpp>
  16. #include <DBLookup.hpp>
  17. #include <DBTables.hpp>
  18. #include <DdeMan.hpp>
  19. #include <Dialogs.hpp>
  20. #include <ExtCtrls.hpp>
  21. #include <FileCtrl.hpp>
  22. #include <Forms.hpp>
  23. #include <GraphSvr.hpp>
  24. #include <Graphics.hpp>
  25. #include <Grids.hpp>
  26. #include <ISP.hpp>
  27. #include <MPlayer.hpp>
  28. #include <Mask.hpp>
  29. #include <Menus.hpp>
  30. #include <Messages.hpp>
  31. #include <OleCtnrs.hpp>
  32. #include <OleCtrls.hpp>
  33. #include <Outline.hpp>
  34. #include <Quickrep.hpp>
  35. #include <StdCtrls.hpp>
  36. #include <SysUtils.hpp>
  37. #include <System.hpp>
  38. #include <Tabnotbk.hpp>
  39. #include <Tabs.hpp>
  40. #include <VCFImprs.hpp>
  41. #include <VCFrmla1.hpp>
  42. #include <VCSpell.hpp>
  43. #include <Windows.hpp>
  44.  
  45. //---------------------------------------------------------------------
  46. #endif
  47.  
  48.