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) 'EsWebPE.pas' rev: 3.00
-
- #ifndef EsWebPEHPP
- #define EsWebPEHPP
- #include <EsData.hpp>
- #include <ShellAPI.hpp>
- #include <Classes.hpp>
- #include <DsgnIntf.hpp>
- #include <Dialogs.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Eswebpe
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TEsWebEditor;
- class PASCALIMPLEMENTATION TEsWebEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TEsWebEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
- ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TEsWebEditor(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define WebText1 "TurboPower on the Web"
- #define WebText2 "Essentials Home Page"
- #define MailText "Send a Support Message"
- extern PACKAGE void __fastcall ShellWebCall1(void);
- extern PACKAGE void __fastcall ShellWebCall2(void);
- extern PACKAGE void __fastcall ShellMailCall(void);
-
- } /* namespace Eswebpe */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Eswebpe;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EsWebPE
-