e.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

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