View2.h
上传用户:icamtech05
上传日期:2020-11-24
资源大小:10883k
文件大小:0k
源码类别:

编辑框

开发平台:

Visual C++

  1. #pragma once
  2. // CView2 视图
  3. class CView2 : public CRichEditView
  4. {
  5. DECLARE_DYNCREATE(CView2)
  6. protected:
  7. CView2();           // 动态创建所使用的受保护的构造函数
  8. virtual ~CView2();
  9. public:
  10. #ifdef _DEBUG
  11. virtual void AssertValid() const;
  12. #ifndef _WIN32_WCE
  13. virtual void Dump(CDumpContext& dc) const;
  14. #endif
  15. #endif
  16. protected:
  17. DECLARE_MESSAGE_MAP()
  18. };