home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsWebPE.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.7 KB  |  55 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'EsWebPE.pas' rev: 3.00
  6.  
  7. #ifndef EsWebPEHPP
  8. #define EsWebPEHPP
  9. #include <EsData.hpp>
  10. #include <ShellAPI.hpp>
  11. #include <Classes.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Windows.hpp>
  15. #include <SysInit.hpp>
  16. #include <System.hpp>
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19.  
  20. namespace Eswebpe
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class DELPHICLASS TEsWebEditor;
  24. class PASCALIMPLEMENTATION TEsWebEditor : public Dsgnintf::TDefaultEditor 
  25. {
  26.     typedef Dsgnintf::TDefaultEditor inherited;
  27.     
  28. public:
  29.     virtual void __fastcall ExecuteVerb(int Index);
  30.     virtual System::AnsiString __fastcall GetVerb(int Index);
  31.     virtual int __fastcall GetVerbCount(void);
  32. public:
  33.     /* TComponentEditor.Create */ __fastcall virtual TEsWebEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner* 
  34.         ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
  35.     
  36. public:
  37.     /* TObject.Destroy */ __fastcall virtual ~TEsWebEditor(void) { }
  38.     
  39. };
  40.  
  41. //-- var, const, procedure ---------------------------------------------------
  42. #define WebText1 "TurboPower on the Web"
  43. #define WebText2 "Essentials Home Page"
  44. #define MailText "Send a Support Message"
  45. extern PACKAGE void __fastcall ShellWebCall1(void);
  46. extern PACKAGE void __fastcall ShellWebCall2(void);
  47. extern PACKAGE void __fastcall ShellMailCall(void);
  48.  
  49. }    /* namespace Eswebpe */
  50. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  51. using namespace Eswebpe;
  52. #endif
  53. //-- end unit ----------------------------------------------------------------
  54. #endif    // EsWebPE
  55.