📄 util_pop.h
字号:
// util_pop.h
#ifndef _INC_UTIL_POP_
#define _INC_UTIL_POP_
class GPopupWindow : public CWnd
{
DECLARE_MESSAGE_MAP()
public:
GPopupWindow();
protected:
afx_msg int OnCreate(LPCREATESTRUCT lpcs);
afx_msg void OnLButtonDown(UINT nFlags, CPoint pt);
afx_msg void OnCaptureChanged(CWnd *pWnd);
virtual BOOL OnLButtonDownCheck(UINT nFlags, CPoint pt);
virtual void PostNcDestroy();
public:
virtual ~GPopupWindow();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -