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

  1. //----------------------------------------------------------------------------
  2. // NoteBReg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: NoteBReg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef NoteBRegHPP
  6. #define NoteBRegHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef DsgnIntfHPP
  9. #include <DsgnIntf.hpp>
  10. #endif
  11.  
  12. #ifndef ClassesHPP
  13. #include <Classes.hpp>
  14. #endif
  15.  
  16. #ifndef SystemHPP
  17. #include <System.hpp>
  18. #endif
  19.  
  20. namespace Notebreg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class __declspec(delphiclass) TPageNameProperty;
  24. class __declspec(pascalimplementation) TPageNameProperty : public Dsgnintf::TPropertyEditor
  25. {
  26.     typedef TPageNameProperty 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 ~TPageNameProperty(void) { }
  36.     
  37. public:
  38.     /* !! TObject.Create */ __fastcall TPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
  39.     
  40. };
  41.  
  42. class __declspec(delphiclass) TPageListProperty;
  43. class __declspec(pascalimplementation) TPageListProperty : public Dsgnintf::TPropertyEditor
  44. {
  45.     typedef TPageListProperty 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 ~TPageListProperty(void) { }
  54.     
  55. public:
  56.     /* !! TObject.Create */ __fastcall TPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
  57.     
  58. };
  59.  
  60. class __declspec(delphiclass) TNotebookEditor;
  61. class __declspec(pascalimplementation) TNotebookEditor : public Dsgnintf::TDefaultEditor
  62. {
  63.     typedef TNotebookEditor 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 TNotebookEditor(Classes::TComponent *AComponent
  72.         , Dsgnintf::TFormDesigner *ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
  73.     
  74. public:
  75.     /* !! TObject.Destroy */ __fastcall virtual ~TNotebookEditor(void) { }
  76.     
  77. };
  78.  
  79. //-- var, const, procedure ---------------------------------------------------
  80.  
  81. }    /* namespace Notebreg */
  82. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  83. using namespace Notebreg;
  84. #endif
  85. //-- end unit ----------------------------------------------------------------
  86. #endif    // NoteBReg
  87.