hxedview.cpp
来自「FX2 68013的控制面板源程序」· C++ 代码 · 共 56 行
CPP
56 行
////////////////////////////////////////////////////////////////////////////////
// HxEdView.cpp : implementation file
// $Header: /USB/Util/EzMr/HxEdView.cpp 3 8/08/00 2:26p Tpm $
// Copyright (c) 2000 Cypress Semiconductor. May not be reproduced without permission.
// See the EzUsb Developer's Kit license agreement for more details.
////////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ezmr.h"
#include "HxEdView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CHxEdView
IMPLEMENT_DYNCREATE(CHxEdView, CRichEditView)
CHxEdView::CHxEdView()
{
}
CHxEdView::~CHxEdView()
{
}
BEGIN_MESSAGE_MAP(CHxEdView, CRichEditView)
//{{AFX_MSG_MAP(CHxEdView)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CHxEdView diagnostics
#ifdef _DEBUG
void CHxEdView::AssertValid() const
{
CRichEditView::AssertValid();
}
void CHxEdView::Dump(CDumpContext& dc) const
{
CRichEditView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CHxEdView message handlers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?