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

📄 advresultview.h

📁 一个PLX教学编译器IDE
💻 H
字号:
/////////////////////////////////////////////////////////////////////////////////////////////////
//                             Author : tuwei                                                  //
//                               ECNU.CS.03                                                    //
//                             2006.9 ~ 2006.11                                                //
//                           Copyright (C) reserved                                            //
//                                                                                             //
//                                                                                             //
//   Function:                                                                                 //                          
//           The result view of the program.                                                   //
//                                                                                             //
//   Credit:                                                                                   // 
//           If you use this control in your application please keep the file header in        //
//           your source or put author's name in your product.                                 //
//                                                                                             //
//                                                                                             //
/////////////////////////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADVRESULTVIEW_H__1892E568_BA41_4136_88ED_D9F94E00A755__INCLUDED_)
#define AFX_ADVRESULTVIEW_H__1892E568_BA41_4136_88ED_D9F94E00A755__INCLUDED_

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

#include "plxCompiler.h"

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

protected:
    CString m_strWndText;
	CBrush  m_brBackGround;  
	
public:
    void AddText(LPCTSTR strError,int errorLine = -1);
    void Clean();
 
public:
	//{{AFX_VIRTUAL(CAdvResultView)
	//}}AFX_VIRTUAL

protected:
	//{{AFX_MSG(CAdvResultView)
	afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
	//}}AFX_MSG

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

⌨️ 快捷键说明

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