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 >
Wrap
C/C++ Source or Header
|
2001-07-31
|
1KB
|
46 lines
// 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