home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Win31Reg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Win31Reg.pas
- //----------------------------------------------------------------------------
- #ifndef Win31RegHPP
- #define Win31RegHPP
- //----------------------------------------------------------------------------
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef DsgnIntfHPP
- #include <DsgnIntf.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Win31reg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TTabPageNameProperty;
- class __declspec(pascalimplementation) TTabPageNameProperty : public Dsgnintf::TPropertyEditor
- {
- typedef TTabPageNameProperty ThisClass;
- 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 TTabPageListProperty ThisClass;
- 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 TTabbedNotebookEditor ThisClass;
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(System::Integer Index);
- virtual System::AnsiString __fastcall GetVerb(System::Integer Index);
- virtual System::Integer __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 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Win31reg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Win31Reg
-