home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / E105_R35.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.0 KB  |  32 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("E105_R35.res");
  5. USEPACKAGE("VCL35.bpi");
  6. USEPACKAGE("M103_R35.bpi");
  7. USEUNIT("EsUtil.PAS");
  8. USEUNIT("EsCal.pas");
  9. USEUNIT("EsCalc.pas");
  10. USEUNIT("EsClrCbx.pas");
  11. USEUNIT("EsConst.pas");
  12. USEUNIT("EsData.pas");
  13. USEUNIT("EsEdCal.PAS");
  14. USEUNIT("EsEdCalc.pas");
  15. USEUNIT("EsEdPop.pas");
  16. USEUNIT("EsGrad.pas");
  17. USEUNIT("EsLabel.pas");
  18. USEUNIT("EsMarque.pas");
  19. USEUNIT("EsMnuBtn.pas");
  20. USEUNIT("EsRollUp.pas");
  21. USEUNIT("EsTile.pas");
  22. USEUNIT("Esbase.pas");
  23. //---------------------------------------------------------------------------
  24. #pragma package(smart_init)
  25. //---------------------------------------------------------------------------
  26. //   Package source.
  27. //---------------------------------------------------------------------------
  28. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  29. {
  30.         return 1;
  31. }
  32. //---------------------------------------------------------------------------