splashform.~h

来自「某车友管理系统的源码」· ~H 代码 · 共 27 行

~H
27
字号
//---------------------------------------------------------------------------

#ifndef SplashFormH
#define SplashFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TSplashFormWin : public TForm
{
__published:	// IDE-managed Components
        TImage *Image1;
        void __fastcall FormClick(TObject *Sender);
        void __fastcall Image1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TSplashFormWin(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSplashFormWin *SplashFormWin;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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