home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d23456 / TB97.ZIP / Source / TB97_cb5.cpp < prev    next >
C/C++ Source or Header  |  2000-03-10  |  857b  |  26 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("TB97_cb5.res");
  5. USEUNIT("TB97.pas");
  6. USEUNIT("TB97Tlbr.pas");
  7. USEUNIT("TB97Tlwn.pas");
  8. USEUNIT("TB97Ctls.pas");
  9. USEUNIT("TB97Cmn.pas");
  10. USEUNIT("TB97Cnst.pas");
  11. USEUNIT("TB97Vers.pas");
  12. USEUNIT("TB97Reg.pas");
  13. USERES("TB97Reg.dcr");
  14. USEPACKAGE("vcl50.bpi");
  15. //---------------------------------------------------------------------------
  16. #pragma package(smart_init)
  17. //---------------------------------------------------------------------------
  18. //   Package source.
  19. //---------------------------------------------------------------------------
  20. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  21. {
  22.         return 1;
  23. }
  24. //---------------------------------------------------------------------------
  25.  
  26.