splash.h
来自「著名的基因芯片表达数据聚类软件。esein编写」· C头文件 代码 · 共 49 行
H
49 行
//---------------------------------------------------------------------------
#ifndef SplashH
#define SplashH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
#include <NMHttp.hpp>
#include <Psock.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TSplashForm : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TLabel *Label4;
TLabel *Label5;
TLabel *Label3;
TLabel *Label6;
TLabel *Label7;
TLabel *VersionLabel;
TImage *Image1;
TNMHTTP *NMHTTP1;
TImage *Image2;
TLabel *Label8;
TTimer *Timer1;
void __fastcall Timer1Timer(TObject *Sender);
void __fastcall Timer2Timer(TObject *Sender);
void __fastcall FormMouseDown(TObject *Sender, TMouseButton Button,
TShiftState Shift, int X, int Y);
private: // User declarations
public: // User declarations
__fastcall TSplashForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TSplashForm *SplashForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?