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.

42 lines
1.1 KiB

  1. #if !defined(AFX_MSIEPPG_H__25959BFE_E700_11D2_A7AF_00C04F806200__INCLUDED_)
  2. #define AFX_MSIEPPG_H__25959BFE_E700_11D2_A7AF_00C04F806200__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // MsiePpg.h : Declaration of the CMsiePropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CMsiePropPage : See MsiePpg.cpp.cpp for implementation.
  9. class CMsiePropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CMsiePropPage)
  12. DECLARE_OLECREATE_EX(CMsiePropPage)
  13. // Constructor
  14. public:
  15. CMsiePropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CMsiePropPage)
  18. enum { IDD = IDD_PROPPAGE_MSIE };
  19. //}}AFX_DATA
  20. // Implementation
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. // Message maps
  24. protected:
  25. //{{AFX_MSG(CMsiePropPage)
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_MSIEPPG_H__25959BFE_E700_11D2_A7AF_00C04F806200__INCLUDED)