home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Win31Reg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Win31Reg.pas
- //----------------------------------------------------------------------------
- #ifndef Win31RegHPP
- #define Win31RegHPP
- //----------------------------------------------------------------------------
- #include <Forms.hpp>
- #include <Classes.hpp>
- #include <DsgnIntf.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Win31reg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TTabPageNameProperty;
- class __declspec(pascalimplementation) TTabPageNameProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall SetValue(const System::AnsiString AValue);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageNameProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TTabPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class __declspec(delphiclass) TTabPageListProperty;
- class __declspec(pascalimplementation) TTabPageListProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall Edit(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageListProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TTabPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class __declspec(delphiclass) TTabbedNotebookEditor;
- class __declspec(pascalimplementation) TTabbedNotebookEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TTabbedNotebookEditor(Classes::TComponent* AComponent
- , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TTabbedNotebookEditor(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall Register(void);
-
- } /* namespace Win31reg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Win31reg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Win31Reg
-