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 >
Text File  |  2001-07-30  |  1KB  |  57 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.   Axis in 'Axis.pas',
  37.   Axisedit in 'Axisedit.pas' {AxisEditorForm},
  38.   Data in 'Data.pas',
  39.   Dataedit in 'Dataedit.pas' {DataEditorForm},
  40.   Datalist in 'Datalist.pas',
  41.   Displace in 'Displace.pas' {DisplacementForm},
  42.   Parser in 'Parser.pas' {ParserForm},
  43.   Propedit in 'Propedit.pas' {PlotPropertyEditorForm},
  44.   Plot in 'Plot.pas',
  45.   Plotdefs in 'Plotdefs.pas',
  46.   Plotimagelist in 'Plotimagelist.pas',
  47.   Plotmenu in 'Plotmenu.pas',
  48.   Plottoolbar in 'Plottoolbar.pas',
  49.   Plottooledit in 'Plottooledit.pas' {ToolBarEditForm},
  50.   Plotzoom in 'Plotzoom.pas' {ZoomForm},
  51.   Ptedit in 'Ptedit.pas' {PointEditorForm},
  52.   Seredit in 'Seredit.pas' {SeriesEditorForm},
  53.   Functons in 'Functons.pas' {FunctionsForm},
  54.   Titles in 'Titles.pas';
  55.  
  56. end.
  57.