实例介绍
【实例简介】
作者:软件开发技术联盟著 出版社:北京:清华大学出版社 出版日期:2016.01 Visual C++开发实例大全(提高卷)光盘源代码(1-300)
【实例截图】
【核心代码】
16359647246455715728.rar
└── Visual C++开发实例大全(提高卷)光盘源代码(1-300)
├── 001
│ ├── DeviceVolume.aps
│ ├── DeviceVolume.clw
│ ├── DeviceVolume.cpp
│ ├── DeviceVolumeDlg.cpp
│ ├── DeviceVolumeDlg.h
│ ├── DeviceVolume.dsp
│ ├── DeviceVolume.dsw
│ ├── DeviceVolume.h
│ ├── DeviceVolume.opt
│ ├── DeviceVolume.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeviceVolume.ico
│ │ └── DeviceVolume.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 002
│ ├── FloppyReady.aps
│ ├── FloppyReady.clw
│ ├── FloppyReady.cpp
│ ├── FloppyReadyDlg.cpp
│ ├── FloppyReadyDlg.h
│ ├── FloppyReady.dsp
│ ├── FloppyReady.dsw
│ ├── FloppyReady.h
│ ├── FloppyReady.opt
│ ├── FloppyReady.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FloppyReady.ico
│ │ └── FloppyReady.rc2
│ ├── resource.h
│ ├── scrrun.cpp
│ ├── scrrun.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 003
│ ├── DeviceInfo.aps
│ ├── DeviceInfo.clw
│ ├── DeviceInfo.cpp
│ ├── DeviceInfoDlg.cpp
│ ├── DeviceInfoDlg.h
│ ├── DeviceInfo.dsp
│ ├── DeviceInfo.dsw
│ ├── DeviceInfo.h
│ ├── DeviceInfo.ncb
│ ├── DeviceInfo.opt
│ ├── DeviceInfo.plg
│ ├── DeviceInfo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeviceInfo.ico
│ │ └── DeviceInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 004
│ ├── CdromInfo.aps
│ ├── CdromInfo.clw
│ ├── CdromInfo.cpp
│ ├── CdromInfoDlg.cpp
│ ├── CdromInfoDlg.h
│ ├── CdromInfo.dsp
│ ├── CdromInfo.dsw
│ ├── CdromInfo.h
│ ├── CdromInfo.ncb
│ ├── CdromInfo.opt
│ ├── CdromInfo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CdromInfo.ico
│ │ └── CdromInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 005
│ ├── DriverAttri.aps
│ ├── DriverAttri.clw
│ ├── DriverAttri.cpp
│ ├── DriverAttriDlg.cpp
│ ├── DriverAttriDlg.h
│ ├── DriverAttri.dsp
│ ├── DriverAttri.dsw
│ ├── DriverAttri.h
│ ├── DriverAttri.opt
│ ├── DriverAttri.rc
│ ├── res
│ │ ├── DriverAttri.ico
│ │ └── DriverAttri.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 006
│ ├── disk2.ICO
│ ├── DiskSerial.aps
│ ├── DiskSerial.clw
│ ├── DiskSerial.cpp
│ ├── DiskSerialDlg.cpp
│ ├── DiskSerialDlg.h
│ ├── DiskSerial.dsp
│ ├── DiskSerial.dsw
│ ├── DiskSerial.h
│ ├── DiskSerial.ncb
│ ├── DiskSerial.opt
│ ├── DiskSerial.plg
│ ├── DiskSerial.rc
│ ├── res
│ │ ├── DiskSerial.ico
│ │ └── DiskSerial.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 007
│ ├── DiskSpace.aps
│ ├── DiskSpace.clw
│ ├── DiskSpace.cpp
│ ├── DiskSpaceDlg.cpp
│ ├── DiskSpaceDlg.h
│ ├── DiskSpace.dsp
│ ├── DiskSpace.dsw
│ ├── DiskSpace.h
│ ├── DiskSpace.ncb
│ ├── DiskSpace.opt
│ ├── DiskSpace.plg
│ ├── DiskSpace.rc
│ ├── res
│ │ ├── DiskSpace.ico
│ │ └── DiskSpace.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 008
│ └── FormatDriver
│ ├── FormatDriver.clw
│ ├── FormatDriver.cpp
│ ├── FormatDriverDlg.cpp
│ ├── FormatDriverDlg.h
│ ├── FormatDriver.dsp
│ ├── FormatDriver.dsw
│ ├── FormatDriver.h
│ ├── FormatDriver.opt
│ ├── FormatDriver.rc
│ ├── res
│ │ ├── FormatDriver.ico
│ │ └── FormatDriver.rc2
│ ├── resource.h
│ ├── shell32.dll
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 009
│ └── CloseShare
│ ├── CloseShare.clw
│ ├── CloseShare.cpp
│ ├── CloseShareDlg.cpp
│ ├── CloseShareDlg.h
│ ├── CloseShare.dsp
│ ├── CloseShare.dsw
│ ├── CloseShare.h
│ ├── CloseShare.ncb
│ ├── CloseShare.opt
│ ├── CloseShare.plg
│ ├── CloseShare.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseShare.ico
│ │ └── CloseShare.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 010
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetVolume.ico
│ │ └── SetVolume.rc2
│ ├── resource.h
│ ├── SetVolume.aps
│ ├── SetVolume.clw
│ ├── SetVolume.cpp
│ ├── SetVolumeDlg.cpp
│ ├── SetVolumeDlg.h
│ ├── SetVolume.dsp
│ ├── SetVolume.dsw
│ ├── SetVolume.h
│ ├── SetVolume.ncb
│ ├── SetVolume.opt
│ ├── SetVolume.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 011
│ ├── DefragDisk.aps
│ ├── DefragDisk.clw
│ ├── DefragDisk.cpp
│ ├── DefragDiskDlg.cpp
│ ├── DefragDiskDlg.h
│ ├── DefragDisk.dsp
│ ├── DefragDisk.dsw
│ ├── DefragDisk.h
│ ├── DefragDisk.opt
│ ├── DefragDisk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DefragDisk.ico
│ │ └── DefragDisk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 012
│ └── NTFS
│ ├── NTFS.APS
│ ├── NTFS.clw
│ ├── NTFS.cpp
│ ├── NTFSDlg.cpp
│ ├── NTFSDlg.h
│ ├── NTFS.dsp
│ ├── NTFS.dsw
│ ├── NTFS.h
│ ├── NTFS.opt
│ ├── NTFS.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── disk.ICO
│ │ ├── NTFS.ico
│ │ └── NTFS.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 013
│ ├── HidePartion.aps
│ ├── HidePartion.clw
│ ├── HidePartion.cpp
│ ├── HidePartionDlg.cpp
│ ├── HidePartionDlg.h
│ ├── HidePartion.dsp
│ ├── HidePartion.dsw
│ ├── HidePartion.h
│ ├── HidePartion.opt
│ ├── HidePartion.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HidePartion.ico
│ │ └── HidePartion.rc2
│ ├── resource.h
│ ├── srp.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 014
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShowPartion.ico
│ │ └── ShowPartion.rc2
│ ├── resource.h
│ ├── ShowPartion.aps
│ ├── ShowPartion.clw
│ ├── ShowPartion.cpp
│ ├── ShowPartionDlg.cpp
│ ├── ShowPartionDlg.h
│ ├── ShowPartion.dsp
│ ├── ShowPartion.dsw
│ ├── ShowPartion.h
│ ├── ShowPartion.opt
│ ├── ShowPartion.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 015
│ ├── PartionNum.aps
│ ├── PartionNum.clw
│ ├── PartionNum.cpp
│ ├── PartionNumDlg.cpp
│ ├── PartionNumDlg.h
│ ├── PartionNum.dsp
│ ├── PartionNum.dsw
│ ├── PartionNum.h
│ ├── PartionNum.opt
│ ├── PartionNum.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PartionNum.ico
│ │ └── PartionNum.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 016
│ ├── HardDisk.aps
│ ├── HardDisk.clw
│ ├── HardDisk.cpp
│ ├── HardDiskDlg.cpp
│ ├── HardDiskDlg.h
│ ├── HardDisk.dsp
│ ├── HardDisk.dsw
│ ├── HardDisk.h
│ ├── HardDisk.opt
│ ├── HardDisk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HardDisk.ico
│ │ └── HardDisk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 017
│ └── ShortCut
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShortCut.ico
│ │ └── ShortCut.rc2
│ ├── resource.h
│ ├── ShortCut.aps
│ ├── ShortCut.clw
│ ├── ShortCut.cpp
│ ├── ShortCutDlg.cpp
│ ├── ShortCutDlg.h
│ ├── ShortCut.dsp
│ ├── ShortCut.dsw
│ ├── ShortCut.h
│ ├── ShortCut.opt
│ ├── ShortCut.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 018
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── CbuttonST类
│ │ ├── BtnST.cpp
│ │ └── BtnST.h
│ ├── ControlPanl.aps
│ ├── ControlPanl.clw
│ ├── ControlPanl.cpp
│ ├── ControlPanlDlg.cpp
│ ├── ControlPanlDlg.h
│ ├── ControlPanl.dsp
│ ├── ControlPanl.dsw
│ ├── ControlPanl.h
│ ├── ControlPanl.opt
│ ├── ControlPanl.rc
│ ├── ICO
│ │ ├── access.ICO
│ │ ├── appwiz.ICO
│ │ ├── desk.ICO
│ │ ├── hdwwiz.ICO
│ │ ├── internet.ICO
│ │ ├── intl.ICO
│ │ ├── keyboard.ICO
│ │ ├── mmsys.ICO
│ │ ├── mouse.ICO
│ │ ├── sysdm.ICO
│ │ ├── telephon.ICO
│ │ └── timedate.ICO
│ ├── res
│ │ ├── ControlPanl.ico
│ │ └── ControlPanl.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 019
│ └── ControlCdrom
│ ├── ControlCdrom.aps
│ ├── ControlCdrom.clw
│ ├── ControlCdrom.cpp
│ ├── ControlCdromDlg.cpp
│ ├── ControlCdromDlg.h
│ ├── ControlCdrom.dsp
│ ├── ControlCdrom.dsw
│ ├── ControlCdrom.h
│ ├── ControlCdrom.opt
│ ├── ControlCdrom.rc
│ ├── res
│ │ ├── ControlCdrom.ico
│ │ └── ControlCdrom.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 020
│ ├── res
│ │ ├── ShutWindow.ico
│ │ └── ShutWindow.rc2
│ ├── resource.h
│ ├── ShutWindow.aps
│ ├── ShutWindow.clw
│ ├── ShutWindow.cpp
│ ├── ShutWindowDlg.cpp
│ ├── ShutWindowDlg.h
│ ├── ShutWindow.dsp
│ ├── ShutWindow.dsw
│ ├── ShutWindow.h
│ ├── ShutWindow.opt
│ ├── ShutWindow.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 021
│ └── monitor
│ ├── Debug
│ │ └── monitor.res
│ ├── monitor.aps
│ ├── monitor.clw
│ ├── monitor.cpp
│ ├── monitorDlg.cpp
│ ├── monitorDlg.h
│ ├── monitor.dsp
│ ├── monitor.dsw
│ ├── monitor.h
│ ├── monitor.ncb
│ ├── monitor.opt
│ ├── monitor.plg
│ ├── monitor.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── monitor.ico
│ │ └── monitor.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 022
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ScreenSave.ico
│ │ └── ScreenSave.rc2
│ ├── Resource.h
│ ├── ScreenSave.aps
│ ├── ScreenSave.clw
│ ├── ScreenSave.cpp
│ ├── ScreenSaveDlg.cpp
│ ├── ScreenSaveDlg.h
│ ├── ScreenSave.dsp
│ ├── ScreenSave.dsw
│ ├── ScreenSave.h
│ ├── ScreenSave.opt
│ ├── ScreenSave.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 023
│ └── CloseInput
│ ├── CloseInput.aps
│ ├── CloseInput.clw
│ ├── CloseInput.cpp
│ ├── CloseInputDlg.cpp
│ ├── CloseInputDlg.h
│ ├── CloseInput.dsp
│ ├── CloseInput.dsw
│ ├── CloseInput.h
│ ├── CloseInput.ncb
│ ├── CloseInput.opt
│ ├── CloseInput.plg
│ ├── CloseInput.rc
│ ├── Debug
│ │ └── CloseInput.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseInput.ico
│ │ └── CloseInput.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 024
│ └── Sound
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Sound.ico
│ │ └── Sound.rc2
│ ├── Resource.h
│ ├── Sound.aps
│ ├── Sound.clw
│ ├── Sound.cpp
│ ├── SoundDlg.cpp
│ ├── SoundDlg.h
│ ├── Sound.dsp
│ ├── Sound.dsw
│ ├── Sound.h
│ ├── Sound.opt
│ ├── Sound.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 025
│ ├── EnumProcess.aps
│ ├── EnumProcess.clw
│ ├── EnumProcess.cpp
│ ├── EnumProcessDlg.cpp
│ ├── EnumProcessDlg.h
│ ├── EnumProcess.dsp
│ ├── EnumProcess.dsw
│ ├── EnumProcess.h
│ ├── EnumProcess.opt
│ ├── EnumProcess.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 22.ico
│ │ ├── EnumProcess.ico
│ │ └── EnumProcess.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 026
│ ├── AppActive.aps
│ ├── AppActive.clw
│ ├── AppActive.cpp
│ ├── AppActiveDlg.cpp
│ ├── AppActiveDlg.h
│ ├── AppActive.dsp
│ ├── AppActive.dsw
│ ├── AppActive.h
│ ├── AppActive.opt
│ ├── AppActive.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 86.ico
│ │ ├── AppActive.ico
│ │ └── AppActive.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 027
│ ├── FetchTaskList.aps
│ ├── FetchTaskList.clw
│ ├── FetchTaskList.cpp
│ ├── FetchTaskListDlg.cpp
│ ├── FetchTaskListDlg.h
│ ├── FetchTaskList.dsp
│ ├── FetchTaskList.dsw
│ ├── FetchTaskList.h
│ ├── FetchTaskList.opt
│ ├── FetchTaskList.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 30.ico
│ │ ├── FetchTaskList.ico
│ │ └── FetchTaskList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 028
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 14.ico
│ │ ├── TestRun.ico
│ │ └── TestRun.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestRun.aps
│ ├── TestRun.clw
│ ├── TestRun.cpp
│ ├── TestRunDlg.cpp
│ ├── TestRunDlg.h
│ ├── TestRun.dsp
│ ├── TestRun.dsw
│ ├── TestRun.h
│ ├── TestRun.opt
│ └── TestRun.rc
├── 029
│ ├── PlugApp
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Plug
│ │ │ ├── One.dll
│ │ │ └── TestDllOne.dll
│ │ ├── PlugApp.aps
│ │ ├── PlugApp.clw
│ │ ├── PlugApp.cpp
│ │ ├── PlugAppDoc.cpp
│ │ ├── PlugAppDoc.h
│ │ ├── PlugApp.dsp
│ │ ├── PlugApp.dsw
│ │ ├── PlugApp.h
│ │ ├── PlugApp.opt
│ │ ├── PlugApp.rc
│ │ ├── PlugAppView.cpp
│ │ ├── PlugAppView.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── PlugApp.res
│ │ ├── res
│ │ │ ├── PlugAppDoc.ico
│ │ │ ├── PlugApp.ico
│ │ │ ├── PlugApp.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── TestDllOne
│ ├── 100.ico
│ ├── 103.ico
│ ├── bitmap1.bmp
│ ├── icon1.ico
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── TestDllOne.dll
│ │ ├── TestDllOne.exp
│ │ ├── TestDllOne.lib
│ │ └── TestDllOne.res
│ ├── res
│ │ └── TestDllOne.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestDllOne.clw
│ ├── TestDllOne.cpp
│ ├── TestDllOne.def
│ ├── TestDllOne.dsp
│ ├── TestDllOne.dsw
│ ├── TestDllOne.h
│ ├── TestDllOne.opt
│ └── TestDllOne.rc
├── 030
│ ├── ModifyCaption.aps
│ ├── ModifyCaption.clw
│ ├── ModifyCaption.cpp
│ ├── ModifyCaptionDlg.cpp
│ ├── ModifyCaptionDlg.h
│ ├── ModifyCaption.dsp
│ ├── ModifyCaption.dsw
│ ├── ModifyCaption.h
│ ├── ModifyCaption.opt
│ ├── ModifyCaption.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 11.ico
│ │ ├── ModifyCaption.ico
│ │ └── ModifyCaption.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 031
│ ├── DrawForm
│ │ ├── DrawForm.aps
│ │ ├── DrawForm.clw
│ │ ├── DrawForm.cpp
│ │ ├── DrawFormDlg.cpp
│ │ ├── DrawFormDlg.h
│ │ ├── DrawForm.dsp
│ │ ├── DrawForm.dsw
│ │ ├── DrawForm.h
│ │ ├── DrawForm.opt
│ │ ├── DrawForm.rc
│ │ ├── MVC2DF.tmp
│ │ ├── MyDlg.cpp
│ │ ├── MyDlg.h
│ │ ├── MyStatic.cpp
│ │ ├── MyStatic.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DrawForm.ico
│ │ │ ├── DrawForm.rc2
│ │ │ └── HH.bmp
│ │ ├── resource.h
│ │ ├── SkinOne.ski
│ │ ├── SkinTwo.ski
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── SkinDll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── HotButton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── leftbottom.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── rightbottom.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SkinDll.rc2
│ │ │ ├── 原稿.bmp
│ │ │ └── 复件 RightTitle.bmp
│ │ ├── resource.h
│ │ ├── SkinDll.clw
│ │ ├── SkinDll.cpp
│ │ ├── SkinDll.def
│ │ ├── SkinDll.dsp
│ │ ├── SkinDll.dsw
│ │ ├── SkinDll.h
│ │ ├── SkinDll.opt
│ │ ├── SkinDll.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── SkinOne
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── leftbottom.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── rightbottom.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SkinDll.rc2
│ │ │ └── 原稿.bmp
│ │ ├── resource.h
│ │ ├── SkinDll.clw
│ │ ├── SkinDll.cpp
│ │ ├── SkinDll.def
│ │ ├── SkinDll.dsp
│ │ ├── SkinDll.dsw
│ │ ├── SkinDll.h
│ │ ├── SkinDll.opt
│ │ ├── SkinDll.rc
│ │ ├── SkinDll.ski
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 程序使用说明.txt
├── 032
│ └── FetchDir
│ ├── FetchDir.clw
│ ├── FetchDir.cpp
│ ├── FetchDirDlg.cpp
│ ├── FetchDirDlg.h
│ ├── FetchDir.dsp
│ ├── FetchDir.dsw
│ ├── FetchDir.h
│ ├── FetchDir.opt
│ ├── FetchDir.rc
│ ├── msword9.cpp
│ ├── msword9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FetchDir.ico
│ │ └── FetchDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 033
│ ├── FetchDll.aps
│ ├── FetchDll.clw
│ ├── FetchDll.cpp
│ ├── FetchDllDlg.cpp
│ ├── FetchDllDlg.h
│ ├── FetchDll.dsp
│ ├── FetchDll.dsw
│ ├── FetchDll.h
│ ├── FetchDll.opt
│ ├── FetchDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── FetchDll.ico
│ │ └── FetchDll.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 034
│ ├── FetchDll.aps
│ ├── FetchDll.clw
│ ├── FetchDll.cpp
│ ├── FetchDllDlg.cpp
│ ├── FetchDllDlg.h
│ ├── FetchDll.dsp
│ ├── FetchDll.dsw
│ ├── FetchDll.h
│ ├── FetchDll.opt
│ ├── FetchDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── FetchDll.ico
│ │ └── FetchDll.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 035
│ ├── DataManage
│ │ ├── DataManage.aps
│ │ ├── DataManage.clw
│ │ ├── DataManage.cpp
│ │ ├── DataManageDlg.cpp
│ │ ├── DataManageDlg.h
│ │ ├── DataManage.dsp
│ │ ├── DataManage.dsw
│ │ ├── DataManage.h
│ │ ├── DataManage.ncb
│ │ ├── DataManage.opt
│ │ ├── DataManage.plg
│ │ ├── DataManage.rc
│ │ ├── Debug
│ │ │ └── DataManage.res
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── DataManage.res
│ │ ├── res
│ │ │ ├── DataManage.ico
│ │ │ └── DataManage.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ParamExe
│ │ ├── ParamExe.aps
│ │ ├── ParamExe.clw
│ │ ├── ParamExe.cpp
│ │ ├── ParamExeDlg.cpp
│ │ ├── ParamExeDlg.h
│ │ ├── ParamExe.dsp
│ │ ├── ParamExe.dsw
│ │ ├── ParamExe.h
│ │ ├── ParamExe.opt
│ │ ├── ParamExe.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FIFA 99.ICO
│ │ │ ├── ParamExe.ico
│ │ │ └── ParamExe.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 程序使用说明.txt
├── 036
│ ├── Debug
│ │ └── WaitProcess.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WaitProcess.ico
│ │ └── WaitProcess.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WaitProcess.aps
│ ├── WaitProcess.clw
│ ├── WaitProcess.cpp
│ ├── WaitProcessDlg.cpp
│ ├── WaitProcessDlg.h
│ ├── WaitProcess.dsp
│ ├── WaitProcess.dsw
│ ├── WaitProcess.h
│ ├── WaitProcess.ncb
│ ├── WaitProcess.opt
│ ├── WaitProcess.plg
│ └── WaitProcess.rc
├── 037
│ ├── CustomStatic.cpp
│ ├── CustomStatic.h
│ ├── FetchAndSaveIcon.aps
│ ├── FetchAndSaveIcon.clw
│ ├── FetchAndSaveIcon.cpp
│ ├── FetchAndSaveIconDlg.cpp
│ ├── FetchAndSaveIconDlg.h
│ ├── FetchAndSaveIcon.dsp
│ ├── FetchAndSaveIcon.dsw
│ ├── FetchAndSaveIcon.h
│ ├── FetchAndSaveIcon.opt
│ ├── FetchAndSaveIcon.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── 110.ico
│ │ ├── FetchAndSaveIcon.ico
│ │ └── FetchAndSaveIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 038
│ └── AddShortcut
│ ├── AddShortcut.clw
│ ├── AddShortcut.cpp
│ ├── AddShortcutDlg.cpp
│ ├── AddShortcutDlg.h
│ ├── AddShortcut.dsp
│ ├── AddShortcut.dsw
│ ├── AddShortcut.h
│ ├── AddShortcut.opt
│ ├── AddShortcut.rc
│ ├── res
│ │ ├── AddShortcut.ico
│ │ └── AddShortcut.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 039
│ └── ProcessList
│ ├── ProcessList.clw
│ ├── ProcessList.cpp
│ ├── ProcessListDlg.cpp
│ ├── ProcessListDlg.h
│ ├── ProcessList.dsp
│ ├── ProcessList.dsw
│ ├── ProcessList.h
│ ├── ProcessList.opt
│ ├── ProcessList.rc
│ ├── res
│ │ ├── ProcessList.ico
│ │ └── ProcessList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 040
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SecondTime.ico
│ │ └── SecondTime.rc2
│ ├── resource.h
│ ├── SecondTime.aps
│ ├── SecondTime.clw
│ ├── SecondTime.cpp
│ ├── SecondTimeDlg.cpp
│ ├── SecondTimeDlg.h
│ ├── SecondTime.dsp
│ ├── SecondTime.dsw
│ ├── SecondTime.h
│ ├── SecondTime.opt
│ ├── SecondTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 041
│ ├── ReadMe.txt
│ ├── RegCom.aps
│ ├── RegCom.clw
│ ├── RegCom.cpp
│ ├── RegComDlg.cpp
│ ├── RegComDlg.h
│ ├── RegCom.dsp
│ ├── RegCom.dsw
│ ├── RegCom.h
│ ├── RegCom.opt
│ ├── RegCom.rc
│ ├── res
│ │ ├── RegCom.ico
│ │ └── RegCom.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 042
│ └── Clearhsz
│ ├── Clearhsz.clw
│ ├── Clearhsz.cpp
│ ├── ClearhszDlg.cpp
│ ├── ClearhszDlg.h
│ ├── Clearhsz.dsp
│ ├── Clearhsz.dsw
│ ├── Clearhsz.h
│ ├── Clearhsz.opt
│ ├── Clearhsz.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clearhsz.ico
│ │ └── Clearhsz.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 043
│ └── Attribute
│ ├── Attribute.aps
│ ├── Attribute.clw
│ ├── Attribute.cpp
│ ├── AttributeDlg.cpp
│ ├── AttributeDlg.h
│ ├── Attribute.dsp
│ ├── Attribute.dsw
│ ├── Attribute.h
│ ├── Attribute.opt
│ ├── Attribute.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Attribute.ico
│ │ └── Attribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 044
│ ├── HideDesktop.aps
│ ├── HideDesktop.clw
│ ├── HideDesktop.cpp
│ ├── HideDesktopDlg.cpp
│ ├── HideDesktopDlg.h
│ ├── HideDesktop.dsp
│ ├── HideDesktop.dsw
│ ├── HideDesktop.h
│ ├── HideDesktop.opt
│ ├── HideDesktop.rc
│ ├── res
│ │ ├── HideDesktop.ico
│ │ └── HideDesktop.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 045
│ └── HideStartMenu
│ ├── HideStartMenu.clw
│ ├── HideStartMenu.cpp
│ ├── HideStartMenuDlg.cpp
│ ├── HideStartMenuDlg.h
│ ├── HideStartMenu.dsp
│ ├── HideStartMenu.dsw
│ ├── HideStartMenu.h
│ ├── HideStartMenu.opt
│ ├── HideStartMenu.rc
│ ├── res
│ │ ├── HideStartMenu.ico
│ │ └── HideStartMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 046
│ ├── HideTrayWnd.aps
│ ├── HideTrayWnd.clw
│ ├── HideTrayWnd.cpp
│ ├── HideTrayWndDlg.cpp
│ ├── HideTrayWndDlg.h
│ ├── HideTrayWnd.dsp
│ ├── HideTrayWnd.dsw
│ ├── HideTrayWnd.h
│ ├── HideTrayWnd.opt
│ ├── HideTrayWnd.rc
│ ├── res
│ │ ├── HideTrayWnd.ico
│ │ └── HideTrayWnd.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 047
│ └── Screen
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Screen.ico
│ │ └── Screen.rc2
│ ├── Resource.h
│ ├── Screen.aps
│ ├── Screen.clw
│ ├── Screen.cpp
│ ├── ScreenDlg.cpp
│ ├── ScreenDlg.h
│ ├── Screen.dsp
│ ├── Screen.dsw
│ ├── Screen.h
│ ├── Screen.opt
│ ├── Screen.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 048
│ ├── Capital.aps
│ ├── Capital.clw
│ ├── Capital.cpp
│ ├── CapitalDlg.cpp
│ ├── CapitalDlg.h
│ ├── Capital.dsp
│ ├── Capital.dsw
│ ├── Capital.h
│ ├── Capital.opt
│ ├── Capital.rc
│ ├── Debug
│ │ └── Capital.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Capital.ico
│ │ └── Capital.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 049
│ └── TaskAttribute
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TaskAttribute.ico
│ │ └── TaskAttribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TaskAttribute.aps
│ ├── TaskAttribute.clw
│ ├── TaskAttribute.cpp
│ ├── TaskAttributeDlg.cpp
│ ├── TaskAttributeDlg.h
│ ├── TaskAttribute.dsp
│ ├── TaskAttribute.dsw
│ ├── TaskAttribute.h
│ ├── TaskAttribute.opt
│ └── TaskAttribute.rc
├── 050
│ ├── GetTastDesk.aps
│ ├── GetTastDesk.clw
│ ├── GetTastDesk.cpp
│ ├── GetTastDeskDlg.cpp
│ ├── GetTastDeskDlg.h
│ ├── GetTastDesk.dsp
│ ├── GetTastDesk.dsw
│ ├── GetTastDesk.h
│ ├── GetTastDesk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetTastDesk.ico
│ │ └── GetTastDesk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 051
│ ├── Clock.aps
│ ├── Clock.clw
│ ├── Clock.cpp
│ ├── ClockDlg.cpp
│ ├── ClockDlg.h
│ ├── Clock.dsp
│ ├── Clock.dsw
│ ├── Clock.h
│ ├── Clock.opt
│ ├── Clock.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clock.ico
│ │ └── Clock.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 052
│ ├── BackgroundColor.aps
│ ├── BackgroundColor.clw
│ ├── BackgroundColor.cpp
│ ├── BackgroundColorDlg.cpp
│ ├── BackgroundColorDlg.h
│ ├── BackgroundColor.dsp
│ ├── BackgroundColor.dsw
│ ├── BackgroundColor.h
│ ├── BackgroundColor.opt
│ ├── BackgroundColor.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── BackgroundColor.ico
│ │ └── BackgroundColor.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 053
│ ├── GetSysListViewHandle.aps
│ ├── GetSysListViewHandle.clw
│ ├── GetSysListViewHandle.cpp
│ ├── GetSysListViewHandleDlg.cpp
│ ├── GetSysListViewHandleDlg.h
│ ├── GetSysListViewHandle.dsp
│ ├── GetSysListViewHandle.dsw
│ ├── GetSysListViewHandle.h
│ ├── GetSysListViewHandle.opt
│ ├── GetSysListViewHandle.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSysListViewHandle.ico
│ │ └── GetSysListViewHandle.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 054
│ ├── GetCUPID.aps
│ ├── GetCUPID.clw
│ ├── GetCUPID.cpp
│ ├── GetCUPIDDlg.cpp
│ ├── GetCUPIDDlg.h
│ ├── GetCUPID.dsp
│ ├── GetCUPID.dsw
│ ├── GetCUPID.h
│ ├── GetCUPID.opt
│ ├── GetCUPID.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCUPID.ico
│ │ └── GetCUPID.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 055
│ ├── GetCpuTime.aps
│ ├── GetCpuTime.clw
│ ├── GetCpuTime.cpp
│ ├── GetCpuTimeDlg.cpp
│ ├── GetCpuTimeDlg.h
│ ├── GetCpuTime.dsp
│ ├── GetCpuTime.dsw
│ ├── GetCpuTime.h
│ ├── GetCpuTime.opt
│ ├── GetCpuTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCpuTime.ico
│ │ └── GetCpuTime.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 056
│ └── GetSpeDir
│ ├── GetSpeDir.clw
│ ├── GetSpeDir.cpp
│ ├── GetSpeDirDlg.cpp
│ ├── GetSpeDirDlg.h
│ ├── GetSpeDir.dsp
│ ├── GetSpeDir.dsw
│ ├── GetSpeDir.h
│ ├── GetSpeDir.opt
│ ├── GetSpeDir.rc
│ ├── res
│ │ ├── GetSpeDir.ico
│ │ └── GetSpeDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 057
│ ├── GetSpecialFolderLocation.aps
│ ├── GetSpecialFolderLocation.clw
│ ├── GetSpecialFolderLocation.cpp
│ ├── GetSpecialFolderLocationDlg.cpp
│ ├── GetSpecialFolderLocationDlg.h
│ ├── GetSpecialFolderLocation.dsp
│ ├── GetSpecialFolderLocation.dsw
│ ├── GetSpecialFolderLocation.h
│ ├── GetSpecialFolderLocation.opt
│ ├── GetSpecialFolderLocation.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSpecialFolderLocation.ico
│ │ └── GetSpecialFolderLocation.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 058
│ └── StartMode
│ ├── res
│ │ ├── StartMode.ico
│ │ └── StartMode.rc2
│ ├── resource.h
│ ├── StartMode.clw
│ ├── StartMode.cpp
│ ├── StartModeDlg.cpp
│ ├── StartModeDlg.h
│ ├── StartMode.dsp
│ ├── StartMode.dsw
│ ├── StartMode.h
│ ├── StartMode.opt
│ ├── StartMode.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 059
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SystemType.ico
│ │ └── SystemType.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SystemType.aps
│ ├── SystemType.clw
│ ├── SystemType.cpp
│ ├── SystemTypeDlg.cpp
│ ├── SystemTypeDlg.h
│ ├── SystemType.dsp
│ ├── SystemType.dsw
│ ├── SystemType.h
│ ├── SystemType.opt
│ ├── SystemType.rc
│ └── 程序使用说明.txt
├── 060
│ └── CurrentTime
│ ├── CurrentTime.aps
│ ├── CurrentTime.clw
│ ├── CurrentTime.cpp
│ ├── CurrentTimeDlg.cpp
│ ├── CurrentTimeDlg.h
│ ├── CurrentTime.dsp
│ ├── CurrentTime.dsw
│ ├── CurrentTime.h
│ ├── CurrentTime.opt
│ ├── CurrentTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CurrentTime.ico
│ │ └── CurrentTime.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 061
│ ├── GetSysTime.aps
│ ├── GetSysTime.clw
│ ├── GetSysTime.cpp
│ ├── GetSysTimeDlg.cpp
│ ├── GetSysTimeDlg.h
│ ├── GetSysTime.dsp
│ ├── GetSysTime.dsw
│ ├── GetSysTime.h
│ ├── GetSysTime.opt
│ ├── GetSysTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 26.ico
│ │ ├── GetSysTime.ico
│ │ └── GetSysTime.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 062
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SysStructInfo.ico
│ │ └── SysStructInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SysStructInfo.aps
│ ├── SysStructInfo.clw
│ ├── SysStructInfo.cpp
│ ├── SysStructInfoDlg.cpp
│ ├── SysStructInfoDlg.h
│ ├── SysStructInfo.dsp
│ ├── SysStructInfo.dsw
│ ├── SysStructInfo.h
│ ├── SysStructInfo.opt
│ └── SysStructInfo.rc
├── 063
│ ├── 写入数据程序
│ │ ├── MapshareMain.aps
│ │ ├── MapshareMain.clw
│ │ ├── MapshareMain.cpp
│ │ ├── MapshareMainDlg.cpp
│ │ ├── MapshareMainDlg.h
│ │ ├── MapshareMain.dsp
│ │ ├── MapshareMain.dsw
│ │ ├── MapshareMain.h
│ │ ├── MapshareMain.opt
│ │ ├── MapshareMain.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MapshareMain.ico
│ │ │ └── MapshareMain.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 读取数据程序
│ ├── MapshareSub.aps
│ ├── MapshareSub.clw
│ ├── MapshareSub.cpp
│ ├── MapshareSubDlg.cpp
│ ├── MapshareSubDlg.h
│ ├── MapshareSub.dsp
│ ├── MapshareSub.dsw
│ ├── MapshareSub.h
│ ├── MapshareSub.opt
│ ├── MapshareSub.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MapshareSub.ico
│ │ └── MapshareSub.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 064
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WaveOutGetNumDevs.ico
│ │ └── WaveOutGetNumDevs.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WaveOutGetNumDevs.aps
│ ├── WaveOutGetNumDevs.clw
│ ├── WaveOutGetNumDevs.cpp
│ ├── WaveOutGetNumDevsDlg.cpp
│ ├── WaveOutGetNumDevsDlg.h
│ ├── WaveOutGetNumDevs.dsp
│ ├── WaveOutGetNumDevs.dsw
│ ├── WaveOutGetNumDevs.h
│ ├── WaveOutGetNumDevs.opt
│ └── WaveOutGetNumDevs.rc
├── 065
│ ├── CurrentUser.aps
│ ├── CurrentUser.clw
│ ├── CurrentUser.cpp
│ ├── CurrentUserDlg.cpp
│ ├── CurrentUserDlg.h
│ ├── CurrentUser.dsp
│ ├── CurrentUser.dsw
│ ├── CurrentUser.h
│ ├── CurrentUser.opt
│ ├── CurrentUser.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CurrentUser.ico
│ │ └── CurrentUser.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 066
│ ├── GetEnvironmentStrings.aps
│ ├── GetEnvironmentStrings.clw
│ ├── GetEnvironmentStrings.cpp
│ ├── GetEnvironmentStringsDlg.cpp
│ ├── GetEnvironmentStringsDlg.h
│ ├── GetEnvironmentStrings.dsp
│ ├── GetEnvironmentStrings.dsw
│ ├── GetEnvironmentStrings.h
│ ├── GetEnvironmentStrings.opt
│ ├── GetEnvironmentStrings.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetEnvironmentStrings.ico
│ │ └── GetEnvironmentStrings.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 067
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetComputerName.ico
│ │ └── SetComputerName.rc2
│ ├── Resource.h
│ ├── SetComputerName.aps
│ ├── SetComputerName.clw
│ ├── SetComputerName.cpp
│ ├── SetComputerNameDlg.cpp
│ ├── SetComputerNameDlg.h
│ ├── SetComputerName.dsp
│ ├── SetComputerName.dsw
│ ├── SetComputerName.h
│ ├── SetComputerName.opt
│ ├── SetComputerName.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 068
│ ├── GetDeviceCaps.aps
│ ├── GetDeviceCaps.clw
│ ├── GetDeviceCaps.cpp
│ ├── GetDeviceCapsDlg.cpp
│ ├── GetDeviceCapsDlg.h
│ ├── GetDeviceCaps.dsp
│ ├── GetDeviceCaps.dsw
│ ├── GetDeviceCaps.h
│ ├── GetDeviceCaps.opt
│ ├── GetDeviceCaps.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDeviceCaps.ico
│ │ └── GetDeviceCaps.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 069
│ └── GetResolutionRatio
│ ├── GetResolutionRatio.aps
│ ├── GetResolutionRatio.clw
│ ├── GetResolutionRatio.cpp
│ ├── GetResolutionRatioDlg.cpp
│ ├── GetResolutionRatioDlg.h
│ ├── GetResolutionRatio.dsp
│ ├── GetResolutionRatio.dsw
│ ├── GetResolutionRatio.h
│ ├── GetResolutionRatio.opt
│ ├── GetResolutionRatio.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetResolutionRatio.ico
│ │ └── GetResolutionRatio.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 070
│ └── Message
│ ├── Message.aps
│ ├── Message.clw
│ ├── Message.cpp
│ ├── MessageDlg.cpp
│ ├── MessageDlg.h
│ ├── Message.dsp
│ ├── Message.dsw
│ ├── Message.h
│ ├── Message.opt
│ ├── Message.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Message.ico
│ │ └── Message.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 071
│ └── RegisterWindowMessage
│ ├── ReadMe.txt
│ ├── RegisterWindowMessage.aps
│ ├── RegisterWindowMessage.clw
│ ├── RegisterWindowMessage.cpp
│ ├── RegisterWindowMessageDlg.cpp
│ ├── RegisterWindowMessageDlg.h
│ ├── RegisterWindowMessage.dsp
│ ├── RegisterWindowMessage.dsw
│ ├── RegisterWindowMessage.h
│ ├── RegisterWindowMessage.opt
│ ├── RegisterWindowMessage.rc
│ ├── res
│ │ ├── RegisterWindowMessage.ico
│ │ └── RegisterWindowMessage.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 072
│ ├── 发送WM_COPYDATA消息端
│ │ ├── DataMsgMain.aps
│ │ ├── DataMsgMain.clw
│ │ ├── DataMsgMain.cpp
│ │ ├── DataMsgMainDlg.cpp
│ │ ├── DataMsgMainDlg.h
│ │ ├── DataMsgMain.dsp
│ │ ├── DataMsgMain.dsw
│ │ ├── DataMsgMain.h
│ │ ├── DataMsgMain.opt
│ │ ├── DataMsgMain.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DataMsgMain.ico
│ │ │ └── DataMsgMain.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 接收WM_COPYDATA消息端
│ ├── DataMsgClient.aps
│ ├── DataMsgClient.clw
│ ├── DataMsgClient.cpp
│ ├── DataMsgClientDlg.cpp
│ ├── DataMsgClientDlg.h
│ ├── DataMsgClient.dsp
│ ├── DataMsgClient.dsw
│ ├── DataMsgClient.h
│ ├── DataMsgClient.opt
│ ├── DataMsgClient.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DataMsgClient.ico
│ │ └── DataMsgClient.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 073
│ ├── AddToCombo.aps
│ ├── AddToCombo.clw
│ ├── AddToCombo.cpp
│ ├── AddToComboDlg.cpp
│ ├── AddToComboDlg.h
│ ├── AddToCombo.dsp
│ ├── AddToCombo.dsw
│ ├── AddToCombo.h
│ ├── AddToCombo.opt
│ ├── AddToCombo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddToCombo.ico
│ │ └── AddToCombo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 074
│ ├── AddToListBox.aps
│ ├── AddToListBox.clw
│ ├── AddToListBox.cpp
│ ├── AddToListBoxDlg.cpp
│ ├── AddToListBoxDlg.h
│ ├── AddToListBox.dsp
│ ├── AddToListBox.dsw
│ ├── AddToListBox.h
│ ├── AddToListBox.opt
│ ├── AddToListBox.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddToListBox.ico
│ │ └── AddToListBox.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 075
│ └── ClipboardView
│ ├── ClipboardView.aps
│ ├── ClipboardView.clw
│ ├── ClipboardView.cpp
│ ├── ClipboardViewDlg.cpp
│ ├── ClipboardViewDlg.h
│ ├── ClipboardView.dsp
│ ├── ClipboardView.dsw
│ ├── ClipboardView.h
│ ├── ClipboardView.opt
│ ├── ClipboardView.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipboardView.ico
│ │ └── ClipboardView.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 076
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WatchClipBoard.ico
│ │ └── WatchClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WatchClipBoard.aps
│ ├── WatchClipBoard.clw
│ ├── WatchClipBoard.cpp
│ ├── WatchClipBoardDlg.cpp
│ ├── WatchClipBoardDlg.h
│ ├── WatchClipBoard.dsp
│ ├── WatchClipBoard.dsw
│ ├── WatchClipBoard.h
│ ├── WatchClipBoard.opt
│ └── WatchClipBoard.rc
├── 077
│ ├── ClipBoard.aps
│ ├── ClipBoard.clw
│ ├── ClipBoard.cpp
│ ├── ClipBoardDlg.cpp
│ ├── ClipBoardDlg.h
│ ├── ClipBoard.dsp
│ ├── ClipBoard.dsw
│ ├── ClipBoard.h
│ ├── ClipBoard.opt
│ ├── ClipBoard.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipBoard.ico
│ │ └── ClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 078
│ └── ClipBoard
│ ├── ClipBoard.aps
│ ├── ClipBoard.clw
│ ├── ClipBoard.cpp
│ ├── ClipBoardDlg.cpp
│ ├── ClipBoardDlg.h
│ ├── ClipBoard.dsp
│ ├── ClipBoard.dsw
│ ├── ClipBoard.h
│ ├── ClipBoard.opt
│ ├── ClipBoard.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipBoard.ico
│ │ └── ClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 079
│ └── ProcessClip
│ ├── ProcessClip.aps
│ ├── ProcessClip.clw
│ ├── ProcessClip.cpp
│ ├── ProcessClipDlg.cpp
│ ├── ProcessClipDlg.h
│ ├── ProcessClip.dsp
│ ├── ProcessClip.dsw
│ ├── ProcessClip.h
│ ├── ProcessClip.opt
│ ├── ProcessClip.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ProcessClip.ico
│ │ └── ProcessClip.rc2
│ ├── Resource.h
│ ├── Son
│ │ ├── Debug
│ │ │ └── Son.res
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Son.ico
│ │ │ └── Son.rc2
│ │ ├── Resource.h
│ │ ├── Son.aps
│ │ ├── Son.clw
│ │ ├── Son.cpp
│ │ ├── SonDlg.cpp
│ │ ├── SonDlg.h
│ │ ├── Son.dsp
│ │ ├── Son.h
│ │ ├── Son.plg
│ │ ├── Son.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 080
│ └── TheadClipboard
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TheadClipboard.ico
│ │ └── TheadClipboard.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TheadClipboard.aps
│ ├── TheadClipboard.clw
│ ├── TheadClipboard.cpp
│ ├── TheadClipboardDlg.cpp
│ ├── TheadClipboardDlg.h
│ ├── TheadClipboard.dsp
│ ├── TheadClipboard.dsw
│ ├── TheadClipboard.h
│ ├── TheadClipboard.opt
│ └── TheadClipboard.rc
├── 081
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SwapMouseButton.ico
│ │ └── SwapMouseButton.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SwapMouseButton.aps
│ ├── SwapMouseButton.clw
│ ├── SwapMouseButton.cpp
│ ├── SwapMouseButtonDlg.cpp
│ ├── SwapMouseButtonDlg.h
│ ├── SwapMouseButton.dsp
│ ├── SwapMouseButton.dsw
│ ├── SwapMouseButton.h
│ ├── SwapMouseButton.opt
│ └── SwapMouseButton.rc
├── 082
│ ├── GetDoubleClickTime.aps
│ ├── GetDoubleClickTime.clw
│ ├── GetDoubleClickTime.cpp
│ ├── GetDoubleClickTimeDlg.cpp
│ ├── GetDoubleClickTimeDlg.h
│ ├── GetDoubleClickTime.dsp
│ ├── GetDoubleClickTime.dsw
│ ├── GetDoubleClickTime.h
│ ├── GetDoubleClickTime.opt
│ ├── GetDoubleClickTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDoubleClickTime.ico
│ │ └── GetDoubleClickTime.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 083
│ ├── GetSystemMetrics.aps
│ ├── GetSystemMetrics.clw
│ ├── GetSystemMetrics.cpp
│ ├── GetSystemMetricsDlg.cpp
│ ├── GetSystemMetricsDlg.h
│ ├── GetSystemMetrics.dsp
│ ├── GetSystemMetrics.dsw
│ ├── GetSystemMetrics.h
│ ├── GetSystemMetrics.opt
│ ├── GetSystemMetrics.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSystemMetrics.ico
│ │ └── GetSystemMetrics.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 084
│ ├── GetHWND.aps
│ ├── GetHWND.clw
│ ├── GetHWND.cpp
│ ├── GetHWNDDlg.cpp
│ ├── GetHWNDDlg.h
│ ├── GetHWND.dsp
│ ├── GetHWND.dsw
│ ├── GetHWND.h
│ ├── GetHWND.opt
│ ├── GetHWND.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetHWND.ico
│ │ └── GetHWND.rc2
│ ├── resource.h
│ ├── sd2.cur
│ ├── sd3.ico
│ ├── sd.ico
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 085
│ └── MouseEvent
│ ├── Debug
│ │ └── MouseEvent.res
│ ├── MouseEvent.aps
│ ├── MouseEvent.clw
│ ├── MouseEvent.cpp
│ ├── MouseEventDlg.cpp
│ ├── MouseEventDlg.h
│ ├── MouseEvent.dsp
│ ├── MouseEvent.dsw
│ ├── MouseEvent.h
│ ├── MouseEvent.ncb
│ ├── MouseEvent.opt
│ ├── MouseEvent.plg
│ ├── MouseEvent.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MouseEvent.ico
│ │ └── MouseEvent.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 086
│ └── DoubleClick
│ ├── DoubleClick.aps
│ ├── DoubleClick.clw
│ ├── DoubleClick.cpp
│ ├── DoubleClickDoc.cpp
│ ├── DoubleClickDoc.h
│ ├── DoubleClick.dsp
│ ├── DoubleClick.dsw
│ ├── DoubleClick.h
│ ├── DoubleClick.opt
│ ├── DoubleClick.rc
│ ├── DoubleClickView.cpp
│ ├── DoubleClickView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DoubleClickDoc.ico
│ │ ├── DoubleClick.ico
│ │ ├── DoubleClick.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 087
│ ├── GetMousePosition.aps
│ ├── GetMousePosition.clw
│ ├── GetMousePosition.cpp
│ ├── GetMousePositionDlg.cpp
│ ├── GetMousePositionDlg.h
│ ├── GetMousePosition.dsp
│ ├── GetMousePosition.dsw
│ ├── GetMousePosition.h
│ ├── GetMousePosition.opt
│ ├── GetMousePosition.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetMousePosition.ico
│ │ └── GetMousePosition.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 088
│ ├── ReadMe.txt
│ ├── RecordMouseAction.aps
│ ├── RecordMouseAction.clw
│ ├── RecordMouseAction.cpp
│ ├── RecordMouseActionDlg.cpp
│ ├── RecordMouseActionDlg.h
│ ├── RecordMouseAction.dsp
│ ├── RecordMouseAction.dsw
│ ├── RecordMouseAction.h
│ ├── RecordMouseAction.opt
│ ├── RecordMouseAction.rc
│ ├── res
│ │ ├── RecordMouseAction.ico
│ │ └── RecordMouseAction.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 089
│ ├── HideMouse.aps
│ ├── HideMouse.clw
│ ├── HideMouse.cpp
│ ├── HideMouseDlg.cpp
│ ├── HideMouseDlg.h
│ ├── HideMouse.dsp
│ ├── HideMouse.dsw
│ ├── HideMouse.h
│ ├── HideMouse.opt
│ ├── HideMouse.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMouse.ico
│ │ └── HideMouse.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 090
│ ├── res
│ │ ├── SetHotKey.ico
│ │ └── SetHotKey.rc2
│ ├── resource.h
│ ├── SetHotKey.aps
│ ├── SetHotKey.clw
│ ├── SetHotKey.cpp
│ ├── SetHotKeyDlg.cpp
│ ├── SetHotKeyDlg.h
│ ├── SetHotKey.dsp
│ ├── SetHotKey.dsw
│ ├── SetHotKey.h
│ ├── SetHotKey.opt
│ ├── SetHotKey.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 091
│ ├── ReadMe.txt
│ ├── res
│ │ ├── UseAccel.ico
│ │ └── UseAccel.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UseAccel.aps
│ ├── UseAccel.clw
│ ├── UseAccel.cpp
│ ├── UseAccelDlg.cpp
│ ├── UseAccelDlg.h
│ ├── UseAccel.dsp
│ ├── UseAccel.dsw
│ ├── UseAccel.h
│ ├── UseAccel.opt
│ └── UseAccel.rc
├── 092
│ ├── MouseWheel.aps
│ ├── MouseWheel.clw
│ ├── MouseWheel.cpp
│ ├── MouseWheelDlg.cpp
│ ├── MouseWheelDlg.h
│ ├── MouseWheel.dsp
│ ├── MouseWheel.dsw
│ ├── MouseWheel.h
│ ├── MouseWheel.opt
│ ├── MouseWheel.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MouseWheel.ico
│ │ └── MouseWheel.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 093
│ ├── KeyName.aps
│ ├── KeyName.clw
│ ├── KeyName.cpp
│ ├── KeyNameDlg.cpp
│ ├── KeyNameDlg.h
│ ├── KeyName.dsp
│ ├── KeyName.dsw
│ ├── KeyName.h
│ ├── KeyName.opt
│ ├── KeyName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyName.ico
│ │ └── KeyName.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 094
│ ├── KeyboardType.aps
│ ├── KeyboardType.clw
│ ├── KeyboardType.cpp
│ ├── KeyboardTypeDlg.cpp
│ ├── KeyboardTypeDlg.h
│ ├── KeyboardType.dsp
│ ├── KeyboardType.dsw
│ ├── KeyboardType.h
│ ├── KeyboardType.opt
│ ├── KeyboardType.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyboardType.ico
│ │ └── KeyboardType.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 095
│ ├── KeyboardNumLamp.aps
│ ├── KeyboardNumLamp.clw
│ ├── KeyboardNumLamp.cpp
│ ├── KeyboardNumLampDlg.cpp
│ ├── KeyboardNumLampDlg.h
│ ├── KeyboardNumLamp.dsp
│ ├── KeyboardNumLamp.dsw
│ ├── KeyboardNumLamp.h
│ ├── KeyboardNumLamp.opt
│ ├── KeyboardNumLamp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyboardNumLamp.ico
│ │ └── KeyboardNumLamp.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 096
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SimulateKeybdEvent.ico
│ │ └── SimulateKeybdEvent.rc2
│ ├── Resource.h
│ ├── SimulateKeybdEvent.aps
│ ├── SimulateKeybdEvent.clw
│ ├── SimulateKeybdEvent.cpp
│ ├── SimulateKeybdEventDlg.cpp
│ ├── SimulateKeybdEventDlg.h
│ ├── SimulateKeybdEvent.dsp
│ ├── SimulateKeybdEvent.dsw
│ ├── SimulateKeybdEvent.h
│ ├── SimulateKeybdEvent.opt
│ ├── SimulateKeybdEvent.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 097
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 098
│ └── CreateRegist
│ ├── CreateRegist.aps
│ ├── CreateRegist.clw
│ ├── CreateRegist.cpp
│ ├── CreateRegistDlg.cpp
│ ├── CreateRegistDlg.h
│ ├── CreateRegist.dsp
│ ├── CreateRegist.dsw
│ ├── CreateRegist.h
│ ├── CreateRegist.ncb
│ ├── CreateRegist.opt
│ ├── CreateRegist.plg
│ ├── CreateRegist.rc
│ ├── Debug
│ │ └── CreateRegist.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateRegist.ico
│ │ └── CreateRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 099
│ └── OpenRegist
│ ├── Debug
│ │ └── OpenRegist.res
│ ├── OpenRegist.aps
│ ├── OpenRegist.clw
│ ├── OpenRegist.cpp
│ ├── OpenRegistDlg.cpp
│ ├── OpenRegistDlg.h
│ ├── OpenRegist.dsp
│ ├── OpenRegist.dsw
│ ├── OpenRegist.h
│ ├── OpenRegist.ncb
│ ├── OpenRegist.opt
│ ├── OpenRegist.plg
│ ├── OpenRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenRegist.ico
│ │ └── OpenRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 100
│ └── IfExitRegist
│ ├── Debug
│ │ └── IfExitRegist.res
│ ├── IfExitRegist.aps
│ ├── IfExitRegist.clw
│ ├── IfExitRegist.cpp
│ ├── IfExitRegistDlg.cpp
│ ├── IfExitRegistDlg.h
│ ├── IfExitRegist.dsp
│ ├── IfExitRegist.dsw
│ ├── IfExitRegist.h
│ ├── IfExitRegist.ncb
│ ├── IfExitRegist.opt
│ ├── IfExitRegist.plg
│ ├── IfExitRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IfExitRegist.ico
│ │ └── IfExitRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 101
│ └── DeleteRegist
│ ├── Debug
│ │ └── DeleteRegist.res
│ ├── DeleteRegist.aps
│ ├── DeleteRegist.clw
│ ├── DeleteRegist.cpp
│ ├── DeleteRegistDlg.cpp
│ ├── DeleteRegistDlg.h
│ ├── DeleteRegist.dsp
│ ├── DeleteRegist.dsw
│ ├── DeleteRegist.h
│ ├── DeleteRegist.ncb
│ ├── DeleteRegist.opt
│ ├── DeleteRegist.plg
│ ├── DeleteRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteRegist.ico
│ │ └── DeleteRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 102
│ └── OpenRootRegist
│ ├── Debug
│ │ └── OpenRootRegist.res
│ ├── OpenRootRegist.aps
│ ├── OpenRootRegist.clw
│ ├── OpenRootRegist.cpp
│ ├── OpenRootRegistDlg.cpp
│ ├── OpenRootRegistDlg.h
│ ├── OpenRootRegist.dsp
│ ├── OpenRootRegist.dsw
│ ├── OpenRootRegist.h
│ ├── OpenRootRegist.ncb
│ ├── OpenRootRegist.opt
│ ├── OpenRootRegist.plg
│ ├── OpenRootRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenRootRegist.ico
│ │ └── OpenRootRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 103
│ └── WriteData
│ ├── Debug
│ │ └── WriteData.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WriteData.ico
│ │ └── WriteData.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WriteData.aps
│ ├── WriteData.clw
│ ├── WriteData.cpp
│ ├── WriteDataDlg.cpp
│ ├── WriteDataDlg.h
│ ├── WriteData.dsp
│ ├── WriteData.dsw
│ ├── WriteData.h
│ ├── WriteData.ncb
│ ├── WriteData.opt
│ ├── WriteData.plg
│ └── WriteData.rc
├── 104
│ └── SetRegsit
│ ├── Debug
│ │ └── SetRegsit.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetRegsit.ico
│ │ └── SetRegsit.rc2
│ ├── resource.h
│ ├── SetRegsit.aps
│ ├── SetRegsit.clw
│ ├── SetRegsit.cpp
│ ├── SetRegsitDlg.cpp
│ ├── SetRegsitDlg.h
│ ├── SetRegsit.dsp
│ ├── SetRegsit.dsw
│ ├── SetRegsit.h
│ ├── SetRegsit.ncb
│ ├── SetRegsit.opt
│ ├── SetRegsit.plg
│ ├── SetRegsit.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 105
│ └── QuickSetRegsit
│ ├── Debug
│ │ └── QuickSetRegsit.res
│ ├── QuickSetRegsit.aps
│ ├── QuickSetRegsit.clw
│ ├── QuickSetRegsit.cpp
│ ├── QuickSetRegsitDlg.cpp
│ ├── QuickSetRegsitDlg.h
│ ├── QuickSetRegsit.dsp
│ ├── QuickSetRegsit.dsw
│ ├── QuickSetRegsit.h
│ ├── QuickSetRegsit.ncb
│ ├── QuickSetRegsit.opt
│ ├── QuickSetRegsit.plg
│ ├── QuickSetRegsit.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QuickSetRegsit.ico
│ │ └── QuickSetRegsit.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 106
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 107
│ └── RWMReg
│ ├── Debug
│ │ └── RWMReg.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── RWMReg.ico
│ │ └── RWMReg.rc2
│ ├── Resource.h
│ ├── RWMReg.aps
│ ├── RWMReg.clw
│ ├── RWMReg.cpp
│ ├── RWMRegDlg.cpp
│ ├── RWMRegDlg.h
│ ├── RWMReg.dsp
│ ├── RWMReg.dsw
│ ├── RWMReg.h
│ ├── RWMReg.ncb
│ ├── RWMReg.opt
│ ├── RWMReg.plg
│ ├── RWMReg.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 108
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 109
│ └── QueryRegist
│ ├── Debug
│ │ └── QueryRegist.res
│ ├── QueryRegist.aps
│ ├── QueryRegist.clw
│ ├── QueryRegist.cpp
│ ├── QueryRegistDlg.cpp
│ ├── QueryRegistDlg.h
│ ├── QueryRegist.dsp
│ ├── QueryRegist.dsw
│ ├── QueryRegist.h
│ ├── QueryRegist.ncb
│ ├── QueryRegist.opt
│ ├── QueryRegist.plg
│ ├── QueryRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QueryRegist.ico
│ │ └── QueryRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 110
│ └── QueryRegist2
│ ├── Debug
│ │ └── QueryRegist2.res
│ ├── QueryRegist2.aps
│ ├── QueryRegist2.clw
│ ├── QueryRegist2.cpp
│ ├── QueryRegist2Dlg.cpp
│ ├── QueryRegist2Dlg.h
│ ├── QueryRegist2.dsp
│ ├── QueryRegist2.dsw
│ ├── QueryRegist2.h
│ ├── QueryRegist2.ncb
│ ├── QueryRegist2.opt
│ ├── QueryRegist2.plg
│ ├── QueryRegist2.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QueryRegist2.ico
│ │ └── QueryRegist2.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 111
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 112
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 113
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 114
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 115
│ └── SaveReg
│ ├── Debug
│ │ └── SaveReg.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SaveReg.ico
│ │ └── SaveReg.rc2
│ ├── Resource.h
│ ├── SaveReg.aps
│ ├── SaveReg.clw
│ ├── SaveReg.cpp
│ ├── SaveRegDlg.cpp
│ ├── SaveRegDlg.h
│ ├── SaveReg.dsp
│ ├── SaveReg.dsw
│ ├── SaveReg.h
│ ├── SaveReg.ncb
│ ├── SaveReg.opt
│ ├── SaveReg.plg
│ ├── SaveReg.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 116
│ ├── Debug
│ │ └── EnumServer.res
│ ├── EnumServer.aps
│ ├── EnumServer.clw
│ ├── EnumServer.cpp
│ ├── EnumServerDlg.cpp
│ ├── EnumServerDlg.h
│ ├── EnumServer.dsp
│ ├── EnumServer.dsw
│ ├── EnumServer.h
│ ├── EnumServer.ncb
│ ├── EnumServer.opt
│ ├── EnumServer.plg
│ ├── EnumServer.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumServer.ico
│ │ └── EnumServer.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 117
│ ├── Debug
│ │ └── StartRun.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── StartRun.ico
│ │ └── StartRun.rc2
│ ├── resource.h
│ ├── StartRun.aps
│ ├── StartRun.clw
│ ├── StartRun.cpp
│ ├── StartRunDlg.cpp
│ ├── StartRunDlg.h
│ ├── StartRun.dsp
│ ├── StartRun.dsw
│ ├── StartRun.h
│ ├── StartRun.ncb
│ ├── StartRun.opt
│ ├── StartRun.plg
│ ├── StartRun.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 118
│ └── PhotoShopInfo
│ ├── Debug
│ │ └── PhotoShopInfo.res
│ ├── PhotoShopInfo.aps
│ ├── PhotoShopInfo.clw
│ ├── PhotoShopInfo.cpp
│ ├── PhotoShopInfoDlg.cpp
│ ├── PhotoShopInfoDlg.h
│ ├── PhotoShopInfo.dsp
│ ├── PhotoShopInfo.dsw
│ ├── PhotoShopInfo.h
│ ├── PhotoShopInfo.ncb
│ ├── PhotoShopInfo.opt
│ ├── PhotoShopInfo.plg
│ ├── PhotoShopInfo.rc
│ ├── res
│ │ ├── PhotoShopInfo.ico
│ │ └── PhotoShopInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 119
│ └── FileRelat
│ ├── FileRelat.clw
│ ├── FileRelat.cpp
│ ├── FileRelatDlg.cpp
│ ├── FileRelatDlg.h
│ ├── FileRelat.dsp
│ ├── FileRelat.dsw
│ ├── FileRelat.h
│ ├── FileRelat.rc
│ ├── res
│ │ ├── FileRelat.ico
│ │ └── FileRelat.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 120
│ └── StartAutoRun
│ ├── Debug
│ │ └── StartAutoRun.res
│ ├── res
│ │ ├── StartAutoRun.ico
│ │ ├── StartAutoRun.rc2
│ │ └── 日历.bmp
│ ├── resource.h
│ ├── setting.ini
│ ├── StartAutoRun.aps
│ ├── StartAutoRun.clw
│ ├── StartAutoRun.cpp
│ ├── StartAutoRunDlg.cpp
│ ├── StartAutoRunDlg.h
│ ├── StartAutoRun.dsp
│ ├── StartAutoRun.dsw
│ ├── StartAutoRun.h
│ ├── StartAutoRun.ncb
│ ├── StartAutoRun.opt
│ ├── StartAutoRun.plg
│ ├── StartAutoRun.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 121
│ └── HideMyComputer
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── HideMyComputer.res
│ ├── HideMyComputer.aps
│ ├── HideMyComputer.clw
│ ├── HideMyComputer.cpp
│ ├── HideMyComputerDlg.cpp
│ ├── HideMyComputerDlg.h
│ ├── HideMyComputer.dsp
│ ├── HideMyComputer.dsw
│ ├── HideMyComputer.h
│ ├── HideMyComputer.ncb
│ ├── HideMyComputer.opt
│ ├── HideMyComputer.plg
│ ├── HideMyComputer.rc
│ ├── ico
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ └── network.ICO
│ ├── res
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ ├── HideMyComputer.ico
│ │ ├── HideMyComputer.rc2
│ │ └── network.ICO
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 122
│ └── HideRcy
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── HideMyComputer.res
│ ├── HideMyComputer.aps
│ ├── HideMyComputer.clw
│ ├── HideMyComputer.cpp
│ ├── HideMyComputerDlg.cpp
│ ├── HideMyComputerDlg.h
│ ├── HideMyComputer.dsp
│ ├── HideMyComputer.dsw
│ ├── HideMyComputer.h
│ ├── HideMyComputer.ncb
│ ├── HideMyComputer.opt
│ ├── HideMyComputer.plg
│ ├── HideMyComputer.rc
│ ├── ico
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ └── network.ICO
│ ├── res
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ ├── HideMyComputer.ico
│ │ ├── HideMyComputer.rc2
│ │ └── network.ICO
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 123
│ └── HideDriver
│ ├── Debug
│ │ └── HideDriver.res
│ ├── HideDriver.clw
│ ├── HideDriver.cpp
│ ├── HideDriverDlg.cpp
│ ├── HideDriverDlg.h
│ ├── HideDriver.dsp
│ ├── HideDriver.dsw
│ ├── HideDriver.h
│ ├── HideDriver.ncb
│ ├── HideDriver.opt
│ ├── HideDriver.plg
│ ├── HideDriver.rc
│ ├── res
│ │ ├── HideDriver.ico
│ │ └── HideDriver.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 124
│ └── NoFind
│ ├── Debug
│ │ └── NoFind.res
│ ├── NoFind.aps
│ ├── NoFind.clw
│ ├── NoFind.cpp
│ ├── NoFindDlg.cpp
│ ├── NoFindDlg.h
│ ├── NoFind.dsp
│ ├── NoFind.dsw
│ ├── NoFind.h
│ ├── NoFind.ncb
│ ├── NoFind.opt
│ ├── NoFind.plg
│ ├── NoFind.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoFind.ico
│ │ └── NoFind.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 125
│ └── NoRecentDocsMenu
│ ├── Debug
│ │ └── NoRecentDocsMenu.res
│ ├── NoRecentDocsMenu.aps
│ ├── NoRecentDocsMenu.clw
│ ├── NoRecentDocsMenu.cpp
│ ├── NoRecentDocsMenuDlg.cpp
│ ├── NoRecentDocsMenuDlg.h
│ ├── NoRecentDocsMenu.dsp
│ ├── NoRecentDocsMenu.dsw
│ ├── NoRecentDocsMenu.h
│ ├── NoRecentDocsMenu.ncb
│ ├── NoRecentDocsMenu.opt
│ ├── NoRecentDocsMenu.plg
│ ├── NoRecentDocsMenu.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoRecentDocsMenu.ico
│ │ └── NoRecentDocsMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 126
│ └── ClearRecentDocsonExit
│ ├── ClearRecentDocsonExit.aps
│ ├── ClearRecentDocsonExit.clw
│ ├── ClearRecentDocsonExit.cpp
│ ├── ClearRecentDocsonExitDlg.cpp
│ ├── ClearRecentDocsonExitDlg.h
│ ├── ClearRecentDocsonExit.dsp
│ ├── ClearRecentDocsonExit.dsw
│ ├── ClearRecentDocsonExit.h
│ ├── ClearRecentDocsonExit.ncb
│ ├── ClearRecentDocsonExit.opt
│ ├── ClearRecentDocsonExit.plg
│ ├── ClearRecentDocsonExit.rc
│ ├── Debug
│ │ └── ClearRecentDocsonExit.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClearRecentDocsonExit.ico
│ │ └── ClearRecentDocsonExit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 127
│ └── DisableRegistryTools
│ ├── Debug
│ │ └── DisableRegistryTools.res
│ ├── DisableRegistryTools.aps
│ ├── DisableRegistryTools.clw
│ ├── DisableRegistryTools.cpp
│ ├── DisableRegistryToolsDlg.cpp
│ ├── DisableRegistryToolsDlg.h
│ ├── DisableRegistryTools.dsp
│ ├── DisableRegistryTools.dsw
│ ├── DisableRegistryTools.h
│ ├── DisableRegistryTools.ncb
│ ├── DisableRegistryTools.opt
│ ├── DisableRegistryTools.plg
│ ├── DisableRegistryTools.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DisableRegistryTools.ico
│ │ └── DisableRegistryTools.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 128
│ └── Disableinf
│ ├── Debug
│ │ └── Disableinf.res
│ ├── Disableinf.aps
│ ├── Disableinf.clw
│ ├── Disableinf.cpp
│ ├── DisableinfDlg.cpp
│ ├── DisableinfDlg.h
│ ├── Disableinf.dsp
│ ├── Disableinf.dsw
│ ├── Disableinf.h
│ ├── Disableinf.ncb
│ ├── Disableinf.opt
│ ├── Disableinf.plg
│ ├── Disableinf.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Disableinf.ico
│ │ └── Disableinf.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 129
│ └── Disablereg
│ ├── Debug
│ │ └── Disablereg.res
│ ├── Disablereg.aps
│ ├── Disablereg.clw
│ ├── Disablereg.cpp
│ ├── DisableregDlg.cpp
│ ├── DisableregDlg.h
│ ├── Disablereg.dsp
│ ├── Disablereg.dsw
│ ├── Disablereg.h
│ ├── Disablereg.ncb
│ ├── Disablereg.opt
│ ├── Disablereg.plg
│ ├── Disablereg.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Disablereg.ico
│ │ └── Disablereg.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 130
│ └── CDAutoRun
│ ├── CDAutoRun.clw
│ ├── CDAutoRun.cpp
│ ├── CDAutoRunDlg.cpp
│ ├── CDAutoRunDlg.h
│ ├── CDAutoRun.dsp
│ ├── CDAutoRun.dsw
│ ├── CDAutoRun.h
│ ├── CDAutoRun.ncb
│ ├── CDAutoRun.opt
│ ├── CDAutoRun.plg
│ ├── CDAutoRun.rc
│ ├── Debug
│ │ └── CDAutoRun.res
│ ├── res
│ │ ├── CDAutoRun.ico
│ │ └── CDAutoRun.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 131
│ └── SolGame
│ ├── res
│ │ ├── SolGame.ico
│ │ └── SolGame.rc2
│ ├── resource.h
│ ├── SolGame.clw
│ ├── SolGame.cpp
│ ├── SolGameDlg.cpp
│ ├── SolGameDlg.h
│ ├── SolGame.dsp
│ ├── SolGame.dsw
│ ├── SolGame.h
│ ├── SolGame.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 132
│ └── Noquick
│ ├── Debug
│ │ └── Noquick.res
│ ├── Noquick.aps
│ ├── Noquick.clw
│ ├── Noquick.cpp
│ ├── NoquickDlg.cpp
│ ├── NoquickDlg.h
│ ├── Noquick.dsp
│ ├── Noquick.dsw
│ ├── Noquick.h
│ ├── Noquick.ncb
│ ├── Noquick.opt
│ ├── Noquick.plg
│ ├── Noquick.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Noquick.ico
│ │ └── Noquick.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 133
│ └── NoChangeHistory
│ ├── Debug
│ │ └── NoChangeHistory.res
│ ├── NoChangeHistory.aps
│ ├── NoChangeHistory.clw
│ ├── NoChangeHistory.cpp
│ ├── NoChangeHistoryDlg.cpp
│ ├── NoChangeHistoryDlg.h
│ ├── NoChangeHistory.dsp
│ ├── NoChangeHistory.dsw
│ ├── NoChangeHistory.h
│ ├── NoChangeHistory.ncb
│ ├── NoChangeHistory.opt
│ ├── NoChangeHistory.plg
│ ├── NoChangeHistory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeHistory.ico
│ │ └── NoChangeHistory.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 134
│ └── NoChangeCache
│ ├── Debug
│ │ └── NoChangeCache.res
│ ├── NoChangeCache.aps
│ ├── NoChangeCache.clw
│ ├── NoChangeCache.cpp
│ ├── NoChangeCacheDlg.cpp
│ ├── NoChangeCacheDlg.h
│ ├── NoChangeCache.dsp
│ ├── NoChangeCache.dsw
│ ├── NoChangeCache.h
│ ├── NoChangeCache.ncb
│ ├── NoChangeCache.opt
│ ├── NoChangeCache.plg
│ ├── NoChangeCache.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeCache.ico
│ │ └── NoChangeCache.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 135
│ └── NoChangeFuzhu
│ ├── Debug
│ │ └── NoChangeFuzhu.res
│ ├── NoChangeFuzhu.aps
│ ├── NoChangeFuzhu.clw
│ ├── NoChangeFuzhu.cpp
│ ├── NoChangeFuzhuDlg.cpp
│ ├── NoChangeFuzhuDlg.h
│ ├── NoChangeFuzhu.dsp
│ ├── NoChangeFuzhu.dsw
│ ├── NoChangeFuzhu.h
│ ├── NoChangeFuzhu.ncb
│ ├── NoChangeFuzhu.opt
│ ├── NoChangeFuzhu.plg
│ ├── NoChangeFuzhu.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeFuzhu.ico
│ │ └── NoChangeFuzhu.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 136
│ └── NoChangeLanguages
│ ├── Debug
│ │ └── NoChangeLanguages.res
│ ├── NoChangeLanguages.aps
│ ├── NoChangeLanguages.clw
│ ├── NoChangeLanguages.cpp
│ ├── NoChangeLanguagesDlg.cpp
│ ├── NoChangeLanguagesDlg.h
│ ├── NoChangeLanguages.dsp
│ ├── NoChangeLanguages.dsw
│ ├── NoChangeLanguages.h
│ ├── NoChangeLanguages.ncb
│ ├── NoChangeLanguages.opt
│ ├── NoChangeLanguages.plg
│ ├── NoChangeLanguages.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeLanguages.ico
│ │ └── NoChangeLanguages.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 137
│ └── NoChangeHomePage
│ ├── Debug
│ │ └── NoChangeHomePage.res
│ ├── NoChangeHomePage.aps
│ ├── NoChangeHomePage.clw
│ ├── NoChangeHomePage.cpp
│ ├── NoChangeHomePageDlg.cpp
│ ├── NoChangeHomePageDlg.h
│ ├── NoChangeHomePage.dsp
│ ├── NoChangeHomePage.dsw
│ ├── NoChangeHomePage.h
│ ├── NoChangeHomePage.ncb
│ ├── NoChangeHomePage.opt
│ ├── NoChangeHomePage.plg
│ ├── NoChangeHomePage.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeHomePage.ico
│ │ └── NoChangeHomePage.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 138
│ └── NoChangeFont
│ ├── Debug
│ │ └── NoChangeFont.res
│ ├── NoChangeFont.aps
│ ├── NoChangeFont.clw
│ ├── NoChangeFont.cpp
│ ├── NoChangeFontDlg.cpp
│ ├── NoChangeFontDlg.h
│ ├── NoChangeFont.dsp
│ ├── NoChangeFont.dsw
│ ├── NoChangeFont.h
│ ├── NoChangeFont.ncb
│ ├── NoChangeFont.opt
│ ├── NoChangeFont.plg
│ ├── NoChangeFont.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeFont.ico
│ │ └── NoChangeFont.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 139
│ └── HideSafe
│ ├── Debug
│ │ └── HideSafe.res
│ ├── HideSafe.aps
│ ├── HideSafe.clw
│ ├── HideSafe.cpp
│ ├── HideSafeDlg.cpp
│ ├── HideSafeDlg.h
│ ├── HideSafe.dsp
│ ├── HideSafe.dsw
│ ├── HideSafe.h
│ ├── HideSafe.ncb
│ ├── HideSafe.opt
│ ├── HideSafe.plg
│ ├── HideSafe.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideSafe.ico
│ │ └── HideSafe.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 140
│ └── HideGeneral
│ ├── Debug
│ │ └── HideGeneral.res
│ ├── HideGeneral.aps
│ ├── HideGeneral.clw
│ ├── HideGeneral.cpp
│ ├── HideGeneralDlg.cpp
│ ├── HideGeneralDlg.h
│ ├── HideGeneral.dsp
│ ├── HideGeneral.dsw
│ ├── HideGeneral.h
│ ├── HideGeneral.ncb
│ ├── HideGeneral.opt
│ ├── HideGeneral.plg
│ ├── HideGeneral.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideGeneral.ico
│ │ └── HideGeneral.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 141
│ └── HideProgram
│ ├── Debug
│ │ └── HideProgram.res
│ ├── HideProgram.aps
│ ├── HideProgram.clw
│ ├── HideProgram.cpp
│ ├── HideProgramDlg.cpp
│ ├── HideProgramDlg.h
│ ├── HideProgram.dsp
│ ├── HideProgram.dsw
│ ├── HideProgram.h
│ ├── HideProgram.ncb
│ ├── HideProgram.opt
│ ├── HideProgram.plg
│ ├── HideProgram.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideProgram.ico
│ │ └── HideProgram.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 142
│ └── HideAdvancedTab
│ ├── Debug
│ │ └── HideAdvancedTab.res
│ ├── HideAdvancedTab.aps
│ ├── HideAdvancedTab.clw
│ ├── HideAdvancedTab.cpp
│ ├── HideAdvancedTabDlg.cpp
│ ├── HideAdvancedTabDlg.h
│ ├── HideAdvancedTab.dsp
│ ├── HideAdvancedTab.dsw
│ ├── HideAdvancedTab.h
│ ├── HideAdvancedTab.ncb
│ ├── HideAdvancedTab.opt
│ ├── HideAdvancedTab.plg
│ ├── HideAdvancedTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideAdvancedTab.ico
│ │ └── HideAdvancedTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 143
│ └── HideConnectionsTab
│ ├── Debug
│ │ └── HideConnectionsTab.res
│ ├── HideConnectionsTab.aps
│ ├── HideConnectionsTab.clw
│ ├── HideConnectionsTab.cpp
│ ├── HideConnectionsTabDlg.cpp
│ ├── HideConnectionsTabDlg.h
│ ├── HideConnectionsTab.dsp
│ ├── HideConnectionsTab.dsw
│ ├── HideConnectionsTab.h
│ ├── HideConnectionsTab.ncb
│ ├── HideConnectionsTab.opt
│ ├── HideConnectionsTab.plg
│ ├── HideConnectionsTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideConnectionsTab.ico
│ │ └── HideConnectionsTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 144
│ └── HideContentTab
│ ├── Debug
│ │ └── HideContentTab.res
│ ├── HideContentTab.aps
│ ├── HideContentTab.clw
│ ├── HideContentTab.cpp
│ ├── HideContentTabDlg.cpp
│ ├── HideContentTabDlg.h
│ ├── HideContentTab.dsp
│ ├── HideContentTab.dsw
│ ├── HideContentTab.h
│ ├── HideContentTab.ncb
│ ├── HideContentTab.opt
│ ├── HideContentTab.plg
│ ├── HideContentTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideContentTab.ico
│ │ └── HideContentTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 145
│ └── HideTaskbar
│ ├── Debug
│ │ └── HideTaskbar.res
│ ├── HideTaskbar.aps
│ ├── HideTaskbar.clw
│ ├── HideTaskbar.cpp
│ ├── HideTaskbarDlg.cpp
│ ├── HideTaskbarDlg.h
│ ├── HideTaskbar.dsp
│ ├── HideTaskbar.dsw
│ ├── HideTaskbar.h
│ ├── HideTaskbar.ncb
│ ├── HideTaskbar.opt
│ ├── HideTaskbar.plg
│ ├── HideTaskbar.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideTaskbar.ico
│ │ └── HideTaskbar.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 146
│ └── HideMyDocs
│ ├── Debug
│ │ └── HideMyDocs.res
│ ├── HideMyDocs.aps
│ ├── HideMyDocs.clw
│ ├── HideMyDocs.cpp
│ ├── HideMyDocsDlg.cpp
│ ├── HideMyDocsDlg.h
│ ├── HideMyDocs.dsp
│ ├── HideMyDocs.dsw
│ ├── HideMyDocs.h
│ ├── HideMyDocs.ncb
│ ├── HideMyDocs.opt
│ ├── HideMyDocs.plg
│ ├── HideMyDocs.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMyDocs.ico
│ │ └── HideMyDocs.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 147
│ └── HideHelp
│ ├── Debug
│ │ └── HideHelp.res
│ ├── HideHelp.aps
│ ├── HideHelp.clw
│ ├── HideHelp.cpp
│ ├── HideHelpDlg.cpp
│ ├── HideHelpDlg.h
│ ├── HideHelp.dsp
│ ├── HideHelp.dsw
│ ├── HideHelp.h
│ ├── HideHelp.ncb
│ ├── HideHelp.opt
│ ├── HideHelp.plg
│ ├── HideHelp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideHelp.ico
│ │ └── HideHelp.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 148
│ └── HideClose
│ ├── Debug
│ │ └── HideClose.res
│ ├── HideClose.aps
│ ├── HideClose.clw
│ ├── HideClose.cpp
│ ├── HideCloseDlg.cpp
│ ├── HideCloseDlg.h
│ ├── HideClose.dsp
│ ├── HideClose.dsw
│ ├── HideClose.h
│ ├── HideClose.ncb
│ ├── HideClose.opt
│ ├── HideClose.plg
│ ├── HideClose.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideClose.ico
│ │ └── HideClose.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 149
│ └── HideRun
│ ├── Debug
│ │ └── HideRun.res
│ ├── HideRun.aps
│ ├── HideRun.clw
│ ├── HideRun.cpp
│ ├── HideRunDlg.cpp
│ ├── HideRunDlg.h
│ ├── HideRun.dsp
│ ├── HideRun.dsw
│ ├── HideRun.h
│ ├── HideRun.ncb
│ ├── HideRun.opt
│ ├── HideRun.plg
│ ├── HideRun.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideRun.ico
│ │ └── HideRun.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 150
│ └── HideSetFolders
│ ├── Debug
│ │ └── HideSetFolders.res
│ ├── HideSetFolders.aps
│ ├── HideSetFolders.clw
│ ├── HideSetFolders.cpp
│ ├── HideSetFoldersDlg.cpp
│ ├── HideSetFoldersDlg.h
│ ├── HideSetFolders.dsp
│ ├── HideSetFolders.dsw
│ ├── HideSetFolders.h
│ ├── HideSetFolders.ncb
│ ├── HideSetFolders.opt
│ ├── HideSetFolders.plg
│ ├── HideSetFolders.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideSetFolders.ico
│ │ └── HideSetFolders.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 151
│ └── HideNetHood
│ ├── Debug
│ │ └── HideNetHood.res
│ ├── HideNetHood.aps
│ ├── HideNetHood.clw
│ ├── HideNetHood.cpp
│ ├── HideNetHoodDlg.cpp
│ ├── HideNetHoodDlg.h
│ ├── HideNetHood.dsp
│ ├── HideNetHood.dsw
│ ├── HideNetHood.h
│ ├── HideNetHood.ncb
│ ├── HideNetHood.opt
│ ├── HideNetHood.plg
│ ├── HideNetHood.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideNetHood.ico
│ │ └── HideNetHood.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 152
│ └── HideMyDoc
│ ├── Debug
│ │ └── HideMyDoc.res
│ ├── HideMyDoc.aps
│ ├── HideMyDoc.clw
│ ├── HideMyDoc.cpp
│ ├── HideMyDocDlg.cpp
│ ├── HideMyDocDlg.h
│ ├── HideMyDoc.dsp
│ ├── HideMyDoc.dsw
│ ├── HideMyDoc.h
│ ├── HideMyDoc.ncb
│ ├── HideMyDoc.opt
│ ├── HideMyDoc.plg
│ ├── HideMyDoc.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMyDoc.ico
│ │ └── HideMyDoc.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 153
│ └── HideDesktop
│ ├── Debug
│ │ └── HideDesktop.res
│ ├── HideDesktop.aps
│ ├── HideDesktop.clw
│ ├── HideDesktop.cpp
│ ├── HideDesktopDlg.cpp
│ ├── HideDesktopDlg.h
│ ├── HideDesktop.dsp
│ ├── HideDesktop.dsw
│ ├── HideDesktop.h
│ ├── HideDesktop.ncb
│ ├── HideDesktop.opt
│ ├── HideDesktop.plg
│ ├── HideDesktop.rc
│ ├── res
│ │ ├── HideDesktop.ico
│ │ └── HideDesktop.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 154
│ └── DeleteURL
│ ├── Debug
│ ├── DeleteURL.aps
│ ├── DeleteURL.clw
│ ├── DeleteURL.cpp
│ ├── DeleteURLDlg.cpp
│ ├── DeleteURLDlg.h
│ ├── DeleteURL.dsp
│ ├── DeleteURL.dsw
│ ├── DeleteURL.h
│ ├── DeleteURL.ncb
│ ├── DeleteURL.opt
│ ├── DeleteURL.rc
│ ├── res
│ │ ├── DeleteURL.ico
│ │ └── DeleteURL.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 155
│ └── IEStartPage
│ ├── IEStartPage.clw
│ ├── IEStartPage.cpp
│ ├── IEStartPageDlg.cpp
│ ├── IEStartPageDlg.h
│ ├── IEStartPage.dsp
│ ├── IEStartPage.dsw
│ ├── IEStartPage.h
│ ├── IEStartPage.rc
│ ├── res
│ │ ├── IEStartPage.ico
│ │ └── IEStartPage.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 156
│ └── IERightMenu
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── IERightMenu.res
│ ├── IERightMenu.clw
│ ├── IERightMenu.cpp
│ ├── IERightMenuDlg.cpp
│ ├── IERightMenuDlg.h
│ ├── IERightMenu.dsp
│ ├── IERightMenu.dsw
│ ├── IERightMenu.h
│ ├── IERightMenu.ncb
│ ├── IERightMenu.opt
│ ├── IERightMenu.plg
│ ├── IERightMenu.rc
│ ├── res
│ │ ├── IERightMenu.ico
│ │ └── IERightMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 157
│ └── IECaption
│ ├── IECaption.clw
│ ├── IECaption.cpp
│ ├── IECaptionDlg.cpp
│ ├── IECaptionDlg.h
│ ├── IECaption.dsp
│ ├── IECaption.dsw
│ ├── IECaption.h
│ ├── IECaption.rc
│ ├── res
│ │ ├── IECaption.ico
│ │ └── IECaption.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 158
│ ├── CreateProcess.aps
│ ├── CreateProcess.clw
│ ├── CreateProcess.cpp
│ ├── CreateProcessDlg.cpp
│ ├── CreateProcessDlg.h
│ ├── CreateProcess.dsp
│ ├── CreateProcess.dsw
│ ├── CreateProcess.h
│ ├── CreateProcess.opt
│ ├── CreateProcess.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateProcess.ico
│ │ └── CreateProcess.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 159
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TerminateProcess.ico
│ │ └── TerminateProcess.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TerminateProcess.aps
│ ├── TerminateProcess.clw
│ ├── TerminateProcess.cpp
│ ├── TerminateProcessDlg.cpp
│ ├── TerminateProcessDlg.h
│ ├── TerminateProcess.dsp
│ ├── TerminateProcess.dsw
│ ├── TerminateProcess.h
│ ├── TerminateProcess.opt
│ └── TerminateProcess.rc
├── 160
│ ├── PipeWrite.aps
│ ├── PipeWrite.clw
│ ├── PipeWrite.cpp
│ ├── PipeWriteDlg.cpp
│ ├── PipeWriteDlg.h
│ ├── PipeWrite.dsp
│ ├── PipeWrite.dsw
│ ├── PipeWrite.h
│ ├── PipeWrite.opt
│ ├── PipeWrite.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PipeWrite.ico
│ │ └── PipeWrite.rc2
│ ├── resource.h
│ ├── SonProc
│ │ ├── Debug
│ │ │ └── SonProc.res
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SonProc.ico
│ │ │ └── SonProc.rc2
│ │ ├── resource.h
│ │ ├── SonProc.aps
│ │ ├── SonProc.clw
│ │ ├── SonProc.cpp
│ │ ├── SonProcDlg.cpp
│ │ ├── SonProcDlg.h
│ │ ├── SonProc.dsp
│ │ ├── SonProc.h
│ │ ├── SonProc.plg
│ │ ├── SonProc.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 161
│ └── ShareMem
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShareMem.ico
│ │ └── ShareMem.rc2
│ ├── resource.h
│ ├── ShareMem.aps
│ ├── ShareMem.clw
│ ├── ShareMem.cpp
│ ├── ShareMemDlg.cpp
│ ├── ShareMemDlg.h
│ ├── ShareMem.dsp
│ ├── ShareMem.dsw
│ ├── ShareMem.h
│ ├── ShareMem.opt
│ ├── ShareMem.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 162
│ ├── Process.aps
│ ├── Process.clw
│ ├── Process.cpp
│ ├── ProcessDlg.cpp
│ ├── ProcessDlg.h
│ ├── Process.dsp
│ ├── Process.dsw
│ ├── Process.h
│ ├── Process.opt
│ ├── Process.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Process.ico
│ │ └── Process.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 163
│ └── Thread
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Thread.ico
│ │ └── Thread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Thread.aps
│ ├── Thread.clw
│ ├── Thread.cpp
│ ├── ThreadDlg.cpp
│ ├── ThreadDlg.h
│ ├── Thread.dsp
│ ├── Thread.dsw
│ ├── Thread.h
│ ├── Thread.opt
│ └── Thread.rc
├── 164
│ ├── Interface.cpp
│ ├── Interface.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── UserThread.res
│ ├── res
│ │ ├── 108.ico
│ │ ├── UserThread.ico
│ │ └── UserThread.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UIThread.cpp
│ ├── UIThread.h
│ ├── UserThread.aps
│ ├── UserThread.clw
│ ├── UserThread.cpp
│ ├── UserThreadDlg.cpp
│ ├── UserThreadDlg.h
│ ├── UserThread.dsp
│ ├── UserThread.dsw
│ ├── UserThread.h
│ ├── UserThread.opt
│ └── UserThread.rc
├── 165
│ └── ExitThread
│ ├── ExitThread.aps
│ ├── ExitThread.clw
│ ├── ExitThread.cpp
│ ├── ExitThreadDlg.cpp
│ ├── ExitThreadDlg.h
│ ├── ExitThread.dsp
│ ├── ExitThread.dsw
│ ├── ExitThread.h
│ ├── ExitThread.opt
│ ├── ExitThread.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ExitThread.ico
│ │ └── ExitThread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 166
│ └── Sleep
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Sleep.ico
│ │ └── Sleep.rc2
│ ├── Resource.h
│ ├── Sleep.aps
│ ├── Sleep.clw
│ ├── Sleep.cpp
│ ├── SleepDlg.cpp
│ ├── SleepDlg.h
│ ├── Sleep.dsp
│ ├── Sleep.dsw
│ ├── Sleep.h
│ ├── Sleep.opt
│ ├── Sleep.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 167
│ └── Note
│ ├── Note.aps
│ ├── Note.clw
│ ├── Note.cpp
│ ├── NoteDlg.cpp
│ ├── NoteDlg.h
│ ├── Note.dsp
│ ├── Note.dsw
│ ├── Note.h
│ ├── Note.opt
│ ├── Note.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Note.ico
│ │ └── Note.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 168
│ ├── mr.bmp
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SplashScreen.ico
│ │ └── SplashScreen.rc2
│ ├── Resource.h
│ ├── SplashScreen.aps
│ ├── SplashScreen.clw
│ ├── SplashScreen.cpp
│ ├── SplashScreenDlg.cpp
│ ├── SplashScreenDlg.h
│ ├── SplashScreen.dsp
│ ├── SplashScreen.dsw
│ ├── SplashScreen.h
│ ├── SplashScreen.opt
│ ├── SplashScreen.rc
│ ├── SplashWnd.cpp
│ ├── SplashWnd.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 169
│ └── MutexSynch
│ ├── MutexSynch.clw
│ ├── MutexSynch.cpp
│ ├── MutexSynchDlg.cpp
│ ├── MutexSynchDlg.h
│ ├── MutexSynch.dsp
│ ├── MutexSynch.dsw
│ ├── MutexSynch.h
│ ├── MutexSynch.opt
│ ├── MutexSynch.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MutexSynch.ico
│ │ └── MutexSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 170
│ └── CriticalSectionSynch
│ ├── CriticalSectionSynch.clw
│ ├── CriticalSectionSynch.cpp
│ ├── CriticalSectionSynchDlg.cpp
│ ├── CriticalSectionSynchDlg.h
│ ├── CriticalSectionSynch.dsp
│ ├── CriticalSectionSynch.dsw
│ ├── CriticalSectionSynch.h
│ ├── CriticalSectionSynch.opt
│ ├── CriticalSectionSynch.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CriticalSectionSynch.ico
│ │ └── CriticalSectionSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 171
│ └── EventSynch
│ ├── EventSynch.clw
│ ├── EventSynch.cpp
│ ├── EventSynchDlg.cpp
│ ├── EventSynchDlg.h
│ ├── EventSynch.dsp
│ ├── EventSynch.dsw
│ ├── EventSynch.h
│ ├── EventSynch.opt
│ ├── EventSynch.rc
│ ├── res
│ │ ├── EventSynch.ico
│ │ └── EventSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 172
│ └── SemaphoreSynch
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SemaphoreSynch.ico
│ │ └── SemaphoreSynch.rc2
│ ├── resource.h
│ ├── SemaphoreSynch.clw
│ ├── SemaphoreSynch.cpp
│ ├── SemaphoreSynchDlg.cpp
│ ├── SemaphoreSynchDlg.h
│ ├── SemaphoreSynch.dsp
│ ├── SemaphoreSynch.dsw
│ ├── SemaphoreSynch.h
│ ├── SemaphoreSynch.opt
│ ├── SemaphoreSynch.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 173
│ └── SetSystemPowerState
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetSystemPowerState.ico
│ │ └── SetSystemPowerState.rc2
│ ├── Resource.h
│ ├── SetSystemPowerState.aps
│ ├── SetSystemPowerState.clw
│ ├── SetSystemPowerState.cpp
│ ├── SetSystemPowerStateDlg.cpp
│ ├── SetSystemPowerStateDlg.h
│ ├── SetSystemPowerState.dsp
│ ├── SetSystemPowerState.dsw
│ ├── SetSystemPowerState.h
│ ├── SetSystemPowerState.opt
│ ├── SetSystemPowerState.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 174
│ └── SuspendThread
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SuspendThread.ico
│ │ └── SuspendThread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SuspendThread.aps
│ ├── SuspendThread.clw
│ ├── SuspendThread.cpp
│ ├── SuspendThreadDlg.cpp
│ ├── SuspendThreadDlg.h
│ ├── SuspendThread.dsp
│ ├── SuspendThread.dsw
│ ├── SuspendThread.h
│ ├── SuspendThread.opt
│ └── SuspendThread.rc
├── 175
│ ├── OpenNote.aps
│ ├── OpenNote.clw
│ ├── OpenNote.cpp
│ ├── OpenNoteDlg.cpp
│ ├── OpenNoteDlg.h
│ ├── OpenNote.dsp
│ ├── OpenNote.dsw
│ ├── OpenNote.h
│ ├── OpenNote.opt
│ ├── OpenNote.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenNote.ico
│ │ └── OpenNote.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 176
│ ├── NoRepeat.clw
│ ├── NoRepeat.cpp
│ ├── NoRepeatDlg.cpp
│ ├── NoRepeatDlg.h
│ ├── NoRepeat.dsp
│ ├── NoRepeat.dsw
│ ├── NoRepeat.h
│ ├── NoRepeat.opt
│ ├── NoRepeat.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoRepeat.ico
│ │ └── NoRepeat.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 177
│ ├── Content.dcu
│ ├── Content.~pas
│ ├── Content.pas
│ ├── Obj.cfg
│ ├── Obj.dll
│ ├── Obj.dof
│ ├── Obj.~dpr
│ ├── Obj.dpr
│ ├── Obj.res
│ └── ShareObj
│ ├── Obj.dll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 09.ico
│ │ ├── ShareObj.ico
│ │ └── ShareObj.rc2
│ ├── resource.h
│ ├── ShareObj.aps
│ ├── ShareObj.clw
│ ├── ShareObj.cpp
│ ├── ShareObjDlg.cpp
│ ├── ShareObjDlg.h
│ ├── ShareObj.dsp
│ ├── ShareObj.dsw
│ ├── ShareObj.h
│ ├── ShareObj.opt
│ ├── ShareObj.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 178
│ ├── FetchBmp
│ │ ├── BitDll.dll
│ │ ├── FetchBmp.aps
│ │ ├── FetchBmp.clw
│ │ ├── FetchBmp.cpp
│ │ ├── FetchBmpDlg.cpp
│ │ ├── FetchBmpDlg.h
│ │ ├── FetchBmp.dsp
│ │ ├── FetchBmp.dsw
│ │ ├── FetchBmp.h
│ │ ├── FetchBmp.opt
│ │ ├── FetchBmp.rc
│ │ ├── MFCDll.dll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 45.ico
│ │ │ ├── FetchBmp.ico
│ │ │ └── FetchBmp.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MFCDll
│ │ ├── MFCDll.clw
│ │ ├── MFCDll.cpp
│ │ ├── MFCDll.def
│ │ ├── MFCDll.dsp
│ │ ├── MFCDll.dsw
│ │ ├── MFCDll.h
│ │ ├── MFCDll.opt
│ │ ├── MFCDll.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── MFCDll.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 启动界面14.bmp
│ └── 程序使用说明.txt
├── 179
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShieldPower.ico
│ │ └── ShieldPower.rc2
│ ├── Resource.h
│ ├── ShieldPower.aps
│ ├── ShieldPower.clw
│ ├── ShieldPower.cpp
│ ├── ShieldPowerDlg.cpp
│ ├── ShieldPowerDlg.h
│ ├── ShieldPower.dsp
│ ├── ShieldPower.dsw
│ ├── ShieldPower.h
│ ├── ShieldPower.opt
│ ├── ShieldPower.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 180
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShieldWinKey.ico
│ │ └── ShieldWinKey.rc2
│ ├── resource.h
│ ├── ShieldWinKey.aps
│ ├── ShieldWinKey.clw
│ ├── ShieldWinKey.cpp
│ ├── ShieldWinKeyDlg.cpp
│ ├── ShieldWinKeyDlg.h
│ ├── ShieldWinKey.dsp
│ ├── ShieldWinKey.dsw
│ ├── ShieldWinKey.h
│ ├── ShieldWinKey.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 181
│ ├── NoALTF4.aps
│ ├── NoALTF4.clw
│ ├── NoALTF4.cpp
│ ├── NoALTF4Dlg.cpp
│ ├── NoALTF4Dlg.h
│ ├── NoALTF4.dsp
│ ├── NoALTF4.dsw
│ ├── NoALTF4.h
│ ├── NoALTF4.opt
│ ├── NoALTF4.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoALTF4.ico
│ │ └── NoALTF4.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 182
│ ├── GetIconFromModule.aps
│ ├── GetIconFromModule.clw
│ ├── GetIconFromModule.cpp
│ ├── GetIconFromModuleDlg.cpp
│ ├── GetIconFromModuleDlg.h
│ ├── GetIconFromModule.dsp
│ ├── GetIconFromModule.dsw
│ ├── GetIconFromModule.h
│ ├── GetIconFromModule.opt
│ ├── GetIconFromModule.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetIconFromModule.ico
│ │ └── GetIconFromModule.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 183
│ ├── ResourceDll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── ResourceDll.rc2
│ │ ├── ResourceDll.aps
│ │ ├── ResourceDll.clw
│ │ ├── ResourceDll.cpp
│ │ ├── ResourceDll.def
│ │ ├── ResourceDll.dsp
│ │ ├── ResourceDll.dsw
│ │ ├── ResourceDll.h
│ │ ├── ResourceDll.opt
│ │ ├── ResourceDll.rc
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── testResourceDll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── testResourceDll.ico
│ │ └── testResourceDll.rc2
│ ├── ResourceDll.dll
│ ├── ResourceDll.lib
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── testResourceDll.aps
│ ├── testResourceDll.clw
│ ├── testResourceDll.cpp
│ ├── testResourceDllDlg.cpp
│ ├── testResourceDllDlg.h
│ ├── testResourceDll.dsp
│ ├── testResourceDll.dsw
│ ├── testResourceDll.h
│ ├── testResourceDll.opt
│ └── testResourceDll.rc
├── 184
│ ├── defaultRes
│ │ ├── defaultRes.aps
│ │ ├── defaultRes.clw
│ │ ├── defaultRes.cpp
│ │ ├── defaultResDlg.cpp
│ │ ├── defaultResDlg.h
│ │ ├── defaultRes.dsp
│ │ ├── defaultRes.dsw
│ │ ├── defaultRes.h
│ │ ├── defaultRes.opt
│ │ ├── defaultRes.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── defaultRes.ico
│ │ │ └── defaultRes.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── FindRes
│ ├── FindRes.aps
│ ├── FindRes.clw
│ ├── FindRes.cpp
│ ├── FindResDoc.cpp
│ ├── FindResDoc.h
│ ├── FindRes.dsp
│ ├── FindRes.dsw
│ ├── FindRes.h
│ ├── FindRes.opt
│ ├── FindRes.rc
│ ├── FindResView.cpp
│ ├── FindResView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FindResDoc.ico
│ │ ├── FindRes.ico
│ │ ├── FindRes.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 185
│ ├── Dll
│ │ ├── Dll.aps
│ │ ├── Dll.clw
│ │ ├── Dll.cpp
│ │ ├── Dll.def
│ │ ├── Dll.dsp
│ │ ├── Dll.dsw
│ │ ├── Dll.h
│ │ ├── Dll.opt
│ │ ├── Dll.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── Dll.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── TestDll
│ ├── Dll.dll
│ ├── Dll.lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TestDll.ico
│ │ └── TestDll.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestDll.aps
│ ├── TestDll.clw
│ ├── TestDll.cpp
│ ├── TestDllDlg.cpp
│ ├── TestDllDlg.h
│ ├── TestDll.dsp
│ ├── TestDll.dsw
│ ├── TestDll.h
│ ├── TestDll.opt
│ └── TestDll.rc
├── 186
│ └── LoadDll
│ ├── Dll.dll
│ ├── LoadDll.aps
│ ├── LoadDll.clw
│ ├── LoadDll.cpp
│ ├── LoadDllDlg.cpp
│ ├── LoadDllDlg.h
│ ├── LoadDll.dsp
│ ├── LoadDll.dsw
│ ├── LoadDll.h
│ ├── LoadDll.opt
│ ├── LoadDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── LoadDll.ico
│ │ └── LoadDll.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 187
│ ├── ADOConnect
│ │ ├── ADOC.cpp
│ │ ├── ADOC.h
│ │ ├── ADOConnect.aps
│ │ ├── ADOConnect.clw
│ │ ├── ADOConnect.cpp
│ │ ├── ADOConnect.def
│ │ ├── ADOConnect.dsp
│ │ ├── ADOConnect.dsw
│ │ ├── ADOConnect.h
│ │ ├── ADOConnect.opt
│ │ ├── ADOConnect.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── ADOConnect.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── test
│ │ ├── ADOC.h
│ │ ├── ADOConnect.dll
│ │ ├── ADOConnect.lib
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── test.ico
│ │ │ └── test.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── test.aps
│ │ ├── test.clw
│ │ ├── test.cpp
│ │ ├── testDlg.cpp
│ │ ├── testDlg.h
│ │ ├── test.dsp
│ │ ├── test.dsw
│ │ ├── test.h
│ │ ├── test.opt
│ │ └── test.rc
│ └── 说明.txt
├── 188
│ ├── DllDialogModule
│ │ ├── DllDialogModule.aps
│ │ ├── DllDialogModule.clw
│ │ ├── DllDialogModule.cpp
│ │ ├── DllDialogModule.def
│ │ ├── DllDialogModule.dsp
│ │ ├── DllDialogModule.dsw
│ │ ├── DllDialogModule.h
│ │ ├── DllDialogModule.opt
│ │ ├── DllDialogModule.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DllDialogModule.rc2
│ │ │ └── 无标题.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Test
│ ├── ADO.dll
│ ├── DllDialogModule.dll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Test.ico
│ │ └── Test.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Test.aps
│ ├── Test.clw
│ ├── Test.cpp
│ ├── TestDlg.cpp
│ ├── TestDlg.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.opt
│ └── Test.rc
├── 189
│ └── File
│ ├── File.aps
│ ├── File.clw
│ ├── File.cpp
│ ├── FileDlg.cpp
│ ├── FileDlg.h
│ ├── File.dsp
│ ├── File.dsw
│ ├── File.h
│ ├── File.opt
│ ├── File.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── File.ico
│ │ └── File.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 190
│ └── OpenFile
│ ├── OpenFile.aps
│ ├── OpenFile.clw
│ ├── OpenFile.cpp
│ ├── OpenFileDlg.cpp
│ ├── OpenFileDlg.h
│ ├── OpenFile.dsp
│ ├── OpenFile.dsw
│ ├── OpenFile.h
│ ├── OpenFile.opt
│ ├── OpenFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenFile.ico
│ │ └── OpenFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.txt
├── 191
│ └── CFileDialog
│ ├── CFileDialog.aps
│ ├── CFileDialog.clw
│ ├── CFileDialog.cpp
│ ├── CFileDialogDlg.cpp
│ ├── CFileDialogDlg.h
│ ├── CFileDialog.dsp
│ ├── CFileDialog.dsw
│ ├── CFileDialog.h
│ ├── CFileDialog.opt
│ ├── CFileDialog.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CFileDialog.ico
│ │ └── CFileDialog.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 192
│ ├── Filter.aps
│ ├── Filter.clw
│ ├── Filter.cpp
│ ├── FilterDlg.cpp
│ ├── FilterDlg.h
│ ├── Filter.dsp
│ ├── Filter.dsw
│ ├── Filter.h
│ ├── Filter.opt
│ ├── Filter.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Filter.ico
│ │ └── Filter.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 193
│ ├── DragSelFile.aps
│ ├── DragSelFile.clw
│ ├── DragSelFile.cpp
│ ├── DragSelFileDlg.cpp
│ ├── DragSelFileDlg.h
│ ├── DragSelFile.dsp
│ ├── DragSelFile.dsw
│ ├── DragSelFile.h
│ ├── DragSelFile.opt
│ ├── DragSelFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DragSelFile.ico
│ │ └── DragSelFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 194
│ └── CopyFile
│ ├── 1.txt
│ ├── CopyFile.aps
│ ├── CopyFile.clw
│ ├── CopyFile.cpp
│ ├── CopyFileDlg.cpp
│ ├── CopyFileDlg.h
│ ├── CopyFile.dsp
│ ├── CopyFile.dsw
│ ├── CopyFile.h
│ ├── CopyFile.opt
│ ├── CopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFile.ico
│ │ └── CopyFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 195
│ ├── CopyFile.aps
│ ├── CopyFile.clw
│ ├── CopyFile.cpp
│ ├── CopyFileDlg.cpp
│ ├── CopyFileDlg.h
│ ├── CopyFile.dsp
│ ├── CopyFile.dsw
│ ├── CopyFile.h
│ ├── CopyFile.opt
│ ├── CopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFile.ico
│ │ └── CopyFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 196
│ └── FileCopy
│ ├── FileCopy.aps
│ ├── FileCopy.clw
│ ├── FileCopy.cpp
│ ├── FileCopyDlg.cpp
│ ├── FileCopyDlg.h
│ ├── FileCopy.dsp
│ ├── FileCopy.dsw
│ ├── FileCopy.h
│ ├── FileCopy.opt
│ ├── FileCopy.rc
│ ├── res
│ │ ├── FileCopy.ico
│ │ └── FileCopy.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 197
│ ├── NetworkFile.aps
│ ├── NetworkFile.clw
│ ├── NetworkFile.cpp
│ ├── NetworkFileDlg.cpp
│ ├── NetworkFileDlg.h
│ ├── NetworkFile.dsp
│ ├── NetworkFile.dsw
│ ├── NetworkFile.h
│ ├── NetworkFile.opt
│ ├── NetworkFile.rc
│ ├── res
│ │ ├── NetworkFile.ico
│ │ └── NetworkFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 198
│ ├── ExCopyFile.aps
│ ├── ExCopyFile.clw
│ ├── ExCopyFile.cpp
│ ├── ExCopyFileDlg.cpp
│ ├── ExCopyFileDlg.h
│ ├── ExCopyFile.dsp
│ ├── ExCopyFile.dsw
│ ├── ExCopyFile.h
│ ├── ExCopyFile.opt
│ ├── ExCopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ExCopyFile.ico
│ │ └── ExCopyFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 199
│ ├── CopyFileByMap.aps
│ ├── CopyFileByMap.clw
│ ├── CopyFileByMap.cpp
│ ├── CopyFileByMapDlg.cpp
│ ├── CopyFileByMapDlg.h
│ ├── CopyFileByMap.dsp
│ ├── CopyFileByMap.dsw
│ ├── CopyFileByMap.h
│ ├── CopyFileByMap.opt
│ ├── CopyFileByMap.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFileByMap.ico
│ │ └── CopyFileByMap.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 200
│ ├── MultipleThreadCopy.aps
│ ├── MultipleThreadCopy.clw
│ ├── MultipleThreadCopy.cpp
│ ├── MultipleThreadCopyDlg.cpp
│ ├── MultipleThreadCopyDlg.h
│ ├── MultipleThreadCopy.dsp
│ ├── MultipleThreadCopy.dsw
│ ├── MultipleThreadCopy.h
│ ├── MultipleThreadCopy.opt
│ ├── MultipleThreadCopy.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MultipleThreadCopy.ico
│ │ └── MultipleThreadCopy.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 201
│ └── RenameFile
│ ├── ReadMe.txt
│ ├── RenameFile.aps
│ ├── RenameFile.clw
│ ├── RenameFile.cpp
│ ├── RenameFileDlg.cpp
│ ├── RenameFileDlg.h
│ ├── RenameFile.dsp
│ ├── RenameFile.dsw
│ ├── RenameFile.h
│ ├── RenameFile.opt
│ ├── RenameFile.rc
│ ├── res
│ │ ├── RenameFile.ico
│ │ └── RenameFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 202
│ └── RenameMFile
│ ├── RenameMFile.clw
│ ├── RenameMFile.cpp
│ ├── RenameMFileDlg.cpp
│ ├── RenameMFileDlg.h
│ ├── RenameMFile.dsp
│ ├── RenameMFile.dsw
│ ├── RenameMFile.h
│ ├── RenameMFile.opt
│ ├── RenameMFile.rc
│ ├── res
│ │ ├── RenameMFile.ico
│ │ └── RenameMFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 203
│ ├── MoveFile.aps
│ ├── MoveFile.clw
│ ├── MoveFile.cpp
│ ├── MoveFileDlg.cpp
│ ├── MoveFileDlg.h
│ ├── MoveFile.dsp
│ ├── MoveFile.dsw
│ ├── MoveFile.h
│ ├── MoveFile.opt
│ ├── MoveFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MoveFile.ico
│ │ └── MoveFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 204
│ ├── MoveFIle
│ │ ├── MoveFIle.aps
│ │ ├── MoveFIle.clw
│ │ ├── MoveFIle.cpp
│ │ ├── MoveFIleDlg.cpp
│ │ ├── MoveFIleDlg.h
│ │ ├── MoveFIle.dsp
│ │ ├── MoveFIle.dsw
│ │ ├── MoveFIle.h
│ │ ├── MoveFIle.opt
│ │ ├── MoveFIle.rc
│ │ ├── res
│ │ │ ├── MoveFIle.ico
│ │ │ └── MoveFIle.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 批量移动文件.txt
├── 205
│ ├── DeleteFile.aps
│ ├── DeleteFile.clw
│ ├── DeleteFile.cpp
│ ├── DeleteFileDlg.cpp
│ ├── DeleteFileDlg.h
│ ├── DeleteFile.dsp
│ ├── DeleteFile.dsw
│ ├── DeleteFile.h
│ ├── DeleteFile.opt
│ ├── DeleteFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteFile.ico
│ │ └── DeleteFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 206
│ └── DeleteMFile
│ ├── DeleteMFile.clw
│ ├── DeleteMFile.cpp
│ ├── DeleteMFileDlg.cpp
│ ├── DeleteMFileDlg.h
│ ├── DeleteMFile.dsp
│ ├── DeleteMFile.dsw
│ ├── DeleteMFile.h
│ ├── DeleteMFile.opt
│ ├── DeleteMFile.rc
│ ├── res
│ │ ├── DeleteMFile.ico
│ │ └── DeleteMFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 207
│ └── ForceDelete
│ ├── ForceDelete.aps
│ ├── ForceDelete.clw
│ ├── ForceDelete.cpp
│ ├── ForceDeleteDlg.cpp
│ ├── ForceDeleteDlg.h
│ ├── ForceDelete.dsp
│ ├── ForceDelete.dsw
│ ├── ForceDelete.h
│ ├── ForceDelete.opt
│ ├── ForceDelete.rc
│ ├── Psapi.h
│ ├── Psapi.Lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 42.ico
│ │ ├── ForceDelete.ico
│ │ └── ForceDelete.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 208
│ └── FileInCallback
│ ├── FileInCallback.clw
│ ├── FileInCallback.cpp
│ ├── FileInCallbackDlg.cpp
│ ├── FileInCallbackDlg.h
│ ├── FileInCallback.dsp
│ ├── FileInCallback.dsw
│ ├── FileInCallback.h
│ ├── FileInCallback.opt
│ ├── FileInCallback.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FileInCallback.ico
│ │ └── FileInCallback.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 209
│ └── Clearhsz
│ ├── Clearhsz.clw
│ ├── Clearhsz.cpp
│ ├── ClearhszDlg.cpp
│ ├── ClearhszDlg.h
│ ├── Clearhsz.dsp
│ ├── Clearhsz.dsw
│ ├── Clearhsz.h
│ ├── Clearhsz.opt
│ ├── Clearhsz.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clearhsz.ico
│ │ └── Clearhsz.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 210
│ ├── EnumFile.aps
│ ├── EnumFile.clw
│ ├── EnumFile.cpp
│ ├── EnumFileDlg.cpp
│ ├── EnumFileDlg.h
│ ├── EnumFile.dsp
│ ├── EnumFile.dsw
│ ├── EnumFile.h
│ ├── EnumFile.opt
│ ├── EnumFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumFile.ico
│ │ └── EnumFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 211
│ ├── FindFile.aps
│ ├── FindFile.clw
│ ├── FindFile.cpp
│ ├── FindFileDlg.cpp
│ ├── FindFileDlg.h
│ ├── FindFile.dsp
│ ├── FindFile.dsw
│ ├── FindFile.h
│ ├── FindFile.opt
│ ├── FindFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FindFile.ico
│ │ └── FindFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 212
│ ├── FindFile
│ │ ├── FindFile.aps
│ │ ├── FindFile.clw
│ │ ├── FindFile.cpp
│ │ ├── FindFileDlg.cpp
│ │ ├── FindFileDlg.h
│ │ ├── FindFile.dsp
│ │ ├── FindFile.dsw
│ │ ├── FindFile.h
│ │ ├── FindFile.opt
│ │ ├── FindFile.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FindFile.ico
│ │ │ └── FindFile.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ └── 查找指定类型文件.txt
├── 213
│ ├── IsExist.aps
│ ├── IsExist.clw
│ ├── IsExist.cpp
│ ├── IsExistDlg.cpp
│ ├── IsExistDlg.h
│ ├── IsExist.dsp
│ ├── IsExist.dsw
│ ├── IsExist.h
│ ├── IsExist.opt
│ ├── IsExist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IsExist.ico
│ │ └── IsExist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 214
│ └── OrderReadFile
│ ├── OrderReadFile.aps
│ ├── OrderReadFile.clw
│ ├── OrderReadFile.cpp
│ ├── OrderReadFileDlg.cpp
│ ├── OrderReadFileDlg.h
│ ├── OrderReadFile.dsp
│ ├── OrderReadFile.dsw
│ ├── OrderReadFile.h
│ ├── OrderReadFile.opt
│ ├── OrderReadFile.rc
│ ├── res
│ │ ├── OrderReadFile.ico
│ │ └── OrderReadFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.txt
├── 215
│ ├── 1.txt
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WriteString.ico
│ │ └── WriteString.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WriteString.aps
│ ├── WriteString.clw
│ ├── WriteString.cpp
│ ├── WriteStringDlg.cpp
│ ├── WriteStringDlg.h
│ ├── WriteString.dsp
│ ├── WriteString.dsw
│ ├── WriteString.h
│ ├── WriteString.opt
│ └── WriteString.rc
├── 216
│ └── GoToFile
│ ├── demo.txt
│ ├── GoToFile.aps
│ ├── GoToFile.clw
│ ├── GoToFile.cpp
│ ├── GoToFileDlg.cpp
│ ├── GoToFileDlg.h
│ ├── GoToFile.dsp
│ ├── GoToFile.dsw
│ ├── GoToFile.h
│ ├── GoToFile.opt
│ ├── GoToFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GoToFile.ico
│ │ └── GoToFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 217
│ ├── ReadMe.txt
│ ├── ReadWrite.aps
│ ├── ReadWrite.clw
│ ├── ReadWrite.cpp
│ ├── ReadWriteDlg.cpp
│ ├── ReadWriteDlg.h
│ ├── ReadWrite.dsp
│ ├── ReadWrite.dsw
│ ├── ReadWrite.h
│ ├── ReadWrite.opt
│ ├── ReadWrite.rc
│ ├── res
│ │ ├── ReadWrite.ico
│ │ └── ReadWrite.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 218
│ └── LogFile
│ ├── LogFile.aps
│ ├── LogFile.clw
│ ├── LogFile.cpp
│ ├── LogFileDlg.cpp
│ ├── LogFileDlg.h
│ ├── LogFile.dsp
│ ├── LogFile.dsw
│ ├── LogFile.h
│ ├── LogFile.opt
│ ├── LogFile.rc
│ ├── res
│ │ ├── LogFile.ico
│ │ └── LogFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.log
├── 219
│ ├── GetFileName.aps
│ ├── GetFileName.clw
│ ├── GetFileName.cpp
│ ├── GetFileNameDlg.cpp
│ ├── GetFileNameDlg.h
│ ├── GetFileName.dsp
│ ├── GetFileName.dsw
│ ├── GetFileName.h
│ ├── GetFileName.opt
│ ├── GetFileName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetFileName.ico
│ │ └── GetFileName.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 220
│ ├── Extend.aps
│ ├── Extend.clw
│ ├── Extend.cpp
│ ├── ExtendDlg.cpp
│ ├── ExtendDlg.h
│ ├── Extend.dsp
│ ├── Extend.dsw
│ ├── Extend.h
│ ├── Extend.opt
│ ├── Extend.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Extend.ico
│ │ └── Extend.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 221
│ └── GetPathName
│ ├── GetPathName.aps
│ ├── GetPathName.clw
│ ├── GetPathName.cpp
│ ├── GetPathNameDlg.cpp
│ ├── GetPathNameDlg.h
│ ├── GetPathName.dsp
│ ├── GetPathName.dsw
│ ├── GetPathName.h
│ ├── GetPathName.opt
│ ├── GetPathName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetPathName.ico
│ │ └── GetPathName.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 222
│ ├── GetCurrentDirectory.aps
│ ├── GetCurrentDirectory.clw
│ ├── GetCurrentDirectory.cpp
│ ├── GetCurrentDirectoryDlg.cpp
│ ├── GetCurrentDirectoryDlg.h
│ ├── GetCurrentDirectory.dsp
│ ├── GetCurrentDirectory.dsw
│ ├── GetCurrentDirectory.h
│ ├── GetCurrentDirectory.opt
│ ├── GetCurrentDirectory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCurrentDirectory.ico
│ │ └── GetCurrentDirectory.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 223
│ ├── FileStatus.aps
│ ├── FileStatus.clw
│ ├── FileStatus.cpp
│ ├── FileStatusDlg.cpp
│ ├── FileStatusDlg.h
│ ├── FileStatus.dsp
│ ├── FileStatus.dsw
│ ├── FileStatus.h
│ ├── FileStatus.opt
│ ├── FileStatus.rc
│ ├── res
│ │ ├── FileStatus.ico
│ │ └── FileStatus.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 224
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetModifyTime.ico
│ │ └── SetModifyTime.rc2
│ ├── resource.h
│ ├── SetModifyTime.aps
│ ├── SetModifyTime.clw
│ ├── SetModifyTime.cpp
│ ├── SetModifyTimeDlg.cpp
│ ├── SetModifyTimeDlg.h
│ ├── SetModifyTime.dsp
│ ├── SetModifyTime.dsw
│ ├── SetModifyTime.h
│ ├── SetModifyTime.opt
│ ├── SetModifyTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 225
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetCreateTime.ico
│ │ └── SetCreateTime.rc2
│ ├── Resource.h
│ ├── SetCreateTime.aps
│ ├── SetCreateTime.clw
│ ├── SetCreateTime.cpp
│ ├── SetCreateTimeDlg.cpp
│ ├── SetCreateTimeDlg.h
│ ├── SetCreateTime.dsp
│ ├── SetCreateTime.dsw
│ ├── SetCreateTime.h
│ ├── SetCreateTime.opt
│ ├── SetCreateTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 226
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetReadOnly.ico
│ │ └── SetReadOnly.rc2
│ ├── Resource.h
│ ├── SetReadOnly.aps
│ ├── SetReadOnly.clw
│ ├── SetReadOnly.cpp
│ ├── SetReadOnlyDlg.cpp
│ ├── SetReadOnlyDlg.h
│ ├── SetReadOnly.dsp
│ ├── SetReadOnly.dsw
│ ├── SetReadOnly.h
│ ├── SetReadOnly.opt
│ ├── SetReadOnly.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 227
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetHidden.ico
│ │ └── SetHidden.rc2
│ ├── Resource.h
│ ├── SetHidden.aps
│ ├── SetHidden.clw
│ ├── SetHidden.cpp
│ ├── SetHiddenDlg.cpp
│ ├── SetHiddenDlg.h
│ ├── SetHidden.dsp
│ ├── SetHidden.dsw
│ ├── SetHidden.h
│ ├── SetHidden.opt
│ ├── SetHidden.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 228
│ ├── FileEncry.aps
│ ├── FileEncry.clw
│ ├── FileEncry.cpp
│ ├── FileEncryDlg.cpp
│ ├── FileEncryDlg.h
│ ├── FileEncry.dsp
│ ├── FileEncry.dsw
│ ├── FileEncry.h
│ ├── FileEncry.opt
│ ├── FileEncry.rc
│ ├── res
│ │ ├── FileEncry.ico
│ │ └── FileEncry.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 229
│ ├── FileEncry.aps
│ ├── FileEncry.clw
│ ├── FileEncry.cpp
│ ├── FileEncryDlg.cpp
│ ├── FileEncryDlg.h
│ ├── FileEncry.dsp
│ ├── FileEncry.dsw
│ ├── FileEncry.h
│ ├── FileEncry.opt
│ ├── FileEncry.rc
│ ├── res
│ │ ├── FileEncry.ico
│ │ └── FileEncry.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 230
│ ├── Combine.aps
│ ├── Combine.clw
│ ├── Combine.cpp
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── Combine.dsp
│ ├── Combine.dsw
│ ├── Combine.h
│ ├── Combine.opt
│ ├── Combine.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Combine.ico
│ │ └── Combine.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 231
│ └── FilePartition
│ ├── FilePartition.aps
│ ├── FilePartition.clw
│ ├── FilePartition.cpp
│ ├── FilePartitionDlg.cpp
│ ├── FilePartitionDlg.h
│ ├── FilePartition.dsp
│ ├── FilePartition.dsw
│ ├── FilePartition.h
│ ├── FilePartition.opt
│ ├── FilePartition.rc
│ ├── res
│ │ ├── FilePartition.ico
│ │ └── FilePartition.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 232
│ ├── GetFileIcon.aps
│ ├── GetFileIcon.clw
│ ├── GetFileIcon.cpp
│ ├── GetFileIconDlg.cpp
│ ├── GetFileIconDlg.h
│ ├── GetFileIcon.dsp
│ ├── GetFileIcon.dsw
│ ├── GetFileIcon.h
│ ├── GetFileIcon.opt
│ ├── GetFileIcon.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetFileIcon.ico
│ │ └── GetFileIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 233
│ ├── RAR.APS
│ ├── RAR.clw
│ ├── RAR.cpp
│ ├── RARDlg.cpp
│ ├── RARDlg.h
│ ├── RAR.dsp
│ ├── RAR.dsw
│ ├── RAR.h
│ ├── RAR.opt
│ ├── RAR.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── RAR.ico
│ │ └── RAR.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 234
│ └── ClearGarbage
│ ├── ClearGarbage.aps
│ ├── ClearGarbage.clw
│ ├── ClearGarbage.cpp
│ ├── ClearGarbageDlg.cpp
│ ├── ClearGarbageDlg.h
│ ├── ClearGarbage.dsp
│ ├── ClearGarbage.dsw
│ ├── ClearGarbage.h
│ ├── ClearGarbage.opt
│ ├── ClearGarbage.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 71.ico
│ │ ├── ClearGarbage.ico
│ │ └── ClearGarbage.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 235
│ └── CreateFolder
│ ├── CreateFolder.aps
│ ├── CreateFolder.clw
│ ├── CreateFolder.cpp
│ ├── CreateFolderDlg.cpp
│ ├── CreateFolderDlg.h
│ ├── CreateFolder.dsp
│ ├── CreateFolder.dsw
│ ├── CreateFolder.h
│ ├── CreateFolder.opt
│ ├── CreateFolder.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateFolder.ico
│ │ └── CreateFolder.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 236
│ ├── DeleteDirectory.aps
│ ├── DeleteDirectory.clw
│ ├── DeleteDirectory.cpp
│ ├── DeleteDirectoryDlg.cpp
│ ├── DeleteDirectoryDlg.h
│ ├── DeleteDirectory.dsp
│ ├── DeleteDirectory.dsw
│ ├── DeleteDirectory.h
│ ├── DeleteDirectory.opt
│ ├── DeleteDirectory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteDirectory.ico
│ │ └── DeleteDirectory.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 237
│ ├── CreateMulDir.aps
│ ├── CreateMulDir.clw
│ ├── CreateMulDir.cpp
│ ├── CreateMulDirDlg.cpp
│ ├── CreateMulDirDlg.h
│ ├── CreateMulDir.dsp
│ ├── CreateMulDir.dsw
│ ├── CreateMulDir.h
│ ├── CreateMulDir.opt
│ ├── CreateMulDir.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateMulDir.ico
│ │ └── CreateMulDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 238
│ ├── GetDirectoryAttribute.aps
│ ├── GetDirectoryAttribute.clw
│ ├── GetDirectoryAttribute.cpp
│ ├── GetDirectoryAttributeDlg.cpp
│ ├── GetDirectoryAttributeDlg.h
│ ├── GetDirectoryAttribute.dsp
│ ├── GetDirectoryAttribute.dsw
│ ├── GetDirectoryAttribute.h
│ ├── GetDirectoryAttribute.opt
│ ├── GetDirectoryAttribute.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDirectoryAttribute.ico
│ │ └── GetDirectoryAttribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 239
│ └── 重命名文件夹
│ ├── MoveFile.aps
│ ├── MoveFile.clw
│ ├── MoveFile.cpp
│ ├── MoveFileDlg.cpp
│ ├── MoveFileDlg.h
│ ├── MoveFile.dsp
│ ├── MoveFile.dsw
│ ├── MoveFile.h
│ ├── MoveFile.opt
│ ├── MoveFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MoveFile.ico
│ │ └── MoveFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 240
│ ├── ReadMe.txt
│ ├── RenameMDir.aps
│ ├── RenameMDir.clw
│ ├── RenameMDir.cpp
│ ├── RenameMDirDlg.cpp
│ ├── RenameMDirDlg.h
│ ├── RenameMDir.dsp
│ ├── RenameMDir.dsw
│ ├── RenameMDir.h
│ ├── RenameMDir.opt
│ ├── RenameMDir.rc
│ ├── res
│ │ ├── RenameMDir.ico
│ │ └── RenameMDir.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 241
│ └── DiskCata
│ ├── DiskCata.aps
│ ├── DiskCata.clw
│ ├── DiskCata.cpp
│ ├── DiskCataDlg.cpp
│ ├── DiskCataDlg.h
│ ├── DiskCata.dsp
│ ├── DiskCata.dsw
│ ├── DiskCata.h
│ ├── DiskCata.opt
│ ├── DiskCata.rc
│ ├── res
│ │ ├── bitmap1.bmp
│ │ ├── DiskCata.ico
│ │ └── DiskCata.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 242
│ ├── ChangeDirIcon.aps
│ ├── ChangeDirIcon.clw
│ ├── ChangeDirIcon.cpp
│ ├── ChangeDirIconDlg.cpp
│ ├── ChangeDirIconDlg.h
│ ├── ChangeDirIcon.dsp
│ ├── ChangeDirIcon.dsw
│ ├── ChangeDirIcon.h
│ ├── ChangeDirIcon.opt
│ ├── ChangeDirIcon.rc
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── Icons.cpp
│ ├── Icons.h
│ ├── res
│ │ ├── ChangeDirIcon.ico
│ │ └── ChangeDirIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 243
│ ├── ReadMe.txt
│ ├── ReadOnly.aps
│ ├── ReadOnly.clw
│ ├── ReadOnly.cpp
│ ├── ReadOnlyDlg.cpp
│ ├── ReadOnlyDlg.h
│ ├── ReadOnly.dsp
│ ├── ReadOnly.dsw
│ ├── ReadOnly.h
│ ├── ReadOnly.opt
│ ├── ReadOnly.rc
│ ├── res
│ │ ├── ReadOnly.ico
│ │ └── ReadOnly.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 255
│ ├── Connect.aps
│ ├── Connect.clw
│ ├── Connect.cpp
│ ├── ConnectDlg.cpp
│ ├── ConnectDlg.h
│ ├── Connect.dsp
│ ├── Connect.dsw
│ ├── Connect.h
│ ├── Connect.ncb
│ ├── Connect.opt
│ ├── Connect.plg
│ ├── Connect.rc
│ ├── Debug
│ │ ├── ConnectDlg.obj
│ │ ├── Connect.exe
│ │ ├── Connect.ilk
│ │ ├── Connect.obj
│ │ ├── Connect.pch
│ │ ├── Connect.pdb
│ │ ├── Connect.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Connect.ico
│ │ └── Connect.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 256
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ ├── adodc.obj
│ │ ├── datagrid.obj
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ ├── vc60.pdb
│ │ ├── WildcardDlg.obj
│ │ ├── Wildcard.exe
│ │ ├── Wildcard.ilk
│ │ ├── Wildcard.obj
│ │ ├── Wildcard.pch
│ │ ├── Wildcard.pdb
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 257
│ └── ADOdatabase
│ ├── ADOdatabase.aps
│ ├── ADOdatabase.clw
│ ├── ADOdatabase.cpp
│ ├── ADOdatabaseDlg.cpp
│ ├── ADOdatabaseDlg.h
│ ├── ADOdatabase.dsp
│ ├── ADOdatabase.dsw
│ ├── ADOdatabase.h
│ ├── ADOdatabase.ncb
│ ├── ADOdatabase.opt
│ ├── ADOdatabase.plg
│ ├── ADOdatabase.rc
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ ├── ADOdatabaseDlg.obj
│ │ ├── ADOdatabase.exe
│ │ ├── ADOdatabase.ilk
│ │ ├── ADOdatabase.obj
│ │ ├── ADOdatabase.pch
│ │ ├── ADOdatabase.pdb
│ │ ├── ADOdatabase.res
│ │ ├── adodc.obj
│ │ ├── datagrid.obj
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ADOdatabase.ico
│ │ └── ADOdatabase.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 259
│ ├── Debug
│ │ ├── ExecuteDlg.obj
│ │ ├── Execute.exe
│ │ ├── Execute.ilk
│ │ ├── Execute.obj
│ │ ├── Execute.pch
│ │ ├── Execute.pdb
│ │ ├── Execute.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── Execute.aps
│ ├── Execute.clw
│ ├── Execute.cpp
│ ├── ExecuteDlg.cpp
│ ├── ExecuteDlg.h
│ ├── Execute.dsp
│ ├── Execute.dsw
│ ├── Execute.h
│ ├── Execute.ncb
│ ├── Execute.opt
│ ├── Execute.plg
│ ├── Execute.rc
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Execute.ico
│ │ └── Execute.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 260
│ ├── CountRes.aps
│ ├── CountRes.clw
│ ├── CountRes.cpp
│ ├── CountResDlg.cpp
│ ├── CountResDlg.h
│ ├── CountRes.dsp
│ ├── CountRes.dsw
│ ├── CountRes.h
│ ├── CountRes.ncb
│ ├── CountRes.opt
│ ├── CountRes.plg
│ ├── CountRes.rc
│ ├── Debug
│ │ ├── CountResDlg.obj
│ │ ├── CountRes.exe
│ │ ├── CountRes.ilk
│ │ ├── CountRes.obj
│ │ ├── CountRes.pch
│ │ ├── CountRes.pdb
│ │ ├── CountRes.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CountRes.ico
│ │ └── CountRes.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 261
│ ├── AddNew.aps
│ ├── AddNew.clw
│ ├── AddNew.cpp
│ ├── AddNewDlg.cpp
│ ├── AddNewDlg.h
│ ├── AddNew.dsp
│ ├── AddNew.dsw
│ ├── AddNew.h
│ ├── AddNew.ncb
│ ├── AddNew.opt
│ ├── AddNew.plg
│ ├── AddNew.rc
│ ├── Debug
│ │ └── AddNew.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddNew.ico
│ │ └── AddNew.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 262
│ ├── ADOConn.cpp
│ ├── ADOConn.h
│ ├── database
│ │ ├── vcjsdq_Data.MDF
│ │ └── vcjsdq_Log.LDF
│ ├── Debug
│ │ └── UpdateRecordset.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── UpdateRecordset.ico
│ │ └── UpdateRecordset.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UpdateRecordset.aps
│ ├── UpdateRecordset.clw
│ ├── UpdateRecordset.cpp
│ ├── UpdateRecordsetDlg.cpp
│ ├── UpdateRecordsetDlg.h
│ ├── UpdateRecordset.dsp
│ ├── UpdateRecordset.dsw
│ ├── UpdateRecordset.h
│ ├── UpdateRecordset.ncb
│ ├── UpdateRecordset.opt
│ ├── UpdateRecordset.plg
│ ├── UpdateRecordset.rc
│ └── 程序使用说明.txt
├── 263
│ ├── Debug
│ │ └── Delete.res
│ ├── Delete.aps
│ ├── Delete.clw
│ ├── Delete.cpp
│ ├── DeleteDlg.cpp
│ ├── DeleteDlg.h
│ ├── Delete.dsp
│ ├── Delete.dsw
│ ├── Delete.h
│ ├── Delete.ncb
│ ├── Delete.opt
│ ├── Delete.plg
│ ├── Delete.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Delete.ico
│ │ └── Delete.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 264
│ ├── Debug
│ │ └── Execute.res
│ ├── Execute.aps
│ ├── Execute.clw
│ ├── Execute.cpp
│ ├── ExecuteDlg.cpp
│ ├── ExecuteDlg.h
│ ├── Execute.dsp
│ ├── Execute.dsw
│ ├── Execute.h
│ ├── Execute.ncb
│ ├── Execute.opt
│ ├── Execute.plg
│ ├── Execute.rc
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Execute.ico
│ │ └── Execute.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 265
│ ├── CountRes.aps
│ ├── CountRes.clw
│ ├── CountRes.cpp
│ ├── CountResDlg.cpp
│ ├── CountResDlg.h
│ ├── CountRes.dsp
│ ├── CountRes.dsw
│ ├── CountRes.h
│ ├── CountRes.ncb
│ ├── CountRes.opt
│ ├── CountRes.plg
│ ├── CountRes.rc
│ ├── Debug
│ │ └── CountRes.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CountRes.ico
│ │ └── CountRes.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 266
│ ├── Debug
│ │ └── Update.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Update.ico
│ │ └── Update.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Update.aps
│ ├── Update.clw
│ ├── Update.cpp
│ ├── UpdateDlg.cpp
│ ├── UpdateDlg.h
│ ├── Update.dsp
│ ├── Update.dsw
│ ├── Update.h
│ ├── Update.ncb
│ ├── Update.opt
│ ├── Update.plg
│ └── Update.rc
├── 267
│ └── SQLframe
│ ├── Debug
│ │ └── SQLframe.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SQLframe.ico
│ │ └── SQLframe.rc2
│ ├── Resource.h
│ ├── SQLframe.aps
│ ├── SQLframe.clw
│ ├── SQLframe.cpp
│ ├── SQLframeDlg.cpp
│ ├── SQLframeDlg.h
│ ├── SQLframe.dsp
│ ├── SQLframe.dsw
│ ├── SQLframe.h
│ ├── SQLframe.ncb
│ ├── SQLframe.opt
│ ├── SQLframe.plg
│ ├── SQLframe.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 268
│ └── AccessFrame
│ ├── AccessFrame.clw
│ ├── AccessFrame.cpp
│ ├── AccessFrameDlg.cpp
│ ├── AccessFrameDlg.h
│ ├── AccessFrame.dsp
│ ├── AccessFrame.dsw
│ ├── AccessFrame.h
│ ├── AccessFrame.ncb
│ ├── AccessFrame.opt
│ ├── AccessFrame.plg
│ ├── AccessFrame.rc
│ ├── Debug
│ │ └── AccessFrame.res
│ ├── msacc9.cpp
│ ├── msacc9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AccessFrame.ico
│ │ └── AccessFrame.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 269
│ ├── Debug
│ │ └── SQLDatabase.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SQLDatabase.ico
│ │ └── SQLDatabase.rc2
│ ├── resource.h
│ ├── SQLDatabase.aps
│ ├── SQLDatabase.clw
│ ├── SQLDatabase.cpp
│ ├── SQLDatabaseDlg.cpp
│ ├── SQLDatabaseDlg.h
│ ├── SQLDatabase.dsp
│ ├── SQLDatabase.dsw
│ ├── SQLDatabase.h
│ ├── SQLDatabase.ncb
│ ├── SQLDatabase.opt
│ ├── SQLDatabase.plg
│ ├── SQLDatabase.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 270
│ ├── IsTable.clw
│ ├── IsTable.cpp
│ ├── IsTableDlg.cpp
│ ├── IsTableDlg.h
│ ├── IsTable.dsp
│ ├── IsTable.dsw
│ ├── IsTable.h
│ ├── IsTable.opt
│ ├── IsTable.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IsTable.ico
│ │ └── IsTable.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 271
│ ├── Debug
│ │ └── InsertBmp.res
│ ├── InsertBmp.aps
│ ├── InsertBmp.clw
│ ├── InsertBmp.cpp
│ ├── InsertBmpDlg.cpp
│ ├── InsertBmpDlg.h
│ ├── InsertBmp.dsp
│ ├── InsertBmp.dsw
│ ├── InsertBmp.h
│ ├── InsertBmp.ncb
│ ├── InsertBmp.opt
│ ├── InsertBmp.plg
│ ├── InsertBmp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── InsertBmp.ico
│ │ └── InsertBmp.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 272
│ ├── Debug
│ │ └── DistillBmp.res
│ ├── DistillBmp.aps
│ ├── DistillBmp.clw
│ ├── DistillBmp.cpp
│ ├── DistillBmpDlg.cpp
│ ├── DistillBmpDlg.h
│ ├── DistillBmp.dsp
│ ├── DistillBmp.dsw
│ ├── DistillBmp.h
│ ├── DistillBmp.ncb
│ ├── DistillBmp.opt
│ ├── DistillBmp.plg
│ ├── DistillBmp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DistillBmp.ico
│ │ └── DistillBmp.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 273
│ ├── Debug
│ │ └── InFile.res
│ ├── InFile.aps
│ ├── InFile.clw
│ ├── InFile.cpp
│ ├── InFileDlg.cpp
│ ├── InFileDlg.h
│ ├── InFile.dsp
│ ├── InFile.dsw
│ ├── InFile.h
│ ├── InFile.opt
│ ├── InFile.plg
│ ├── InFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── InFile.ico
│ │ └── InFile.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 转换文件.txt
├── 274
│ ├── Debug
│ │ └── Script.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Script.ico
│ │ └── Script.rc2
│ ├── resource.h
│ ├── Script.aps
│ ├── Script.clw
│ ├── Script.cpp
│ ├── ScriptDlg.cpp
│ ├── ScriptDlg.h
│ ├── Script.dsp
│ ├── Script.dsw
│ ├── Script.h
│ ├── Script.ncb
│ ├── Script.opt
│ ├── Script.plg
│ ├── Script.rc
│ ├── sql.txt
│ ├── ss.sql
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 277
│ └── Detach
│ ├── database
│ │ ├── Shujuku_Data.MDF
│ │ └── Shujuku_Log.LDF
│ ├── Debug
│ │ └── Detach.res
│ ├── Detach.aps
│ ├── Detach.clw
│ ├── Detach.cpp
│ ├── DetachDlg.cpp
│ ├── DetachDlg.h
│ ├── Detach.dsp
│ ├── Detach.dsw
│ ├── Detach.h
│ ├── Detach.ncb
│ ├── Detach.opt
│ ├── Detach.plg
│ ├── Detach.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Detach.ico
│ │ └── Detach.rc2
│ ├── resource.h
│ ├── Shujuku_Data.MDF
│ ├── Shujuku_Log.LDF
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 278
│ └── Attach
│ ├── Attach.aps
│ ├── Attach.clw
│ ├── Attach.cpp
│ ├── AttachDlg.cpp
│ ├── AttachDlg.h
│ ├── Attach.dsp
│ ├── Attach.dsw
│ ├── Attach.h
│ ├── Attach.ncb
│ ├── Attach.opt
│ ├── Attach.plg
│ ├── Attach.rc
│ ├── Debug
│ │ └── Attach.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Attach.ico
│ │ └── Attach.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 279
│ └── CloseConnect
│ ├── CloseConnect.aps
│ ├── CloseConnect.clw
│ ├── CloseConnect.cpp
│ ├── CloseConnectDlg.cpp
│ ├── CloseConnectDlg.h
│ ├── CloseConnect.dsp
│ ├── CloseConnect.dsw
│ ├── CloseConnect.h
│ ├── CloseConnect.ncb
│ ├── CloseConnect.opt
│ ├── CloseConnect.plg
│ ├── CloseConnect.rc
│ ├── Debug
│ │ └── CloseConnect.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseConnect.ico
│ │ └── CloseConnect.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 280
│ └── PeripheryCommand
│ ├── Debug
│ │ └── PeripheryCommand.res
│ ├── PeripheryCommand.aps
│ ├── PeripheryCommand.clw
│ ├── PeripheryCommand.cpp
│ ├── PeripheryCommandDlg.cpp
│ ├── PeripheryCommandDlg.h
│ ├── PeripheryCommand.dsp
│ ├── PeripheryCommand.dsw
│ ├── PeripheryCommand.h
│ ├── PeripheryCommand.ncb
│ ├── PeripheryCommand.opt
│ ├── PeripheryCommand.plg
│ ├── PeripheryCommand.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PeripheryCommand.ico
│ │ └── PeripheryCommand.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 281
│ ├── Debug
│ │ └── StockUp.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── StockUp.ico
│ │ └── StockUp.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StockUp.aps
│ ├── StockUp.clw
│ ├── StockUp.cpp
│ ├── StockUpDlg.cpp
│ ├── StockUpDlg.h
│ ├── StockUp.dsp
│ ├── StockUp.dsw
│ ├── StockUp.h
│ ├── StockUp.ncb
│ ├── StockUp.opt
│ ├── StockUp.plg
│ └── StockUp.rc
├── 282
│ ├── Debug
│ │ └── Restore.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Restore.ico
│ │ └── Restore.rc2
│ ├── resource.h
│ ├── Restore.aps
│ ├── Restore.clw
│ ├── Restore.cpp
│ ├── RestoreDlg.cpp
│ ├── RestoreDlg.h
│ ├── Restore.dsp
│ ├── Restore.dsw
│ ├── Restore.h
│ ├── Restore.ncb
│ ├── Restore.opt
│ ├── Restore.plg
│ ├── Restore.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 283
│ └── TimeBackUp
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TimeBackUp.ico
│ │ └── TimeBackUp.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TimeBackUp.clw
│ ├── TimeBackUp.cpp
│ ├── TimeBackUpDlg.cpp
│ ├── TimeBackUpDlg.h
│ ├── TimeBackUp.dsp
│ ├── TimeBackUp.dsw
│ ├── TimeBackUp.h
│ ├── TimeBackUp.rc
│ └── 程序使用说明.txt
├── 284
│ └── EnumServer
│ ├── Debug
│ │ └── EnumServer.res
│ ├── EnumServer.aps
│ ├── EnumServer.clw
│ ├── EnumServer.cpp
│ ├── EnumServerDlg.cpp
│ ├── EnumServerDlg.h
│ ├── EnumServer.dsp
│ ├── EnumServer.dsw
│ ├── EnumServer.h
│ ├── EnumServer.ncb
│ ├── EnumServer.opt
│ ├── EnumServer.plg
│ ├── EnumServer.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumServer.ico
│ │ └── EnumServer.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 285
│ ├── Debug
│ │ └── Word.res
│ ├── msword9.cpp
│ ├── msword9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Word.ico
│ │ └── Word.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Word.aps
│ ├── Word.clw
│ ├── Word.cpp
│ ├── WordDlg.cpp
│ ├── WordDlg.h
│ ├── Word.dsp
│ ├── Word.dsw
│ ├── Word.h
│ ├── Word.ncb
│ ├── Word.opt
│ ├── Word.plg
│ └── Word.rc
├── 286
│ └── SelectColumn
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 287
│ └── bieming
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 288
│ └── count
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ └── Wildcard.rc
├── 289
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Like.res
│ ├── Like.aps
│ ├── Like.clw
│ ├── Like.cpp
│ ├── LikeDlg.cpp
│ ├── LikeDlg.h
│ ├── Like.dsp
│ ├── Like.dsw
│ ├── Like.h
│ ├── Like.ncb
│ ├── Like.opt
│ ├── Like.plg
│ ├── Like.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Like.ico
│ │ └── Like.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 290
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Like.res
│ ├── Like.aps
│ ├── Like.clw
│ ├── Like.cpp
│ ├── LikeDlg.cpp
│ ├── LikeDlg.h
│ ├── Like.dsp
│ ├── Like.dsw
│ ├── Like.h
│ ├── Like.ncb
│ ├── Like.opt
│ ├── Like.plg
│ ├── Like.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Like.ico
│ │ └── Like.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 291
│ └── zdsjdquery
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 293
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 294
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 295
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 296
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 297
│ └── mohuquery
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── mohuquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── mohuquery.aps
│ ├── mohuquery.clw
│ ├── mohuquery.cpp
│ ├── mohuqueryDlg.cpp
│ ├── mohuqueryDlg.h
│ ├── mohuquery.dsp
│ ├── mohuquery.dsw
│ ├── mohuquery.h
│ ├── mohuquery.ncb
│ ├── mohuquery.opt
│ ├── mohuquery.plg
│ ├── mohuquery.rc
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── mohuquery.ico
│ │ └── mohuquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ └── stddataformatsdisp.h
├── 298
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Top.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Top.ico
│ │ └── Top.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Top.aps
│ ├── Top.clw
│ ├── Top.cpp
│ ├── TopDlg.cpp
│ ├── TopDlg.h
│ ├── Top.dsp
│ ├── Top.dsw
│ ├── Top.h
│ ├── Top.ncb
│ ├── Top.opt
│ ├── Top.plg
│ ├── Top.rc
│ └── 程序使用说明.txt
├── 299
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Last.res
│ ├── Last.aps
│ ├── Last.clw
│ ├── Last.cpp
│ ├── LastDlg.cpp
│ ├── LastDlg.h
│ ├── Last.dsp
│ ├── Last.dsw
│ ├── Last.h
│ ├── Last.ncb
│ ├── Last.opt
│ ├── Last.plg
│ ├── Last.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Last.ico
│ │ └── Last.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 300
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Last.res
│ ├── Last.aps
│ ├── Last.clw
│ ├── Last.cpp
│ ├── LastDlg.cpp
│ ├── LastDlg.h
│ ├── Last.dsp
│ ├── Last.dsw
│ ├── Last.h
│ ├── Last.ncb
│ ├── Last.opt
│ ├── Last.plg
│ ├── Last.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Last.ico
│ │ └── Last.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── database
│ ├── db_TomeTwo_log.ldf
│ ├── db_TomeTwo.mdf
│ ├── myhotel_Data.MDF
│ ├── myhotel_Log.LDF
│ ├── Shujuku_log.ldf
│ ├── Shujuku.mdf
│ ├── skill_Data.MDF
│ └── skill_Log.LDF
└── VC6.bat
859 directories, 5537 files
作者:软件开发技术联盟著 出版社:北京:清华大学出版社 出版日期:2016.01 Visual C++开发实例大全(提高卷)光盘源代码(1-300)
【实例截图】
【核心代码】
16359647246455715728.rar
└── Visual C++开发实例大全(提高卷)光盘源代码(1-300)
├── 001
│ ├── DeviceVolume.aps
│ ├── DeviceVolume.clw
│ ├── DeviceVolume.cpp
│ ├── DeviceVolumeDlg.cpp
│ ├── DeviceVolumeDlg.h
│ ├── DeviceVolume.dsp
│ ├── DeviceVolume.dsw
│ ├── DeviceVolume.h
│ ├── DeviceVolume.opt
│ ├── DeviceVolume.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeviceVolume.ico
│ │ └── DeviceVolume.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 002
│ ├── FloppyReady.aps
│ ├── FloppyReady.clw
│ ├── FloppyReady.cpp
│ ├── FloppyReadyDlg.cpp
│ ├── FloppyReadyDlg.h
│ ├── FloppyReady.dsp
│ ├── FloppyReady.dsw
│ ├── FloppyReady.h
│ ├── FloppyReady.opt
│ ├── FloppyReady.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FloppyReady.ico
│ │ └── FloppyReady.rc2
│ ├── resource.h
│ ├── scrrun.cpp
│ ├── scrrun.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 003
│ ├── DeviceInfo.aps
│ ├── DeviceInfo.clw
│ ├── DeviceInfo.cpp
│ ├── DeviceInfoDlg.cpp
│ ├── DeviceInfoDlg.h
│ ├── DeviceInfo.dsp
│ ├── DeviceInfo.dsw
│ ├── DeviceInfo.h
│ ├── DeviceInfo.ncb
│ ├── DeviceInfo.opt
│ ├── DeviceInfo.plg
│ ├── DeviceInfo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeviceInfo.ico
│ │ └── DeviceInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 004
│ ├── CdromInfo.aps
│ ├── CdromInfo.clw
│ ├── CdromInfo.cpp
│ ├── CdromInfoDlg.cpp
│ ├── CdromInfoDlg.h
│ ├── CdromInfo.dsp
│ ├── CdromInfo.dsw
│ ├── CdromInfo.h
│ ├── CdromInfo.ncb
│ ├── CdromInfo.opt
│ ├── CdromInfo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CdromInfo.ico
│ │ └── CdromInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 005
│ ├── DriverAttri.aps
│ ├── DriverAttri.clw
│ ├── DriverAttri.cpp
│ ├── DriverAttriDlg.cpp
│ ├── DriverAttriDlg.h
│ ├── DriverAttri.dsp
│ ├── DriverAttri.dsw
│ ├── DriverAttri.h
│ ├── DriverAttri.opt
│ ├── DriverAttri.rc
│ ├── res
│ │ ├── DriverAttri.ico
│ │ └── DriverAttri.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 006
│ ├── disk2.ICO
│ ├── DiskSerial.aps
│ ├── DiskSerial.clw
│ ├── DiskSerial.cpp
│ ├── DiskSerialDlg.cpp
│ ├── DiskSerialDlg.h
│ ├── DiskSerial.dsp
│ ├── DiskSerial.dsw
│ ├── DiskSerial.h
│ ├── DiskSerial.ncb
│ ├── DiskSerial.opt
│ ├── DiskSerial.plg
│ ├── DiskSerial.rc
│ ├── res
│ │ ├── DiskSerial.ico
│ │ └── DiskSerial.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 007
│ ├── DiskSpace.aps
│ ├── DiskSpace.clw
│ ├── DiskSpace.cpp
│ ├── DiskSpaceDlg.cpp
│ ├── DiskSpaceDlg.h
│ ├── DiskSpace.dsp
│ ├── DiskSpace.dsw
│ ├── DiskSpace.h
│ ├── DiskSpace.ncb
│ ├── DiskSpace.opt
│ ├── DiskSpace.plg
│ ├── DiskSpace.rc
│ ├── res
│ │ ├── DiskSpace.ico
│ │ └── DiskSpace.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 008
│ └── FormatDriver
│ ├── FormatDriver.clw
│ ├── FormatDriver.cpp
│ ├── FormatDriverDlg.cpp
│ ├── FormatDriverDlg.h
│ ├── FormatDriver.dsp
│ ├── FormatDriver.dsw
│ ├── FormatDriver.h
│ ├── FormatDriver.opt
│ ├── FormatDriver.rc
│ ├── res
│ │ ├── FormatDriver.ico
│ │ └── FormatDriver.rc2
│ ├── resource.h
│ ├── shell32.dll
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 009
│ └── CloseShare
│ ├── CloseShare.clw
│ ├── CloseShare.cpp
│ ├── CloseShareDlg.cpp
│ ├── CloseShareDlg.h
│ ├── CloseShare.dsp
│ ├── CloseShare.dsw
│ ├── CloseShare.h
│ ├── CloseShare.ncb
│ ├── CloseShare.opt
│ ├── CloseShare.plg
│ ├── CloseShare.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseShare.ico
│ │ └── CloseShare.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 010
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetVolume.ico
│ │ └── SetVolume.rc2
│ ├── resource.h
│ ├── SetVolume.aps
│ ├── SetVolume.clw
│ ├── SetVolume.cpp
│ ├── SetVolumeDlg.cpp
│ ├── SetVolumeDlg.h
│ ├── SetVolume.dsp
│ ├── SetVolume.dsw
│ ├── SetVolume.h
│ ├── SetVolume.ncb
│ ├── SetVolume.opt
│ ├── SetVolume.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 011
│ ├── DefragDisk.aps
│ ├── DefragDisk.clw
│ ├── DefragDisk.cpp
│ ├── DefragDiskDlg.cpp
│ ├── DefragDiskDlg.h
│ ├── DefragDisk.dsp
│ ├── DefragDisk.dsw
│ ├── DefragDisk.h
│ ├── DefragDisk.opt
│ ├── DefragDisk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DefragDisk.ico
│ │ └── DefragDisk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 012
│ └── NTFS
│ ├── NTFS.APS
│ ├── NTFS.clw
│ ├── NTFS.cpp
│ ├── NTFSDlg.cpp
│ ├── NTFSDlg.h
│ ├── NTFS.dsp
│ ├── NTFS.dsw
│ ├── NTFS.h
│ ├── NTFS.opt
│ ├── NTFS.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── disk.ICO
│ │ ├── NTFS.ico
│ │ └── NTFS.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 013
│ ├── HidePartion.aps
│ ├── HidePartion.clw
│ ├── HidePartion.cpp
│ ├── HidePartionDlg.cpp
│ ├── HidePartionDlg.h
│ ├── HidePartion.dsp
│ ├── HidePartion.dsw
│ ├── HidePartion.h
│ ├── HidePartion.opt
│ ├── HidePartion.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HidePartion.ico
│ │ └── HidePartion.rc2
│ ├── resource.h
│ ├── srp.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 014
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShowPartion.ico
│ │ └── ShowPartion.rc2
│ ├── resource.h
│ ├── ShowPartion.aps
│ ├── ShowPartion.clw
│ ├── ShowPartion.cpp
│ ├── ShowPartionDlg.cpp
│ ├── ShowPartionDlg.h
│ ├── ShowPartion.dsp
│ ├── ShowPartion.dsw
│ ├── ShowPartion.h
│ ├── ShowPartion.opt
│ ├── ShowPartion.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 015
│ ├── PartionNum.aps
│ ├── PartionNum.clw
│ ├── PartionNum.cpp
│ ├── PartionNumDlg.cpp
│ ├── PartionNumDlg.h
│ ├── PartionNum.dsp
│ ├── PartionNum.dsw
│ ├── PartionNum.h
│ ├── PartionNum.opt
│ ├── PartionNum.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PartionNum.ico
│ │ └── PartionNum.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 016
│ ├── HardDisk.aps
│ ├── HardDisk.clw
│ ├── HardDisk.cpp
│ ├── HardDiskDlg.cpp
│ ├── HardDiskDlg.h
│ ├── HardDisk.dsp
│ ├── HardDisk.dsw
│ ├── HardDisk.h
│ ├── HardDisk.opt
│ ├── HardDisk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HardDisk.ico
│ │ └── HardDisk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 017
│ └── ShortCut
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShortCut.ico
│ │ └── ShortCut.rc2
│ ├── resource.h
│ ├── ShortCut.aps
│ ├── ShortCut.clw
│ ├── ShortCut.cpp
│ ├── ShortCutDlg.cpp
│ ├── ShortCutDlg.h
│ ├── ShortCut.dsp
│ ├── ShortCut.dsw
│ ├── ShortCut.h
│ ├── ShortCut.opt
│ ├── ShortCut.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 018
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── CbuttonST类
│ │ ├── BtnST.cpp
│ │ └── BtnST.h
│ ├── ControlPanl.aps
│ ├── ControlPanl.clw
│ ├── ControlPanl.cpp
│ ├── ControlPanlDlg.cpp
│ ├── ControlPanlDlg.h
│ ├── ControlPanl.dsp
│ ├── ControlPanl.dsw
│ ├── ControlPanl.h
│ ├── ControlPanl.opt
│ ├── ControlPanl.rc
│ ├── ICO
│ │ ├── access.ICO
│ │ ├── appwiz.ICO
│ │ ├── desk.ICO
│ │ ├── hdwwiz.ICO
│ │ ├── internet.ICO
│ │ ├── intl.ICO
│ │ ├── keyboard.ICO
│ │ ├── mmsys.ICO
│ │ ├── mouse.ICO
│ │ ├── sysdm.ICO
│ │ ├── telephon.ICO
│ │ └── timedate.ICO
│ ├── res
│ │ ├── ControlPanl.ico
│ │ └── ControlPanl.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 019
│ └── ControlCdrom
│ ├── ControlCdrom.aps
│ ├── ControlCdrom.clw
│ ├── ControlCdrom.cpp
│ ├── ControlCdromDlg.cpp
│ ├── ControlCdromDlg.h
│ ├── ControlCdrom.dsp
│ ├── ControlCdrom.dsw
│ ├── ControlCdrom.h
│ ├── ControlCdrom.opt
│ ├── ControlCdrom.rc
│ ├── res
│ │ ├── ControlCdrom.ico
│ │ └── ControlCdrom.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 020
│ ├── res
│ │ ├── ShutWindow.ico
│ │ └── ShutWindow.rc2
│ ├── resource.h
│ ├── ShutWindow.aps
│ ├── ShutWindow.clw
│ ├── ShutWindow.cpp
│ ├── ShutWindowDlg.cpp
│ ├── ShutWindowDlg.h
│ ├── ShutWindow.dsp
│ ├── ShutWindow.dsw
│ ├── ShutWindow.h
│ ├── ShutWindow.opt
│ ├── ShutWindow.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 021
│ └── monitor
│ ├── Debug
│ │ └── monitor.res
│ ├── monitor.aps
│ ├── monitor.clw
│ ├── monitor.cpp
│ ├── monitorDlg.cpp
│ ├── monitorDlg.h
│ ├── monitor.dsp
│ ├── monitor.dsw
│ ├── monitor.h
│ ├── monitor.ncb
│ ├── monitor.opt
│ ├── monitor.plg
│ ├── monitor.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── monitor.ico
│ │ └── monitor.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 022
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ScreenSave.ico
│ │ └── ScreenSave.rc2
│ ├── Resource.h
│ ├── ScreenSave.aps
│ ├── ScreenSave.clw
│ ├── ScreenSave.cpp
│ ├── ScreenSaveDlg.cpp
│ ├── ScreenSaveDlg.h
│ ├── ScreenSave.dsp
│ ├── ScreenSave.dsw
│ ├── ScreenSave.h
│ ├── ScreenSave.opt
│ ├── ScreenSave.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 023
│ └── CloseInput
│ ├── CloseInput.aps
│ ├── CloseInput.clw
│ ├── CloseInput.cpp
│ ├── CloseInputDlg.cpp
│ ├── CloseInputDlg.h
│ ├── CloseInput.dsp
│ ├── CloseInput.dsw
│ ├── CloseInput.h
│ ├── CloseInput.ncb
│ ├── CloseInput.opt
│ ├── CloseInput.plg
│ ├── CloseInput.rc
│ ├── Debug
│ │ └── CloseInput.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseInput.ico
│ │ └── CloseInput.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 024
│ └── Sound
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Sound.ico
│ │ └── Sound.rc2
│ ├── Resource.h
│ ├── Sound.aps
│ ├── Sound.clw
│ ├── Sound.cpp
│ ├── SoundDlg.cpp
│ ├── SoundDlg.h
│ ├── Sound.dsp
│ ├── Sound.dsw
│ ├── Sound.h
│ ├── Sound.opt
│ ├── Sound.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 025
│ ├── EnumProcess.aps
│ ├── EnumProcess.clw
│ ├── EnumProcess.cpp
│ ├── EnumProcessDlg.cpp
│ ├── EnumProcessDlg.h
│ ├── EnumProcess.dsp
│ ├── EnumProcess.dsw
│ ├── EnumProcess.h
│ ├── EnumProcess.opt
│ ├── EnumProcess.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 22.ico
│ │ ├── EnumProcess.ico
│ │ └── EnumProcess.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 026
│ ├── AppActive.aps
│ ├── AppActive.clw
│ ├── AppActive.cpp
│ ├── AppActiveDlg.cpp
│ ├── AppActiveDlg.h
│ ├── AppActive.dsp
│ ├── AppActive.dsw
│ ├── AppActive.h
│ ├── AppActive.opt
│ ├── AppActive.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 86.ico
│ │ ├── AppActive.ico
│ │ └── AppActive.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 027
│ ├── FetchTaskList.aps
│ ├── FetchTaskList.clw
│ ├── FetchTaskList.cpp
│ ├── FetchTaskListDlg.cpp
│ ├── FetchTaskListDlg.h
│ ├── FetchTaskList.dsp
│ ├── FetchTaskList.dsw
│ ├── FetchTaskList.h
│ ├── FetchTaskList.opt
│ ├── FetchTaskList.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 30.ico
│ │ ├── FetchTaskList.ico
│ │ └── FetchTaskList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 028
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 14.ico
│ │ ├── TestRun.ico
│ │ └── TestRun.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestRun.aps
│ ├── TestRun.clw
│ ├── TestRun.cpp
│ ├── TestRunDlg.cpp
│ ├── TestRunDlg.h
│ ├── TestRun.dsp
│ ├── TestRun.dsw
│ ├── TestRun.h
│ ├── TestRun.opt
│ └── TestRun.rc
├── 029
│ ├── PlugApp
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Plug
│ │ │ ├── One.dll
│ │ │ └── TestDllOne.dll
│ │ ├── PlugApp.aps
│ │ ├── PlugApp.clw
│ │ ├── PlugApp.cpp
│ │ ├── PlugAppDoc.cpp
│ │ ├── PlugAppDoc.h
│ │ ├── PlugApp.dsp
│ │ ├── PlugApp.dsw
│ │ ├── PlugApp.h
│ │ ├── PlugApp.opt
│ │ ├── PlugApp.rc
│ │ ├── PlugAppView.cpp
│ │ ├── PlugAppView.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── PlugApp.res
│ │ ├── res
│ │ │ ├── PlugAppDoc.ico
│ │ │ ├── PlugApp.ico
│ │ │ ├── PlugApp.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── TestDllOne
│ ├── 100.ico
│ ├── 103.ico
│ ├── bitmap1.bmp
│ ├── icon1.ico
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── TestDllOne.dll
│ │ ├── TestDllOne.exp
│ │ ├── TestDllOne.lib
│ │ └── TestDllOne.res
│ ├── res
│ │ └── TestDllOne.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestDllOne.clw
│ ├── TestDllOne.cpp
│ ├── TestDllOne.def
│ ├── TestDllOne.dsp
│ ├── TestDllOne.dsw
│ ├── TestDllOne.h
│ ├── TestDllOne.opt
│ └── TestDllOne.rc
├── 030
│ ├── ModifyCaption.aps
│ ├── ModifyCaption.clw
│ ├── ModifyCaption.cpp
│ ├── ModifyCaptionDlg.cpp
│ ├── ModifyCaptionDlg.h
│ ├── ModifyCaption.dsp
│ ├── ModifyCaption.dsw
│ ├── ModifyCaption.h
│ ├── ModifyCaption.opt
│ ├── ModifyCaption.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 11.ico
│ │ ├── ModifyCaption.ico
│ │ └── ModifyCaption.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 031
│ ├── DrawForm
│ │ ├── DrawForm.aps
│ │ ├── DrawForm.clw
│ │ ├── DrawForm.cpp
│ │ ├── DrawFormDlg.cpp
│ │ ├── DrawFormDlg.h
│ │ ├── DrawForm.dsp
│ │ ├── DrawForm.dsw
│ │ ├── DrawForm.h
│ │ ├── DrawForm.opt
│ │ ├── DrawForm.rc
│ │ ├── MVC2DF.tmp
│ │ ├── MyDlg.cpp
│ │ ├── MyDlg.h
│ │ ├── MyStatic.cpp
│ │ ├── MyStatic.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DrawForm.ico
│ │ │ ├── DrawForm.rc2
│ │ │ └── HH.bmp
│ │ ├── resource.h
│ │ ├── SkinOne.ski
│ │ ├── SkinTwo.ski
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── SkinDll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── HotButton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── leftbottom.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── rightbottom.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SkinDll.rc2
│ │ │ ├── 原稿.bmp
│ │ │ └── 复件 RightTitle.bmp
│ │ ├── resource.h
│ │ ├── SkinDll.clw
│ │ ├── SkinDll.cpp
│ │ ├── SkinDll.def
│ │ ├── SkinDll.dsp
│ │ ├── SkinDll.dsw
│ │ ├── SkinDll.h
│ │ ├── SkinDll.opt
│ │ ├── SkinDll.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── SkinOne
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── leftbottom.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── rightbottom.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SkinDll.rc2
│ │ │ └── 原稿.bmp
│ │ ├── resource.h
│ │ ├── SkinDll.clw
│ │ ├── SkinDll.cpp
│ │ ├── SkinDll.def
│ │ ├── SkinDll.dsp
│ │ ├── SkinDll.dsw
│ │ ├── SkinDll.h
│ │ ├── SkinDll.opt
│ │ ├── SkinDll.rc
│ │ ├── SkinDll.ski
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 程序使用说明.txt
├── 032
│ └── FetchDir
│ ├── FetchDir.clw
│ ├── FetchDir.cpp
│ ├── FetchDirDlg.cpp
│ ├── FetchDirDlg.h
│ ├── FetchDir.dsp
│ ├── FetchDir.dsw
│ ├── FetchDir.h
│ ├── FetchDir.opt
│ ├── FetchDir.rc
│ ├── msword9.cpp
│ ├── msword9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FetchDir.ico
│ │ └── FetchDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 033
│ ├── FetchDll.aps
│ ├── FetchDll.clw
│ ├── FetchDll.cpp
│ ├── FetchDllDlg.cpp
│ ├── FetchDllDlg.h
│ ├── FetchDll.dsp
│ ├── FetchDll.dsw
│ ├── FetchDll.h
│ ├── FetchDll.opt
│ ├── FetchDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── FetchDll.ico
│ │ └── FetchDll.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 034
│ ├── FetchDll.aps
│ ├── FetchDll.clw
│ ├── FetchDll.cpp
│ ├── FetchDllDlg.cpp
│ ├── FetchDllDlg.h
│ ├── FetchDll.dsp
│ ├── FetchDll.dsw
│ ├── FetchDll.h
│ ├── FetchDll.opt
│ ├── FetchDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── FetchDll.ico
│ │ └── FetchDll.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 035
│ ├── DataManage
│ │ ├── DataManage.aps
│ │ ├── DataManage.clw
│ │ ├── DataManage.cpp
│ │ ├── DataManageDlg.cpp
│ │ ├── DataManageDlg.h
│ │ ├── DataManage.dsp
│ │ ├── DataManage.dsw
│ │ ├── DataManage.h
│ │ ├── DataManage.ncb
│ │ ├── DataManage.opt
│ │ ├── DataManage.plg
│ │ ├── DataManage.rc
│ │ ├── Debug
│ │ │ └── DataManage.res
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── DataManage.res
│ │ ├── res
│ │ │ ├── DataManage.ico
│ │ │ └── DataManage.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ParamExe
│ │ ├── ParamExe.aps
│ │ ├── ParamExe.clw
│ │ ├── ParamExe.cpp
│ │ ├── ParamExeDlg.cpp
│ │ ├── ParamExeDlg.h
│ │ ├── ParamExe.dsp
│ │ ├── ParamExe.dsw
│ │ ├── ParamExe.h
│ │ ├── ParamExe.opt
│ │ ├── ParamExe.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FIFA 99.ICO
│ │ │ ├── ParamExe.ico
│ │ │ └── ParamExe.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 程序使用说明.txt
├── 036
│ ├── Debug
│ │ └── WaitProcess.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WaitProcess.ico
│ │ └── WaitProcess.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WaitProcess.aps
│ ├── WaitProcess.clw
│ ├── WaitProcess.cpp
│ ├── WaitProcessDlg.cpp
│ ├── WaitProcessDlg.h
│ ├── WaitProcess.dsp
│ ├── WaitProcess.dsw
│ ├── WaitProcess.h
│ ├── WaitProcess.ncb
│ ├── WaitProcess.opt
│ ├── WaitProcess.plg
│ └── WaitProcess.rc
├── 037
│ ├── CustomStatic.cpp
│ ├── CustomStatic.h
│ ├── FetchAndSaveIcon.aps
│ ├── FetchAndSaveIcon.clw
│ ├── FetchAndSaveIcon.cpp
│ ├── FetchAndSaveIconDlg.cpp
│ ├── FetchAndSaveIconDlg.h
│ ├── FetchAndSaveIcon.dsp
│ ├── FetchAndSaveIcon.dsw
│ ├── FetchAndSaveIcon.h
│ ├── FetchAndSaveIcon.opt
│ ├── FetchAndSaveIcon.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 10.ico
│ │ ├── 110.ico
│ │ ├── FetchAndSaveIcon.ico
│ │ └── FetchAndSaveIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 038
│ └── AddShortcut
│ ├── AddShortcut.clw
│ ├── AddShortcut.cpp
│ ├── AddShortcutDlg.cpp
│ ├── AddShortcutDlg.h
│ ├── AddShortcut.dsp
│ ├── AddShortcut.dsw
│ ├── AddShortcut.h
│ ├── AddShortcut.opt
│ ├── AddShortcut.rc
│ ├── res
│ │ ├── AddShortcut.ico
│ │ └── AddShortcut.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 039
│ └── ProcessList
│ ├── ProcessList.clw
│ ├── ProcessList.cpp
│ ├── ProcessListDlg.cpp
│ ├── ProcessListDlg.h
│ ├── ProcessList.dsp
│ ├── ProcessList.dsw
│ ├── ProcessList.h
│ ├── ProcessList.opt
│ ├── ProcessList.rc
│ ├── res
│ │ ├── ProcessList.ico
│ │ └── ProcessList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 040
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SecondTime.ico
│ │ └── SecondTime.rc2
│ ├── resource.h
│ ├── SecondTime.aps
│ ├── SecondTime.clw
│ ├── SecondTime.cpp
│ ├── SecondTimeDlg.cpp
│ ├── SecondTimeDlg.h
│ ├── SecondTime.dsp
│ ├── SecondTime.dsw
│ ├── SecondTime.h
│ ├── SecondTime.opt
│ ├── SecondTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 041
│ ├── ReadMe.txt
│ ├── RegCom.aps
│ ├── RegCom.clw
│ ├── RegCom.cpp
│ ├── RegComDlg.cpp
│ ├── RegComDlg.h
│ ├── RegCom.dsp
│ ├── RegCom.dsw
│ ├── RegCom.h
│ ├── RegCom.opt
│ ├── RegCom.rc
│ ├── res
│ │ ├── RegCom.ico
│ │ └── RegCom.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 042
│ └── Clearhsz
│ ├── Clearhsz.clw
│ ├── Clearhsz.cpp
│ ├── ClearhszDlg.cpp
│ ├── ClearhszDlg.h
│ ├── Clearhsz.dsp
│ ├── Clearhsz.dsw
│ ├── Clearhsz.h
│ ├── Clearhsz.opt
│ ├── Clearhsz.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clearhsz.ico
│ │ └── Clearhsz.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 043
│ └── Attribute
│ ├── Attribute.aps
│ ├── Attribute.clw
│ ├── Attribute.cpp
│ ├── AttributeDlg.cpp
│ ├── AttributeDlg.h
│ ├── Attribute.dsp
│ ├── Attribute.dsw
│ ├── Attribute.h
│ ├── Attribute.opt
│ ├── Attribute.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Attribute.ico
│ │ └── Attribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 044
│ ├── HideDesktop.aps
│ ├── HideDesktop.clw
│ ├── HideDesktop.cpp
│ ├── HideDesktopDlg.cpp
│ ├── HideDesktopDlg.h
│ ├── HideDesktop.dsp
│ ├── HideDesktop.dsw
│ ├── HideDesktop.h
│ ├── HideDesktop.opt
│ ├── HideDesktop.rc
│ ├── res
│ │ ├── HideDesktop.ico
│ │ └── HideDesktop.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 045
│ └── HideStartMenu
│ ├── HideStartMenu.clw
│ ├── HideStartMenu.cpp
│ ├── HideStartMenuDlg.cpp
│ ├── HideStartMenuDlg.h
│ ├── HideStartMenu.dsp
│ ├── HideStartMenu.dsw
│ ├── HideStartMenu.h
│ ├── HideStartMenu.opt
│ ├── HideStartMenu.rc
│ ├── res
│ │ ├── HideStartMenu.ico
│ │ └── HideStartMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 046
│ ├── HideTrayWnd.aps
│ ├── HideTrayWnd.clw
│ ├── HideTrayWnd.cpp
│ ├── HideTrayWndDlg.cpp
│ ├── HideTrayWndDlg.h
│ ├── HideTrayWnd.dsp
│ ├── HideTrayWnd.dsw
│ ├── HideTrayWnd.h
│ ├── HideTrayWnd.opt
│ ├── HideTrayWnd.rc
│ ├── res
│ │ ├── HideTrayWnd.ico
│ │ └── HideTrayWnd.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 047
│ └── Screen
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Screen.ico
│ │ └── Screen.rc2
│ ├── Resource.h
│ ├── Screen.aps
│ ├── Screen.clw
│ ├── Screen.cpp
│ ├── ScreenDlg.cpp
│ ├── ScreenDlg.h
│ ├── Screen.dsp
│ ├── Screen.dsw
│ ├── Screen.h
│ ├── Screen.opt
│ ├── Screen.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 048
│ ├── Capital.aps
│ ├── Capital.clw
│ ├── Capital.cpp
│ ├── CapitalDlg.cpp
│ ├── CapitalDlg.h
│ ├── Capital.dsp
│ ├── Capital.dsw
│ ├── Capital.h
│ ├── Capital.opt
│ ├── Capital.rc
│ ├── Debug
│ │ └── Capital.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Capital.ico
│ │ └── Capital.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 049
│ └── TaskAttribute
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TaskAttribute.ico
│ │ └── TaskAttribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TaskAttribute.aps
│ ├── TaskAttribute.clw
│ ├── TaskAttribute.cpp
│ ├── TaskAttributeDlg.cpp
│ ├── TaskAttributeDlg.h
│ ├── TaskAttribute.dsp
│ ├── TaskAttribute.dsw
│ ├── TaskAttribute.h
│ ├── TaskAttribute.opt
│ └── TaskAttribute.rc
├── 050
│ ├── GetTastDesk.aps
│ ├── GetTastDesk.clw
│ ├── GetTastDesk.cpp
│ ├── GetTastDeskDlg.cpp
│ ├── GetTastDeskDlg.h
│ ├── GetTastDesk.dsp
│ ├── GetTastDesk.dsw
│ ├── GetTastDesk.h
│ ├── GetTastDesk.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetTastDesk.ico
│ │ └── GetTastDesk.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 051
│ ├── Clock.aps
│ ├── Clock.clw
│ ├── Clock.cpp
│ ├── ClockDlg.cpp
│ ├── ClockDlg.h
│ ├── Clock.dsp
│ ├── Clock.dsw
│ ├── Clock.h
│ ├── Clock.opt
│ ├── Clock.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clock.ico
│ │ └── Clock.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 052
│ ├── BackgroundColor.aps
│ ├── BackgroundColor.clw
│ ├── BackgroundColor.cpp
│ ├── BackgroundColorDlg.cpp
│ ├── BackgroundColorDlg.h
│ ├── BackgroundColor.dsp
│ ├── BackgroundColor.dsw
│ ├── BackgroundColor.h
│ ├── BackgroundColor.opt
│ ├── BackgroundColor.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── BackgroundColor.ico
│ │ └── BackgroundColor.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 053
│ ├── GetSysListViewHandle.aps
│ ├── GetSysListViewHandle.clw
│ ├── GetSysListViewHandle.cpp
│ ├── GetSysListViewHandleDlg.cpp
│ ├── GetSysListViewHandleDlg.h
│ ├── GetSysListViewHandle.dsp
│ ├── GetSysListViewHandle.dsw
│ ├── GetSysListViewHandle.h
│ ├── GetSysListViewHandle.opt
│ ├── GetSysListViewHandle.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSysListViewHandle.ico
│ │ └── GetSysListViewHandle.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 054
│ ├── GetCUPID.aps
│ ├── GetCUPID.clw
│ ├── GetCUPID.cpp
│ ├── GetCUPIDDlg.cpp
│ ├── GetCUPIDDlg.h
│ ├── GetCUPID.dsp
│ ├── GetCUPID.dsw
│ ├── GetCUPID.h
│ ├── GetCUPID.opt
│ ├── GetCUPID.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCUPID.ico
│ │ └── GetCUPID.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 055
│ ├── GetCpuTime.aps
│ ├── GetCpuTime.clw
│ ├── GetCpuTime.cpp
│ ├── GetCpuTimeDlg.cpp
│ ├── GetCpuTimeDlg.h
│ ├── GetCpuTime.dsp
│ ├── GetCpuTime.dsw
│ ├── GetCpuTime.h
│ ├── GetCpuTime.opt
│ ├── GetCpuTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCpuTime.ico
│ │ └── GetCpuTime.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 056
│ └── GetSpeDir
│ ├── GetSpeDir.clw
│ ├── GetSpeDir.cpp
│ ├── GetSpeDirDlg.cpp
│ ├── GetSpeDirDlg.h
│ ├── GetSpeDir.dsp
│ ├── GetSpeDir.dsw
│ ├── GetSpeDir.h
│ ├── GetSpeDir.opt
│ ├── GetSpeDir.rc
│ ├── res
│ │ ├── GetSpeDir.ico
│ │ └── GetSpeDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 057
│ ├── GetSpecialFolderLocation.aps
│ ├── GetSpecialFolderLocation.clw
│ ├── GetSpecialFolderLocation.cpp
│ ├── GetSpecialFolderLocationDlg.cpp
│ ├── GetSpecialFolderLocationDlg.h
│ ├── GetSpecialFolderLocation.dsp
│ ├── GetSpecialFolderLocation.dsw
│ ├── GetSpecialFolderLocation.h
│ ├── GetSpecialFolderLocation.opt
│ ├── GetSpecialFolderLocation.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSpecialFolderLocation.ico
│ │ └── GetSpecialFolderLocation.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 058
│ └── StartMode
│ ├── res
│ │ ├── StartMode.ico
│ │ └── StartMode.rc2
│ ├── resource.h
│ ├── StartMode.clw
│ ├── StartMode.cpp
│ ├── StartModeDlg.cpp
│ ├── StartModeDlg.h
│ ├── StartMode.dsp
│ ├── StartMode.dsw
│ ├── StartMode.h
│ ├── StartMode.opt
│ ├── StartMode.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 059
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SystemType.ico
│ │ └── SystemType.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SystemType.aps
│ ├── SystemType.clw
│ ├── SystemType.cpp
│ ├── SystemTypeDlg.cpp
│ ├── SystemTypeDlg.h
│ ├── SystemType.dsp
│ ├── SystemType.dsw
│ ├── SystemType.h
│ ├── SystemType.opt
│ ├── SystemType.rc
│ └── 程序使用说明.txt
├── 060
│ └── CurrentTime
│ ├── CurrentTime.aps
│ ├── CurrentTime.clw
│ ├── CurrentTime.cpp
│ ├── CurrentTimeDlg.cpp
│ ├── CurrentTimeDlg.h
│ ├── CurrentTime.dsp
│ ├── CurrentTime.dsw
│ ├── CurrentTime.h
│ ├── CurrentTime.opt
│ ├── CurrentTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CurrentTime.ico
│ │ └── CurrentTime.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 061
│ ├── GetSysTime.aps
│ ├── GetSysTime.clw
│ ├── GetSysTime.cpp
│ ├── GetSysTimeDlg.cpp
│ ├── GetSysTimeDlg.h
│ ├── GetSysTime.dsp
│ ├── GetSysTime.dsw
│ ├── GetSysTime.h
│ ├── GetSysTime.opt
│ ├── GetSysTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 26.ico
│ │ ├── GetSysTime.ico
│ │ └── GetSysTime.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 062
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SysStructInfo.ico
│ │ └── SysStructInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SysStructInfo.aps
│ ├── SysStructInfo.clw
│ ├── SysStructInfo.cpp
│ ├── SysStructInfoDlg.cpp
│ ├── SysStructInfoDlg.h
│ ├── SysStructInfo.dsp
│ ├── SysStructInfo.dsw
│ ├── SysStructInfo.h
│ ├── SysStructInfo.opt
│ └── SysStructInfo.rc
├── 063
│ ├── 写入数据程序
│ │ ├── MapshareMain.aps
│ │ ├── MapshareMain.clw
│ │ ├── MapshareMain.cpp
│ │ ├── MapshareMainDlg.cpp
│ │ ├── MapshareMainDlg.h
│ │ ├── MapshareMain.dsp
│ │ ├── MapshareMain.dsw
│ │ ├── MapshareMain.h
│ │ ├── MapshareMain.opt
│ │ ├── MapshareMain.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MapshareMain.ico
│ │ │ └── MapshareMain.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 读取数据程序
│ ├── MapshareSub.aps
│ ├── MapshareSub.clw
│ ├── MapshareSub.cpp
│ ├── MapshareSubDlg.cpp
│ ├── MapshareSubDlg.h
│ ├── MapshareSub.dsp
│ ├── MapshareSub.dsw
│ ├── MapshareSub.h
│ ├── MapshareSub.opt
│ ├── MapshareSub.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MapshareSub.ico
│ │ └── MapshareSub.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 064
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WaveOutGetNumDevs.ico
│ │ └── WaveOutGetNumDevs.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WaveOutGetNumDevs.aps
│ ├── WaveOutGetNumDevs.clw
│ ├── WaveOutGetNumDevs.cpp
│ ├── WaveOutGetNumDevsDlg.cpp
│ ├── WaveOutGetNumDevsDlg.h
│ ├── WaveOutGetNumDevs.dsp
│ ├── WaveOutGetNumDevs.dsw
│ ├── WaveOutGetNumDevs.h
│ ├── WaveOutGetNumDevs.opt
│ └── WaveOutGetNumDevs.rc
├── 065
│ ├── CurrentUser.aps
│ ├── CurrentUser.clw
│ ├── CurrentUser.cpp
│ ├── CurrentUserDlg.cpp
│ ├── CurrentUserDlg.h
│ ├── CurrentUser.dsp
│ ├── CurrentUser.dsw
│ ├── CurrentUser.h
│ ├── CurrentUser.opt
│ ├── CurrentUser.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CurrentUser.ico
│ │ └── CurrentUser.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 066
│ ├── GetEnvironmentStrings.aps
│ ├── GetEnvironmentStrings.clw
│ ├── GetEnvironmentStrings.cpp
│ ├── GetEnvironmentStringsDlg.cpp
│ ├── GetEnvironmentStringsDlg.h
│ ├── GetEnvironmentStrings.dsp
│ ├── GetEnvironmentStrings.dsw
│ ├── GetEnvironmentStrings.h
│ ├── GetEnvironmentStrings.opt
│ ├── GetEnvironmentStrings.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetEnvironmentStrings.ico
│ │ └── GetEnvironmentStrings.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 067
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetComputerName.ico
│ │ └── SetComputerName.rc2
│ ├── Resource.h
│ ├── SetComputerName.aps
│ ├── SetComputerName.clw
│ ├── SetComputerName.cpp
│ ├── SetComputerNameDlg.cpp
│ ├── SetComputerNameDlg.h
│ ├── SetComputerName.dsp
│ ├── SetComputerName.dsw
│ ├── SetComputerName.h
│ ├── SetComputerName.opt
│ ├── SetComputerName.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 068
│ ├── GetDeviceCaps.aps
│ ├── GetDeviceCaps.clw
│ ├── GetDeviceCaps.cpp
│ ├── GetDeviceCapsDlg.cpp
│ ├── GetDeviceCapsDlg.h
│ ├── GetDeviceCaps.dsp
│ ├── GetDeviceCaps.dsw
│ ├── GetDeviceCaps.h
│ ├── GetDeviceCaps.opt
│ ├── GetDeviceCaps.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDeviceCaps.ico
│ │ └── GetDeviceCaps.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 069
│ └── GetResolutionRatio
│ ├── GetResolutionRatio.aps
│ ├── GetResolutionRatio.clw
│ ├── GetResolutionRatio.cpp
│ ├── GetResolutionRatioDlg.cpp
│ ├── GetResolutionRatioDlg.h
│ ├── GetResolutionRatio.dsp
│ ├── GetResolutionRatio.dsw
│ ├── GetResolutionRatio.h
│ ├── GetResolutionRatio.opt
│ ├── GetResolutionRatio.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetResolutionRatio.ico
│ │ └── GetResolutionRatio.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 070
│ └── Message
│ ├── Message.aps
│ ├── Message.clw
│ ├── Message.cpp
│ ├── MessageDlg.cpp
│ ├── MessageDlg.h
│ ├── Message.dsp
│ ├── Message.dsw
│ ├── Message.h
│ ├── Message.opt
│ ├── Message.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Message.ico
│ │ └── Message.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 071
│ └── RegisterWindowMessage
│ ├── ReadMe.txt
│ ├── RegisterWindowMessage.aps
│ ├── RegisterWindowMessage.clw
│ ├── RegisterWindowMessage.cpp
│ ├── RegisterWindowMessageDlg.cpp
│ ├── RegisterWindowMessageDlg.h
│ ├── RegisterWindowMessage.dsp
│ ├── RegisterWindowMessage.dsw
│ ├── RegisterWindowMessage.h
│ ├── RegisterWindowMessage.opt
│ ├── RegisterWindowMessage.rc
│ ├── res
│ │ ├── RegisterWindowMessage.ico
│ │ └── RegisterWindowMessage.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 072
│ ├── 发送WM_COPYDATA消息端
│ │ ├── DataMsgMain.aps
│ │ ├── DataMsgMain.clw
│ │ ├── DataMsgMain.cpp
│ │ ├── DataMsgMainDlg.cpp
│ │ ├── DataMsgMainDlg.h
│ │ ├── DataMsgMain.dsp
│ │ ├── DataMsgMain.dsw
│ │ ├── DataMsgMain.h
│ │ ├── DataMsgMain.opt
│ │ ├── DataMsgMain.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DataMsgMain.ico
│ │ │ └── DataMsgMain.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 接收WM_COPYDATA消息端
│ ├── DataMsgClient.aps
│ ├── DataMsgClient.clw
│ ├── DataMsgClient.cpp
│ ├── DataMsgClientDlg.cpp
│ ├── DataMsgClientDlg.h
│ ├── DataMsgClient.dsp
│ ├── DataMsgClient.dsw
│ ├── DataMsgClient.h
│ ├── DataMsgClient.opt
│ ├── DataMsgClient.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DataMsgClient.ico
│ │ └── DataMsgClient.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 073
│ ├── AddToCombo.aps
│ ├── AddToCombo.clw
│ ├── AddToCombo.cpp
│ ├── AddToComboDlg.cpp
│ ├── AddToComboDlg.h
│ ├── AddToCombo.dsp
│ ├── AddToCombo.dsw
│ ├── AddToCombo.h
│ ├── AddToCombo.opt
│ ├── AddToCombo.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddToCombo.ico
│ │ └── AddToCombo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 074
│ ├── AddToListBox.aps
│ ├── AddToListBox.clw
│ ├── AddToListBox.cpp
│ ├── AddToListBoxDlg.cpp
│ ├── AddToListBoxDlg.h
│ ├── AddToListBox.dsp
│ ├── AddToListBox.dsw
│ ├── AddToListBox.h
│ ├── AddToListBox.opt
│ ├── AddToListBox.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddToListBox.ico
│ │ └── AddToListBox.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 075
│ └── ClipboardView
│ ├── ClipboardView.aps
│ ├── ClipboardView.clw
│ ├── ClipboardView.cpp
│ ├── ClipboardViewDlg.cpp
│ ├── ClipboardViewDlg.h
│ ├── ClipboardView.dsp
│ ├── ClipboardView.dsw
│ ├── ClipboardView.h
│ ├── ClipboardView.opt
│ ├── ClipboardView.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipboardView.ico
│ │ └── ClipboardView.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 076
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WatchClipBoard.ico
│ │ └── WatchClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WatchClipBoard.aps
│ ├── WatchClipBoard.clw
│ ├── WatchClipBoard.cpp
│ ├── WatchClipBoardDlg.cpp
│ ├── WatchClipBoardDlg.h
│ ├── WatchClipBoard.dsp
│ ├── WatchClipBoard.dsw
│ ├── WatchClipBoard.h
│ ├── WatchClipBoard.opt
│ └── WatchClipBoard.rc
├── 077
│ ├── ClipBoard.aps
│ ├── ClipBoard.clw
│ ├── ClipBoard.cpp
│ ├── ClipBoardDlg.cpp
│ ├── ClipBoardDlg.h
│ ├── ClipBoard.dsp
│ ├── ClipBoard.dsw
│ ├── ClipBoard.h
│ ├── ClipBoard.opt
│ ├── ClipBoard.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipBoard.ico
│ │ └── ClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 078
│ └── ClipBoard
│ ├── ClipBoard.aps
│ ├── ClipBoard.clw
│ ├── ClipBoard.cpp
│ ├── ClipBoardDlg.cpp
│ ├── ClipBoardDlg.h
│ ├── ClipBoard.dsp
│ ├── ClipBoard.dsw
│ ├── ClipBoard.h
│ ├── ClipBoard.opt
│ ├── ClipBoard.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClipBoard.ico
│ │ └── ClipBoard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 079
│ └── ProcessClip
│ ├── ProcessClip.aps
│ ├── ProcessClip.clw
│ ├── ProcessClip.cpp
│ ├── ProcessClipDlg.cpp
│ ├── ProcessClipDlg.h
│ ├── ProcessClip.dsp
│ ├── ProcessClip.dsw
│ ├── ProcessClip.h
│ ├── ProcessClip.opt
│ ├── ProcessClip.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ProcessClip.ico
│ │ └── ProcessClip.rc2
│ ├── Resource.h
│ ├── Son
│ │ ├── Debug
│ │ │ └── Son.res
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Son.ico
│ │ │ └── Son.rc2
│ │ ├── Resource.h
│ │ ├── Son.aps
│ │ ├── Son.clw
│ │ ├── Son.cpp
│ │ ├── SonDlg.cpp
│ │ ├── SonDlg.h
│ │ ├── Son.dsp
│ │ ├── Son.h
│ │ ├── Son.plg
│ │ ├── Son.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 080
│ └── TheadClipboard
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TheadClipboard.ico
│ │ └── TheadClipboard.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TheadClipboard.aps
│ ├── TheadClipboard.clw
│ ├── TheadClipboard.cpp
│ ├── TheadClipboardDlg.cpp
│ ├── TheadClipboardDlg.h
│ ├── TheadClipboard.dsp
│ ├── TheadClipboard.dsw
│ ├── TheadClipboard.h
│ ├── TheadClipboard.opt
│ └── TheadClipboard.rc
├── 081
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SwapMouseButton.ico
│ │ └── SwapMouseButton.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SwapMouseButton.aps
│ ├── SwapMouseButton.clw
│ ├── SwapMouseButton.cpp
│ ├── SwapMouseButtonDlg.cpp
│ ├── SwapMouseButtonDlg.h
│ ├── SwapMouseButton.dsp
│ ├── SwapMouseButton.dsw
│ ├── SwapMouseButton.h
│ ├── SwapMouseButton.opt
│ └── SwapMouseButton.rc
├── 082
│ ├── GetDoubleClickTime.aps
│ ├── GetDoubleClickTime.clw
│ ├── GetDoubleClickTime.cpp
│ ├── GetDoubleClickTimeDlg.cpp
│ ├── GetDoubleClickTimeDlg.h
│ ├── GetDoubleClickTime.dsp
│ ├── GetDoubleClickTime.dsw
│ ├── GetDoubleClickTime.h
│ ├── GetDoubleClickTime.opt
│ ├── GetDoubleClickTime.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDoubleClickTime.ico
│ │ └── GetDoubleClickTime.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 083
│ ├── GetSystemMetrics.aps
│ ├── GetSystemMetrics.clw
│ ├── GetSystemMetrics.cpp
│ ├── GetSystemMetricsDlg.cpp
│ ├── GetSystemMetricsDlg.h
│ ├── GetSystemMetrics.dsp
│ ├── GetSystemMetrics.dsw
│ ├── GetSystemMetrics.h
│ ├── GetSystemMetrics.opt
│ ├── GetSystemMetrics.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetSystemMetrics.ico
│ │ └── GetSystemMetrics.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 084
│ ├── GetHWND.aps
│ ├── GetHWND.clw
│ ├── GetHWND.cpp
│ ├── GetHWNDDlg.cpp
│ ├── GetHWNDDlg.h
│ ├── GetHWND.dsp
│ ├── GetHWND.dsw
│ ├── GetHWND.h
│ ├── GetHWND.opt
│ ├── GetHWND.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetHWND.ico
│ │ └── GetHWND.rc2
│ ├── resource.h
│ ├── sd2.cur
│ ├── sd3.ico
│ ├── sd.ico
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 085
│ └── MouseEvent
│ ├── Debug
│ │ └── MouseEvent.res
│ ├── MouseEvent.aps
│ ├── MouseEvent.clw
│ ├── MouseEvent.cpp
│ ├── MouseEventDlg.cpp
│ ├── MouseEventDlg.h
│ ├── MouseEvent.dsp
│ ├── MouseEvent.dsw
│ ├── MouseEvent.h
│ ├── MouseEvent.ncb
│ ├── MouseEvent.opt
│ ├── MouseEvent.plg
│ ├── MouseEvent.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MouseEvent.ico
│ │ └── MouseEvent.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 086
│ └── DoubleClick
│ ├── DoubleClick.aps
│ ├── DoubleClick.clw
│ ├── DoubleClick.cpp
│ ├── DoubleClickDoc.cpp
│ ├── DoubleClickDoc.h
│ ├── DoubleClick.dsp
│ ├── DoubleClick.dsw
│ ├── DoubleClick.h
│ ├── DoubleClick.opt
│ ├── DoubleClick.rc
│ ├── DoubleClickView.cpp
│ ├── DoubleClickView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DoubleClickDoc.ico
│ │ ├── DoubleClick.ico
│ │ ├── DoubleClick.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 087
│ ├── GetMousePosition.aps
│ ├── GetMousePosition.clw
│ ├── GetMousePosition.cpp
│ ├── GetMousePositionDlg.cpp
│ ├── GetMousePositionDlg.h
│ ├── GetMousePosition.dsp
│ ├── GetMousePosition.dsw
│ ├── GetMousePosition.h
│ ├── GetMousePosition.opt
│ ├── GetMousePosition.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetMousePosition.ico
│ │ └── GetMousePosition.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 088
│ ├── ReadMe.txt
│ ├── RecordMouseAction.aps
│ ├── RecordMouseAction.clw
│ ├── RecordMouseAction.cpp
│ ├── RecordMouseActionDlg.cpp
│ ├── RecordMouseActionDlg.h
│ ├── RecordMouseAction.dsp
│ ├── RecordMouseAction.dsw
│ ├── RecordMouseAction.h
│ ├── RecordMouseAction.opt
│ ├── RecordMouseAction.rc
│ ├── res
│ │ ├── RecordMouseAction.ico
│ │ └── RecordMouseAction.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 089
│ ├── HideMouse.aps
│ ├── HideMouse.clw
│ ├── HideMouse.cpp
│ ├── HideMouseDlg.cpp
│ ├── HideMouseDlg.h
│ ├── HideMouse.dsp
│ ├── HideMouse.dsw
│ ├── HideMouse.h
│ ├── HideMouse.opt
│ ├── HideMouse.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMouse.ico
│ │ └── HideMouse.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 090
│ ├── res
│ │ ├── SetHotKey.ico
│ │ └── SetHotKey.rc2
│ ├── resource.h
│ ├── SetHotKey.aps
│ ├── SetHotKey.clw
│ ├── SetHotKey.cpp
│ ├── SetHotKeyDlg.cpp
│ ├── SetHotKeyDlg.h
│ ├── SetHotKey.dsp
│ ├── SetHotKey.dsw
│ ├── SetHotKey.h
│ ├── SetHotKey.opt
│ ├── SetHotKey.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 091
│ ├── ReadMe.txt
│ ├── res
│ │ ├── UseAccel.ico
│ │ └── UseAccel.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UseAccel.aps
│ ├── UseAccel.clw
│ ├── UseAccel.cpp
│ ├── UseAccelDlg.cpp
│ ├── UseAccelDlg.h
│ ├── UseAccel.dsp
│ ├── UseAccel.dsw
│ ├── UseAccel.h
│ ├── UseAccel.opt
│ └── UseAccel.rc
├── 092
│ ├── MouseWheel.aps
│ ├── MouseWheel.clw
│ ├── MouseWheel.cpp
│ ├── MouseWheelDlg.cpp
│ ├── MouseWheelDlg.h
│ ├── MouseWheel.dsp
│ ├── MouseWheel.dsw
│ ├── MouseWheel.h
│ ├── MouseWheel.opt
│ ├── MouseWheel.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MouseWheel.ico
│ │ └── MouseWheel.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 093
│ ├── KeyName.aps
│ ├── KeyName.clw
│ ├── KeyName.cpp
│ ├── KeyNameDlg.cpp
│ ├── KeyNameDlg.h
│ ├── KeyName.dsp
│ ├── KeyName.dsw
│ ├── KeyName.h
│ ├── KeyName.opt
│ ├── KeyName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyName.ico
│ │ └── KeyName.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 094
│ ├── KeyboardType.aps
│ ├── KeyboardType.clw
│ ├── KeyboardType.cpp
│ ├── KeyboardTypeDlg.cpp
│ ├── KeyboardTypeDlg.h
│ ├── KeyboardType.dsp
│ ├── KeyboardType.dsw
│ ├── KeyboardType.h
│ ├── KeyboardType.opt
│ ├── KeyboardType.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyboardType.ico
│ │ └── KeyboardType.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 095
│ ├── KeyboardNumLamp.aps
│ ├── KeyboardNumLamp.clw
│ ├── KeyboardNumLamp.cpp
│ ├── KeyboardNumLampDlg.cpp
│ ├── KeyboardNumLampDlg.h
│ ├── KeyboardNumLamp.dsp
│ ├── KeyboardNumLamp.dsw
│ ├── KeyboardNumLamp.h
│ ├── KeyboardNumLamp.opt
│ ├── KeyboardNumLamp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── KeyboardNumLamp.ico
│ │ └── KeyboardNumLamp.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 096
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SimulateKeybdEvent.ico
│ │ └── SimulateKeybdEvent.rc2
│ ├── Resource.h
│ ├── SimulateKeybdEvent.aps
│ ├── SimulateKeybdEvent.clw
│ ├── SimulateKeybdEvent.cpp
│ ├── SimulateKeybdEventDlg.cpp
│ ├── SimulateKeybdEventDlg.h
│ ├── SimulateKeybdEvent.dsp
│ ├── SimulateKeybdEvent.dsw
│ ├── SimulateKeybdEvent.h
│ ├── SimulateKeybdEvent.opt
│ ├── SimulateKeybdEvent.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 097
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 098
│ └── CreateRegist
│ ├── CreateRegist.aps
│ ├── CreateRegist.clw
│ ├── CreateRegist.cpp
│ ├── CreateRegistDlg.cpp
│ ├── CreateRegistDlg.h
│ ├── CreateRegist.dsp
│ ├── CreateRegist.dsw
│ ├── CreateRegist.h
│ ├── CreateRegist.ncb
│ ├── CreateRegist.opt
│ ├── CreateRegist.plg
│ ├── CreateRegist.rc
│ ├── Debug
│ │ └── CreateRegist.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateRegist.ico
│ │ └── CreateRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 099
│ └── OpenRegist
│ ├── Debug
│ │ └── OpenRegist.res
│ ├── OpenRegist.aps
│ ├── OpenRegist.clw
│ ├── OpenRegist.cpp
│ ├── OpenRegistDlg.cpp
│ ├── OpenRegistDlg.h
│ ├── OpenRegist.dsp
│ ├── OpenRegist.dsw
│ ├── OpenRegist.h
│ ├── OpenRegist.ncb
│ ├── OpenRegist.opt
│ ├── OpenRegist.plg
│ ├── OpenRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenRegist.ico
│ │ └── OpenRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 100
│ └── IfExitRegist
│ ├── Debug
│ │ └── IfExitRegist.res
│ ├── IfExitRegist.aps
│ ├── IfExitRegist.clw
│ ├── IfExitRegist.cpp
│ ├── IfExitRegistDlg.cpp
│ ├── IfExitRegistDlg.h
│ ├── IfExitRegist.dsp
│ ├── IfExitRegist.dsw
│ ├── IfExitRegist.h
│ ├── IfExitRegist.ncb
│ ├── IfExitRegist.opt
│ ├── IfExitRegist.plg
│ ├── IfExitRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IfExitRegist.ico
│ │ └── IfExitRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 101
│ └── DeleteRegist
│ ├── Debug
│ │ └── DeleteRegist.res
│ ├── DeleteRegist.aps
│ ├── DeleteRegist.clw
│ ├── DeleteRegist.cpp
│ ├── DeleteRegistDlg.cpp
│ ├── DeleteRegistDlg.h
│ ├── DeleteRegist.dsp
│ ├── DeleteRegist.dsw
│ ├── DeleteRegist.h
│ ├── DeleteRegist.ncb
│ ├── DeleteRegist.opt
│ ├── DeleteRegist.plg
│ ├── DeleteRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteRegist.ico
│ │ └── DeleteRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 102
│ └── OpenRootRegist
│ ├── Debug
│ │ └── OpenRootRegist.res
│ ├── OpenRootRegist.aps
│ ├── OpenRootRegist.clw
│ ├── OpenRootRegist.cpp
│ ├── OpenRootRegistDlg.cpp
│ ├── OpenRootRegistDlg.h
│ ├── OpenRootRegist.dsp
│ ├── OpenRootRegist.dsw
│ ├── OpenRootRegist.h
│ ├── OpenRootRegist.ncb
│ ├── OpenRootRegist.opt
│ ├── OpenRootRegist.plg
│ ├── OpenRootRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenRootRegist.ico
│ │ └── OpenRootRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 103
│ └── WriteData
│ ├── Debug
│ │ └── WriteData.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WriteData.ico
│ │ └── WriteData.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WriteData.aps
│ ├── WriteData.clw
│ ├── WriteData.cpp
│ ├── WriteDataDlg.cpp
│ ├── WriteDataDlg.h
│ ├── WriteData.dsp
│ ├── WriteData.dsw
│ ├── WriteData.h
│ ├── WriteData.ncb
│ ├── WriteData.opt
│ ├── WriteData.plg
│ └── WriteData.rc
├── 104
│ └── SetRegsit
│ ├── Debug
│ │ └── SetRegsit.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetRegsit.ico
│ │ └── SetRegsit.rc2
│ ├── resource.h
│ ├── SetRegsit.aps
│ ├── SetRegsit.clw
│ ├── SetRegsit.cpp
│ ├── SetRegsitDlg.cpp
│ ├── SetRegsitDlg.h
│ ├── SetRegsit.dsp
│ ├── SetRegsit.dsw
│ ├── SetRegsit.h
│ ├── SetRegsit.ncb
│ ├── SetRegsit.opt
│ ├── SetRegsit.plg
│ ├── SetRegsit.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 105
│ └── QuickSetRegsit
│ ├── Debug
│ │ └── QuickSetRegsit.res
│ ├── QuickSetRegsit.aps
│ ├── QuickSetRegsit.clw
│ ├── QuickSetRegsit.cpp
│ ├── QuickSetRegsitDlg.cpp
│ ├── QuickSetRegsitDlg.h
│ ├── QuickSetRegsit.dsp
│ ├── QuickSetRegsit.dsw
│ ├── QuickSetRegsit.h
│ ├── QuickSetRegsit.ncb
│ ├── QuickSetRegsit.opt
│ ├── QuickSetRegsit.plg
│ ├── QuickSetRegsit.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QuickSetRegsit.ico
│ │ └── QuickSetRegsit.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 106
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 107
│ └── RWMReg
│ ├── Debug
│ │ └── RWMReg.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── RWMReg.ico
│ │ └── RWMReg.rc2
│ ├── Resource.h
│ ├── RWMReg.aps
│ ├── RWMReg.clw
│ ├── RWMReg.cpp
│ ├── RWMRegDlg.cpp
│ ├── RWMRegDlg.h
│ ├── RWMReg.dsp
│ ├── RWMReg.dsw
│ ├── RWMReg.h
│ ├── RWMReg.ncb
│ ├── RWMReg.opt
│ ├── RWMReg.plg
│ ├── RWMReg.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 108
│ └── Regedit
│ ├── Debug
│ │ └── Regedit.res
│ ├── ReadMe.txt
│ ├── Regedit.aps
│ ├── Regedit.clw
│ ├── Regedit.cpp
│ ├── RegeditDlg.cpp
│ ├── RegeditDlg.h
│ ├── Regedit.dsp
│ ├── Regedit.dsw
│ ├── Regedit.h
│ ├── Regedit.ncb
│ ├── Regedit.opt
│ ├── Regedit.plg
│ ├── Regedit.rc
│ ├── res
│ │ ├── Regedit.ico
│ │ └── Regedit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 109
│ └── QueryRegist
│ ├── Debug
│ │ └── QueryRegist.res
│ ├── QueryRegist.aps
│ ├── QueryRegist.clw
│ ├── QueryRegist.cpp
│ ├── QueryRegistDlg.cpp
│ ├── QueryRegistDlg.h
│ ├── QueryRegist.dsp
│ ├── QueryRegist.dsw
│ ├── QueryRegist.h
│ ├── QueryRegist.ncb
│ ├── QueryRegist.opt
│ ├── QueryRegist.plg
│ ├── QueryRegist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QueryRegist.ico
│ │ └── QueryRegist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 110
│ └── QueryRegist2
│ ├── Debug
│ │ └── QueryRegist2.res
│ ├── QueryRegist2.aps
│ ├── QueryRegist2.clw
│ ├── QueryRegist2.cpp
│ ├── QueryRegist2Dlg.cpp
│ ├── QueryRegist2Dlg.h
│ ├── QueryRegist2.dsp
│ ├── QueryRegist2.dsw
│ ├── QueryRegist2.h
│ ├── QueryRegist2.ncb
│ ├── QueryRegist2.opt
│ ├── QueryRegist2.plg
│ ├── QueryRegist2.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── QueryRegist2.ico
│ │ └── QueryRegist2.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 111
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 112
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 113
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 114
│ ├── Debug
│ │ └── RegRunKey.res
│ ├── ReadMe.txt
│ ├── RegRunKey.aps
│ ├── RegRunKey.clw
│ ├── RegRunKey.cpp
│ ├── RegRunKeyDlg.cpp
│ ├── RegRunKeyDlg.h
│ ├── RegRunKey.dsp
│ ├── RegRunKey.dsw
│ ├── RegRunKey.h
│ ├── RegRunKey.ncb
│ ├── RegRunKey.opt
│ ├── RegRunKey.plg
│ ├── RegRunKey.rc
│ ├── res
│ │ ├── RegRunKey.ico
│ │ └── RegRunKey.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 115
│ └── SaveReg
│ ├── Debug
│ │ └── SaveReg.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SaveReg.ico
│ │ └── SaveReg.rc2
│ ├── Resource.h
│ ├── SaveReg.aps
│ ├── SaveReg.clw
│ ├── SaveReg.cpp
│ ├── SaveRegDlg.cpp
│ ├── SaveRegDlg.h
│ ├── SaveReg.dsp
│ ├── SaveReg.dsw
│ ├── SaveReg.h
│ ├── SaveReg.ncb
│ ├── SaveReg.opt
│ ├── SaveReg.plg
│ ├── SaveReg.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 116
│ ├── Debug
│ │ └── EnumServer.res
│ ├── EnumServer.aps
│ ├── EnumServer.clw
│ ├── EnumServer.cpp
│ ├── EnumServerDlg.cpp
│ ├── EnumServerDlg.h
│ ├── EnumServer.dsp
│ ├── EnumServer.dsw
│ ├── EnumServer.h
│ ├── EnumServer.ncb
│ ├── EnumServer.opt
│ ├── EnumServer.plg
│ ├── EnumServer.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumServer.ico
│ │ └── EnumServer.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 117
│ ├── Debug
│ │ └── StartRun.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── StartRun.ico
│ │ └── StartRun.rc2
│ ├── resource.h
│ ├── StartRun.aps
│ ├── StartRun.clw
│ ├── StartRun.cpp
│ ├── StartRunDlg.cpp
│ ├── StartRunDlg.h
│ ├── StartRun.dsp
│ ├── StartRun.dsw
│ ├── StartRun.h
│ ├── StartRun.ncb
│ ├── StartRun.opt
│ ├── StartRun.plg
│ ├── StartRun.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 118
│ └── PhotoShopInfo
│ ├── Debug
│ │ └── PhotoShopInfo.res
│ ├── PhotoShopInfo.aps
│ ├── PhotoShopInfo.clw
│ ├── PhotoShopInfo.cpp
│ ├── PhotoShopInfoDlg.cpp
│ ├── PhotoShopInfoDlg.h
│ ├── PhotoShopInfo.dsp
│ ├── PhotoShopInfo.dsw
│ ├── PhotoShopInfo.h
│ ├── PhotoShopInfo.ncb
│ ├── PhotoShopInfo.opt
│ ├── PhotoShopInfo.plg
│ ├── PhotoShopInfo.rc
│ ├── res
│ │ ├── PhotoShopInfo.ico
│ │ └── PhotoShopInfo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 119
│ └── FileRelat
│ ├── FileRelat.clw
│ ├── FileRelat.cpp
│ ├── FileRelatDlg.cpp
│ ├── FileRelatDlg.h
│ ├── FileRelat.dsp
│ ├── FileRelat.dsw
│ ├── FileRelat.h
│ ├── FileRelat.rc
│ ├── res
│ │ ├── FileRelat.ico
│ │ └── FileRelat.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 120
│ └── StartAutoRun
│ ├── Debug
│ │ └── StartAutoRun.res
│ ├── res
│ │ ├── StartAutoRun.ico
│ │ ├── StartAutoRun.rc2
│ │ └── 日历.bmp
│ ├── resource.h
│ ├── setting.ini
│ ├── StartAutoRun.aps
│ ├── StartAutoRun.clw
│ ├── StartAutoRun.cpp
│ ├── StartAutoRunDlg.cpp
│ ├── StartAutoRunDlg.h
│ ├── StartAutoRun.dsp
│ ├── StartAutoRun.dsw
│ ├── StartAutoRun.h
│ ├── StartAutoRun.ncb
│ ├── StartAutoRun.opt
│ ├── StartAutoRun.plg
│ ├── StartAutoRun.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 121
│ └── HideMyComputer
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── HideMyComputer.res
│ ├── HideMyComputer.aps
│ ├── HideMyComputer.clw
│ ├── HideMyComputer.cpp
│ ├── HideMyComputerDlg.cpp
│ ├── HideMyComputerDlg.h
│ ├── HideMyComputer.dsp
│ ├── HideMyComputer.dsw
│ ├── HideMyComputer.h
│ ├── HideMyComputer.ncb
│ ├── HideMyComputer.opt
│ ├── HideMyComputer.plg
│ ├── HideMyComputer.rc
│ ├── ico
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ └── network.ICO
│ ├── res
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ ├── HideMyComputer.ico
│ │ ├── HideMyComputer.rc2
│ │ └── network.ICO
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 122
│ └── HideRcy
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── HideMyComputer.res
│ ├── HideMyComputer.aps
│ ├── HideMyComputer.clw
│ ├── HideMyComputer.cpp
│ ├── HideMyComputerDlg.cpp
│ ├── HideMyComputerDlg.h
│ ├── HideMyComputer.dsp
│ ├── HideMyComputer.dsw
│ ├── HideMyComputer.h
│ ├── HideMyComputer.ncb
│ ├── HideMyComputer.opt
│ ├── HideMyComputer.plg
│ ├── HideMyComputer.rc
│ ├── ico
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ └── network.ICO
│ ├── res
│ │ ├── computer.ICO
│ │ ├── cy2.ICO
│ │ ├── HideMyComputer.ico
│ │ ├── HideMyComputer.rc2
│ │ └── network.ICO
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 123
│ └── HideDriver
│ ├── Debug
│ │ └── HideDriver.res
│ ├── HideDriver.clw
│ ├── HideDriver.cpp
│ ├── HideDriverDlg.cpp
│ ├── HideDriverDlg.h
│ ├── HideDriver.dsp
│ ├── HideDriver.dsw
│ ├── HideDriver.h
│ ├── HideDriver.ncb
│ ├── HideDriver.opt
│ ├── HideDriver.plg
│ ├── HideDriver.rc
│ ├── res
│ │ ├── HideDriver.ico
│ │ └── HideDriver.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 124
│ └── NoFind
│ ├── Debug
│ │ └── NoFind.res
│ ├── NoFind.aps
│ ├── NoFind.clw
│ ├── NoFind.cpp
│ ├── NoFindDlg.cpp
│ ├── NoFindDlg.h
│ ├── NoFind.dsp
│ ├── NoFind.dsw
│ ├── NoFind.h
│ ├── NoFind.ncb
│ ├── NoFind.opt
│ ├── NoFind.plg
│ ├── NoFind.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoFind.ico
│ │ └── NoFind.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 125
│ └── NoRecentDocsMenu
│ ├── Debug
│ │ └── NoRecentDocsMenu.res
│ ├── NoRecentDocsMenu.aps
│ ├── NoRecentDocsMenu.clw
│ ├── NoRecentDocsMenu.cpp
│ ├── NoRecentDocsMenuDlg.cpp
│ ├── NoRecentDocsMenuDlg.h
│ ├── NoRecentDocsMenu.dsp
│ ├── NoRecentDocsMenu.dsw
│ ├── NoRecentDocsMenu.h
│ ├── NoRecentDocsMenu.ncb
│ ├── NoRecentDocsMenu.opt
│ ├── NoRecentDocsMenu.plg
│ ├── NoRecentDocsMenu.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoRecentDocsMenu.ico
│ │ └── NoRecentDocsMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 126
│ └── ClearRecentDocsonExit
│ ├── ClearRecentDocsonExit.aps
│ ├── ClearRecentDocsonExit.clw
│ ├── ClearRecentDocsonExit.cpp
│ ├── ClearRecentDocsonExitDlg.cpp
│ ├── ClearRecentDocsonExitDlg.h
│ ├── ClearRecentDocsonExit.dsp
│ ├── ClearRecentDocsonExit.dsw
│ ├── ClearRecentDocsonExit.h
│ ├── ClearRecentDocsonExit.ncb
│ ├── ClearRecentDocsonExit.opt
│ ├── ClearRecentDocsonExit.plg
│ ├── ClearRecentDocsonExit.rc
│ ├── Debug
│ │ └── ClearRecentDocsonExit.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ClearRecentDocsonExit.ico
│ │ └── ClearRecentDocsonExit.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 127
│ └── DisableRegistryTools
│ ├── Debug
│ │ └── DisableRegistryTools.res
│ ├── DisableRegistryTools.aps
│ ├── DisableRegistryTools.clw
│ ├── DisableRegistryTools.cpp
│ ├── DisableRegistryToolsDlg.cpp
│ ├── DisableRegistryToolsDlg.h
│ ├── DisableRegistryTools.dsp
│ ├── DisableRegistryTools.dsw
│ ├── DisableRegistryTools.h
│ ├── DisableRegistryTools.ncb
│ ├── DisableRegistryTools.opt
│ ├── DisableRegistryTools.plg
│ ├── DisableRegistryTools.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DisableRegistryTools.ico
│ │ └── DisableRegistryTools.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 128
│ └── Disableinf
│ ├── Debug
│ │ └── Disableinf.res
│ ├── Disableinf.aps
│ ├── Disableinf.clw
│ ├── Disableinf.cpp
│ ├── DisableinfDlg.cpp
│ ├── DisableinfDlg.h
│ ├── Disableinf.dsp
│ ├── Disableinf.dsw
│ ├── Disableinf.h
│ ├── Disableinf.ncb
│ ├── Disableinf.opt
│ ├── Disableinf.plg
│ ├── Disableinf.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Disableinf.ico
│ │ └── Disableinf.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 129
│ └── Disablereg
│ ├── Debug
│ │ └── Disablereg.res
│ ├── Disablereg.aps
│ ├── Disablereg.clw
│ ├── Disablereg.cpp
│ ├── DisableregDlg.cpp
│ ├── DisableregDlg.h
│ ├── Disablereg.dsp
│ ├── Disablereg.dsw
│ ├── Disablereg.h
│ ├── Disablereg.ncb
│ ├── Disablereg.opt
│ ├── Disablereg.plg
│ ├── Disablereg.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Disablereg.ico
│ │ └── Disablereg.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 130
│ └── CDAutoRun
│ ├── CDAutoRun.clw
│ ├── CDAutoRun.cpp
│ ├── CDAutoRunDlg.cpp
│ ├── CDAutoRunDlg.h
│ ├── CDAutoRun.dsp
│ ├── CDAutoRun.dsw
│ ├── CDAutoRun.h
│ ├── CDAutoRun.ncb
│ ├── CDAutoRun.opt
│ ├── CDAutoRun.plg
│ ├── CDAutoRun.rc
│ ├── Debug
│ │ └── CDAutoRun.res
│ ├── res
│ │ ├── CDAutoRun.ico
│ │ └── CDAutoRun.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 131
│ └── SolGame
│ ├── res
│ │ ├── SolGame.ico
│ │ └── SolGame.rc2
│ ├── resource.h
│ ├── SolGame.clw
│ ├── SolGame.cpp
│ ├── SolGameDlg.cpp
│ ├── SolGameDlg.h
│ ├── SolGame.dsp
│ ├── SolGame.dsw
│ ├── SolGame.h
│ ├── SolGame.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 132
│ └── Noquick
│ ├── Debug
│ │ └── Noquick.res
│ ├── Noquick.aps
│ ├── Noquick.clw
│ ├── Noquick.cpp
│ ├── NoquickDlg.cpp
│ ├── NoquickDlg.h
│ ├── Noquick.dsp
│ ├── Noquick.dsw
│ ├── Noquick.h
│ ├── Noquick.ncb
│ ├── Noquick.opt
│ ├── Noquick.plg
│ ├── Noquick.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Noquick.ico
│ │ └── Noquick.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 133
│ └── NoChangeHistory
│ ├── Debug
│ │ └── NoChangeHistory.res
│ ├── NoChangeHistory.aps
│ ├── NoChangeHistory.clw
│ ├── NoChangeHistory.cpp
│ ├── NoChangeHistoryDlg.cpp
│ ├── NoChangeHistoryDlg.h
│ ├── NoChangeHistory.dsp
│ ├── NoChangeHistory.dsw
│ ├── NoChangeHistory.h
│ ├── NoChangeHistory.ncb
│ ├── NoChangeHistory.opt
│ ├── NoChangeHistory.plg
│ ├── NoChangeHistory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeHistory.ico
│ │ └── NoChangeHistory.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 134
│ └── NoChangeCache
│ ├── Debug
│ │ └── NoChangeCache.res
│ ├── NoChangeCache.aps
│ ├── NoChangeCache.clw
│ ├── NoChangeCache.cpp
│ ├── NoChangeCacheDlg.cpp
│ ├── NoChangeCacheDlg.h
│ ├── NoChangeCache.dsp
│ ├── NoChangeCache.dsw
│ ├── NoChangeCache.h
│ ├── NoChangeCache.ncb
│ ├── NoChangeCache.opt
│ ├── NoChangeCache.plg
│ ├── NoChangeCache.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeCache.ico
│ │ └── NoChangeCache.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 135
│ └── NoChangeFuzhu
│ ├── Debug
│ │ └── NoChangeFuzhu.res
│ ├── NoChangeFuzhu.aps
│ ├── NoChangeFuzhu.clw
│ ├── NoChangeFuzhu.cpp
│ ├── NoChangeFuzhuDlg.cpp
│ ├── NoChangeFuzhuDlg.h
│ ├── NoChangeFuzhu.dsp
│ ├── NoChangeFuzhu.dsw
│ ├── NoChangeFuzhu.h
│ ├── NoChangeFuzhu.ncb
│ ├── NoChangeFuzhu.opt
│ ├── NoChangeFuzhu.plg
│ ├── NoChangeFuzhu.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeFuzhu.ico
│ │ └── NoChangeFuzhu.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 136
│ └── NoChangeLanguages
│ ├── Debug
│ │ └── NoChangeLanguages.res
│ ├── NoChangeLanguages.aps
│ ├── NoChangeLanguages.clw
│ ├── NoChangeLanguages.cpp
│ ├── NoChangeLanguagesDlg.cpp
│ ├── NoChangeLanguagesDlg.h
│ ├── NoChangeLanguages.dsp
│ ├── NoChangeLanguages.dsw
│ ├── NoChangeLanguages.h
│ ├── NoChangeLanguages.ncb
│ ├── NoChangeLanguages.opt
│ ├── NoChangeLanguages.plg
│ ├── NoChangeLanguages.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeLanguages.ico
│ │ └── NoChangeLanguages.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 137
│ └── NoChangeHomePage
│ ├── Debug
│ │ └── NoChangeHomePage.res
│ ├── NoChangeHomePage.aps
│ ├── NoChangeHomePage.clw
│ ├── NoChangeHomePage.cpp
│ ├── NoChangeHomePageDlg.cpp
│ ├── NoChangeHomePageDlg.h
│ ├── NoChangeHomePage.dsp
│ ├── NoChangeHomePage.dsw
│ ├── NoChangeHomePage.h
│ ├── NoChangeHomePage.ncb
│ ├── NoChangeHomePage.opt
│ ├── NoChangeHomePage.plg
│ ├── NoChangeHomePage.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeHomePage.ico
│ │ └── NoChangeHomePage.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 138
│ └── NoChangeFont
│ ├── Debug
│ │ └── NoChangeFont.res
│ ├── NoChangeFont.aps
│ ├── NoChangeFont.clw
│ ├── NoChangeFont.cpp
│ ├── NoChangeFontDlg.cpp
│ ├── NoChangeFontDlg.h
│ ├── NoChangeFont.dsp
│ ├── NoChangeFont.dsw
│ ├── NoChangeFont.h
│ ├── NoChangeFont.ncb
│ ├── NoChangeFont.opt
│ ├── NoChangeFont.plg
│ ├── NoChangeFont.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoChangeFont.ico
│ │ └── NoChangeFont.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 139
│ └── HideSafe
│ ├── Debug
│ │ └── HideSafe.res
│ ├── HideSafe.aps
│ ├── HideSafe.clw
│ ├── HideSafe.cpp
│ ├── HideSafeDlg.cpp
│ ├── HideSafeDlg.h
│ ├── HideSafe.dsp
│ ├── HideSafe.dsw
│ ├── HideSafe.h
│ ├── HideSafe.ncb
│ ├── HideSafe.opt
│ ├── HideSafe.plg
│ ├── HideSafe.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideSafe.ico
│ │ └── HideSafe.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 140
│ └── HideGeneral
│ ├── Debug
│ │ └── HideGeneral.res
│ ├── HideGeneral.aps
│ ├── HideGeneral.clw
│ ├── HideGeneral.cpp
│ ├── HideGeneralDlg.cpp
│ ├── HideGeneralDlg.h
│ ├── HideGeneral.dsp
│ ├── HideGeneral.dsw
│ ├── HideGeneral.h
│ ├── HideGeneral.ncb
│ ├── HideGeneral.opt
│ ├── HideGeneral.plg
│ ├── HideGeneral.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideGeneral.ico
│ │ └── HideGeneral.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 141
│ └── HideProgram
│ ├── Debug
│ │ └── HideProgram.res
│ ├── HideProgram.aps
│ ├── HideProgram.clw
│ ├── HideProgram.cpp
│ ├── HideProgramDlg.cpp
│ ├── HideProgramDlg.h
│ ├── HideProgram.dsp
│ ├── HideProgram.dsw
│ ├── HideProgram.h
│ ├── HideProgram.ncb
│ ├── HideProgram.opt
│ ├── HideProgram.plg
│ ├── HideProgram.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideProgram.ico
│ │ └── HideProgram.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 142
│ └── HideAdvancedTab
│ ├── Debug
│ │ └── HideAdvancedTab.res
│ ├── HideAdvancedTab.aps
│ ├── HideAdvancedTab.clw
│ ├── HideAdvancedTab.cpp
│ ├── HideAdvancedTabDlg.cpp
│ ├── HideAdvancedTabDlg.h
│ ├── HideAdvancedTab.dsp
│ ├── HideAdvancedTab.dsw
│ ├── HideAdvancedTab.h
│ ├── HideAdvancedTab.ncb
│ ├── HideAdvancedTab.opt
│ ├── HideAdvancedTab.plg
│ ├── HideAdvancedTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideAdvancedTab.ico
│ │ └── HideAdvancedTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 143
│ └── HideConnectionsTab
│ ├── Debug
│ │ └── HideConnectionsTab.res
│ ├── HideConnectionsTab.aps
│ ├── HideConnectionsTab.clw
│ ├── HideConnectionsTab.cpp
│ ├── HideConnectionsTabDlg.cpp
│ ├── HideConnectionsTabDlg.h
│ ├── HideConnectionsTab.dsp
│ ├── HideConnectionsTab.dsw
│ ├── HideConnectionsTab.h
│ ├── HideConnectionsTab.ncb
│ ├── HideConnectionsTab.opt
│ ├── HideConnectionsTab.plg
│ ├── HideConnectionsTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideConnectionsTab.ico
│ │ └── HideConnectionsTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 144
│ └── HideContentTab
│ ├── Debug
│ │ └── HideContentTab.res
│ ├── HideContentTab.aps
│ ├── HideContentTab.clw
│ ├── HideContentTab.cpp
│ ├── HideContentTabDlg.cpp
│ ├── HideContentTabDlg.h
│ ├── HideContentTab.dsp
│ ├── HideContentTab.dsw
│ ├── HideContentTab.h
│ ├── HideContentTab.ncb
│ ├── HideContentTab.opt
│ ├── HideContentTab.plg
│ ├── HideContentTab.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideContentTab.ico
│ │ └── HideContentTab.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 145
│ └── HideTaskbar
│ ├── Debug
│ │ └── HideTaskbar.res
│ ├── HideTaskbar.aps
│ ├── HideTaskbar.clw
│ ├── HideTaskbar.cpp
│ ├── HideTaskbarDlg.cpp
│ ├── HideTaskbarDlg.h
│ ├── HideTaskbar.dsp
│ ├── HideTaskbar.dsw
│ ├── HideTaskbar.h
│ ├── HideTaskbar.ncb
│ ├── HideTaskbar.opt
│ ├── HideTaskbar.plg
│ ├── HideTaskbar.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideTaskbar.ico
│ │ └── HideTaskbar.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 146
│ └── HideMyDocs
│ ├── Debug
│ │ └── HideMyDocs.res
│ ├── HideMyDocs.aps
│ ├── HideMyDocs.clw
│ ├── HideMyDocs.cpp
│ ├── HideMyDocsDlg.cpp
│ ├── HideMyDocsDlg.h
│ ├── HideMyDocs.dsp
│ ├── HideMyDocs.dsw
│ ├── HideMyDocs.h
│ ├── HideMyDocs.ncb
│ ├── HideMyDocs.opt
│ ├── HideMyDocs.plg
│ ├── HideMyDocs.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMyDocs.ico
│ │ └── HideMyDocs.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 147
│ └── HideHelp
│ ├── Debug
│ │ └── HideHelp.res
│ ├── HideHelp.aps
│ ├── HideHelp.clw
│ ├── HideHelp.cpp
│ ├── HideHelpDlg.cpp
│ ├── HideHelpDlg.h
│ ├── HideHelp.dsp
│ ├── HideHelp.dsw
│ ├── HideHelp.h
│ ├── HideHelp.ncb
│ ├── HideHelp.opt
│ ├── HideHelp.plg
│ ├── HideHelp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideHelp.ico
│ │ └── HideHelp.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 148
│ └── HideClose
│ ├── Debug
│ │ └── HideClose.res
│ ├── HideClose.aps
│ ├── HideClose.clw
│ ├── HideClose.cpp
│ ├── HideCloseDlg.cpp
│ ├── HideCloseDlg.h
│ ├── HideClose.dsp
│ ├── HideClose.dsw
│ ├── HideClose.h
│ ├── HideClose.ncb
│ ├── HideClose.opt
│ ├── HideClose.plg
│ ├── HideClose.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideClose.ico
│ │ └── HideClose.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 149
│ └── HideRun
│ ├── Debug
│ │ └── HideRun.res
│ ├── HideRun.aps
│ ├── HideRun.clw
│ ├── HideRun.cpp
│ ├── HideRunDlg.cpp
│ ├── HideRunDlg.h
│ ├── HideRun.dsp
│ ├── HideRun.dsw
│ ├── HideRun.h
│ ├── HideRun.ncb
│ ├── HideRun.opt
│ ├── HideRun.plg
│ ├── HideRun.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideRun.ico
│ │ └── HideRun.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 150
│ └── HideSetFolders
│ ├── Debug
│ │ └── HideSetFolders.res
│ ├── HideSetFolders.aps
│ ├── HideSetFolders.clw
│ ├── HideSetFolders.cpp
│ ├── HideSetFoldersDlg.cpp
│ ├── HideSetFoldersDlg.h
│ ├── HideSetFolders.dsp
│ ├── HideSetFolders.dsw
│ ├── HideSetFolders.h
│ ├── HideSetFolders.ncb
│ ├── HideSetFolders.opt
│ ├── HideSetFolders.plg
│ ├── HideSetFolders.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideSetFolders.ico
│ │ └── HideSetFolders.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 151
│ └── HideNetHood
│ ├── Debug
│ │ └── HideNetHood.res
│ ├── HideNetHood.aps
│ ├── HideNetHood.clw
│ ├── HideNetHood.cpp
│ ├── HideNetHoodDlg.cpp
│ ├── HideNetHoodDlg.h
│ ├── HideNetHood.dsp
│ ├── HideNetHood.dsw
│ ├── HideNetHood.h
│ ├── HideNetHood.ncb
│ ├── HideNetHood.opt
│ ├── HideNetHood.plg
│ ├── HideNetHood.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideNetHood.ico
│ │ └── HideNetHood.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 152
│ └── HideMyDoc
│ ├── Debug
│ │ └── HideMyDoc.res
│ ├── HideMyDoc.aps
│ ├── HideMyDoc.clw
│ ├── HideMyDoc.cpp
│ ├── HideMyDocDlg.cpp
│ ├── HideMyDocDlg.h
│ ├── HideMyDoc.dsp
│ ├── HideMyDoc.dsw
│ ├── HideMyDoc.h
│ ├── HideMyDoc.ncb
│ ├── HideMyDoc.opt
│ ├── HideMyDoc.plg
│ ├── HideMyDoc.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── HideMyDoc.ico
│ │ └── HideMyDoc.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 153
│ └── HideDesktop
│ ├── Debug
│ │ └── HideDesktop.res
│ ├── HideDesktop.aps
│ ├── HideDesktop.clw
│ ├── HideDesktop.cpp
│ ├── HideDesktopDlg.cpp
│ ├── HideDesktopDlg.h
│ ├── HideDesktop.dsp
│ ├── HideDesktop.dsw
│ ├── HideDesktop.h
│ ├── HideDesktop.ncb
│ ├── HideDesktop.opt
│ ├── HideDesktop.plg
│ ├── HideDesktop.rc
│ ├── res
│ │ ├── HideDesktop.ico
│ │ └── HideDesktop.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 154
│ └── DeleteURL
│ ├── Debug
│ ├── DeleteURL.aps
│ ├── DeleteURL.clw
│ ├── DeleteURL.cpp
│ ├── DeleteURLDlg.cpp
│ ├── DeleteURLDlg.h
│ ├── DeleteURL.dsp
│ ├── DeleteURL.dsw
│ ├── DeleteURL.h
│ ├── DeleteURL.ncb
│ ├── DeleteURL.opt
│ ├── DeleteURL.rc
│ ├── res
│ │ ├── DeleteURL.ico
│ │ └── DeleteURL.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 155
│ └── IEStartPage
│ ├── IEStartPage.clw
│ ├── IEStartPage.cpp
│ ├── IEStartPageDlg.cpp
│ ├── IEStartPageDlg.h
│ ├── IEStartPage.dsp
│ ├── IEStartPage.dsw
│ ├── IEStartPage.h
│ ├── IEStartPage.rc
│ ├── res
│ │ ├── IEStartPage.ico
│ │ └── IEStartPage.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 156
│ └── IERightMenu
│ ├── BCMenu.cpp
│ ├── BCMenu.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── Debug
│ │ └── IERightMenu.res
│ ├── IERightMenu.clw
│ ├── IERightMenu.cpp
│ ├── IERightMenuDlg.cpp
│ ├── IERightMenuDlg.h
│ ├── IERightMenu.dsp
│ ├── IERightMenu.dsw
│ ├── IERightMenu.h
│ ├── IERightMenu.ncb
│ ├── IERightMenu.opt
│ ├── IERightMenu.plg
│ ├── IERightMenu.rc
│ ├── res
│ │ ├── IERightMenu.ico
│ │ └── IERightMenu.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 157
│ └── IECaption
│ ├── IECaption.clw
│ ├── IECaption.cpp
│ ├── IECaptionDlg.cpp
│ ├── IECaptionDlg.h
│ ├── IECaption.dsp
│ ├── IECaption.dsw
│ ├── IECaption.h
│ ├── IECaption.rc
│ ├── res
│ │ ├── IECaption.ico
│ │ └── IECaption.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 158
│ ├── CreateProcess.aps
│ ├── CreateProcess.clw
│ ├── CreateProcess.cpp
│ ├── CreateProcessDlg.cpp
│ ├── CreateProcessDlg.h
│ ├── CreateProcess.dsp
│ ├── CreateProcess.dsw
│ ├── CreateProcess.h
│ ├── CreateProcess.opt
│ ├── CreateProcess.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateProcess.ico
│ │ └── CreateProcess.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 159
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TerminateProcess.ico
│ │ └── TerminateProcess.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TerminateProcess.aps
│ ├── TerminateProcess.clw
│ ├── TerminateProcess.cpp
│ ├── TerminateProcessDlg.cpp
│ ├── TerminateProcessDlg.h
│ ├── TerminateProcess.dsp
│ ├── TerminateProcess.dsw
│ ├── TerminateProcess.h
│ ├── TerminateProcess.opt
│ └── TerminateProcess.rc
├── 160
│ ├── PipeWrite.aps
│ ├── PipeWrite.clw
│ ├── PipeWrite.cpp
│ ├── PipeWriteDlg.cpp
│ ├── PipeWriteDlg.h
│ ├── PipeWrite.dsp
│ ├── PipeWrite.dsw
│ ├── PipeWrite.h
│ ├── PipeWrite.opt
│ ├── PipeWrite.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PipeWrite.ico
│ │ └── PipeWrite.rc2
│ ├── resource.h
│ ├── SonProc
│ │ ├── Debug
│ │ │ └── SonProc.res
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SonProc.ico
│ │ │ └── SonProc.rc2
│ │ ├── resource.h
│ │ ├── SonProc.aps
│ │ ├── SonProc.clw
│ │ ├── SonProc.cpp
│ │ ├── SonProcDlg.cpp
│ │ ├── SonProcDlg.h
│ │ ├── SonProc.dsp
│ │ ├── SonProc.h
│ │ ├── SonProc.plg
│ │ ├── SonProc.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 161
│ └── ShareMem
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShareMem.ico
│ │ └── ShareMem.rc2
│ ├── resource.h
│ ├── ShareMem.aps
│ ├── ShareMem.clw
│ ├── ShareMem.cpp
│ ├── ShareMemDlg.cpp
│ ├── ShareMemDlg.h
│ ├── ShareMem.dsp
│ ├── ShareMem.dsw
│ ├── ShareMem.h
│ ├── ShareMem.opt
│ ├── ShareMem.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 162
│ ├── Process.aps
│ ├── Process.clw
│ ├── Process.cpp
│ ├── ProcessDlg.cpp
│ ├── ProcessDlg.h
│ ├── Process.dsp
│ ├── Process.dsw
│ ├── Process.h
│ ├── Process.opt
│ ├── Process.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Process.ico
│ │ └── Process.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 163
│ └── Thread
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Thread.ico
│ │ └── Thread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Thread.aps
│ ├── Thread.clw
│ ├── Thread.cpp
│ ├── ThreadDlg.cpp
│ ├── ThreadDlg.h
│ ├── Thread.dsp
│ ├── Thread.dsw
│ ├── Thread.h
│ ├── Thread.opt
│ └── Thread.rc
├── 164
│ ├── Interface.cpp
│ ├── Interface.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── UserThread.res
│ ├── res
│ │ ├── 108.ico
│ │ ├── UserThread.ico
│ │ └── UserThread.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UIThread.cpp
│ ├── UIThread.h
│ ├── UserThread.aps
│ ├── UserThread.clw
│ ├── UserThread.cpp
│ ├── UserThreadDlg.cpp
│ ├── UserThreadDlg.h
│ ├── UserThread.dsp
│ ├── UserThread.dsw
│ ├── UserThread.h
│ ├── UserThread.opt
│ └── UserThread.rc
├── 165
│ └── ExitThread
│ ├── ExitThread.aps
│ ├── ExitThread.clw
│ ├── ExitThread.cpp
│ ├── ExitThreadDlg.cpp
│ ├── ExitThreadDlg.h
│ ├── ExitThread.dsp
│ ├── ExitThread.dsw
│ ├── ExitThread.h
│ ├── ExitThread.opt
│ ├── ExitThread.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ExitThread.ico
│ │ └── ExitThread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 166
│ └── Sleep
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Sleep.ico
│ │ └── Sleep.rc2
│ ├── Resource.h
│ ├── Sleep.aps
│ ├── Sleep.clw
│ ├── Sleep.cpp
│ ├── SleepDlg.cpp
│ ├── SleepDlg.h
│ ├── Sleep.dsp
│ ├── Sleep.dsw
│ ├── Sleep.h
│ ├── Sleep.opt
│ ├── Sleep.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 167
│ └── Note
│ ├── Note.aps
│ ├── Note.clw
│ ├── Note.cpp
│ ├── NoteDlg.cpp
│ ├── NoteDlg.h
│ ├── Note.dsp
│ ├── Note.dsw
│ ├── Note.h
│ ├── Note.opt
│ ├── Note.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Note.ico
│ │ └── Note.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 168
│ ├── mr.bmp
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SplashScreen.ico
│ │ └── SplashScreen.rc2
│ ├── Resource.h
│ ├── SplashScreen.aps
│ ├── SplashScreen.clw
│ ├── SplashScreen.cpp
│ ├── SplashScreenDlg.cpp
│ ├── SplashScreenDlg.h
│ ├── SplashScreen.dsp
│ ├── SplashScreen.dsw
│ ├── SplashScreen.h
│ ├── SplashScreen.opt
│ ├── SplashScreen.rc
│ ├── SplashWnd.cpp
│ ├── SplashWnd.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 169
│ └── MutexSynch
│ ├── MutexSynch.clw
│ ├── MutexSynch.cpp
│ ├── MutexSynchDlg.cpp
│ ├── MutexSynchDlg.h
│ ├── MutexSynch.dsp
│ ├── MutexSynch.dsw
│ ├── MutexSynch.h
│ ├── MutexSynch.opt
│ ├── MutexSynch.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MutexSynch.ico
│ │ └── MutexSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 170
│ └── CriticalSectionSynch
│ ├── CriticalSectionSynch.clw
│ ├── CriticalSectionSynch.cpp
│ ├── CriticalSectionSynchDlg.cpp
│ ├── CriticalSectionSynchDlg.h
│ ├── CriticalSectionSynch.dsp
│ ├── CriticalSectionSynch.dsw
│ ├── CriticalSectionSynch.h
│ ├── CriticalSectionSynch.opt
│ ├── CriticalSectionSynch.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CriticalSectionSynch.ico
│ │ └── CriticalSectionSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 171
│ └── EventSynch
│ ├── EventSynch.clw
│ ├── EventSynch.cpp
│ ├── EventSynchDlg.cpp
│ ├── EventSynchDlg.h
│ ├── EventSynch.dsp
│ ├── EventSynch.dsw
│ ├── EventSynch.h
│ ├── EventSynch.opt
│ ├── EventSynch.rc
│ ├── res
│ │ ├── EventSynch.ico
│ │ └── EventSynch.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明 .txt
├── 172
│ └── SemaphoreSynch
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SemaphoreSynch.ico
│ │ └── SemaphoreSynch.rc2
│ ├── resource.h
│ ├── SemaphoreSynch.clw
│ ├── SemaphoreSynch.cpp
│ ├── SemaphoreSynchDlg.cpp
│ ├── SemaphoreSynchDlg.h
│ ├── SemaphoreSynch.dsp
│ ├── SemaphoreSynch.dsw
│ ├── SemaphoreSynch.h
│ ├── SemaphoreSynch.opt
│ ├── SemaphoreSynch.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 173
│ └── SetSystemPowerState
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetSystemPowerState.ico
│ │ └── SetSystemPowerState.rc2
│ ├── Resource.h
│ ├── SetSystemPowerState.aps
│ ├── SetSystemPowerState.clw
│ ├── SetSystemPowerState.cpp
│ ├── SetSystemPowerStateDlg.cpp
│ ├── SetSystemPowerStateDlg.h
│ ├── SetSystemPowerState.dsp
│ ├── SetSystemPowerState.dsw
│ ├── SetSystemPowerState.h
│ ├── SetSystemPowerState.opt
│ ├── SetSystemPowerState.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 174
│ └── SuspendThread
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SuspendThread.ico
│ │ └── SuspendThread.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SuspendThread.aps
│ ├── SuspendThread.clw
│ ├── SuspendThread.cpp
│ ├── SuspendThreadDlg.cpp
│ ├── SuspendThreadDlg.h
│ ├── SuspendThread.dsp
│ ├── SuspendThread.dsw
│ ├── SuspendThread.h
│ ├── SuspendThread.opt
│ └── SuspendThread.rc
├── 175
│ ├── OpenNote.aps
│ ├── OpenNote.clw
│ ├── OpenNote.cpp
│ ├── OpenNoteDlg.cpp
│ ├── OpenNoteDlg.h
│ ├── OpenNote.dsp
│ ├── OpenNote.dsw
│ ├── OpenNote.h
│ ├── OpenNote.opt
│ ├── OpenNote.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenNote.ico
│ │ └── OpenNote.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 176
│ ├── NoRepeat.clw
│ ├── NoRepeat.cpp
│ ├── NoRepeatDlg.cpp
│ ├── NoRepeatDlg.h
│ ├── NoRepeat.dsp
│ ├── NoRepeat.dsw
│ ├── NoRepeat.h
│ ├── NoRepeat.opt
│ ├── NoRepeat.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoRepeat.ico
│ │ └── NoRepeat.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 177
│ ├── Content.dcu
│ ├── Content.~pas
│ ├── Content.pas
│ ├── Obj.cfg
│ ├── Obj.dll
│ ├── Obj.dof
│ ├── Obj.~dpr
│ ├── Obj.dpr
│ ├── Obj.res
│ └── ShareObj
│ ├── Obj.dll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 09.ico
│ │ ├── ShareObj.ico
│ │ └── ShareObj.rc2
│ ├── resource.h
│ ├── ShareObj.aps
│ ├── ShareObj.clw
│ ├── ShareObj.cpp
│ ├── ShareObjDlg.cpp
│ ├── ShareObjDlg.h
│ ├── ShareObj.dsp
│ ├── ShareObj.dsw
│ ├── ShareObj.h
│ ├── ShareObj.opt
│ ├── ShareObj.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 178
│ ├── FetchBmp
│ │ ├── BitDll.dll
│ │ ├── FetchBmp.aps
│ │ ├── FetchBmp.clw
│ │ ├── FetchBmp.cpp
│ │ ├── FetchBmpDlg.cpp
│ │ ├── FetchBmpDlg.h
│ │ ├── FetchBmp.dsp
│ │ ├── FetchBmp.dsw
│ │ ├── FetchBmp.h
│ │ ├── FetchBmp.opt
│ │ ├── FetchBmp.rc
│ │ ├── MFCDll.dll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 45.ico
│ │ │ ├── FetchBmp.ico
│ │ │ └── FetchBmp.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MFCDll
│ │ ├── MFCDll.clw
│ │ ├── MFCDll.cpp
│ │ ├── MFCDll.def
│ │ ├── MFCDll.dsp
│ │ ├── MFCDll.dsw
│ │ ├── MFCDll.h
│ │ ├── MFCDll.opt
│ │ ├── MFCDll.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── MFCDll.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 启动界面14.bmp
│ └── 程序使用说明.txt
├── 179
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShieldPower.ico
│ │ └── ShieldPower.rc2
│ ├── Resource.h
│ ├── ShieldPower.aps
│ ├── ShieldPower.clw
│ ├── ShieldPower.cpp
│ ├── ShieldPowerDlg.cpp
│ ├── ShieldPowerDlg.h
│ ├── ShieldPower.dsp
│ ├── ShieldPower.dsw
│ ├── ShieldPower.h
│ ├── ShieldPower.opt
│ ├── ShieldPower.rc
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 180
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ShieldWinKey.ico
│ │ └── ShieldWinKey.rc2
│ ├── resource.h
│ ├── ShieldWinKey.aps
│ ├── ShieldWinKey.clw
│ ├── ShieldWinKey.cpp
│ ├── ShieldWinKeyDlg.cpp
│ ├── ShieldWinKeyDlg.h
│ ├── ShieldWinKey.dsp
│ ├── ShieldWinKey.dsw
│ ├── ShieldWinKey.h
│ ├── ShieldWinKey.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 181
│ ├── NoALTF4.aps
│ ├── NoALTF4.clw
│ ├── NoALTF4.cpp
│ ├── NoALTF4Dlg.cpp
│ ├── NoALTF4Dlg.h
│ ├── NoALTF4.dsp
│ ├── NoALTF4.dsw
│ ├── NoALTF4.h
│ ├── NoALTF4.opt
│ ├── NoALTF4.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── NoALTF4.ico
│ │ └── NoALTF4.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 182
│ ├── GetIconFromModule.aps
│ ├── GetIconFromModule.clw
│ ├── GetIconFromModule.cpp
│ ├── GetIconFromModuleDlg.cpp
│ ├── GetIconFromModuleDlg.h
│ ├── GetIconFromModule.dsp
│ ├── GetIconFromModule.dsw
│ ├── GetIconFromModule.h
│ ├── GetIconFromModule.opt
│ ├── GetIconFromModule.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetIconFromModule.ico
│ │ └── GetIconFromModule.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 183
│ ├── ResourceDll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── ResourceDll.rc2
│ │ ├── ResourceDll.aps
│ │ ├── ResourceDll.clw
│ │ ├── ResourceDll.cpp
│ │ ├── ResourceDll.def
│ │ ├── ResourceDll.dsp
│ │ ├── ResourceDll.dsw
│ │ ├── ResourceDll.h
│ │ ├── ResourceDll.opt
│ │ ├── ResourceDll.rc
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── testResourceDll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── testResourceDll.ico
│ │ └── testResourceDll.rc2
│ ├── ResourceDll.dll
│ ├── ResourceDll.lib
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── testResourceDll.aps
│ ├── testResourceDll.clw
│ ├── testResourceDll.cpp
│ ├── testResourceDllDlg.cpp
│ ├── testResourceDllDlg.h
│ ├── testResourceDll.dsp
│ ├── testResourceDll.dsw
│ ├── testResourceDll.h
│ ├── testResourceDll.opt
│ └── testResourceDll.rc
├── 184
│ ├── defaultRes
│ │ ├── defaultRes.aps
│ │ ├── defaultRes.clw
│ │ ├── defaultRes.cpp
│ │ ├── defaultResDlg.cpp
│ │ ├── defaultResDlg.h
│ │ ├── defaultRes.dsp
│ │ ├── defaultRes.dsw
│ │ ├── defaultRes.h
│ │ ├── defaultRes.opt
│ │ ├── defaultRes.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── defaultRes.ico
│ │ │ └── defaultRes.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── FindRes
│ ├── FindRes.aps
│ ├── FindRes.clw
│ ├── FindRes.cpp
│ ├── FindResDoc.cpp
│ ├── FindResDoc.h
│ ├── FindRes.dsp
│ ├── FindRes.dsw
│ ├── FindRes.h
│ ├── FindRes.opt
│ ├── FindRes.rc
│ ├── FindResView.cpp
│ ├── FindResView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FindResDoc.ico
│ │ ├── FindRes.ico
│ │ ├── FindRes.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 185
│ ├── Dll
│ │ ├── Dll.aps
│ │ ├── Dll.clw
│ │ ├── Dll.cpp
│ │ ├── Dll.def
│ │ ├── Dll.dsp
│ │ ├── Dll.dsw
│ │ ├── Dll.h
│ │ ├── Dll.opt
│ │ ├── Dll.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── Dll.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── TestDll
│ ├── Dll.dll
│ ├── Dll.lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TestDll.ico
│ │ └── TestDll.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestDll.aps
│ ├── TestDll.clw
│ ├── TestDll.cpp
│ ├── TestDllDlg.cpp
│ ├── TestDllDlg.h
│ ├── TestDll.dsp
│ ├── TestDll.dsw
│ ├── TestDll.h
│ ├── TestDll.opt
│ └── TestDll.rc
├── 186
│ └── LoadDll
│ ├── Dll.dll
│ ├── LoadDll.aps
│ ├── LoadDll.clw
│ ├── LoadDll.cpp
│ ├── LoadDllDlg.cpp
│ ├── LoadDllDlg.h
│ ├── LoadDll.dsp
│ ├── LoadDll.dsw
│ ├── LoadDll.h
│ ├── LoadDll.opt
│ ├── LoadDll.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── LoadDll.ico
│ │ └── LoadDll.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 说明.txt
├── 187
│ ├── ADOConnect
│ │ ├── ADOC.cpp
│ │ ├── ADOC.h
│ │ ├── ADOConnect.aps
│ │ ├── ADOConnect.clw
│ │ ├── ADOConnect.cpp
│ │ ├── ADOConnect.def
│ │ ├── ADOConnect.dsp
│ │ ├── ADOConnect.dsw
│ │ ├── ADOConnect.h
│ │ ├── ADOConnect.opt
│ │ ├── ADOConnect.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── ADOConnect.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── test
│ │ ├── ADOC.h
│ │ ├── ADOConnect.dll
│ │ ├── ADOConnect.lib
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── test.ico
│ │ │ └── test.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── test.aps
│ │ ├── test.clw
│ │ ├── test.cpp
│ │ ├── testDlg.cpp
│ │ ├── testDlg.h
│ │ ├── test.dsp
│ │ ├── test.dsw
│ │ ├── test.h
│ │ ├── test.opt
│ │ └── test.rc
│ └── 说明.txt
├── 188
│ ├── DllDialogModule
│ │ ├── DllDialogModule.aps
│ │ ├── DllDialogModule.clw
│ │ ├── DllDialogModule.cpp
│ │ ├── DllDialogModule.def
│ │ ├── DllDialogModule.dsp
│ │ ├── DllDialogModule.dsw
│ │ ├── DllDialogModule.h
│ │ ├── DllDialogModule.opt
│ │ ├── DllDialogModule.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DllDialogModule.rc2
│ │ │ └── 无标题.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Test
│ ├── ADO.dll
│ ├── DllDialogModule.dll
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Test.ico
│ │ └── Test.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Test.aps
│ ├── Test.clw
│ ├── Test.cpp
│ ├── TestDlg.cpp
│ ├── TestDlg.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.opt
│ └── Test.rc
├── 189
│ └── File
│ ├── File.aps
│ ├── File.clw
│ ├── File.cpp
│ ├── FileDlg.cpp
│ ├── FileDlg.h
│ ├── File.dsp
│ ├── File.dsw
│ ├── File.h
│ ├── File.opt
│ ├── File.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── File.ico
│ │ └── File.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 190
│ └── OpenFile
│ ├── OpenFile.aps
│ ├── OpenFile.clw
│ ├── OpenFile.cpp
│ ├── OpenFileDlg.cpp
│ ├── OpenFileDlg.h
│ ├── OpenFile.dsp
│ ├── OpenFile.dsw
│ ├── OpenFile.h
│ ├── OpenFile.opt
│ ├── OpenFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OpenFile.ico
│ │ └── OpenFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.txt
├── 191
│ └── CFileDialog
│ ├── CFileDialog.aps
│ ├── CFileDialog.clw
│ ├── CFileDialog.cpp
│ ├── CFileDialogDlg.cpp
│ ├── CFileDialogDlg.h
│ ├── CFileDialog.dsp
│ ├── CFileDialog.dsw
│ ├── CFileDialog.h
│ ├── CFileDialog.opt
│ ├── CFileDialog.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CFileDialog.ico
│ │ └── CFileDialog.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 192
│ ├── Filter.aps
│ ├── Filter.clw
│ ├── Filter.cpp
│ ├── FilterDlg.cpp
│ ├── FilterDlg.h
│ ├── Filter.dsp
│ ├── Filter.dsw
│ ├── Filter.h
│ ├── Filter.opt
│ ├── Filter.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Filter.ico
│ │ └── Filter.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 193
│ ├── DragSelFile.aps
│ ├── DragSelFile.clw
│ ├── DragSelFile.cpp
│ ├── DragSelFileDlg.cpp
│ ├── DragSelFileDlg.h
│ ├── DragSelFile.dsp
│ ├── DragSelFile.dsw
│ ├── DragSelFile.h
│ ├── DragSelFile.opt
│ ├── DragSelFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DragSelFile.ico
│ │ └── DragSelFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 194
│ └── CopyFile
│ ├── 1.txt
│ ├── CopyFile.aps
│ ├── CopyFile.clw
│ ├── CopyFile.cpp
│ ├── CopyFileDlg.cpp
│ ├── CopyFileDlg.h
│ ├── CopyFile.dsp
│ ├── CopyFile.dsw
│ ├── CopyFile.h
│ ├── CopyFile.opt
│ ├── CopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFile.ico
│ │ └── CopyFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 195
│ ├── CopyFile.aps
│ ├── CopyFile.clw
│ ├── CopyFile.cpp
│ ├── CopyFileDlg.cpp
│ ├── CopyFileDlg.h
│ ├── CopyFile.dsp
│ ├── CopyFile.dsw
│ ├── CopyFile.h
│ ├── CopyFile.opt
│ ├── CopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFile.ico
│ │ └── CopyFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 196
│ └── FileCopy
│ ├── FileCopy.aps
│ ├── FileCopy.clw
│ ├── FileCopy.cpp
│ ├── FileCopyDlg.cpp
│ ├── FileCopyDlg.h
│ ├── FileCopy.dsp
│ ├── FileCopy.dsw
│ ├── FileCopy.h
│ ├── FileCopy.opt
│ ├── FileCopy.rc
│ ├── res
│ │ ├── FileCopy.ico
│ │ └── FileCopy.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 197
│ ├── NetworkFile.aps
│ ├── NetworkFile.clw
│ ├── NetworkFile.cpp
│ ├── NetworkFileDlg.cpp
│ ├── NetworkFileDlg.h
│ ├── NetworkFile.dsp
│ ├── NetworkFile.dsw
│ ├── NetworkFile.h
│ ├── NetworkFile.opt
│ ├── NetworkFile.rc
│ ├── res
│ │ ├── NetworkFile.ico
│ │ └── NetworkFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 198
│ ├── ExCopyFile.aps
│ ├── ExCopyFile.clw
│ ├── ExCopyFile.cpp
│ ├── ExCopyFileDlg.cpp
│ ├── ExCopyFileDlg.h
│ ├── ExCopyFile.dsp
│ ├── ExCopyFile.dsw
│ ├── ExCopyFile.h
│ ├── ExCopyFile.opt
│ ├── ExCopyFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ExCopyFile.ico
│ │ └── ExCopyFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 199
│ ├── CopyFileByMap.aps
│ ├── CopyFileByMap.clw
│ ├── CopyFileByMap.cpp
│ ├── CopyFileByMapDlg.cpp
│ ├── CopyFileByMapDlg.h
│ ├── CopyFileByMap.dsp
│ ├── CopyFileByMap.dsw
│ ├── CopyFileByMap.h
│ ├── CopyFileByMap.opt
│ ├── CopyFileByMap.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CopyFileByMap.ico
│ │ └── CopyFileByMap.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 200
│ ├── MultipleThreadCopy.aps
│ ├── MultipleThreadCopy.clw
│ ├── MultipleThreadCopy.cpp
│ ├── MultipleThreadCopyDlg.cpp
│ ├── MultipleThreadCopyDlg.h
│ ├── MultipleThreadCopy.dsp
│ ├── MultipleThreadCopy.dsw
│ ├── MultipleThreadCopy.h
│ ├── MultipleThreadCopy.opt
│ ├── MultipleThreadCopy.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MultipleThreadCopy.ico
│ │ └── MultipleThreadCopy.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 201
│ └── RenameFile
│ ├── ReadMe.txt
│ ├── RenameFile.aps
│ ├── RenameFile.clw
│ ├── RenameFile.cpp
│ ├── RenameFileDlg.cpp
│ ├── RenameFileDlg.h
│ ├── RenameFile.dsp
│ ├── RenameFile.dsw
│ ├── RenameFile.h
│ ├── RenameFile.opt
│ ├── RenameFile.rc
│ ├── res
│ │ ├── RenameFile.ico
│ │ └── RenameFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 202
│ └── RenameMFile
│ ├── RenameMFile.clw
│ ├── RenameMFile.cpp
│ ├── RenameMFileDlg.cpp
│ ├── RenameMFileDlg.h
│ ├── RenameMFile.dsp
│ ├── RenameMFile.dsw
│ ├── RenameMFile.h
│ ├── RenameMFile.opt
│ ├── RenameMFile.rc
│ ├── res
│ │ ├── RenameMFile.ico
│ │ └── RenameMFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 203
│ ├── MoveFile.aps
│ ├── MoveFile.clw
│ ├── MoveFile.cpp
│ ├── MoveFileDlg.cpp
│ ├── MoveFileDlg.h
│ ├── MoveFile.dsp
│ ├── MoveFile.dsw
│ ├── MoveFile.h
│ ├── MoveFile.opt
│ ├── MoveFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MoveFile.ico
│ │ └── MoveFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 204
│ ├── MoveFIle
│ │ ├── MoveFIle.aps
│ │ ├── MoveFIle.clw
│ │ ├── MoveFIle.cpp
│ │ ├── MoveFIleDlg.cpp
│ │ ├── MoveFIleDlg.h
│ │ ├── MoveFIle.dsp
│ │ ├── MoveFIle.dsw
│ │ ├── MoveFIle.h
│ │ ├── MoveFIle.opt
│ │ ├── MoveFIle.rc
│ │ ├── res
│ │ │ ├── MoveFIle.ico
│ │ │ └── MoveFIle.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 批量移动文件.txt
├── 205
│ ├── DeleteFile.aps
│ ├── DeleteFile.clw
│ ├── DeleteFile.cpp
│ ├── DeleteFileDlg.cpp
│ ├── DeleteFileDlg.h
│ ├── DeleteFile.dsp
│ ├── DeleteFile.dsw
│ ├── DeleteFile.h
│ ├── DeleteFile.opt
│ ├── DeleteFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteFile.ico
│ │ └── DeleteFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 206
│ └── DeleteMFile
│ ├── DeleteMFile.clw
│ ├── DeleteMFile.cpp
│ ├── DeleteMFileDlg.cpp
│ ├── DeleteMFileDlg.h
│ ├── DeleteMFile.dsp
│ ├── DeleteMFile.dsw
│ ├── DeleteMFile.h
│ ├── DeleteMFile.opt
│ ├── DeleteMFile.rc
│ ├── res
│ │ ├── DeleteMFile.ico
│ │ └── DeleteMFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 207
│ └── ForceDelete
│ ├── ForceDelete.aps
│ ├── ForceDelete.clw
│ ├── ForceDelete.cpp
│ ├── ForceDeleteDlg.cpp
│ ├── ForceDeleteDlg.h
│ ├── ForceDelete.dsp
│ ├── ForceDelete.dsw
│ ├── ForceDelete.h
│ ├── ForceDelete.opt
│ ├── ForceDelete.rc
│ ├── Psapi.h
│ ├── Psapi.Lib
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 42.ico
│ │ ├── ForceDelete.ico
│ │ └── ForceDelete.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 208
│ └── FileInCallback
│ ├── FileInCallback.clw
│ ├── FileInCallback.cpp
│ ├── FileInCallbackDlg.cpp
│ ├── FileInCallbackDlg.h
│ ├── FileInCallback.dsp
│ ├── FileInCallback.dsw
│ ├── FileInCallback.h
│ ├── FileInCallback.opt
│ ├── FileInCallback.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FileInCallback.ico
│ │ └── FileInCallback.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 209
│ └── Clearhsz
│ ├── Clearhsz.clw
│ ├── Clearhsz.cpp
│ ├── ClearhszDlg.cpp
│ ├── ClearhszDlg.h
│ ├── Clearhsz.dsp
│ ├── Clearhsz.dsw
│ ├── Clearhsz.h
│ ├── Clearhsz.opt
│ ├── Clearhsz.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Clearhsz.ico
│ │ └── Clearhsz.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 210
│ ├── EnumFile.aps
│ ├── EnumFile.clw
│ ├── EnumFile.cpp
│ ├── EnumFileDlg.cpp
│ ├── EnumFileDlg.h
│ ├── EnumFile.dsp
│ ├── EnumFile.dsw
│ ├── EnumFile.h
│ ├── EnumFile.opt
│ ├── EnumFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumFile.ico
│ │ └── EnumFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 211
│ ├── FindFile.aps
│ ├── FindFile.clw
│ ├── FindFile.cpp
│ ├── FindFileDlg.cpp
│ ├── FindFileDlg.h
│ ├── FindFile.dsp
│ ├── FindFile.dsw
│ ├── FindFile.h
│ ├── FindFile.opt
│ ├── FindFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── FindFile.ico
│ │ └── FindFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 212
│ ├── FindFile
│ │ ├── FindFile.aps
│ │ ├── FindFile.clw
│ │ ├── FindFile.cpp
│ │ ├── FindFileDlg.cpp
│ │ ├── FindFileDlg.h
│ │ ├── FindFile.dsp
│ │ ├── FindFile.dsw
│ │ ├── FindFile.h
│ │ ├── FindFile.opt
│ │ ├── FindFile.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FindFile.ico
│ │ │ └── FindFile.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ └── 查找指定类型文件.txt
├── 213
│ ├── IsExist.aps
│ ├── IsExist.clw
│ ├── IsExist.cpp
│ ├── IsExistDlg.cpp
│ ├── IsExistDlg.h
│ ├── IsExist.dsp
│ ├── IsExist.dsw
│ ├── IsExist.h
│ ├── IsExist.opt
│ ├── IsExist.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IsExist.ico
│ │ └── IsExist.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 214
│ └── OrderReadFile
│ ├── OrderReadFile.aps
│ ├── OrderReadFile.clw
│ ├── OrderReadFile.cpp
│ ├── OrderReadFileDlg.cpp
│ ├── OrderReadFileDlg.h
│ ├── OrderReadFile.dsp
│ ├── OrderReadFile.dsw
│ ├── OrderReadFile.h
│ ├── OrderReadFile.opt
│ ├── OrderReadFile.rc
│ ├── res
│ │ ├── OrderReadFile.ico
│ │ └── OrderReadFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.txt
├── 215
│ ├── 1.txt
│ ├── ReadMe.txt
│ ├── res
│ │ ├── WriteString.ico
│ │ └── WriteString.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WriteString.aps
│ ├── WriteString.clw
│ ├── WriteString.cpp
│ ├── WriteStringDlg.cpp
│ ├── WriteStringDlg.h
│ ├── WriteString.dsp
│ ├── WriteString.dsw
│ ├── WriteString.h
│ ├── WriteString.opt
│ └── WriteString.rc
├── 216
│ └── GoToFile
│ ├── demo.txt
│ ├── GoToFile.aps
│ ├── GoToFile.clw
│ ├── GoToFile.cpp
│ ├── GoToFileDlg.cpp
│ ├── GoToFileDlg.h
│ ├── GoToFile.dsp
│ ├── GoToFile.dsw
│ ├── GoToFile.h
│ ├── GoToFile.opt
│ ├── GoToFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GoToFile.ico
│ │ └── GoToFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 217
│ ├── ReadMe.txt
│ ├── ReadWrite.aps
│ ├── ReadWrite.clw
│ ├── ReadWrite.cpp
│ ├── ReadWriteDlg.cpp
│ ├── ReadWriteDlg.h
│ ├── ReadWrite.dsp
│ ├── ReadWrite.dsw
│ ├── ReadWrite.h
│ ├── ReadWrite.opt
│ ├── ReadWrite.rc
│ ├── res
│ │ ├── ReadWrite.ico
│ │ └── ReadWrite.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 218
│ └── LogFile
│ ├── LogFile.aps
│ ├── LogFile.clw
│ ├── LogFile.cpp
│ ├── LogFileDlg.cpp
│ ├── LogFileDlg.h
│ ├── LogFile.dsp
│ ├── LogFile.dsw
│ ├── LogFile.h
│ ├── LogFile.opt
│ ├── LogFile.rc
│ ├── res
│ │ ├── LogFile.ico
│ │ └── LogFile.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── test.log
├── 219
│ ├── GetFileName.aps
│ ├── GetFileName.clw
│ ├── GetFileName.cpp
│ ├── GetFileNameDlg.cpp
│ ├── GetFileNameDlg.h
│ ├── GetFileName.dsp
│ ├── GetFileName.dsw
│ ├── GetFileName.h
│ ├── GetFileName.opt
│ ├── GetFileName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetFileName.ico
│ │ └── GetFileName.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 220
│ ├── Extend.aps
│ ├── Extend.clw
│ ├── Extend.cpp
│ ├── ExtendDlg.cpp
│ ├── ExtendDlg.h
│ ├── Extend.dsp
│ ├── Extend.dsw
│ ├── Extend.h
│ ├── Extend.opt
│ ├── Extend.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Extend.ico
│ │ └── Extend.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 221
│ └── GetPathName
│ ├── GetPathName.aps
│ ├── GetPathName.clw
│ ├── GetPathName.cpp
│ ├── GetPathNameDlg.cpp
│ ├── GetPathNameDlg.h
│ ├── GetPathName.dsp
│ ├── GetPathName.dsw
│ ├── GetPathName.h
│ ├── GetPathName.opt
│ ├── GetPathName.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetPathName.ico
│ │ └── GetPathName.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 222
│ ├── GetCurrentDirectory.aps
│ ├── GetCurrentDirectory.clw
│ ├── GetCurrentDirectory.cpp
│ ├── GetCurrentDirectoryDlg.cpp
│ ├── GetCurrentDirectoryDlg.h
│ ├── GetCurrentDirectory.dsp
│ ├── GetCurrentDirectory.dsw
│ ├── GetCurrentDirectory.h
│ ├── GetCurrentDirectory.opt
│ ├── GetCurrentDirectory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetCurrentDirectory.ico
│ │ └── GetCurrentDirectory.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 223
│ ├── FileStatus.aps
│ ├── FileStatus.clw
│ ├── FileStatus.cpp
│ ├── FileStatusDlg.cpp
│ ├── FileStatusDlg.h
│ ├── FileStatus.dsp
│ ├── FileStatus.dsw
│ ├── FileStatus.h
│ ├── FileStatus.opt
│ ├── FileStatus.rc
│ ├── res
│ │ ├── FileStatus.ico
│ │ └── FileStatus.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 224
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetModifyTime.ico
│ │ └── SetModifyTime.rc2
│ ├── resource.h
│ ├── SetModifyTime.aps
│ ├── SetModifyTime.clw
│ ├── SetModifyTime.cpp
│ ├── SetModifyTimeDlg.cpp
│ ├── SetModifyTimeDlg.h
│ ├── SetModifyTime.dsp
│ ├── SetModifyTime.dsw
│ ├── SetModifyTime.h
│ ├── SetModifyTime.opt
│ ├── SetModifyTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 225
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetCreateTime.ico
│ │ └── SetCreateTime.rc2
│ ├── Resource.h
│ ├── SetCreateTime.aps
│ ├── SetCreateTime.clw
│ ├── SetCreateTime.cpp
│ ├── SetCreateTimeDlg.cpp
│ ├── SetCreateTimeDlg.h
│ ├── SetCreateTime.dsp
│ ├── SetCreateTime.dsw
│ ├── SetCreateTime.h
│ ├── SetCreateTime.opt
│ ├── SetCreateTime.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 226
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetReadOnly.ico
│ │ └── SetReadOnly.rc2
│ ├── Resource.h
│ ├── SetReadOnly.aps
│ ├── SetReadOnly.clw
│ ├── SetReadOnly.cpp
│ ├── SetReadOnlyDlg.cpp
│ ├── SetReadOnlyDlg.h
│ ├── SetReadOnly.dsp
│ ├── SetReadOnly.dsw
│ ├── SetReadOnly.h
│ ├── SetReadOnly.opt
│ ├── SetReadOnly.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 227
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SetHidden.ico
│ │ └── SetHidden.rc2
│ ├── Resource.h
│ ├── SetHidden.aps
│ ├── SetHidden.clw
│ ├── SetHidden.cpp
│ ├── SetHiddenDlg.cpp
│ ├── SetHiddenDlg.h
│ ├── SetHidden.dsp
│ ├── SetHidden.dsw
│ ├── SetHidden.h
│ ├── SetHidden.opt
│ ├── SetHidden.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 228
│ ├── FileEncry.aps
│ ├── FileEncry.clw
│ ├── FileEncry.cpp
│ ├── FileEncryDlg.cpp
│ ├── FileEncryDlg.h
│ ├── FileEncry.dsp
│ ├── FileEncry.dsw
│ ├── FileEncry.h
│ ├── FileEncry.opt
│ ├── FileEncry.rc
│ ├── res
│ │ ├── FileEncry.ico
│ │ └── FileEncry.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 229
│ ├── FileEncry.aps
│ ├── FileEncry.clw
│ ├── FileEncry.cpp
│ ├── FileEncryDlg.cpp
│ ├── FileEncryDlg.h
│ ├── FileEncry.dsp
│ ├── FileEncry.dsw
│ ├── FileEncry.h
│ ├── FileEncry.opt
│ ├── FileEncry.rc
│ ├── res
│ │ ├── FileEncry.ico
│ │ └── FileEncry.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 230
│ ├── Combine.aps
│ ├── Combine.clw
│ ├── Combine.cpp
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── Combine.dsp
│ ├── Combine.dsw
│ ├── Combine.h
│ ├── Combine.opt
│ ├── Combine.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Combine.ico
│ │ └── Combine.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 231
│ └── FilePartition
│ ├── FilePartition.aps
│ ├── FilePartition.clw
│ ├── FilePartition.cpp
│ ├── FilePartitionDlg.cpp
│ ├── FilePartitionDlg.h
│ ├── FilePartition.dsp
│ ├── FilePartition.dsw
│ ├── FilePartition.h
│ ├── FilePartition.opt
│ ├── FilePartition.rc
│ ├── res
│ │ ├── FilePartition.ico
│ │ └── FilePartition.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 232
│ ├── GetFileIcon.aps
│ ├── GetFileIcon.clw
│ ├── GetFileIcon.cpp
│ ├── GetFileIconDlg.cpp
│ ├── GetFileIconDlg.h
│ ├── GetFileIcon.dsp
│ ├── GetFileIcon.dsw
│ ├── GetFileIcon.h
│ ├── GetFileIcon.opt
│ ├── GetFileIcon.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetFileIcon.ico
│ │ └── GetFileIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 233
│ ├── RAR.APS
│ ├── RAR.clw
│ ├── RAR.cpp
│ ├── RARDlg.cpp
│ ├── RARDlg.h
│ ├── RAR.dsp
│ ├── RAR.dsw
│ ├── RAR.h
│ ├── RAR.opt
│ ├── RAR.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── RAR.ico
│ │ └── RAR.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 234
│ └── ClearGarbage
│ ├── ClearGarbage.aps
│ ├── ClearGarbage.clw
│ ├── ClearGarbage.cpp
│ ├── ClearGarbageDlg.cpp
│ ├── ClearGarbageDlg.h
│ ├── ClearGarbage.dsp
│ ├── ClearGarbage.dsw
│ ├── ClearGarbage.h
│ ├── ClearGarbage.opt
│ ├── ClearGarbage.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 71.ico
│ │ ├── ClearGarbage.ico
│ │ └── ClearGarbage.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 235
│ └── CreateFolder
│ ├── CreateFolder.aps
│ ├── CreateFolder.clw
│ ├── CreateFolder.cpp
│ ├── CreateFolderDlg.cpp
│ ├── CreateFolderDlg.h
│ ├── CreateFolder.dsp
│ ├── CreateFolder.dsw
│ ├── CreateFolder.h
│ ├── CreateFolder.opt
│ ├── CreateFolder.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateFolder.ico
│ │ └── CreateFolder.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 236
│ ├── DeleteDirectory.aps
│ ├── DeleteDirectory.clw
│ ├── DeleteDirectory.cpp
│ ├── DeleteDirectoryDlg.cpp
│ ├── DeleteDirectoryDlg.h
│ ├── DeleteDirectory.dsp
│ ├── DeleteDirectory.dsw
│ ├── DeleteDirectory.h
│ ├── DeleteDirectory.opt
│ ├── DeleteDirectory.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DeleteDirectory.ico
│ │ └── DeleteDirectory.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 237
│ ├── CreateMulDir.aps
│ ├── CreateMulDir.clw
│ ├── CreateMulDir.cpp
│ ├── CreateMulDirDlg.cpp
│ ├── CreateMulDirDlg.h
│ ├── CreateMulDir.dsp
│ ├── CreateMulDir.dsw
│ ├── CreateMulDir.h
│ ├── CreateMulDir.opt
│ ├── CreateMulDir.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CreateMulDir.ico
│ │ └── CreateMulDir.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 238
│ ├── GetDirectoryAttribute.aps
│ ├── GetDirectoryAttribute.clw
│ ├── GetDirectoryAttribute.cpp
│ ├── GetDirectoryAttributeDlg.cpp
│ ├── GetDirectoryAttributeDlg.h
│ ├── GetDirectoryAttribute.dsp
│ ├── GetDirectoryAttribute.dsw
│ ├── GetDirectoryAttribute.h
│ ├── GetDirectoryAttribute.opt
│ ├── GetDirectoryAttribute.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GetDirectoryAttribute.ico
│ │ └── GetDirectoryAttribute.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 239
│ └── 重命名文件夹
│ ├── MoveFile.aps
│ ├── MoveFile.clw
│ ├── MoveFile.cpp
│ ├── MoveFileDlg.cpp
│ ├── MoveFileDlg.h
│ ├── MoveFile.dsp
│ ├── MoveFile.dsw
│ ├── MoveFile.h
│ ├── MoveFile.opt
│ ├── MoveFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MoveFile.ico
│ │ └── MoveFile.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 240
│ ├── ReadMe.txt
│ ├── RenameMDir.aps
│ ├── RenameMDir.clw
│ ├── RenameMDir.cpp
│ ├── RenameMDirDlg.cpp
│ ├── RenameMDirDlg.h
│ ├── RenameMDir.dsp
│ ├── RenameMDir.dsw
│ ├── RenameMDir.h
│ ├── RenameMDir.opt
│ ├── RenameMDir.rc
│ ├── res
│ │ ├── RenameMDir.ico
│ │ └── RenameMDir.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 241
│ └── DiskCata
│ ├── DiskCata.aps
│ ├── DiskCata.clw
│ ├── DiskCata.cpp
│ ├── DiskCataDlg.cpp
│ ├── DiskCataDlg.h
│ ├── DiskCata.dsp
│ ├── DiskCata.dsw
│ ├── DiskCata.h
│ ├── DiskCata.opt
│ ├── DiskCata.rc
│ ├── res
│ │ ├── bitmap1.bmp
│ │ ├── DiskCata.ico
│ │ └── DiskCata.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 242
│ ├── ChangeDirIcon.aps
│ ├── ChangeDirIcon.clw
│ ├── ChangeDirIcon.cpp
│ ├── ChangeDirIconDlg.cpp
│ ├── ChangeDirIconDlg.h
│ ├── ChangeDirIcon.dsp
│ ├── ChangeDirIcon.dsw
│ ├── ChangeDirIcon.h
│ ├── ChangeDirIcon.opt
│ ├── ChangeDirIcon.rc
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── Icons.cpp
│ ├── Icons.h
│ ├── res
│ │ ├── ChangeDirIcon.ico
│ │ └── ChangeDirIcon.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 243
│ ├── ReadMe.txt
│ ├── ReadOnly.aps
│ ├── ReadOnly.clw
│ ├── ReadOnly.cpp
│ ├── ReadOnlyDlg.cpp
│ ├── ReadOnlyDlg.h
│ ├── ReadOnly.dsp
│ ├── ReadOnly.dsw
│ ├── ReadOnly.h
│ ├── ReadOnly.opt
│ ├── ReadOnly.rc
│ ├── res
│ │ ├── ReadOnly.ico
│ │ └── ReadOnly.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 255
│ ├── Connect.aps
│ ├── Connect.clw
│ ├── Connect.cpp
│ ├── ConnectDlg.cpp
│ ├── ConnectDlg.h
│ ├── Connect.dsp
│ ├── Connect.dsw
│ ├── Connect.h
│ ├── Connect.ncb
│ ├── Connect.opt
│ ├── Connect.plg
│ ├── Connect.rc
│ ├── Debug
│ │ ├── ConnectDlg.obj
│ │ ├── Connect.exe
│ │ ├── Connect.ilk
│ │ ├── Connect.obj
│ │ ├── Connect.pch
│ │ ├── Connect.pdb
│ │ ├── Connect.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Connect.ico
│ │ └── Connect.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 256
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ ├── adodc.obj
│ │ ├── datagrid.obj
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ ├── vc60.pdb
│ │ ├── WildcardDlg.obj
│ │ ├── Wildcard.exe
│ │ ├── Wildcard.ilk
│ │ ├── Wildcard.obj
│ │ ├── Wildcard.pch
│ │ ├── Wildcard.pdb
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 257
│ └── ADOdatabase
│ ├── ADOdatabase.aps
│ ├── ADOdatabase.clw
│ ├── ADOdatabase.cpp
│ ├── ADOdatabaseDlg.cpp
│ ├── ADOdatabaseDlg.h
│ ├── ADOdatabase.dsp
│ ├── ADOdatabase.dsw
│ ├── ADOdatabase.h
│ ├── ADOdatabase.ncb
│ ├── ADOdatabase.opt
│ ├── ADOdatabase.plg
│ ├── ADOdatabase.rc
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ ├── ADOdatabaseDlg.obj
│ │ ├── ADOdatabase.exe
│ │ ├── ADOdatabase.ilk
│ │ ├── ADOdatabase.obj
│ │ ├── ADOdatabase.pch
│ │ ├── ADOdatabase.pdb
│ │ ├── ADOdatabase.res
│ │ ├── adodc.obj
│ │ ├── datagrid.obj
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ADOdatabase.ico
│ │ └── ADOdatabase.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 259
│ ├── Debug
│ │ ├── ExecuteDlg.obj
│ │ ├── Execute.exe
│ │ ├── Execute.ilk
│ │ ├── Execute.obj
│ │ ├── Execute.pch
│ │ ├── Execute.pdb
│ │ ├── Execute.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── Execute.aps
│ ├── Execute.clw
│ ├── Execute.cpp
│ ├── ExecuteDlg.cpp
│ ├── ExecuteDlg.h
│ ├── Execute.dsp
│ ├── Execute.dsw
│ ├── Execute.h
│ ├── Execute.ncb
│ ├── Execute.opt
│ ├── Execute.plg
│ ├── Execute.rc
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Execute.ico
│ │ └── Execute.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 260
│ ├── CountRes.aps
│ ├── CountRes.clw
│ ├── CountRes.cpp
│ ├── CountResDlg.cpp
│ ├── CountResDlg.h
│ ├── CountRes.dsp
│ ├── CountRes.dsw
│ ├── CountRes.h
│ ├── CountRes.ncb
│ ├── CountRes.opt
│ ├── CountRes.plg
│ ├── CountRes.rc
│ ├── Debug
│ │ ├── CountResDlg.obj
│ │ ├── CountRes.exe
│ │ ├── CountRes.ilk
│ │ ├── CountRes.obj
│ │ ├── CountRes.pch
│ │ ├── CountRes.pdb
│ │ ├── CountRes.res
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── StdAfx.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CountRes.ico
│ │ └── CountRes.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 261
│ ├── AddNew.aps
│ ├── AddNew.clw
│ ├── AddNew.cpp
│ ├── AddNewDlg.cpp
│ ├── AddNewDlg.h
│ ├── AddNew.dsp
│ ├── AddNew.dsw
│ ├── AddNew.h
│ ├── AddNew.ncb
│ ├── AddNew.opt
│ ├── AddNew.plg
│ ├── AddNew.rc
│ ├── Debug
│ │ └── AddNew.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AddNew.ico
│ │ └── AddNew.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 262
│ ├── ADOConn.cpp
│ ├── ADOConn.h
│ ├── database
│ │ ├── vcjsdq_Data.MDF
│ │ └── vcjsdq_Log.LDF
│ ├── Debug
│ │ └── UpdateRecordset.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── UpdateRecordset.ico
│ │ └── UpdateRecordset.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── UpdateRecordset.aps
│ ├── UpdateRecordset.clw
│ ├── UpdateRecordset.cpp
│ ├── UpdateRecordsetDlg.cpp
│ ├── UpdateRecordsetDlg.h
│ ├── UpdateRecordset.dsp
│ ├── UpdateRecordset.dsw
│ ├── UpdateRecordset.h
│ ├── UpdateRecordset.ncb
│ ├── UpdateRecordset.opt
│ ├── UpdateRecordset.plg
│ ├── UpdateRecordset.rc
│ └── 程序使用说明.txt
├── 263
│ ├── Debug
│ │ └── Delete.res
│ ├── Delete.aps
│ ├── Delete.clw
│ ├── Delete.cpp
│ ├── DeleteDlg.cpp
│ ├── DeleteDlg.h
│ ├── Delete.dsp
│ ├── Delete.dsw
│ ├── Delete.h
│ ├── Delete.ncb
│ ├── Delete.opt
│ ├── Delete.plg
│ ├── Delete.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Delete.ico
│ │ └── Delete.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 264
│ ├── Debug
│ │ └── Execute.res
│ ├── Execute.aps
│ ├── Execute.clw
│ ├── Execute.cpp
│ ├── ExecuteDlg.cpp
│ ├── ExecuteDlg.h
│ ├── Execute.dsp
│ ├── Execute.dsw
│ ├── Execute.h
│ ├── Execute.ncb
│ ├── Execute.opt
│ ├── Execute.plg
│ ├── Execute.rc
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Execute.ico
│ │ └── Execute.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 265
│ ├── CountRes.aps
│ ├── CountRes.clw
│ ├── CountRes.cpp
│ ├── CountResDlg.cpp
│ ├── CountResDlg.h
│ ├── CountRes.dsp
│ ├── CountRes.dsw
│ ├── CountRes.h
│ ├── CountRes.ncb
│ ├── CountRes.opt
│ ├── CountRes.plg
│ ├── CountRes.rc
│ ├── Debug
│ │ └── CountRes.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CountRes.ico
│ │ └── CountRes.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 266
│ ├── Debug
│ │ └── Update.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Update.ico
│ │ └── Update.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Update.aps
│ ├── Update.clw
│ ├── Update.cpp
│ ├── UpdateDlg.cpp
│ ├── UpdateDlg.h
│ ├── Update.dsp
│ ├── Update.dsw
│ ├── Update.h
│ ├── Update.ncb
│ ├── Update.opt
│ ├── Update.plg
│ └── Update.rc
├── 267
│ └── SQLframe
│ ├── Debug
│ │ └── SQLframe.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SQLframe.ico
│ │ └── SQLframe.rc2
│ ├── Resource.h
│ ├── SQLframe.aps
│ ├── SQLframe.clw
│ ├── SQLframe.cpp
│ ├── SQLframeDlg.cpp
│ ├── SQLframeDlg.h
│ ├── SQLframe.dsp
│ ├── SQLframe.dsw
│ ├── SQLframe.h
│ ├── SQLframe.ncb
│ ├── SQLframe.opt
│ ├── SQLframe.plg
│ ├── SQLframe.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 268
│ └── AccessFrame
│ ├── AccessFrame.clw
│ ├── AccessFrame.cpp
│ ├── AccessFrameDlg.cpp
│ ├── AccessFrameDlg.h
│ ├── AccessFrame.dsp
│ ├── AccessFrame.dsw
│ ├── AccessFrame.h
│ ├── AccessFrame.ncb
│ ├── AccessFrame.opt
│ ├── AccessFrame.plg
│ ├── AccessFrame.rc
│ ├── Debug
│ │ └── AccessFrame.res
│ ├── msacc9.cpp
│ ├── msacc9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── AccessFrame.ico
│ │ └── AccessFrame.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 269
│ ├── Debug
│ │ └── SQLDatabase.res
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SQLDatabase.ico
│ │ └── SQLDatabase.rc2
│ ├── resource.h
│ ├── SQLDatabase.aps
│ ├── SQLDatabase.clw
│ ├── SQLDatabase.cpp
│ ├── SQLDatabaseDlg.cpp
│ ├── SQLDatabaseDlg.h
│ ├── SQLDatabase.dsp
│ ├── SQLDatabase.dsw
│ ├── SQLDatabase.h
│ ├── SQLDatabase.ncb
│ ├── SQLDatabase.opt
│ ├── SQLDatabase.plg
│ ├── SQLDatabase.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 270
│ ├── IsTable.clw
│ ├── IsTable.cpp
│ ├── IsTableDlg.cpp
│ ├── IsTableDlg.h
│ ├── IsTable.dsp
│ ├── IsTable.dsw
│ ├── IsTable.h
│ ├── IsTable.opt
│ ├── IsTable.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── IsTable.ico
│ │ └── IsTable.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 271
│ ├── Debug
│ │ └── InsertBmp.res
│ ├── InsertBmp.aps
│ ├── InsertBmp.clw
│ ├── InsertBmp.cpp
│ ├── InsertBmpDlg.cpp
│ ├── InsertBmpDlg.h
│ ├── InsertBmp.dsp
│ ├── InsertBmp.dsw
│ ├── InsertBmp.h
│ ├── InsertBmp.ncb
│ ├── InsertBmp.opt
│ ├── InsertBmp.plg
│ ├── InsertBmp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── InsertBmp.ico
│ │ └── InsertBmp.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 272
│ ├── Debug
│ │ └── DistillBmp.res
│ ├── DistillBmp.aps
│ ├── DistillBmp.clw
│ ├── DistillBmp.cpp
│ ├── DistillBmpDlg.cpp
│ ├── DistillBmpDlg.h
│ ├── DistillBmp.dsp
│ ├── DistillBmp.dsw
│ ├── DistillBmp.h
│ ├── DistillBmp.ncb
│ ├── DistillBmp.opt
│ ├── DistillBmp.plg
│ ├── DistillBmp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DistillBmp.ico
│ │ └── DistillBmp.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 273
│ ├── Debug
│ │ └── InFile.res
│ ├── InFile.aps
│ ├── InFile.clw
│ ├── InFile.cpp
│ ├── InFileDlg.cpp
│ ├── InFileDlg.h
│ ├── InFile.dsp
│ ├── InFile.dsw
│ ├── InFile.h
│ ├── InFile.opt
│ ├── InFile.plg
│ ├── InFile.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── InFile.ico
│ │ └── InFile.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 转换文件.txt
├── 274
│ ├── Debug
│ │ └── Script.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Script.ico
│ │ └── Script.rc2
│ ├── resource.h
│ ├── Script.aps
│ ├── Script.clw
│ ├── Script.cpp
│ ├── ScriptDlg.cpp
│ ├── ScriptDlg.h
│ ├── Script.dsp
│ ├── Script.dsw
│ ├── Script.h
│ ├── Script.ncb
│ ├── Script.opt
│ ├── Script.plg
│ ├── Script.rc
│ ├── sql.txt
│ ├── ss.sql
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 277
│ └── Detach
│ ├── database
│ │ ├── Shujuku_Data.MDF
│ │ └── Shujuku_Log.LDF
│ ├── Debug
│ │ └── Detach.res
│ ├── Detach.aps
│ ├── Detach.clw
│ ├── Detach.cpp
│ ├── DetachDlg.cpp
│ ├── DetachDlg.h
│ ├── Detach.dsp
│ ├── Detach.dsw
│ ├── Detach.h
│ ├── Detach.ncb
│ ├── Detach.opt
│ ├── Detach.plg
│ ├── Detach.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Detach.ico
│ │ └── Detach.rc2
│ ├── resource.h
│ ├── Shujuku_Data.MDF
│ ├── Shujuku_Log.LDF
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 278
│ └── Attach
│ ├── Attach.aps
│ ├── Attach.clw
│ ├── Attach.cpp
│ ├── AttachDlg.cpp
│ ├── AttachDlg.h
│ ├── Attach.dsp
│ ├── Attach.dsw
│ ├── Attach.h
│ ├── Attach.ncb
│ ├── Attach.opt
│ ├── Attach.plg
│ ├── Attach.rc
│ ├── Debug
│ │ └── Attach.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Attach.ico
│ │ └── Attach.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 279
│ └── CloseConnect
│ ├── CloseConnect.aps
│ ├── CloseConnect.clw
│ ├── CloseConnect.cpp
│ ├── CloseConnectDlg.cpp
│ ├── CloseConnectDlg.h
│ ├── CloseConnect.dsp
│ ├── CloseConnect.dsw
│ ├── CloseConnect.h
│ ├── CloseConnect.ncb
│ ├── CloseConnect.opt
│ ├── CloseConnect.plg
│ ├── CloseConnect.rc
│ ├── Debug
│ │ └── CloseConnect.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CloseConnect.ico
│ │ └── CloseConnect.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 280
│ └── PeripheryCommand
│ ├── Debug
│ │ └── PeripheryCommand.res
│ ├── PeripheryCommand.aps
│ ├── PeripheryCommand.clw
│ ├── PeripheryCommand.cpp
│ ├── PeripheryCommandDlg.cpp
│ ├── PeripheryCommandDlg.h
│ ├── PeripheryCommand.dsp
│ ├── PeripheryCommand.dsw
│ ├── PeripheryCommand.h
│ ├── PeripheryCommand.ncb
│ ├── PeripheryCommand.opt
│ ├── PeripheryCommand.plg
│ ├── PeripheryCommand.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PeripheryCommand.ico
│ │ └── PeripheryCommand.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 281
│ ├── Debug
│ │ └── StockUp.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── StockUp.ico
│ │ └── StockUp.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StockUp.aps
│ ├── StockUp.clw
│ ├── StockUp.cpp
│ ├── StockUpDlg.cpp
│ ├── StockUpDlg.h
│ ├── StockUp.dsp
│ ├── StockUp.dsw
│ ├── StockUp.h
│ ├── StockUp.ncb
│ ├── StockUp.opt
│ ├── StockUp.plg
│ └── StockUp.rc
├── 282
│ ├── Debug
│ │ └── Restore.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Restore.ico
│ │ └── Restore.rc2
│ ├── resource.h
│ ├── Restore.aps
│ ├── Restore.clw
│ ├── Restore.cpp
│ ├── RestoreDlg.cpp
│ ├── RestoreDlg.h
│ ├── Restore.dsp
│ ├── Restore.dsw
│ ├── Restore.h
│ ├── Restore.ncb
│ ├── Restore.opt
│ ├── Restore.plg
│ ├── Restore.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 283
│ └── TimeBackUp
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TimeBackUp.ico
│ │ └── TimeBackUp.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TimeBackUp.clw
│ ├── TimeBackUp.cpp
│ ├── TimeBackUpDlg.cpp
│ ├── TimeBackUpDlg.h
│ ├── TimeBackUp.dsp
│ ├── TimeBackUp.dsw
│ ├── TimeBackUp.h
│ ├── TimeBackUp.rc
│ └── 程序使用说明.txt
├── 284
│ └── EnumServer
│ ├── Debug
│ │ └── EnumServer.res
│ ├── EnumServer.aps
│ ├── EnumServer.clw
│ ├── EnumServer.cpp
│ ├── EnumServerDlg.cpp
│ ├── EnumServerDlg.h
│ ├── EnumServer.dsp
│ ├── EnumServer.dsw
│ ├── EnumServer.h
│ ├── EnumServer.ncb
│ ├── EnumServer.opt
│ ├── EnumServer.plg
│ ├── EnumServer.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EnumServer.ico
│ │ └── EnumServer.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 285
│ ├── Debug
│ │ └── Word.res
│ ├── msword9.cpp
│ ├── msword9.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Word.ico
│ │ └── Word.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Word.aps
│ ├── Word.clw
│ ├── Word.cpp
│ ├── WordDlg.cpp
│ ├── WordDlg.h
│ ├── Word.dsp
│ ├── Word.dsw
│ ├── Word.h
│ ├── Word.ncb
│ ├── Word.opt
│ ├── Word.plg
│ └── Word.rc
├── 286
│ └── SelectColumn
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 287
│ └── bieming
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 288
│ └── count
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ └── Wildcard.rc
├── 289
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Like.res
│ ├── Like.aps
│ ├── Like.clw
│ ├── Like.cpp
│ ├── LikeDlg.cpp
│ ├── LikeDlg.h
│ ├── Like.dsp
│ ├── Like.dsw
│ ├── Like.h
│ ├── Like.ncb
│ ├── Like.opt
│ ├── Like.plg
│ ├── Like.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Like.ico
│ │ └── Like.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 290
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Like.res
│ ├── Like.aps
│ ├── Like.clw
│ ├── Like.cpp
│ ├── LikeDlg.cpp
│ ├── LikeDlg.h
│ ├── Like.dsp
│ ├── Like.dsw
│ ├── Like.h
│ ├── Like.ncb
│ ├── Like.opt
│ ├── Like.plg
│ ├── Like.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Like.ico
│ │ └── Like.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 291
│ └── zdsjdquery
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── zdsjdquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── zdsjdquery.ico
│ │ └── zdsjdquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ ├── stddataformatsdisp.h
│ ├── zdsjdquery.aps
│ ├── zdsjdquery.clw
│ ├── zdsjdquery.cpp
│ ├── zdsjdqueryDlg.cpp
│ ├── zdsjdqueryDlg.h
│ ├── zdsjdquery.dsp
│ ├── zdsjdquery.dsw
│ ├── zdsjdquery.h
│ ├── zdsjdquery.ncb
│ ├── zdsjdquery.opt
│ ├── zdsjdquery.plg
│ ├── zdsjdquery.rc
│ ├── zdsjdquery.sdf
│ ├── zdsjdquery.vcxproj
│ ├── zdsjdquery.vcxproj.filters
│ └── zdsjdquery.vcxproj.user
├── 293
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 294
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 295
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 296
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Wildcard.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Wildcard.ico
│ │ └── Wildcard.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Wildcard.aps
│ ├── Wildcard.clw
│ ├── Wildcard.cpp
│ ├── WildcardDlg.cpp
│ ├── WildcardDlg.h
│ ├── Wildcard.dsp
│ ├── Wildcard.dsw
│ ├── Wildcard.h
│ ├── Wildcard.ncb
│ ├── Wildcard.opt
│ ├── Wildcard.plg
│ ├── Wildcard.rc
│ └── 程序使用说明.txt
├── 297
│ └── mohuquery
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── mohuquery.res
│ ├── field.cpp
│ ├── field.h
│ ├── fields.cpp
│ ├── fields.h
│ ├── font.cpp
│ ├── font.h
│ ├── mohuquery.aps
│ ├── mohuquery.clw
│ ├── mohuquery.cpp
│ ├── mohuqueryDlg.cpp
│ ├── mohuqueryDlg.h
│ ├── mohuquery.dsp
│ ├── mohuquery.dsw
│ ├── mohuquery.h
│ ├── mohuquery.ncb
│ ├── mohuquery.opt
│ ├── mohuquery.plg
│ ├── mohuquery.rc
│ ├── picture.cpp
│ ├── picture.h
│ ├── properties.cpp
│ ├── properties.h
│ ├── property.cpp
│ ├── property.h
│ ├── ReadMe.txt
│ ├── _recordset.cpp
│ ├── _recordset.h
│ ├── res
│ │ ├── mohuquery.ico
│ │ └── mohuquery.rc2
│ ├── Resource.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── stddataformatsdisp.cpp
│ └── stddataformatsdisp.h
├── 298
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Top.res
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Top.ico
│ │ └── Top.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Top.aps
│ ├── Top.clw
│ ├── Top.cpp
│ ├── TopDlg.cpp
│ ├── TopDlg.h
│ ├── Top.dsp
│ ├── Top.dsw
│ ├── Top.h
│ ├── Top.ncb
│ ├── Top.opt
│ ├── Top.plg
│ ├── Top.rc
│ └── 程序使用说明.txt
├── 299
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Last.res
│ ├── Last.aps
│ ├── Last.clw
│ ├── Last.cpp
│ ├── LastDlg.cpp
│ ├── LastDlg.h
│ ├── Last.dsp
│ ├── Last.dsw
│ ├── Last.h
│ ├── Last.ncb
│ ├── Last.opt
│ ├── Last.plg
│ ├── Last.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Last.ico
│ │ └── Last.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── 300
│ ├── adodc.cpp
│ ├── adodc.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── Debug
│ │ └── Last.res
│ ├── Last.aps
│ ├── Last.clw
│ ├── Last.cpp
│ ├── LastDlg.cpp
│ ├── LastDlg.h
│ ├── Last.dsp
│ ├── Last.dsw
│ ├── Last.h
│ ├── Last.ncb
│ ├── Last.opt
│ ├── Last.plg
│ ├── Last.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Last.ico
│ │ └── Last.rc2
│ ├── resource.h
│ ├── shujuku.mdb
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 程序使用说明.txt
├── database
│ ├── db_TomeTwo_log.ldf
│ ├── db_TomeTwo.mdf
│ ├── myhotel_Data.MDF
│ ├── myhotel_Log.LDF
│ ├── Shujuku_log.ldf
│ ├── Shujuku.mdf
│ ├── skill_Data.MDF
│ └── skill_Log.LDF
└── VC6.bat
859 directories, 5537 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论