Prop2.h
上传用户:peony_8
上传日期:2022-05-18
资源大小:1955k
文件大小:1k
源码类别:

菜单

开发平台:

Visual C++

  1. #if !defined(AFX_PROP2_H__B88801AC_7EC8_4166_A9F9_D59B0DF34AA5__INCLUDED_)
  2. #define AFX_PROP2_H__B88801AC_7EC8_4166_A9F9_D59B0DF34AA5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Prop2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProp2 dialog
  10. class CProp2 : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CProp2)
  13. // Construction
  14. public:
  15. CProp2();
  16. ~CProp2();
  17. // Dialog Data
  18. //{{AFX_DATA(CProp2)
  19. enum { IDD = IDD_PROP2 };
  20. BOOL m_football;
  21. BOOL m_basketball;
  22. BOOL m_volleyball;
  23. BOOL m_swim;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CProp2)
  28. public:
  29. virtual BOOL OnSetActive();
  30. virtual LRESULT OnWizardNext();
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CProp2)
  38. // NOTE: the ClassWizard will add member functions here
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PROP2_H__B88801AC_7EC8_4166_A9F9_D59B0DF34AA5__INCLUDED_)