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

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