MyEditView.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_)
  2. #define AFX_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyEditView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyEditView view
  10. class CMyEditView : public CEditView
  11. {
  12. protected:
  13. CMyEditView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CMyEditView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMyEditView)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. virtual ~CMyEditView();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CMyEditView)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //}}AFX_MSG
  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_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_)