?? cntritem.cpp
字號(hào):
// CntrItem.cpp : implementation of the CServer1CntrItem class
//
/*********************************************************************
//作者:趙明
//EMAIL:zmpapaya@hotmail.com;papaya_zm@sina.com
主頁(yè):http://h2osky.126.com
*********************************************************************/
#include "stdafx.h"
#include "server1.h"
#include "server1Doc.h"
#include "server1View.h"
#include "CntrItem.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CServer1CntrItem implementation
IMPLEMENT_SERIAL(CServer1CntrItem, CRichEditCntrItem, 0)
CServer1CntrItem::CServer1CntrItem(REOBJECT* preo, CServer1Doc* pContainer)
: CRichEditCntrItem(preo, pContainer)
{
// TODO: add one-time construction code here
}
CServer1CntrItem::~CServer1CntrItem()
{
// TODO: add cleanup code here
}
/////////////////////////////////////////////////////////////////////////////
// CServer1CntrItem diagnostics
#ifdef _DEBUG
void CServer1CntrItem::AssertValid() const
{
CRichEditCntrItem::AssertValid();
}
void CServer1CntrItem::Dump(CDumpContext& dc) const
{
CRichEditCntrItem::Dump(dc);
}
#endif
/////////////////////////////////////////////////////////////////////////////
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -