📄 uisupport.h
字号:
// UISupport.h: interface for the CUISupport class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_UISUPPORT_H__FF2679C0_5C7A_427B_845B_7BEF53B095A7__INCLUDED_)
#define AFX_UISUPPORT_H__FF2679C0_5C7A_427B_845B_7BEF53B095A7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CUISupport
{
public:
static int RedrawWindowFrame(HWND hWnd);
static int DrawWindowFrame(HWND hWnd);
static HWND GetCurrentWndUnderCursor();
static int GetRealWindow(HWND& hWnd, POINT ptPoint);
CUISupport();
virtual ~CUISupport();
};
#endif // !defined(AFX_UISUPPORT_H__FF2679C0_5C7A_427B_845B_7BEF53B095A7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -