This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;************************************** | |
;Create Gui | |
;************************************** | |
Gui, New, , Quick Search | |
Gui, font, S10 ;Change font size to 12 | |
Gui, Add, GroupBox, x10 w230 h210, Search | |
Gui, Add, Checkbox, x20 y30 vahk, AutoHotkey ;first checkbox and move down / over a bit | |
Gui, Add, Checkbox, vstack, StackOverflow | |
Gui, Add, Checkbox, vstackAHK, StackOverflow.com/AutoHotkey | |
Gui, Add, Checkbox, vMicro,Microsoft |