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) '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
-