|
#include <Array.au3>
#include <GuiTreeView.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Include <GuiListView.au3>
#include <StaticConstants.au3>
#Include <ACN_MISC.au3>
#Include <File.au3>
;声明总的变量
Global $tab,$msg
;声明tab1所用的变量
Global $Tab1,$tab1_view[26],$tab1Label[25],$TreeView1,$tab1button1,$tab1button2,$tab1button3,$tab1button4,$tab1button5,$progressbar1,$i1,$s1,$t1=25,$m
;声明tab2所用的变量
Global $tab2,$tab2_view[13],$tab2Label[12],$TreeView2,$tab2button1,$tab2button2,$tab2button3,$tab2button4,$tab2button5,$progressbar2,$i2,$s2,$t2=12
Global $CookiesAddress,$TemplatesAddress,$RecentAddress,$CacheAddress,$PrintHoodAddress,$HistoryAddress,$DiskRecycle,$x,$iStyle,$tstyle
Global $dir_prefix, $dir_number,$cp_path,$path,$i,$file_number,$file_prefix
;定义风格
;定义树列表风格
$iStyle = BitOR($TVS_EDITLABELS, $TVS_HASBUTTONS, $TVS_HASLINES, $TVS_LINESATROOT, $TVS_DISABLEDRAGDROP, $TVS_SHOWSELALWAYS, $TVS_CHECKBOXES)
$tstyle = BitOR($WS_EX_CLIENTEDGE,$LVS_NOSORTHEADER,$LVS_SHOWSELALWAYS,$WS_BORDER)
If WinExists("windows7封装辅助工具") Then
MsgBox(32,"","程序已运行,请返回。")
Exit
EndIf
win7tools()
Func win7tools()
;创建窗体
GUICreate("windows7封装辅助工具",440,440,-1,-1,0x00C00000)
;GUISetBkColor(0x00E0FFFF)
;设置字体
GUISetFont(9, 300)
$tab = GUICtrlCreateTab(10, 10, 420, 20)
$progressbar1=GUICtrlCreateProgress (10, 365, 420,20)
$Tab1 = GUICtrlCreateTabItem("系统减肥")
$TreeView1 = GUICtrlCreateTreeView(10, 53, 420, 300, $iStyle, $WS_EX_CLIENTEDGE)
$tab1button1=GUICtrlCreateButton("全选", 10, 400, 70, 20)
$tab1button2=GUICtrlCreateButton("全不选", 80, 400, 70, 20)
$tab1button3=GUICtrlCreateButton("默认", 150, 400, 70, 20)
$tab1button4=GUICtrlCreateButton("清理", 290, 400, 70, 20)
$tab1button5=GUICtrlCreateButton("退出", 360, 400, 70, 20)
$tab1_view[1]=GUICtrlCreateTreeViewItem("系统升级补丁备份文件",$TreeView1)
$tab1_view[2]=GUICtrlCreateTreeViewItem("用户公用文件",$TreeView1)
$tab1_view[3]=GUICtrlCreateTreeViewItem("系统自带壁纸和主题",$TreeView1)
$tab1_view[4]=GUICtrlCreateTreeViewItem("不同语言启动界面",$TreeView1)
$tab1_view[5]=GUICtrlCreateTreeViewItem("程序安装解压目录",$TreeView1)
$tab1_view[6]=GUICtrlCreateTreeViewItem("不常用的输入法",$TreeView1)
$tab1_view[7]=GUICtrlCreateTreeViewItem("系统帮助文件",$TreeView1)
$tab1_view[8]=GUICtrlCreateTreeViewItem("系统测试记录文件",$TreeView1)
$tab1_view[9]=GUICtrlCreateTreeViewItem("驱动精减",$TreeView1)
$tab1_view[10]=GUICtrlCreateTreeViewItem("系统相关组件",$TreeView1)
$tab1_view[11]=GUICtrlCreateTreeViewItem("Table PC组件",$tab1_view[10])
$tab1_view[12]=GUICtrlCreateTreeViewItem("Windows自带游戏",$tab1_view[10])
$tab1_view[13]=GUICtrlCreateTreeViewItem("DVD Maker",$tab1_view[10])
$tab1_view[14]=GUICtrlCreateTreeViewItem("媒体中心",$tab1_view[10])
$tab1_view[15]=GUICtrlCreateTreeViewItem("远程差分压缩",$tab1_view[10])
$tab1_view[16]=GUICtrlCreateTreeViewItem("XPS相关组件",$tab1_view[10])
$tab1_view[17]=GUICtrlCreateTreeViewItem("系统垃圾文件清理",$TreeView1)
$tab1_view[18]=GUICtrlCreateTreeViewItem("回收站文件",$tab1_view[17])
$tab1_view[19]=GUICtrlCreateTreeViewItem("临时目录文件",$tab1_view[17])
$tab1_view[20]=GUICtrlCreateTreeViewItem("程序打开文件记录",$tab1_view[17])
$tab1_view[21]=GUICtrlCreateTreeViewItem("索引文件记录",$tab1_view[17])
$tab1_view[22]=GUICtrlCreateTreeViewItem("用户临时文件",$tab1_view[17])
$tab1_view[23]=GUICtrlCreateTreeViewItem("IE临时文件",$tab1_view[17])
$tab1_view[24]=GUICtrlCreateTreeViewItem("历史记录文件",$tab1_view[17])
$tab1_view[25]=GUICtrlCreateTreeViewItem("Cookie文件",$tab1_view[17])
;用来展开列表
GUICtrlSetState($tab1_view[10], $GUI_EXPAND)
GUICtrlSetState($tab1_view[17], $GUI_EXPAND)
;运行默认选择
default_select1()
$tab2=GUICtrlCreateTabItem("封装优化")
$TreeView2 = GUICtrlCreateTreeView(10, 60, 420, 300, $iStyle,$WS_EX_CLIENTEDGE)
$tab2_view[1]=GUICtrlCreateTreeViewItem("关闭系统休眠",$TreeView2)
$tab2_view[2]=GUICtrlCreateTreeViewItem("关闭UAC",$TreeView2)
$tab2_view[3]=GUICtrlCreateTreeViewItem("关闭错误报告",$TreeView2)
$tab2_view[4]=GUICtrlCreateTreeViewItem("关闭自动更新",$TreeView2)
$tab2_view[5]=GUICtrlCreateTreeViewItem("任务栏始终显示所有图标",$TreeView2)
$tab2_view[6]=GUICtrlCreateTreeViewItem("关闭自动播放",$TreeView2)
$tab2_view[7]=GUICtrlCreateTreeViewItem("桌面显示常用图标",$TreeView2)
$tab2_view[8]=GUICtrlCreateTreeViewItem("右键增加管理权限",$TreeView2)
$tab2_view[9]=GUICtrlCreateTreeViewItem("计算机中增加视频设备",$TreeView2)
$tab2_view[10]=GUICtrlCreateTreeViewItem("删除操作中心图标",$TreeView2)
$tab2_view[11]=GUICtrlCreateTreeViewItem("不从网络搜索驱动",$TreeView2)
$tab2_view[12]=GUICtrlCreateTreeViewItem("禁用远程协助",$TreeView2)
$tab2button1=GUICtrlCreateButton("全选", 10, 400, 70, 20)
$tab2button2=GUICtrlCreateButton("全不选", 80, 400, 70, 20)
$tab2button3=GUICtrlCreateButton("默认", 150, 400, 70, 20)
$tab2button4=GUICtrlCreateButton("清理", 290, 400, 70, 20)
$tab2button5=GUICtrlCreateButton("退出", 360, 400, 70, 20)
;运行tab2的默认选择
default_select2()
GUISetState()
While 1
$msg = GUIGetMsg()
;Fitem()
If $msg = $Tab1button1 Then all_select1()
If $msg = $Tab1button2 Then all_none1()
If $msg = $tab1button3 Then default_select1()
If $msg = $tab1button4 Then clean1()
If $msg = $Tab1button5 Then ExitLoop
If $msg = $Tab2button1 Then all_select2()
If $msg = $Tab2button2 Then all_none2()
If $msg = $Tab2button3 Then default_select2()
If $msg = $Tab2button4 Then clean2()
If $msg = $Tab2button5 Then ExitLoop
WEnd
EndFunc ;==>win7tools
;实现tab1按钮功能
;实现全选功能
Func all_select1()
GUICtrlSetState($tab1button1,$GUI_DISABLE)
For $i1 =1 to $t1
GUICtrlSetState($tab1_view[$i1],$GUI_CHECKED)
Next
GUICtrlSetState($tab1button1,$GUI_ENABLE)
EndFunc
;实现全部不选择功能
Func all_none1()
For $i1 =1 to $t1
GUICtrlSetState($Tab1_view[$i1],$GUI_UNCHECKED)
Next
EndFunc
;实现默认选择功能
Func default_select1()
GUICtrlSetState($tab1button3,$GUI_DISABLE)
all_none1()
GUICtrlSetState($tab1_view[1],$GUI_CHECKED)
GUICtrlSetState($tab1_view[2],$GUI_CHECKED)
GUICtrlSetState($tab1_view[4],$GUI_CHECKED)
GUICtrlSetState($tab1_view[6],$GUI_CHECKED)
GUICtrlSetState($tab1button3,$GUI_ENABLE)
EndFunc
;tab1清理功能
Func clean1()
Check1()
select
Case $s1=$t1
MsgBox(0, "提示", "请选择要清理的项目!@_@")
Case $s1<$t1
GUICtrlSetState($tab1button4,$GUI_DISABLE)
For $i1=1 To $t1
If GUICtrlRead($Tab1_view[$i1]) = $GUI_CHECKED Then
Call('Tab1_view'&$i1)
EndIf
Next
GUICtrlSetData($progressbar1,100)
MsgBox ( 0, "提示", "所选择的项目清理完毕!^_^")
EndSelect
GUICtrlSetState($tab1button4,$GUI_ENABLE)
EndFunc
;检查用户是否没有选择任何选项,而直接点击清理的tab1
Func check1()
$s1=0
For $i1 =1 to $t1
If GUICtrlRead($Tab1_view[$i1]) = $GUI_UNCHECKED Then $s1=$s1+1
Next
EndFunc
;实现全选功能tab2
Func all_select2()
GUICtrlSetState($tab2button1,$GUI_DISABLE)
For $i2 =1 to 12
GUICtrlSetState($tab2_view[$i2],$GUI_CHECKED)
Next
GUICtrlSetState($tab2button1,$GUI_ENABLE)
EndFunc
;实现全部不选功能tab2
Func all_none2()
For $i2 =1 to $t2
GUICtrlSetState($tab2_view[$i2],$GUI_UNCHECKED)
Next
EndFunc
;实现默认选择功能tab2
Func default_select2()
GUICtrlSetState($tab2button3,$GUI_DISABLE)
all_none2()
GUICtrlSetState($tab2_view[1],$GUI_CHECKED)
GUICtrlSetState($tab2_view[2],$GUI_CHECKED)
GUICtrlSetState($tab2_view[3],$GUI_CHECKED)
GUICtrlSetState($tab2_view[5],$GUI_CHECKED)
GUICtrlSetState($tab2_view[6],$GUI_CHECKED)
GUICtrlSetState($tab2_view[11],$GUI_CHECKED)
GUICtrlSetState($tab2_view[12],$GUI_CHECKED)
GUICtrlSetState($tab2button3,$GUI_ENABLE)
EndFunc
;清理开始tab2
Func clean2()
Check2()
select
Case $s2=$t2
MsgBox(0, "提示", "请选择要清理的项目!@_@")
Case $s2<$t2
GUICtrlSetState($tab2button4,$GUI_DISABLE)
For $i2=1 To $t2
If GUICtrlRead($Tab2_view[$i2]) = $GUI_CHECKED Then
Call('Tab2_view'&$i2)
EndIf
Next
GUICtrlSetData($progressbar2,100)
MsgBox ( 0, "提示", "所选择的项目清理完毕!^_^")
EndSelect
GUICtrlSetState($tab2button4,$GUI_ENABLE)
EndFunc
;检查用户是否没有选择任何选项,而直接点击tab2的清理
Func check2()
$s2=0
For $i1 =1 to $t2
If GUICtrlRead($tab2_view[$i1])=$GUI_UNCHECKED Then $s2=$s2+1
Next
EndFunc
#cs
;定义项目勾选
Func Fitem()
If $Msg = $tab1_view[10] And BitAND(GUICtrlRead($tab1_view[10], $GUI_CHECKED)) Then
For $m=10 To 16
GUICtrlSetState($tab1_view[$m], $GUI_CHECKED)
Next
ElseIf $Msg = $tab1_view[10] And BitAND(GUICtrlRead($tab1_view[10], $GUI_UNCHECKED)) Then ;反选
For $m=10 To 16
GUICtrlSetState($tab1_view[$m], $GUI_UNCHECKED)
Next
EndIf
If $Msg = $tab1_view[17] And BitAND(GUICtrlRead($tab1_view[17], $GUI_CHECKED)) Then
For $m=17 To 25
GUICtrlSetState($tab1_view[$m], $GUI_CHECKED)
Next
ElseIf $Msg = $tab1_view[17] And BitAND(GUICtrlRead($tab1_view[17], $GUI_UNCHECKED)) Then ;反选
For $i=17 To 25
GUICtrlSetState($tab1_view[$m], $GUI_UNCHECKED)
Next
EndIf
EndFunc
#ce
错误1:明明一个都没选,点清理时还提示清理完
错误2:由一个检测代码用来检测是不是没选 ,结果没起到作用
错误3:下面被我注解部分想实选勾选父项目,子项目全部勾选功能,但老是提示错误
想实现的功能,子项目勾选,父项目也能勾选,全取消也能取消,
虽然知道发过有一个源码有这个代码,不过太难了,只看到一部分,我只想做我那几个勾选,相信通过这个例子说不定就能掌握勾选功能了 |
|