⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hxedview.cpp

📁 EZ _USB Control PANEL 源代码
💻 CPP
字号:
////////////////////////////////////////////////////////////////////////////////
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -