aboutdialog.cpp
来自「一个人工智能的国际象棋游戏」· C++ 代码 · 共 19 行
CPP
19 行
/****************************************************
Author: S. Senthil kumar
File Name: About Dialog.cpp
Purpose: For displaying about dialog box
******************************************************/
#include "Global.h"
#include "AboutDialog.h"
AboutDialog::AboutDialog(int n):CDialog(n)
{
}
void AboutDialog::OnOK()
{
CDialog::OnOK();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?