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 >
Wrap
Text File
|
2001-04-11
|
2KB
|
79 lines
package dcslib25;
{$R *.RES}
{$R '..\..\DCRegistry.dcr'}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $51000000}
{$DESCRIPTION 'Decosp Components'}
{$IMPLICITBUILD ON}
requires
vcl50,
Vclx50,
Vcldb50,
vclado50,
Vclbde50;
contains
DCRegistry in '..\..\DCRegistry.pas',
DCVerInfo in '..\..\DCVerInfo.pas',
DCCapEdit in '..\..\DCCapEdit.pas' {StringEditDlg},
DCCapProp in '..\..\DCCapProp.pas',
DCChoice in '..\..\DCChoice.pas',
DCColumnEdit in '..\..\DCColumnEdit.pas' {ColumnEditForm},
DCCombo in '..\..\DCCombo.pas',
DCDBGrids in '..\..\DCDBGrids.pas',
DCEditButton in '..\..\DCEditButton.pas',
DCEditTools in '..\..\DCEditTools.pas',
DCGridColEdit in '..\..\DCGridColEdit.pas' {GridColEditForm},
DCKnotColEdit in '..\..\DCKnotColEdit.pas' {KnotColEditForm},
DCKnots in '..\..\DCKnots.pas',
DCListColEdit in '..\..\DCListColEdit.pas' {ListColEditForm},
DCPopupWindow in '..\..\DCPopupWindow.pas',
DCResource in '..\..\DCResource.pas',
DCTray in '..\..\DCTray.pas',
DCCalendar in '..\..\DCCalendar.pas',
DCCalculator in '..\..\DCCalculator.pas',
DCConst in '..\..\DCConst.pas',
DCStdCtrls in '..\..\DCStdCtrls.pas',
DCOutBarEdit in '..\..\DCOutBarEdit.pas' {OutPanelEditDlg},
DCPageColEdit in '..\..\DCPageColEdit.pas' {PageControlEditor},
DCStringGrid in '..\..\DCStringGrid.pas',
DCDBGridEdit in '..\..\DCDBGridEdit.pas',
DCFileCtrl in '..\..\DCFileCtrl.pas',
DCData in '..\..\DCData.pas',
DCADOCtrl in '..\..\DCADOCtrl.pas',
DCExtCtrls in '..\..\DCExtCtrls.pas',
DCChecklst in '..\..\DCChecklst.pas',
DCSyntaxMemo in '..\..\DCSyntaxMemo.pas',
DCSyntaxData in '..\..\DCSyntaxData.pas',
DCGrids in '..\..\DCGrids.pas',
DCMaskTools in '..\..\DCMaskTools.pas',
DCRecordStream in '..\..\DCRecordStream.pas',
DCIniStream in '..\..\DCIniStream.pas',
DCDataGrid in '..\..\DCDataGrid.pas',
DCDataGridEdit in '..\..\DCDataGridEdit.pas' {DataFieldsEditor};
end.