Login.h 1.5 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. //#include "Calendarfrm.h"
  11. class Login : public CDialog
  12. {
  13. // CCalendarFrm m_oCalendar;
  14. CArray<CStringArray, CStringArray>g_bakstatearray;
  15. CStringArray m_userarray;
  16. CArray<CStringArray, CStringArray>m_List1array;
  17. // Construction
  18. public:
  19. void SetLiaPath(CString path);
  20. void CheckBakState();
  21. void RemoveExist(CString str);
  22. CString GetBm(CString &name, CArray<CStringArray, CStringArray>&m_renyuanarray );
  23. void SaveLongin();
  24. Login(CWnd* pParent = NULL); // standard constructor
  25. // Dialog Data
  26. enum { IDD = IDD_DLGLogin };
  27. CComboBox m_comboaccount;
  28. CString m_psw;
  29. BOOL m_bsave;
  30. CString m_account;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. virtual BOOL OnInitDialog();
  41. virtual void OnOK();
  42. virtual void OnCancel();
  43. afx_msg void OnPaint();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_LOGIN_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)