EnterDlg.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_ENTERDLG_H__EFFF59C5_B2B3_418F_A11F_759121CE1AB0__INCLUDED_)
  2. #define AFX_ENTERDLG_H__EFFF59C5_B2B3_418F_A11F_759121CE1AB0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // EnterDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CEnterDlg dialog
  10. class CEnterDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CEnterDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CEnterDlg)
  17. enum { IDD = IDD_ENTER_DLG };
  18. CComboBox m_department;
  19. CString m_admin;
  20. CString m_secret;
  21. bool manager; //选中信息
  22. bool employee;
  23. bool enter_success;
  24. CString department;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CEnterDlg)
  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(CEnterDlg)
  36. afx_msg void OnManager();
  37. afx_msg void OnEmployee();
  38. virtual void OnOK();
  39. afx_msg void OnChangeSecret();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_ENTERDLG_H__EFFF59C5_B2B3_418F_A11F_759121CE1AB0__INCLUDED_)