aboutdlog.cpp

来自「内容 Readme.txt BcbChess 中国象棋程序实例的源代码」· C++ 代码 · 共 21 行

CPP
21
字号
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop

#include "AboutDlog.h"
//--------------------------------------------------------------------- 
#pragma resource "*.dfm"
TAboutDlg *AboutDlg;
//--------------------------------------------------------------------- 
__fastcall TAboutDlg::TAboutDlg(TComponent* AOwner)
  : TForm(AOwner)
{
}
//---------------------------------------------------------------------

void __fastcall TAboutDlg::OKButClick(TObject *Sender)
{
Close();        
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?