home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2001-09-29 | 1.3 KB | 62 lines |
- package Alexsft5;
-
- {$R *.RES}
- {$R 'ALEXSOFT.DCR'}
- {$ALIGN ON}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS OFF}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO OFF}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS OFF}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$DESCRIPTION 'AlexSoft Data Tools'}
- {$DESIGNONLY}
- {$IMPLICITBUILD ON}
-
- requires
- vcl50,
- Qrpt50,
- VclSmp50,
- Vclmid50,
- vclado50;
-
- contains
- StdUtils in 'StdUtils.pas',
- DBTools in 'DBTools.pas',
- DBedFld in 'DBedFld.pas',
- FrmDSrce in 'FrmDSrce.pas',
- dbBoxGrd in 'dbBoxGrd.pas',
- dbXgrid in 'dbXgrid.pas',
- Regcomps in 'Regcomps.pas',
- DBPanel in 'DBPanel.pas',
- DBxNav in 'DBxNav.pas',
- DBInsert in 'DBInsert.pas',
- DBForms in 'DBForms.pas',
- dbXCnsts in 'dbXCnsts.pas',
- Fmclndr in 'Fmclndr.pas',
- fmSearch in 'fmSearch.pas',
- MemoEdit in 'MemoEdit.pas',
- DBSearch in 'DBSearch.pas',
- fmFields in 'fmFields.pas',
- dbPrint in 'dbPrint.pas',
- RaPrevw in 'RaPrevw.pas',
- QRaCtrls in 'QRaCtrls.pas',
- RaReport in 'RaReport.pas',
- ImgEdt in 'ImgEdt.pas';
-
- end.
-