; Generated by AutoGUI 2.6.
#SingleInstance Force
#NoEnv
SetWorkingDir %A_ScriptDir%
SetBatchLines - #Include %A_ScriptDir%\AutoXYWH.ahk Gui +Resize +AlwaysOnTop +ToolWindow
Gui Add, Edit, hWndhEdtValue x0 y0 w551 h104 +Multi +0x300000 Gui Show, w551 h104, 简易文本框
Return GuiSize:
If (A_EventInfo == ) {
Return
} AutoXYWH("wh", hEdtValue)
Return GuiEscape:
GuiClose:
ExitApp
05-11 18:18