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

📄 msgoutput.h

📁 用bcg库编写的java IDE 源码
💻 H
字号:
#if !defined(AFX_MSGOUTPUT_H__9786B339_7DEF_46DF_84E1_014F24704869__INCLUDED_)
#define AFX_MSGOUTPUT_H__9786B339_7DEF_46DF_84E1_014F24704869__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MsgOutPut.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMsgOutPut window
#define ID_VSCROLLBAR 0x4178445
#define ID_HSCROLLBAR 0x2a7c534

class CMsgOutPut : public CEdit
{
// Construction
public:
	CMsgOutPut();


// Attributes
public:

// Operations
public:
   void OutPut(CString szpText);
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMsgOutPut)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMsgOutPut();

	// Generated message map functions
protected:
	//{{AFX_MSG(CMsgOutPut)

	//}}AFX_MSG
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
    afx_msg void OnContextMenu(CWnd* pWnd,CPoint pos );
    afx_msg void OnKeyDown(UINT nChar,UINT nRepCnt,UINT nFlags);
	afx_msg LRESULT OnAddLine(WPARAM, LPARAM);
	DECLARE_MESSAGE_MAP()
private:
	CScrollBar m_wndVScrollBar;
	CScrollBar m_wndHScrollBar;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MSGOUTPUT_H__9786B339_7DEF_46DF_84E1_014F24704869__INCLUDED_)

⌨️ 快捷键说明

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