SetPathDlg.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. CString m_signname;
  29. BOOL m_check1;
  30. BOOL m_check2;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(SetPathDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(SetPathDlg)
  42. virtual BOOL OnInitDialog();
  43. virtual void OnOK();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. public:
  47. afx_msg void OnBnClickedCheck1();
  48. afx_msg void OnBnClickedCheck2();
  49. afx_msg void OnBnClickedOk();
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)