📄 help.cpp
字号:
// help.cpp : implementation file
//
#include "stdafx.h"
#include "推理机.h"
#include "help.h"
// help dialog
IMPLEMENT_DYNAMIC(help, CDialog)
help::help(CWnd* pParent /*=NULL*/)
: CDialog(help::IDD, pParent)
{
}
help::~help()
{
}
void help::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(help, CDialog)
END_MESSAGE_MAP()
// help message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -