home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d56 / TDSOFT.ZIP / TDSoft.dpk < prev    next >
Text File  |  2001-08-09  |  1KB  |  49 lines

  1. package TDSoft;
  2.  
  3. {$R *.RES}
  4. {$R 'TDSuperComboBox.dcr'}
  5. {$R 'TDSuperEdit.dcr'}
  6. {$R 'TDEnvironmentStrings.dcr'}
  7. {$R 'TDSuperListBox.dcr'}
  8. {$R 'TDGradientPanel.dcr'}
  9. {$R 'TDTrayIcon.dcr'}
  10. {$ALIGN ON}
  11. {$ASSERTIONS ON}
  12. {$BOOLEVAL OFF}
  13. {$DEBUGINFO ON}
  14. {$EXTENDEDSYNTAX ON}
  15. {$IMPORTEDDATA ON}
  16. {$IOCHECKS ON}
  17. {$LOCALSYMBOLS ON}
  18. {$LONGSTRINGS ON}
  19. {$OPENSTRINGS ON}
  20. {$OPTIMIZATION ON}
  21. {$OVERFLOWCHECKS OFF}
  22. {$RANGECHECKS OFF}
  23. {$REFERENCEINFO ON}
  24. {$SAFEDIVIDE OFF}
  25. {$STACKFRAMES OFF}
  26. {$TYPEDADDRESS OFF}
  27. {$VARSTRINGCHECKS ON}
  28. {$WRITEABLECONST ON}
  29. {$MINENUMSIZE 1}
  30. {$IMAGEBASE $400000}
  31. {$IMPLICITBUILD OFF}
  32.  
  33. requires
  34.   vcl50;
  35.  
  36. contains
  37.   TDScreenStamp in 'TDScreenStamp.pas',
  38.   TDSuperComboBox in 'TDSuperComboBox.pas',
  39.   TDSuperEdit in 'TDSuperEdit.pas',
  40.   TDSuperLabel in 'TDSuperLabel.pas',
  41.   TDTrasparentWindow in 'TDTrasparentWindow.pas',
  42.   EvaluationClass in 'EvaluationClass.pas',
  43.   TDEnvironmentStrings in 'TDEnvironmentStrings.pas',
  44.   TDSuperListBox in 'TDSuperListBox.pas',
  45.   TDGradientPanel in 'TDGradientPanel.pas',
  46.   TDTrayIcon in 'TDTrayIcon.pas';
  47.  
  48. end.
  49.