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
694 B

  1. // LogUIPpg.h : Declaration of the CLogUIPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CLogUIPropPage : See LogUIPpg.cpp.cpp for implementation.
  4. class CLogUIPropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CLogUIPropPage)
  7. DECLARE_OLECREATE_EX(CLogUIPropPage)
  8. // Constructor
  9. public:
  10. CLogUIPropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CLogUIPropPage)
  13. enum { IDD = IDD_PROPPAGE_LOGUI };
  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(CLogUIPropPage)
  22. //}}AFX_MSG
  23. DECLARE_MESSAGE_MAP()
  24. };