[PA] 업무자동화/[AH]Autohotkey
AH 계산식 수식 operation, default focus in GUI
Weneedu
2020. 12. 8. 04:54
20201207 1451
01 계산식
%%쓸 필요 없다.
zx:=round(zx+width/2,0)
02 엔터로 GUI 단추 누르기
default 옵션을 넣어 둔다.
Gui, Add, Text,, First name:
Gui, Add, Text,, Last name:
Gui, Add, Edit, vFirstName ym ; The ym option starts a new column of controls.
Gui, Add, Edit, vLastName
Gui, Add, Button, default, OK ; The label ButtonOK (if it exists) will be run when the button is pressed.