home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Plotimagelist.pas' rev: 3.00
-
- #ifndef PlotimagelistHPP
- #define PlotimagelistHPP
- #include <Graphics.hpp>
- #include <Controls.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Plotimagelist
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPlotImageList;
- class PASCALIMPLEMENTATION TPlotImageList : public Controls::TImageList
- {
- typedef Controls::TImageList inherited;
-
- public:
- __fastcall virtual TPlotImageList(Classes::TComponent* AOwner);
- public:
- /* TCustomImageList.CreateSize */ __fastcall TPlotImageList(int AWidth, int AHeight) : Controls::TImageList(
- AWidth, AHeight) { }
- /* TCustomImageList.Destroy */ __fastcall virtual ~TPlotImageList(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define TPLOTIMAGELIST_VERSION (Byte)(200)
- #define IMAGE_BASE (Word)(5000)
- #define NO_IMAGES (Byte)(58)
-
- } /* namespace Plotimagelist */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Plotimagelist;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Plotimagelist
-