home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2001-01-06 | 1.3 KB | 54 lines |
- package Plot120_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,
- Misc110_D50;
-
- contains
- Plot in '..\TPlot\Plot.pas',
- Axis in '..\TPlot\Axis.pas',
- AxisEdit in '..\TPlot\AxisEdit.pas' {AxisEditorForm},
- Parser in '..\TPlot\Parser.pas' {ParserForm},
- SerList in '..\TPlot\SerList.pas',
- pSeries in '..\TPlot\pSeries.pas',
- PropEdit in '..\TPlot\PropEdit.pas' {PlotPropertyEditorForm},
- SerEdit in '..\TPlot\Seredit.pas' {SeriesEditorForm},
- Titles in '..\TPlot\Titles.pas',
- Zoom in '..\TPlot\Zoom.pas' {ZoomForm},
- PlotMenu in '..\TPlot\PlotMenu.pas',
- Displace in '..\TPlot\Displace.pas' {DisplacementForm},
- PlotImageList in '..\TPlot\PlotImageList.pas',
- PtEdit in '..\TPlot\Ptedit.pas' {PointEditorForm},
- Menudefs in '..\TPlot\Menudefs.pas',
- Plottoolbar in '..\TPlot\Plottoolbar.pas';
-
- end.
-