C_EditorDoc.h
资源名称:ceditor.rar [点击查看]
上传用户:hgtech
上传日期:2022-06-07
资源大小:4455k
文件大小:2k
源码类别:
词法分析
开发平台:
Visual C++
- // C_EditorDoc.h : interface of the CC_EditorDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_C_EDITORDOC_H__95EA9354_6DA1_4784_AD55_A9447F5FB694__INCLUDED_)
- #define AFX_C_EDITORDOC_H__95EA9354_6DA1_4784_AD55_A9447F5FB694__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CC_EditorDoc : public CRichEditDoc
- {
- protected: // create from serialization only
- CC_EditorDoc();
- DECLARE_DYNCREATE(CC_EditorDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CC_EditorDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- virtual CRichEditCntrItem* CreateClientItem(REOBJECT* preo) const;
- // Implementation
- public:
- virtual ~CC_EditorDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CC_EditorDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_C_EDITORDOC_H__95EA9354_6DA1_4784_AD55_A9447F5FB694__INCLUDED_)