Login2.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)
  2. #define AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Login2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Login2 dialog
  10. class Login2 : public CDialog
  11. {
  12. CStringArray m_userarray;
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. // Construction
  15. public:
  16. int m_mode;
  17. CString m_rights;
  18. CString m_discount;
  19. CString m_discount2;
  20. CString m_name;
  21. Login2(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(Login2)
  24. enum { IDD = IDD_DLGLogin2 };
  25. CComboBox m_comboaccount;
  26. CString m_psw;
  27. CString m_account;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(Login2)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(Login2)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  41. virtual void OnCancel();
  42. afx_msg void OnPaint();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)