#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Dim $i GUICreate('adas ',500,500,300,30,$WS_HSCROLL + $WS_SIZEBOX) GUICtrlSetState(-1, $GUI_SHOW) For $i=1 To 8 GUICtrlCreateButton('按钮'&$i,-60+110*$i, 100,100,100) Next GUISetState() While 1 $msg = GUIGetMsg() Switch $msg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
举报
您需要 登录 才可以下载或查看,没有账号?加入
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-7 12:42 , Processed in 0.104340 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.