SetPathDlg.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)
  2. #define AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetPathDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetPathDlg dialog
  10. class SetPathDlg : public CDialog
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. // Construction
  14. public:
  15. BOOL IsAccountExist(CString account);
  16. SetPathDlg(CWnd* pParent = NULL); // standard constructor
  17. int m_mode;
  18. // Dialog Data
  19. //{{AFX_DATA(SetPathDlg)
  20. enum { IDD = IDD_DLGsetpath };
  21. CString m_account;
  22. CString m_addr;
  23. CString m_name;
  24. CString m_phone;
  25. CString m_psw;
  26. CString m_qq;
  27. CString m_remark;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SetPathDlg)
  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(SetPathDlg)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  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_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)