Leaked source code of windows server 2003
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.

30 lines
690 B

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