📄 modifykey.h
字号:
#if !defined(AFX_MODIFYKEY_H__A855BBAE_A2E7_4098_A7D4_CE064E575A9E__INCLUDED_)
#define AFX_MODIFYKEY_H__A855BBAE_A2E7_4098_A7D4_CE064E575A9E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyKey.h : header file
//
#include "XPButton.h"
/////////////////////////////////////////////////////////////////////////////
// ModifyKey dialog
class ModifyKey : public CDialog
{
// Construction
public:
BOOL OnInitDialog();
ModifyKey(CWnd* pParent = NULL); // standard constructor
CString NewUsername; //新的用户名
// Dialog Data
//{{AFX_DATA(ModifyKey)
enum { IDD = IDD_DIALOG_ModifyKey };
CXPButton m_ok;
CXPButton m_cancel;
CString m_NewKey;
CString m_OriginKey;
CString m_ReNewKey;
BOOL m_Ischeck;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ModifyKey)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ModifyKey)
afx_msg void OnBUTTONOk();
afx_msg void OnCancel();
afx_msg void OnCHECKUserName();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYKEY_H__A855BBAE_A2E7_4098_A7D4_CE064E575A9E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -