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

菜单

开发平台:

Visual C++

  1. #if !defined(AFX_PROP3_H__68801194_2D16_479F_9FB4_66C88C34CD39__INCLUDED_)
  2. #define AFX_PROP3_H__68801194_2D16_479F_9FB4_66C88C34CD39__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Prop3.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProp3 dialog
  10. class CProp3 : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CProp3)
  13. // Construction
  14. public:
  15. CString m_strSalary;
  16. CProp3();
  17. ~CProp3();
  18. // Dialog Data
  19. //{{AFX_DATA(CProp3)
  20. enum { IDD = IDD_PROP3 };
  21. // NOTE - ClassWizard will add data members here.
  22. //    DO NOT EDIT what you see in these blocks of generated code !
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CProp3)
  27. public:
  28. virtual BOOL OnSetActive();
  29. virtual BOOL OnWizardFinish();
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CProp3)
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_PROP3_H__68801194_2D16_479F_9FB4_66C88C34CD39__INCLUDED_)