home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Misc200_R50.dpk < prev    next >
Text File  |  2001-07-23  |  1KB  |  60 lines

  1. package Misc200_R50;
  2.  
  3. {$R *.RES}
  4. {$R 'Mlabel.dcr'}
  5. {$R 'Shapeex.dcr'}
  6. {$R 'Nedit.dcr'}
  7. {$R 'AboutDlg.dcr'}
  8. {$R 'SplashDlg.dcr'}
  9. {$R 'Slidebar.dcr'}
  10. {$R 'Checkgrp.dcr'}
  11. {$R 'Optnsdlg.dcr'}
  12. {$R 'Vedit.dcr'}
  13. {$ALIGN ON}
  14. {$ASSERTIONS ON}
  15. {$BOOLEVAL OFF}
  16. {$DEBUGINFO ON}
  17. {$EXTENDEDSYNTAX ON}
  18. {$IMPORTEDDATA ON}
  19. {$IOCHECKS ON}
  20. {$LOCALSYMBOLS ON}
  21. {$LONGSTRINGS ON}
  22. {$OPENSTRINGS ON}
  23. {$OPTIMIZATION ON}
  24. {$OVERFLOWCHECKS OFF}
  25. {$RANGECHECKS OFF}
  26. {$REFERENCEINFO OFF}
  27. {$SAFEDIVIDE OFF}
  28. {$STACKFRAMES OFF}
  29. {$TYPEDADDRESS OFF}
  30. {$VARSTRINGCHECKS ON}
  31. {$WRITEABLECONST ON}
  32. {$MINENUMSIZE 1}
  33. {$IMAGEBASE $400000}
  34. {$DESCRIPTION 'Chemware Miscellaneous Components (D5 Runtime)'}
  35. {$RUNONLY}
  36. {$IMPLICITBUILD OFF}
  37.  
  38. requires
  39.   vcl50;
  40.  
  41. contains
  42.   Mlabel in 'Mlabel.pas',
  43.   ShapeEx in 'Shapeex.pas',
  44.   Options in 'options.pas' {OptionsForm},
  45.   NEdit in 'Nedit.pas',
  46.   About in 'About.pas' {AboutBox},
  47.   AboutDlg in 'AboutDlg.pas',
  48.   FileInfo in 'FileInfo.pas',
  49.   SplshDlg in 'SplshDlg.pas',
  50.   Splash in 'Splash.pas' {SplashBox},
  51.   NoMath in 'NoMath.pas',
  52.   SlideBar in 'Slidebar.pas',
  53.   CheckGrp in 'Checkgrp.pas',
  54.   OptnsDlg in 'Optnsdlg.pas',
  55.   VEdit in 'Vedit.pas',
  56.   Misc in 'Misc.pas',
  57.   Coloredt in 'Coloredt.pas';
  58.  
  59. end.
  60.