⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 splash.h

📁 著名的基因芯片表达数据聚类软件。esein编写
💻 H
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -