home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / CompositeComponentsPack / LIB / CB3 / BoxDsgn.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-12  |  2.8 KB  |  83 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) 'BoxDsgn.pas' rev: 3.00
  6.  
  7. #ifndef BoxDsgnHPP
  8. #define BoxDsgnHPP
  9. #include <Boxes.hpp>
  10. #include <DsgnIntf.hpp>
  11. #include <ComCtrls.hpp>
  12. #include <Menus.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Boxdsgn
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TBoxCustomModule;
  30. class PASCALIMPLEMENTATION TBoxCustomModule : public Dsgnintf::TCustomModule 
  31. {
  32.     typedef Dsgnintf::TCustomModule inherited;
  33.     
  34. public:
  35.     virtual void __fastcall ValidateComponent(Classes::TComponent* Component);
  36. public:
  37.     /* TCustomModule.Create */ __fastcall virtual TBoxCustomModule(Classes::TComponent* ARoot) : Dsgnintf::
  38.         TCustomModule(ARoot) { }
  39.     
  40. public:
  41.     /* TObject.Destroy */ __fastcall virtual ~TBoxCustomModule(void) { }
  42.     
  43. };
  44.  
  45. class DELPHICLASS TToolBarBoxCustomModule;
  46. class PASCALIMPLEMENTATION TToolBarBoxCustomModule : public Boxdsgn::TBoxCustomModule 
  47. {
  48.     typedef Boxdsgn::TBoxCustomModule inherited;
  49.     
  50. public:
  51.     virtual void __fastcall ExecuteVerb(int Index);
  52.     virtual System::AnsiString __fastcall getVerb(int Index);
  53.     virtual int __fastcall getVerbCount(void);
  54. public:
  55.     /* TCustomModule.Create */ __fastcall virtual TToolBarBoxCustomModule(Classes::TComponent* ARoot) : 
  56.         Boxdsgn::TBoxCustomModule(ARoot) { }
  57.     
  58. public:
  59.     /* TObject.Destroy */ __fastcall virtual ~TToolBarBoxCustomModule(void) { }
  60.     
  61. };
  62.  
  63. //-- var, const, procedure ---------------------------------------------------
  64. extern PACKAGE System::ResourceString _sErrorCreateComponent;
  65. #define Boxdsgn_sErrorCreateComponent System::LoadResourceString(&Boxdsgn::_sErrorCreateComponent)
  66. extern PACKAGE System::ResourceString _SNewBtn;
  67. #define Boxdsgn_SNewBtn System::LoadResourceString(&Boxdsgn::_SNewBtn)
  68. extern PACKAGE System::ResourceString _SNewSpr;
  69. #define Boxdsgn_SNewSpr System::LoadResourceString(&Boxdsgn::_SNewSpr)
  70. extern PACKAGE System::ResourceString _SNewDiv;
  71. #define Boxdsgn_SNewDiv System::LoadResourceString(&Boxdsgn::_SNewDiv)
  72. extern PACKAGE System::ResourceString _SNewBtnName;
  73. #define Boxdsgn_SNewBtnName System::LoadResourceString(&Boxdsgn::_SNewBtnName)
  74. extern PACKAGE System::AnsiString ToolBarBoxVerbs[3];
  75. extern PACKAGE void __fastcall Register(void);
  76.  
  77. }    /* namespace Boxdsgn */
  78. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  79. using namespace Boxdsgn;
  80. #endif
  81. //-- end unit ----------------------------------------------------------------
  82. #endif    // BoxDsgn
  83.