MDI.H
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CMdiApp:
- // See mdi.cpp for the implementation of this class
- //
- class CMdiApp : public CWinApp
- {
- public:
- CMdiApp();
- // Overrides
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- // Implementation
- //{{AFX_MSG(CMdiApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // other globals
- extern COLORREF NEAR colorArray[]; // color index table
- /////////////////////////////////////////////////////////////////////////////