⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uisupport.h

📁 SQLBig5BugTool 宽字符操作问题
💻 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 + -