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