Splash.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
源码类别:

生物技术

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef SplashH
  3. #define SplashH
  4. //---------------------------------------------------------------------------
  5. #include <vclClasses.hpp>
  6. #include <vclControls.hpp>
  7. #include <vclStdCtrls.hpp>
  8. #include <vclForms.hpp>
  9. #include <vclExtCtrls.hpp>
  10. #include <NMHttp.hpp>
  11. #include <Psock.hpp>
  12. #include <Graphics.hpp>
  13. //---------------------------------------------------------------------------
  14. class TSplashForm : public TForm
  15. {
  16. __published: // IDE-managed Components
  17.     TLabel *Label1;
  18.     TLabel *Label2;
  19.     TLabel *Label4;
  20.     TLabel *Label5;
  21.     TLabel *Label3;
  22.     TLabel *Label6;
  23.     TLabel *Label7;
  24.     TLabel *VersionLabel;
  25.     TImage *Image1;
  26.         TNMHTTP *NMHTTP1;
  27.         TImage *Image2;
  28.         TLabel *Label8;
  29.         TTimer *Timer1;
  30.     void __fastcall Timer1Timer(TObject *Sender);
  31.     
  32.     
  33.     
  34.     
  35.     
  36.     
  37.     void __fastcall Timer2Timer(TObject *Sender);
  38.         void __fastcall FormMouseDown(TObject *Sender, TMouseButton Button,
  39.           TShiftState Shift, int X, int Y);
  40.     
  41. private: // User declarations
  42. public: // User declarations
  43.     __fastcall TSplashForm(TComponent* Owner);
  44. };
  45. //---------------------------------------------------------------------------
  46. extern TSplashForm *SplashForm;
  47. //---------------------------------------------------------------------------
  48. #endif