📄 modifypswdlg.h
字号:
#if !defined(AFX_MODIFYPSWDLG_H__B00984C0_D067_41AB_B943_BB7282A448E0__INCLUDED_)
#define AFX_MODIFYPSWDLG_H__B00984C0_D067_41AB_B943_BB7282A448E0__INCLUDED_
#include "AdminRS.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyPswDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModifyPswDlg dialog
class CModifyPswDlg : public CDialog
{
// Construction
public:
CModifyPswDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CModifyPswDlg)
enum { IDD = IDD_MODIFY_PSW };
CString m_strOldPsw;
CString m_strNewPsw;
CString m_strPswAgain;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModifyPswDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModifyPswDlg)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
bool Modify(const CString &OldPsw, const CString &NewPsw,const CString &PswAgain);
CAdminRS m_AdminSet;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYPSWDLG_H__B00984C0_D067_41AB_B943_BB7282A448E0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -