📄 mysplitterwnd.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -