举报
Func _zhang() $Form2 = GUICreate("使用说明", 291, 342, 193, 125, 0) $Label1 = GUICtrlCreateLabel("说明", 126, 15, 30, 20) GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif") $Label2 = GUICtrlCreateLabel("Label2", 10, 47, 270, 281) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE GUIDelete($Form2) ExitLoop ;或 Return EndSwitch WEnd EndFunc
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-30 04:31 , Processed in 0.108862 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.