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

📄 outputdockwnd.h

📁 用bcg库编写的java IDE 源码
💻 H
字号:
// OutPutDockWnd.h: interface for the COutPutDockWnd class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_OUTPUTDOCKWND_H__8EAC4C96_C3A6_4860_B35E_1215DEE70FA5__INCLUDED_)
#define AFX_OUTPUTDOCKWND_H__8EAC4C96_C3A6_4860_B35E_1215DEE70FA5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "SheetWnd.h"
#include "MsgOutPut.h"
#include "OutPutDlg.h"

class COutPutDockWnd : public CGuiControlBar  
{
	CSheetWnd           m_wndSheet;
public:
	COutPutDockWnd();
	virtual ~COutPutDockWnd();
    BOOL m_bShow;
    static CMsgOutPut* m_pwndBuildOutPut;
    static CMsgOutPut* m_pwndDebugOutPut;
    static CMsgOutPut* m_pwndFindInFiles_1;
    static CMsgOutPut* m_pwndFindInFiles_2;
	COutPutDlg         m_wndOutPutDlg;
protected:
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSize(UINT nType, int cx, int cy);
    afx_msg void OnContextMenu(CWnd* pWnd,CPoint pos );
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_OUTPUTDOCKWND_H__8EAC4C96_C3A6_4860_B35E_1215DEE70FA5__INCLUDED_)

⌨️ 快捷键说明

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