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

多显示器编程

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit3H
  3. #define Unit3H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm3 : public TForm
  11. {
  12. __published: // IDE-managed Components
  13.     TMemo *Memo1;
  14. private: // User declarations
  15. public: // User declarations
  16.     __fastcall TForm3(TComponent* Owner);
  17. };
  18. //---------------------------------------------------------------------------
  19. extern PACKAGE TForm3 *Form3;
  20. //---------------------------------------------------------------------------
  21. #endif