home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEPRO43.DPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  1.0 KB  |  71 lines

  1. package TeePro43;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$ASSERTIONS OFF}
  6. {$BOOLEVAL OFF}
  7. { DEBUGINFO OFF}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. { LOCALSYMBOLS OFF}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  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 'TeeChart Pro 4.0 components'}
  26. {$RUNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   vcl30,
  31.   tee43,
  32.   teeui43;
  33. contains
  34.   OHLChart,
  35.   CandleCh,
  36.   TeeSurfa,
  37.   ErrorBar,
  38.   CurvFitt,
  39.   TeePolar,
  40.   Bar3D,
  41.   TeeCount,
  42.   ImaPoint,
  43.   ImageBar,
  44.   MyPoint,
  45.   BigCandl,
  46.   StatChar,
  47.   TeePoly,
  48.   TeeProCo,
  49.   CandlEdi,
  50.   ErrBarEd,
  51.   SurfEdit,
  52.   ContEdit,
  53.   PolarEdi,
  54.   Po3DEdit,
  55.   TeeGriEd,
  56.   TeeVolEd,
  57.   TeeImaEd,
  58.   EditPro,
  59.   teeCumu,
  60.   TeeMonth,
  61.   TeeData,
  62.   TeeBezie,
  63.   TeeEdit,
  64.   TeePoin3,
  65.   TeeComma,
  66.   TeeURL,
  67.   TeeScroB,
  68.   TeeRose;
  69.  
  70. end.
  71.