RecvStream.h
资源名称:screensp.zip [点击查看]
上传用户:may_ontech
上传日期:2007-01-08
资源大小:308k
文件大小:1k
源码类别:
图形图象
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef RecvStreamH
- #define RecvStreamH
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #include <Classes.hpp>
- //---------------------------------------------------------------------------
- class TRecvStreamThread : public TThread
- {
- private:
- protected:
- void __fastcall Execute();
- public:
- __fastcall TRecvStreamThread(bool CreateSuspended);
- bool __fastcall LoadImage(TImage *Image1);
- TImage *RemoteScreen; // 显示图象的对象指针
- TStatusBar *StatusBar; // 显示状态信息的对象指针
- AnsiString RemoteAddress; // 远程主机IP
- int CL, CQ; // 色深和图象品质
- };
- //---------------------------------------------------------------------------
- #endif
English
