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

  1. //-------------------------------------------------------------------------
  2. //    vclmin.h - includes min hdr files needed for a blank form and a button
  3. //-------------------------------------------------------------------------
  4. #ifndef VCLMIN_H
  5. #define VCLMIN_H
  6. //---------------------------------------------------------------------
  7. #include <system.hpp>
  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 <stdctrls.hpp>
  17. //---------------------------------------------------------------------
  18. #endif
  19.