12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)
- #define AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetPathDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SetPathDlg dialog
- class SetPathDlg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- BOOL IsAccountExist(CString account);
- SetPathDlg(CWnd* pParent = NULL); // standard constructor
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(SetPathDlg)
- enum { IDD = IDD_DLGsetpath };
- CString m_account;
- CString m_addr;
- CString m_name;
- CString m_phone;
- CString m_psw;
- CString m_qq;
- CString m_remark;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SetPathDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SetPathDlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)
|