| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #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
- //#include "Calendarfrm.h"
- class Login : public CDialog
- {
- // CCalendarFrm m_oCalendar;
- CArray<CStringArray, CStringArray>g_bakstatearray;
- CStringArray m_userarray;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void SetLiaPath(CString path);
- void CheckBakState();
- void RemoveExist(CString str);
- CString GetBm(CString &name, CArray<CStringArray, CStringArray>&m_renyuanarray );
- void SaveLongin();
- Login(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- enum { IDD = IDD_DLGLogin };
- CComboBox m_comboaccount;
- CString m_psw;
- BOOL m_bsave;
- CString m_account;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnPaint();
- //}}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_)
|