📄 updatedlg.h
字号:
/////////////////////////////////////
// the UpdateDlg.h define
#ifndef _UPDATEDLG_H
#define _UPDATEDLG_H
#include "InputDlg.h"
class CUpdateDlg : public CInputDlg
{
public:
CUpdateDlg(CWnd* parentWnd);
virtual ~CUpdateDlg();
protected:
CWnd* m_parentWnd;
protected:
//
// message map handler
//
afx_msg void OnInput();
afx_msg void OnCancel();
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -