Unitview.h
上传用户:cqslgg
上传日期:2009-12-10
资源大小:128k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef UnitviewH
- #define UnitviewH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <jpeg.hpp>
- #include <Registry.hpp>
- //---------------------------------------------------------------------------
- class TFormView : public TForm
- {
- __published: // IDE-managed Components
- TTimer *Timer1;
- TImage *Image1;
- void __fastcall Timer1Timer(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TFormView(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFormView *FormView;
- //---------------------------------------------------------------------------
- #endif