6 Star 3 Fork 0

甘才军 / CTestAutoJudge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
formExampleunit.~h 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
//---------------------------------------------------------------------------
#ifndef formExampleunitH
#define formExampleunitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // IDE-managed Components
TListBox *LsbQues;
TLabel *Lbld;
TListBox *LsbInputFile;
TLabel *Lbl1;
TLabel *Lbl2;
TListBox *LsbResultFile;
TButton *Btn1;
private: // User declarations
public: // User declarations
__fastcall TForm3(TComponent* Owner);
//指针数组,用于存放每一道题目对应的输入、输出文件
TStringList**InputFile;
TStringList**ResultFile;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
C++
1
https://gitee.com/gancaijun/CTestAutoJudge.git
git@gitee.com:gancaijun/CTestAutoJudge.git
gancaijun
CTestAutoJudge
CTestAutoJudge
develop

搜索帮助