home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
Misc
/
Misc200_R40.dpk
< prev
next >
Wrap
Text File
|
2001-07-24
|
1KB
|
60 lines
package Misc200_R40;
{$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 $00400000}
{$DESCRIPTION 'Chemware Miscellaneous Components (D4 Runtime)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
Vcl40;
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.