home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Plot120_R50.dpk < prev    next >
Text File  |  2001-01-06  |  1KB  |  54 lines

  1. package Plot120_R50;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS ON}
  16. {$RANGECHECKS ON}
  17. {$REFERENCEINFO OFF}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$DESCRIPTION 'Chemware Scientific Plotting Component (D5 Runtime)'}
  26. {$RUNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   vcl50,
  31.   Vclx50,
  32.   VclSmp50,
  33.   Misc110_D50;
  34.  
  35. contains
  36.   Plot in '..\TPlot\Plot.pas',
  37.   Axis in '..\TPlot\Axis.pas',
  38.   AxisEdit in '..\TPlot\AxisEdit.pas' {AxisEditorForm},
  39.   Parser in '..\TPlot\Parser.pas' {ParserForm},
  40.   SerList in '..\TPlot\SerList.pas',
  41.   pSeries in '..\TPlot\pSeries.pas',
  42.   PropEdit in '..\TPlot\PropEdit.pas' {PlotPropertyEditorForm},
  43.   SerEdit in '..\TPlot\Seredit.pas' {SeriesEditorForm},
  44.   Titles in '..\TPlot\Titles.pas',
  45.   Zoom in '..\TPlot\Zoom.pas' {ZoomForm},
  46.   PlotMenu in '..\TPlot\PlotMenu.pas',
  47.   Displace in '..\TPlot\Displace.pas' {DisplacementForm},
  48.   PlotImageList in '..\TPlot\PlotImageList.pas',
  49.   PtEdit in '..\TPlot\Ptedit.pas' {PointEditorForm},
  50.   Menudefs in '..\TPlot\Menudefs.pas',
  51.   Plottoolbar in '..\TPlot\Plottoolbar.pas';
  52.  
  53. end.
  54.