home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Plot200_R50.dpk < prev    next >
Text File  |  2001-06-01  |  2KB  |  62 lines

  1. package Plot200_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.   Misc200_R50;
  34.  
  35. contains
  36.   Plot in 'Plot.pas',
  37.   Axis in 'Axis.pas',
  38.   Axisedit in 'Axisedit.pas' {AxisEditorForm},
  39.   Parser in 'Parser.pas' {ParserForm},
  40.   Datalist in 'Datalist.pas',
  41.   Data in 'Data.pas',
  42.   Propedit in 'Propedit.pas' {PlotPropertyEditorForm},
  43.   Seredit in 'Seredit.pas' {SeriesEditorForm},
  44.   Titles in 'Titles.pas',
  45.   PlotZoom in 'PlotZoom.pas' {ZoomForm},
  46.   Plotmenu in 'Plotmenu.pas',
  47.   Displace in 'Displace.pas' {DisplacementForm},
  48.   Plotimagelist in 'Plotimagelist.pas',
  49.   Ptedit in 'Ptedit.pas' {PointEditorForm},
  50.   Plotdefs in 'Plotdefs.pas',
  51.   Plottoolbar in 'Plottoolbar.pas',
  52.   Dataedit in 'Dataedit.pas' {DataEditorForm},
  53.   Parser10 in 'Parser10\Parser10.pas',
  54.   Functons in 'Functons.pas' {FunctionsForm},
  55.   GIFImage in 'TGifimage\GIFImage.pas',
  56.   Plottooledit in 'Plottooledit.pas' {ToolBarEditForm},
  57.   P10Build in 'Parser10\P10Build.pas',
  58.   PngImage in 'pnglib24a\Pngimage.pas',
  59.   PngDef in 'pnglib24a\Pngdef.pas';
  60.  
  61. end.
  62.