更换msgbox上按钮名称

			Button1Name = 改成替换&R
			Button2Name = 改成重命名&E
			Button3Name = 还是取消&C
			MsgBoxTitle = 简单方便地改变按钮上的文字
			MsgBoxText =看到了吗,按钮文字变了。`r`n小古需要这个功能好久了!
			
	SetTimer , ChangeButtonNames , 50
	MsgBox , 51 , %MsgBoxTitle% , %MsgBoxText%
			
	ifmsgbox,yes
		msgbox %Button1Name%
return
			
			
ChangeButtonNames:
	IfWinNotExist , %MsgBoxTitle%
		Return ; Keep waiting.
	SetTimer , ChangeButtonNames , off 
	WinActivate 
	ControlSetText , Button1 , %Button1Name%
	ControlSetText , Button2 , %Button2Name%
	ControlSetText , Button3 , %Button3Name%
Return

给TA捐赠
共{{data.count}}人
人已捐赠
其他

智能软切换输入法

2020-3-9 3:27:44

其他

更换壁纸(本地文件夹)

2020-3-9 3:29:44

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索