MsgBox(0, "名仕网吧", "名仕网吧传奇私服群:84473853")
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=F:\Xu\AU3\私服登录器目录\Form1.kxf
$Form1 = GUICreate("名仕网吧欢迎您", 414, 263, 192, 114)
$Button1 = GUICtrlCreateButton("盛大传奇私服", 48, 40, 137, 49)
$Button2 = GUICtrlCreateButton("传奇世界私服", 224, 40, 137, 49)
$Button3 = GUICtrlCreateButton("劲舞团私服", 48, 128, 137, 49)
$Button4 = GUICtrlCreateButton("完美世界私服", 224, 128, 137, 49)
$Label1 = GUICtrlCreateLabel("请选择您要玩的私服,点击后再将登录器放入弹出文件夹内即可", 32, 216, 340, 17)
GUISetState()
#EndRegion ### END Koda GUI section ###
While 1
$Msg = GUIGetMsg()
Switch $Msg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
run("explorer.exe Y:\网络游戏\盛大传奇")
Case $Button2
Run("explorer.exe X:\网络游戏\传奇世界")
Case $Button3
Run("explorer.exe Y:\网络游戏\劲舞团")
Case $Button4
Run("explorer.exe X:\网络游戏\完美世界国际版")
EndSwitch
WEnd
稍作修改...不知是否可以呢? |