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

多显示器编程

开发平台:

C++ Builder

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