OUTWNDVW.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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