#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form = GUICreate("优化大师", 313, 134, -1, -1) $Button1 = GUICtrlCreateButton("优化系统", 114, 54, 75, 25) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 MsgBox(64, '提示', '以优化系统110处,您的系统安全打败全国99.9%的用户!请继续保持~') EndSwitch WEnd
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-8-27 09:32 , Processed in 0.068165 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.