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

📄 nobordersplitterwnd.h

📁 离线的RSS阅读器
💻 H
字号:
// NoBorderSplitterWnd.h: interface for the CNoBorderSplitterWnd class.
//
//////////////////////////////////////////////////////////////////////


#if !defined(AFX_NOBORDERSPLITTERWND_H__A37AE516_B4F1_4C21_898A_C5C8158A568E__INCLUDED_)
#define AFX_NOBORDERSPLITTERWND_H__A37AE516_B4F1_4C21_898A_C5C8158A568E__INCLUDED_

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

class CNoBorderSplitterWnd : public CSplitterWnd  
{
public:
	CNoBorderSplitterWnd();
	virtual ~CNoBorderSplitterWnd();
	
	DECLARE_DYNCREATE(CNoBorderSplitterWnd)
		//void OnMouseMove(UINT nFlags, CPoint pt);
		int OnCreate(LPCREATESTRUCT lpCreateStruct);
		void OnSize(UINT nType, int cx, int cy);
		void OnMouseMove(UINT nFlags, CPoint pt);
		
		void OnDrawSplitter(CDC* pDC, ESplitType nType, const CRect& rect);
		void OnInvertTracker(const CRect& rect);
		CButton m_hideView;

		void hideView();
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_NOBORDERSPLITTERWND_H__A37AE516_B4F1_4C21_898A_C5C8158A568E__INCLUDED_)

⌨️ 快捷键说明

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