home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / PAGEINFO.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.5 KB  |  91 lines

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