help.cpp
来自「供销存软件」· C++ 代码 · 共 17 行
CPP
17 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "help.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
ThelpForm *helpForm;
//---------------------------------------------------------------------------
__fastcall ThelpForm::ThelpForm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?