Login.h 1.4 KB

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