splitterwndex.h
来自「一个农用车辆管理系统的雏形」· C头文件 代码 · 共 15 行
H
15 行
#pragma once
#include "afxext.h"
class AFX_EXT_CLASS CSplitterWndEx :
public CSplitterWnd
{
public:
CSplitterWndEx(void);
~CSplitterWndEx(void);
DECLARE_MESSAGE_MAP()
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);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?