help.cpp

来自「一个基于H.wang的谓词演算公式的机器证明的vc实现」· C++ 代码 · 共 34 行

CPP
34
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?