home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2001-07-23 | 1.2 KB | 60 lines |
- package Misc200_R50;
-
- {$R *.RES}
- {$R 'Mlabel.dcr'}
- {$R 'Shapeex.dcr'}
- {$R 'Nedit.dcr'}
- {$R 'AboutDlg.dcr'}
- {$R 'SplashDlg.dcr'}
- {$R 'Slidebar.dcr'}
- {$R 'Checkgrp.dcr'}
- {$R 'Optnsdlg.dcr'}
- {$R 'Vedit.dcr'}
- {$ALIGN ON}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS ON}
- {$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 $400000}
- {$DESCRIPTION 'Chemware Miscellaneous Components (D5 Runtime)'}
- {$RUNONLY}
- {$IMPLICITBUILD OFF}
-
- requires
- vcl50;
-
- contains
- Mlabel in 'Mlabel.pas',
- ShapeEx in 'Shapeex.pas',
- Options in 'options.pas' {OptionsForm},
- NEdit in 'Nedit.pas',
- About in 'About.pas' {AboutBox},
- AboutDlg in 'AboutDlg.pas',
- FileInfo in 'FileInfo.pas',
- SplshDlg in 'SplshDlg.pas',
- Splash in 'Splash.pas' {SplashBox},
- NoMath in 'NoMath.pas',
- SlideBar in 'Slidebar.pas',
- CheckGrp in 'Checkgrp.pas',
- OptnsDlg in 'Optnsdlg.pas',
- VEdit in 'Vedit.pas',
- Misc in 'Misc.pas',
- Coloredt in 'Coloredt.pas';
-
- end.
-