MyEditView.h
资源名称:QQ示例源码.rar [点击查看]
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- #if !defined(AFX_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_)
- #define AFX_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyEditView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyEditView view
- class CMyEditView : public CEditView
- {
- protected:
- CMyEditView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMyEditView)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyEditView)
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMyEditView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyEditView)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYEDITVIEW_H__03D9980F_7DB5_40E9_A703_D52B47712989__INCLUDED_)