mysplitterwnd.h

来自「对测井数据显示、编辑、处理」· C头文件 代码 · 共 29 行

H
29
字号
// MySplitterWnd.h: interface for the CMySplitterWnd class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYSPLITTERWND_H__DB0EC4CD_87BE_466B_B6A5_C6ECBEE63266__INCLUDED_)
#define AFX_MYSPLITTERWND_H__DB0EC4CD_87BE_466B_B6A5_C6ECBEE63266__INCLUDED_

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

class CMySplitterWnd : public CSplitterWnd  
{
public:
	CMySplitterWnd();
	virtual ~CMySplitterWnd();
protected:
	//{{AFX_MSG(CMySplitterWnd)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()


};

#endif // !defined(AFX_MYSPLITTERWND_H__DB0EC4CD_87BE_466B_B6A5_C6ECBEE63266__INCLUDED_)

⌨️ 快捷键说明

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