home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d3456 / ALEXSOFT.ZIP / ALEXSFT4.DPK < prev    next >
Encoding:
Delphi Package  |  2000-06-02  |  1.3 KB  |  62 lines

  1. package Alexsft4;
  2.  
  3. {$R *.RES}
  4. {$R 'ALEXSOFT.DCR'}
  5. {$ALIGN ON}
  6. {$ASSERTIONS ON}
  7. {$BOOLEVAL OFF}
  8. {$DEBUGINFO ON}
  9. {$EXTENDEDSYNTAX ON}
  10. {$IMPORTEDDATA ON}
  11. {$IOCHECKS OFF}
  12. {$LOCALSYMBOLS ON}
  13. {$LONGSTRINGS ON}
  14. {$OPENSTRINGS ON}
  15. {$OPTIMIZATION ON}
  16. {$OVERFLOWCHECKS OFF}
  17. {$RANGECHECKS OFF}
  18. {$REFERENCEINFO OFF}
  19. {$SAFEDIVIDE OFF}
  20. {$STACKFRAMES OFF}
  21. {$TYPEDADDRESS OFF}
  22. {$VARSTRINGCHECKS OFF}
  23. {$WRITEABLECONST ON}
  24. {$MINENUMSIZE 1}
  25. {$IMAGEBASE $00400000}
  26. {$DESCRIPTION 'AlexSoft Data Tools'}
  27. {$DESIGNONLY}
  28. {$IMPLICITBUILD ON}
  29.  
  30. requires
  31.   vcl40,
  32.   Qrpt40,
  33.   VclSmp40,
  34.   Vclmid40;
  35.  
  36. contains
  37.   StdUtils in 'StdUtils.pas',
  38.   DBTools in 'DBTools.pas',
  39.   DBedFld in 'DBedFld.pas',
  40.   FrmDSrce in 'FrmDSrce.pas',
  41.   dbBoxGrd in 'dbBoxGrd.pas',
  42.   dbXgrid in 'dbXgrid.pas',
  43.   Regcomps in 'Regcomps.pas',
  44.   DBPanel in 'DBPanel.pas',
  45.   DBxNav in 'DBxNav.pas',
  46.   DBInsert in 'DBInsert.pas',
  47.   DBForms in 'DBForms.pas',
  48.   dbXCnsts in 'dbXCnsts.pas',
  49.   Fmclndr in 'Fmclndr.pas',
  50.   fmSearch in 'fmSearch.pas',
  51.   MemoEdit in 'MemoEdit.pas',
  52.   DBSearch in 'DBSearch.pas',
  53.   fmFields in 'fmFields.pas',
  54.   dbPrint in 'dbPrint.pas',
  55.   RaPrevw in 'RaPrevw.pas',
  56.   QRaCtrls in 'QRaCtrls.pas',
  57.   RaReport in 'RaReport.pas',
  58.   ImgEdt in 'ImgEdt.pas',
  59.   dbxCtrls in 'dbxCtrls.pas';
  60.  
  61. end.
  62.