MsgWnd.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #if !defined(AFX_MSGWND_H__0A898AD8_AD2D_4D2F_A5DC_30D6DEF75553__INCLUDED_)
  2. #define AFX_MSGWND_H__0A898AD8_AD2D_4D2F_A5DC_30D6DEF75553__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MsgWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMsgWnd window
  10. class CMsgWnd : public CWnd
  11. {
  12. // Construction
  13. public:
  14. CMsgWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMsgWnd)
  22. public:
  23. virtual BOOL PreTranslateMessage(MSG* pMsg);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CMsgWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMsgWnd)
  31. afx_msg void OnDestroy();
  32. afx_msg void OnPaint();
  33. //}}AFX_MSG
  34.     
  35.     LRESULT OnDefaultMessage(WPARAM wParam, LPARAM lParam);
  36.     
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_MSGWND_H__0A898AD8_AD2D_4D2F_A5DC_30D6DEF75553__INCLUDED_)