6 Star 3 Fork 0

甘才军 / CTestAutoJudge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FormHelp.h 942 Bytes
一键复制 编辑 原始数据 按行查看 历史
甘才军 提交于 2022-01-12 10:16 . 添加了忽略文件列表
//---------------------------------------------------------------------------
#ifndef FormHelpH
#define FormHelpH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <TFileName.h>
//---------------------------------------------------------------------------
class TFrmHelp : public TForm
{
__published: // IDE-managed Components
TMemo *MemoContent;
private: // User declarations
public: // User declarations
//filename:帮助内容所在的文件,仅包含文件名,路径默认为当前应用程序所在路径
__fastcall TFrmHelp(TComponent* Owner,AnsiString filename);
static void showHelpMsg(TComponent* Owner,AnsiString filename);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmHelp *FrmHelp;
//---------------------------------------------------------------------------
#endif
C++
1
https://gitee.com/gancaijun/CTestAutoJudge.git
git@gitee.com:gancaijun/CTestAutoJudge.git
gancaijun
CTestAutoJudge
CTestAutoJudge
develop

搜索帮助