Splash.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef SplashH
- #define SplashH
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- #include <vclExtCtrls.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