loadingform.h

来自「著名的基因芯片表达数据聚类软件。esein编写」· C头文件 代码 · 共 26 行

H
26
字号
//---------------------------------------------------------------------------
#ifndef LoadingFormH
#define LoadingFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TLoading : public TForm
{
__published:	// IDE-managed Components
    TImage *Image1;
    TLabel *Label1;
    TLabel *Label2;
private:	// User declarations
public:		// User declarations
    __fastcall TLoading(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TLoading *Loading;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?