uisupport.h
来自「SQLBig5BugTool 宽字符操作问题」· C头文件 代码 · 共 28 行
H
28 行
// 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 + =
减小字号Ctrl + -
显示快捷键?