ChatClientView.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_CHATCLIENTVIEW_H__2491CCE2_FA7C_11D3_92E0_5254AB172F50__INCLUDED_)
  2. #define AFX_CHATCLIENTVIEW_H__2491CCE2_FA7C_11D3_92E0_5254AB172F50__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChatClientView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CChatClientView view
  10. class CChatClientView : public CEditView
  11. {
  12. protected:
  13. CChatClientView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CChatClientView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CChatClientView)
  22. public:
  23. virtual void OnInitialUpdate();
  24. protected:
  25. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. virtual ~CChatClientView();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CChatClientView)
  37. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  38. afx_msg void OnKillFocus(CWnd* pNewWnd);
  39. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_CHATCLIENTVIEW_H__2491CCE2_FA7C_11D3_92E0_5254AB172F50__INCLUDED_)