?? 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 + -