1 / 5
文档名称:

懒人专用-自动生成安装脚本.au3.doc

格式:doc   页数:5页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

懒人专用-自动生成安装脚本.au3.doc

上传人:xxj16588 2016/5/5 文件大小:0 KB

下载得到文件列表

懒人专用-自动生成安装脚本.au3.doc

文档介绍

文档介绍:懒人专用- #include <> #include <> #include <> #include <> #include <> #include <> #include <> #include <> #Region ### START Koda GUI section ### Form=c:\documents and settings\administrator\ 桌面\ Local $Input1,$Input2,$Input3,$Input4,$Input5,$Input6,$Input7,$aa aa,$a,$Form1_1,$edit1,$Button1,$Button2,$Button3,$Label1,$y yyyy main() Func Main() $Form1_1 = GUICreate(" 懒人专用-By: 张永昌 QQ106182722 温馨提示:代码还是自己写的好。", 607, 480, 247, 279) $Input1 = GUICtrlCreateInput(" 窗口标题", 16, 16, 577, 21) $Input2 = GUICtrlCreateInput(" 窗口内可见文字内容", 16, 40, 577, 21) $Input3 = GUICtrlCreateInput("5", 16, 64, 65, 21) $Input4 = GUICtrlCreateInput(" ", 472, 64, 121, 21) $Input5 = GUICtrlCreateInput(" 键盘指令 1", 200, 64, 73, 21) $Input6 = GUICtrlCreateInput(" 未开放指令", 280, 64, 73, 21) $Input7 = GUICtrlCreateInput(" 鼠标指令 1", 360, 64, 73, 21) $edit1 = GUICtrlCreateEdit("", 16, 88, 577, 337) $Button1 = GUICtrlCreateButton(" 生成代码", 32, 432, 113, 33) $Button2 = GUICtrlCreateButton(" 保存代码", 240, 432, 113, 33) $Button3 = GUICtrlCreateButton(" 关闭", 456, 432, 113, 33) $Label1 = GUICtrlCreateLabel(" 超时 5秒", 88, 64, 85, 20) GUICtrlSetFont(-1, 12, 400, 0, "MS Sans Serif") GUISetState(***@SW_SHOW) ;MsgBox(1,1,$Label1) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetM