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 >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  76 lines

  1. //----------------------------------------------------------------------------
  2. // Pageinfo.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Pageinfo.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef PageinfoHPP
  6. #define PageinfoHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <StdCtrls.hpp>
  10. #include <Buttons.hpp>
  11. #include <Controls.hpp>
  12. #include <Forms.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Windows.hpp>
  16. #include <System.hpp>
  17. #pragma warn -par
  18. #pragma warn -hid 
  19. #pragma warn -inl
  20.  
  21. namespace Pageinfo
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class __declspec(delphiclass) TPageInfoDlg;
  25. class __declspec(pascalimplementation) TPageInfoDlg : public Forms::TForm
  26. {
  27.     typedef Forms::TForm inherited;
  28.     
  29. __published:
  30.     Stdctrls::TEdit* edPageName;
  31.     Stdctrls::TEdit* edPageContext;
  32.     Stdctrls::TLabel* Label1;
  33.     Stdctrls::TLabel* Label2;
  34.     Stdctrls::TButton* BitBtn1;
  35.     Stdctrls::TButton* BitBtn2;
  36.     Stdctrls::TButton* BitBtn3;
  37.     void __fastcall OKClick(System::TObject* Sender);
  38.     void __fastcall BitBtn3Click(System::TObject* Sender);
  39.     
  40. private:
  41.     void __fastcall SetPageName(const System::AnsiString Name);
  42.     System::AnsiString __fastcall GetPageName(void);
  43.     void __fastcall SetPageContext(Classes::THelpContext Context);
  44.     Classes::THelpContext __fastcall GetPageContext(void);
  45.     
  46. public:
  47.     __property System::AnsiString PageName = {read=GetPageName, write=SetPageName, nodefault};
  48.     __property Classes::THelpContext PageContext = {read=GetPageContext, write=SetPageContext, nodefault
  49.         };
  50. public:
  51.     /* TForm.Create */ __fastcall virtual TPageInfoDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  52.         ) { }
  53.     /* TForm.CreateNew */ __fastcall TPageInfoDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  54.         AOwner, Dummy) { }
  55.     /* TForm.Destroy */ __fastcall virtual ~TPageInfoDlg(void) { }
  56.     
  57. public:
  58.     /* TWinControl.CreateParented */ __fastcall TPageInfoDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  59.         ) { }
  60.     
  61. };
  62.  
  63. //-- var, const, procedure ---------------------------------------------------
  64.  
  65. }    /* namespace Pageinfo */
  66.  
  67. #pragma warn .par
  68. #pragma warn .hid 
  69. #pragma warn .inl
  70.  
  71. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  72. using namespace Pageinfo;
  73. #endif
  74. //-- end unit ----------------------------------------------------------------
  75. #endif    // Pageinfo
  76.