home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
PAGEINFO.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
3KB
|
76 lines
//----------------------------------------------------------------------------
// Pageinfo.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: Pageinfo.pas
//----------------------------------------------------------------------------
#ifndef PageinfoHPP
#define PageinfoHPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <StdCtrls.hpp>
#include <Buttons.hpp>
#include <Controls.hpp>
#include <Forms.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Windows.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Pageinfo
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TPageInfoDlg;
class __declspec(pascalimplementation) TPageInfoDlg : public Forms::TForm
{
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, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TPageInfoDlg(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TPageInfoDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Pageinfo */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Pageinfo;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Pageinfo