updatedlg.h
来自「vc编写的简单的学生成绩管理系统」· C头文件 代码 · 共 28 行
H
28 行
/////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?