AUTOGUI生成的一个简易文本编辑器

; Generated by AutoGUI 2.6.0
#SingleInstance Force
#NoEnv
SetWorkingDir %A_ScriptDir%
SetBatchLines -1

#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 == 1) {
        Return
    }

    AutoXYWH("wh", hEdtValue)
Return

GuiEscape:
GuiClose:
    ExitApp

 

posted @ 2019-08-12 13:54  日月王  阅读(383)  评论(1编辑  收藏  举报