实例介绍
vc++ 编程宝典(十年典藏版) 书后光盘源代码,即MA文件夹全部内容
【实例截图】
【核心代码】
c6784a1b-4615-474b-acae-a5ca4f50a32a
└── MR
└── Instance
├── 1
│ └── 例1.1
│ └── Hello
│ ├── Hello.clw
│ ├── Hello.cpp
│ ├── HelloDlg.cpp
│ ├── HelloDlg.h
│ ├── Hello.dsp
│ ├── Hello.dsw
│ ├── Hello.h
│ ├── Hello.opt
│ ├── Hello.rc
│ ├── Hello.sln
│ ├── Hello.suo
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Hello.ico
│ │ └── Hello.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 10
│ ├── 例10.1
│ │ └── DynamicCreateMenu
│ │ ├── DynamicCreateMenu.clw
│ │ ├── DynamicCreateMenu.cpp
│ │ ├── DynamicCreateMenuDlg.cpp
│ │ ├── DynamicCreateMenuDlg.h
│ │ ├── DynamicCreateMenu.dsp
│ │ ├── DynamicCreateMenu.dsw
│ │ ├── DynamicCreateMenu.h
│ │ ├── DynamicCreateMenu.opt
│ │ ├── DynamicCreateMenu.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DynamicCreateMenu.ico
│ │ │ └── DynamicCreateMenu.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.2
│ │ └── DrawMenu
│ │ ├── DrawMenu1.cpp
│ │ ├── DrawMenu1.h
│ │ ├── DrawMenu.clw
│ │ ├── DrawMenu.cpp
│ │ ├── DrawMenuDoc.cpp
│ │ ├── DrawMenuDoc.h
│ │ ├── DrawMenu.dsp
│ │ ├── DrawMenu.dsw
│ │ ├── DrawMenu.h
│ │ ├── DrawMenu.opt
│ │ ├── DrawMenu.rc
│ │ ├── DrawMenuView.cpp
│ │ ├── DrawMenuView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DrawMenuDoc.ico
│ │ │ ├── DrawMenu.ico
│ │ │ ├── DrawMenu.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.3
│ │ └── CreateToolBar
│ │ ├── CreateToolBar.clw
│ │ ├── CreateToolBar.cpp
│ │ ├── CreateToolBarDlg.cpp
│ │ ├── CreateToolBarDlg.h
│ │ ├── CreateToolBar.dsp
│ │ ├── CreateToolBar.dsw
│ │ ├── CreateToolBar.h
│ │ ├── CreateToolBar.opt
│ │ ├── CreateToolBar.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CreateToolBar.ico
│ │ │ ├── CreateToolBar.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.4
│ │ └── CreateToolBar
│ │ ├── CreateToolBar.clw
│ │ ├── CreateToolBar.cpp
│ │ ├── CreateToolBarDlg.cpp
│ │ ├── CreateToolBarDlg.h
│ │ ├── CreateToolBar.dsp
│ │ ├── CreateToolBar.dsw
│ │ ├── CreateToolBar.h
│ │ ├── CreateToolBar.opt
│ │ ├── CreateToolBar.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CreateToolBar.ico
│ │ │ ├── CreateToolBar.rc2
│ │ │ ├── icon17.ico
│ │ │ ├── icon18.ico
│ │ │ ├── icon19.ico
│ │ │ ├── icon20.ico
│ │ │ ├── icon21.ico
│ │ │ ├── icon22.ico
│ │ │ ├── icon23.ico
│ │ │ └── icon24.ico
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.5
│ │ └── CreateToolBar
│ │ ├── CreateToolBar.clw
│ │ ├── CreateToolBar.cpp
│ │ ├── CreateToolBarDlg.cpp
│ │ ├── CreateToolBarDlg.h
│ │ ├── CreateToolBar.dsp
│ │ ├── CreateToolBar.dsw
│ │ ├── CreateToolBar.h
│ │ ├── CreateToolBar.opt
│ │ ├── CreateToolBar.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CreateToolBar.ico
│ │ │ ├── CreateToolBar.rc2
│ │ │ └── toolbar1.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.6
│ │ └── ToolTip
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── icon17.ico
│ │ │ ├── icon18.ico
│ │ │ ├── icon19.ico
│ │ │ ├── icon20.ico
│ │ │ ├── icon21.ico
│ │ │ ├── icon22.ico
│ │ │ ├── icon23.ico
│ │ │ ├── icon24.ico
│ │ │ ├── ToolTip.ico
│ │ │ └── ToolTip.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ToolTip.clw
│ │ ├── ToolTip.cpp
│ │ ├── ToolTipDlg.cpp
│ │ ├── ToolTipDlg.h
│ │ ├── ToolTip.dsp
│ │ ├── ToolTip.dsw
│ │ ├── ToolTip.h
│ │ ├── ToolTip.opt
│ │ └── ToolTip.rc
│ ├── 例10.7
│ │ └── CreateStatusBar
│ │ ├── CreateStatusBar.clw
│ │ ├── CreateStatusBar.cpp
│ │ ├── CreateStatusBarDlg.cpp
│ │ ├── CreateStatusBarDlg.h
│ │ ├── CreateStatusBar.dsp
│ │ ├── CreateStatusBar.dsw
│ │ ├── CreateStatusBar.h
│ │ ├── CreateStatusBar.opt
│ │ ├── CreateStatusBar.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CreateStatusBar.ico
│ │ │ └── CreateStatusBar.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例10.8
│ │ └── DrawStatusBar
│ │ ├── DrawStatusBar.clw
│ │ ├── DrawStatusBar.cpp
│ │ ├── DrawStatusBarDlg.cpp
│ │ ├── DrawStatusBarDlg.h
│ │ ├── DrawStatusBar.dsp
│ │ ├── DrawStatusBar.dsw
│ │ ├── DrawStatusBar.h
│ │ ├── DrawStatusBar.opt
│ │ ├── DrawStatusBar.rc
│ │ ├── MyStatusBar.cpp
│ │ ├── MyStatusBar.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DrawStatusBar.ico
│ │ │ └── DrawStatusBar.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例10.9
│ └── ProgressStatusBar
│ ├── ProgressStatusBar.clw
│ ├── ProgressStatusBar.cpp
│ ├── ProgressStatusBarDlg.cpp
│ ├── ProgressStatusBarDlg.h
│ ├── ProgressStatusBar.dsp
│ ├── ProgressStatusBar.dsw
│ ├── ProgressStatusBar.h
│ ├── ProgressStatusBar.opt
│ ├── ProgressStatusBar.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ProgressStatusBar.ico
│ │ └── ProgressStatusBar.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 11
│ ├── 例 11.1
│ │ ├── ADOConn.cpp
│ │ ├── ADOConn.h
│ │ ├── ADORecordset.cpp
│ │ ├── ADORecordsetDlg.cpp
│ │ ├── ADORecordsetDlg.h
│ │ ├── ADORecordset.dsp
│ │ ├── ADORecordset.dsw
│ │ ├── ADORecordset.h
│ │ ├── ADORecordset.opt
│ │ ├── ADORecordset.rc
│ │ ├── database
│ │ │ ├── vcjsdq_Data.MDF
│ │ │ └── vcjsdq_Log.LDF
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ADORecordset.ico
│ │ │ └── ADORecordset.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 例 11.2
│ │ ├── AddNewRecordset.clw
│ │ ├── AddNewRecordset.cpp
│ │ ├── AddNewRecordsetDlg.cpp
│ │ ├── AddNewRecordsetDlg.h
│ │ ├── AddNewRecordset.dsp
│ │ ├── AddNewRecordset.dsw
│ │ ├── AddNewRecordset.h
│ │ ├── AddNewRecordset.opt
│ │ ├── AddNewRecordset.rc
│ │ ├── ADOConn.cpp
│ │ ├── ADOConn.h
│ │ ├── database
│ │ │ ├── vcjsdq_Data.MDF
│ │ │ └── vcjsdq_Log.LDF
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── AddNewRecordset.ico
│ │ │ └── AddNewRecordset.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 例 11.3
│ │ ├── ADOConn.cpp
│ │ ├── ADOConn.h
│ │ ├── database
│ │ │ ├── vcjsdq_Data.MDF
│ │ │ └── vcjsdq_Log.LDF
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── UpdateRecordset.ico
│ │ │ └── UpdateRecordset.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── UpdateRecordset.clw
│ │ ├── UpdateRecordset.cpp
│ │ ├── UpdateRecordsetDlg.cpp
│ │ ├── UpdateRecordsetDlg.h
│ │ ├── UpdateRecordset.dsp
│ │ ├── UpdateRecordset.dsw
│ │ ├── UpdateRecordset.h
│ │ ├── UpdateRecordset.opt
│ │ ├── UpdateRecordset.rc
│ │ └── 程序使用说明.txt
│ ├── 例 11.4
│ │ ├── ADOConn.cpp
│ │ ├── ADOConn.h
│ │ ├── database
│ │ │ ├── vcjsdq_Data.MDF
│ │ │ └── vcjsdq_Log.LDF
│ │ ├── DeleteRecordset.clw
│ │ ├── DeleteRecordset.cpp
│ │ ├── DeleteRecordsetDlg.cpp
│ │ ├── DeleteRecordsetDlg.h
│ │ ├── DeleteRecordset.dsp
│ │ ├── DeleteRecordset.dsw
│ │ ├── DeleteRecordset.h
│ │ ├── DeleteRecordset.opt
│ │ ├── DeleteRecordset.rc
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DeleteRecordset.ico
│ │ │ └── DeleteRecordset.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 例 11.5
│ │ └── DataFilter
│ │ ├── database
│ │ │ ├── vcjsdq_Data.MDF
│ │ │ └── vcjsdq_Log.LDF
│ │ ├── DataFilter.clw
│ │ ├── DataFilter.cpp
│ │ ├── DataFilterDlg.cpp
│ │ ├── DataFilterDlg.h
│ │ ├── DataFilter.dsp
│ │ ├── DataFilter.dsw
│ │ ├── DataFilter.h
│ │ ├── DataFilter.opt
│ │ ├── DataFilter.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DataFilter.ico
│ │ │ └── DataFilter.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例 11.6
│ │ ├── Execute.clw
│ │ ├── Execute.cpp
│ │ ├── ExecuteDlg.cpp
│ │ ├── ExecuteDlg.h
│ │ ├── Execute.dsp
│ │ ├── Execute.dsw
│ │ ├── Execute.h
│ │ ├── Execute.opt
│ │ ├── Execute.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Execute.ico
│ │ │ └── Execute.rc2
│ │ ├── resource.h
│ │ ├── shujuku.mdb
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例 11.7
│ │ └── ADODC
│ │ ├── adodc1.cpp
│ │ ├── adodc1.h
│ │ ├── ADODC.clw
│ │ ├── ADODC.cpp
│ │ ├── ADODCDlg.cpp
│ │ ├── ADODCDlg.h
│ │ ├── ADODC.dsp
│ │ ├── ADODC.dsw
│ │ ├── ADODC.h
│ │ ├── ADODC.opt
│ │ ├── ADODC.rc
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ADODC.ico
│ │ │ └── ADODC.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── 学生信息.ldb
│ │ └── 学生信息.mdb
│ └── 例 11.8
│ └── Execture
│ ├── database
│ │ ├── vcjsdq_Data.MDF
│ │ └── vcjsdq_Log.LDF
│ ├── Execture.clw
│ ├── Execture.cpp
│ ├── ExectureDlg.cpp
│ ├── ExectureDlg.h
│ ├── Execture.dsp
│ ├── Execture.dsw
│ ├── Execture.h
│ ├── Execture.opt
│ ├── Execture.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Execture.ico
│ │ └── Execture.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 12
│ ├── 例 12.1
│ │ └── Varible
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Varible.cpp
│ │ ├── Varible.dsp
│ │ ├── Varible.dsw
│ │ └── Varible.opt
│ └── 例 12.2
│ └── Trace
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Trace.ico
│ │ └── Trace.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Trace.clw
│ ├── Trace.cpp
│ ├── TraceDlg.cpp
│ ├── TraceDlg.h
│ ├── Trace.dsp
│ ├── Trace.dsw
│ ├── Trace.h
│ ├── Trace.opt
│ └── Trace.rc
├── 13
│ ├── 01
│ │ └── Constellation
│ │ ├── Constellation.clw
│ │ ├── Constellation.cpp
│ │ ├── ConstellationDlg.cpp
│ │ ├── ConstellationDlg.h
│ │ ├── Constellation.dsp
│ │ ├── Constellation.dsw
│ │ ├── Constellation.h
│ │ ├── Constellation.opt
│ │ ├── Constellation.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 10.bmp
│ │ │ ├── 11.bmp
│ │ │ ├── 12.bmp
│ │ │ ├── 1.bmp
│ │ │ ├── 2.bmp
│ │ │ ├── 3.bmp
│ │ │ ├── 4.bmp
│ │ │ ├── 5.bmp
│ │ │ ├── 6.bmp
│ │ │ ├── 7.bmp
│ │ │ ├── 8.bmp
│ │ │ ├── 9.bmp
│ │ │ ├── Constellation.ico
│ │ │ ├── Constellation.rc2
│ │ │ ├── 按钮.bmp
│ │ │ └── 背景.bmp
│ │ ├── resource.h
│ │ ├── ShowDlg.cpp
│ │ ├── ShowDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 01_extend
│ │ └── Constellation
│ │ ├── Constellation.clw
│ │ ├── Constellation.cpp
│ │ ├── ConstellationDlg.cpp
│ │ ├── ConstellationDlg.h
│ │ ├── Constellation.dsp
│ │ ├── Constellation.dsw
│ │ ├── Constellation.h
│ │ ├── Constellation.opt
│ │ ├── Constellation.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 10.bmp
│ │ │ ├── 11.bmp
│ │ │ ├── 12.bmp
│ │ │ ├── 1.bmp
│ │ │ ├── 2.bmp
│ │ │ ├── 3.bmp
│ │ │ ├── 4.bmp
│ │ │ ├── 5.bmp
│ │ │ ├── 6.bmp
│ │ │ ├── 7.bmp
│ │ │ ├── 8.bmp
│ │ │ ├── 9.bmp
│ │ │ ├── Constellation.ico
│ │ │ ├── Constellation.rc2
│ │ │ ├── 按钮.bmp
│ │ │ └── 背景.bmp
│ │ ├── resource.h
│ │ ├── ShowDlg.cpp
│ │ ├── ShowDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02
│ │ └── TwoColorBall
│ │ ├── ColorStatic.cpp
│ │ ├── ColorStatic.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── ColorStatic.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── TwoColorBallDlg.obj
│ │ │ ├── TwoColorBall.exe
│ │ │ ├── TwoColorBall.obj
│ │ │ ├── TwoColorBall.pch
│ │ │ ├── TwoColorBall.res
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── TwoColorBall.ico
│ │ │ ├── TwoColorBall.rc2
│ │ │ ├── 停止.bmp
│ │ │ ├── 底图.bmp
│ │ │ └── 开始.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TwoColorBall.clw
│ │ ├── TwoColorBall.cpp
│ │ ├── TwoColorBallDlg.cpp
│ │ ├── TwoColorBallDlg.h
│ │ ├── TwoColorBall.dsp
│ │ ├── TwoColorBall.dsw
│ │ ├── TwoColorBall.h
│ │ ├── TwoColorBall.opt
│ │ └── TwoColorBall.rc
│ ├── 02_extend
│ │ └── TwoColorBall
│ │ ├── ColorStatic.cpp
│ │ ├── ColorStatic.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── ColorStatic.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── TwoColorBallDlg.obj
│ │ │ ├── TwoColorBall.exe
│ │ │ ├── TwoColorBall.obj
│ │ │ ├── TwoColorBall.pch
│ │ │ ├── TwoColorBall.res
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── TwoColorBall.ico
│ │ │ ├── TwoColorBall.rc2
│ │ │ ├── 停止.bmp
│ │ │ ├── 底图.bmp
│ │ │ └── 开始.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TwoColorBall.clw
│ │ ├── TwoColorBall.cpp
│ │ ├── TwoColorBallDlg.cpp
│ │ ├── TwoColorBallDlg.h
│ │ ├── TwoColorBall.dsp
│ │ ├── TwoColorBall.dsw
│ │ ├── TwoColorBall.h
│ │ ├── TwoColorBall.opt
│ │ └── TwoColorBall.rc
│ ├── 03
│ │ └── Deposit
│ │ ├── Deposit.clw
│ │ ├── Deposit.cpp
│ │ ├── DepositDlg.cpp
│ │ ├── DepositDlg.h
│ │ ├── Deposit.dsp
│ │ ├── Deposit.dsw
│ │ ├── Deposit.h
│ │ ├── Deposit.opt
│ │ ├── Deposit.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Deposit.ico
│ │ │ ├── Deposit.rc2
│ │ │ ├── 计算.bmp
│ │ │ └── 零存整取计算器.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03_extend
│ │ └── Deposit
│ │ ├── Deposit.clw
│ │ ├── Deposit.cpp
│ │ ├── DepositDlg.cpp
│ │ ├── DepositDlg.h
│ │ ├── Deposit.dsp
│ │ ├── Deposit.dsw
│ │ ├── Deposit.h
│ │ ├── Deposit.opt
│ │ ├── Deposit.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Deposit.ico
│ │ │ ├── Deposit.rc2
│ │ │ ├── 计算.bmp
│ │ │ └── 零存整取计算器.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04
│ │ └── IncomeTax
│ │ ├── IncomeTax.clw
│ │ ├── IncomeTax.cpp
│ │ ├── IncomeTaxDlg.cpp
│ │ ├── IncomeTaxDlg.h
│ │ ├── IncomeTax.dsp
│ │ ├── IncomeTax.dsw
│ │ ├── IncomeTax.h
│ │ ├── IncomeTax.opt
│ │ ├── IncomeTax.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── IncomeTaxDlg.obj
│ │ │ ├── IncomeTax.exe
│ │ │ ├── IncomeTax.obj
│ │ │ ├── IncomeTax.pch
│ │ │ ├── IncomeTax.res
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── IncomeTax.ico
│ │ │ ├── IncomeTax.rc2
│ │ │ ├── 底图.bmp
│ │ │ └── 计算.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04_extend
│ │ └── IncomeTax
│ │ ├── IncomeTax.clw
│ │ ├── IncomeTax.cpp
│ │ ├── IncomeTaxDlg.cpp
│ │ ├── IncomeTaxDlg.h
│ │ ├── IncomeTax.dsp
│ │ ├── IncomeTax.dsw
│ │ ├── IncomeTax.h
│ │ ├── IncomeTax.opt
│ │ ├── IncomeTax.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── IncomeTaxDlg.obj
│ │ │ ├── IncomeTax.exe
│ │ │ ├── IncomeTax.obj
│ │ │ ├── IncomeTax.pch
│ │ │ ├── IncomeTax.res
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── IncomeTax.ico
│ │ │ ├── IncomeTax.rc2
│ │ │ ├── 底图.bmp
│ │ │ └── 计算.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ └── CountLoan
│ │ ├── CountLoan.clw
│ │ ├── CountLoan.cpp
│ │ ├── CountLoanDlg.cpp
│ │ ├── CountLoanDlg.h
│ │ ├── CountLoan.dsp
│ │ ├── CountLoan.dsw
│ │ ├── CountLoan.h
│ │ ├── CountLoan.opt
│ │ ├── CountLoan.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── CountLoanDlg.obj
│ │ │ ├── CountLoan.exe
│ │ │ ├── CountLoan.obj
│ │ │ ├── CountLoan.pch
│ │ │ ├── CountLoan.res
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── CountLoan.ico
│ │ │ ├── CountLoan.rc2
│ │ │ ├── top.bmp
│ │ │ └── 计算.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 05_extend
│ └── CountLoan
│ ├── CountLoan.clw
│ ├── CountLoan.cpp
│ ├── CountLoanDlg.cpp
│ ├── CountLoanDlg.h
│ ├── CountLoan.dsp
│ ├── CountLoan.dsw
│ ├── CountLoan.h
│ ├── CountLoan.opt
│ ├── CountLoan.rc
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── CountLoanDlg.obj
│ │ ├── CountLoan.exe
│ │ ├── CountLoan.obj
│ │ ├── CountLoan.pch
│ │ ├── CountLoan.res
│ │ ├── StdAfx.obj
│ │ └── vc60.idb
│ ├── res
│ │ ├── CountLoan.ico
│ │ ├── CountLoan.rc2
│ │ ├── top.bmp
│ │ └── 计算.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 14
│ ├── 01
│ │ └── Money
│ │ ├── Money.clw
│ │ ├── Money.cpp
│ │ ├── MoneyDlg.cpp
│ │ ├── MoneyDlg.h
│ │ ├── Money.dsp
│ │ ├── Money.dsw
│ │ ├── MoneyEdit.cpp
│ │ ├── MoneyEdit.h
│ │ ├── Money.h
│ │ ├── Money.opt
│ │ ├── Money.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Money.ico
│ │ │ ├── Money.rc2
│ │ │ ├── 大小写转换底图.bmp
│ │ │ └── 转换.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 01_extend
│ │ └── Money
│ │ ├── Money.clw
│ │ ├── Money.cpp
│ │ ├── MoneyDlg.cpp
│ │ ├── MoneyDlg.h
│ │ ├── Money.dsp
│ │ ├── Money.dsw
│ │ ├── MoneyEdit.cpp
│ │ ├── MoneyEdit.h
│ │ ├── Money.h
│ │ ├── Money.opt
│ │ ├── Money.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Money.ico
│ │ │ ├── Money.rc2
│ │ │ ├── 大小写转换底图.bmp
│ │ │ └── 转换.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02
│ │ └── QuartzClock
│ │ ├── QuartzClock.clw
│ │ ├── QuartzClock.cpp
│ │ ├── QuartzClockDlg.cpp
│ │ ├── QuartzClockDlg.h
│ │ ├── QuartzClock.dsp
│ │ ├── QuartzClock.dsw
│ │ ├── QuartzClock.h
│ │ ├── QuartzClock.opt
│ │ ├── QuartzClock.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── QuartzClock.ico
│ │ │ ├── QuartzClock.rc2
│ │ │ └── 钟表.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02_extend
│ │ └── QuartzClock
│ │ ├── QuartzClock.clw
│ │ ├── QuartzClock.cpp
│ │ ├── QuartzClockDlg.cpp
│ │ ├── QuartzClockDlg.h
│ │ ├── QuartzClock.dsp
│ │ ├── QuartzClock.dsw
│ │ ├── QuartzClock.h
│ │ ├── QuartzClock.opt
│ │ ├── QuartzClock.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── QuartzClock.ico
│ │ │ ├── QuartzClock.rc2
│ │ │ └── 钟表.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03
│ │ └── Conversion
│ │ ├── Conversion.clw
│ │ ├── Conversion.cpp
│ │ ├── ConversionDlg.cpp
│ │ ├── ConversionDlg.h
│ │ ├── Conversion.dsp
│ │ ├── Conversion.dsw
│ │ ├── Conversion.h
│ │ ├── Conversion.opt
│ │ ├── Conversion.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── ConversionDlg.obj
│ │ │ ├── Conversion.exe
│ │ │ ├── Conversion.obj
│ │ │ ├── Conversion.pch
│ │ │ ├── Conversion.res
│ │ │ ├── Setting.ini
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── Conversion.ico
│ │ │ ├── Conversion.rc2
│ │ │ ├── 开始.bmp
│ │ │ ├── 设置.bmp
│ │ │ ├── 请假时间计算器 1.bmp
│ │ │ ├── 请假时间计算器 2.bmp
│ │ │ └── 高级.bmp
│ │ ├── resource.h
│ │ ├── Setting.ini
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03_extend
│ │ └── Conversion
│ │ ├── Conversion.clw
│ │ ├── Conversion.cpp
│ │ ├── ConversionDlg.cpp
│ │ ├── ConversionDlg.h
│ │ ├── Conversion.dsp
│ │ ├── Conversion.dsw
│ │ ├── Conversion.h
│ │ ├── Conversion.opt
│ │ ├── Conversion.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── ConversionDlg.obj
│ │ │ ├── Conversion.exe
│ │ │ ├── Conversion.obj
│ │ │ ├── Conversion.pch
│ │ │ ├── Conversion.res
│ │ │ ├── Setting.ini
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── Conversion.ico
│ │ │ ├── Conversion.rc2
│ │ │ ├── 开始.bmp
│ │ │ ├── 设置.bmp
│ │ │ ├── 请假时间计算器 1.bmp
│ │ │ ├── 请假时间计算器 2.bmp
│ │ │ └── 高级.bmp
│ │ ├── resource.h
│ │ ├── Setting.ini
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04
│ │ └── ForceDelete
│ │ ├── 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
│ │ │ ├── 取消.bmp
│ │ │ ├── 清除.bmp
│ │ │ ├── 选择.bmp
│ │ │ └── 顽固文件清理工具.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04_extend
│ │ └── ForceDelete
│ │ ├── 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
│ │ │ ├── 取消.bmp
│ │ │ ├── 清除.bmp
│ │ │ ├── 选择.bmp
│ │ │ └── 顽固文件清理工具.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ └── CloseTimer
│ │ ├── CloseTimer.clw
│ │ ├── CloseTimer.cpp
│ │ ├── CloseTimerDlg.cpp
│ │ ├── CloseTimerDlg.h
│ │ ├── CloseTimer.dsp
│ │ ├── CloseTimer.dsw
│ │ ├── CloseTimer.h
│ │ ├── CloseTimer.opt
│ │ ├── CloseTimer.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CloseTimer.ico
│ │ │ ├── CloseTimer.rc2
│ │ │ ├── 定时关闭计算机.bmp
│ │ │ ├── 时间.ico
│ │ │ └── 设置.bmp
│ │ ├── resource.h
│ │ ├── Setting.ini
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 05_extend
│ └── RemindTime
│ ├── ReadMe.txt
│ ├── RemindTime.clw
│ ├── RemindTime.cpp
│ ├── RemindTimeDlg.cpp
│ ├── RemindTimeDlg.h
│ ├── RemindTime.dsp
│ ├── RemindTime.dsw
│ ├── RemindTime.h
│ ├── RemindTime.opt
│ ├── RemindTime.rc
│ ├── res
│ │ ├── RemindTime.ico
│ │ └── RemindTime.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 15
│ ├── 01
│ │ └── TextColor
│ │ ├── ColorEdit.cpp
│ │ ├── ColorEdit.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── TextColor.ico
│ │ │ └── TextColor.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TextColor.clw
│ │ ├── TextColor.cpp
│ │ ├── TextColorDlg.cpp
│ │ ├── TextColorDlg.h
│ │ ├── TextColor.dsp
│ │ ├── TextColor.dsw
│ │ ├── TextColor.h
│ │ ├── TextColor.opt
│ │ └── TextColor.rc
│ ├── 01_extend
│ │ └── TextColor
│ │ ├── ColorEdit.cpp
│ │ ├── ColorEdit.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── TextColor.ico
│ │ │ └── TextColor.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TextColor.clw
│ │ ├── TextColor.cpp
│ │ ├── TextColorDlg.cpp
│ │ ├── TextColorDlg.h
│ │ ├── TextColor.dsp
│ │ ├── TextColor.dsw
│ │ ├── TextColor.h
│ │ ├── TextColor.opt
│ │ └── TextColor.rc
│ ├── 02
│ │ └── ComboCatalog
│ │ ├── ComboCatalog.clw
│ │ ├── ComboCatalog.cpp
│ │ ├── ComboCatalogDlg.cpp
│ │ ├── ComboCatalogDlg.h
│ │ ├── ComboCatalog.dsp
│ │ ├── ComboCatalog.dsw
│ │ ├── ComboCatalog.h
│ │ ├── ComboCatalog.opt
│ │ ├── ComboCatalog.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ComboCatalog.ico
│ │ │ └── ComboCatalog.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02_extend
│ │ └── IconCombo
│ │ ├── IconCombo.clw
│ │ ├── IconCombo.cpp
│ │ ├── IconComboDlg.cpp
│ │ ├── IconComboDlg.h
│ │ ├── IconCombo.dsp
│ │ ├── IconCombo.dsw
│ │ ├── IconCombo.h
│ │ ├── IconCombo.opt
│ │ ├── IconCombo.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 17.ico
│ │ │ ├── 18.ico
│ │ │ ├── 20.ico
│ │ │ ├── 22.ico
│ │ │ ├── 27.ico
│ │ │ ├── 30.ico
│ │ │ ├── 32.ico
│ │ │ ├── IconCombo.ico
│ │ │ └── IconCombo.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03
│ │ └── aaaaa
│ │ ├── aaaaa.clw
│ │ ├── aaaaa.cpp
│ │ ├── aaaaaDlg.cpp
│ │ ├── aaaaaDlg.h
│ │ ├── aaaaa.dsp
│ │ ├── aaaaa.dsw
│ │ ├── aaaaa.h
│ │ ├── aaaaa.opt
│ │ ├── aaaaa.rc
│ │ ├── ListButton.cpp
│ │ ├── ListButton.h
│ │ ├── QQList.cpp
│ │ ├── QQList.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 30.ico
│ │ │ ├── 32.ico
│ │ │ ├── aaaaa.ico
│ │ │ ├── aaaaa.rc2
│ │ │ ├── 多云.ico
│ │ │ ├── 晴.ico
│ │ │ ├── 雨.ico
│ │ │ └── 雪.ico
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03_extend
│ │ └── aaaaa
│ │ ├── aaaaa.clw
│ │ ├── aaaaa.cpp
│ │ ├── aaaaaDlg.cpp
│ │ ├── aaaaaDlg.h
│ │ ├── aaaaa.dsp
│ │ ├── aaaaa.dsw
│ │ ├── aaaaa.h
│ │ ├── aaaaa.opt
│ │ ├── aaaaa.rc
│ │ ├── ListButton.cpp
│ │ ├── ListButton.h
│ │ ├── QQList.cpp
│ │ ├── QQList.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 30.ico
│ │ │ ├── 32.ico
│ │ │ ├── aaaaa.ico
│ │ │ ├── aaaaa.rc2
│ │ │ ├── 多云.ico
│ │ │ ├── 晴.ico
│ │ │ ├── 雨.ico
│ │ │ └── 雪.ico
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04
│ │ └── ElectronClock
│ │ ├── ElectronClock.clw
│ │ ├── ElectronClock.cpp
│ │ ├── ElectronClockDlg.cpp
│ │ ├── ElectronClockDlg.h
│ │ ├── ElectronClock.dsp
│ │ ├── ElectronClock.dsw
│ │ ├── ElectronClock.h
│ │ ├── ElectronClock.opt
│ │ ├── ElectronClock.rc
│ │ ├── NumberCtrl.cpp
│ │ ├── NumberCtrl.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bitma.bmp
│ │ │ ├── BK.bmp
│ │ │ ├── ElectronClock.ico
│ │ │ └── ElectronClock.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04_extend
│ │ └── ElectricalCounter
│ │ ├── ElectricalCounter.clw
│ │ ├── ElectricalCounter.cpp
│ │ ├── ElectricalCounterDlg.cpp
│ │ ├── ElectricalCounterDlg.h
│ │ ├── ElectricalCounter.dsp
│ │ ├── ElectricalCounter.dsw
│ │ ├── ElectricalCounter.h
│ │ ├── ElectricalCounter.opt
│ │ ├── ElectricalCounter.rc
│ │ ├── NumberCtrl.cpp
│ │ ├── NumberCtrl.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 38.ico
│ │ │ ├── bitma.bmp
│ │ │ ├── ElectricalCounter.ico
│ │ │ └── ElectricalCounter.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ └── SuperConnect
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 79.ico
│ │ │ ├── cursor1.cur
│ │ │ ├── SuperConnect.ico
│ │ │ └── SuperConnect.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SuperConnect.clw
│ │ ├── SuperConnect.cpp
│ │ ├── SuperConnectDlg.cpp
│ │ ├── SuperConnectDlg.h
│ │ ├── SuperConnect.dsp
│ │ ├── SuperConnect.dsw
│ │ ├── SuperConnect.h
│ │ ├── SuperConnect.opt
│ │ ├── SuperConnect.rc
│ │ ├── SuperLabel.cpp
│ │ └── SuperLabel.h
│ └── 05_extend
│ └── LevelStatic
│ ├── LevelStatic1.cpp
│ ├── LevelStatic1.h
│ ├── LevelStatic.clw
│ ├── LevelStatic.cpp
│ ├── LevelStaticDlg.cpp
│ ├── LevelStaticDlg.h
│ ├── LevelStatic.dsp
│ ├── LevelStatic.dsw
│ ├── LevelStatic.h
│ ├── LevelStatic.opt
│ ├── LevelStatic.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 11.ico
│ │ ├── BK.bmp
│ │ ├── LevelStatic.ico
│ │ └── LevelStatic.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 16
│ ├── 01
│ │ └── Cloud
│ │ ├── Cloud.clw
│ │ ├── Cloud.cpp
│ │ ├── CloudDlg.cpp
│ │ ├── CloudDlg.h
│ │ ├── Cloud.dsp
│ │ ├── Cloud.dsw
│ │ ├── Cloud.h
│ │ ├── Cloud.opt
│ │ ├── Cloud.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Cloud.ico
│ │ │ ├── Cloud.rc2
│ │ │ └── 云.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 01_extend
│ │ └── Cloud
│ │ ├── Cloud.clw
│ │ ├── Cloud.cpp
│ │ ├── CloudDlg.cpp
│ │ ├── CloudDlg.h
│ │ ├── Cloud.dsp
│ │ ├── Cloud.dsw
│ │ ├── Cloud.h
│ │ ├── Cloud.opt
│ │ ├── Cloud.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Cloud.ico
│ │ │ ├── Cloud.rc2
│ │ │ └── 云.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02
│ │ └── Rainbow
│ │ ├── Rainbow.clw
│ │ ├── Rainbow.cpp
│ │ ├── RainbowDlg.cpp
│ │ ├── RainbowDlg.h
│ │ ├── Rainbow.dsp
│ │ ├── Rainbow.dsw
│ │ ├── Rainbow.h
│ │ ├── Rainbow.opt
│ │ ├── Rainbow.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BK.bmp
│ │ │ ├── Rainbow.ico
│ │ │ └── Rainbow.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02_extend
│ │ └── TextBtn
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── TextBtn.ico
│ │ │ └── TextBtn.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TextBtn.clw
│ │ ├── TextBtn.cpp
│ │ ├── TextBtnDlg.cpp
│ │ ├── TextBtnDlg.h
│ │ ├── TextBtn.dsp
│ │ ├── TextBtn.dsw
│ │ ├── TextBtn.h
│ │ ├── TextBtn.opt
│ │ ├── TextBtn.rc
│ │ ├── TextButton.cpp
│ │ └── TextButton.h
│ ├── 03
│ │ └── DrawFigure
│ │ ├── ColorCombox.cpp
│ │ ├── ColorCombox.h
│ │ ├── DrawFigure.clw
│ │ ├── DrawFigure.cpp
│ │ ├── DrawFigureDoc.cpp
│ │ ├── DrawFigureDoc.h
│ │ ├── DrawFigure.dsp
│ │ ├── DrawFigure.dsw
│ │ ├── DrawFigure.h
│ │ ├── DrawFigure.opt
│ │ ├── DrawFigure.rc
│ │ ├── DrawFigureView.cpp
│ │ ├── DrawFigureView.h
│ │ ├── FrameDlg.cpp
│ │ ├── FrameDlg.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 32圆.ico
│ │ │ ├── 32圆角矩形.ico
│ │ │ ├── 32橡皮.ico
│ │ │ ├── 32画笔.ico
│ │ │ ├── 32矩形.ico
│ │ │ ├── 32箭头.ico
│ │ │ ├── DrawFigureDoc.ico
│ │ │ ├── DrawFigure.ico
│ │ │ ├── DrawFigure.rc2
│ │ │ ├── toolbar1.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03_extend
│ │ └── CTdraw
│ │ ├── CTdraw.clw
│ │ ├── CTdraw.cpp
│ │ ├── CTdrawDoc.cpp
│ │ ├── CTdrawDoc.h
│ │ ├── CTdraw.dsp
│ │ ├── CTdraw.dsw
│ │ ├── CTdraw.h
│ │ ├── CTdraw.opt
│ │ ├── CTdraw.rc
│ │ ├── CTdrawView.cpp
│ │ ├── CTdrawView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CTdrawDoc.ico
│ │ │ ├── CTdraw.ico
│ │ │ ├── CTdraw.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04
│ │ └── YippeeFarm
│ │ ├── MoveButton.cpp
│ │ ├── MoveButton.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── YippeeFarm.ico
│ │ │ ├── YippeeFarm.rc2
│ │ │ ├── 开花1.bmp
│ │ │ ├── 开花.bmp
│ │ │ ├── 开花了.bmp
│ │ │ ├── 播种01.BMP
│ │ │ ├── 播种.bmp
│ │ │ ├── 收获1.BMP
│ │ │ ├── 收获.bmp
│ │ │ ├── 生长1.bmp
│ │ │ ├── 生长.bmp
│ │ │ ├── 生长了.bmp
│ │ │ ├── 种子.bmp
│ │ │ ├── 结果1.BMP
│ │ │ ├── 结果.BMP
│ │ │ └── 结果了.BMP
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── YippeeFarm.clw
│ │ ├── YippeeFarm.cpp
│ │ ├── YippeeFarmDlg.cpp
│ │ ├── YippeeFarmDlg.h
│ │ ├── YippeeFarm.dsp
│ │ ├── YippeeFarm.dsw
│ │ ├── YippeeFarm.h
│ │ ├── YippeeFarm.opt
│ │ └── YippeeFarm.rc
│ ├── 04_extend
│ │ └── YippeeFarm
│ │ ├── MoveButton.cpp
│ │ ├── MoveButton.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── YippeeFarm.ico
│ │ │ ├── YippeeFarm.rc2
│ │ │ ├── 开花1.bmp
│ │ │ ├── 开花.bmp
│ │ │ ├── 开花了.bmp
│ │ │ ├── 播种01.BMP
│ │ │ ├── 播种.bmp
│ │ │ ├── 收获1.BMP
│ │ │ ├── 收获.bmp
│ │ │ ├── 生长1.bmp
│ │ │ ├── 生长.bmp
│ │ │ ├── 生长了.bmp
│ │ │ ├── 种子.bmp
│ │ │ ├── 结果1.BMP
│ │ │ ├── 结果.BMP
│ │ │ └── 结果了.BMP
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── YippeeFarm.clw
│ │ ├── YippeeFarm.cpp
│ │ ├── YippeeFarmDlg.cpp
│ │ ├── YippeeFarmDlg.h
│ │ ├── YippeeFarm.dsp
│ │ ├── YippeeFarm.dsw
│ │ ├── YippeeFarm.h
│ │ ├── YippeeFarm.opt
│ │ └── YippeeFarm.rc
│ ├── 05
│ │ └── GraspBmp
│ │ ├── GraspBmp.clw
│ │ ├── GraspBmp.cpp
│ │ ├── GraspBmpDlg.cpp
│ │ ├── GraspBmpDlg.h
│ │ ├── GraspBmp.dsp
│ │ ├── GraspBmp.dsw
│ │ ├── GraspBmp.h
│ │ ├── GraspBmp.opt
│ │ ├── GraspBmp.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraspBmp.ico
│ │ │ ├── GraspBmp.rc2
│ │ │ ├── 保存.bmp
│ │ │ ├── 取消.bmp
│ │ │ ├── 屏幕截图工具.bmp
│ │ │ └── 选择.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── System.ini
│ └── 05_extend
│ └── GraspBmp
│ ├── GraspBmp.clw
│ ├── GraspBmp.cpp
│ ├── GraspBmpDlg.cpp
│ ├── GraspBmpDlg.h
│ ├── GraspBmp.dsp
│ ├── GraspBmp.dsw
│ ├── GraspBmp.h
│ ├── GraspBmp.opt
│ ├── GraspBmp.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GraspBmp.ico
│ │ ├── GraspBmp.rc2
│ │ ├── 保存.bmp
│ │ ├── 取消.bmp
│ │ ├── 屏幕截图工具.bmp
│ │ └── 选择.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── System.ini
├── 17
│ ├── 01
│ │ └── Disk
│ │ ├── Disk.clw
│ │ ├── Disk.cpp
│ │ ├── DiskDlg.cpp
│ │ ├── DiskDlg.h
│ │ ├── Disk.dsp
│ │ ├── Disk.dsw
│ │ ├── Disk.h
│ │ ├── Disk.opt
│ │ ├── Disk.rc
│ │ ├── Gdiplus
│ │ │ ├── BaseTsd.h
│ │ │ ├── GdiPlusBase.h
│ │ │ ├── GdiPlusBitmap.h
│ │ │ ├── GdiPlusBrush.h
│ │ │ ├── GdiPlusCachedBitmap.h
│ │ │ ├── GdiPlusColor.h
│ │ │ ├── GdiPlusColorMatrix.h
│ │ │ ├── gdiplus.dll
│ │ │ ├── GdiPlusEnums.h
│ │ │ ├── GdiPlusFlat.h
│ │ │ ├── GdiPlusFontCollection.h
│ │ │ ├── GdiPlusFontFamily.h
│ │ │ ├── GdiPlusFont.h
│ │ │ ├── GdiPlusGpStubs.h
│ │ │ ├── GdiPlusGraphics.h
│ │ │ ├── GdiPlus.h
│ │ │ ├── GdiPlusHeaders.h
│ │ │ ├── GdiPlusimageAttributes.h
│ │ │ ├── GdiPlusImageCodec.h
│ │ │ ├── GdiPlusImaging.h
│ │ │ ├── GdiPlusInit.h
│ │ │ ├── GdiPlus.lib
│ │ │ ├── GdiPlusLineCaps.h
│ │ │ ├── GdiPlusMatrix.h
│ │ │ ├── GdiPlusMem.h
│ │ │ ├── GdiPlusMetaFile.h
│ │ │ ├── GdiPlusMetaHeader.h
│ │ │ ├── GdiPlusPath.h
│ │ │ ├── GdiPlusPen.h
│ │ │ ├── GdiPlusPixelFormats.h
│ │ │ ├── GdiPlusRegion.h
│ │ │ ├── GdiPlusStringFormat.h
│ │ │ └── GdiPlusTypes.h
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── bg.jpg
│ │ │ ├── bg.PNG
│ │ │ ├── Disk.ico
│ │ │ ├── Disk.rc2
│ │ │ ├── 大转盘.png
│ │ │ ├── 指针01.png
│ │ │ └── 指针.png
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 01_extend
│ │ └── Disk
│ │ ├── bg.PNG
│ │ ├── Disk.clw
│ │ ├── Disk.cpp
│ │ ├── DiskDlg.cpp
│ │ ├── DiskDlg.h
│ │ ├── Disk.dsp
│ │ ├── Disk.dsw
│ │ ├── Disk.h
│ │ ├── Disk.opt
│ │ ├── disk.png
│ │ ├── Disk.rc
│ │ ├── Gdiplus
│ │ │ ├── BaseTsd.h
│ │ │ ├── GdiPlusBase.h
│ │ │ ├── GdiPlusBitmap.h
│ │ │ ├── GdiPlusBrush.h
│ │ │ ├── GdiPlusCachedBitmap.h
│ │ │ ├── GdiPlusColor.h
│ │ │ ├── GdiPlusColorMatrix.h
│ │ │ ├── gdiplus.dll
│ │ │ ├── GdiPlusEnums.h
│ │ │ ├── GdiPlusFlat.h
│ │ │ ├── GdiPlusFontCollection.h
│ │ │ ├── GdiPlusFontFamily.h
│ │ │ ├── GdiPlusFont.h
│ │ │ ├── GdiPlusGpStubs.h
│ │ │ ├── GdiPlusGraphics.h
│ │ │ ├── GdiPlus.h
│ │ │ ├── GdiPlusHeaders.h
│ │ │ ├── GdiPlusimageAttributes.h
│ │ │ ├── GdiPlusImageCodec.h
│ │ │ ├── GdiPlusImaging.h
│ │ │ ├── GdiPlusInit.h
│ │ │ ├── GdiPlus.lib
│ │ │ ├── GdiPlusLineCaps.h
│ │ │ ├── GdiPlusMatrix.h
│ │ │ ├── GdiPlusMem.h
│ │ │ ├── GdiPlusMetaFile.h
│ │ │ ├── GdiPlusMetaHeader.h
│ │ │ ├── GdiPlusPath.h
│ │ │ ├── GdiPlusPen.h
│ │ │ ├── GdiPlusPixelFormats.h
│ │ │ ├── GdiPlusRegion.h
│ │ │ ├── GdiPlusStringFormat.h
│ │ │ └── GdiPlusTypes.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── bg.jpg
│ │ │ ├── bg.PNG
│ │ │ ├── Disk.ico
│ │ │ ├── Disk.rc2
│ │ │ ├── 大转盘.png
│ │ │ ├── 指针01.png
│ │ │ └── 指针.png
│ │ ├── resource.h
│ │ ├── start.png
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── stop.png
│ ├── 02
│ │ └── GraspConey
│ │ ├── GraspConey.clw
│ │ ├── GraspConey.cpp
│ │ ├── GraspConeyDlg.cpp
│ │ ├── GraspConeyDlg.h
│ │ ├── GraspConey.dsp
│ │ ├── GraspConey.dsw
│ │ ├── GraspConey.h
│ │ ├── GraspConey.opt
│ │ ├── GraspConey.rc
│ │ ├── MoveButton.cpp
│ │ ├── MoveButton.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraspConey.ico
│ │ │ ├── GraspConey.rc2
│ │ │ ├── 兔子.bmp
│ │ │ ├── 手11.cur
│ │ │ └── 抓不住的兔子.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 02_extend
│ │ └── GraspConey
│ │ ├── GraspConey.clw
│ │ ├── GraspConey.cpp
│ │ ├── GraspConeyDlg.cpp
│ │ ├── GraspConeyDlg.h
│ │ ├── GraspConey.dsp
│ │ ├── GraspConey.dsw
│ │ ├── GraspConey.h
│ │ ├── GraspConey.opt
│ │ ├── GraspConey.rc
│ │ ├── mouse.ani
│ │ ├── MoveButton.cpp
│ │ ├── MoveButton.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraspConey.ico
│ │ │ ├── GraspConey.rc2
│ │ │ ├── 兔子.bmp
│ │ │ └── 抓不住的兔子.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03
│ │ └── Butterfly
│ │ ├── Butterfly.clw
│ │ ├── Butterfly.cpp
│ │ ├── ButterflyDlg.cpp
│ │ ├── ButterflyDlg.h
│ │ ├── Butterfly.dsp
│ │ ├── Butterfly.dsw
│ │ ├── Butterfly.h
│ │ ├── Butterfly.opt
│ │ ├── Butterfly.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 1.bmp
│ │ │ ├── 2.bmp
│ │ │ ├── 3.bmp
│ │ │ ├── 4.bmp
│ │ │ ├── 5.bmp
│ │ │ ├── 6.bmp
│ │ │ ├── 7.bmp
│ │ │ ├── 8.bmp
│ │ │ ├── Butterfly.ico
│ │ │ └── Butterfly.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 03_extend
│ │ └── Butterfly
│ │ ├── Butterfly.clw
│ │ ├── Butterfly.cpp
│ │ ├── ButterflyDlg.cpp
│ │ ├── ButterflyDlg.h
│ │ ├── Butterfly.dsp
│ │ ├── Butterfly.dsw
│ │ ├── Butterfly.h
│ │ ├── Butterfly.opt
│ │ ├── Butterfly.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 1.bmp
│ │ │ ├── 2.bmp
│ │ │ ├── 3.bmp
│ │ │ ├── 4.bmp
│ │ │ ├── 5.bmp
│ │ │ ├── 6.bmp
│ │ │ ├── 7.bmp
│ │ │ ├── 8.bmp
│ │ │ ├── bitmap10.bmp
│ │ │ ├── bitmap11.bmp
│ │ │ ├── bitmap12.bmp
│ │ │ ├── bitmap13.bmp
│ │ │ ├── bitmap14.bmp
│ │ │ ├── bitmap15.bmp
│ │ │ ├── bitmap16.bmp
│ │ │ ├── bitmap9.bmp
│ │ │ ├── Butterfly.ico
│ │ │ └── Butterfly.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04
│ │ └── Mouse
│ │ ├── Mouse.clw
│ │ ├── Mouse.cpp
│ │ ├── MouseDlg.cpp
│ │ ├── MouseDlg.h
│ │ ├── Mouse.dsp
│ │ ├── Mouse.dsw
│ │ ├── Mouse.h
│ │ ├── Mouse.opt
│ │ ├── Mouse.rc
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── BROWSE.cur
│ │ │ ├── mouse1.bmp
│ │ │ ├── mouse2.bmp
│ │ │ ├── Mouse.ico
│ │ │ └── Mouse.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 04_extend
│ │ └── Mouse
│ │ ├── Mouse.clw
│ │ ├── Mouse.cpp
│ │ ├── MouseDlg.cpp
│ │ ├── MouseDlg.h
│ │ ├── Mouse.dsp
│ │ ├── Mouse.dsw
│ │ ├── Mouse.h
│ │ ├── Mouse.opt
│ │ ├── Mouse.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bg.bmp
│ │ │ ├── BROWSE.cur
│ │ │ ├── mouse1.bmp
│ │ │ ├── mouse2.bmp
│ │ │ ├── Mouse.ico
│ │ │ └── Mouse.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ └── TCS
│ │ ├── DrawDialog.cpp
│ │ ├── DrawDialog.h
│ │ ├── res
│ │ │ ├── body.bmp
│ │ │ ├── brick.bmp
│ │ │ ├── cell.bmp
│ │ │ ├── flower.bmp
│ │ │ ├── head_down_close.bmp
│ │ │ ├── head_down_open.bmp
│ │ │ ├── head_left_close.bmp
│ │ │ ├── head_left_open.bmp
│ │ │ ├── head_right_close.bmp
│ │ │ ├── head_right_open.bmp
│ │ │ ├── head_up_close.bmp
│ │ │ ├── head_up_open.bmp
│ │ │ ├── scoreboard.BMP
│ │ │ ├── TCS1.ico
│ │ │ ├── TCS.ico
│ │ │ ├── TCS.rc2
│ │ │ └── 蛇.JPG
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TCS.clw
│ │ ├── TCS.cpp
│ │ ├── TCSDlg.cpp
│ │ ├── TCSDlg.h
│ │ ├── TCS.dsp
│ │ ├── TCS.dsw
│ │ ├── TCS.h
│ │ ├── TCS.opt
│ │ └── TCS.rc
│ └── 05_extend
│ └── TCS
│ ├── DrawDialog.cpp
│ ├── DrawDialog.h
│ ├── res
│ │ ├── body.bmp
│ │ ├── brick.bmp
│ │ ├── cell.bmp
│ │ ├── flower.bmp
│ │ ├── head_down_close.bmp
│ │ ├── head_down_open.bmp
│ │ ├── head_left_close.bmp
│ │ ├── head_left_open.bmp
│ │ ├── head_right_close.bmp
│ │ ├── head_right_open.bmp
│ │ ├── head_up_close.bmp
│ │ ├── head_up_open.bmp
│ │ ├── scoreboard.BMP
│ │ ├── TCS1.ico
│ │ ├── TCS.ico
│ │ ├── TCS.rc2
│ │ └── 蛇.JPG
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TCS.clw
│ ├── TCS.cpp
│ ├── TCSDlg.cpp
│ ├── TCSDlg.h
│ ├── TCS.dsp
│ ├── TCS.dsw
│ ├── TCS.h
│ ├── TCS.opt
│ └── TCS.rc
├── 18
│ └── LinkmanManager
│ ├── ConnectDatabase.cpp
│ ├── ConnectDatabase.h
│ ├── database
│ │ ├── LinkmanDB_Data.MDF
│ │ └── LinkmanDB_Log.LDF
│ ├── DatabaseBackup.cpp
│ ├── DatabaseBackup.h
│ ├── DatabaseInit.cpp
│ ├── DatabaseInit.h
│ ├── DatabaseRestore.cpp
│ ├── DatabaseRestore.h
│ ├── link.ini
│ ├── LinkMan.cpp
│ ├── LinkmanDB.sql
│ ├── LinkMan.h
│ ├── LinkmanList.cpp
│ ├── LinkmanList.h
│ ├── LinkmanManager.clw
│ ├── LinkmanManager.cpp
│ ├── LinkmanManagerDlg.cpp
│ ├── LinkmanManagerDlg.h
│ ├── LinkmanManager.dsp
│ ├── LinkmanManager.dsw
│ ├── LinkmanManager.h
│ ├── LinkmanManager.opt
│ ├── LinkmanManager.rc
│ ├── res
│ │ ├── 01.ico
│ │ ├── 02.ico
│ │ ├── 03.ico
│ │ ├── 04.ico
│ │ ├── dlg
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebtn.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ └── RightTitle.bmp
│ │ ├── link.bmp
│ │ ├── LinkmanManager.ico
│ │ ├── LinkmanManager.rc2
│ │ ├── 上一条.ico
│ │ ├── 下一条.ico
│ │ ├── 保存.ico
│ │ ├── 修改.ico
│ │ ├── 删除.ico
│ │ ├── 取消.ico
│ │ ├── 最后一条.ico
│ │ ├── 添加.ico
│ │ └── 第一条.ico
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TabSheet.cpp
│ ├── TabSheet.h
│ └── 程序使用说明.txt
├── 19
│ ├── Biokey.ocx
│ ├── DataBase
│ │ ├── tb_person_Data.MDF
│ │ └── tb_person_Log.LDF
│ ├── Person
│ │ ├── ado.cpp
│ │ ├── ado.h
│ │ ├── CheckEdit.cpp
│ │ ├── CheckEdit.h
│ │ ├── CheckManage.cpp
│ │ ├── CheckManage.h
│ │ ├── CheckSum.cpp
│ │ ├── CheckSum.h
│ │ ├── CheckTemp.cpp
│ │ ├── CheckTemp.h
│ │ ├── DeptEdit.cpp
│ │ ├── DeptEdit.h
│ │ ├── DeptManage.cpp
│ │ ├── DeptManage.h
│ │ ├── FingerIdentify.cpp
│ │ ├── FingerIdentify.h
│ │ ├── LoginDialog.cpp
│ │ ├── LoginDialog.h
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── PassWordEdit.cpp
│ │ ├── PassWordEdit.h
│ │ ├── Person.clw
│ │ ├── Person.cpp
│ │ ├── PersonDlg.cpp
│ │ ├── PersonDlg.h
│ │ ├── Person.dsp
│ │ ├── Person.dsw
│ │ ├── PersonEdit.cpp
│ │ ├── PersonEdit.h
│ │ ├── Person.h
│ │ ├── PersonManage.cpp
│ │ ├── PersonManage.h
│ │ ├── Person.opt
│ │ ├── Person.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Person.ico
│ │ │ ├── Person.rc2
│ │ │ ├── 考勤管理系统.BMP
│ │ │ └── 考勤管理系统.JPG
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── UserEdit.cpp
│ │ ├── UserEdit.h
│ │ ├── UserManage.cpp
│ │ ├── UserManage.h
│ │ ├── zkfpengx.cpp
│ │ └── zkfpengx.h
│ └── 使用说明.doc
├── 2
│ ├── 例2.1
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例2.2
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例2.3
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例2.4
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例2.5
│ └── Example
│ ├── Example.cpp
│ ├── Example.dsp
│ ├── Example.dsw
│ ├── Example.opt
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 20
│ ├── ScreenClient
│ │ ├── GDI
│ │ │ ├── GdiPlusBase.h
│ │ │ ├── GdiPlusBitmap.h
│ │ │ ├── GdiPlusBrush.h
│ │ │ ├── GdiPlusCachedBitmap.h
│ │ │ ├── GdiPlusColor.h
│ │ │ ├── GdiPlusColorMatrix.h
│ │ │ ├── gdiplus.dll
│ │ │ ├── GdiPlusEnums.h
│ │ │ ├── GdiPlusFlat.h
│ │ │ ├── GdiPlusFontCollection.h
│ │ │ ├── GdiPlusFontFamily.h
│ │ │ ├── GdiPlusFont.h
│ │ │ ├── GdiPlusGpStubs.h
│ │ │ ├── GdiPlusGraphics.h
│ │ │ ├── GdiPlus.h
│ │ │ ├── GdiPlusHeaders.h
│ │ │ ├── GdiPlusimageAttributes.h
│ │ │ ├── GdiPlusImageCodec.h
│ │ │ ├── GdiPlusImaging.h
│ │ │ ├── GdiPlusInit.h
│ │ │ ├── GdiPlus.lib
│ │ │ ├── GdiPlusLineCaps.h
│ │ │ ├── GdiPlusMatrix.h
│ │ │ ├── GdiPlusMem.h
│ │ │ ├── GdiPlusMetaFile.h
│ │ │ ├── GdiPlusMetaHeader.h
│ │ │ ├── GdiPlusPath.h
│ │ │ ├── GdiPlusPen.h
│ │ │ ├── GdiPlusPixelFormats.h
│ │ │ ├── GdiPlusRegion.h
│ │ │ ├── GdiPlusStringFormat.h
│ │ │ └── GdiPlusTypes.h
│ │ ├── res
│ │ │ ├── ScreenClient.ico
│ │ │ └── ScreenClient.rc2
│ │ ├── Resource.h
│ │ ├── ScreenClient.clw
│ │ ├── ScreenClient.cpp
│ │ ├── ScreenClientDlg.cpp
│ │ ├── ScreenClientDlg.h
│ │ ├── ScreenClient.dsp
│ │ ├── ScreenClient.dsw
│ │ ├── ScreenClient.h
│ │ ├── ScreenClient.opt
│ │ ├── ScreenClient.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ScreenServer
│ │ ├── GDI
│ │ │ ├── GdiPlusBase.h
│ │ │ ├── GdiPlusBitmap.h
│ │ │ ├── GdiPlusBrush.h
│ │ │ ├── GdiPlusCachedBitmap.h
│ │ │ ├── GdiPlusColor.h
│ │ │ ├── GdiPlusColorMatrix.h
│ │ │ ├── gdiplus.dll
│ │ │ ├── GdiPlusEnums.h
│ │ │ ├── GdiPlusFlat.h
│ │ │ ├── GdiPlusFontCollection.h
│ │ │ ├── GdiPlusFontFamily.h
│ │ │ ├── GdiPlusFont.h
│ │ │ ├── GdiPlusGpStubs.h
│ │ │ ├── GdiPlusGraphics.h
│ │ │ ├── GdiPlus.h
│ │ │ ├── GdiPlusHeaders.h
│ │ │ ├── GdiPlusimageAttributes.h
│ │ │ ├── GdiPlusImageCodec.h
│ │ │ ├── GdiPlusImaging.h
│ │ │ ├── GdiPlusInit.h
│ │ │ ├── GdiPlus.lib
│ │ │ ├── GdiPlusLineCaps.h
│ │ │ ├── GdiPlusMatrix.h
│ │ │ ├── GdiPlusMem.h
│ │ │ ├── GdiPlusMetaFile.h
│ │ │ ├── GdiPlusMetaHeader.h
│ │ │ ├── GdiPlusPath.h
│ │ │ ├── GdiPlusPen.h
│ │ │ ├── GdiPlusPixelFormats.h
│ │ │ ├── GdiPlusRegion.h
│ │ │ ├── GdiPlusStringFormat.h
│ │ │ └── GdiPlusTypes.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── ScreenServer.ico
│ │ │ ├── ScreenServer.rc2
│ │ │ └── tray.ico
│ │ ├── resource.h
│ │ ├── ScreenServer.clw
│ │ ├── ScreenServer.cpp
│ │ ├── ScreenServerDlg.cpp
│ │ ├── ScreenServerDlg.h
│ │ ├── ScreenServer.dsp
│ │ ├── ScreenServer.dsw
│ │ ├── ScreenServer.h
│ │ ├── ScreenServer.opt
│ │ ├── ScreenServer.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 程序使用说明.doc
├── 21
│ └── VoiceComman
│ ├── Globals.cpp
│ ├── Globals.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadWave.cpp
│ ├── ReadWave.h
│ ├── RecoWave.cpp
│ ├── RecoWave.h
│ ├── res
│ │ ├── 10.bmp
│ │ ├── 11.bmp
│ │ ├── 12.bmp
│ │ ├── 13.bmp
│ │ ├── 1.bmp
│ │ ├── 2.bmp
│ │ ├── 3.bmp
│ │ ├── 4.bmp
│ │ ├── 5.bmp
│ │ ├── 6.bmp
│ │ ├── 7.bmp
│ │ ├── 8.bmp
│ │ ├── 9.bmp
│ │ ├── Toolbar.bmp
│ │ ├── VoiceCommanDoc.ico
│ │ ├── VoiceComman.ico
│ │ └── VoiceComman.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TextRead.cpp
│ ├── TextRead.h
│ ├── tts.wav
│ ├── TTSWithMouth.cpp
│ ├── TTSWithMouth.h
│ ├── VoiceComman.clw
│ ├── VoiceComman.cpp
│ ├── VoiceCommanDoc.cpp
│ ├── VoiceCommanDoc.h
│ ├── VoiceComman.dsp
│ ├── VoiceComman.dsw
│ ├── VoiceComman.h
│ ├── VoiceComman.opt
│ ├── VoiceComman.rc
│ ├── VoiceCommanView.cpp
│ ├── VoiceCommanView.h
│ ├── VoiceConfigure.cpp
│ ├── VoiceConfigure.h
│ └── 程序使用说明.txt
├── 22
│ ├── QQClient
│ │ ├── CustomGroup.cpp
│ │ ├── CustomGroup.h
│ │ ├── DesignDlgDlg.cpp
│ │ ├── DesignDlgDlg.h
│ │ ├── DrawButton.cpp
│ │ ├── DrawButton.h
│ │ ├── DrawEdit.cpp
│ │ ├── DrawEdit.h
│ │ ├── Gif.dll
│ │ ├── Gif.tlh
│ │ ├── Gif.tli
│ │ ├── InviteUser.cpp
│ │ ├── InviteUser.h
│ │ ├── Login.ini
│ │ ├── LoginServer.cpp
│ │ ├── LoginServer.h
│ │ ├── msxml6.tlh
│ │ ├── msxml6.tli
│ │ ├── OrgTreeCtrl.cpp
│ │ ├── OrgTreeCtrl.h
│ │ ├── org.xml
│ │ ├── QQClient.clw
│ │ ├── QQClient.cpp
│ │ ├── QQClientDlg.cpp
│ │ ├── QQClientDlg.h
│ │ ├── QQClient.dsp
│ │ ├── QQClient.dsw
│ │ ├── QQClient.h
│ │ ├── QQClient.opt
│ │ ├── QQClient.rc
│ │ ├── res
│ │ │ ├── 42.ico
│ │ │ ├── BackGround.bmp
│ │ │ ├── bitmap1.bmp
│ │ │ ├── bmp00001.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebtn.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── Exit.bmp
│ │ │ ├── FlashIcon.ico
│ │ │ ├── LeftBand.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── note.wav
│ │ │ ├── Person.bmp
│ │ │ ├── QQClient.ico
│ │ │ ├── QQClient.rc2
│ │ │ ├── Query.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SysSetting.bmp
│ │ │ └── 未命名.bmp
│ │ ├── resource.h
│ │ ├── RichEditOle.cpp
│ │ ├── RichEditOle.h
│ │ ├── SendDlg.cpp
│ │ ├── SendDlg.h
│ │ ├── SetPassword.cpp
│ │ ├── SetPassword.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SysSetting.cpp
│ │ ├── SysSetting.h
│ │ ├── TalkEdit.cpp
│ │ ├── TalkEdit.h
│ │ ├── WndDll.dll
│ │ └── 程序使用说明.txt
│ ├── QQServer
│ │ ├── AccountManage.cpp
│ │ ├── AccountManage.h
│ │ ├── DataManage.cpp
│ │ ├── DataManage.h
│ │ ├── OrgManage.cpp
│ │ ├── OrgManage.h
│ │ ├── QQServer.clw
│ │ ├── QQServer.cpp
│ │ ├── QQServerDlg.cpp
│ │ ├── QQServerDlg.h
│ │ ├── QQServer.dsp
│ │ ├── QQServer.dsw
│ │ ├── QQServer.h
│ │ ├── QQServer.opt
│ │ ├── QQServer.rc
│ │ ├── res
│ │ │ ├── 42.ico
│ │ │ ├── bitmap1.bmp
│ │ │ ├── bmp00001.bmp
│ │ │ ├── QQServer.ico
│ │ │ ├── QQServer.rc2
│ │ │ └── Query.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── SvrInfo.mdb
│ └── 程序使用说明.doc
├── 3
│ ├── 例3.1
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.10
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.11
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.12
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.13
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.2
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.3
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.4
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.5
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.6
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.7
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例3.8
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例3.9
│ └── Example
│ ├── Example.cpp
│ ├── Example.dsp
│ ├── Example.dsw
│ ├── Example.opt
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 4
│ ├── 例4.1
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.10
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.2
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.3
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.4
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.5
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.6
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.7
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例4.8
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例4.9
│ └── Example
│ ├── Example.cpp
│ ├── Example.dsp
│ ├── Example.dsw
│ ├── Example.opt
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 5
│ ├── 例5.1
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.10
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.11
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.12
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.13
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.2
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.3
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.4
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.5
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.6
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.7
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例5.8
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例5.9
│ └── Example
│ ├── Example.cpp
│ ├── Example.dsp
│ ├── Example.dsw
│ ├── Example.opt
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 6
│ ├── 例6.1
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.10
│ │ └── CCDManager
│ │ ├── CCDManager.cpp
│ │ ├── CCDManager.dsp
│ │ ├── CCDManager.dsw
│ │ ├── CCDManager.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.2
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.3
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.4
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.5
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.6
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.7
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例6.8
│ │ └── Example
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Example.opt
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例6.9
│ └── DirManage
│ ├── DirManage.cpp
│ ├── DirManage.dsp
│ ├── DirManage.dsw
│ ├── DirManage.opt
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 7
│ ├── 例7.1
│ │ └── Message
│ │ ├── 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
│ ├── 例7.10
│ │ └── ReplaceAll
│ │ ├── ReadMe.txt
│ │ ├── ReplaceAll.clw
│ │ ├── ReplaceAll.cpp
│ │ ├── ReplaceAllDlg.cpp
│ │ ├── ReplaceAllDlg.h
│ │ ├── ReplaceAll.dsp
│ │ ├── ReplaceAll.dsw
│ │ ├── ReplaceAll.h
│ │ ├── ReplaceAll.opt
│ │ ├── ReplaceAll.rc
│ │ ├── res
│ │ │ ├── ReplaceAll.ico
│ │ │ └── ReplaceAll.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.2
│ │ └── GetFilePath
│ │ ├── GetFilePath.clw
│ │ ├── GetFilePath.cpp
│ │ ├── GetFilePathDlg.cpp
│ │ ├── GetFilePathDlg.h
│ │ ├── GetFilePath.dsp
│ │ ├── GetFilePath.dsw
│ │ ├── GetFilePath.h
│ │ ├── GetFilePath.opt
│ │ ├── GetFilePath.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GetFilePath.ico
│ │ │ └── GetFilePath.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.3
│ │ └── FindText
│ │ ├── FindText.clw
│ │ ├── FindText.cpp
│ │ ├── FindTextDlg.cpp
│ │ ├── FindTextDlg.h
│ │ ├── FindText.dsp
│ │ ├── FindText.dsw
│ │ ├── FindText.h
│ │ ├── FindText.opt
│ │ ├── FindText.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FindText.ico
│ │ │ └── FindText.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.4
│ │ └── EditShow
│ │ ├── EditShow.clw
│ │ ├── EditShow.cpp
│ │ ├── EditShowDlg.cpp
│ │ ├── EditShowDlg.h
│ │ ├── EditShow.dsp
│ │ ├── EditShow.dsw
│ │ ├── EditShow.h
│ │ ├── EditShow.opt
│ │ ├── EditShow.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── EditShow.ico
│ │ │ └── EditShow.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.5
│ │ └── SetColor
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SetColor.ico
│ │ │ └── SetColor.rc2
│ │ ├── resource.h
│ │ ├── SetColor.clw
│ │ ├── SetColor.cpp
│ │ ├── SetColorDlg.cpp
│ │ ├── SetColorDlg.h
│ │ ├── SetColor.dsp
│ │ ├── SetColor.dsw
│ │ ├── SetColor.h
│ │ ├── SetColor.opt
│ │ ├── SetColor.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.6
│ │ └── PrintDialog
│ │ ├── PrintDialog.clw
│ │ ├── PrintDialog.cpp
│ │ ├── PrintDialogDlg.cpp
│ │ ├── PrintDialogDlg.h
│ │ ├── PrintDialog.dsp
│ │ ├── PrintDialog.dsw
│ │ ├── PrintDialog.h
│ │ ├── PrintDialog.opt
│ │ ├── PrintDialog.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── PrintDialog.ico
│ │ │ └── PrintDialog.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例7.7
│ │ └── Screen
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Screen.ico
│ │ │ └── Screen.rc2
│ │ ├── Resource.h
│ │ ├── Screen.clw
│ │ ├── Screen.cpp
│ │ ├── ScreenDlg.cpp
│ │ ├── ScreenDlg.h
│ │ ├── Screen.dsp
│ │ ├── Screen.dsw
│ │ ├── Screen.h
│ │ ├── Screen.opt
│ │ ├── Screen.rc
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 说明.txt
│ ├── 例7.8
│ │ └── Kaleidoscope
│ │ ├── DrawKaleidoscope.cpp
│ │ ├── DrawKaleidoscope.h
│ │ ├── Kaleidoscope.clw
│ │ ├── Kaleidoscope.cpp
│ │ ├── KaleidoscopeDlg.cpp
│ │ ├── KaleidoscopeDlg.h
│ │ ├── Kaleidoscope.dsp
│ │ ├── Kaleidoscope.dsw
│ │ ├── Kaleidoscope.h
│ │ ├── Kaleidoscope.opt
│ │ ├── Kaleidoscope.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── DrawKaleidoscope.obj
│ │ │ ├── KaleidoscopeDlg.obj
│ │ │ ├── Kaleidoscope.obj
│ │ │ ├── Kaleidoscope.pch
│ │ │ ├── Kaleidoscope.res
│ │ │ ├── StdAfx.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── Kaleidoscope.ico
│ │ │ ├── Kaleidoscope.rc2
│ │ │ └── 圆.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例7.9
│ └── SaveFile
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SaveFile.ico
│ │ └── SaveFile.rc2
│ ├── Resource.h
│ ├── SaveFile.clw
│ ├── SaveFile.cpp
│ ├── SaveFileDlg.cpp
│ ├── SaveFileDlg.h
│ ├── SaveFile.dsp
│ ├── SaveFile.dsw
│ ├── SaveFile.h
│ ├── SaveFile.opt
│ ├── SaveFile.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 8
│ ├── 例8.1
│ │ └── SetColor
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SetColor.ico
│ │ │ └── SetColor.rc2
│ │ ├── resource.h
│ │ ├── SetColor.clw
│ │ ├── SetColor.cpp
│ │ ├── SetColorDlg.cpp
│ │ ├── SetColorDlg.h
│ │ ├── SetColor.dsp
│ │ ├── SetColor.dsw
│ │ ├── SetColor.h
│ │ ├── SetColor.opt
│ │ ├── SetColor.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.10
│ │ └── Progress
│ │ ├── ColorProgress.cpp
│ │ ├── ColorProgress.h
│ │ ├── Progress.clw
│ │ ├── Progress.cpp
│ │ ├── ProgressDlg.cpp
│ │ ├── ProgressDlg.h
│ │ ├── Progress.dsp
│ │ ├── Progress.dsw
│ │ ├── Progress.h
│ │ ├── Progress.opt
│ │ ├── Progress.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Progress.ico
│ │ │ └── Progress.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.11
│ │ └── Slider
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Slider.ico
│ │ │ └── Slider.rc2
│ │ ├── resource.h
│ │ ├── Slider.clw
│ │ ├── Slider.cpp
│ │ ├── SliderDlg.cpp
│ │ ├── SliderDlg.h
│ │ ├── Slider.dsp
│ │ ├── Slider.dsw
│ │ ├── Slider.h
│ │ ├── Slider.opt
│ │ ├── Slider.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.12
│ │ └── DateTime
│ │ ├── DateTime.clw
│ │ ├── DateTime.cpp
│ │ ├── DateTimeDlg.cpp
│ │ ├── DateTimeDlg.h
│ │ ├── DateTime.dsp
│ │ ├── DateTime.dsw
│ │ ├── DateTime.h
│ │ ├── DateTime.opt
│ │ ├── DateTime.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DateTime.ico
│ │ │ └── DateTime.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.13
│ │ └── ComboBoxClr
│ │ ├── ColorCombox.cpp
│ │ ├── ColorCombox.h
│ │ ├── ComboBoxClr.clw
│ │ ├── ComboBoxClr.cpp
│ │ ├── ComboBoxClrDlg.cpp
│ │ ├── ComboBoxClrDlg.h
│ │ ├── ComboBoxClr.dsp
│ │ ├── ComboBoxClr.dsw
│ │ ├── ComboBoxClr.h
│ │ ├── ComboBoxClr.opt
│ │ ├── ComboBoxClr.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 52.ico
│ │ │ ├── ComboBoxClr.ico
│ │ │ └── ComboBoxClr.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.14
│ │ └── TextProgress
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 58.ico
│ │ │ ├── TextProgress.ico
│ │ │ └── TextProgress.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TextProgress1.cpp
│ │ ├── TextProgress1.h
│ │ ├── TextProgress.clw
│ │ ├── TextProgress.cpp
│ │ ├── TextProgressDlg.cpp
│ │ ├── TextProgressDlg.h
│ │ ├── TextProgress.dsp
│ │ ├── TextProgress.dsw
│ │ ├── TextProgress.h
│ │ ├── TextProgress.opt
│ │ └── TextProgress.rc
│ ├── 例8.2
│ │ └── Ttransparent
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Ttransparent.ico
│ │ │ ├── Ttransparent.rc2
│ │ │ └── 渐变背景.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Ttransparent.clw
│ │ ├── Ttransparent.cpp
│ │ ├── TtransparentDlg.cpp
│ │ ├── TtransparentDlg.h
│ │ ├── Ttransparent.dsp
│ │ ├── Ttransparent.dsw
│ │ ├── Ttransparent.h
│ │ ├── Ttransparent.opt
│ │ └── Ttransparent.rc
│ ├── 例8.3
│ │ └── ClickStatic
│ │ ├── ClickStatic.clw
│ │ ├── ClickStatic.cpp
│ │ ├── ClickStaticDlg.cpp
│ │ ├── ClickStaticDlg.h
│ │ ├── ClickStatic.dsp
│ │ ├── ClickStatic.dsw
│ │ ├── ClickStatic.h
│ │ ├── ClickStatic.opt
│ │ ├── ClickStatic.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ClickStatic.ico
│ │ │ └── ClickStatic.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.4
│ │ └── Image
│ │ ├── Image.clw
│ │ ├── Image.cpp
│ │ ├── ImageDlg.cpp
│ │ ├── ImageDlg.h
│ │ ├── Image.dsp
│ │ ├── Image.dsw
│ │ ├── Image.h
│ │ ├── Image.opt
│ │ ├── Image.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Image.ico
│ │ │ ├── Image.rc2
│ │ │ └── OK.ico
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.5
│ │ └── BtnClick
│ │ ├── BtnClick.clw
│ │ ├── BtnClick.cpp
│ │ ├── BtnClickDlg.cpp
│ │ ├── BtnClickDlg.h
│ │ ├── BtnClick.dsp
│ │ ├── BtnClick.dsw
│ │ ├── BtnClick.h
│ │ ├── BtnClick.opt
│ │ ├── BtnClick.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BtnClick.ico
│ │ │ └── BtnClick.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.6
│ │ └── SetCheckBox
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SetCheckBox.ico
│ │ │ └── SetCheckBox.rc2
│ │ ├── resource.h
│ │ ├── SetCheckBox.clw
│ │ ├── SetCheckBox.cpp
│ │ ├── SetCheckBoxDlg.cpp
│ │ ├── SetCheckBoxDlg.h
│ │ ├── SetCheckBox.dsp
│ │ ├── SetCheckBox.dsw
│ │ ├── SetCheckBox.h
│ │ ├── SetCheckBox.opt
│ │ ├── SetCheckBox.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.7
│ │ └── GetText
│ │ ├── GetText.clw
│ │ ├── GetText.cpp
│ │ ├── GetTextDlg.cpp
│ │ ├── GetTextDlg.h
│ │ ├── GetText.dsp
│ │ ├── GetText.dsw
│ │ ├── GetText.h
│ │ ├── GetText.opt
│ │ ├── GetText.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GetText.ico
│ │ │ └── GetText.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 例8.8
│ │ └── LoadBmp
│ │ ├── LoadBmp.clw
│ │ ├── LoadBmp.cpp
│ │ ├── LoadBmpDlg.cpp
│ │ ├── LoadBmpDlg.h
│ │ ├── LoadBmp.dsp
│ │ ├── LoadBmp.dsw
│ │ ├── LoadBmp.h
│ │ ├── LoadBmp.opt
│ │ ├── LoadBmp.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── LoadBmp.ico
│ │ │ └── LoadBmp.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 例8.9
│ └── CheckList
│ ├── CheckList.clw
│ ├── CheckList.cpp
│ ├── CheckListDlg.cpp
│ ├── CheckListDlg.h
│ ├── CheckList.dsp
│ ├── CheckList.dsw
│ ├── CheckList.h
│ ├── CheckList.opt
│ ├── CheckList.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CheckList.ico
│ │ └── CheckList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── 9
├── 例9.1
│ └── DrawImageList
│ ├── DrawImageList.clw
│ ├── DrawImageList.cpp
│ ├── DrawImageListDlg.cpp
│ ├── DrawImageListDlg.h
│ ├── DrawImageList.dsp
│ ├── DrawImageList.dsw
│ ├── DrawImageList.h
│ ├── DrawImageList.opt
│ ├── DrawImageList.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DrawImageList.ico
│ │ ├── DrawImageList.rc2
│ │ └── tc.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.10
│ └── BitTree
│ ├── BitTree.clw
│ ├── BitTree.cpp
│ ├── BitTreeCtl.cpp
│ ├── BitTreeCtl.h
│ ├── BitTreeDlg.cpp
│ ├── BitTreeDlg.h
│ ├── BitTree.dsp
│ ├── BitTree.dsw
│ ├── BitTree.h
│ ├── BitTree.opt
│ ├── BitTree.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 29.ico
│ │ ├── bitmap1.bmp
│ │ ├── bitmap2.bmp
│ │ ├── BitTree.ico
│ │ └── BitTree.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.11
│ └── LineColor
│ ├── LineColor.clw
│ ├── LineColor.cpp
│ ├── LineColorDlg.cpp
│ ├── LineColorDlg.h
│ ├── LineColor.dsp
│ ├── LineColor.dsw
│ ├── LineColor.h
│ ├── LineColor.opt
│ ├── LineColor.rc
│ ├── LineTree.cpp
│ ├── LineTree.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 17.ico
│ │ ├── 18.ico
│ │ ├── 20.ico
│ │ ├── LineColor.ico
│ │ ├── LineColor.rc2
│ │ ├── 区.ico
│ │ ├── 市.ico
│ │ └── 省.ico
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.2
│ └── Login
│ ├── Login.clw
│ ├── Login.cpp
│ ├── LoginDlg.cpp
│ ├── LoginDlg.h
│ ├── Login.dsp
│ ├── Login.dsw
│ ├── Login.h
│ ├── Login.opt
│ ├── Login.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 02.ico
│ │ ├── 03.ico
│ │ ├── 110.ico
│ │ ├── 113.ico
│ │ ├── 140.ico
│ │ ├── Login.ico
│ │ └── Login.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.3
│ └── BmpBKList
│ ├── BK.bmp
│ ├── BmpBKList.clw
│ ├── BmpBKList.cpp
│ ├── BmpBKListDlg.cpp
│ ├── BmpBKListDlg.h
│ ├── BmpBKList.dsp
│ ├── BmpBKList.dsw
│ ├── BmpBKList.h
│ ├── BmpBKList.opt
│ ├── BmpBKList.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 18.ico
│ │ ├── 20.ico
│ │ ├── 21.ico
│ │ ├── 22.ico
│ │ ├── 27.ico
│ │ ├── 30.ico
│ │ ├── 32.ico
│ │ ├── BmpBKList.ico
│ │ └── BmpBKList.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.4
│ └── GridData
│ ├── GridData.clw
│ ├── GridData.cpp
│ ├── GridDataDlg.cpp
│ ├── GridDataDlg.h
│ ├── GridData.dsp
│ ├── GridData.dsw
│ ├── GridData.h
│ ├── GridData.opt
│ ├── GridData.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── GridData.ico
│ │ └── GridData.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.5
│ └── DesZone
│ ├── DesZone.clw
│ ├── DesZone.cpp
│ ├── DesZoneDlg.cpp
│ ├── DesZoneDlg.h
│ ├── DesZone.dsp
│ ├── DesZone.dsw
│ ├── DesZone.h
│ ├── DesZone.opt
│ ├── DesZone.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DesZone.ico
│ │ ├── DesZone.rc2
│ │ ├── 区.ico
│ │ ├── 市.ico
│ │ └── 省.ico
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.6
│ └── EditTree
│ ├── EditTree.clw
│ ├── EditTree.cpp
│ ├── EditTreeDlg.cpp
│ ├── EditTreeDlg.h
│ ├── EditTree.dsp
│ ├── EditTree.dsw
│ ├── EditTree.h
│ ├── EditTree.opt
│ ├── EditTree.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 21.ico
│ │ ├── 22.ico
│ │ ├── 27.ico
│ │ ├── EditTree.ico
│ │ ├── EditTree.rc2
│ │ ├── 区.ico
│ │ ├── 市.ico
│ │ └── 省.ico
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.7
│ └── CheckTree
│ ├── CheckTree.clw
│ ├── CheckTree.cpp
│ ├── CheckTreeDlg.cpp
│ ├── CheckTreeDlg.h
│ ├── CheckTree.dsp
│ ├── CheckTree.dsw
│ ├── CheckTree.h
│ ├── CheckTree.opt
│ ├── CheckTree.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 02.ico
│ │ ├── 03.ico
│ │ ├── 110.ico
│ │ ├── 113.ico
│ │ ├── 140.ico
│ │ ├── CheckTree.ico
│ │ ├── CheckTree.rc2
│ │ ├── 区.ico
│ │ ├── 市.ico
│ │ └── 省.ico
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 例9.8
│ └── MultiWindow
│ ├── EmployeeDlg.cpp
│ ├── EmployeeDlg.h
│ ├── MultiWindow.clw
│ ├── MultiWindow.cpp
│ ├── MultiWindowDlg.cpp
│ ├── MultiWindowDlg.h
│ ├── MultiWindow.dsp
│ ├── MultiWindow.dsw
│ ├── MultiWindow.h
│ ├── MultiWindow.opt
│ ├── MultiWindow.rc
│ ├── QueryDlg.cpp
│ ├── QueryDlg.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MultiWindow.ico
│ │ └── MultiWindow.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── 例9.9
└── DrawView
├── CustomView.cpp
├── CustomView.h
├── DrawView.clw
├── DrawView.cpp
├── DrawViewDlg.cpp
├── DrawViewDlg.h
├── DrawView.dsp
├── DrawView.dsw
├── DrawView.h
├── DrawView.opt
├── DrawView.rc
├── ReadMe.txt
├── res
│ ├── 33.ico
│ ├── DrawView.ico
│ └── DrawView.rc2
├── resource.h
├── StdAfx.cpp
└── StdAfx.h
471 directories, 2844 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论