Autohotkey 的 GUI 设计器 2023-4-18 10:49 | 1,490 | 0 | Autohotkey 70 字 | 1 分钟内 Adventure 自带一个 Auto-GUI.ahk,但是在高 DPI 下无法使用。所以需要修改源码,将以下代码注释掉。 ;If (A_ScreenDPI != 96) { ;Gui Auto: +OwnDialogs ;MsgBox 0x30, Warning, %g_AppName% has not been adapted to High-… AHKAutohotkey