www.pudn.com > classSystem(c++).rar > UserFrameDlg.h
#if !defined(AFX_USERFRAMEDLG_H__F0410DFA_000C_4FA3_A6DC_66DDC15453C9__INCLUDED_)
#define AFX_USERFRAMEDLG_H__F0410DFA_000C_4FA3_A6DC_66DDC15453C9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserFrameDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUserFrameDlg dialog
class CUserFrameDlg : public CDialog
{
// Construction
public:
CUserFrameDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUserFrameDlg)
enum { IDD = IDD_USER_DLG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserFrameDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUserFrameDlg)
afx_msg void OnUserInfo();
afx_msg void OnUserChangeps();
afx_msg void OnUserExit();
virtual void OnCancel();
afx_msg void OnUserModifyinfo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USERFRAMEDLG_H__F0410DFA_000C_4FA3_A6DC_66DDC15453C9__INCLUDED_)