home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2001-07-30 | 1.3 KB | 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.
-