UserInfoDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- #if !defined(AFX_USERINFODLG_H__1244BC8E_1AB0_4304_B53E_61190830625E__INCLUDED_)
- #define AFX_USERINFODLG_H__1244BC8E_1AB0_4304_B53E_61190830625E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UserInfoDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUserInfoDlg dialog
- class CUserInfoDlg : public CDialog
- {
- // Construction
- public:
- CUserInfoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CUserInfoDlg)
- enum { IDD = IDD_USER_INFO_DLG };
- CTreeCtrl m_CtrlTree;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserInfoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CUserInfoDlg)
- afx_msg void OnEditPassword();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_USERINFODLG_H__1244BC8E_1AB0_4304_B53E_61190830625E__INCLUDED_)