📄 cntritem.cpp
字号:
// CntrItem.cpp : implementation of the CEx32aCntrItem class//#include "stdafx.h"#include "ex32a.h"#include "ex32aDoc.h"#include "ex32aView.h"#include "CntrItem.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CEx32aCntrItem implementationIMPLEMENT_SERIAL(CEx32aCntrItem, CRichEditCntrItem, 0)CEx32aCntrItem::CEx32aCntrItem(REOBJECT* preo, CEx32aDoc* pContainer) : CRichEditCntrItem(preo, pContainer){ // TODO: add one-time construction code here }CEx32aCntrItem::~CEx32aCntrItem(){ // TODO: add cleanup code here }/////////////////////////////////////////////////////////////////////////////// CEx32aCntrItem diagnostics#ifdef _DEBUGvoid CEx32aCntrItem::AssertValid() const{ CRichEditCntrItem::AssertValid();}void CEx32aCntrItem::Dump(CDumpContext& dc) const{ CRichEditCntrItem::Dump(dc);}#endif/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -