UserTypeDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_USERTYPEDLG_H__EC89B90B_BDE6_45A9_AAAD_4C720A673360__INCLUDED_)
  2. #define AFX_USERTYPEDLG_H__EC89B90B_BDE6_45A9_AAAD_4C720A673360__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UserTypeDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUserTypeDlg dialog
  10. class CUserTypeDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CUserTypeDlg(CWnd* pParent = NULL);   // standard constructor
  15. CUserTypeDlg(int nUserType,CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CUserTypeDlg)
  18. enum { IDD = IDD_USERTYPEDLG };
  19. CButton m_ctlNormalUser;
  20. CButton m_ctlCenter;
  21. int m_nType;
  22. int m_nNormalUser;
  23. //}}AFX_DATA
  24. public:
  25. int m_nUserType;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CUserTypeDlg)
  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(CUserTypeDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnCenter();
  38. afx_msg void OnNormaluser();
  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_USERTYPEDLG_H__EC89B90B_BDE6_45A9_AAAD_4C720A673360__INCLUDED_)