⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updatedlg.h

📁 vc编写的简单的学生成绩管理系统
💻 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 + -