home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Plot200_R50.dpk
< prev
next >
Wrap
Text File
|
2001-07-30
|
1KB
|
57 lines
package Plot200_R50;
{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Chemware Scientific Plotting Component (D5 Runtime)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl50,
Vclx50,
VclSmp50,
Misc200_R50;
contains
Axis in 'Axis.pas',
Axisedit in 'Axisedit.pas' {AxisEditorForm},
Data in 'Data.pas',
Dataedit in 'Dataedit.pas' {DataEditorForm},
Datalist in 'Datalist.pas',
Displace in 'Displace.pas' {DisplacementForm},
Parser in 'Parser.pas' {ParserForm},
Propedit in 'Propedit.pas' {PlotPropertyEditorForm},
Plot in 'Plot.pas',
Plotdefs in 'Plotdefs.pas',
Plotimagelist in 'Plotimagelist.pas',
Plotmenu in 'Plotmenu.pas',
Plottoolbar in 'Plottoolbar.pas',
Plottooledit in 'Plottooledit.pas' {ToolBarEditForm},
Plotzoom in 'Plotzoom.pas' {ZoomForm},
Ptedit in 'Ptedit.pas' {PointEditorForm},
Seredit in 'Seredit.pas' {SeriesEditorForm},
Functons in 'Functons.pas' {FunctionsForm},
Titles in 'Titles.pas';
end.