在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → Visual C++程序设计自学手册光盘

Visual C++程序设计自学手册光盘

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:85.65M
  • 下载次数:8
  • 浏览次数:19
  • 发布时间:2023-12-14
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Visual C++ c++ 程序设计 c++ UA

实例介绍

【实例简介】Visual C 程序设计自学手册光盘
本书主要是以初学者学习程序开发为中心,由浅入深地全面介绍使用Visual C 6.0开发程序的各种技术。全书分起步篇、界面设计篇和提高篇3篇,共19章。起步篇包括第1~4章,主要介绍Visual C 6.0开发环境和C 语言...

【实例截图】

from clipboard

【核心代码】

.
├── Visual C 程序设计自学手册光盘
│   ├── mr
│   │   ├── 02
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── 01.cpp
│   │   │       │   ├── 01.dsp
│   │   │       │   ├── 01.dsw
│   │   │       │   ├── 01.ncb
│   │   │       │   ├── 01.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 02
│   │   │       │   ├── 02.cpp
│   │   │       │   ├── 02.dsp
│   │   │       │   ├── 02.dsw
│   │   │       │   ├── 02.ncb
│   │   │       │   ├── 02.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 03
│   │   │       │   ├── 03.cpp
│   │   │       │   ├── 03.dsp
│   │   │       │   ├── 03.dsw
│   │   │       │   ├── 03.ncb
│   │   │       │   ├── 03.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 04
│   │   │       │   ├── 04.cpp
│   │   │       │   ├── 04.dsp
│   │   │       │   ├── 04.dsw
│   │   │       │   ├── 04.ncb
│   │   │       │   ├── 04.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 05
│   │   │       │   ├── 05.cpp
│   │   │       │   ├── 05.dsp
│   │   │       │   ├── 05.dsw
│   │   │       │   ├── 05.ncb
│   │   │       │   ├── 05.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 06
│   │   │       │   ├── 06.cpp
│   │   │       │   ├── 06.dsp
│   │   │       │   ├── 06.dsw
│   │   │       │   ├── 06.ncb
│   │   │       │   ├── 06.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 07
│   │   │       │   ├── 07.cpp
│   │   │       │   ├── 07.dsp
│   │   │       │   ├── 07.dsw
│   │   │       │   ├── 07.ncb
│   │   │       │   ├── 07.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 08
│   │   │       │   ├── 08.cpp
│   │   │       │   ├── 08.dsp
│   │   │       │   ├── 08.dsw
│   │   │       │   ├── 08.ncb
│   │   │       │   ├── 08.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 09
│   │   │       │   ├── 09.cpp
│   │   │       │   ├── 09.dsp
│   │   │       │   ├── 09.dsw
│   │   │       │   ├── 09.ncb
│   │   │       │   ├── 09.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       └── 10
│   │   │           ├── 10.cpp
│   │   │           ├── 10.dsp
│   │   │           ├── 10.dsw
│   │   │           ├── 10.ncb
│   │   │           ├── 10.plg
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           └── StdAfx.h
│   │   ├── 03
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── 01.cpp
│   │   │       │   ├── 01.dsp
│   │   │       │   ├── 01.dsw
│   │   │       │   ├── 01.ncb
│   │   │       │   ├── 01.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 02
│   │   │       │   ├── 02.cpp
│   │   │       │   ├── 02.dsp
│   │   │       │   ├── 02.dsw
│   │   │       │   ├── 02.ncb
│   │   │       │   ├── 02.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 03
│   │   │       │   ├── 03.cpp
│   │   │       │   ├── 03.dsp
│   │   │       │   ├── 03.dsw
│   │   │       │   ├── 03.ncb
│   │   │       │   ├── 03.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 04
│   │   │       │   ├── 04.cpp
│   │   │       │   ├── 04.dsp
│   │   │       │   ├── 04.dsw
│   │   │       │   ├── 04.ncb
│   │   │       │   ├── 04.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 05
│   │   │       │   ├── 05.cpp
│   │   │       │   ├── 05.dsp
│   │   │       │   ├── 05.dsw
│   │   │       │   ├── 05.ncb
│   │   │       │   ├── 05.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 06
│   │   │       │   ├── 06.cpp
│   │   │       │   ├── 06.dsp
│   │   │       │   ├── 06.dsw
│   │   │       │   ├── 06.ncb
│   │   │       │   ├── 06.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 07
│   │   │       │   ├── 07.cpp
│   │   │       │   ├── 07.dsp
│   │   │       │   ├── 07.dsw
│   │   │       │   ├── 07.ncb
│   │   │       │   ├── 07.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 08
│   │   │       │   ├── 08.cpp
│   │   │       │   ├── 08.dsp
│   │   │       │   ├── 08.dsw
│   │   │       │   ├── 08.ncb
│   │   │       │   ├── 08.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 09
│   │   │       │   ├── 09.cpp
│   │   │       │   ├── 09.dsp
│   │   │       │   ├── 09.dsw
│   │   │       │   ├── 09.ncb
│   │   │       │   ├── 09.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 10
│   │   │       │   ├── 10.cpp
│   │   │       │   ├── 10.dsp
│   │   │       │   ├── 10.dsw
│   │   │       │   ├── 10.ncb
│   │   │       │   ├── 10.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 11
│   │   │       │   ├── 11.cpp
│   │   │       │   ├── 11.dsp
│   │   │       │   ├── 11.dsw
│   │   │       │   ├── 11.ncb
│   │   │       │   ├── 11.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       ├── 12
│   │   │       │   ├── 12.cpp
│   │   │       │   ├── 12.dsp
│   │   │       │   ├── 12.dsw
│   │   │       │   ├── 12.ncb
│   │   │       │   ├── 12.plg
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   └── StdAfx.h
│   │   │       └── 13
│   │   │           ├── 13.cpp
│   │   │           ├── 13.dsp
│   │   │           ├── 13.dsw
│   │   │           ├── 13.ncb
│   │   │           ├── 13.plg
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           └── StdAfx.h
│   │   ├── 04
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   └── DefaultParam
│   │   │       │       ├── DefaultParam.cpp
│   │   │       │       ├── DefaultParam.dsp
│   │   │       │       ├── DefaultParam.dsw
│   │   │       │       ├── DefaultParam.ncb
│   │   │       │       ├── DefaultParam.opt
│   │   │       │       ├── DefaultParam.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 02
│   │   │       │   └── VarParam
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── VarParam.cpp
│   │   │       │       ├── VarParam.dsp
│   │   │       │       ├── VarParam.dsw
│   │   │       │       ├── VarParam.ncb
│   │   │       │       ├── VarParam.opt
│   │   │       │       └── VarParam.plg
│   │   │       ├── 03
│   │   │       │   └── OverloadFun
│   │   │       │       ├── OverloadFun.cpp
│   │   │       │       ├── OverloadFun.dsp
│   │   │       │       ├── OverloadFun.dsw
│   │   │       │       ├── OverloadFun.ncb
│   │   │       │       ├── OverloadFun.opt
│   │   │       │       ├── OverloadFun.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 04
│   │   │       │   └── Factorial
│   │   │       │       ├── Factorial.cpp
│   │   │       │       ├── Factorial.dsp
│   │   │       │       ├── Factorial.dsw
│   │   │       │       ├── Factorial.ncb
│   │   │       │       ├── Factorial.opt
│   │   │       │       ├── Factorial.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 05
│   │   │       │   └── InvokeConstructor
│   │   │       │       └── InvokeConstructor
│   │   │       │           ├── InvokeConstructor.cpp
│   │   │       │           ├── InvokeConstructor.dsp
│   │   │       │           ├── InvokeConstructor.dsw
│   │   │       │           ├── InvokeConstructor.ncb
│   │   │       │           ├── InvokeConstructor.opt
│   │   │       │           ├── InvokeConstructor.plg
│   │   │       │           ├── ReadMe.txt
│   │   │       │           ├── StdAfx.cpp
│   │   │       │           └── StdAfx.h
│   │   │       ├── 06
│   │   │       │   └── CopyConstructor
│   │   │       │       ├── CopyConstructor.cpp
│   │   │       │       ├── CopyConstructor.dsp
│   │   │       │       ├── CopyConstructor.dsw
│   │   │       │       ├── CopyConstructor.ncb
│   │   │       │       ├── CopyConstructor.opt
│   │   │       │       ├── CopyConstructor.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 07
│   │   │       │   └── InvokeDestructor
│   │   │       │       ├── InvokeDestructor.cpp
│   │   │       │       ├── InvokeDestructor.dsp
│   │   │       │       ├── InvokeDestructor.dsw
│   │   │       │       ├── InvokeDestructor.ncb
│   │   │       │       ├── InvokeDestructor.opt
│   │   │       │       ├── InvokeDestructor.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 08
│   │   │       │   └── InheritedDemo
│   │   │       │       ├── InheritedDemo.cpp
│   │   │       │       ├── InheritedDemo.dsp
│   │   │       │       ├── InheritedDemo.dsw
│   │   │       │       ├── InheritedDemo.ncb
│   │   │       │       ├── InheritedDemo.opt
│   │   │       │       ├── InheritedDemo.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 09
│   │   │       │   └── MultiInherited
│   │   │       │       ├── MultiInherited.cpp
│   │   │       │       ├── MultiInherited.dsp
│   │   │       │       ├── MultiInherited.dsw
│   │   │       │       ├── MultiInherited.ncb
│   │   │       │       ├── MultiInherited.opt
│   │   │       │       ├── MultiInherited.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 10
│   │   │       │   └── ConfirmMethod
│   │   │       │       ├── ConfirmMethod.cpp
│   │   │       │       ├── ConfirmMethod.dsp
│   │   │       │       ├── ConfirmMethod.dsw
│   │   │       │       ├── ConfirmMethod.ncb
│   │   │       │       ├── ConfirmMethod.opt
│   │   │       │       ├── ConfirmMethod.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 11
│   │   │       │   └── VirtualInherited
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── VirtualInherited.cpp
│   │   │       │       ├── VirtualInherited.dsp
│   │   │       │       ├── VirtualInherited.dsw
│   │   │       │       ├── VirtualInherited.ncb
│   │   │       │       ├── VirtualInherited.opt
│   │   │       │       └── VirtualInherited.plg
│   │   │       ├── 12
│   │   │       │   └── StaticMember
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StaticMember.cpp
│   │   │       │       ├── StaticMember.dsp
│   │   │       │       ├── StaticMember.dsw
│   │   │       │       ├── StaticMember.ncb
│   │   │       │       ├── StaticMember.opt
│   │   │       │       ├── StaticMember.plg
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 13
│   │   │       │   └── StaticMethod
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StaticMethod.cpp
│   │   │       │       ├── StaticMethod.dsp
│   │   │       │       ├── StaticMethod.dsw
│   │   │       │       ├── StaticMethod.ncb
│   │   │       │       ├── StaticMethod.opt
│   │   │       │       ├── StaticMethod.plg
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 14
│   │   │       │   └── FriendClass
│   │   │       │       ├── FriendClass.cpp
│   │   │       │       ├── FriendClass.dsp
│   │   │       │       ├── FriendClass.dsw
│   │   │       │       ├── FriendClass.ncb
│   │   │       │       ├── FriendClass.opt
│   │   │       │       ├── FriendClass.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 15
│   │   │       │   └── FriendFunction
│   │   │       │       ├── FriendFunction.cpp
│   │   │       │       ├── FriendFunction.dsp
│   │   │       │       ├── FriendFunction.dsw
│   │   │       │       ├── FriendFunction.ncb
│   │   │       │       ├── FriendFunction.opt
│   │   │       │       ├── FriendFunction.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 16
│   │   │       │   └── OverloadOpt
│   │   │       │       ├── OverloadOpt.cpp
│   │   │       │       ├── OverloadOpt.dsp
│   │   │       │       ├── OverloadOpt.dsw
│   │   │       │       ├── OverloadOpt.ncb
│   │   │       │       ├── OverloadOpt.opt
│   │   │       │       ├── OverloadOpt.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       └── 17
│   │   │           └── OverloadOptr
│   │   │               ├── OverloadOptr.cpp
│   │   │               ├── OverloadOptr.dsp
│   │   │               ├── OverloadOptr.dsw
│   │   │               ├── OverloadOptr.ncb
│   │   │               ├── OverloadOptr.opt
│   │   │               ├── OverloadOptr.plg
│   │   │               ├── ReadMe.txt
│   │   │               ├── StdAfx.cpp
│   │   │               └── StdAfx.h
│   │   ├── 05
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── OpenAndSave.aps
│   │   │       │   ├── OpenAndSave.clw
│   │   │       │   ├── OpenAndSave.cpp
│   │   │       │   ├── OpenAndSave.dsp
│   │   │       │   ├── OpenAndSave.dsw
│   │   │       │   ├── OpenAndSave.h
│   │   │       │   ├── OpenAndSave.ncb
│   │   │       │   ├── OpenAndSave.opt
│   │   │       │   ├── OpenAndSave.plg
│   │   │       │   ├── OpenAndSave.rc
│   │   │       │   ├── OpenAndSaveDlg.cpp
│   │   │       │   ├── OpenAndSaveDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── OpenAndSave.ico
│   │   │       │   │   ├── OpenAndSave.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── FindAndReplace.aps
│   │   │       │   ├── FindAndReplace.clw
│   │   │       │   ├── FindAndReplace.cpp
│   │   │       │   ├── FindAndReplace.dsp
│   │   │       │   ├── FindAndReplace.dsw
│   │   │       │   ├── FindAndReplace.h
│   │   │       │   ├── FindAndReplace.ncb
│   │   │       │   ├── FindAndReplace.opt
│   │   │       │   ├── FindAndReplace.plg
│   │   │       │   ├── FindAndReplace.rc
│   │   │       │   ├── FindAndReplaceDlg.cpp
│   │   │       │   ├── FindAndReplaceDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── FindAndReplace.ico
│   │   │       │   │   ├── FindAndReplace.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 03
│   │   │       │   ├── FontDlg.clw
│   │   │       │   ├── FontDlg.cpp
│   │   │       │   ├── FontDlg.dsp
│   │   │       │   ├── FontDlg.dsw
│   │   │       │   ├── FontDlg.h
│   │   │       │   ├── FontDlg.ncb
│   │   │       │   ├── FontDlg.opt
│   │   │       │   ├── FontDlg.plg
│   │   │       │   ├── FontDlg.rc
│   │   │       │   ├── FontDlgDlg.cpp
│   │   │       │   ├── FontDlgDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── FontDlg.ico
│   │   │       │   │   ├── FontDlg.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 04
│   │   │       │   ├── PrintFormText.aps
│   │   │       │   ├── PrintFormText.clw
│   │   │       │   ├── PrintFormText.cpp
│   │   │       │   ├── PrintFormText.dsp
│   │   │       │   ├── PrintFormText.dsw
│   │   │       │   ├── PrintFormText.h
│   │   │       │   ├── PrintFormText.ncb
│   │   │       │   ├── PrintFormText.opt
│   │   │       │   ├── PrintFormText.plg
│   │   │       │   ├── PrintFormText.rc
│   │   │       │   ├── PrintFormTextDlg.cpp
│   │   │       │   ├── PrintFormTextDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CDMUSIC.ICO
│   │   │       │   │   ├── PrintFormText.ico
│   │   │       │   │   ├── PrintFormText.rc2
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── 小人图片.bmp
│   │   │       │   └── resource.h
│   │   │       └── 05
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Pageset.clw
│   │   │           ├── Pageset.cpp
│   │   │           ├── Pageset.dsp
│   │   │           ├── Pageset.dsw
│   │   │           ├── Pageset.h
│   │   │           ├── Pageset.ncb
│   │   │           ├── Pageset.opt
│   │   │           ├── Pageset.plg
│   │   │           ├── Pageset.rc
│   │   │           ├── PagesetDoc.cpp
│   │   │           ├── PagesetDoc.h
│   │   │           ├── PagesetView.cpp
│   │   │           ├── PagesetView.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           │   ├── Pageset.ico
│   │   │           │   ├── Pageset.rc2
│   │   │           │   ├── PagesetDoc.ico
│   │   │           │   ├── Thumbs.db
│   │   │           │   └── Toolbar.bmp
│   │   │           └── resource.h
│   │   ├── 06
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   └── SplitWnd
│   │   │       │       ├── MainFrm.cpp
│   │   │       │       ├── MainFrm.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── SplitWnd.aps
│   │   │       │       ├── SplitWnd.clw
│   │   │       │       ├── SplitWnd.cpp
│   │   │       │       ├── SplitWnd.dsp
│   │   │       │       ├── SplitWnd.dsw
│   │   │       │       ├── SplitWnd.h
│   │   │       │       ├── SplitWnd.ncb
│   │   │       │       ├── SplitWnd.opt
│   │   │       │       ├── SplitWnd.plg
│   │   │       │       ├── SplitWnd.rc
│   │   │       │       ├── SplitWndDoc.cpp
│   │   │       │       ├── SplitWndDoc.h
│   │   │       │       ├── SplitWndView.cpp
│   │   │       │       ├── SplitWndView.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── SplitWnd.ico
│   │   │       │           ├── SplitWnd.rc2
│   │   │       │           ├── SplitWndDoc.ico
│   │   │       │           ├── Thumbs.db
│   │   │       │           └── Toolbar.bmp
│   │   │       ├── 02
│   │   │       │   └── SplitMultiWnd
│   │   │       │       ├── MainFrm.cpp
│   │   │       │       ├── MainFrm.h
│   │   │       │       ├── PartView.cpp
│   │   │       │       ├── PartView.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── RunView.cpp
│   │   │       │       ├── RunView.h
│   │   │       │       ├── SplitMultiWnd.aps
│   │   │       │       ├── SplitMultiWnd.clw
│   │   │       │       ├── SplitMultiWnd.cpp
│   │   │       │       ├── SplitMultiWnd.dsp
│   │   │       │       ├── SplitMultiWnd.dsw
│   │   │       │       ├── SplitMultiWnd.h
│   │   │       │       ├── SplitMultiWnd.ncb
│   │   │       │       ├── SplitMultiWnd.opt
│   │   │       │       ├── SplitMultiWnd.plg
│   │   │       │       ├── SplitMultiWnd.rc
│   │   │       │       ├── SplitMultiWndDoc.cpp
│   │   │       │       ├── SplitMultiWndDoc.h
│   │   │       │       ├── SplitMultiWndView.cpp
│   │   │       │       ├── SplitMultiWndView.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── Thumbs.db
│   │   │       │       ├── res
│   │   │       │       │   ├── SplitMultiWnd.ico
│   │   │       │       │   ├── SplitMultiWnd.rc2
│   │   │       │       │   ├── SplitMultiWndDoc.ico
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── Toolbar.bmp
│   │   │       │       │   ├── idr_runv.ico
│   │   │       │       │   ├── 进销存管理系统界面.bmp
│   │   │       │       │   └── 物流管理系统启动界面.bmp
│   │   │       │       └── sdi.ico
│   │   │       ├── 03
│   │   │       │   └── DynCreate
│   │   │       │       ├── BookInfo.cpp
│   │   │       │       ├── BookInfo.h
│   │   │       │       ├── DynCreate.aps
│   │   │       │       ├── DynCreate.clw
│   │   │       │       ├── DynCreate.cpp
│   │   │       │       ├── DynCreate.dsp
│   │   │       │       ├── DynCreate.dsw
│   │   │       │       ├── DynCreate.h
│   │   │       │       ├── DynCreate.ncb
│   │   │       │       ├── DynCreate.opt
│   │   │       │       ├── DynCreate.plg
│   │   │       │       ├── DynCreate.rc
│   │   │       │       ├── DynCreateDoc.cpp
│   │   │       │       ├── DynCreateDoc.h
│   │   │       │       ├── DynCreateView.cpp
│   │   │       │       ├── DynCreateView.h
│   │   │       │       ├── MainFrm.cpp
│   │   │       │       ├── MainFrm.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── Thumbs.db
│   │   │       │       ├── res
│   │   │       │       │   ├── DynCreate.ico
│   │   │       │       │   ├── DynCreate.rc2
│   │   │       │       │   ├── DynCreateDoc.ico
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── Toolbar.bmp
│   │   │       │       │   └── 智能放大器.bmp
│   │   │       │       └── sdi.ico
│   │   │       └── 04
│   │   │           └── NetView
│   │   │               ├── MainFrm.cpp
│   │   │               ├── MainFrm.h
│   │   │               ├── NetView.aps
│   │   │               ├── NetView.clw
│   │   │               ├── NetView.cpp
│   │   │               ├── NetView.dsp
│   │   │               ├── NetView.dsw
│   │   │               ├── NetView.h
│   │   │               ├── NetView.ncb
│   │   │               ├── NetView.opt
│   │   │               ├── NetView.plg
│   │   │               ├── NetView.rc
│   │   │               ├── NetViewDoc.cpp
│   │   │               ├── NetViewDoc.h
│   │   │               ├── NetViewView.cpp
│   │   │               ├── NetViewView.h
│   │   │               ├── Resource.h
│   │   │               ├── StdAfx.cpp
│   │   │               ├── StdAfx.h
│   │   │               ├── WINFRM.CPP
│   │   │               └── res
│   │   │                   ├── NetView.ico
│   │   │                   ├── NetView.rc2
│   │   │                   ├── NetViewDoc.ico
│   │   │                   ├── Thumbs.db
│   │   │                   └── Toolbar.bmp
│   │   ├── 07
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── Transparence.aps
│   │   │       │   ├── Transparence.clw
│   │   │       │   ├── Transparence.cpp
│   │   │       │   ├── Transparence.dsp
│   │   │       │   ├── Transparence.dsw
│   │   │       │   ├── Transparence.h
│   │   │       │   ├── Transparence.ncb
│   │   │       │   ├── Transparence.opt
│   │   │       │   ├── Transparence.plg
│   │   │       │   ├── Transparence.rc
│   │   │       │   ├── TransparenceDlg.cpp
│   │   │       │   ├── TransparenceDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── Transparence.ico
│   │   │       │   │   └── Transparence.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── EditLogin.aps
│   │   │       │   ├── EditLogin.clw
│   │   │       │   ├── EditLogin.cpp
│   │   │       │   ├── EditLogin.dsp
│   │   │       │   ├── EditLogin.dsw
│   │   │       │   ├── EditLogin.h
│   │   │       │   ├── EditLogin.ncb
│   │   │       │   ├── EditLogin.opt
│   │   │       │   ├── EditLogin.plg
│   │   │       │   ├── EditLogin.rc
│   │   │       │   ├── EditLoginDlg.cpp
│   │   │       │   ├── EditLoginDlg.h
│   │   │       │   ├── Login.cpp
│   │   │       │   ├── Login.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── EditLogin.ico
│   │   │       │   │   ├── EditLogin.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 03
│   │   │       │   ├── Calculator.aps
│   │   │       │   ├── Calculator.clw
│   │   │       │   ├── Calculator.cpp
│   │   │       │   ├── Calculator.dsp
│   │   │       │   ├── Calculator.dsw
│   │   │       │   ├── Calculator.h
│   │   │       │   ├── Calculator.ncb
│   │   │       │   ├── Calculator.opt
│   │   │       │   ├── Calculator.plg
│   │   │       │   ├── Calculator.rc
│   │   │       │   ├── CalculatorDlg.cpp
│   │   │       │   ├── CalculatorDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Calculator.ico
│   │   │       │   │   ├── Calculator.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 04
│   │   │       │   ├── DIAOCHA.APS
│   │   │       │   ├── DIAOCHA.clw
│   │   │       │   ├── DIAOCHA.cpp
│   │   │       │   ├── DIAOCHA.dsp
│   │   │       │   ├── DIAOCHA.dsw
│   │   │       │   ├── DIAOCHA.h
│   │   │       │   ├── DIAOCHA.ncb
│   │   │       │   ├── DIAOCHA.opt
│   │   │       │   ├── DIAOCHA.plg
│   │   │       │   ├── DIAOCHA.rc
│   │   │       │   ├── DIAOCHADlg.cpp
│   │   │       │   ├── DIAOCHADlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── DIAOCHA.ico
│   │   │       │   │   ├── DIAOCHA.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── ComboBox.aps
│   │   │       │   ├── ComboBox.clw
│   │   │       │   ├── ComboBox.cpp
│   │   │       │   ├── ComboBox.dsp
│   │   │       │   ├── ComboBox.dsw
│   │   │       │   ├── ComboBox.h
│   │   │       │   ├── ComboBox.ncb
│   │   │       │   ├── ComboBox.opt
│   │   │       │   ├── ComboBox.plg
│   │   │       │   ├── ComboBox.rc
│   │   │       │   ├── ComboBoxDlg.cpp
│   │   │       │   ├── ComboBoxDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── mrsoft.mdb
│   │   │       │   ├── res
│   │   │       │   │   ├── ComboBox.ico
│   │   │       │   │   ├── ComboBox.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   ├── resource.h
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 06
│   │   │       │   ├── CList.aps
│   │   │       │   ├── CList.clw
│   │   │       │   ├── CList.cpp
│   │   │       │   ├── CList.dsp
│   │   │       │   ├── CList.dsw
│   │   │       │   ├── CList.h
│   │   │       │   ├── CList.ncb
│   │   │       │   ├── CList.opt
│   │   │       │   ├── CList.plg
│   │   │       │   ├── CList.rc
│   │   │       │   ├── CListDlg.cpp
│   │   │       │   ├── CListDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CList.ico
│   │   │       │   │   ├── CList.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   ├── resource.h
│   │   │       │   └── shujuku.mdb
│   │   │       └── 07
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── TreeViewApp.clw
│   │   │           ├── TreeViewApp.cpp
│   │   │           ├── TreeViewApp.dsp
│   │   │           ├── TreeViewApp.dsw
│   │   │           ├── TreeViewApp.h
│   │   │           ├── TreeViewApp.ncb
│   │   │           ├── TreeViewApp.opt
│   │   │           ├── TreeViewApp.plg
│   │   │           ├── TreeViewApp.rc
│   │   │           ├── TreeViewAppDlg.cpp
│   │   │           ├── TreeViewAppDlg.h
│   │   │           ├── msado15.tlh
│   │   │           ├── msado15.tli
│   │   │           ├── msadodc.cpp
│   │   │           ├── msadodc.h
│   │   │           ├── res
│   │   │           │   ├── Thumbs.db
│   │   │           │   ├── TreeViewApp.ico
│   │   │           │   ├── TreeViewApp.rc2
│   │   │           │   ├── icon1.ico
│   │   │           │   └── icon2.ico
│   │   │           ├── resource.h
│   │   │           ├── 医药管理.mdb
│   │   │           └── 程序使用说明.txt
│   │   ├── 08
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   └── DynamiMenu
│   │   │       │       ├── DynamiMenu.aps
│   │   │       │       ├── DynamiMenu.clw
│   │   │       │       ├── DynamiMenu.cpp
│   │   │       │       ├── DynamiMenu.dsp
│   │   │       │       ├── DynamiMenu.dsw
│   │   │       │       ├── DynamiMenu.h
│   │   │       │       ├── DynamiMenu.ncb
│   │   │       │       ├── DynamiMenu.opt
│   │   │       │       ├── DynamiMenu.plg
│   │   │       │       ├── DynamiMenu.rc
│   │   │       │       ├── DynamiMenuDlg.cpp
│   │   │       │       ├── DynamiMenuDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 42.ico
│   │   │       │           ├── DynamiMenu.ico
│   │   │       │           ├── DynamiMenu.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           └── 客户管理系统主界面.bmp
│   │   │       ├── 02
│   │   │       │   └── PopMenu
│   │   │       │       ├── PopMenu.aps
│   │   │       │       ├── PopMenu.clw
│   │   │       │       ├── PopMenu.cpp
│   │   │       │       ├── PopMenu.dsp
│   │   │       │       ├── PopMenu.dsw
│   │   │       │       ├── PopMenu.h
│   │   │       │       ├── PopMenu.ncb
│   │   │       │       ├── PopMenu.opt
│   │   │       │       ├── PopMenu.plg
│   │   │       │       ├── PopMenu.rc
│   │   │       │       ├── PopMenuDlg.cpp
│   │   │       │       ├── PopMenuDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 152.ico
│   │   │       │           ├── PopMenu.ico
│   │   │       │           ├── PopMenu.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           ├── toolbar1.bmp
│   │   │       │           └── 人力资源管理系统界面.bmp
│   │   │       ├── 03
│   │   │       │   └── DesignTool
│   │   │       │       ├── DesignTool.aps
│   │   │       │       ├── DesignTool.clw
│   │   │       │       ├── DesignTool.cpp
│   │   │       │       ├── DesignTool.dsp
│   │   │       │       ├── DesignTool.dsw
│   │   │       │       ├── DesignTool.h
│   │   │       │       ├── DesignTool.ncb
│   │   │       │       ├── DesignTool.opt
│   │   │       │       ├── DesignTool.plg
│   │   │       │       ├── DesignTool.rc
│   │   │       │       ├── DesignToolDlg.cpp
│   │   │       │       ├── DesignToolDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 42.ico
│   │   │       │           ├── DesignTool.ico
│   │   │       │           ├── DesignTool.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           ├── Toolbar.bmp
│   │   │       │           └── b.bmp
│   │   │       ├── 04
│   │   │       │   └── DesignTool
│   │   │       │       ├── DesignTool.aps
│   │   │       │       ├── DesignTool.clw
│   │   │       │       ├── DesignTool.cpp
│   │   │       │       ├── DesignTool.dsp
│   │   │       │       ├── DesignTool.dsw
│   │   │       │       ├── DesignTool.h
│   │   │       │       ├── DesignTool.ncb
│   │   │       │       ├── DesignTool.opt
│   │   │       │       ├── DesignTool.plg
│   │   │       │       ├── DesignTool.rc
│   │   │       │       ├── DesignToolDlg.cpp
│   │   │       │       ├── DesignToolDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 71.ico
│   │   │       │           ├── DesignTool.ico
│   │   │       │           ├── DesignTool.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           ├── bitmap1.bmp
│   │   │       │           └── c.bmp
│   │   │       ├── 05
│   │   │       │   └── GraphicToolbar
│   │   │       │       ├── GraphicToolbar.aps
│   │   │       │       ├── GraphicToolbar.clw
│   │   │       │       ├── GraphicToolbar.cpp
│   │   │       │       ├── GraphicToolbar.dsp
│   │   │       │       ├── GraphicToolbar.dsw
│   │   │       │       ├── GraphicToolbar.h
│   │   │       │       ├── GraphicToolbar.ncb
│   │   │       │       ├── GraphicToolbar.opt
│   │   │       │       ├── GraphicToolbar.plg
│   │   │       │       ├── GraphicToolbar.rc
│   │   │       │       ├── GraphicToolbarDlg.cpp
│   │   │       │       ├── GraphicToolbarDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 06.ico
│   │   │       │           ├── 108.ico
│   │   │       │           ├── 13.ico
│   │   │       │           ├── 146.ico
│   │   │       │           ├── 147.ico
│   │   │       │           ├── 148.ico
│   │   │       │           ├── 21.ico
│   │   │       │           ├── 80.ico
│   │   │       │           ├── 92.ico
│   │   │       │           ├── GraphicToolbar.ico
│   │   │       │           ├── GraphicToolbar.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           ├── VB图片的雨滴效果.bmp
│   │   │       │           ├── icon17.ico
│   │   │       │           ├── icon18.ico
│   │   │       │           ├── icon19.ico
│   │   │       │           ├── icon20.ico
│   │   │       │           ├── icon21.ico
│   │   │       │           ├── icon22.ico
│   │   │       │           ├── icon23.ico
│   │   │       │           └── icon24.ico
│   │   │       ├── 06
│   │   │       │   └── CreateStatusbar
│   │   │       │       ├── CreateStatusbar.aps
│   │   │       │       ├── CreateStatusbar.clw
│   │   │       │       ├── CreateStatusbar.cpp
│   │   │       │       ├── CreateStatusbar.dsp
│   │   │       │       ├── CreateStatusbar.dsw
│   │   │       │       ├── CreateStatusbar.h
│   │   │       │       ├── CreateStatusbar.ncb
│   │   │       │       ├── CreateStatusbar.opt
│   │   │       │       ├── CreateStatusbar.plg
│   │   │       │       ├── CreateStatusbar.rc
│   │   │       │       ├── CreateStatusbarDlg.cpp
│   │   │       │       ├── CreateStatusbarDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 52.ico
│   │   │       │           ├── CreateStatusbar.ico
│   │   │       │           ├── CreateStatusbar.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           └── 商品销售管理系统主界面.bmp
│   │   │       └── 07
│   │   │           └── CreateStatus
│   │   │               ├── CreateStatus.aps
│   │   │               ├── CreateStatus.clw
│   │   │               ├── CreateStatus.cpp
│   │   │               ├── CreateStatus.dsp
│   │   │               ├── CreateStatus.dsw
│   │   │               ├── CreateStatus.h
│   │   │               ├── CreateStatus.ncb
│   │   │               ├── CreateStatus.opt
│   │   │               ├── CreateStatus.plg
│   │   │               ├── CreateStatus.rc
│   │   │               ├── CreateStatusDlg.cpp
│   │   │               ├── CreateStatusDlg.h
│   │   │               ├── ReadMe.txt
│   │   │               ├── Resource.h
│   │   │               ├── StdAfx.cpp
│   │   │               ├── StdAfx.h
│   │   │               └── res
│   │   │                   ├── 73.ico
│   │   │                   ├── CreateStatus.ico
│   │   │                   ├── CreateStatus.rc2
│   │   │                   ├── Thumbs.db
│   │   │                   └── 图书综合管理系统主界面1.bmp
│   │   ├── 09
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── DrawDlg.aps
│   │   │       │   ├── DrawDlg.clw
│   │   │       │   ├── DrawDlg.cpp
│   │   │       │   ├── DrawDlg.dsp
│   │   │       │   ├── DrawDlg.dsw
│   │   │       │   ├── DrawDlg.h
│   │   │       │   ├── DrawDlg.ncb
│   │   │       │   ├── DrawDlg.opt
│   │   │       │   ├── DrawDlg.plg
│   │   │       │   ├── DrawDlg.rc
│   │   │       │   ├── DrawDlgDlg.cpp
│   │   │       │   ├── DrawDlgDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── DrawDlg.ico
│   │   │       │       ├── DrawDlg.rc2
│   │   │       │       └── Thumbs.db
│   │   │       ├── 02
│   │   │       │   ├── DrawDlg1.aps
│   │   │       │   ├── DrawDlg1.clw
│   │   │       │   ├── DrawDlg1.cpp
│   │   │       │   ├── DrawDlg1.dsp
│   │   │       │   ├── DrawDlg1.dsw
│   │   │       │   ├── DrawDlg1.h
│   │   │       │   ├── DrawDlg1.ncb
│   │   │       │   ├── DrawDlg1.opt
│   │   │       │   ├── DrawDlg1.plg
│   │   │       │   ├── DrawDlg1.rc
│   │   │       │   ├── DrawDlg1Dlg.cpp
│   │   │       │   ├── DrawDlg1Dlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── DrawDlg1.ico
│   │   │       │       ├── DrawDlg1.rc2
│   │   │       │       └── Thumbs.db
│   │   │       ├── 03
│   │   │       │   ├── DrawDlg2.aps
│   │   │       │   ├── DrawDlg2.clw
│   │   │       │   ├── DrawDlg2.cpp
│   │   │       │   ├── DrawDlg2.dsp
│   │   │       │   ├── DrawDlg2.dsw
│   │   │       │   ├── DrawDlg2.h
│   │   │       │   ├── DrawDlg2.ncb
│   │   │       │   ├── DrawDlg2.opt
│   │   │       │   ├── DrawDlg2.plg
│   │   │       │   ├── DrawDlg2.rc
│   │   │       │   ├── DrawDlg2Dlg.cpp
│   │   │       │   ├── DrawDlg2Dlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── DrawDlg2.ico
│   │   │       │       ├── DrawDlg2.rc2
│   │   │       │       └── Thumbs.db
│   │   │       ├── 04
│   │   │       │   ├── DrawDlg3.aps
│   │   │       │   ├── DrawDlg3.clw
│   │   │       │   ├── DrawDlg3.cpp
│   │   │       │   ├── DrawDlg3.dsp
│   │   │       │   ├── DrawDlg3.dsw
│   │   │       │   ├── DrawDlg3.h
│   │   │       │   ├── DrawDlg3.ncb
│   │   │       │   ├── DrawDlg3.opt
│   │   │       │   ├── DrawDlg3.plg
│   │   │       │   ├── DrawDlg3.rc
│   │   │       │   ├── DrawDlg3Dlg.cpp
│   │   │       │   ├── DrawDlg3Dlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── DrawDlg3.ico
│   │   │       │   │   ├── DrawDlg3.rc2
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── b.bmp
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── TextOut.aps
│   │   │       │   ├── TextOut.clw
│   │   │       │   ├── TextOut.cpp
│   │   │       │   ├── TextOut.dsp
│   │   │       │   ├── TextOut.dsw
│   │   │       │   ├── TextOut.h
│   │   │       │   ├── TextOut.ncb
│   │   │       │   ├── TextOut.opt
│   │   │       │   ├── TextOut.plg
│   │   │       │   ├── TextOut.rc
│   │   │       │   ├── TextOutDoc.cpp
│   │   │       │   ├── TextOutDoc.h
│   │   │       │   ├── TextOutView.cpp
│   │   │       │   ├── TextOutView.h
│   │   │       │   └── res
│   │   │       │       ├── TextOut.ico
│   │   │       │       ├── TextOut.rc2
│   │   │       │       ├── TextOutDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 06
│   │   │       │   └── ExtTextOut
│   │   │       │       ├── ExtTextOut.aps
│   │   │       │       ├── ExtTextOut.clw
│   │   │       │       ├── ExtTextOut.cpp
│   │   │       │       ├── ExtTextOut.dsp
│   │   │       │       ├── ExtTextOut.dsw
│   │   │       │       ├── ExtTextOut.h
│   │   │       │       ├── ExtTextOut.ncb
│   │   │       │       ├── ExtTextOut.opt
│   │   │       │       ├── ExtTextOut.plg
│   │   │       │       ├── ExtTextOut.rc
│   │   │       │       ├── ExtTextOutDoc.cpp
│   │   │       │       ├── ExtTextOutDoc.h
│   │   │       │       ├── ExtTextOutView.cpp
│   │   │       │       ├── ExtTextOutView.h
│   │   │       │       ├── MainFrm.cpp
│   │   │       │       ├── MainFrm.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── ExtTextOut.ico
│   │   │       │           ├── ExtTextOut.rc2
│   │   │       │           ├── ExtTextOutDoc.ico
│   │   │       │           ├── Thumbs.db
│   │   │       │           └── Toolbar.bmp
│   │   │       ├── 07
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── TabbedTextOut.clw
│   │   │       │   ├── TabbedTextOut.cpp
│   │   │       │   ├── TabbedTextOut.dsp
│   │   │       │   ├── TabbedTextOut.dsw
│   │   │       │   ├── TabbedTextOut.h
│   │   │       │   ├── TabbedTextOut.ncb
│   │   │       │   ├── TabbedTextOut.opt
│   │   │       │   ├── TabbedTextOut.plg
│   │   │       │   ├── TabbedTextOut.rc
│   │   │       │   ├── TabbedTextOutDoc.cpp
│   │   │       │   ├── TabbedTextOutDoc.h
│   │   │       │   ├── TabbedTextOutView.cpp
│   │   │       │   ├── TabbedTextOutView.h
│   │   │       │   └── res
│   │   │       │       ├── TabbedTextOut.ico
│   │   │       │       ├── TabbedTextOut.rc2
│   │   │       │       ├── TabbedTextOutDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 08
│   │   │       │   ├── DrawText.clw
│   │   │       │   ├── DrawText.cpp
│   │   │       │   ├── DrawText.dsp
│   │   │       │   ├── DrawText.dsw
│   │   │       │   ├── DrawText.h
│   │   │       │   ├── DrawText.ncb
│   │   │       │   ├── DrawText.opt
│   │   │       │   ├── DrawText.plg
│   │   │       │   ├── DrawText.rc
│   │   │       │   ├── DrawTextDoc.cpp
│   │   │       │   ├── DrawTextDoc.h
│   │   │       │   ├── DrawTextView.cpp
│   │   │       │   ├── DrawTextView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── DrawText.ico
│   │   │       │   │   ├── DrawText.rc2
│   │   │       │   │   ├── ExtTextOutDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   └── resource.h
│   │   │       ├── 09
│   │   │       │   ├── CreateFont.aps
│   │   │       │   ├── CreateFont.clw
│   │   │       │   ├── CreateFont.cpp
│   │   │       │   ├── CreateFont.dsp
│   │   │       │   ├── CreateFont.dsw
│   │   │       │   ├── CreateFont.h
│   │   │       │   ├── CreateFont.ncb
│   │   │       │   ├── CreateFont.opt
│   │   │       │   ├── CreateFont.plg
│   │   │       │   ├── CreateFont.rc
│   │   │       │   ├── CreateFontDoc.cpp
│   │   │       │   ├── CreateFontDoc.h
│   │   │       │   ├── CreateFontView.cpp
│   │   │       │   ├── CreateFontView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── CreateFont.ico
│   │   │       │       ├── CreateFont.rc2
│   │   │       │       ├── CreateFontDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 10
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── SetTextAlign.aps
│   │   │       │   ├── SetTextAlign.clw
│   │   │       │   ├── SetTextAlign.cpp
│   │   │       │   ├── SetTextAlign.dsp
│   │   │       │   ├── SetTextAlign.dsw
│   │   │       │   ├── SetTextAlign.h
│   │   │       │   ├── SetTextAlign.ncb
│   │   │       │   ├── SetTextAlign.opt
│   │   │       │   ├── SetTextAlign.plg
│   │   │       │   ├── SetTextAlign.rc
│   │   │       │   ├── SetTextAlignDoc.cpp
│   │   │       │   ├── SetTextAlignDoc.h
│   │   │       │   ├── SetTextAlignView.cpp
│   │   │       │   ├── SetTextAlignView.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── SetTextAlign.ico
│   │   │       │       ├── SetTextAlign.rc2
│   │   │       │       ├── SetTextAlignDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 11
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── SetTextColor.clw
│   │   │       │   ├── SetTextColor.cpp
│   │   │       │   ├── SetTextColor.dsp
│   │   │       │   ├── SetTextColor.dsw
│   │   │       │   ├── SetTextColor.h
│   │   │       │   ├── SetTextColor.ncb
│   │   │       │   ├── SetTextColor.opt
│   │   │       │   ├── SetTextColor.plg
│   │   │       │   ├── SetTextColor.rc
│   │   │       │   ├── SetTextColorDoc.cpp
│   │   │       │   ├── SetTextColorDoc.h
│   │   │       │   ├── SetTextColorView.cpp
│   │   │       │   ├── SetTextColorView.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── SetTextColor.ico
│   │   │       │       ├── SetTextColor.rc2
│   │   │       │       ├── SetTextColorDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 12
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── SetBkColor.clw
│   │   │       │   ├── SetBkColor.cpp
│   │   │       │   ├── SetBkColor.dsp
│   │   │       │   ├── SetBkColor.dsw
│   │   │       │   ├── SetBkColor.h
│   │   │       │   ├── SetBkColor.ncb
│   │   │       │   ├── SetBkColor.opt
│   │   │       │   ├── SetBkColor.plg
│   │   │       │   ├── SetBkColor.rc
│   │   │       │   ├── SetBkColorDoc.cpp
│   │   │       │   ├── SetBkColorDoc.h
│   │   │       │   ├── SetBkColorView.cpp
│   │   │       │   ├── SetBkColorView.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── SetBkColor.ico
│   │   │       │       ├── SetBkColor.rc2
│   │   │       │       ├── SetBkColorDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 13
│   │   │       │   ├── GetLength.clw
│   │   │       │   ├── GetLength.cpp
│   │   │       │   ├── GetLength.dsp
│   │   │       │   ├── GetLength.dsw
│   │   │       │   ├── GetLength.h
│   │   │       │   ├── GetLength.ncb
│   │   │       │   ├── GetLength.opt
│   │   │       │   ├── GetLength.plg
│   │   │       │   ├── GetLength.rc
│   │   │       │   ├── GetLengthDoc.cpp
│   │   │       │   ├── GetLengthDoc.h
│   │   │       │   ├── GetLengthView.cpp
│   │   │       │   ├── GetLengthView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── GetLength.ico
│   │   │       │       ├── GetLength.rc2
│   │   │       │       ├── GetLengthDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 14
│   │   │       │   ├── LineTo.clw
│   │   │       │   ├── LineTo.cpp
│   │   │       │   ├── LineTo.dsp
│   │   │       │   ├── LineTo.dsw
│   │   │       │   ├── LineTo.h
│   │   │       │   ├── LineTo.ncb
│   │   │       │   ├── LineTo.opt
│   │   │       │   ├── LineTo.plg
│   │   │       │   ├── LineTo.rc
│   │   │       │   ├── LineToDoc.cpp
│   │   │       │   ├── LineToDoc.h
│   │   │       │   ├── LineToView.cpp
│   │   │       │   ├── LineToView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── LineTo.ico
│   │   │       │       ├── LineTo.rc2
│   │   │       │       ├── LineToDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 15
│   │   │       │   ├── Draw.clw
│   │   │       │   ├── Draw.cpp
│   │   │       │   ├── Draw.dsp
│   │   │       │   ├── Draw.dsw
│   │   │       │   ├── Draw.h
│   │   │       │   ├── Draw.ncb
│   │   │       │   ├── Draw.opt
│   │   │       │   ├── Draw.plg
│   │   │       │   ├── Draw.rc
│   │   │       │   ├── DrawDoc.cpp
│   │   │       │   ├── DrawDoc.h
│   │   │       │   ├── DrawView.cpp
│   │   │       │   ├── DrawView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── Draw.ico
│   │   │       │       ├── Draw.rc2
│   │   │       │       ├── DrawDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 16
│   │   │       │   ├── FillRect.clw
│   │   │       │   ├── FillRect.cpp
│   │   │       │   ├── FillRect.dsp
│   │   │       │   ├── FillRect.dsw
│   │   │       │   ├── FillRect.h
│   │   │       │   ├── FillRect.ncb
│   │   │       │   ├── FillRect.opt
│   │   │       │   ├── FillRect.plg
│   │   │       │   ├── FillRect.rc
│   │   │       │   ├── FillRectDoc.cpp
│   │   │       │   ├── FillRectDoc.h
│   │   │       │   ├── FillRectView.cpp
│   │   │       │   ├── FillRectView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── FillRect.ico
│   │   │       │       ├── FillRect.rc2
│   │   │       │       ├── FillRectDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 17
│   │   │       │   ├── BGZ.clw
│   │   │       │   ├── BGZ.cpp
│   │   │       │   ├── BGZ.dsp
│   │   │       │   ├── BGZ.dsw
│   │   │       │   ├── BGZ.h
│   │   │       │   ├── BGZ.ncb
│   │   │       │   ├── BGZ.opt
│   │   │       │   ├── BGZ.plg
│   │   │       │   ├── BGZ.rc
│   │   │       │   ├── BGZDoc.cpp
│   │   │       │   ├── BGZDoc.h
│   │   │       │   ├── BGZView.cpp
│   │   │       │   ├── BGZView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── BGZ.ico
│   │   │       │       ├── BGZ.rc2
│   │   │       │       ├── BGZDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 18
│   │   │       │   ├── BitBlt.aps
│   │   │       │   ├── BitBlt.clw
│   │   │       │   ├── BitBlt.cpp
│   │   │       │   ├── BitBlt.dsp
│   │   │       │   ├── BitBlt.dsw
│   │   │       │   ├── BitBlt.h
│   │   │       │   ├── BitBlt.ncb
│   │   │       │   ├── BitBlt.opt
│   │   │       │   ├── BitBlt.plg
│   │   │       │   ├── BitBlt.rc
│   │   │       │   ├── BitBltDoc.cpp
│   │   │       │   ├── BitBltDoc.h
│   │   │       │   ├── BitBltView.cpp
│   │   │       │   ├── BitBltView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── 5.bmp
│   │   │       │   │   ├── BitBlt.ico
│   │   │       │   │   ├── BitBlt.rc2
│   │   │       │   │   ├── BitBltDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   └── resource.h
│   │   │       └── 19
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── WTBH.APS
│   │   │           ├── WTBH.clw
│   │   │           ├── WTBH.cpp
│   │   │           ├── WTBH.dsp
│   │   │           ├── WTBH.dsw
│   │   │           ├── WTBH.h
│   │   │           ├── WTBH.ncb
│   │   │           ├── WTBH.opt
│   │   │           ├── WTBH.plg
│   │   │           ├── WTBH.rc
│   │   │           ├── WTBHDoc.cpp
│   │   │           ├── WTBHDoc.h
│   │   │           ├── WTBHView.cpp
│   │   │           ├── WTBHView.h
│   │   │           ├── res
│   │   │           │   ├── 2.bmp
│   │   │           │   ├── 3.bmp
│   │   │           │   ├── 4.bmp
│   │   │           │   ├── DSC00573.bmp
│   │   │           │   ├── Thumbs.db
│   │   │           │   ├── Toolbar.bmp
│   │   │           │   ├── WTBH.ico
│   │   │           │   ├── WTBH.rc2
│   │   │           │   └── WTBHDoc.ico
│   │   │           └── resource.h
│   │   ├── 10
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── CountNum.aps
│   │   │       │   ├── CountNum.clw
│   │   │       │   ├── CountNum.cpp
│   │   │       │   ├── CountNum.dsp
│   │   │       │   ├── CountNum.dsw
│   │   │       │   ├── CountNum.h
│   │   │       │   ├── CountNum.ncb
│   │   │       │   ├── CountNum.opt
│   │   │       │   ├── CountNum.plg
│   │   │       │   ├── CountNum.rc
│   │   │       │   ├── CountNumDoc.cpp
│   │   │       │   ├── CountNumDoc.h
│   │   │       │   ├── CountNumView.cpp
│   │   │       │   ├── CountNumView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CountNum.ico
│   │   │       │   │   ├── CountNum.rc2
│   │   │       │   │   ├── CountNumDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── Toolbar.bmp
│   │   │       │   │   └── toolbar1.bmp
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── GainMargin.aps
│   │   │       │   ├── GainMargin.clw
│   │   │       │   ├── GainMargin.cpp
│   │   │       │   ├── GainMargin.dsp
│   │   │       │   ├── GainMargin.dsw
│   │   │       │   ├── GainMargin.h
│   │   │       │   ├── GainMargin.ncb
│   │   │       │   ├── GainMargin.opt
│   │   │       │   ├── GainMargin.plg
│   │   │       │   ├── GainMargin.rc
│   │   │       │   ├── GainMarginDlg.cpp
│   │   │       │   ├── GainMarginDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── GainMargin.ico
│   │   │       │   │   ├── GainMargin.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 03
│   │   │       │   ├── PrintBearing.aps
│   │   │       │   ├── PrintBearing.clw
│   │   │       │   ├── PrintBearing.cpp
│   │   │       │   ├── PrintBearing.dsp
│   │   │       │   ├── PrintBearing.dsw
│   │   │       │   ├── PrintBearing.h
│   │   │       │   ├── PrintBearing.ncb
│   │   │       │   ├── PrintBearing.opt
│   │   │       │   ├── PrintBearing.plg
│   │   │       │   ├── PrintBearing.rc
│   │   │       │   ├── PrintBearingDlg.cpp
│   │   │       │   ├── PrintBearingDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── PrintBearing.ico
│   │   │       │   │   ├── PrintBearing.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 04
│   │   │       │   ├── PaperSize.aps
│   │   │       │   ├── PaperSize.clw
│   │   │       │   ├── PaperSize.cpp
│   │   │       │   ├── PaperSize.dsp
│   │   │       │   ├── PaperSize.dsw
│   │   │       │   ├── PaperSize.h
│   │   │       │   ├── PaperSize.ncb
│   │   │       │   ├── PaperSize.opt
│   │   │       │   ├── PaperSize.plg
│   │   │       │   ├── PaperSize.rc
│   │   │       │   ├── PaperSizeDlg.cpp
│   │   │       │   ├── PaperSizeDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── PaperSize.ico
│   │   │       │   │   ├── PaperSize.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── ADOConn.cpp
│   │   │       │   ├── ADOConn.h
│   │   │       │   ├── EasyReport.aps
│   │   │       │   ├── EasyReport.clw
│   │   │       │   ├── EasyReport.cpp
│   │   │       │   ├── EasyReport.dsp
│   │   │       │   ├── EasyReport.dsw
│   │   │       │   ├── EasyReport.h
│   │   │       │   ├── EasyReport.ncb
│   │   │       │   ├── EasyReport.opt
│   │   │       │   ├── EasyReport.plg
│   │   │       │   ├── EasyReport.rc
│   │   │       │   ├── EasyReportDlg.cpp
│   │   │       │   ├── EasyReportDlg.h
│   │   │       │   ├── Preview.cpp
│   │   │       │   ├── Preview.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── database
│   │   │       │   │   ├── Shujuku_Data.MDF
│   │   │       │   │   └── Shujuku_Log.LDF
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   └── res
│   │   │       │       ├── EasyReport.ico
│   │   │       │       ├── EasyReport.rc2
│   │   │       │       └── Thumbs.db
│   │   │       ├── 06
│   │   │       │   ├── Preview.cpp
│   │   │       │   ├── Preview.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── StockCheck.aps
│   │   │       │   ├── StockCheck.clw
│   │   │       │   ├── StockCheck.cpp
│   │   │       │   ├── StockCheck.dsp
│   │   │       │   ├── StockCheck.dsw
│   │   │       │   ├── StockCheck.h
│   │   │       │   ├── StockCheck.ncb
│   │   │       │   ├── StockCheck.opt
│   │   │       │   ├── StockCheck.plg
│   │   │       │   ├── StockCheck.rc
│   │   │       │   ├── StockCheckDlg.cpp
│   │   │       │   ├── StockCheckDlg.h
│   │   │       │   ├── db_EMS.mdb
│   │   │       │   └── res
│   │   │       │       ├── StockCheck.ico
│   │   │       │       ├── StockCheck.rc2
│   │   │       │       └── Thumbs.db
│   │   │       └── 07
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Print.aps
│   │   │           ├── Print.clw
│   │   │           ├── Print.cpp
│   │   │           ├── Print.dsp
│   │   │           ├── Print.dsw
│   │   │           ├── Print.h
│   │   │           ├── Print.ncb
│   │   │           ├── Print.opt
│   │   │           ├── Print.plg
│   │   │           ├── Print.rc
│   │   │           ├── PrintDoc.cpp
│   │   │           ├── PrintDoc.h
│   │   │           ├── PrintView.cpp
│   │   │           ├── PrintView.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── WarkCard.cpp
│   │   │           ├── WarkCard.h
│   │   │           ├── WordCard.cpp
│   │   │           ├── WordCard.h
│   │   │           ├── WorkCard.cpp
│   │   │           ├── WorkCard.h
│   │   │           ├── msado15.tlh
│   │   │           ├── msado15.tli
│   │   │           ├── res
│   │   │           │   ├── Print.ico
│   │   │           │   ├── Print.rc2
│   │   │           │   ├── PrintDoc.ico
│   │   │           │   ├── Thumbs.db
│   │   │           │   └── toolbar1.bmp
│   │   │           └── shujuku.mdb
│   │   ├── 11
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── Backdrop.aps
│   │   │       │   ├── Backdrop.clw
│   │   │       │   ├── Backdrop.cpp
│   │   │       │   ├── Backdrop.dsp
│   │   │       │   ├── Backdrop.dsw
│   │   │       │   ├── Backdrop.h
│   │   │       │   ├── Backdrop.ncb
│   │   │       │   ├── Backdrop.opt
│   │   │       │   ├── Backdrop.plg
│   │   │       │   ├── Backdrop.rc
│   │   │       │   ├── BackdropDlg.cpp
│   │   │       │   ├── BackdropDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── 1(1).bmp
│   │   │       │   │   ├── Backdrop.ico
│   │   │       │   │   ├── Backdrop.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── CDCBMP.clw
│   │   │       │   ├── CDCBMP.cpp
│   │   │       │   ├── CDCBMP.dsp
│   │   │       │   ├── CDCBMP.dsw
│   │   │       │   ├── CDCBMP.h
│   │   │       │   ├── CDCBMP.ncb
│   │   │       │   ├── CDCBMP.opt
│   │   │       │   ├── CDCBMP.plg
│   │   │       │   ├── CDCBMP.rc
│   │   │       │   ├── CDCBMPDoc.cpp
│   │   │       │   ├── CDCBMPDoc.h
│   │   │       │   ├── CDCBMPView.cpp
│   │   │       │   ├── CDCBMPView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   └── res
│   │   │       │       ├── CDCBMP.ico
│   │   │       │       ├── CDCBMP.rc2
│   │   │       │       ├── CDCBMPDoc.ico
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── Toolbar.bmp
│   │   │       ├── 03
│   │   │       │   ├── GIF.clw
│   │   │       │   ├── GIF.cpp
│   │   │       │   ├── GIF.dsp
│   │   │       │   ├── GIF.dsw
│   │   │       │   ├── GIF.h
│   │   │       │   ├── GIF.ncb
│   │   │       │   ├── GIF.opt
│   │   │       │   ├── GIF.plg
│   │   │       │   ├── GIF.rc
│   │   │       │   ├── GIFDoc.cpp
│   │   │       │   ├── GIFDoc.h
│   │   │       │   ├── GIFView.cpp
│   │   │       │   ├── GIFView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── Thumbs.db
│   │   │       │   ├── ViewGif.cpp
│   │   │       │   ├── ViewGif.h
│   │   │       │   ├── res
│   │   │       │   │   ├── GIF.ico
│   │   │       │   │   ├── GIF.rc2
│   │   │       │   │   ├── GIFDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   ├── resource.h
│   │   │       │   ├── test.gif
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 04
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WAVE.APS
│   │   │       │   ├── WAVE.clw
│   │   │       │   ├── WAVE.cpp
│   │   │       │   ├── WAVE.dsp
│   │   │       │   ├── WAVE.dsw
│   │   │       │   ├── WAVE.h
│   │   │       │   ├── WAVE.ncb
│   │   │       │   ├── WAVE.opt
│   │   │       │   ├── WAVE.plg
│   │   │       │   ├── WAVE.rc
│   │   │       │   ├── WAVEDlg.cpp
│   │   │       │   ├── WAVEDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WAVE.ico
│   │   │       │   │   ├── WAVE.rc2
│   │   │       │   │   └── Windows XP 登录音.wav
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WavePlay.aps
│   │   │       │   ├── WavePlay.clw
│   │   │       │   ├── WavePlay.cpp
│   │   │       │   ├── WavePlay.dsp
│   │   │       │   ├── WavePlay.dsw
│   │   │       │   ├── WavePlay.h
│   │   │       │   ├── WavePlay.ncb
│   │   │       │   ├── WavePlay.opt
│   │   │       │   ├── WavePlay.plg
│   │   │       │   ├── WavePlay.rc
│   │   │       │   ├── WavePlayDlg.cpp
│   │   │       │   ├── WavePlayDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WavePlay.ico
│   │   │       │   │   └── WavePlay.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 06
│   │   │       │   ├── ControlSound.aps
│   │   │       │   ├── ControlSound.clw
│   │   │       │   ├── ControlSound.cpp
│   │   │       │   ├── ControlSound.dsp
│   │   │       │   ├── ControlSound.dsw
│   │   │       │   ├── ControlSound.h
│   │   │       │   ├── ControlSound.ncb
│   │   │       │   ├── ControlSound.opt
│   │   │       │   ├── ControlSound.plg
│   │   │       │   ├── ControlSound.rc
│   │   │       │   ├── ControlSoundDlg.cpp
│   │   │       │   ├── ControlSoundDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ControlSound.ico
│   │   │       │   │   ├── ControlSound.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 07
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── Thumbs.db
│   │   │       │   ├── animateDlg.clw
│   │   │       │   ├── animateDlg.cpp
│   │   │       │   ├── animateDlg.dsp
│   │   │       │   ├── animateDlg.dsw
│   │   │       │   ├── animateDlg.h
│   │   │       │   ├── animateDlg.ncb
│   │   │       │   ├── animateDlg.opt
│   │   │       │   ├── animateDlg.plg
│   │   │       │   ├── animateDlg.rc
│   │   │       │   ├── animateDlgDlg.cpp
│   │   │       │   ├── animateDlgDlg.h
│   │   │       │   ├── animation.cpp
│   │   │       │   ├── animation.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── animateDlg.ico
│   │   │       │   │   └── animateDlg.rc2
│   │   │       │   ├── resource.h
│   │   │       │   └── soft.avi
│   │   │       └── 08
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── flashdlg.clw
│   │   │           ├── flashdlg.cpp
│   │   │           ├── flashdlg.dsp
│   │   │           ├── flashdlg.dsw
│   │   │           ├── flashdlg.h
│   │   │           ├── flashdlg.ncb
│   │   │           ├── flashdlg.opt
│   │   │           ├── flashdlg.plg
│   │   │           ├── flashdlg.rc
│   │   │           ├── flashdlgDlg.cpp
│   │   │           ├── flashdlgDlg.h
│   │   │           ├── res
│   │   │           │   ├── Thumbs.db
│   │   │           │   ├── flashdlg.ico
│   │   │           │   └── flashdlg.rc2
│   │   │           ├── resource.h
│   │   │           ├── shockwaveflash.cpp
│   │   │           ├── shockwaveflash.h
│   │   │           └── test.swf
│   │   ├── 12
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── Connect.aps
│   │   │       │   ├── Connect.clw
│   │   │       │   ├── Connect.cpp
│   │   │       │   ├── Connect.dsp
│   │   │       │   ├── Connect.dsw
│   │   │       │   ├── Connect.h
│   │   │       │   ├── Connect.ncb
│   │   │       │   ├── Connect.opt
│   │   │       │   ├── Connect.plg
│   │   │       │   ├── Connect.rc
│   │   │       │   ├── ConnectDoc.cpp
│   │   │       │   ├── ConnectDoc.h
│   │   │       │   ├── ConnectSet.cpp
│   │   │       │   ├── ConnectSet.h
│   │   │       │   ├── ConnectView.cpp
│   │   │       │   ├── ConnectView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Connect.ico
│   │   │       │   │   ├── Connect.rc2
│   │   │       │   │   ├── ConnectDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   ├── resource.h
│   │   │       │   ├── shujuku.mdb
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 02
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── Update.aps
│   │   │       │   ├── Update.clw
│   │   │       │   ├── Update.cpp
│   │   │       │   ├── Update.dsp
│   │   │       │   ├── Update.dsw
│   │   │       │   ├── Update.h
│   │   │       │   ├── Update.ncb
│   │   │       │   ├── Update.opt
│   │   │       │   ├── Update.plg
│   │   │       │   ├── Update.rc
│   │   │       │   ├── UpdateDoc.cpp
│   │   │       │   ├── UpdateDoc.h
│   │   │       │   ├── UpdateSet.cpp
│   │   │       │   ├── UpdateSet.h
│   │   │       │   ├── UpdateView.cpp
│   │   │       │   ├── UpdateView.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── Toolbar.bmp
│   │   │       │   │   ├── Update.ico
│   │   │       │   │   ├── Update.rc2
│   │   │       │   │   └── UpdateDoc.ico
│   │   │       │   ├── resource.h
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 03
│   │   │       │   ├── Delete.aps
│   │   │       │   ├── Delete.clw
│   │   │       │   ├── Delete.cpp
│   │   │       │   ├── Delete.dsp
│   │   │       │   ├── Delete.dsw
│   │   │       │   ├── Delete.h
│   │   │       │   ├── Delete.ncb
│   │   │       │   ├── Delete.opt
│   │   │       │   ├── Delete.plg
│   │   │       │   ├── Delete.rc
│   │   │       │   ├── DeleteDoc.cpp
│   │   │       │   ├── DeleteDoc.h
│   │   │       │   ├── DeleteSet.cpp
│   │   │       │   ├── DeleteSet.h
│   │   │       │   ├── DeleteView.cpp
│   │   │       │   ├── DeleteView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Delete.ico
│   │   │       │   │   ├── Delete.rc2
│   │   │       │   │   ├── DeleteDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   ├── resource.h
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 04
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── Query.aps
│   │   │       │   ├── Query.clw
│   │   │       │   ├── Query.cpp
│   │   │       │   ├── Query.dsp
│   │   │       │   ├── Query.dsw
│   │   │       │   ├── Query.h
│   │   │       │   ├── Query.ncb
│   │   │       │   ├── Query.opt
│   │   │       │   ├── Query.plg
│   │   │       │   ├── Query.rc
│   │   │       │   ├── QueryDoc.cpp
│   │   │       │   ├── QueryDoc.h
│   │   │       │   ├── QuerySet.cpp
│   │   │       │   ├── QuerySet.h
│   │   │       │   ├── QueryView.cpp
│   │   │       │   ├── QueryView.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Query.ico
│   │   │       │   │   ├── Query.rc2
│   │   │       │   │   ├── QueryDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   ├── resource.h
│   │   │       │   └── 程序使用说明.txt
│   │   │       └── 05
│   │   │           ├── Execute.aps
│   │   │           ├── Execute.clw
│   │   │           ├── Execute.cpp
│   │   │           ├── Execute.dsp
│   │   │           ├── Execute.dsw
│   │   │           ├── Execute.h
│   │   │           ├── Execute.ncb
│   │   │           ├── Execute.opt
│   │   │           ├── Execute.plg
│   │   │           ├── Execute.rc
│   │   │           ├── ExecuteDlg.cpp
│   │   │           ├── ExecuteDlg.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           │   ├── Execute.ico
│   │   │           │   ├── Execute.rc2
│   │   │           │   └── Thumbs.db
│   │   │           ├── resource.h
│   │   │           └── 程序使用说明.txt
│   │   ├── 13
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── ADO.APS
│   │   │       │   ├── ADO.clw
│   │   │       │   ├── ADO.cpp
│   │   │       │   ├── ADO.dsp
│   │   │       │   ├── ADO.dsw
│   │   │       │   ├── ADO.h
│   │   │       │   ├── ADO.ncb
│   │   │       │   ├── ADO.opt
│   │   │       │   ├── ADO.plg
│   │   │       │   ├── ADO.rc
│   │   │       │   ├── ADODlg.cpp
│   │   │       │   ├── ADODlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   ├── res
│   │   │       │   │   ├── ADO.ico
│   │   │       │   │   ├── ADO.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   ├── resource.h
│   │   │       │   └── shujuku.mdb
│   │   │       ├── 02
│   │   │       │   ├── ADOConn.cpp
│   │   │       │   ├── ADOConn.h
│   │   │       │   ├── ADORecordset.cpp
│   │   │       │   ├── ADORecordset.dsp
│   │   │       │   ├── ADORecordset.dsw
│   │   │       │   ├── ADORecordset.h
│   │   │       │   ├── ADORecordset.ncb
│   │   │       │   ├── ADORecordset.opt
│   │   │       │   ├── ADORecordset.plg
│   │   │       │   ├── ADORecordset.rc
│   │   │       │   ├── ADORecordsetDlg.cpp
│   │   │       │   ├── ADORecordsetDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── database
│   │   │       │   │   ├── vcjsdq_Data.MDF
│   │   │       │   │   └── vcjsdq_Log.LDF
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   ├── res
│   │   │       │   │   ├── ADORecordset.ico
│   │   │       │   │   ├── ADORecordset.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 03
│   │   │       │   ├── ADOConn.cpp
│   │   │       │   ├── ADOConn.h
│   │   │       │   ├── AddNewRecordset.clw
│   │   │       │   ├── AddNewRecordset.cpp
│   │   │       │   ├── AddNewRecordset.dsp
│   │   │       │   ├── AddNewRecordset.dsw
│   │   │       │   ├── AddNewRecordset.h
│   │   │       │   ├── AddNewRecordset.ncb
│   │   │       │   ├── AddNewRecordset.opt
│   │   │       │   ├── AddNewRecordset.plg
│   │   │       │   ├── AddNewRecordset.rc
│   │   │       │   ├── AddNewRecordsetDlg.cpp
│   │   │       │   ├── AddNewRecordsetDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── database
│   │   │       │   │   ├── vcjsdq_Data.MDF
│   │   │       │   │   └── vcjsdq_Log.LDF
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   ├── res
│   │   │       │   │   ├── AddNewRecordset.ico
│   │   │       │   │   ├── AddNewRecordset.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 04
│   │   │       │   ├── ADOConn.cpp
│   │   │       │   ├── ADOConn.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── UpdateRecordset.clw
│   │   │       │   ├── UpdateRecordset.cpp
│   │   │       │   ├── UpdateRecordset.dsp
│   │   │       │   ├── UpdateRecordset.dsw
│   │   │       │   ├── UpdateRecordset.h
│   │   │       │   ├── UpdateRecordset.ncb
│   │   │       │   ├── UpdateRecordset.opt
│   │   │       │   ├── UpdateRecordset.plg
│   │   │       │   ├── UpdateRecordset.rc
│   │   │       │   ├── UpdateRecordsetDlg.cpp
│   │   │       │   ├── UpdateRecordsetDlg.h
│   │   │       │   ├── database
│   │   │       │   │   ├── vcjsdq_Data.MDF
│   │   │       │   │   └── vcjsdq_Log.LDF
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── UpdateRecordset.ico
│   │   │       │   │   └── UpdateRecordset.rc2
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 05
│   │   │       │   ├── ADOConn.cpp
│   │   │       │   ├── ADOConn.h
│   │   │       │   ├── DeleteRecordset.aps
│   │   │       │   ├── DeleteRecordset.clw
│   │   │       │   ├── DeleteRecordset.cpp
│   │   │       │   ├── DeleteRecordset.dsp
│   │   │       │   ├── DeleteRecordset.dsw
│   │   │       │   ├── DeleteRecordset.h
│   │   │       │   ├── DeleteRecordset.ncb
│   │   │       │   ├── DeleteRecordset.opt
│   │   │       │   ├── DeleteRecordset.plg
│   │   │       │   ├── DeleteRecordset.rc
│   │   │       │   ├── DeleteRecordsetDlg.cpp
│   │   │       │   ├── DeleteRecordsetDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── database
│   │   │       │   │   ├── vcjsdq_Data.MDF
│   │   │       │   │   └── vcjsdq_Log.LDF
│   │   │       │   ├── msado15.tlh
│   │   │       │   ├── msado15.tli
│   │   │       │   ├── res
│   │   │       │   │   ├── DeleteRecordset.ico
│   │   │       │   │   ├── DeleteRecordset.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── 程序使用说明.txt
│   │   │       └── 06
│   │   │           ├── Execute.aps
│   │   │           ├── Execute.clw
│   │   │           ├── Execute.cpp
│   │   │           ├── Execute.dsp
│   │   │           ├── Execute.dsw
│   │   │           ├── Execute.h
│   │   │           ├── Execute.ncb
│   │   │           ├── Execute.opt
│   │   │           ├── Execute.plg
│   │   │           ├── Execute.rc
│   │   │           ├── ExecuteDlg.cpp
│   │   │           ├── ExecuteDlg.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           │   ├── Execute.ico
│   │   │           │   ├── Execute.rc2
│   │   │           │   └── Thumbs.db
│   │   │           ├── resource.h
│   │   │           └── shujuku.mdb
│   │   ├── 14
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── CLibFile.aps
│   │   │       │   ├── CLibFile.clw
│   │   │       │   ├── CLibFile.cpp
│   │   │       │   ├── CLibFile.dsp
│   │   │       │   ├── CLibFile.dsw
│   │   │       │   ├── CLibFile.h
│   │   │       │   ├── CLibFile.ncb
│   │   │       │   ├── CLibFile.opt
│   │   │       │   ├── CLibFile.plg
│   │   │       │   ├── CLibFile.rc
│   │   │       │   ├── CLibFileDlg.cpp
│   │   │       │   ├── CLibFileDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CLibFile.ico
│   │   │       │   │   ├── CLibFile.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── RuntimeFile.aps
│   │   │       │   ├── RuntimeFile.clw
│   │   │       │   ├── RuntimeFile.cpp
│   │   │       │   ├── RuntimeFile.dsp
│   │   │       │   ├── RuntimeFile.dsw
│   │   │       │   ├── RuntimeFile.h
│   │   │       │   ├── RuntimeFile.ncb
│   │   │       │   ├── RuntimeFile.opt
│   │   │       │   ├── RuntimeFile.plg
│   │   │       │   ├── RuntimeFile.rc
│   │   │       │   ├── RuntimeFileDlg.cpp
│   │   │       │   ├── RuntimeFileDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── RuntimeFile.ico
│   │   │       │   │   ├── RuntimeFile.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 03
│   │   │       │   ├── FileCopy.aps
│   │   │       │   ├── FileCopy.clw
│   │   │       │   ├── FileCopy.cpp
│   │   │       │   ├── FileCopy.dsp
│   │   │       │   ├── FileCopy.dsw
│   │   │       │   ├── FileCopy.h
│   │   │       │   ├── FileCopy.ncb
│   │   │       │   ├── FileCopy.opt
│   │   │       │   ├── FileCopy.plg
│   │   │       │   ├── FileCopy.rc
│   │   │       │   ├── FileCopyDlg.cpp
│   │   │       │   ├── FileCopyDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── FileCopy.ico
│   │   │       │   │   ├── FileCopy.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 04
│   │   │       │   ├── FileStatus.clw
│   │   │       │   ├── FileStatus.cpp
│   │   │       │   ├── FileStatus.dsp
│   │   │       │   ├── FileStatus.dsw
│   │   │       │   ├── FileStatus.h
│   │   │       │   ├── FileStatus.ncb
│   │   │       │   ├── FileStatus.opt
│   │   │       │   ├── FileStatus.plg
│   │   │       │   ├── FileStatus.rc
│   │   │       │   ├── FileStatusDlg.cpp
│   │   │       │   ├── FileStatusDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── FileStatus.ico
│   │   │       │   │   ├── FileStatus.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── BinaryOpen.aps
│   │   │       │   ├── BinaryOpen.clw
│   │   │       │   ├── BinaryOpen.cpp
│   │   │       │   ├── BinaryOpen.dsp
│   │   │       │   ├── BinaryOpen.dsw
│   │   │       │   ├── BinaryOpen.h
│   │   │       │   ├── BinaryOpen.ncb
│   │   │       │   ├── BinaryOpen.opt
│   │   │       │   ├── BinaryOpen.plg
│   │   │       │   ├── BinaryOpen.rc
│   │   │       │   ├── BinaryOpenDoc.cpp
│   │   │       │   ├── BinaryOpenDoc.h
│   │   │       │   ├── BinaryOpenView.cpp
│   │   │       │   ├── BinaryOpenView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── BinaryOpen.ico
│   │   │       │   │   ├── BinaryOpen.rc2
│   │   │       │   │   ├── BinaryOpenDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   └── resource.h
│   │   │       ├── 06
│   │   │       │   ├── CopyFile.aps
│   │   │       │   ├── CopyFile.clw
│   │   │       │   ├── CopyFile.cpp
│   │   │       │   ├── CopyFile.dsp
│   │   │       │   ├── CopyFile.dsw
│   │   │       │   ├── CopyFile.h
│   │   │       │   ├── CopyFile.ncb
│   │   │       │   ├── CopyFile.opt
│   │   │       │   ├── CopyFile.plg
│   │   │       │   ├── CopyFile.rc
│   │   │       │   ├── CopyFileDlg.cpp
│   │   │       │   ├── CopyFileDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CopyFile.ico
│   │   │       │   │   ├── CopyFile.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 07
│   │   │       │   ├── ReadText.aps
│   │   │       │   ├── ReadText.clw
│   │   │       │   ├── ReadText.cpp
│   │   │       │   ├── ReadText.dsp
│   │   │       │   ├── ReadText.dsw
│   │   │       │   ├── ReadText.h
│   │   │       │   ├── ReadText.ncb
│   │   │       │   ├── ReadText.opt
│   │   │       │   ├── ReadText.plg
│   │   │       │   ├── ReadText.rc
│   │   │       │   ├── ReadTextDlg.cpp
│   │   │       │   ├── ReadTextDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ReadText.ico
│   │   │       │   │   ├── ReadText.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 08
│   │   │       │   ├── CSerializeObject.aps
│   │   │       │   ├── CSerializeObject.cpp
│   │   │       │   ├── CSerializeObject.dsp
│   │   │       │   ├── CSerializeObject.dsw
│   │   │       │   ├── CSerializeObject.h
│   │   │       │   ├── CSerializeObject.ncb
│   │   │       │   ├── CSerializeObject.opt
│   │   │       │   ├── CSerializeObject.plg
│   │   │       │   ├── CSerializeObject.rc
│   │   │       │   ├── CSerializeObjectDoc.cpp
│   │   │       │   ├── CSerializeObjectDoc.h
│   │   │       │   ├── CSerializeObjectView.cpp
│   │   │       │   ├── CSerializeObjectView.h
│   │   │       │   ├── MainFrm.cpp
│   │   │       │   ├── MainFrm.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── Text.cpp
│   │   │       │   ├── Text.h
│   │   │       │   ├── res
│   │   │       │   │   ├── CSerializeObject.ico
│   │   │       │   │   ├── CSerializeObject.rc2
│   │   │       │   │   ├── CSerializeObjectDoc.ico
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   └── Toolbar.bmp
│   │   │       │   └── test.dat
│   │   │       ├── 09
│   │   │       │   ├── FindFile.aps
│   │   │       │   ├── FindFile.clw
│   │   │       │   ├── FindFile.cpp
│   │   │       │   ├── FindFile.dsp
│   │   │       │   ├── FindFile.dsw
│   │   │       │   ├── FindFile.h
│   │   │       │   ├── FindFile.ncb
│   │   │       │   ├── FindFile.opt
│   │   │       │   ├── FindFile.plg
│   │   │       │   ├── FindFile.rc
│   │   │       │   ├── FindFileDlg.cpp
│   │   │       │   ├── FindFileDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── FindFile.ico
│   │   │       │   │   ├── FindFile.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       └── 10
│   │   │           ├── DiskCata.aps
│   │   │           ├── DiskCata.clw
│   │   │           ├── DiskCata.cpp
│   │   │           ├── DiskCata.dsp
│   │   │           ├── DiskCata.dsw
│   │   │           ├── DiskCata.h
│   │   │           ├── DiskCata.ncb
│   │   │           ├── DiskCata.opt
│   │   │           ├── DiskCata.plg
│   │   │           ├── DiskCata.rc
│   │   │           ├── DiskCataDlg.cpp
│   │   │           ├── DiskCataDlg.h
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           │   ├── DiskCata.ico
│   │   │           │   ├── DiskCata.rc2
│   │   │           │   └── Thumbs.db
│   │   │           └── resource.h
│   │   ├── 15
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 02
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 03
│   │   │       │   ├── QueryReg.aps
│   │   │       │   ├── QueryReg.clw
│   │   │       │   ├── QueryReg.cpp
│   │   │       │   ├── QueryReg.dsp
│   │   │       │   ├── QueryReg.dsw
│   │   │       │   ├── QueryReg.h
│   │   │       │   ├── QueryReg.ncb
│   │   │       │   ├── QueryReg.opt
│   │   │       │   ├── QueryReg.plg
│   │   │       │   ├── QueryReg.rc
│   │   │       │   ├── QueryRegDlg.cpp
│   │   │       │   ├── QueryRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── QueryReg.ico
│   │   │       │   │   ├── QueryReg.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 04
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 05
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 06
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 07
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteReg.aps
│   │   │       │   ├── WriteReg.clw
│   │   │       │   ├── WriteReg.cpp
│   │   │       │   ├── WriteReg.dsp
│   │   │       │   ├── WriteReg.dsw
│   │   │       │   ├── WriteReg.h
│   │   │       │   ├── WriteReg.ncb
│   │   │       │   ├── WriteReg.opt
│   │   │       │   ├── WriteReg.plg
│   │   │       │   ├── WriteReg.rc
│   │   │       │   ├── WriteRegDlg.cpp
│   │   │       │   ├── WriteRegDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteReg.ico
│   │   │       │   │   └── WriteReg.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 08
│   │   │       │   ├── QueryReg.aps
│   │   │       │   ├── QueryReg.clw
│   │   │       │   ├── QueryReg.cpp
│   │   │       │   ├── QueryReg.dsp
│   │   │       │   ├── QueryReg.dsw
│   │   │       │   ├── QueryReg.h
│   │   │       │   ├── QueryReg.ncb
│   │   │       │   ├── QueryReg.opt
│   │   │       │   ├── QueryReg.plg
│   │   │       │   ├── QueryReg.rc
│   │   │       │   ├── QueryRegDlg.cpp
│   │   │       │   ├── QueryRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── QueryReg.ico
│   │   │       │   │   ├── QueryReg.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   ├── resource.h
│   │   │       │   └── 程序使用说明.txt
│   │   │       ├── 09
│   │   │       │   ├── QueryReg.aps
│   │   │       │   ├── QueryReg.clw
│   │   │       │   ├── QueryReg.cpp
│   │   │       │   ├── QueryReg.dsp
│   │   │       │   ├── QueryReg.dsw
│   │   │       │   ├── QueryReg.h
│   │   │       │   ├── QueryReg.ncb
│   │   │       │   ├── QueryReg.opt
│   │   │       │   ├── QueryReg.plg
│   │   │       │   ├── QueryReg.rc
│   │   │       │   ├── QueryRegDlg.cpp
│   │   │       │   ├── QueryRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── QueryReg.ico
│   │   │       │   │   ├── QueryReg.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 10
│   │   │       │   ├── QueryReg.aps
│   │   │       │   ├── QueryReg.clw
│   │   │       │   ├── QueryReg.cpp
│   │   │       │   ├── QueryReg.dsp
│   │   │       │   ├── QueryReg.dsw
│   │   │       │   ├── QueryReg.h
│   │   │       │   ├── QueryReg.ncb
│   │   │       │   ├── QueryReg.opt
│   │   │       │   ├── QueryReg.plg
│   │   │       │   ├── QueryReg.rc
│   │   │       │   ├── QueryRegDlg.cpp
│   │   │       │   ├── QueryRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── QueryReg.ico
│   │   │       │   │   ├── QueryReg.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 11
│   │   │       │   ├── EnumServer.aps
│   │   │       │   ├── EnumServer.clw
│   │   │       │   ├── EnumServer.cpp
│   │   │       │   ├── EnumServer.dsp
│   │   │       │   ├── EnumServer.dsw
│   │   │       │   ├── EnumServer.h
│   │   │       │   ├── EnumServer.ncb
│   │   │       │   ├── EnumServer.opt
│   │   │       │   ├── EnumServer.plg
│   │   │       │   ├── EnumServer.rc
│   │   │       │   ├── EnumServerDlg.cpp
│   │   │       │   ├── EnumServerDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── EnumServer.ico
│   │   │       │   │   ├── EnumServer.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 12
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── RegRunKey.aps
│   │   │       │   ├── RegRunKey.clw
│   │   │       │   ├── RegRunKey.cpp
│   │   │       │   ├── RegRunKey.dsp
│   │   │       │   ├── RegRunKey.dsw
│   │   │       │   ├── RegRunKey.h
│   │   │       │   ├── RegRunKey.ncb
│   │   │       │   ├── RegRunKey.opt
│   │   │       │   ├── RegRunKey.plg
│   │   │       │   ├── RegRunKey.rc
│   │   │       │   ├── RegRunKeyDlg.cpp
│   │   │       │   ├── RegRunKeyDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── RegRunKey.ico
│   │   │       │   │   ├── RegRunKey.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 13
│   │   │       │   ├── EnumServer.aps
│   │   │       │   ├── EnumServer.clw
│   │   │       │   ├── EnumServer.cpp
│   │   │       │   ├── EnumServer.dsp
│   │   │       │   ├── EnumServer.dsw
│   │   │       │   ├── EnumServer.h
│   │   │       │   ├── EnumServer.ncb
│   │   │       │   ├── EnumServer.opt
│   │   │       │   ├── EnumServer.plg
│   │   │       │   ├── EnumServer.rc
│   │   │       │   ├── EnumServerDlg.cpp
│   │   │       │   ├── EnumServerDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── EnumServer.ico
│   │   │       │   │   ├── EnumServer.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 14
│   │   │       │   ├── EnumServer.aps
│   │   │       │   ├── EnumServer.clw
│   │   │       │   ├── EnumServer.cpp
│   │   │       │   ├── EnumServer.dsp
│   │   │       │   ├── EnumServer.dsw
│   │   │       │   ├── EnumServer.h
│   │   │       │   ├── EnumServer.ncb
│   │   │       │   ├── EnumServer.opt
│   │   │       │   ├── EnumServer.plg
│   │   │       │   ├── EnumServer.rc
│   │   │       │   ├── EnumServerDlg.cpp
│   │   │       │   ├── EnumServerDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── EnumServer.ico
│   │   │       │   │   ├── EnumServer.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 15
│   │   │       │   ├── ProfileString.aps
│   │   │       │   ├── ProfileString.clw
│   │   │       │   ├── ProfileString.cpp
│   │   │       │   ├── ProfileString.dsp
│   │   │       │   ├── ProfileString.dsw
│   │   │       │   ├── ProfileString.h
│   │   │       │   ├── ProfileString.ncb
│   │   │       │   ├── ProfileString.opt
│   │   │       │   ├── ProfileString.plg
│   │   │       │   ├── ProfileString.rc
│   │   │       │   ├── ProfileStringDlg.cpp
│   │   │       │   ├── ProfileStringDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ProfileString.ico
│   │   │       │   │   ├── ProfileString.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 16
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── WriteSection.aps
│   │   │       │   ├── WriteSection.clw
│   │   │       │   ├── WriteSection.cpp
│   │   │       │   ├── WriteSection.dsp
│   │   │       │   ├── WriteSection.dsw
│   │   │       │   ├── WriteSection.h
│   │   │       │   ├── WriteSection.ncb
│   │   │       │   ├── WriteSection.opt
│   │   │       │   ├── WriteSection.plg
│   │   │       │   ├── WriteSection.rc
│   │   │       │   ├── WriteSectionDlg.cpp
│   │   │       │   ├── WriteSectionDlg.h
│   │   │       │   ├── res
│   │   │       │   │   ├── Thumbs.db
│   │   │       │   │   ├── WriteSection.ico
│   │   │       │   │   └── WriteSection.rc2
│   │   │       │   └── resource.h
│   │   │       ├── 17
│   │   │       │   ├── ProfileStruce.aps
│   │   │       │   ├── ProfileStruce.clw
│   │   │       │   ├── ProfileStruce.cpp
│   │   │       │   ├── ProfileStruce.dsp
│   │   │       │   ├── ProfileStruce.dsw
│   │   │       │   ├── ProfileStruce.h
│   │   │       │   ├── ProfileStruce.ncb
│   │   │       │   ├── ProfileStruce.opt
│   │   │       │   ├── ProfileStruce.plg
│   │   │       │   ├── ProfileStruce.rc
│   │   │       │   ├── ProfileStruceDlg.cpp
│   │   │       │   ├── ProfileStruceDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ProfileStruce.ico
│   │   │       │   │   ├── ProfileStruce.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 18
│   │   │       │   ├── ProfileStruce.aps
│   │   │       │   ├── ProfileStruce.clw
│   │   │       │   ├── ProfileStruce.cpp
│   │   │       │   ├── ProfileStruce.dsp
│   │   │       │   ├── ProfileStruce.dsw
│   │   │       │   ├── ProfileStruce.h
│   │   │       │   ├── ProfileStruce.ncb
│   │   │       │   ├── ProfileStruce.opt
│   │   │       │   ├── ProfileStruce.plg
│   │   │       │   ├── ProfileStruce.rc
│   │   │       │   ├── ProfileStruceDlg.cpp
│   │   │       │   ├── ProfileStruceDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ProfileStruce.ico
│   │   │       │   │   ├── ProfileStruce.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   └── resource.h
│   │   │       ├── 19
│   │   │       │   ├── ProfileSection.aps
│   │   │       │   ├── ProfileSection.clw
│   │   │       │   ├── ProfileSection.cpp
│   │   │       │   ├── ProfileSection.dsp
│   │   │       │   ├── ProfileSection.dsw
│   │   │       │   ├── ProfileSection.h
│   │   │       │   ├── ProfileSection.ncb
│   │   │       │   ├── ProfileSection.opt
│   │   │       │   ├── ProfileSection.plg
│   │   │       │   ├── ProfileSection.rc
│   │   │       │   ├── ProfileSectionDlg.cpp
│   │   │       │   ├── ProfileSectionDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   │   ├── ProfileSection.ico
│   │   │       │   │   ├── ProfileSection.rc2
│   │   │       │   │   └── Thumbs.db
│   │   │       │   ├── resource.h
│   │   │       │   └── test.ini
│   │   │       └── 20
│   │   │           ├── ProfileSectionNames.aps
│   │   │           ├── ProfileSectionNames.clw
│   │   │           ├── ProfileSectionNames.cpp
│   │   │           ├── ProfileSectionNames.dsp
│   │   │           ├── ProfileSectionNames.dsw
│   │   │           ├── ProfileSectionNames.h
│   │   │           ├── ProfileSectionNames.ncb
│   │   │           ├── ProfileSectionNames.opt
│   │   │           ├── ProfileSectionNames.plg
│   │   │           ├── ProfileSectionNames.rc
│   │   │           ├── ProfileSectionNamesDlg.cpp
│   │   │           ├── ProfileSectionNamesDlg.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           │   ├── ProfileSectionNames.ico
│   │   │           │   ├── ProfileSectionNames.rc2
│   │   │           │   └── Thumbs.db
│   │   │           ├── resource.h
│   │   │           └── test.ini
│   │   ├── 16
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   ├── 创建静态链接库
│   │   │       │   │   └── StaticLib
│   │   │       │   │       ├── StaticLib.cpp
│   │   │       │   │       ├── StaticLib.dsp
│   │   │       │   │       ├── StaticLib.dsw
│   │   │       │   │       ├── StaticLib.h
│   │   │       │   │       ├── StaticLib.ncb
│   │   │       │   │       ├── StaticLib.opt
│   │   │       │   │       └── StaticLib.plg
│   │   │       │   └── 访问静态链接库
│   │   │       │       └── testDLL
│   │   │       │           ├── StaticLib.h
│   │   │       │           ├── StdAfx.cpp
│   │   │       │           ├── StdAfx.h
│   │   │       │           ├── res
│   │   │       │           │   ├── Thumbs.db
│   │   │       │           │   ├── testDLL.ico
│   │   │       │           │   └── testDLL.rc2
│   │   │       │           ├── resource.h
│   │   │       │           ├── testDLL.clw
│   │   │       │           ├── testDLL.cpp
│   │   │       │           ├── testDLL.dsp
│   │   │       │           ├── testDLL.dsw
│   │   │       │           ├── testDLL.h
│   │   │       │           ├── testDLL.ncb
│   │   │       │           ├── testDLL.opt
│   │   │       │           ├── testDLL.plg
│   │   │       │           ├── testDLL.rc
│   │   │       │           ├── testDLLDlg.cpp
│   │   │       │           └── 程序使用说明.txt
│   │   │       ├── 02
│   │   │       │   └── DynicDLL
│   │   │       │       ├── DynicDLL.cpp
│   │   │       │       ├── DynicDLL.def
│   │   │       │       ├── DynicDLL.dll
│   │   │       │       ├── DynicDLL.dsp
│   │   │       │       ├── DynicDLL.dsw
│   │   │       │       ├── DynicDLL.exp
│   │   │       │       ├── DynicDLL.h
│   │   │       │       ├── DynicDLL.ilk
│   │   │       │       ├── DynicDLL.lib
│   │   │       │       ├── DynicDLL.ncb
│   │   │       │       ├── DynicDLL.opt
│   │   │       │       ├── DynicDLL.pdb
│   │   │       │       ├── DynicDLL.plg
│   │   │       │       ├── DynicDLL_Def文件说明.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── res
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── testDLL.ico
│   │   │       │       │   └── testDLL.rc2
│   │   │       │       ├── resource.h
│   │   │       │       ├── testDLL.clw
│   │   │       │       ├── testDLL.cpp
│   │   │       │       ├── testDLL.dsp
│   │   │       │       ├── testDLL.dsw
│   │   │       │       ├── testDLL.exe
│   │   │       │       ├── testDLL.h
│   │   │       │       ├── testDLL.ilk
│   │   │       │       ├── testDLL.ncb
│   │   │       │       ├── testDLL.opt
│   │   │       │       ├── testDLL.plg
│   │   │       │       ├── testDLL.rc
│   │   │       │       ├── testDLLDlg.cpp
│   │   │       │       └── testDLLDlg.h
│   │   │       ├── 03
│   │   │       │   └── testDLL
│   │   │       │       ├── DynicDLL.dll
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── res
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── testDLL.ico
│   │   │       │       │   └── testDLL.rc2
│   │   │       │       ├── resource.h
│   │   │       │       ├── testDLL.clw
│   │   │       │       ├── testDLL.cpp
│   │   │       │       ├── testDLL.dsp
│   │   │       │       ├── testDLL.dsw
│   │   │       │       ├── testDLL.h
│   │   │       │       ├── testDLL.ncb
│   │   │       │       ├── testDLL.opt
│   │   │       │       ├── testDLL.plg
│   │   │       │       ├── testDLL.rc
│   │   │       │       ├── testDLLDlg.cpp
│   │   │       │       ├── testDLLDlg.h
│   │   │       │       └── 程序使用说明.txt
│   │   │       ├── 04
│   │   │       │   ├── ExportClass
│   │   │       │   │   ├── ExportClass.cpp
│   │   │       │   │   ├── ExportClass.def
│   │   │       │   │   ├── ExportClass.dsp
│   │   │       │   │   ├── ExportClass.dsw
│   │   │       │   │   ├── ExportClass.ncb
│   │   │       │   │   ├── ExportClass.opt
│   │   │       │   │   └── ExportClass.plg
│   │   │       │   └── testDLL
│   │   │       │       ├── ExportClass.dll
│   │   │       │       ├── ExportClass.h
│   │   │       │       ├── ExportClass.lib
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── res
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── testDLL.ico
│   │   │       │       │   └── testDLL.rc2
│   │   │       │       ├── resource.h
│   │   │       │       ├── testDLL.clw
│   │   │       │       ├── testDLL.cpp
│   │   │       │       ├── testDLL.dsp
│   │   │       │       ├── testDLL.dsw
│   │   │       │       ├── testDLL.h
│   │   │       │       ├── testDLL.ncb
│   │   │       │       ├── testDLL.opt
│   │   │       │       ├── testDLL.plg
│   │   │       │       ├── testDLL.rc
│   │   │       │       ├── testDLLDlg.cpp
│   │   │       │       ├── testDLLDlg.h
│   │   │       │       └── 程序使用说明.txt
│   │   │       ├── 05
│   │   │       │   ├── 可导出对话框窗体的链接库h
│   │   │       │   │   ├── DllDialog.h
│   │   │       │   │   ├── ExtensionDLL.aps
│   │   │       │   │   ├── ExtensionDLL.clw
│   │   │       │   │   ├── ExtensionDLL.cpp
│   │   │       │   │   ├── ExtensionDLL.def
│   │   │       │   │   ├── ExtensionDLL.dll
│   │   │       │   │   ├── ExtensionDLL.dsp
│   │   │       │   │   ├── ExtensionDLL.dsw
│   │   │       │   │   ├── ExtensionDLL.lib
│   │   │       │   │   ├── ExtensionDLL.ncb
│   │   │       │   │   ├── ExtensionDLL.opt
│   │   │       │   │   ├── ExtensionDLL.plg
│   │   │       │   │   ├── ExtensionDLL.rc
│   │   │       │   │   ├── StdAfx.cpp
│   │   │       │   │   ├── StdAfx.h
│   │   │       │   │   ├── res
│   │   │       │   │   │   └── ExtensionDLL.rc2
│   │   │       │   │   └── resource.h
│   │   │       │   └── 测试动态链接库中导出的话框窗体
│   │   │       │       ├── DllDialog.h
│   │   │       │       ├── ExeDialog.cpp
│   │   │       │       ├── ExeDialog.h
│   │   │       │       ├── ExtensionDLL.dll
│   │   │       │       ├── ExtensionDLL.lib
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── res
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── testMFCDLL.ico
│   │   │       │       │   └── testMFCDLL.rc2
│   │   │       │       ├── resource.h
│   │   │       │       ├── testMFCDLL.clw
│   │   │       │       ├── testMFCDLL.cpp
│   │   │       │       ├── testMFCDLL.dsp
│   │   │       │       ├── testMFCDLL.dsw
│   │   │       │       ├── testMFCDLL.h
│   │   │       │       ├── testMFCDLL.ncb
│   │   │       │       ├── testMFCDLL.opt
│   │   │       │       ├── testMFCDLL.plg
│   │   │       │       ├── testMFCDLL.rc
│   │   │       │       ├── testMFCDLLDlg.cpp
│   │   │       │       ├── testMFCDLLDlg.h
│   │   │       │       └── 程序使用说明.txt
│   │   │       ├── 06
│   │   │       │   ├── 使用资源动态链接库
│   │   │       │   │   ├── GetIconFromModule.clw
│   │   │       │   │   ├── GetIconFromModule.cpp
│   │   │       │   │   ├── GetIconFromModule.dsp
│   │   │       │   │   ├── GetIconFromModule.dsw
│   │   │       │   │   ├── GetIconFromModule.h
│   │   │       │   │   ├── GetIconFromModule.ncb
│   │   │       │   │   ├── GetIconFromModule.opt
│   │   │       │   │   ├── GetIconFromModule.plg
│   │   │       │   │   ├── GetIconFromModule.rc
│   │   │       │   │   ├── GetIconFromModuleDlg.cpp
│   │   │       │   │   ├── GetIconFromModuleDlg.h
│   │   │       │   │   ├── StdAfx.cpp
│   │   │       │   │   ├── StdAfx.h
│   │   │       │   │   ├── res
│   │   │       │   │   │   ├── GetIconFromModule.ico
│   │   │       │   │   │   ├── GetIconFromModule.rc2
│   │   │       │   │   │   └── Thumbs.db
│   │   │       │   │   └── resource.h
│   │   │       │   └── 创建资源动态链接库
│   │   │       │       ├── 1.ico
│   │   │       │       ├── 2.ico
│   │   │       │       ├── 3.ico
│   │   │       │       ├── ResourceDLL.cpp
│   │   │       │       ├── ResourceDLL.dsp
│   │   │       │       ├── ResourceDLL.dsw
│   │   │       │       ├── ResourceDLL.ncb
│   │   │       │       ├── ResourceDLL.opt
│   │   │       │       ├── ResourceDLL.plg
│   │   │       │       ├── ResourceDLL.rc
│   │   │       │       ├── Thumbs.db
│   │   │       │       └── resource.h
│   │   │       └── 07
│   │   │           ├── 钩子链接库^
│   │   │           │   ├── DLL.CPP
│   │   │           │   ├── HOODLL.dsp
│   │   │           │   ├── HOODLL.dsw
│   │   │           │   ├── HOODLL.ncb
│   │   │           │   ├── HOODLL.opt
│   │   │           │   ├── HOODLL.plg
│   │   │           │   └── dll.h
│   │   │           └── 调用钩子的应用程序
│   │   │               ├── HOOK.clw
│   │   │               ├── HOOK.cpp
│   │   │               ├── HOOK.dsp
│   │   │               ├── HOOK.dsw
│   │   │               ├── HOOK.h
│   │   │               ├── HOOK.ncb
│   │   │               ├── HOOK.opt
│   │   │               ├── HOOK.plg
│   │   │               ├── HOOK.rc
│   │   │               ├── HOOKDlg.cpp
│   │   │               ├── HOOKDlg.h
│   │   │               ├── StdAfx.cpp
│   │   │               ├── StdAfx.h
│   │   │               ├── res
│   │   │               │   ├── HOOK.ico
│   │   │               │   ├── HOOK.rc2
│   │   │               │   └── Thumbs.db
│   │   │               ├── resource.h
│   │   │               └── 程序使用说明.txt
│   │   ├── 17
│   │   │   └── sl
│   │   │       ├── 01
│   │   │       │   └── SubPreocess
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── SubPreocess.aps
│   │   │       │       ├── SubPreocess.clw
│   │   │       │       ├── SubPreocess.cpp
│   │   │       │       ├── SubPreocess.dsp
│   │   │       │       ├── SubPreocess.dsw
│   │   │       │       ├── SubPreocess.h
│   │   │       │       ├── SubPreocess.ncb
│   │   │       │       ├── SubPreocess.opt
│   │   │       │       ├── SubPreocess.plg
│   │   │       │       ├── SubPreocess.rc
│   │   │       │       ├── SubPreocessDlg.cpp
│   │   │       │       ├── SubPreocessDlg.h
│   │   │       │       └── res
│   │   │       │           ├── 152.ico
│   │   │       │           ├── SubPreocess.ico
│   │   │       │           ├── SubPreocess.rc2
│   │   │       │           └── Thumbs.db
│   │   │       ├── 02
│   │   │       │   └── ProcessCommunicate
│   │   │       │       ├── ProcessCommunicate.aps
│   │   │       │       ├── ProcessCommunicate.clw
│   │   │       │       ├── ProcessCommunicate.cpp
│   │   │       │       ├── ProcessCommunicate.dsp
│   │   │       │       ├── ProcessCommunicate.dsw
│   │   │       │       ├── ProcessCommunicate.h
│   │   │       │       ├── ProcessCommunicate.ncb
│   │   │       │       ├── ProcessCommunicate.opt
│   │   │       │       ├── ProcessCommunicate.plg
│   │   │       │       ├── ProcessCommunicate.rc
│   │   │       │       ├── ProcessCommunicateDlg.cpp
│   │   │       │       ├── ProcessCommunicateDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 42.ico
│   │   │       │           ├── ProcessCommunicate.ico
│   │   │       │           ├── ProcessCommunicate.rc2
│   │   │       │           └── Thumbs.db
│   │   │       ├── 03
│   │   │       │   └── ReceiveInfo
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── ReceiveInfo.aps
│   │   │       │       ├── ReceiveInfo.clw
│   │   │       │       ├── ReceiveInfo.cpp
│   │   │       │       ├── ReceiveInfo.dsp
│   │   │       │       ├── ReceiveInfo.dsw
│   │   │       │       ├── ReceiveInfo.h
│   │   │       │       ├── ReceiveInfo.ncb
│   │   │       │       ├── ReceiveInfo.opt
│   │   │       │       ├── ReceiveInfo.plg
│   │   │       │       ├── ReceiveInfo.rc
│   │   │       │       ├── ReceiveInfoDlg.cpp
│   │   │       │       ├── ReceiveInfoDlg.h
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 153.ico
│   │   │       │           ├── ReceiveInfo.ico
│   │   │       │           ├── ReceiveInfo.rc2
│   │   │       │           ├── Thumbs.db
│   │   │       │           └── flash导航页.bmp
│   │   │       ├── 04
│   │   │       │   └── ShareMem
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── ShareMem.aps
│   │   │       │       ├── ShareMem.clw
│   │   │       │       ├── ShareMem.cpp
│   │   │       │       ├── ShareMem.dsp
│   │   │       │       ├── ShareMem.dsw
│   │   │       │       ├── ShareMem.h
│   │   │       │       ├── ShareMem.ncb
│   │   │       │       ├── ShareMem.opt
│   │   │       │       ├── ShareMem.plg
│   │   │       │       ├── ShareMem.rc
│   │   │       │       ├── ShareMemDlg.cpp
│   │   │       │       ├── ShareMemDlg.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 38.ico
│   │   │       │           ├── 47.ico
│   │   │       │           ├── ShareMem.ico
│   │   │       │           ├── ShareMem.rc2
│   │   │       │           └── Thumbs.db
│   │   │       ├── 05
│   │   │       │   └── ReceiveShareData
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── ReceiveShareData.aps
│   │   │       │       ├── ReceiveShareData.clw
│   │   │       │       ├── ReceiveShareData.cpp
│   │   │       │       ├── ReceiveShareData.dsp
│   │   │       │       ├── ReceiveShareData.dsw
│   │   │       │       ├── ReceiveShareData.h
│   │   │       │       ├── ReceiveShareData.ncb
│   │   │       │       ├── ReceiveShareData.opt
│   │   │       │       ├── ReceiveShareData.plg
│   │   │       │       ├── ReceiveShareData.rc
│   │   │       │       ├── ReceiveShareDataDlg.cpp
│   │   │       │       ├── ReceiveShareDataDlg.h
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 19.ico
│   │   │       │           ├── ReceiveShareData.ico
│   │   │       │           ├── ReceiveShareData.rc2
│   │   │       │           └── Thumbs.db
│   │   │       ├── 06
│   │   │       │   └── OperateThread
│   │   │       │       ├── OperateThread.aps
│   │   │       │       ├── OperateThread.clw
│   │   │       │       ├── OperateThread.cpp
│   │   │       │       ├── OperateThread.dsp
│   │   │       │       ├── OperateThread.dsw
│   │   │       │       ├── OperateThread.h
│   │   │       │       ├── OperateThread.ncb
│   │   │       │       ├── OperateThread.opt
│   │   │       │       ├── OperateThread.plg
│   │   │       │       ├── OperateThread.rc
│   │   │       │       ├── OperateThreadDlg.cpp
│   │   │       │       ├── OperateThreadDlg.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── Resource.h
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       └── res
│   │   │       │           ├── 3.ico
│   │   │       │           ├── OperateThread.ico
│   │   │       │           ├── OperateThread.rc2
│   │   │       │           └── Thumbs.db
│   │   │       ├── 07
│   │   │       │   └── UserThread
│   │   │       │       ├── Interface.cpp
│   │   │       │       ├── Interface.h
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       ├── StdAfx.h
│   │   │       │       ├── UIThread.cpp
│   │   │       │       ├── UIThread.h
│   │   │       │       ├── UserThread.aps
│   │   │       │       ├── UserThread.clw
│   │   │       │       ├── UserThread.cpp
│   │   │       │       ├── UserThread.dsp
│   │   │       │       ├── UserThread.dsw
│   │   │       │       ├── UserThread.h
│   │   │       │       ├── UserThread.ncb
│   │   │       │       ├── UserThread.opt
│   │   │       │       ├── UserThread.plg
│   │   │       │       ├── UserThread.rc
│   │   │       │       ├── UserThreadDlg.cpp
│   │   │       │       ├── UserThreadDlg.h
│   │   │       │       ├── res
│   │   │       │       │   ├── 108.ico
│   │   │       │       │   ├── Thumbs.db
│   │   │       │       │   ├── UserThread.ico
│   │   │       │       │   ├── UserThread.rc2
│   │   │       │       │   └── 公司浮动广告.bmp
│   │   │       │       └── resource.h
│   │   │       ├── 08
│   │   │       │   └── MultiThread
│   │   │       │       ├── MultiThread.cpp
│   │   │       │       ├── MultiThread.dsp
│   │   │       │       ├── MultiThread.dsw
│   │   │       │       ├── MultiThread.ncb
│   │   │       │       ├── MultiThread.opt
│   │   │       │       ├── MultiThread.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 09
│   │   │       │   └── Mutex
│   │   │       │       ├── Mutex.cpp
│   │   │       │       ├── Mutex.dsp
│   │   │       │       ├── Mutex.dsw
│   │   │       │       ├── Mutex.ncb
│   │   │       │       ├── Mutex.opt
│   │   │       │       ├── Mutex.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       ├── 10
│   │   │       │   └── CriticalSection
│   │   │       │       ├── CriticalSection.cpp
│   │   │       │       ├── CriticalSection.dsp
│   │   │       │       ├── CriticalSection.dsw
│   │   │       │       ├── CriticalSection.ncb
│   │   │       │       ├── CriticalSection.opt
│   │   │       │       ├── CriticalSection.plg
│   │   │       │       ├── ReadMe.txt
│   │   │       │       ├── StdAfx.cpp
│   │   │       │       └── StdAfx.h
│   │   │       └── 11
│   │   │           └── Event
│   │   │               ├── Event.cpp
│   │   │               ├── Event.dsp
│   │   │               ├── Event.dsw
│   │   │               ├── Event.ncb
│   │   │               ├── Event.opt
│   │   │               ├── Event.plg
│   │   │               ├── ReadMe.txt
│   │   │               ├── StdAfx.cpp
│   │   │               └── StdAfx.h
│   │   └── 18
│   │       └── sl
│   │           ├── 01
│   │           │   └── NetMAC
│   │           │       ├── GetMAC.aps
│   │           │       ├── GetMAC.clw
│   │           │       ├── GetMAC.cpp
│   │           │       ├── GetMAC.dsp
│   │           │       ├── GetMAC.dsw
│   │           │       ├── GetMAC.h
│   │           │       ├── GetMAC.ncb
│   │           │       ├── GetMAC.opt
│   │           │       ├── GetMAC.plg
│   │           │       ├── GetMAC.rc
│   │           │       ├── GetMACDlg.cpp
│   │           │       ├── GetMACDlg.h
│   │           │       ├── ReadMe.txt
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── res
│   │           │       │   ├── 17.ico
│   │           │       │   ├── 62.ico
│   │           │       │   ├── GetMAC.ico
│   │           │       │   ├── GetMAC.rc2
│   │           │       │   └── Thumbs.db
│   │           │       └── resource.h
│   │           ├── 02
│   │           │   └── NetDisk
│   │           │       ├── NetDisk.aps
│   │           │       ├── NetDisk.clw
│   │           │       ├── NetDisk.cpp
│   │           │       ├── NetDisk.dsp
│   │           │       ├── NetDisk.dsw
│   │           │       ├── NetDisk.h
│   │           │       ├── NetDisk.ncb
│   │           │       ├── NetDisk.opt
│   │           │       ├── NetDisk.plg
│   │           │       ├── NetDisk.rc
│   │           │       ├── NetDiskDlg.cpp
│   │           │       ├── NetDiskDlg.h
│   │           │       ├── ReadMe.txt
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── res
│   │           │       │   ├── 16.ico
│   │           │       │   ├── NetDisk.ico
│   │           │       │   ├── NetDisk.rc2
│   │           │       │   └── Thumbs.db
│   │           │       └── resource.h
│   │           ├── 03
│   │           │   └── EnumComputer
│   │           │       ├── NameAndIP.aps
│   │           │       ├── NameAndIP.clw
│   │           │       ├── NameAndIP.cpp
│   │           │       ├── NameAndIP.dsp
│   │           │       ├── NameAndIP.dsw
│   │           │       ├── NameAndIP.h
│   │           │       ├── NameAndIP.ncb
│   │           │       ├── NameAndIP.opt
│   │           │       ├── NameAndIP.plg
│   │           │       ├── NameAndIP.rc
│   │           │       ├── NameAndIPDlg.cpp
│   │           │       ├── NameAndIPDlg.h
│   │           │       ├── ReadMe.txt
│   │           │       ├── Resource.h
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       └── res
│   │           │           ├── 19.ico
│   │           │           ├── NameAndIP.ico
│   │           │           ├── NameAndIP.rc2
│   │           │           └── Thumbs.db
│   │           ├── 04
│   │           │   └── Share
│   │           │       ├── ReadMe.txt
│   │           │       ├── ResShare.aps
│   │           │       ├── ResShare.clw
│   │           │       ├── ResShare.cpp
│   │           │       ├── ResShare.dsp
│   │           │       ├── ResShare.dsw
│   │           │       ├── ResShare.h
│   │           │       ├── ResShare.ncb
│   │           │       ├── ResShare.opt
│   │           │       ├── ResShare.plg
│   │           │       ├── ResShare.rc
│   │           │       ├── ResShareDlg.cpp
│   │           │       ├── ResShareDlg.h
│   │           │       ├── Resource.h
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       └── res
│   │           │           ├── ResShare.ico
│   │           │           ├── ResShare.rc2
│   │           │           ├── Thumbs.db
│   │           │           ├── 工作组.ico
│   │           │           ├── 计算机.ico
│   │           │           ├── 共享文件.ico
│   │           │           └── 整个网络.ico
│   │           ├── 05
│   │           │   └── ShortMsg
│   │           │       ├── ReadMe.txt
│   │           │       ├── SendMsg.aps
│   │           │       ├── SendMsg.clw
│   │           │       ├── SendMsg.cpp
│   │           │       ├── SendMsg.dsp
│   │           │       ├── SendMsg.dsw
│   │           │       ├── SendMsg.h
│   │           │       ├── SendMsg.ncb
│   │           │       ├── SendMsg.opt
│   │           │       ├── SendMsg.plg
│   │           │       ├── SendMsg.rc
│   │           │       ├── SendMsgDlg.cpp
│   │           │       ├── SendMsgDlg.h
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── res
│   │           │       │   ├── 107.ico
│   │           │       │   ├── 24.ico
│   │           │       │   ├── SendMsg.ico
│   │           │       │   ├── SendMsg.rc2
│   │           │       │   └── Thumbs.db
│   │           │       └── resource.h
│   │           ├── 06
│   │           │   └── Server
│   │           │       ├── ReadMe.txt
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── res
│   │           │       │   ├── 10.ico
│   │           │       │   ├── 53.ico
│   │           │       │   ├── Thumbs.db
│   │           │       │   ├── server.ico
│   │           │       │   └── server.rc2
│   │           │       ├── resource.h
│   │           │       ├── server.aps
│   │           │       ├── server.clw
│   │           │       ├── server.cpp
│   │           │       ├── server.dsp
│   │           │       ├── server.dsw
│   │           │       ├── server.h
│   │           │       ├── server.ncb
│   │           │       ├── server.opt
│   │           │       ├── server.plg
│   │           │       ├── server.rc
│   │           │       ├── serverDlg.cpp
│   │           │       └── serverDlg.h
│   │           ├── 07
│   │           │   └── Client
│   │           │       ├── ReadMe.txt
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── client.aps
│   │           │       ├── client.clw
│   │           │       ├── client.cpp
│   │           │       ├── client.dsp
│   │           │       ├── client.dsw
│   │           │       ├── client.h
│   │           │       ├── client.ncb
│   │           │       ├── client.opt
│   │           │       ├── client.plg
│   │           │       ├── client.rc
│   │           │       ├── clientDlg.cpp
│   │           │       ├── clientDlg.h
│   │           │       ├── res
│   │           │       │   ├── 19.ico
│   │           │       │   ├── 4.ico
│   │           │       │   ├── Thumbs.db
│   │           │       │   ├── client.ico
│   │           │       │   └── client.rc2
│   │           │       └── resource.h
│   │           ├── 08
│   │           │   └── Server
│   │           │       ├── ClientSocket.cpp
│   │           │       ├── ClientSocket.h
│   │           │       ├── ReadMe.txt
│   │           │       ├── Server.aps
│   │           │       ├── Server.clw
│   │           │       ├── Server.cpp
│   │           │       ├── Server.dsp
│   │           │       ├── Server.dsw
│   │           │       ├── Server.h
│   │           │       ├── Server.ncb
│   │           │       ├── Server.opt
│   │           │       ├── Server.plg
│   │           │       ├── Server.rc
│   │           │       ├── ServerDlg.cpp
│   │           │       ├── ServerDlg.h
│   │           │       ├── ServerSocket.cpp
│   │           │       ├── ServerSocket.h
│   │           │       ├── StdAfx.cpp
│   │           │       ├── StdAfx.h
│   │           │       ├── res
│   │           │       │   ├── 91.ico
│   │           │       │   ├── Server.ico
│   │           │       │   ├── Server.rc2
│   │           │       │   ├── Thumbs.db
│   │           │       │   └── 聊天系列版.bmp
│   │           │       └── resource.h
│   │           └── 09
│   │               └── Client
│   │                   ├── Client.aps
│   │                   ├── Client.clw
│   │                   ├── Client.cpp
│   │                   ├── Client.dsp
│   │                   ├── Client.dsw
│   │                   ├── Client.h
│   │                   ├── Client.ncb
│   │                   ├── Client.opt
│   │                   ├── Client.plg
│   │                   ├── Client.rc
│   │                   ├── ClientDlg.cpp
│   │                   ├── ClientDlg.h
│   │                   ├── Mysocket.cpp
│   │                   ├── Mysocket.h
│   │                   ├── ReadMe.txt
│   │                   ├── StdAfx.cpp
│   │                   ├── StdAfx.h
│   │                   ├── res
│   │                   │   ├── 38.ico
│   │                   │   ├── Client.ico
│   │                   │   ├── Client.rc2
│   │                   │   ├── Thumbs.db
│   │                   │   └── 聊天系列版.bmp
│   │                   └── resource.h
│   ├── video
│   │   ├── C 基本语法与编程规范.exe
│   │   ├── 安装和熟悉Visual C 6.0开发环境.exe
│   │   ├── 常用控件与对象.exe
│   │   ├── 常见问题与解决.exe
│   │   ├── 程序调试及打包.exe
│   │   └── 设计一个简单的计算器程序.exe
│   └── 如何使用本书源程序
│       ├── books1.files
│       │   ├── filelist.xml
│       │   ├── image001.jpg
│       │   ├── image002.png
│       │   ├── image003.jpg
│       │   ├── image004.png
│       │   ├── image005.jpg
│       │   ├── image006.png
│       │   ├── image007.jpg
│       │   ├── image008.png
│       │   ├── image009.jpg
│       │   ├── image010.png
│       │   ├── image011.jpg
│       │   ├── image012.png
│       │   ├── image013.jpg
│       │   ├── image014.png
│       │   ├── image015.jpg
│       │   ├── image016.png
│       │   ├── image017.jpg
│       │   ├── image018.png
│       │   ├── image019.jpg
│       │   ├── image020.png
│       │   ├── image021.jpg
│       │   ├── image022.png
│       │   ├── image023.jpg
│       │   ├── image024.png
│       │   ├── image025.jpg
│       │   ├── image026.png
│       │   ├── image027.jpg
│       │   ├── image028.png
│       │   ├── image029.jpg
│       │   ├── image030.png
│       │   ├── image031.jpg
│       │   ├── image032.png
│       │   ├── image033.jpg
│       │   ├── image034.png
│       │   ├── image035.jpg
│       │   ├── image036.png
│       │   ├── image037.jpg
│       │   ├── image038.png
│       │   ├── image039.jpg
│       │   ├── image040.png
│       │   ├── image041.jpg
│       │   ├── image042.png
│       │   ├── image043.jpg
│       │   ├── image044.png
│       │   ├── image045.jpg
│       │   ├── image046.png
│       │   ├── image047.jpg
│       │   ├── image048.png
│       │   ├── image049.jpg
│       │   ├── image050.png
│       │   ├── image051.jpg
│       │   ├── image052.png
│       │   ├── image053.jpg
│       │   ├── image054.png
│       │   ├── image055.jpg
│       │   ├── image056.png
│       │   ├── image057.jpg
│       │   ├── image058.png
│       │   ├── image059.jpg
│       │   ├── image060.png
│       │   ├── image061.jpg
│       │   ├── image062.png
│       │   ├── image063.jpg
│       │   ├── image064.png
│       │   ├── image065.jpg
│       │   ├── image066.png
│       │   ├── image067.jpg
│       │   ├── image068.png
│       │   ├── image069.jpg
│       │   ├── image070.png
│       │   ├── image071.jpg
│       │   ├── image072.png
│       │   ├── image073.jpg
│       │   ├── image074.png
│       │   ├── image075.jpg
│       │   ├── image076.png
│       │   ├── image077.jpg
│       │   ├── image078.png
│       │   ├── image079.jpg
│       │   ├── image080.png
│       │   ├── image081.jpg
│       │   ├── image082.png
│       │   ├── image083.jpg
│       │   ├── image084.png
│       │   ├── image085.jpg
│       │   ├── image086.png
│       │   ├── image087.jpg
│       │   ├── image088.png
│       │   ├── image089.jpg
│       │   ├── image090.png
│       │   ├── image091.jpg
│       │   ├── image092.png
│       │   ├── image093.jpg
│       │   ├── image094.png
│       │   ├── image095.jpg
│       │   ├── image096.wmz
│       │   ├── image097.gif
│       │   ├── image098.png
│       │   ├── image099.jpg
│       │   ├── image100.png
│       │   ├── image101.jpg
│       │   ├── image102.png
│       │   ├── image103.jpg
│       │   ├── image104.png
│       │   ├── image105.jpg
│       │   ├── image106.png
│       │   ├── image107.jpg
│       │   ├── image108.png
│       │   ├── image109.jpg
│       │   └── oledata.mso
│       ├── books1.htm
│       ├── help.files
│       │   ├── filelist.xml
│       │   ├── header.htm
│       │   ├── image001.jpg
│       │   ├── image002.png
│       │   ├── image003.jpg
│       │   ├── image004.png
│       │   ├── image005.gif
│       │   ├── image006.gif
│       │   ├── image007.png
│       │   ├── image008.gif
│       │   ├── image009.png
│       │   ├── image010.gif
│       │   ├── image011.gif
│       │   ├── image012.png
│       │   ├── image013.jpg
│       │   ├── image014.png
│       │   ├── image015.jpg
│       │   ├── image016.png
│       │   ├── image017.jpg
│       │   ├── image018.gif
│       │   ├── image019.png
│       │   ├── image020.jpg
│       │   ├── image021.emz
│       │   ├── image022.png
│       │   ├── image023.png
│       │   └── oledata.mso
│       ├── help.htm
│       ├── newbooks.files
│       │   ├── Thumbs.db
│       │   ├── filelist.xml
│       │   ├── image001.jpg
│       │   ├── image002.jpg
│       │   └── image003.gif
│       └── newbooks.htm
└── 好例子网_VisualC 程序设计自学手册光盘.rar

397 directories, 3233 files


实例下载地址

Visual C++程序设计自学手册光盘

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警