📄 aboutdialog.h
字号:
/****************************************************
Author: S. Senthil kumar
******************************************************/
/*Class Name: About Dialog
Purpose: Shows the about dialog
*/
class AboutDialog:public CDialog
{
public:
AboutDialog(int n); //Constructor
void OnOK(); //Message Handler on clicking OK
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -