home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1999 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'NoteBReg.pas' rev: 4.00
-
- #ifndef NoteBRegHPP
- #define NoteBRegHPP
-
- #pragma delphiheader begin
- #pragma option push -w-
- #include <DsgnIntf.hpp> // Pascal unit
- #include <Classes.hpp> // Pascal unit
- #include <SysInit.hpp> // Pascal unit
- #include <System.hpp> // Pascal unit
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Notebreg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPageNameProperty;
- #pragma pack(push, 4)
- class PASCALIMPLEMENTATION TPageNameProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
- virtual AnsiString __fastcall GetValue();
- virtual void __fastcall SetValue(const AnsiString AValue);
- protected:
- #pragma option push -w-inl
- /* TPropertyEditor.Create */ inline __fastcall TPageNameProperty(const Dsgnintf::_di_IFormDesigner
- ADesigner, int APropCount) : Dsgnintf::TPropertyEditor(ADesigner, APropCount) { }
- #pragma option pop
-
- public:
- #pragma option push -w-inl
- /* TPropertyEditor.Destroy */ inline __fastcall virtual ~TPageNameProperty(void) { }
- #pragma option pop
-
- };
-
- #pragma pack(pop)
-
- class DELPHICLASS TPageListProperty;
- #pragma pack(push, 4)
- class PASCALIMPLEMENTATION TPageListProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual AnsiString __fastcall GetValue();
- virtual void __fastcall Edit(void);
- protected:
- #pragma option push -w-inl
- /* TPropertyEditor.Create */ inline __fastcall TPageListProperty(const Dsgnintf::_di_IFormDesigner
- ADesigner, int APropCount) : Dsgnintf::TPropertyEditor(ADesigner, APropCount) { }
- #pragma option pop
-
- public:
- #pragma option push -w-inl
- /* TPropertyEditor.Destroy */ inline __fastcall virtual ~TPageListProperty(void) { }
- #pragma option pop
-
- };
-
- #pragma pack(pop)
-
- class DELPHICLASS TNotebookEditor;
- #pragma pack(push, 4)
- class PASCALIMPLEMENTATION TNotebookEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- #pragma option push -w-inl
- /* TComponentEditor.Create */ inline __fastcall virtual TNotebookEditor(Classes::TComponent* AComponent
- , Dsgnintf::_di_IFormDesigner ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
- #pragma option pop
-
- public:
- #pragma option push -w-inl
- /* TObject.Destroy */ inline __fastcall virtual ~TNotebookEditor(void) { }
- #pragma option pop
-
- };
-
- #pragma pack(pop)
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Notebreg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Notebreg;
- #endif
- #pragma option pop // -w-
-
- #pragma delphiheader end.
- //-- end unit ----------------------------------------------------------------
- #endif // NoteBReg
-