home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Misc200_R_BCB30.cpp < prev    next >
C/C++ Source or Header  |  2001-04-26  |  1KB  |  41 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("Misc200_R_BCB30.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEFORMNS("About.pas", About, AboutBox);
  7. USEUNIT("AboutDlg.pas");
  8. USERES("AboutDlg.dcr");
  9. USEUNIT("Checkgrp.pas");
  10. USERES("Checkgrp.dcr");
  11. USEUNIT("Fileinfo.pas");
  12. USEUNIT("Misc.pas");
  13. USEUNIT("Mlabel.pas");
  14. USERES("Mlabel.dcr");
  15. USEUNIT("Nedit.pas");
  16. USERES("Nedit.dcr");
  17. USEFORMNS("Options.pas", Options, OptionsForm);
  18. USEUNIT("Optnsdlg.pas");
  19. USERES("Optnsdlg.dcr");
  20. USEUNIT("Shapeex.pas");
  21. USERES("Shapeex.dcr");
  22. USEUNIT("Slidebar.pas");
  23. USERES("Slidebar.dcr");
  24. USEFORMNS("Splash.pas", Splash, SplashBox);
  25. USEUNIT("Splshdlg.pas");
  26. USERES("Splshdlg.dcr");
  27. USEUNIT("Vedit.pas");
  28. USERES("Vedit.dcr");
  29. USEUNIT("Coloredt.pas");
  30. USEUNIT("NoMath.pas");
  31. //---------------------------------------------------------------------------
  32. #pragma package(smart_init)
  33. //---------------------------------------------------------------------------
  34. //   Package source.
  35. //---------------------------------------------------------------------------
  36. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  37. {
  38.     return 1;
  39. }
  40. //---------------------------------------------------------------------------
  41.