Unit3.h
上传用户:gyjjlc
上传日期:2013-03-29
资源大小:2124k
文件大小:1k
源码类别:

多显示器编程

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit3H
  3. #define Unit3H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. //---------------------------------------------------------------------------
  7. class TDisplayThread : public TThread
  8. {
  9. private:
  10.     void __fastcall ListInMemo(void);
  11. protected:
  12.     void __fastcall Execute();
  13. public:
  14.     
  15.     __fastcall TDisplayThread(bool CreateSuspended);
  16. };
  17. //---------------------------------------------------------------------------
  18. #endif