home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Pageinfo.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Pageinfo.pas
- //----------------------------------------------------------------------------
- #ifndef PageinfoHPP
- #define PageinfoHPP
- //----------------------------------------------------------------------------
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Pageinfo
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TPageInfoDlg;
- class __declspec(pascalimplementation) TPageInfoDlg : public Forms::TForm
- {
- typedef TPageInfoDlg ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TEdit *edPageName;
- Stdctrls::TEdit *edPageContext;
- Stdctrls::TLabel *Label1;
- Stdctrls::TLabel *Label2;
- Stdctrls::TButton *BitBtn1;
- Stdctrls::TButton *BitBtn2;
- Stdctrls::TButton *BitBtn3;
- void __fastcall OKClick(System::TObject *Sender);
- void __fastcall BitBtn3Click(System::TObject *Sender);
-
- private:
- void __fastcall SetPageName(const System::AnsiString Name);
- System::AnsiString __fastcall GetPageName(void);
- void __fastcall SetPageContext(Classes::THelpContext Context);
- Classes::THelpContext __fastcall GetPageContext(void);
-
- public:
- __property System::AnsiString PageName = {read=GetPageName, write=SetPageName, nodefault};
- __property Classes::THelpContext PageContext = {read=GetPageContext, write=SetPageContext, nodefault
- };
- public:
- /* !! TForm.Create */ __fastcall virtual TPageInfoDlg(Classes::TComponent *AOwner) : Forms::TForm(AOwner
- ) { }
- /* !! TForm.CreateNew */ __fastcall TPageInfoDlg(Classes::TComponent *AOwner, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TPageInfoDlg(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Pageinfo */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Pageinfo;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Pageinfo
-