[autoit]
$ID = GUICtrlCreateInput("", 80, 172, 121, 21)
$PW = GUICtrlCreateInput("", 80, 212, 121, 21, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL))