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

菜单

开发平台:

Visual C++

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