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

  1. package Plot200_R40;
  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 $00400000}
  25. {$DESCRIPTION 'Chemware Scientific Plotting Component (D4 Runtime)'}
  26. {$RUNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   Vcl40,
  31.   VclSmp40,
  32.   Misc200_R40;
  33.  
  34. contains
  35.   Axis in 'Axis.pas',
  36.   Axisedit in 'Axisedit.pas' {AxisEditorForm},
  37.   Datalist in 'Datalist.pas',
  38.   Data in 'Data.pas',
  39.   Dataedit in 'Dataedit.pas' {DataEditorForm},
  40.   Displace in 'Displace.pas' {DisplacementForm},
  41.   Parser in 'Parser.pas' {ParserForm},
  42.   Plot in 'Plot.pas',
  43.   Plotmenu in 'Plotmenu.pas',
  44.   Plotdefs in 'Plotdefs.pas',
  45.   Plotimagelist in 'Plotimagelist.pas',
  46.   Plottoolbar in 'Plottoolbar.pas',
  47.   Plottooledit in 'Plottooledit.pas' {ToolBarEditForm},
  48.   PlotZoom in 'PlotZoom.pas' {ZoomForm},
  49.   Propedit in 'Propedit.pas' {PlotPropertyEditorForm},
  50.   Seredit in 'Seredit.pas' {SeriesEditorForm},
  51.   Ptedit in 'Ptedit.pas' {PointEditorForm},
  52.   Functons in 'Functons.pas' {FunctionsForm},
  53.   Titles in 'Titles.pas';
  54.  
  55. end.
  56.