about.h
来自「特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传」· C头文件 代码 · 共 43 行
H
43 行
//----------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include "SUIForm.hpp"
//----------------------------------------------------------------------------
class TAboutBox : public TForm
{
__published:
TLabel *Label1;
TsuiForm *suiForm1;
TLabel *Label3;
TMemo *Memo1;
TBevel *Bevel1;
TLabel *Label4;
TLabel *Label6;
TLabel *Label7;
TLabel *Label5;
TButton *OKBtn;
TLabel *Label2;
void __fastcall OKBtnClick(TObject *Sender);
void __fastcall Label5Click(TObject *Sender);
void __fastcall Label7Click(TObject *Sender);
private:
public:
virtual __fastcall TAboutBox(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TAboutBox *AboutBox;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?