xsplitter1.h

来自「51单片机学习的源代码」· C头文件 代码 · 共 32 行

H
32
字号
// XSplitter1.h: interface for the CXSplitter class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_XSPLITTER1_H__B6CCF031_1816_4D95_83F8_D5B5AEBC85DB__INCLUDED_)
#define AFX_XSPLITTER1_H__B6CCF031_1816_4D95_83F8_D5B5AEBC85DB__INCLUDED_

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

class CXSplitter  : public CSplitterWnd
{
public:
	CXSplitter();
	virtual ~CXSplitter();

public:


protected:
	//{{AFX_MSG(CXSplitter)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

#endif // !defined(AFX_XSPLITTER1_H__B6CCF031_1816_4D95_83F8_D5B5AEBC85DB__INCLUDED_)

⌨️ 快捷键说明

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