home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / WIN31REG.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  86 lines

  1. //----------------------------------------------------------------------------
  2. // Win31Reg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Win31Reg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef Win31RegHPP
  6. #define Win31RegHPP
  7. //----------------------------------------------------------------------------
  8. #include <Forms.hpp>
  9. #include <Classes.hpp>
  10. #include <DsgnIntf.hpp>
  11. #include <System.hpp>
  12. #pragma warn -par
  13. #pragma warn -hid 
  14. #pragma warn -inl
  15.  
  16. namespace Win31reg
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. class __declspec(delphiclass) TTabPageNameProperty;
  20. class __declspec(pascalimplementation) TTabPageNameProperty : public Dsgnintf::TPropertyEditor
  21. {
  22.     typedef Dsgnintf::TPropertyEditor inherited;
  23.     
  24. public:
  25.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  26.     virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
  27.     virtual System::AnsiString __fastcall GetValue(void);
  28.     virtual void __fastcall SetValue(const System::AnsiString AValue);
  29. public:
  30.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageNameProperty(void) { }
  31.     
  32. public:
  33.     /* TObject.Create */ __fastcall TTabPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
  34.     
  35. };
  36.  
  37. class __declspec(delphiclass) TTabPageListProperty;
  38. class __declspec(pascalimplementation) TTabPageListProperty : public Dsgnintf::TPropertyEditor
  39. {
  40.     typedef Dsgnintf::TPropertyEditor inherited;
  41.     
  42. public:
  43.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  44.     virtual System::AnsiString __fastcall GetValue(void);
  45.     virtual void __fastcall Edit(void);
  46. public:
  47.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageListProperty(void) { }
  48.     
  49. public:
  50.     /* TObject.Create */ __fastcall TTabPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
  51.     
  52. };
  53.  
  54. class __declspec(delphiclass) TTabbedNotebookEditor;
  55. class __declspec(pascalimplementation) TTabbedNotebookEditor : public Dsgnintf::TDefaultEditor
  56. {
  57.     typedef Dsgnintf::TDefaultEditor inherited;
  58.     
  59. public:
  60.     virtual void __fastcall ExecuteVerb(int Index);
  61.     virtual System::AnsiString __fastcall GetVerb(int Index);
  62.     virtual int __fastcall GetVerbCount(void);
  63. public:
  64.     /* TComponentEditor.Create */ __fastcall virtual TTabbedNotebookEditor(Classes::TComponent* AComponent
  65.         , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
  66.     
  67. public:
  68.     /* TObject.Destroy */ __fastcall virtual ~TTabbedNotebookEditor(void) { }
  69.     
  70. };
  71.  
  72. //-- var, const, procedure ---------------------------------------------------
  73. extern void __fastcall Register(void);
  74.  
  75. }    /* namespace Win31reg */
  76.  
  77. #pragma warn .par
  78. #pragma warn .hid 
  79. #pragma warn .inl
  80.  
  81. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  82. using namespace Win31reg;
  83. #endif
  84. //-- end unit ----------------------------------------------------------------
  85. #endif    // Win31Reg
  86.