home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plot_R_K10.dpk < prev    next >
Text File  |  2001-07-26  |  1KB  |  57 lines

  1. package Plot_R_K10;
  2.  
  3. {$R *.res}
  4. {$ALIGN 8}
  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 (K1 Runtime)'}
  26. {$SOVERSION '2.30'}
  27. {$RUNONLY}
  28. {$IMPLICITBUILD OFF}
  29.  
  30. requires
  31.   baseclx,
  32.   visualclx,
  33.   Misc_R_K10;
  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.   Plot in 'Plot.pas',
  44.   Plotdefs in 'Plotdefs.pas',
  45.   Plotimagelist in 'Plotimagelist.pas',
  46.   Plotmenu in 'Plotmenu.pas',
  47.   Plottoolbar in 'Plottoolbar.pas',
  48.   Plottooledit in 'Plottooledit.pas' {ToolBarEditForm},
  49.   Plotzoom in 'Plotzoom.pas' {ZoomForm},
  50.   Propedit in 'Propedit.pas' {PlotPropertyEditorForm},
  51.   Ptedit in 'Ptedit.pas' {PointEditorForm},
  52.   Seredit in 'Seredit.pas' {SeriesEditorForm},
  53.   Functons in 'Functons.pas' {FunctionsForm},
  54.   Titles in 'Titles.pas';
  55. end.
  56.  
  57.