home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d456 / DCSLIB25.ZIP / Packages / Delphi5 / DCSLIB25.DPK < prev    next >
Text File  |  2001-04-11  |  2KB  |  79 lines

  1. package dcslib25;
  2.  
  3. {$R *.RES}
  4. {$R '..\..\DCRegistry.dcr'}
  5. {$ALIGN ON}
  6. {$ASSERTIONS ON}
  7. {$BOOLEVAL OFF}
  8. {$DEBUGINFO OFF}
  9. {$EXTENDEDSYNTAX ON}
  10. {$IMPORTEDDATA ON}
  11. {$IOCHECKS ON}
  12. {$LOCALSYMBOLS OFF}
  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 ON}
  23. {$WRITEABLECONST ON}
  24. {$MINENUMSIZE 1}
  25. {$IMAGEBASE $51000000}
  26. {$DESCRIPTION 'Decosp Components'}
  27. {$IMPLICITBUILD ON}
  28.  
  29. requires
  30.   vcl50,
  31.   Vclx50,
  32.   Vcldb50,
  33.   vclado50,
  34.   Vclbde50;
  35.  
  36. contains
  37.   DCRegistry in '..\..\DCRegistry.pas',
  38.   DCVerInfo in '..\..\DCVerInfo.pas',
  39.   DCCapEdit in '..\..\DCCapEdit.pas' {StringEditDlg},
  40.   DCCapProp in '..\..\DCCapProp.pas',
  41.   DCChoice in '..\..\DCChoice.pas',
  42.   DCColumnEdit in '..\..\DCColumnEdit.pas' {ColumnEditForm},
  43.   DCCombo in '..\..\DCCombo.pas',
  44.   DCDBGrids in '..\..\DCDBGrids.pas',
  45.   DCEditButton in '..\..\DCEditButton.pas',
  46.   DCEditTools in '..\..\DCEditTools.pas',
  47.   DCGridColEdit in '..\..\DCGridColEdit.pas' {GridColEditForm},
  48.   DCKnotColEdit in '..\..\DCKnotColEdit.pas' {KnotColEditForm},
  49.   DCKnots in '..\..\DCKnots.pas',
  50.   DCListColEdit in '..\..\DCListColEdit.pas' {ListColEditForm},
  51.   DCPopupWindow in '..\..\DCPopupWindow.pas',
  52.   DCResource in '..\..\DCResource.pas',
  53.   DCTray in '..\..\DCTray.pas',
  54.   DCCalendar in '..\..\DCCalendar.pas',
  55.   DCCalculator in '..\..\DCCalculator.pas',
  56.   DCConst in '..\..\DCConst.pas',
  57.   DCStdCtrls in '..\..\DCStdCtrls.pas',
  58.   DCOutBarEdit in '..\..\DCOutBarEdit.pas' {OutPanelEditDlg},
  59.   DCPageColEdit in '..\..\DCPageColEdit.pas' {PageControlEditor},
  60.   DCStringGrid in '..\..\DCStringGrid.pas',
  61.   DCDBGridEdit in '..\..\DCDBGridEdit.pas',
  62.   DCFileCtrl in '..\..\DCFileCtrl.pas',
  63.   DCData in '..\..\DCData.pas',
  64.   DCADOCtrl in '..\..\DCADOCtrl.pas',
  65.   DCExtCtrls in '..\..\DCExtCtrls.pas',
  66.   DCChecklst in '..\..\DCChecklst.pas',
  67.   DCSyntaxMemo in '..\..\DCSyntaxMemo.pas',
  68.   DCSyntaxData in '..\..\DCSyntaxData.pas',
  69.   DCGrids in '..\..\DCGrids.pas',
  70.   DCMaskTools in '..\..\DCMaskTools.pas',
  71.   DCRecordStream in '..\..\DCRecordStream.pas',
  72.   DCIniStream in '..\..\DCIniStream.pas',
  73.   DCDataGrid in '..\..\DCDataGrid.pas',
  74.   DCDataGridEdit in '..\..\DCDataGridEdit.pas' {DataFieldsEditor};
  75.  
  76. end.
  77.  
  78.  
  79.