home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Plot_reg.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-31
|
2KB
|
51 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Plot_Reg.pas' rev: 3.00
#ifndef Plot_RegHPP
#define Plot_RegHPP
#include <Plotmenu.hpp>
#include <Plotimagelist.hpp>
#include <Plottoolbar.hpp>
#include <Plot.hpp>
#include <DsgnIntf.hpp>
#include <Classes.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Plot_reg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TPlotComponentEditor;
class PASCALIMPLEMENTATION TPlotComponentEditor : public Dsgnintf::TComponentEditor
{
typedef Dsgnintf::TComponentEditor inherited;
public:
virtual System::AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
virtual void __fastcall ExecuteVerb(int Index);
virtual void __fastcall Edit(void);
public:
/* TComponentEditor.Create */ __fastcall virtual TPlotComponentEditor(Classes::TComponent* AComponent
, Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TComponentEditor(AComponent, ADesigner) { }
public:
/* TObject.Destroy */ __fastcall virtual ~TPlotComponentEditor(void) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Plot_reg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Plot_reg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Plot_Reg