Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
672 B

  1. // RatPpg.h : Declaration of the CRatPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CRatPropPage : See RatPpg.cpp.cpp for implementation.
  4. class CRatPropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CRatPropPage)
  7. DECLARE_OLECREATE_EX(CRatPropPage)
  8. // Constructor
  9. public:
  10. CRatPropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CRatPropPage)
  13. enum { IDD = IDD_PROPPAGE_RAT };
  14. CString m_sz_caption;
  15. //}}AFX_DATA
  16. // Implementation
  17. protected:
  18. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  19. // Message maps
  20. protected:
  21. //{{AFX_MSG(CRatPropPage)
  22. //}}AFX_MSG
  23. DECLARE_MESSAGE_MAP()
  24. };