home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plotimagelist.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  1KB  |  46 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Plotimagelist.pas' rev: 3.00
  6.  
  7. #ifndef PlotimagelistHPP
  8. #define PlotimagelistHPP
  9. #include <Graphics.hpp>
  10. #include <Controls.hpp>
  11. #include <SysUtils.hpp>
  12. #include <Classes.hpp>
  13. #include <SysInit.hpp>
  14. #include <System.hpp>
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Plotimagelist
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. class DELPHICLASS TPlotImageList;
  22. class PASCALIMPLEMENTATION TPlotImageList : public Controls::TImageList 
  23. {
  24.     typedef Controls::TImageList inherited;
  25.     
  26. public:
  27.     __fastcall virtual TPlotImageList(Classes::TComponent* AOwner);
  28. public:
  29.     /* TCustomImageList.CreateSize */ __fastcall TPlotImageList(int AWidth, int AHeight) : Controls::TImageList(
  30.         AWidth, AHeight) { }
  31.     /* TCustomImageList.Destroy */ __fastcall virtual ~TPlotImageList(void) { }
  32.     
  33. };
  34.  
  35. //-- var, const, procedure ---------------------------------------------------
  36. #define TPLOTIMAGELIST_VERSION (Byte)(200)
  37. #define IMAGE_BASE (Word)(5000)
  38. #define NO_IMAGES (Byte)(58)
  39.  
  40. }    /* namespace Plotimagelist */
  41. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  42. using namespace Plotimagelist;
  43. #endif
  44. //-- end unit ----------------------------------------------------------------
  45. #endif    // Plotimagelist
  46.