📄 wm.cs
字号:
namespace Imps.Client.Utils.Win32
{
using System;
public class WM
{
public const int ACTIVATE = 6;
public const int DISPLAYCHANGE = 0x7e;
public const int ERASEBKGND = 20;
public const int HOTKEY = 0x312;
public const int KEYDOWN = 0x100;
public const int KEYUP = 0x101;
public const int MOVE = 3;
public const int MOVING = 0x216;
public const int NCACTIVATE = 0x86;
public const int NCCALCSIZE = 0x83;
public const int NCHITTEST = 0x84;
public const int NCPAINT = 0x85;
public const int PAINT = 15;
public const int POWER = 0x48;
public const int POWERBROADCAST = 0x218;
public const int PRINTCLIENT = 0x318;
public const int QUERYENDSESSION = 0x11;
public const int SETTINGCHANGE = 0x1a;
public const int SIZE = 5;
public const int SIZING = 0x214;
public const int SYSCOMMAND = 0x112;
public const int WTSSESSION_CHANGE = 0x2b1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -