modifypassword.h
来自「非比寻常的超级记事本 1.日历控件的使用 2.托盘技术 3.开机后应用程序」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_MODIFYPASSWORD_H__1EE0FD83_537C_4C6A_A2C1_EE458A56852C__INCLUDED_)
#define AFX_MODIFYPASSWORD_H__1EE0FD83_537C_4C6A_A2C1_EE458A56852C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyPassword.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModifyPassword dialog
class CModifyPassword : public CDialog
{
// Construction
public:
CModifyPassword(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CModifyPassword)
enum { IDD = IDD_MODIFY_PWD_DIALOG };
CString m_csOldPwd;
CString m_csNewPwd;
CString m_csConfirmNewPwd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModifyPassword)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModifyPassword)
afx_msg void OnConfirmButton();
afx_msg void OnQuitButton();
virtual BOOL OnInitDialog();
afx_msg void OnKillfocusEditOldPwd();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void SetModifyFlag();
private:
CStdioFile myFile;
CFileException Fe;
CString m_csPwdPath;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYPASSWORD_H__1EE0FD83_537C_4C6A_A2C1_EE458A56852C__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?