UserinfoView.h
上传用户:yuxuan88
上传日期:2022-05-09
资源大小:2290k
文件大小:2k
源码类别:

行业应用

开发平台:

Visual C++

  1. #if !defined(AFX_USERINFOVIEW_H__F0C46AF1_7D10_4FFF_BD2A_14A41CA183B2__INCLUDED_)
  2. #define AFX_USERINFOVIEW_H__F0C46AF1_7D10_4FFF_BD2A_14A41CA183B2__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UserinfoView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUserinfoView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CUserinfoView : public CFormView
  14. {
  15. protected:
  16. CUserinfoView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CUserinfoView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CUserinfoView)
  21. enum { IDD = IDD_FORMVIEW_USERINFO };
  22. int m_nBuildingnum;
  23. int m_nCellnum;
  24. CString m_strHousemaster;
  25. int m_nRoomnum;
  26. CString m_strSectionname;
  27. CString m_strBeeppager;
  28. CString m_strEmail;
  29. CString m_strHouseTel;
  30. CString m_strMobile;
  31. CString m_strOffice;
  32. CString m_strOfficeTel;
  33. //}}AFX_DATA
  34. // Attributes
  35. public:
  36. // Operations
  37. public:
  38. void UpdateUserInfo(CString strSectionName,int nBuildingNum,int nCellNum,int nRoomNum);
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CUserinfoView)
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. virtual ~CUserinfoView();
  48. #ifdef _DEBUG
  49. virtual void AssertValid() const;
  50. virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52. // Generated message map functions
  53. //{{AFX_MSG(CUserinfoView)
  54. afx_msg void OnChangeEditEmail();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. /////////////////////////////////////////////////////////////////////////////
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_USERINFOVIEW_H__F0C46AF1_7D10_4FFF_BD2A_14A41CA183B2__INCLUDED_)