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

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_CHATVIEW_H__20F8E222_F820_11D3_8A76_00E04CDD95C8__INCLUDED_)
  2. #define AFX_CHATVIEW_H__20F8E222_F820_11D3_8A76_00E04CDD95C8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChatView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CChatView view
  10. class CChatView : public CEditView
  11. {
  12. protected:
  13. CChatView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CChatView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CChatView)
  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 ~CChatView();
  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(CChatView)
  37. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_CHATVIEW_H__20F8E222_F820_11D3_8A76_00E04CDD95C8__INCLUDED_)