Gui, Add, Edit, x72 y89 w250 h30 vID , Gui, Add, Edit, x72 y149 w250 h30 vPW password* , Gui, Font, S18 CDefault, Verdana Gui, Add, Text, x72 y19 w250 h30 , °í±æµ¿ÀÇ ¸ÅÅ©·Î À̾߱â Gui, Font, S14 CDefault, Verdana Gui, Add, Text, x72 y59 w100 h30 , ¾ÆÀ̵ð Gui, Add, Text, x72 y119 w100 h30 , ºñ¹Ð¹øÈ£ Gui, Add, Button, x72 y199 w250 h60 gLogin, ·Î±×ÀÎ ; Generated using SmartGUI Creator 4.0 Gui, Show, x214 y271 h286 w400, °í±æµ¿ Return GuiClose: ExitApp Login: ¾ÆÀ̵ð=1 ºñ¹Ð¹øÈ£=1 guicontrolget,ID guicontrolget,PW if ¾ÆÀ̵ð=%ID% { gosub,PW } else { MsgBox,¾ÆÀ̵𰡠¾ø½À´Ï´Ù } return PW: if(ºñ¹Ð¹øÈ£=PW) { MsgBox, ·Î±×ÀεǾú½À´Ï´Ù. } else { MsgBox,ºñ¹Ð¹øÈ£°¡ ´Ù¸¨´Ï´Ù. } Gui,Destroy