www.pudn.com > classSystem(c++).rar > EditUserDlg.h
#if !defined(AFX_EDITUSERDLG_H__E181FAD7_0419_4375_ADA3_03C6A0DE7843__INCLUDED_)
#define AFX_EDITUSERDLG_H__E181FAD7_0419_4375_ADA3_03C6A0DE7843__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditUserDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditUserDlg dialog
class CEditUserDlg : public CDialog
{
// Construction
public:
CEditUserDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEditUserDlg)
enum { IDD = IDD_CHOOSE_USER_EDIT };
CString m_account_edit;
CString m_account_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditUserDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEditUserDlg)
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_EDITUSERDLG_H__E181FAD7_0419_4375_ADA3_03C6A0DE7843__INCLUDED_)