找回密码
 加入
搜索
查看: 2576|回复: 5

[系统综合] 怎么能掉出软件啊

  [复制链接]
发表于 2010-5-21 09:46:35 | 显示全部楼层 |阅读模式
那位朋友 把图片这2个软件 怎么调出来
在做下说明 谢谢了   






#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiStatusBar.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1_1 = GUICreate("Form1", 458, 293, 226, 197)
$Group1 = GUICtrlCreateGroup("修改浏览器首页", 16, 16, 425, 57)
$Label1 = GUICtrlCreateLabel("修改浏览器首页", 24, 40, 88, 17)
$Combo1 = GUICtrlCreateCombo("http://www.hao123.com", 120, 40, 145, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "about:blank|http://www.baidu.com|http://www.2345.com")
$Button1 = GUICtrlCreateButton("修改", 272, 40, 75, 25)
$Button2 = GUICtrlCreateButton("使用空白页", 352, 40, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("系统快速设置工具", 16, 80, 425, 185)
$Button3 = GUICtrlCreateButton("分辨率设置", 32, 104, 75, 25)
$Button4 = GUICtrlCreateButton("系统服务优化", 136, 104, 75, 25)
$Button5 = GUICtrlCreateButton("注册表优化", 240, 104, 75, 25)
$Button6 = GUICtrlCreateButton("硬件优化", 344, 104, 75, 25)
$Button7 = GUICtrlCreateButton("ADSL拨号", 32, 144, 75, 25)
$Button8 = GUICtrlCreateButton("服务微调", 136, 144, 75, 25)
$Button9 = GUICtrlCreateButton("IP设置", 240, 144, 75, 25)
$Button10 = GUICtrlCreateButton("共享设置", 344, 144, 75, 25)
$Button11 = GUICtrlCreateButton("清理系统垃圾", 32, 184, 75, 25)
$Button12 = GUICtrlCreateButton("系统修复", 136, 184, 75, 25)
$Button13 = GUICtrlCreateButton("个人资料设置", 240, 184, 75, 25)
$Button14 = GUICtrlCreateButton("小键盘设置", 344, 184, 75, 25)
$Button15 = GUICtrlCreateButton("OEM 设置", 32, 224, 75, 25)
$Button16 = GUICtrlCreateButton("输入法设置", 136, 224, 75, 25)
$Button17 = GUICtrlCreateButton("自动登陆", 240, 224, 75, 25)
$Button18 = GUICtrlCreateButton("C盘格式转换", 344, 224, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$StatusBar1 = _GUICtrlStatusBar_Create($Form1_1)
Dim $StatusBar1_PartsWidth[3] = [65, 130, 300]
Dim $S0 = "简单工作室 ", $S1 = "地狱火制作", $S2 = "www.jdgzs.cc"
_GUICtrlStatusBar_SetParts($StatusBar1, $StatusBar1_PartsWidth)
_GUICtrlStatusBar_SetText($StatusBar1, $S2, 2)
_GUICtrlStatusBar_SetText($StatusBar1, $S1, 1)
_GUICtrlStatusBar_SetText($StatusBar1, $S0, 0)
_GUICtrlStatusBar_SetMinHeight($StatusBar1, 20)
GUISetState(@SW_SHOW)


While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

        EndSwitch
WEnd

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
发表于 2010-5-21 10:10:19 | 显示全部楼层
本帖最后由 hzxymkb 于 2010-5-21 10:14 编辑

用RUN不是行了!
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiStatusBar.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1_1 = GUICreate("Form1", 458, 293, 226, 197)
$Group1 = GUICtrlCreateGroup("修改浏览器首页", 16, 16, 425, 57)
$Label1 = GUICtrlCreateLabel("修改浏览器首页", 24, 40, 88, 17)
$Combo1 = GUICtrlCreateCombo("http://www.hao123.com", 120, 40, 145, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "about:blank|http://www.baidu.com|http://www.2345.com")
$Button1 = GUICtrlCreateButton("修改", 272, 40, 75, 25)
$Button2 = GUICtrlCreateButton("使用空白页", 352, 40, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("系统快速设置工具", 16, 80, 425, 185)
$Button3 = GUICtrlCreateButton("分辨率设置", 32, 104, 75, 25)
$Button4 = GUICtrlCreateButton("系统服务优化", 136, 104, 75, 25)
$Button5 = GUICtrlCreateButton("注册表优化", 240, 104, 75, 25)
$Button6 = GUICtrlCreateButton("硬件优化", 344, 104, 75, 25)
$Button7 = GUICtrlCreateButton("ADSL拨号", 32, 144, 75, 25)
$Button8 = GUICtrlCreateButton("服务微调", 136, 144, 75, 25)
$Button9 = GUICtrlCreateButton("IP设置", 240, 144, 75, 25)
$Button10 = GUICtrlCreateButton("共享设置", 344, 144, 75, 25)
$Button11 = GUICtrlCreateButton("清理系统垃圾", 32, 184, 75, 25)
$Button12 = GUICtrlCreateButton("系统修复", 136, 184, 75, 25)
$Button13 = GUICtrlCreateButton("个人资料设置", 240, 184, 75, 25)
$Button14 = GUICtrlCreateButton("小键盘设置", 344, 184, 75, 25)
$Button15 = GUICtrlCreateButton("OEM 设置", 32, 224, 75, 25)
$Button16 = GUICtrlCreateButton("输入法设置", 136, 224, 75, 25)
$Button17 = GUICtrlCreateButton("自动登陆", 240, 224, 75, 25)
$Button18 = GUICtrlCreateButton("C盘格式转换", 344, 224, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$StatusBar1 = _GUICtrlStatusBar_Create($Form1_1)
Dim $StatusBar1_PartsWidth[3] = [65, 130, 300]
Dim $S0 = "简单工作室 ", $S1 = "地狱火制作", $S2 = "www.jdgzs.cc"
_GUICtrlStatusBar_SetParts($StatusBar1, $StatusBar1_PartsWidth)
_GUICtrlStatusBar_SetText($StatusBar1, $S2, 2)
_GUICtrlStatusBar_SetText($StatusBar1, $S1, 1)
_GUICtrlStatusBar_SetText($StatusBar1, $S0, 0)
_GUICtrlStatusBar_SetMinHeight($StatusBar1, 20)
GUISetState(@SW_SHOW)


While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit
                            Case $Button3
                                        Run("分辨率设置工具的路径")
                                Case $Button17
                    Run("自动登陆工具的路径")                                        
        EndSwitch
WEnd
 楼主| 发表于 2010-5-28 09:12:05 | 显示全部楼层
问下 怎么用命令把软件压缩到一起 用到时把他调用出来 是把这个文件解压到C:windows\Tem\   这目录下       在那加这些命令
发表于 2010-5-29 19:11:36 | 显示全部楼层
FileInstall
发表于 2010-5-29 19:19:54 | 显示全部楼层
FileInstall
楼上正解
发表于 2010-6-3 01:29:23 | 显示全部楼层
FileInstall .....
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-20 17:57 , Processed in 0.082081 second(s), 25 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表