|
#include<GUIConstants.au3>
#include <EditConstants.au3>
$b = True
If $b = True Then FileInstall("D:\360Downloads\tsts.jpg",@TempDir&"\tsts.jpg")
GUICreate("旋风留言板登陆",400,210)
GUICtrlCreatePic(@TempDir&"\tsts.jpg",0,0,400,30)
GUICtrlCreateLabel("用户名:",110,67,60)
GUICtrlCreateLabel(" 密码:",110,96,60)
GUICtrlCreateLabel(" 状态:",110,124,60)
GUICtrlCreateCheckbox("记住密码",160,120,75)
GUICtrlCreateCheckbox("自动登录",240,120,75)
GUICtrlCreateButton("登陆",310,170,80)
GUICtrlCreateInput("",160,60,130)
GUICtrlCreateInput("",160,90,130,-1,$ES_PASSWORD)
GUISetState()
While 1
$msg = GUIGetMsg()
If $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|