showmsg.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #if !defined(AFX_SHOWMSG_H__96579654_8540_11D3_BA84_0000E8A021D8__INCLUDED_)
  2. #define AFX_SHOWMSG_H__96579654_8540_11D3_BA84_0000E8A021D8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class ShowMsg : public CEdit
  7. {
  8. public:
  9. ShowMsg();
  10. public:
  11. virtual ~ShowMsg();
  12. protected:
  13. DECLARE_MESSAGE_MAP()
  14. };
  15. #endif