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) 'BoxDsgn.pas' rev: 3.00
-
- #ifndef BoxDsgnHPP
- #define BoxDsgnHPP
- #include <Boxes.hpp>
- #include <DsgnIntf.hpp>
- #include <ComCtrls.hpp>
- #include <Menus.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Boxdsgn
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TBoxCustomModule;
- class PASCALIMPLEMENTATION TBoxCustomModule : public Dsgnintf::TCustomModule
- {
- typedef Dsgnintf::TCustomModule inherited;
-
- public:
- virtual void __fastcall ValidateComponent(Classes::TComponent* Component);
- public:
- /* TCustomModule.Create */ __fastcall virtual TBoxCustomModule(Classes::TComponent* ARoot) : Dsgnintf::
- TCustomModule(ARoot) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TBoxCustomModule(void) { }
-
- };
-
- class DELPHICLASS TToolBarBoxCustomModule;
- class PASCALIMPLEMENTATION TToolBarBoxCustomModule : public Boxdsgn::TBoxCustomModule
- {
- typedef Boxdsgn::TBoxCustomModule inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall getVerb(int Index);
- virtual int __fastcall getVerbCount(void);
- public:
- /* TCustomModule.Create */ __fastcall virtual TToolBarBoxCustomModule(Classes::TComponent* ARoot) :
- Boxdsgn::TBoxCustomModule(ARoot) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TToolBarBoxCustomModule(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE System::ResourceString _sErrorCreateComponent;
- #define Boxdsgn_sErrorCreateComponent System::LoadResourceString(&Boxdsgn::_sErrorCreateComponent)
- extern PACKAGE System::ResourceString _SNewBtn;
- #define Boxdsgn_SNewBtn System::LoadResourceString(&Boxdsgn::_SNewBtn)
- extern PACKAGE System::ResourceString _SNewSpr;
- #define Boxdsgn_SNewSpr System::LoadResourceString(&Boxdsgn::_SNewSpr)
- extern PACKAGE System::ResourceString _SNewDiv;
- #define Boxdsgn_SNewDiv System::LoadResourceString(&Boxdsgn::_SNewDiv)
- extern PACKAGE System::ResourceString _SNewBtnName;
- #define Boxdsgn_SNewBtnName System::LoadResourceString(&Boxdsgn::_SNewBtnName)
- extern PACKAGE System::AnsiString ToolBarBoxVerbs[3];
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Boxdsgn */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Boxdsgn;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // BoxDsgn
-