#if !defined(AFX_LOGIN_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_) #define AFX_LOGIN_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Login.h : header file // ///////////////////////////////////////////////////////////////////////////// // Login dialog class Login : public CDialog { CStringArray m_userarray; CArraym_List1array; // Construction public: void RemoveExist(CString str); CString GetBm(CString &name, CArray&m_renyuanarray ); void SaveLongin(); Login(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(Login) enum { IDD = IDD_DLGLogin }; CComboBox m_comboaccount; CString m_psw; BOOL m_bsave; CString m_account; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Login) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(Login) virtual BOOL OnInitDialog(); virtual void OnOK(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LOGIN_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)