home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / SAMPREG.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  1KB  |  36 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. #if !defined (SampRegHPP)
  6. #define SampRegHPP
  7.  
  8. //We define REGISTER_ALL_CONTROLS so that those header files below which
  9. //include other header files in the $(bcb)\examples\controls\source directory, 
  10. //are able to find such other header files. 
  11. //
  12. //When a component is registered using $(bcb)\examples\controls\sampreg.cpp,
  13. //REGISTER_ALL_CONTROLS is similarly used to dictate which directory is 
  14. //searched by the compiler when including other header files in the 
  15. //$(bcb)\examples\controls\source directory. 
  16. //
  17. //When a component which has been registered using the file  
  18. //$(bcb)\examples\controls\sampreg.cpp, is dropped onto a form, the statement
  19. //#include <sampreg.h> is added to the form's header file.
  20. //
  21. //Please see $(bcb)\examples\controls\readme.txt for more information 
  22. //regarding registering components in the C++ Builder IDE.
  23.  
  24. #define REGISTER_ALL_CONTROLS
  25.  
  26. #include <source\calendar.h>
  27. #include <source\colorgrd.h>
  28. #include <source\demolbl.h>
  29. #include <source\diroutln.h>
  30. #include <source\gauges.h>
  31. #include <source\piereg.h>
  32. #include <source\spin.h>
  33.  
  34. #endif  //SampRegHPP
  35.  
  36.