home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / WIN31REG.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  3.0 KB  |  88 lines

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