Unit3.h
资源名称:第6章 多线程编程.rar [点击查看]
上传用户:gyjjlc
上传日期:2013-03-29
资源大小:2124k
文件大小:1k
源码类别:
多显示器编程
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm3 : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo1;
- private: // User declarations
- public: // User declarations
- __fastcall TForm3(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm3 *Form3;
- //---------------------------------------------------------------------------
- #endif
English
