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

📄 advcodeview.h

📁 一个PLX教学编译器IDE
💻 H
字号:
#if !defined(AFX_ADVCODEVIEW_H__19E04B70_1B77_4CFD_B176_9D824C0F2733__INCLUDED_)
#define AFX_ADVCODEVIEW_H__19E04B70_1B77_4CFD_B176_9D824C0F2733__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "plxCompiler.h"

class CCodeView : public COutputView
{
public:
	 CCodeView();
	~CCodeView();

	 void AddText(LPCTSTR strError,int errorLine = -1);

protected:
     CBrush  m_brBackGround; 
	 CString m_strWndText;

public:
	void Clear();
	//{{AFX_VIRTUAL(CCodeView)
	//}}AFX_VIRTUAL
	
protected:
	//{{AFX_MSG(CCodeView)
	afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_ADVCODEVIEW_H__19E04B70_1B77_4CFD_B176_9D824C0F2733__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -