PropPageMFCPpg.h
上传用户:lc8096
上传日期:2007-01-02
资源大小:40k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_PROPPAGEMFCPPG_H__A56A23E2_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_)
  2. #define AFX_PROPPAGEMFCPPG_H__A56A23E2_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropPageMFCPpg.h : Declaration of the CPropPageMFCPropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CPropPageMFCPropPage : See PropPageMFCPpg.cpp.cpp for implementation.
  9. class CPropPageMFCPropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CPropPageMFCPropPage)
  12. DECLARE_OLECREATE_EX(CPropPageMFCPropPage)
  13. // Constructor
  14. public:
  15. CPropPageMFCPropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CPropPageMFCPropPage)
  18. enum { IDD = IDD_PROPPAGE_PROPPAGEMFC };
  19. int m_nRadio;
  20. //}}AFX_DATA
  21. // Implementation
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. // Message maps
  25. protected:
  26. //{{AFX_MSG(CPropPageMFCPropPage)
  27. // NOTE - ClassWizard will add and remove member functions here.
  28. //    DO NOT EDIT what you see in these blocks of generated code !
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_PROPPAGEMFCPPG_H__A56A23E2_79AF_11D2_8DC4_C36D152E46FE__INCLUDED)