6 Star 3 Fork 0

甘才军 / CTestAutoJudge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
formkeywordunit.h 994 Bytes
一键复制 编辑 原始数据 按行查看 历史
甘才军 提交于 2022-01-12 10:16 . 添加了忽略文件列表
//---------------------------------------------------------------------------
#ifndef formkeywordunitH
#define formkeywordunitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormKeyword : public TForm
{
__published: // IDE-managed Components
TMemo *MemoKeyWords;
TButton *Btn1;
TButton *Btn2;
TButton *BtnHelp;
void __fastcall Btn1Click(TObject *Sender);
void __fastcall Btn2Click(TObject *Sender);
void __fastcall BtnHelpClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFormKeyword(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormKeyword *FormKeyword;
//---------------------------------------------------------------------------
#endif
C++
1
https://gitee.com/gancaijun/CTestAutoJudge.git
git@gitee.com:gancaijun/CTestAutoJudge.git
gancaijun
CTestAutoJudge
CTestAutoJudge
develop

搜索帮助