MDI.H
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #ifndef __AFXWIN_H__
  2. #error include 'stdafx.h' before including this file for PCH
  3. #endif
  4. #include "resource.h"       // main symbols
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CMdiApp:
  7. // See mdi.cpp for the implementation of this class
  8. //
  9. class CMdiApp : public CWinApp
  10. {
  11. public:
  12. CMdiApp();
  13. // Overrides
  14. virtual BOOL InitInstance();
  15. virtual int ExitInstance();
  16. // Implementation
  17. //{{AFX_MSG(CMdiApp)
  18. afx_msg void OnAppAbout();
  19. //}}AFX_MSG
  20. DECLARE_MESSAGE_MAP()
  21. };
  22. /////////////////////////////////////////////////////////////////////////////
  23. // other globals
  24. extern COLORREF NEAR colorArray[];      // color index table
  25. /////////////////////////////////////////////////////////////////////////////