实例介绍
【实例简介】
《MFC程序开发参考大全》这本书里面的例子源代码。
【实例截图】
【核心代码】
16359647480530775937.rar
└── MFC程序开发参考大全
├── MFC程序开发参考大全.jpg
├── mingrisoft
│ ├── 01
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── OriginApp.exe
│ │ │ ├── Main.cpp
│ │ │ ├── OriginApp.dsp
│ │ │ └── OriginApp.dsw
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ ├── APPMODUL.sbr
│ │ │ │ ├── MFCApp.bsc
│ │ │ │ ├── MFCAppDlg.sbr
│ │ │ │ ├── MFCApp.exe
│ │ │ │ ├── MFCApp.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── MFCApp.cpp
│ │ │ ├── MFCAppDlg.cpp
│ │ │ ├── MFCAppDlg.h
│ │ │ ├── MFCApp.dsp
│ │ │ ├── MFCApp.dsw
│ │ │ ├── MFCApp.h
│ │ │ ├── MFCApp.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 29.ico
│ │ │ │ ├── 30.ico
│ │ │ │ ├── MFCApp.ico
│ │ │ │ └── MFCApp.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 03
│ │ └── note.dsm
│ ├── 02
│ │ └── 01
│ │ ├── Debug
│ │ │ └── Example.exe
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Machine.cpp
│ │ ├── Machine.h
│ │ ├── Plane.cpp
│ │ └── Plane.h
│ ├── 04
│ │ ├── 01
│ │ │ ├── Control.cpp
│ │ │ ├── ControlDlg.cpp
│ │ │ ├── ControlDlg.h
│ │ │ ├── Control.dsp
│ │ │ ├── Control.dsw
│ │ │ ├── Control.h
│ │ │ ├── Control.rc
│ │ │ ├── Debug
│ │ │ │ └── Control.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Control.ico
│ │ │ │ └── Control.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── DataChange.cpp
│ │ │ ├── DataChangeDlg.cpp
│ │ │ ├── DataChangeDlg.h
│ │ │ ├── DataChange.dsp
│ │ │ ├── DataChange.dsw
│ │ │ ├── DataChange.h
│ │ │ ├── DataChange.rc
│ │ │ ├── Debug
│ │ │ │ └── DataChange.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DataChange.ico
│ │ │ │ └── DataChange.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── PropertySheet.exe
│ │ │ ├── Page1.cpp
│ │ │ ├── Page1.h
│ │ │ ├── Page2.cpp
│ │ │ ├── Page2.h
│ │ │ ├── pppp.cpp
│ │ │ ├── pppp.h
│ │ │ ├── PropertySheet.cpp
│ │ │ ├── PropertySheetDlg.cpp
│ │ │ ├── PropertySheetDlg.h
│ │ │ ├── PropertySheet.dsp
│ │ │ ├── PropertySheet.dsw
│ │ │ ├── PropertySheet.h
│ │ │ ├── PropertySheet.rc
│ │ │ ├── qqqq.cpp
│ │ │ ├── qqqq.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PropertySheet.ico
│ │ │ │ └── PropertySheet.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ └── DialogBar.exe
│ │ │ ├── DialogBar.cpp
│ │ │ ├── DialogBarDoc.cpp
│ │ │ ├── DialogBarDoc.h
│ │ │ ├── DialogBar.dsp
│ │ │ ├── DialogBar.dsw
│ │ │ ├── DialogBar.h
│ │ │ ├── DialogBar.rc
│ │ │ ├── DialogBarView.cpp
│ │ │ ├── DialogBarView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DialogBarDoc.ico
│ │ │ │ ├── DialogBar.ico
│ │ │ │ ├── DialogBar.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── OpenAndSave.exe
│ │ │ ├── OpenAndSave.cpp
│ │ │ ├── OpenAndSaveDlg.cpp
│ │ │ ├── OpenAndSaveDlg.h
│ │ │ ├── OpenAndSave.dsp
│ │ │ ├── OpenAndSave.dsw
│ │ │ ├── OpenAndSave.h
│ │ │ ├── OpenAndSave.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── OpenAndSave.ico
│ │ │ │ └── OpenAndSave.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── FindAndReplace.exe
│ │ │ ├── FindAndReplace.cpp
│ │ │ ├── FindAndReplaceDlg.cpp
│ │ │ ├── FindAndReplaceDlg.h
│ │ │ ├── FindAndReplace.dsp
│ │ │ ├── FindAndReplace.dsw
│ │ │ ├── FindAndReplace.h
│ │ │ ├── FindAndReplace.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FindAndReplace.ico
│ │ │ │ └── FindAndReplace.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Color.cpp
│ │ │ ├── ColorDlg.cpp
│ │ │ ├── ColorDlg.h
│ │ │ ├── Color.dsp
│ │ │ ├── Color.dsw
│ │ │ ├── Color.h
│ │ │ ├── Color.rc
│ │ │ ├── Debug
│ │ │ │ └── Color.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Color.ico
│ │ │ │ └── Color.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── Debug
│ │ │ │ └── Font.exe
│ │ │ ├── Font.cpp
│ │ │ ├── FontDlg.cpp
│ │ │ ├── FontDlg.h
│ │ │ ├── Font.dsp
│ │ │ ├── Font.dsw
│ │ │ ├── Font.h
│ │ │ ├── Font.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Font.ico
│ │ │ │ └── Font.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 09
│ │ ├── BmpFile.cpp
│ │ ├── BmpFileDlg.cpp
│ │ ├── BmpFileDlg.h
│ │ ├── BmpFile.dsp
│ │ ├── BmpFile.dsw
│ │ ├── BmpFile.h
│ │ ├── BmpFile.rc
│ │ ├── CustomDlg.cpp
│ │ ├── CustomDlg.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BmpFile.ico
│ │ │ └── BmpFile.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── Static.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 16.ico
│ │ │ │ ├── Static.ico
│ │ │ │ ├── Static.rc2
│ │ │ │ └── 卡通头像2.bmp
│ │ │ ├── resource.h
│ │ │ ├── Static.cpp
│ │ │ ├── StaticDlg.cpp
│ │ │ ├── StaticDlg.h
│ │ │ ├── Static.dsp
│ │ │ ├── Static.dsw
│ │ │ ├── Static.h
│ │ │ ├── Static.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ └── EditBox.exe
│ │ │ ├── EditBox.cpp
│ │ │ ├── EditBoxDlg.cpp
│ │ │ ├── EditBoxDlg.h
│ │ │ ├── EditBox.dsp
│ │ │ ├── EditBox.dsw
│ │ │ ├── EditBox.h
│ │ │ ├── EditBox.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── EditBox.ico
│ │ │ │ └── EditBox.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── Listbox.exe
│ │ │ ├── Listbox.cpp
│ │ │ ├── ListboxDlg.cpp
│ │ │ ├── ListboxDlg.h
│ │ │ ├── Listbox.dsp
│ │ │ ├── Listbox.dsw
│ │ │ ├── Listbox.h
│ │ │ ├── Listbox.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Listbox.ico
│ │ │ │ └── Listbox.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Combo.cpp
│ │ │ ├── ComboDlg.cpp
│ │ │ ├── ComboDlg.h
│ │ │ ├── Combo.dsp
│ │ │ ├── Combo.dsw
│ │ │ ├── Combo.h
│ │ │ ├── Combo.rc
│ │ │ ├── Debug
│ │ │ │ └── Combo.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Combo.ico
│ │ │ │ └── Combo.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Button.cpp
│ │ │ ├── ButtonDlg.cpp
│ │ │ ├── ButtonDlg.h
│ │ │ ├── Button.dsp
│ │ │ ├── Button.dsw
│ │ │ ├── Button.h
│ │ │ ├── Button.rc
│ │ │ ├── Debug
│ │ │ │ └── Button.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 6.ico
│ │ │ │ ├── Button.ico
│ │ │ │ ├── Button.rc2
│ │ │ │ ├── cursor1.cur
│ │ │ │ └── 卡通头像2.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── Scroll.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── aloha2-008.bmp
│ │ │ │ ├── Scroll.ico
│ │ │ │ ├── Scroll.rc2
│ │ │ │ └── 屏幕保护程序(宣传产品).bmp
│ │ │ ├── resource.h
│ │ │ ├── Scroll.cpp
│ │ │ ├── ScrollDlg.cpp
│ │ │ ├── ScrollDlg.h
│ │ │ ├── Scroll.dsp
│ │ │ ├── Scroll.dsw
│ │ │ ├── Scroll.h
│ │ │ ├── Scroll.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Debug
│ │ │ │ └── Progress.exe
│ │ │ ├── Progress.cpp
│ │ │ ├── ProgressDlg.cpp
│ │ │ ├── ProgressDlg.h
│ │ │ ├── Progress.dsp
│ │ │ ├── Progress.dsw
│ │ │ ├── Progress.h
│ │ │ ├── Progress.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Progress.ico
│ │ │ │ └── Progress.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── Animate.cpp
│ │ │ ├── AnimateDlg.cpp
│ │ │ ├── AnimateDlg.h
│ │ │ ├── Animate.dsp
│ │ │ ├── Animate.dsw
│ │ │ ├── Animate.h
│ │ │ ├── Animate.rc
│ │ │ ├── Debug
│ │ │ │ └── Animate.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Animate.ico
│ │ │ │ └── Animate.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ListControl.exe
│ │ │ ├── ListControl.cpp
│ │ │ ├── ListControlDlg.cpp
│ │ │ ├── ListControlDlg.h
│ │ │ ├── ListControl.dsp
│ │ │ ├── ListControl.dsw
│ │ │ ├── ListControl.h
│ │ │ ├── ListControl.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 10.ico
│ │ │ │ ├── 11.ico
│ │ │ │ ├── 12.ico
│ │ │ │ ├── 13.ico
│ │ │ │ ├── 14.ico
│ │ │ │ ├── 1.ico
│ │ │ │ ├── ListControl.ico
│ │ │ │ └── ListControl.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── Tree.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 14.ico
│ │ │ │ ├── 17.ico
│ │ │ │ ├── 73.ico
│ │ │ │ ├── Tree.ico
│ │ │ │ └── Tree.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Tree.cpp
│ │ │ ├── TreeDlg.cpp
│ │ │ ├── TreeDlg.h
│ │ │ ├── Tree.dsp
│ │ │ ├── Tree.dsw
│ │ │ ├── Tree.h
│ │ │ └── Tree.rc
│ │ ├── 11
│ │ │ ├── DateTime.cpp
│ │ │ ├── DateTimeDlg.cpp
│ │ │ ├── DateTimeDlg.h
│ │ │ ├── DateTime.dsp
│ │ │ ├── DateTime.dsw
│ │ │ ├── DateTime.h
│ │ │ ├── DateTime.rc
│ │ │ ├── Debug
│ │ │ │ └── DateTime.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DateTime.ico
│ │ │ │ └── DateTime.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 12
│ │ │ ├── Debug
│ │ │ │ └── Month.exe
│ │ │ ├── Month.cpp
│ │ │ ├── MonthDlg.cpp
│ │ │ ├── MonthDlg.h
│ │ │ ├── Month.dsp
│ │ │ ├── Month.dsw
│ │ │ ├── Month.h
│ │ │ ├── Month.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Month.ico
│ │ │ │ └── Month.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 13
│ │ │ ├── Debug
│ │ │ │ └── Tab.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Tab.ico
│ │ │ │ ├── Tab.rc2
│ │ │ │ ├── 福3.bmp
│ │ │ │ ├── 福4.bmp
│ │ │ │ └── 福5.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Tab.cpp
│ │ │ ├── TabDlg.cpp
│ │ │ ├── TabDlg.h
│ │ │ ├── Tab.dsp
│ │ │ ├── Tab.dsw
│ │ │ ├── Tab.h
│ │ │ └── Tab.rc
│ │ └── 14
│ │ ├── Debug
│ │ │ └── Image.exe
│ │ ├── Image.cpp
│ │ ├── ImageDlg.cpp
│ │ ├── ImageDlg.h
│ │ ├── Image.dsp
│ │ ├── Image.dsw
│ │ ├── Image.h
│ │ ├── Image.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 154.ico
│ │ │ ├── 155.ico
│ │ │ ├── 156.ico
│ │ │ ├── 157.ico
│ │ │ ├── Image.ico
│ │ │ ├── Image.rc2
│ │ │ ├── Thumbs.db
│ │ │ └── 卡通头像2.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 06
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── DynamicMenu.exe
│ │ │ ├── DynamicMenu.cpp
│ │ │ ├── DynamicMenuDlg.cpp
│ │ │ ├── DynamicMenuDlg.h
│ │ │ ├── DynamicMenu.dsp
│ │ │ ├── DynamicMenu.dsw
│ │ │ ├── DynamicMenu.h
│ │ │ ├── DynamicMenu.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 3.bmp
│ │ │ │ ├── DynamicMenu.ico
│ │ │ │ └── DynamicMenu.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── CustomMenu.cpp
│ │ │ ├── CustomMenu.h
│ │ │ ├── Debug
│ │ │ │ └── PopMenu.exe
│ │ │ ├── PopMenu.cpp
│ │ │ ├── PopMenuDlg.cpp
│ │ │ ├── PopMenuDlg.h
│ │ │ ├── PopMenu.dsp
│ │ │ ├── PopMenu.dsw
│ │ │ ├── PopMenu.h
│ │ │ ├── PopMenu.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ITEM.bmp
│ │ │ │ ├── LEFT.bmp
│ │ │ │ ├── PopMenu.ico
│ │ │ │ └── PopMenu.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool1.exe
│ │ │ ├── DynamicTool1.cpp
│ │ │ ├── DynamicTool1Dlg.cpp
│ │ │ ├── DynamicTool1Dlg.h
│ │ │ ├── DynamicTool1.dsp
│ │ │ ├── DynamicTool1.dsw
│ │ │ ├── DynamicTool1.h
│ │ │ ├── DynamicTool1.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DynamicTool1.ico
│ │ │ │ ├── DynamicTool1.rc2
│ │ │ │ └── toolbar2.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool2.exe
│ │ │ ├── DynamicTool2.cpp
│ │ │ ├── DynamicTool2Dlg.cpp
│ │ │ ├── DynamicTool2Dlg.h
│ │ │ ├── DynamicTool2.dsp
│ │ │ ├── DynamicTool2.dsw
│ │ │ ├── DynamicTool2.h
│ │ │ ├── DynamicTool2.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 24.ico
│ │ │ │ ├── 25.ico
│ │ │ │ ├── 26.ico
│ │ │ │ ├── 27.ico
│ │ │ │ ├── 28.ico
│ │ │ │ ├── 29.ico
│ │ │ │ ├── 30.ico
│ │ │ │ ├── 31.ico
│ │ │ │ ├── 3.ico
│ │ │ │ ├── DynamicTool2.ico
│ │ │ │ └── DynamicTool2.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool3.exe
│ │ │ ├── DynamicTool3.cpp
│ │ │ ├── DynamicTool3Dlg.cpp
│ │ │ ├── DynamicTool3Dlg.h
│ │ │ ├── DynamicTool3.dsp
│ │ │ ├── DynamicTool3.dsw
│ │ │ ├── DynamicTool3.h
│ │ │ ├── DynamicTool3.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DynamicTool3.ico
│ │ │ │ ├── DynamicTool3.rc2
│ │ │ │ └── toolbar1.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── HotTool.exe
│ │ │ ├── HotTool.cpp
│ │ │ ├── HotToolDlg.cpp
│ │ │ ├── HotToolDlg.h
│ │ │ ├── HotTool.dsp
│ │ │ ├── HotTool.dsw
│ │ │ ├── HotTool.h
│ │ │ ├── HotTool.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 06.ico
│ │ │ │ ├── 108.ico
│ │ │ │ ├── 13.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 148.ico
│ │ │ │ ├── 80.ico
│ │ │ │ ├── 92.ico
│ │ │ │ ├── HotTool.ico
│ │ │ │ ├── HotTool.rc2
│ │ │ │ ├── icon17.ico
│ │ │ │ ├── icon18.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon20.ico
│ │ │ │ ├── icon21.ico
│ │ │ │ ├── icon22.ico
│ │ │ │ ├── icon23.ico
│ │ │ │ └── icon24.ico
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Debug
│ │ │ │ └── ToolTip.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── ToolTip.ico
│ │ │ │ └── ToolTip.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ToolTip.cpp
│ │ │ ├── ToolTipDlg.cpp
│ │ │ ├── ToolTipDlg.h
│ │ │ ├── ToolTip.dsp
│ │ │ ├── ToolTip.dsw
│ │ │ ├── ToolTip.h
│ │ │ └── ToolTip.rc
│ │ ├── 08
│ │ │ ├── Debug
│ │ │ │ └── DropToolBar.exe
│ │ │ ├── DropToolBar.cpp
│ │ │ ├── DropToolBarDoc.cpp
│ │ │ ├── DropToolBarDoc.h
│ │ │ ├── DropToolBar.dsp
│ │ │ ├── DropToolBar.dsw
│ │ │ ├── DropToolBar.h
│ │ │ ├── DropToolBar.rc
│ │ │ ├── DropToolBarView.cpp
│ │ │ ├── DropToolBarView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DropToolBarDoc.ico
│ │ │ │ ├── DropToolBar.ico
│ │ │ │ ├── DropToolBar.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ToolCtrl.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── icon17.ico
│ │ │ │ ├── icon18.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon20.ico
│ │ │ │ ├── icon21.ico
│ │ │ │ ├── icon22.ico
│ │ │ │ ├── icon23.ico
│ │ │ │ ├── icon24.ico
│ │ │ │ ├── ToolCtrl.ico
│ │ │ │ └── ToolCtrl.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ToolCtrl.cpp
│ │ │ ├── ToolCtrlDlg.cpp
│ │ │ ├── ToolCtrlDlg.h
│ │ │ ├── ToolCtrl.dsp
│ │ │ ├── ToolCtrl.dsw
│ │ │ ├── ToolCtrl.h
│ │ │ └── ToolCtrl.rc
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── StatusBar.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── StatusBar.ico
│ │ │ │ └── StatusBar.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StatusBar.cpp
│ │ │ ├── StatusBarDlg.cpp
│ │ │ ├── StatusBarDlg.h
│ │ │ ├── StatusBar.dsp
│ │ │ ├── StatusBar.dsw
│ │ │ ├── StatusBar.h
│ │ │ ├── StatusBar.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 11
│ │ │ ├── Debug
│ │ │ │ └── StatusText.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── StatusText.ico
│ │ │ │ └── StatusText.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StatusText.cpp
│ │ │ ├── StatusTextDlg.cpp
│ │ │ ├── StatusTextDlg.h
│ │ │ ├── StatusText.dsp
│ │ │ ├── StatusText.dsw
│ │ │ ├── StatusText.h
│ │ │ ├── StatusText.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 12
│ │ │ ├── Debug
│ │ │ │ └── ProgressBar.exe
│ │ │ ├── ProgressBar.cpp
│ │ │ ├── ProgressBarDlg.cpp
│ │ │ ├── ProgressBarDlg.h
│ │ │ ├── ProgressBar.dsp
│ │ │ ├── ProgressBar.dsw
│ │ │ ├── ProgressBar.h
│ │ │ ├── ProgressBar.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ProgressBar.ico
│ │ │ │ └── ProgressBar.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 13
│ │ ├── Debug
│ │ │ └── StatusCtrl.exe
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── StatusCtrl.ico
│ │ │ └── StatusCtrl.rc2
│ │ ├── Resource.h
│ │ ├── StatusCtrl.cpp
│ │ ├── StatusCtrlDlg.cpp
│ │ ├── StatusCtrlDlg.h
│ │ ├── StatusCtrl.dsp
│ │ ├── StatusCtrl.dsw
│ │ ├── StatusCtrl.h
│ │ ├── StatusCtrl.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 07
│ │ ├── 01
│ │ │ ├── ClientDC.cpp
│ │ │ ├── ClientDCDlg.cpp
│ │ │ ├── ClientDCDlg.h
│ │ │ ├── ClientDC.dsp
│ │ │ ├── ClientDC.dsw
│ │ │ ├── ClientDC.h
│ │ │ ├── ClientDC.rc
│ │ │ ├── Debug
│ │ │ │ └── ClientDC.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ClientDC.ico
│ │ │ │ └── ClientDC.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ └── WindowDC.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── WindowDC.ico
│ │ │ │ └── WindowDC.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WindowDC.cpp
│ │ │ ├── WindowDCDlg.cpp
│ │ │ ├── WindowDCDlg.h
│ │ │ ├── WindowDC.dsp
│ │ │ ├── WindowDC.dsw
│ │ │ ├── WindowDC.h
│ │ │ └── WindowDC.rc
│ │ ├── 03
│ │ │ ├── CPen.cpp
│ │ │ ├── CPenDlg.cpp
│ │ │ ├── CPenDlg.h
│ │ │ ├── CPen.dsp
│ │ │ ├── CPen.dsw
│ │ │ ├── CPen.h
│ │ │ ├── CPen.rc
│ │ │ ├── Debug
│ │ │ │ └── CPen.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CPen.ico
│ │ │ │ └── CPen.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Brush.cpp
│ │ │ ├── BrushDlg.cpp
│ │ │ ├── BrushDlg.h
│ │ │ ├── Brush.dsp
│ │ │ ├── Brush.dsw
│ │ │ ├── Brush.h
│ │ │ ├── Brush.rc
│ │ │ ├── Debug
│ │ │ │ └── Brush.exe
│ │ │ ├── mr.bmp
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Brush.ico
│ │ │ │ └── Brush.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── Font.exe
│ │ │ ├── Font.cpp
│ │ │ ├── FontDlg.cpp
│ │ │ ├── FontDlg.h
│ │ │ ├── Font.dsp
│ │ │ ├── Font.dsw
│ │ │ ├── Font.h
│ │ │ ├── Font.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Font.ico
│ │ │ │ └── Font.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── FontWindow.exe
│ │ │ ├── FontWindow.cpp
│ │ │ ├── FontWindowDlg.cpp
│ │ │ ├── FontWindowDlg.h
│ │ │ ├── FontWindow.dsp
│ │ │ ├── FontWindow.dsw
│ │ │ ├── FontWindow.h
│ │ │ ├── FontWindow.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FontWindow.ico
│ │ │ │ └── FontWindow.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── bitmap.bmp
│ │ │ ├── Bitmap.cpp
│ │ │ ├── BitmapDlg.cpp
│ │ │ ├── BitmapDlg.h
│ │ │ ├── Bitmap.dsp
│ │ │ ├── Bitmap.dsw
│ │ │ ├── Bitmap.h
│ │ │ ├── Bitmap.rc
│ │ │ ├── Debug
│ │ │ │ └── Bitmap.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Bitmap.ico
│ │ │ │ └── Bitmap.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── Debug
│ │ │ └── MetaFile.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MetaFile.cpp
│ │ ├── MetaFileDoc.cpp
│ │ ├── MetaFileDoc.h
│ │ ├── MetaFile.dsp
│ │ ├── MetaFile.dsw
│ │ ├── MetaFile.h
│ │ ├── MetaFile.rc
│ │ ├── MetaFileView.cpp
│ │ ├── MetaFileView.h
│ │ ├── myfile.wmf
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MetaFileDoc.ico
│ │ │ ├── MetaFile.ico
│ │ │ ├── MetaFile.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 08
│ │ ├── 01
│ │ │ ├── ico
│ │ │ │ ├── 106.ico
│ │ │ │ ├── 107.ico
│ │ │ │ ├── 119.ico
│ │ │ │ ├── 137.ico
│ │ │ │ ├── 145.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 163.ico
│ │ │ │ ├── 165.ico
│ │ │ │ ├── 170.ico
│ │ │ │ ├── 171.ico
│ │ │ │ ├── 30.ico
│ │ │ │ └── 32.ico
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MyListView.cpp
│ │ │ ├── MyListView.h
│ │ │ ├── MyTreeView.cpp
│ │ │ ├── MyTreeView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── TVandLVDoc.ico
│ │ │ │ ├── TVandLV.ico
│ │ │ │ └── TVandLV.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TVandLV.cpp
│ │ │ ├── TVandLVDoc.cpp
│ │ │ ├── TVandLVDoc.h
│ │ │ ├── TVandLV.dsp
│ │ │ ├── TVandLV.dsw
│ │ │ ├── TVandLV.h
│ │ │ ├── TVandLV.rc
│ │ │ ├── TVandLVView.cpp
│ │ │ └── TVandLVView.h
│ │ ├── 02
│ │ │ ├── FormViewExample.cpp
│ │ │ ├── FormViewExampleDoc.cpp
│ │ │ ├── FormViewExampleDoc.h
│ │ │ ├── FormViewExample.dsp
│ │ │ ├── FormViewExample.dsw
│ │ │ ├── FormViewExample.h
│ │ │ ├── FormViewExample.rc
│ │ │ ├── FormViewExampleView.cpp
│ │ │ ├── FormViewExampleView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FormViewExampleDoc.ico
│ │ │ │ ├── FormViewExample.ico
│ │ │ │ ├── FormViewExample.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── HtmlViewExample.cpp
│ │ │ ├── HtmlViewExampleDoc.cpp
│ │ │ ├── HtmlViewExampleDoc.h
│ │ │ ├── HtmlViewExample.dsp
│ │ │ ├── HtmlViewExample.dsw
│ │ │ ├── HtmlViewExample.h
│ │ │ ├── HtmlViewExample.rc
│ │ │ ├── HtmlViewExampleView.cpp
│ │ │ ├── HtmlViewExampleView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── HtmlViewExampleDoc.ico
│ │ │ │ ├── HtmlViewExample.ico
│ │ │ │ ├── HtmlViewExample.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ico
│ │ │ │ ├── 106.ico
│ │ │ │ ├── 107.ico
│ │ │ │ ├── 119.ico
│ │ │ │ ├── 137.ico
│ │ │ │ ├── 145.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 163.ico
│ │ │ │ ├── 165.ico
│ │ │ │ ├── 170.ico
│ │ │ │ ├── 171.ico
│ │ │ │ ├── 30.ico
│ │ │ │ └── 32.ico
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── TreeViewExampleDoc.ico
│ │ │ │ ├── TreeViewExample.ico
│ │ │ │ └── TreeViewExample.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TreeViewExample.cpp
│ │ │ ├── TreeViewExampleDoc.cpp
│ │ │ ├── TreeViewExampleDoc.h
│ │ │ ├── TreeViewExample.dsp
│ │ │ ├── TreeViewExample.dsw
│ │ │ ├── TreeViewExample.h
│ │ │ ├── TreeViewExample.rc
│ │ │ ├── TreeViewExampleView.cpp
│ │ │ └── TreeViewExampleView.h
│ │ └── 05
│ │ ├── ListViewExample.cpp
│ │ ├── ListViewExampleDoc.cpp
│ │ ├── ListViewExampleDoc.h
│ │ ├── ListViewExample.dsp
│ │ ├── ListViewExample.dsw
│ │ ├── ListViewExample.h
│ │ ├── ListViewExample.rc
│ │ ├── ListViewExampleView.cpp
│ │ ├── ListViewExampleView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── res
│ │ │ ├── ListViewExampleDoc.ico
│ │ │ ├── ListViewExample.ico
│ │ │ ├── ListViewExample.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 09
│ │ ├── 01
│ │ │ ├── CountNum.cpp
│ │ │ ├── CountNumDoc.cpp
│ │ │ ├── CountNumDoc.h
│ │ │ ├── CountNum.dsp
│ │ │ ├── CountNum.dsw
│ │ │ ├── CountNum.h
│ │ │ ├── CountNum.rc
│ │ │ ├── CountNumView.cpp
│ │ │ ├── CountNumView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CountNumDoc.ico
│ │ │ │ ├── CountNum.ico
│ │ │ │ ├── CountNum.rc2
│ │ │ │ ├── toolbar1.bmp
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SinglePrintDoc.ico
│ │ │ │ ├── SinglePrint.ico
│ │ │ │ ├── SinglePrint.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── Resource.h
│ │ │ ├── SinglePrint.cpp
│ │ │ ├── SinglePrintDoc.cpp
│ │ │ ├── SinglePrintDoc.h
│ │ │ ├── SinglePrint.dsp
│ │ │ ├── SinglePrint.dsw
│ │ │ ├── SinglePrint.h
│ │ │ ├── SinglePrint.rc
│ │ │ ├── SinglePrintView.cpp
│ │ │ ├── SinglePrintView.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── DialogPrint.cpp
│ │ │ ├── DialogPrintDlg.cpp
│ │ │ ├── DialogPrintDlg.h
│ │ │ ├── DialogPrint.dsp
│ │ │ ├── DialogPrint.dsw
│ │ │ ├── DialogPrint.h
│ │ │ ├── DialogPrint.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DialogPrint.ico
│ │ │ │ └── DialogPrint.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── Print.cpp
│ │ │ ├── PrintDlg.cpp
│ │ │ ├── PrintDlg.h
│ │ │ ├── PrintDoc.cpp
│ │ │ ├── PrintDoc.h
│ │ │ ├── Print.dsp
│ │ │ ├── Print.dsw
│ │ │ ├── Print.h
│ │ │ ├── Print.rc
│ │ │ ├── PrintView.cpp
│ │ │ ├── PrintView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PrintDoc.ico
│ │ │ │ ├── Print.ico
│ │ │ │ ├── Print.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── PrintBearing.cpp
│ │ │ ├── PrintBearingDlg.cpp
│ │ │ ├── PrintBearingDlg.h
│ │ │ ├── PrintBearing.dsp
│ │ │ ├── PrintBearing.dsw
│ │ │ ├── PrintBearing.h
│ │ │ ├── PrintBearing.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PrintBearing.ico
│ │ │ │ └── PrintBearing.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── PaperSize.cpp
│ │ │ ├── PaperSizeDlg.cpp
│ │ │ ├── PaperSizeDlg.h
│ │ │ ├── PaperSize.dsp
│ │ │ ├── PaperSize.dsw
│ │ │ ├── PaperSize.h
│ │ │ ├── PaperSize.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PaperSize.ico
│ │ │ │ └── PaperSize.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── PreView.cpp
│ │ │ ├── PreView.h
│ │ │ ├── PreviewTool.cpp
│ │ │ ├── PreviewToolDoc.cpp
│ │ │ ├── PreviewToolDoc.h
│ │ │ ├── PreviewTool.dsp
│ │ │ ├── PreviewTool.dsw
│ │ │ ├── PreviewTool.h
│ │ │ ├── PreviewTool.rc
│ │ │ ├── PreviewToolView.cpp
│ │ │ ├── PreviewToolView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── close.ico
│ │ │ │ ├── frist.ico
│ │ │ │ ├── next.ico
│ │ │ │ ├── PreviewToolDoc.ico
│ │ │ │ ├── PreviewTool.ico
│ │ │ │ ├── PreviewTool.rc2
│ │ │ │ ├── print.ico
│ │ │ │ ├── toolbar1.bmp
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── Preview.cpp
│ │ ├── Preview.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ScrollPreview.ico
│ │ │ └── ScrollPreview.rc2
│ │ ├── resource.h
│ │ ├── ScrollPreview.cpp
│ │ ├── ScrollPreviewDlg.cpp
│ │ ├── ScrollPreviewDlg.h
│ │ ├── ScrollPreview.dsp
│ │ ├── ScrollPreview.dsw
│ │ ├── ScrollPreview.h
│ │ ├── ScrollPreview.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 10
│ │ ├── 01
│ │ │ ├── FileCopy.cpp
│ │ │ ├── FileCopyDlg.cpp
│ │ │ ├── FileCopyDlg.h
│ │ │ ├── FileCopy.dsp
│ │ │ ├── FileCopy.dsw
│ │ │ ├── FileCopy.h
│ │ │ ├── FileCopy.rc
│ │ │ ├── res
│ │ │ │ ├── FileCopy.ico
│ │ │ │ └── FileCopy.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── FileStatus.cpp
│ │ │ ├── FileStatusDlg.cpp
│ │ │ ├── FileStatusDlg.h
│ │ │ ├── FileStatus.dsp
│ │ │ ├── FileStatus.dsw
│ │ │ ├── FileStatus.h
│ │ │ ├── FileStatus.rc
│ │ │ ├── res
│ │ │ │ ├── FileStatus.ico
│ │ │ │ └── FileStatus.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── ReadText.cpp
│ │ │ ├── ReadTextDlg.cpp
│ │ │ ├── ReadTextDlg.h
│ │ │ ├── ReadText.dsp
│ │ │ ├── ReadText.dsw
│ │ │ ├── ReadText.h
│ │ │ ├── ReadText.rc
│ │ │ ├── res
│ │ │ │ ├── ReadText.ico
│ │ │ │ └── ReadText.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── MFCiniFile.cpp
│ │ │ ├── MFCiniFileDlg.cpp
│ │ │ ├── MFCiniFileDlg.h
│ │ │ ├── MFCiniFile.dsp
│ │ │ ├── MFCiniFile.dsw
│ │ │ ├── MFCiniFile.h
│ │ │ ├── MFCiniFile.rc
│ │ │ ├── mr.ini
│ │ │ ├── res
│ │ │ │ ├── MFCiniFile.ico
│ │ │ │ └── MFCiniFile.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ ├── 05
│ │ │ ├── MFCRegister.cpp
│ │ │ ├── MFCRegisterDlg.cpp
│ │ │ ├── MFCRegisterDlg.h
│ │ │ ├── MFCRegister.dsp
│ │ │ ├── MFCRegister.dsw
│ │ │ ├── MFCRegister.h
│ │ │ ├── MFCRegister.rc
│ │ │ ├── res
│ │ │ │ ├── MFCRegister.ico
│ │ │ │ └── MFCRegister.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ └── 06
│ │ ├── RegExample.cpp
│ │ ├── RegExampleDlg.cpp
│ │ ├── RegExampleDlg.h
│ │ ├── RegExample.dsp
│ │ ├── RegExample.dsw
│ │ ├── RegExample.h
│ │ ├── RegExample.rc
│ │ ├── res
│ │ │ ├── RegExample.ico
│ │ │ └── RegExample.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 11
│ │ ├── 01
│ │ │ ├── ADO.cpp
│ │ │ ├── ADODlg.cpp
│ │ │ ├── ADODlg.h
│ │ │ ├── ADO.dsp
│ │ │ ├── ADO.dsw
│ │ │ ├── ADO.h
│ │ │ ├── ADO.rc
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ADO.ico
│ │ │ │ └── ADO.rc2
│ │ │ ├── resource.h
│ │ │ ├── shujuku.mdb
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Execute.cpp
│ │ │ ├── ExecuteDlg.cpp
│ │ │ ├── ExecuteDlg.h
│ │ │ ├── Execute.dsp
│ │ │ ├── Execute.dsw
│ │ │ ├── Execute.h
│ │ │ ├── Execute.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Execute.ico
│ │ │ │ └── Execute.rc2
│ │ │ ├── resource.h
│ │ │ ├── shujuku.mdb
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── AccessFrame.cpp
│ │ │ ├── AccessFrameDlg.cpp
│ │ │ ├── AccessFrameDlg.h
│ │ │ ├── AccessFrame.dsp
│ │ │ ├── AccessFrame.dsw
│ │ │ ├── AccessFrame.h
│ │ │ ├── AccessFrame.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── AccessFrame.ico
│ │ │ │ └── AccessFrame.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Script.ico
│ │ │ │ └── Script.rc2
│ │ │ ├── resource.h
│ │ │ ├── Script.cpp
│ │ │ ├── ScriptDlg.cpp
│ │ │ ├── ScriptDlg.h
│ │ │ ├── Script.dsp
│ │ │ ├── Script.dsw
│ │ │ ├── Script.h
│ │ │ ├── Script.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── AutomaticTack.cpp
│ │ │ ├── AutomaticTackDlg.cpp
│ │ │ ├── AutomaticTackDlg.h
│ │ │ ├── AutomaticTack.dsp
│ │ │ ├── AutomaticTack.dsw
│ │ │ ├── AutomaticTack.h
│ │ │ ├── AutomaticTack.rc
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── AutomaticTack.ico
│ │ │ │ └── AutomaticTack.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── Debug
│ │ │ │ ├── msado15.tlh
│ │ │ │ └── msado15.tli
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ReturnPata.ico
│ │ │ │ └── ReturnPata.rc2
│ │ │ ├── resource.h
│ │ │ ├── ReturnPata.cpp
│ │ │ ├── ReturnPataDlg.cpp
│ │ │ ├── ReturnPataDlg.h
│ │ │ ├── ReturnPata.dsp
│ │ │ ├── ReturnPata.dsw
│ │ │ ├── ReturnPata.h
│ │ │ ├── ReturnPata.rc
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ ├── 07
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SQLstockup.ico
│ │ │ │ └── SQLstockup.rc2
│ │ │ ├── Resource.h
│ │ │ ├── SQLstockup.cpp
│ │ │ ├── SQLstockupDlg.cpp
│ │ │ ├── SQLstockupDlg.h
│ │ │ ├── SQLstockup.dsp
│ │ │ ├── SQLstockup.dsw
│ │ │ ├── SQLstockup.h
│ │ │ ├── SQLstockup.rc
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ └── 08
│ │ ├── BmpAccess.cpp
│ │ ├── BmpAccessDlg.cpp
│ │ ├── BmpAccessDlg.h
│ │ ├── BmpAccess.dsp
│ │ ├── BmpAccess.dsw
│ │ ├── BmpAccess.h
│ │ ├── BmpAccess.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BmpAccess.ico
│ │ │ └── BmpAccess.rc2
│ │ ├── Resource.h
│ │ ├── shujuku.mdb
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 12
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── ChildProcess.cpp
│ │ │ ├── ChildProcessDlg.cpp
│ │ │ ├── ChildProcessDlg.h
│ │ │ ├── ChildProcess.dsp
│ │ │ ├── ChildProcess.dsw
│ │ │ ├── ChildProcess.h
│ │ │ ├── ChildProcess.rc
│ │ │ ├── Debug
│ │ │ │ ├── ChildProcess.bsc
│ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ ├── ChildProcess.exe
│ │ │ │ ├── ChildProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ChildProcess.ico
│ │ │ │ └── ChildProcess.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── childprocess
│ │ │ │ ├── ChildProcess.cpp
│ │ │ │ ├── ChildProcessDlg.cpp
│ │ │ │ ├── ChildProcessDlg.h
│ │ │ │ ├── ChildProcess.dsp
│ │ │ │ ├── ChildProcess.dsw
│ │ │ │ ├── ChildProcess.h
│ │ │ │ ├── ChildProcess.rc
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ChildProcess.bsc
│ │ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ │ ├── ChildProcess.exe
│ │ │ │ │ ├── ChildProcess.sbr
│ │ │ │ │ └── StdAfx.sbr
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── ChildProcess.ico
│ │ │ │ │ └── ChildProcess.rc2
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── ChildProcess.cpp
│ │ │ ├── ChildProcessDlg.cpp
│ │ │ ├── ChildProcessDlg.h
│ │ │ ├── ChildProcess.dsp
│ │ │ ├── ChildProcess.dsw
│ │ │ ├── ChildProcess.h
│ │ │ ├── ChildProcess.rc
│ │ │ ├── Debug
│ │ │ │ ├── ChildProcess.bsc
│ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ ├── ChildProcess.exe
│ │ │ │ ├── ChildProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ChildProcess.ico
│ │ │ │ └── ChildProcess.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── ShareMem.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ShareMem.ico
│ │ │ │ └── ShareMem.rc2
│ │ │ ├── resource.h
│ │ │ ├── ShareMem.cpp
│ │ │ ├── ShareMemDlg.cpp
│ │ │ ├── ShareMemDlg.h
│ │ │ ├── ShareMem.dsp
│ │ │ ├── ShareMem.dsw
│ │ │ ├── ShareMem.h
│ │ │ ├── ShareMem.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── CreateMultiThread.cpp
│ │ │ ├── CreateMultiThreadDlg.cpp
│ │ │ ├── CreateMultiThreadDlg.h
│ │ │ ├── CreateMultiThread.dsp
│ │ │ ├── CreateMultiThread.dsw
│ │ │ ├── CreateMultiThread.h
│ │ │ ├── CreateMultiThread.rc
│ │ │ ├── Debug
│ │ │ │ ├── CreateMultiThread.bsc
│ │ │ │ ├── CreateMultiThreadDlg.sbr
│ │ │ │ ├── CreateMultiThread.exe
│ │ │ │ ├── CreateMultiThread.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ └── CreateMultiThread.exe
│ │ │ ├── res
│ │ │ │ ├── CreateMultiThread.ico
│ │ │ │ └── CreateMultiThread.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── BookInfo.cpp
│ │ │ ├── BookInfo.h
│ │ │ ├── Debug
│ │ │ │ ├── BookInfo.sbr
│ │ │ │ ├── EncapsulateThread.bsc
│ │ │ │ ├── EncapsulateThreadDlg.sbr
│ │ │ │ ├── EncapsulateThread.exe
│ │ │ │ ├── EncapsulateThread.sbr
│ │ │ │ ├── StdAfx.sbr
│ │ │ │ └── ThreadApp.sbr
│ │ │ ├── EncapsulateThread.cpp
│ │ │ ├── EncapsulateThreadDlg.cpp
│ │ │ ├── EncapsulateThreadDlg.h
│ │ │ ├── EncapsulateThread.dsp
│ │ │ ├── EncapsulateThread.dsw
│ │ │ ├── EncapsulateThread.h
│ │ │ ├── EncapsulateThread.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ └── EncapsulateThread.exe
│ │ │ ├── res
│ │ │ │ ├── EncapsulateThread.ico
│ │ │ │ └── EncapsulateThread.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadApp.cpp
│ │ │ └── ThreadApp.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr1.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr1.cpp
│ │ │ ├── ThreadSynchr1.dsp
│ │ │ └── ThreadSynchr1.dsw
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr2.exe
│ │ │ ├── Release
│ │ │ │ └── ThreadSynchr2.exe
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr2.cpp
│ │ │ ├── ThreadSynchr2.dsp
│ │ │ └── ThreadSynchr2.dsw
│ │ ├── 11
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr3.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr3.cpp
│ │ │ ├── ThreadSynchr3.dsp
│ │ │ └── ThreadSynchr3.dsw
│ │ └── 12
│ │ ├── Debug
│ │ │ └── ThreadSynchr4.exe
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ThreadSynchr4.cpp
│ │ ├── ThreadSynchr4.dsp
│ │ └── ThreadSynchr4.dsw
│ ├── 13
│ │ ├── 01
│ │ │ ├── MyStaticLib.cpp
│ │ │ ├── MyStaticLib.h
│ │ │ ├── StaticLib.dsp
│ │ │ └── StaticLib.dsw
│ │ ├── 02
│ │ │ ├── MyStaticLib.h
│ │ │ ├── res
│ │ │ │ ├── testDLL.ico
│ │ │ │ └── testDLL.rc2
│ │ │ ├── resource.h
│ │ │ ├── StaticLib.lib
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL.cpp
│ │ │ ├── testDLLDlg.cpp
│ │ │ ├── testDLLDlg.h
│ │ │ ├── testDLL.dsp
│ │ │ ├── testDLL.dsw
│ │ │ ├── testDLL.h
│ │ │ └── testDLL.rc
│ │ ├── 03
│ │ │ ├── MyDynamicLib.cpp
│ │ │ ├── MyDynamicLib.dsp
│ │ │ ├── MyDynamicLib.dsw
│ │ │ └── MyDynamicLib.h
│ │ ├── 04
│ │ │ ├── MyDynamicLib.dll
│ │ │ ├── MyDynamicLib.h
│ │ │ ├── MyDynamicLib.lib
│ │ │ ├── res
│ │ │ │ ├── testDLL2.ico
│ │ │ │ └── testDLL2.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL2.cpp
│ │ │ ├── testDLL2Dlg.cpp
│ │ │ ├── testDLL2Dlg.h
│ │ │ ├── testDLL2.dsp
│ │ │ ├── testDLL2.dsw
│ │ │ ├── testDLL2.h
│ │ │ └── testDLL2.rc
│ │ ├── 05
│ │ │ ├── MyDynamicLib.dll
│ │ │ ├── MyDynamicLib.lib
│ │ │ ├── res
│ │ │ │ ├── testDLL3.ico
│ │ │ │ └── testDLL3.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL3.cpp
│ │ │ ├── testDLL3Dlg.cpp
│ │ │ ├── testDLL3Dlg.h
│ │ │ ├── testDLL3.dsp
│ │ │ ├── testDLL3.dsw
│ │ │ ├── testDLL3.h
│ │ │ └── testDLL3.rc
│ │ ├── 06
│ │ │ ├── ExportClass.cpp
│ │ │ ├── ExportClass.def
│ │ │ ├── ExportClass.dsp
│ │ │ ├── ExportClass.dsw
│ │ │ └── ExportClass.h
│ │ ├── 07
│ │ │ ├── DllDialog.h
│ │ │ ├── ExtensionDLL.cpp
│ │ │ ├── ExtensionDLL.def
│ │ │ ├── ExtensionDLL.dll
│ │ │ ├── ExtensionDLL.dsp
│ │ │ ├── ExtensionDLL.dsw
│ │ │ ├── ExtensionDLL.lib
│ │ │ ├── ExtensionDLL.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ └── ExtensionDLL.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── DllDialog.h
│ │ ├── ExeDialog.cpp
│ │ ├── ExeDialog.h
│ │ ├── ExtensionDLL.dll
│ │ ├── ExtensionDLL.lib
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── testMFCDLL.ico
│ │ │ └── testMFCDLL.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── testMFCDLL.cpp
│ │ ├── testMFCDLLDlg.cpp
│ │ ├── testMFCDLLDlg.h
│ │ ├── testMFCDLL.dsp
│ │ ├── testMFCDLL.dsw
│ │ ├── testMFCDLL.h
│ │ └── testMFCDLL.rc
│ ├── 14
│ │ ├── 01
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SeriesPort.ico
│ │ │ │ └── SeriesPort.rc2
│ │ │ ├── resource.h
│ │ │ ├── SeriesPort.cpp
│ │ │ ├── SeriesPortDlg.cpp
│ │ │ ├── SeriesPortDlg.h
│ │ │ ├── SeriesPort.dsp
│ │ │ ├── SeriesPort.dsw
│ │ │ ├── SeriesPort.h
│ │ │ ├── SeriesPort.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── mscomm1.cpp
│ │ ├── mscomm1.h
│ │ ├── MSComm.cpp
│ │ ├── MSCommDlg.cpp
│ │ ├── MSCommDlg.h
│ │ ├── MSComm.dsp
│ │ ├── MSComm.dsw
│ │ ├── MSComm.h
│ │ ├── MSComm.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MSComm.ico
│ │ │ └── MSComm.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 15
│ │ ├── 01
│ │ │ ├── client.cpp
│ │ │ ├── clientDlg.cpp
│ │ │ ├── clientDlg.h
│ │ │ ├── client.dsp
│ │ │ ├── client.dsw
│ │ │ ├── client.h
│ │ │ ├── client.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 19.ico
│ │ │ │ ├── client.ico
│ │ │ │ └── client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 10.ico
│ │ │ │ ├── server.ico
│ │ │ │ └── server.rc2
│ │ │ ├── resource.h
│ │ │ ├── server.cpp
│ │ │ ├── serverDlg.cpp
│ │ │ ├── serverDlg.h
│ │ │ ├── server.dsp
│ │ │ ├── server.dsw
│ │ │ ├── server.h
│ │ │ ├── server.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 03
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── TransFile.exe
│ │ ├── res
│ │ │ ├── ART BASI.ICO
│ │ │ ├── BROWN FO.ICO
│ │ │ ├── TransFile.ico
│ │ │ └── TransFile.rc2
│ │ ├── resource.h
│ │ ├── ServerSocket.cpp
│ │ ├── ServerSocket.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransFile.cpp
│ │ ├── TransFileDlg.cpp
│ │ ├── TransFileDlg.h
│ │ ├── TransFile.dsp
│ │ ├── TransFile.dsw
│ │ ├── TransFile.h
│ │ └── TransFile.rc
│ ├── 16
│ │ ├── 01
│ │ │ ├── FileDown.cpp
│ │ │ ├── FileDownDlg.cpp
│ │ │ ├── FileDownDlg.h
│ │ │ ├── FileDown.dsp
│ │ │ ├── FileDown.dsw
│ │ │ ├── FileDown.h
│ │ │ ├── FileDown.rc
│ │ │ ├── res
│ │ │ │ ├── FileDown.ico
│ │ │ │ └── FileDown.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── FtpFile.cpp
│ │ │ ├── FtpFileDlg.cpp
│ │ │ ├── FtpFileDlg.h
│ │ │ ├── FtpFile.dsp
│ │ │ ├── FtpFile.dsw
│ │ │ ├── FtpFile.h
│ │ │ ├── FtpFile.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FtpFile.ico
│ │ │ │ └── FtpFile.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── GetWebSource.cpp
│ │ │ ├── GetWebSourceDlg.cpp
│ │ │ ├── GetWebSourceDlg.h
│ │ │ ├── GetWebSource.dsp
│ │ │ ├── GetWebSource.dsw
│ │ │ ├── GetWebSource.h
│ │ │ ├── GetWebSource.rc
│ │ │ ├── res
│ │ │ │ ├── GetWebSource.ico
│ │ │ │ └── GetWebSource.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ChangeHeader.cpp
│ │ │ ├── ChangeHeader.def
│ │ │ ├── ChangeHeader.dsp
│ │ │ ├── ChangeHeader.dsw
│ │ │ ├── ChangeHeader.h
│ │ │ ├── ChangeHeader.rc
│ │ │ ├── ChangeHeader.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── ISAPIExample.cpp
│ │ │ ├── ISAPIExample.def
│ │ │ ├── ISAPIExample.dsp
│ │ │ ├── ISAPIExample.dsw
│ │ │ ├── ISAPIExample.h
│ │ │ ├── ISAPIExample.rc
│ │ │ ├── ISAPIExample.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 06
│ │ ├── Debug
│ │ │ ├── MAPIMail.bsc
│ │ │ ├── MAPIMailDlg.sbr
│ │ │ ├── MAPIMail.exe
│ │ │ ├── MAPIMail.sbr
│ │ │ └── StdAfx.sbr
│ │ ├── mapi32.dll
│ │ ├── MAPIMail.cpp
│ │ ├── MAPIMailDlg.cpp
│ │ ├── MAPIMailDlg.h
│ │ ├── MAPIMail.dsp
│ │ ├── MAPIMail.dsw
│ │ ├── MAPIMail.h
│ │ ├── MAPIMail.rc
│ │ ├── res
│ │ │ ├── MAPIMail.ico
│ │ │ └── MAPIMail.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 18
│ │ ├── 01
│ │ │ ├── MFCExample
│ │ │ │ ├── ChildFrm.cpp
│ │ │ │ ├── ChildFrm.h
│ │ │ │ ├── MainFrm.cpp
│ │ │ │ ├── MainFrm.h
│ │ │ │ ├── MFCExample.cpp
│ │ │ │ ├── MFCExampleDoc.cpp
│ │ │ │ ├── MFCExampleDoc.h
│ │ │ │ ├── MFCExample.h
│ │ │ │ ├── MFCExample.rc
│ │ │ │ ├── MFCExample.vcproj
│ │ │ │ ├── MFCExample.vcproj.MINGRISOFT.Administrator.user
│ │ │ │ ├── MFCExampleView.cpp
│ │ │ │ ├── MFCExampleView.h
│ │ │ │ ├── MyDialog.cpp
│ │ │ │ ├── MyDialog.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── MFCExampleDoc.ico
│ │ │ │ │ ├── MFCExample.ico
│ │ │ │ │ ├── MFCExample.rc2
│ │ │ │ │ └── Toolbar.bmp
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── MFCExample.sln
│ │ │ └── MFCExample.suo
│ │ ├── 02
│ │ │ ├── CLRApplication
│ │ │ │ ├── app.ico
│ │ │ │ ├── app.rc
│ │ │ │ ├── AssemblyInfo.cpp
│ │ │ │ ├── CLRApplication.cpp
│ │ │ │ ├── CLRApplication.vcproj
│ │ │ │ ├── CLRApplication.vcproj.MINGRISOFT.Administrator.user
│ │ │ │ ├── Form1.h
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cpp
│ │ │ │ ├── Form2.h
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── CLRApplication.sln
│ │ │ └── CLRApplication.suo
│ │ ├── 03
│ │ │ ├── db_Client_Data.MDF
│ │ │ ├── db_Client_Log.LDF
│ │ │ ├── WebServerExample
│ │ │ │ ├── app.ico
│ │ │ │ ├── app.rc
│ │ │ │ ├── AssemblyInfo.cpp
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ ├── Web.config
│ │ │ │ ├── WebServerExample.asmx
│ │ │ │ ├── WebServerExampleClass.cpp
│ │ │ │ ├── WebServerExampleClass.h
│ │ │ │ ├── WebServerExampleClass.resx
│ │ │ │ ├── WebServerExample.vcproj
│ │ │ │ └── WebServerExample.vcproj.MINGRISOFT.Administrator.user
│ │ │ ├── WebServerExample.sln
│ │ │ ├── WebServerExample.suo
│ │ │ └── 程序使用说明.txt
│ │ └── 04
│ │ ├── App_WebReferences
│ │ │ └── WebServer
│ │ │ ├── WebServerExample.disco
│ │ │ ├── WebServerExample.discomap
│ │ │ └── WebServerExample.wsdl
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ └── 19
│ ├── 01
│ │ ├── debug
│ │ │ └── ExtendSyntax.exe
│ │ ├── ExtendSyntax
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── ExtendSyntax.exe.intermediate.manifest
│ │ │ │ └── mt.dep
│ │ │ ├── ExtendSyntax.cpp
│ │ │ ├── ExtendSyntaxDlg.cpp
│ │ │ ├── ExtendSyntaxDlg.h
│ │ │ ├── ExtendSyntax.h
│ │ │ ├── ExtendSyntax.rc
│ │ │ ├── ExtendSyntax.vcproj
│ │ │ ├── ExtendSyntax.vcproj.MRVC.Administrator.user
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ExtendSyntax.ico
│ │ │ │ └── ExtendSyntax.rc2
│ │ │ ├── Resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── ExtendSyntax.sln
│ │ └── ExtendSyntax.suo
│ ├── 02
│ │ ├── debug
│ │ │ └── DelegateExam.exe
│ │ ├── DelegateExam
│ │ │ ├── app.ico
│ │ │ ├── app.rc
│ │ │ ├── AssemblyInfo.cpp
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── DelegateExam.exe.intermediate.manifest
│ │ │ │ ├── DelegateExam.Form1.resources
│ │ │ │ └── mt.dep
│ │ │ ├── DelegateExam.cpp
│ │ │ ├── DelegateExam.vcproj
│ │ │ ├── DelegateExam.vcproj.MRVC.Administrator.user
│ │ │ ├── Form1.h
│ │ │ ├── Form1.resx
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── DelegateExam.sln
│ │ └── DelegateExam.suo
│ ├── 03
│ │ ├── debug
│ │ │ └── Serial.exe
│ │ ├── Serial
│ │ │ ├── app.ico
│ │ │ ├── app.rc
│ │ │ ├── AssemblyInfo.cpp
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── mt.dep
│ │ │ │ ├── Serial.exe.intermediate.manifest
│ │ │ │ └── Serial.Form1.resources
│ │ │ ├── Form1.h
│ │ │ ├── Form1.resx
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── Serial.bak
│ │ │ ├── Serial.cpp
│ │ │ ├── Serial.vcproj
│ │ │ ├── Serial.vcproj.MRVC.Administrator.user
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Serial.sln
│ │ └── Serial.suo
│ └── 04
│ ├── BOOKMANAGE
│ │ ├── app.ico
│ │ ├── app.rc
│ │ ├── AssemblyInfo.cpp
│ │ ├── BookInfo.cpp
│ │ ├── BookInfo.h
│ │ ├── BookInfo.resx
│ │ ├── BOOKMANAGE.cpp
│ │ ├── BOOKMANAGE.vcproj
│ │ ├── BOOKMANAGE.vcproj.MRVC.Administrator.user
│ │ ├── CBookInfoManage.cpp
│ │ ├── CBookInfoManage.h
│ │ ├── CBookInfoManage.resx
│ │ ├── CDataManage.cpp
│ │ ├── CDataManage.h
│ │ ├── CInStore.cpp
│ │ ├── CInStore.h
│ │ ├── CInStoreQuery.cpp
│ │ ├── CInStoreQuery.h
│ │ ├── CInStoreQuery.resx
│ │ ├── CInStore.resx
│ │ ├── CLogin.cpp
│ │ ├── CLogin.h
│ │ ├── CLogin.resx
│ │ ├── COutStore.cpp
│ │ ├── COutStore.h
│ │ ├── COutStoreQuery.cpp
│ │ ├── COutStoreQuery.h
│ │ ├── COutStoreQuery.resx
│ │ ├── COutStore.resx
│ │ ├── Debug
│ │ │ ├── BOOKMANAGE.BookInfo.resources
│ │ │ ├── BOOKMANAGE.CBookInfoManage.resources
│ │ │ ├── BOOKMANAGE.CInStoreQuery.resources
│ │ │ ├── BOOKMANAGE.CInStore.resources
│ │ │ ├── BOOKMANAGE.CLogin.resources
│ │ │ ├── BOOKMANAGE.COutStoreQuery.resources
│ │ │ ├── BOOKMANAGE.COutStore.resources
│ │ │ ├── BOOKMANAGE.exe.intermediate.manifest
│ │ │ ├── BOOKMANAGE.Form1.resources
│ │ │ ├── BOOKMANAGE.UserInfoManage.resources
│ │ │ ├── BuildLog.htm
│ │ │ └── mt.dep
│ │ ├── Form1.h
│ │ ├── Form1.resx
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── BOOKMANAGE.BookInfo.resources
│ │ │ ├── BOOKMANAGE.CBookInfoManage.resources
│ │ │ ├── BOOKMANAGE.CInStoreQuery.resources
│ │ │ ├── BOOKMANAGE.CInStore.resources
│ │ │ ├── BOOKMANAGE.CLogin.resources
│ │ │ ├── BOOKMANAGE.COutStoreQuery.resources
│ │ │ ├── BOOKMANAGE.COutStore.resources
│ │ │ ├── BOOKMANAGE.exe.intermediate.manifest
│ │ │ ├── BOOKMANAGE.Form1.resources
│ │ │ ├── BOOKMANAGE.UserInfoManage.resources
│ │ │ ├── BuildLog.htm
│ │ │ └── mt.dep
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── UserInfoManage.cpp
│ │ ├── UserInfoManage.h
│ │ └── UserInfoManage.resx
│ ├── BOOKMANAGE.sln
│ ├── BOOKMANAGE.suo
│ ├── DataBase
│ │ ├── BookManage_Data.MDF
│ │ └── BookManage_Log.LDF
│ ├── debug
│ │ └── BOOKMANAGE.exe
│ └── release
│ └── BOOKMANAGE.exe
├── 光盘使用说明.doc
└── 目录.txt
321 directories, 1840 files
《MFC程序开发参考大全》这本书里面的例子源代码。
【实例截图】
【核心代码】
16359647480530775937.rar
└── MFC程序开发参考大全
├── MFC程序开发参考大全.jpg
├── mingrisoft
│ ├── 01
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── OriginApp.exe
│ │ │ ├── Main.cpp
│ │ │ ├── OriginApp.dsp
│ │ │ └── OriginApp.dsw
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ ├── APPMODUL.sbr
│ │ │ │ ├── MFCApp.bsc
│ │ │ │ ├── MFCAppDlg.sbr
│ │ │ │ ├── MFCApp.exe
│ │ │ │ ├── MFCApp.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── MFCApp.cpp
│ │ │ ├── MFCAppDlg.cpp
│ │ │ ├── MFCAppDlg.h
│ │ │ ├── MFCApp.dsp
│ │ │ ├── MFCApp.dsw
│ │ │ ├── MFCApp.h
│ │ │ ├── MFCApp.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 29.ico
│ │ │ │ ├── 30.ico
│ │ │ │ ├── MFCApp.ico
│ │ │ │ └── MFCApp.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 03
│ │ └── note.dsm
│ ├── 02
│ │ └── 01
│ │ ├── Debug
│ │ │ └── Example.exe
│ │ ├── Example.cpp
│ │ ├── Example.dsp
│ │ ├── Example.dsw
│ │ ├── Machine.cpp
│ │ ├── Machine.h
│ │ ├── Plane.cpp
│ │ └── Plane.h
│ ├── 04
│ │ ├── 01
│ │ │ ├── Control.cpp
│ │ │ ├── ControlDlg.cpp
│ │ │ ├── ControlDlg.h
│ │ │ ├── Control.dsp
│ │ │ ├── Control.dsw
│ │ │ ├── Control.h
│ │ │ ├── Control.rc
│ │ │ ├── Debug
│ │ │ │ └── Control.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Control.ico
│ │ │ │ └── Control.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── DataChange.cpp
│ │ │ ├── DataChangeDlg.cpp
│ │ │ ├── DataChangeDlg.h
│ │ │ ├── DataChange.dsp
│ │ │ ├── DataChange.dsw
│ │ │ ├── DataChange.h
│ │ │ ├── DataChange.rc
│ │ │ ├── Debug
│ │ │ │ └── DataChange.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DataChange.ico
│ │ │ │ └── DataChange.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── PropertySheet.exe
│ │ │ ├── Page1.cpp
│ │ │ ├── Page1.h
│ │ │ ├── Page2.cpp
│ │ │ ├── Page2.h
│ │ │ ├── pppp.cpp
│ │ │ ├── pppp.h
│ │ │ ├── PropertySheet.cpp
│ │ │ ├── PropertySheetDlg.cpp
│ │ │ ├── PropertySheetDlg.h
│ │ │ ├── PropertySheet.dsp
│ │ │ ├── PropertySheet.dsw
│ │ │ ├── PropertySheet.h
│ │ │ ├── PropertySheet.rc
│ │ │ ├── qqqq.cpp
│ │ │ ├── qqqq.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PropertySheet.ico
│ │ │ │ └── PropertySheet.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ └── DialogBar.exe
│ │ │ ├── DialogBar.cpp
│ │ │ ├── DialogBarDoc.cpp
│ │ │ ├── DialogBarDoc.h
│ │ │ ├── DialogBar.dsp
│ │ │ ├── DialogBar.dsw
│ │ │ ├── DialogBar.h
│ │ │ ├── DialogBar.rc
│ │ │ ├── DialogBarView.cpp
│ │ │ ├── DialogBarView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DialogBarDoc.ico
│ │ │ │ ├── DialogBar.ico
│ │ │ │ ├── DialogBar.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── OpenAndSave.exe
│ │ │ ├── OpenAndSave.cpp
│ │ │ ├── OpenAndSaveDlg.cpp
│ │ │ ├── OpenAndSaveDlg.h
│ │ │ ├── OpenAndSave.dsp
│ │ │ ├── OpenAndSave.dsw
│ │ │ ├── OpenAndSave.h
│ │ │ ├── OpenAndSave.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── OpenAndSave.ico
│ │ │ │ └── OpenAndSave.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── FindAndReplace.exe
│ │ │ ├── FindAndReplace.cpp
│ │ │ ├── FindAndReplaceDlg.cpp
│ │ │ ├── FindAndReplaceDlg.h
│ │ │ ├── FindAndReplace.dsp
│ │ │ ├── FindAndReplace.dsw
│ │ │ ├── FindAndReplace.h
│ │ │ ├── FindAndReplace.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FindAndReplace.ico
│ │ │ │ └── FindAndReplace.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Color.cpp
│ │ │ ├── ColorDlg.cpp
│ │ │ ├── ColorDlg.h
│ │ │ ├── Color.dsp
│ │ │ ├── Color.dsw
│ │ │ ├── Color.h
│ │ │ ├── Color.rc
│ │ │ ├── Debug
│ │ │ │ └── Color.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Color.ico
│ │ │ │ └── Color.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── Debug
│ │ │ │ └── Font.exe
│ │ │ ├── Font.cpp
│ │ │ ├── FontDlg.cpp
│ │ │ ├── FontDlg.h
│ │ │ ├── Font.dsp
│ │ │ ├── Font.dsw
│ │ │ ├── Font.h
│ │ │ ├── Font.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Font.ico
│ │ │ │ └── Font.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 09
│ │ ├── BmpFile.cpp
│ │ ├── BmpFileDlg.cpp
│ │ ├── BmpFileDlg.h
│ │ ├── BmpFile.dsp
│ │ ├── BmpFile.dsw
│ │ ├── BmpFile.h
│ │ ├── BmpFile.rc
│ │ ├── CustomDlg.cpp
│ │ ├── CustomDlg.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BmpFile.ico
│ │ │ └── BmpFile.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 05
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── Static.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 16.ico
│ │ │ │ ├── Static.ico
│ │ │ │ ├── Static.rc2
│ │ │ │ └── 卡通头像2.bmp
│ │ │ ├── resource.h
│ │ │ ├── Static.cpp
│ │ │ ├── StaticDlg.cpp
│ │ │ ├── StaticDlg.h
│ │ │ ├── Static.dsp
│ │ │ ├── Static.dsw
│ │ │ ├── Static.h
│ │ │ ├── Static.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ └── EditBox.exe
│ │ │ ├── EditBox.cpp
│ │ │ ├── EditBoxDlg.cpp
│ │ │ ├── EditBoxDlg.h
│ │ │ ├── EditBox.dsp
│ │ │ ├── EditBox.dsw
│ │ │ ├── EditBox.h
│ │ │ ├── EditBox.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── EditBox.ico
│ │ │ │ └── EditBox.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── Listbox.exe
│ │ │ ├── Listbox.cpp
│ │ │ ├── ListboxDlg.cpp
│ │ │ ├── ListboxDlg.h
│ │ │ ├── Listbox.dsp
│ │ │ ├── Listbox.dsw
│ │ │ ├── Listbox.h
│ │ │ ├── Listbox.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Listbox.ico
│ │ │ │ └── Listbox.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Combo.cpp
│ │ │ ├── ComboDlg.cpp
│ │ │ ├── ComboDlg.h
│ │ │ ├── Combo.dsp
│ │ │ ├── Combo.dsw
│ │ │ ├── Combo.h
│ │ │ ├── Combo.rc
│ │ │ ├── Debug
│ │ │ │ └── Combo.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Combo.ico
│ │ │ │ └── Combo.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Button.cpp
│ │ │ ├── ButtonDlg.cpp
│ │ │ ├── ButtonDlg.h
│ │ │ ├── Button.dsp
│ │ │ ├── Button.dsw
│ │ │ ├── Button.h
│ │ │ ├── Button.rc
│ │ │ ├── Debug
│ │ │ │ └── Button.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 6.ico
│ │ │ │ ├── Button.ico
│ │ │ │ ├── Button.rc2
│ │ │ │ ├── cursor1.cur
│ │ │ │ └── 卡通头像2.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── Scroll.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── aloha2-008.bmp
│ │ │ │ ├── Scroll.ico
│ │ │ │ ├── Scroll.rc2
│ │ │ │ └── 屏幕保护程序(宣传产品).bmp
│ │ │ ├── resource.h
│ │ │ ├── Scroll.cpp
│ │ │ ├── ScrollDlg.cpp
│ │ │ ├── ScrollDlg.h
│ │ │ ├── Scroll.dsp
│ │ │ ├── Scroll.dsw
│ │ │ ├── Scroll.h
│ │ │ ├── Scroll.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Debug
│ │ │ │ └── Progress.exe
│ │ │ ├── Progress.cpp
│ │ │ ├── ProgressDlg.cpp
│ │ │ ├── ProgressDlg.h
│ │ │ ├── Progress.dsp
│ │ │ ├── Progress.dsw
│ │ │ ├── Progress.h
│ │ │ ├── Progress.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Progress.ico
│ │ │ │ └── Progress.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── Animate.cpp
│ │ │ ├── AnimateDlg.cpp
│ │ │ ├── AnimateDlg.h
│ │ │ ├── Animate.dsp
│ │ │ ├── Animate.dsw
│ │ │ ├── Animate.h
│ │ │ ├── Animate.rc
│ │ │ ├── Debug
│ │ │ │ └── Animate.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Animate.ico
│ │ │ │ └── Animate.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ListControl.exe
│ │ │ ├── ListControl.cpp
│ │ │ ├── ListControlDlg.cpp
│ │ │ ├── ListControlDlg.h
│ │ │ ├── ListControl.dsp
│ │ │ ├── ListControl.dsw
│ │ │ ├── ListControl.h
│ │ │ ├── ListControl.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 10.ico
│ │ │ │ ├── 11.ico
│ │ │ │ ├── 12.ico
│ │ │ │ ├── 13.ico
│ │ │ │ ├── 14.ico
│ │ │ │ ├── 1.ico
│ │ │ │ ├── ListControl.ico
│ │ │ │ └── ListControl.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── Tree.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 14.ico
│ │ │ │ ├── 17.ico
│ │ │ │ ├── 73.ico
│ │ │ │ ├── Tree.ico
│ │ │ │ └── Tree.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Tree.cpp
│ │ │ ├── TreeDlg.cpp
│ │ │ ├── TreeDlg.h
│ │ │ ├── Tree.dsp
│ │ │ ├── Tree.dsw
│ │ │ ├── Tree.h
│ │ │ └── Tree.rc
│ │ ├── 11
│ │ │ ├── DateTime.cpp
│ │ │ ├── DateTimeDlg.cpp
│ │ │ ├── DateTimeDlg.h
│ │ │ ├── DateTime.dsp
│ │ │ ├── DateTime.dsw
│ │ │ ├── DateTime.h
│ │ │ ├── DateTime.rc
│ │ │ ├── Debug
│ │ │ │ └── DateTime.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DateTime.ico
│ │ │ │ └── DateTime.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 12
│ │ │ ├── Debug
│ │ │ │ └── Month.exe
│ │ │ ├── Month.cpp
│ │ │ ├── MonthDlg.cpp
│ │ │ ├── MonthDlg.h
│ │ │ ├── Month.dsp
│ │ │ ├── Month.dsw
│ │ │ ├── Month.h
│ │ │ ├── Month.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Month.ico
│ │ │ │ └── Month.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 13
│ │ │ ├── Debug
│ │ │ │ └── Tab.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Tab.ico
│ │ │ │ ├── Tab.rc2
│ │ │ │ ├── 福3.bmp
│ │ │ │ ├── 福4.bmp
│ │ │ │ └── 福5.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Tab.cpp
│ │ │ ├── TabDlg.cpp
│ │ │ ├── TabDlg.h
│ │ │ ├── Tab.dsp
│ │ │ ├── Tab.dsw
│ │ │ ├── Tab.h
│ │ │ └── Tab.rc
│ │ └── 14
│ │ ├── Debug
│ │ │ └── Image.exe
│ │ ├── Image.cpp
│ │ ├── ImageDlg.cpp
│ │ ├── ImageDlg.h
│ │ ├── Image.dsp
│ │ ├── Image.dsw
│ │ ├── Image.h
│ │ ├── Image.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 154.ico
│ │ │ ├── 155.ico
│ │ │ ├── 156.ico
│ │ │ ├── 157.ico
│ │ │ ├── Image.ico
│ │ │ ├── Image.rc2
│ │ │ ├── Thumbs.db
│ │ │ └── 卡通头像2.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 06
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ └── DynamicMenu.exe
│ │ │ ├── DynamicMenu.cpp
│ │ │ ├── DynamicMenuDlg.cpp
│ │ │ ├── DynamicMenuDlg.h
│ │ │ ├── DynamicMenu.dsp
│ │ │ ├── DynamicMenu.dsw
│ │ │ ├── DynamicMenu.h
│ │ │ ├── DynamicMenu.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 3.bmp
│ │ │ │ ├── DynamicMenu.ico
│ │ │ │ └── DynamicMenu.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── CustomMenu.cpp
│ │ │ ├── CustomMenu.h
│ │ │ ├── Debug
│ │ │ │ └── PopMenu.exe
│ │ │ ├── PopMenu.cpp
│ │ │ ├── PopMenuDlg.cpp
│ │ │ ├── PopMenuDlg.h
│ │ │ ├── PopMenu.dsp
│ │ │ ├── PopMenu.dsw
│ │ │ ├── PopMenu.h
│ │ │ ├── PopMenu.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ITEM.bmp
│ │ │ │ ├── LEFT.bmp
│ │ │ │ ├── PopMenu.ico
│ │ │ │ └── PopMenu.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool1.exe
│ │ │ ├── DynamicTool1.cpp
│ │ │ ├── DynamicTool1Dlg.cpp
│ │ │ ├── DynamicTool1Dlg.h
│ │ │ ├── DynamicTool1.dsp
│ │ │ ├── DynamicTool1.dsw
│ │ │ ├── DynamicTool1.h
│ │ │ ├── DynamicTool1.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DynamicTool1.ico
│ │ │ │ ├── DynamicTool1.rc2
│ │ │ │ └── toolbar2.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool2.exe
│ │ │ ├── DynamicTool2.cpp
│ │ │ ├── DynamicTool2Dlg.cpp
│ │ │ ├── DynamicTool2Dlg.h
│ │ │ ├── DynamicTool2.dsp
│ │ │ ├── DynamicTool2.dsw
│ │ │ ├── DynamicTool2.h
│ │ │ ├── DynamicTool2.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 24.ico
│ │ │ │ ├── 25.ico
│ │ │ │ ├── 26.ico
│ │ │ │ ├── 27.ico
│ │ │ │ ├── 28.ico
│ │ │ │ ├── 29.ico
│ │ │ │ ├── 30.ico
│ │ │ │ ├── 31.ico
│ │ │ │ ├── 3.ico
│ │ │ │ ├── DynamicTool2.ico
│ │ │ │ └── DynamicTool2.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── DynamicTool3.exe
│ │ │ ├── DynamicTool3.cpp
│ │ │ ├── DynamicTool3Dlg.cpp
│ │ │ ├── DynamicTool3Dlg.h
│ │ │ ├── DynamicTool3.dsp
│ │ │ ├── DynamicTool3.dsw
│ │ │ ├── DynamicTool3.h
│ │ │ ├── DynamicTool3.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DynamicTool3.ico
│ │ │ │ ├── DynamicTool3.rc2
│ │ │ │ └── toolbar1.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── HotTool.exe
│ │ │ ├── HotTool.cpp
│ │ │ ├── HotToolDlg.cpp
│ │ │ ├── HotToolDlg.h
│ │ │ ├── HotTool.dsp
│ │ │ ├── HotTool.dsw
│ │ │ ├── HotTool.h
│ │ │ ├── HotTool.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 06.ico
│ │ │ │ ├── 108.ico
│ │ │ │ ├── 13.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 148.ico
│ │ │ │ ├── 80.ico
│ │ │ │ ├── 92.ico
│ │ │ │ ├── HotTool.ico
│ │ │ │ ├── HotTool.rc2
│ │ │ │ ├── icon17.ico
│ │ │ │ ├── icon18.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon20.ico
│ │ │ │ ├── icon21.ico
│ │ │ │ ├── icon22.ico
│ │ │ │ ├── icon23.ico
│ │ │ │ └── icon24.ico
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── Debug
│ │ │ │ └── ToolTip.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── ToolTip.ico
│ │ │ │ └── ToolTip.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ToolTip.cpp
│ │ │ ├── ToolTipDlg.cpp
│ │ │ ├── ToolTipDlg.h
│ │ │ ├── ToolTip.dsp
│ │ │ ├── ToolTip.dsw
│ │ │ ├── ToolTip.h
│ │ │ └── ToolTip.rc
│ │ ├── 08
│ │ │ ├── Debug
│ │ │ │ └── DropToolBar.exe
│ │ │ ├── DropToolBar.cpp
│ │ │ ├── DropToolBarDoc.cpp
│ │ │ ├── DropToolBarDoc.h
│ │ │ ├── DropToolBar.dsp
│ │ │ ├── DropToolBar.dsw
│ │ │ ├── DropToolBar.h
│ │ │ ├── DropToolBar.rc
│ │ │ ├── DropToolBarView.cpp
│ │ │ ├── DropToolBarView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DropToolBarDoc.ico
│ │ │ │ ├── DropToolBar.ico
│ │ │ │ ├── DropToolBar.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ToolCtrl.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── icon17.ico
│ │ │ │ ├── icon18.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon20.ico
│ │ │ │ ├── icon21.ico
│ │ │ │ ├── icon22.ico
│ │ │ │ ├── icon23.ico
│ │ │ │ ├── icon24.ico
│ │ │ │ ├── ToolCtrl.ico
│ │ │ │ └── ToolCtrl.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ToolCtrl.cpp
│ │ │ ├── ToolCtrlDlg.cpp
│ │ │ ├── ToolCtrlDlg.h
│ │ │ ├── ToolCtrl.dsp
│ │ │ ├── ToolCtrl.dsw
│ │ │ ├── ToolCtrl.h
│ │ │ └── ToolCtrl.rc
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── StatusBar.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── StatusBar.ico
│ │ │ │ └── StatusBar.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StatusBar.cpp
│ │ │ ├── StatusBarDlg.cpp
│ │ │ ├── StatusBarDlg.h
│ │ │ ├── StatusBar.dsp
│ │ │ ├── StatusBar.dsw
│ │ │ ├── StatusBar.h
│ │ │ ├── StatusBar.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 11
│ │ │ ├── Debug
│ │ │ │ └── StatusText.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── StatusText.ico
│ │ │ │ └── StatusText.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StatusText.cpp
│ │ │ ├── StatusTextDlg.cpp
│ │ │ ├── StatusTextDlg.h
│ │ │ ├── StatusText.dsp
│ │ │ ├── StatusText.dsw
│ │ │ ├── StatusText.h
│ │ │ ├── StatusText.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 12
│ │ │ ├── Debug
│ │ │ │ └── ProgressBar.exe
│ │ │ ├── ProgressBar.cpp
│ │ │ ├── ProgressBarDlg.cpp
│ │ │ ├── ProgressBarDlg.h
│ │ │ ├── ProgressBar.dsp
│ │ │ ├── ProgressBar.dsw
│ │ │ ├── ProgressBar.h
│ │ │ ├── ProgressBar.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ProgressBar.ico
│ │ │ │ └── ProgressBar.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 13
│ │ ├── Debug
│ │ │ └── StatusCtrl.exe
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── StatusCtrl.ico
│ │ │ └── StatusCtrl.rc2
│ │ ├── Resource.h
│ │ ├── StatusCtrl.cpp
│ │ ├── StatusCtrlDlg.cpp
│ │ ├── StatusCtrlDlg.h
│ │ ├── StatusCtrl.dsp
│ │ ├── StatusCtrl.dsw
│ │ ├── StatusCtrl.h
│ │ ├── StatusCtrl.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 07
│ │ ├── 01
│ │ │ ├── ClientDC.cpp
│ │ │ ├── ClientDCDlg.cpp
│ │ │ ├── ClientDCDlg.h
│ │ │ ├── ClientDC.dsp
│ │ │ ├── ClientDC.dsw
│ │ │ ├── ClientDC.h
│ │ │ ├── ClientDC.rc
│ │ │ ├── Debug
│ │ │ │ └── ClientDC.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ClientDC.ico
│ │ │ │ └── ClientDC.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Debug
│ │ │ │ └── WindowDC.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── WindowDC.ico
│ │ │ │ └── WindowDC.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WindowDC.cpp
│ │ │ ├── WindowDCDlg.cpp
│ │ │ ├── WindowDCDlg.h
│ │ │ ├── WindowDC.dsp
│ │ │ ├── WindowDC.dsw
│ │ │ ├── WindowDC.h
│ │ │ └── WindowDC.rc
│ │ ├── 03
│ │ │ ├── CPen.cpp
│ │ │ ├── CPenDlg.cpp
│ │ │ ├── CPenDlg.h
│ │ │ ├── CPen.dsp
│ │ │ ├── CPen.dsw
│ │ │ ├── CPen.h
│ │ │ ├── CPen.rc
│ │ │ ├── Debug
│ │ │ │ └── CPen.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CPen.ico
│ │ │ │ └── CPen.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Brush.cpp
│ │ │ ├── BrushDlg.cpp
│ │ │ ├── BrushDlg.h
│ │ │ ├── Brush.dsp
│ │ │ ├── Brush.dsw
│ │ │ ├── Brush.h
│ │ │ ├── Brush.rc
│ │ │ ├── Debug
│ │ │ │ └── Brush.exe
│ │ │ ├── mr.bmp
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Brush.ico
│ │ │ │ └── Brush.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── Debug
│ │ │ │ └── Font.exe
│ │ │ ├── Font.cpp
│ │ │ ├── FontDlg.cpp
│ │ │ ├── FontDlg.h
│ │ │ ├── Font.dsp
│ │ │ ├── Font.dsw
│ │ │ ├── Font.h
│ │ │ ├── Font.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Font.ico
│ │ │ │ └── Font.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── FontWindow.exe
│ │ │ ├── FontWindow.cpp
│ │ │ ├── FontWindowDlg.cpp
│ │ │ ├── FontWindowDlg.h
│ │ │ ├── FontWindow.dsp
│ │ │ ├── FontWindow.dsw
│ │ │ ├── FontWindow.h
│ │ │ ├── FontWindow.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FontWindow.ico
│ │ │ │ └── FontWindow.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── bitmap.bmp
│ │ │ ├── Bitmap.cpp
│ │ │ ├── BitmapDlg.cpp
│ │ │ ├── BitmapDlg.h
│ │ │ ├── Bitmap.dsp
│ │ │ ├── Bitmap.dsw
│ │ │ ├── Bitmap.h
│ │ │ ├── Bitmap.rc
│ │ │ ├── Debug
│ │ │ │ └── Bitmap.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Bitmap.ico
│ │ │ │ └── Bitmap.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── Debug
│ │ │ └── MetaFile.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MetaFile.cpp
│ │ ├── MetaFileDoc.cpp
│ │ ├── MetaFileDoc.h
│ │ ├── MetaFile.dsp
│ │ ├── MetaFile.dsw
│ │ ├── MetaFile.h
│ │ ├── MetaFile.rc
│ │ ├── MetaFileView.cpp
│ │ ├── MetaFileView.h
│ │ ├── myfile.wmf
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MetaFileDoc.ico
│ │ │ ├── MetaFile.ico
│ │ │ ├── MetaFile.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 08
│ │ ├── 01
│ │ │ ├── ico
│ │ │ │ ├── 106.ico
│ │ │ │ ├── 107.ico
│ │ │ │ ├── 119.ico
│ │ │ │ ├── 137.ico
│ │ │ │ ├── 145.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 163.ico
│ │ │ │ ├── 165.ico
│ │ │ │ ├── 170.ico
│ │ │ │ ├── 171.ico
│ │ │ │ ├── 30.ico
│ │ │ │ └── 32.ico
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MyListView.cpp
│ │ │ ├── MyListView.h
│ │ │ ├── MyTreeView.cpp
│ │ │ ├── MyTreeView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── TVandLVDoc.ico
│ │ │ │ ├── TVandLV.ico
│ │ │ │ └── TVandLV.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TVandLV.cpp
│ │ │ ├── TVandLVDoc.cpp
│ │ │ ├── TVandLVDoc.h
│ │ │ ├── TVandLV.dsp
│ │ │ ├── TVandLV.dsw
│ │ │ ├── TVandLV.h
│ │ │ ├── TVandLV.rc
│ │ │ ├── TVandLVView.cpp
│ │ │ └── TVandLVView.h
│ │ ├── 02
│ │ │ ├── FormViewExample.cpp
│ │ │ ├── FormViewExampleDoc.cpp
│ │ │ ├── FormViewExampleDoc.h
│ │ │ ├── FormViewExample.dsp
│ │ │ ├── FormViewExample.dsw
│ │ │ ├── FormViewExample.h
│ │ │ ├── FormViewExample.rc
│ │ │ ├── FormViewExampleView.cpp
│ │ │ ├── FormViewExampleView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FormViewExampleDoc.ico
│ │ │ │ ├── FormViewExample.ico
│ │ │ │ ├── FormViewExample.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── HtmlViewExample.cpp
│ │ │ ├── HtmlViewExampleDoc.cpp
│ │ │ ├── HtmlViewExampleDoc.h
│ │ │ ├── HtmlViewExample.dsp
│ │ │ ├── HtmlViewExample.dsw
│ │ │ ├── HtmlViewExample.h
│ │ │ ├── HtmlViewExample.rc
│ │ │ ├── HtmlViewExampleView.cpp
│ │ │ ├── HtmlViewExampleView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── HtmlViewExampleDoc.ico
│ │ │ │ ├── HtmlViewExample.ico
│ │ │ │ ├── HtmlViewExample.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ico
│ │ │ │ ├── 106.ico
│ │ │ │ ├── 107.ico
│ │ │ │ ├── 119.ico
│ │ │ │ ├── 137.ico
│ │ │ │ ├── 145.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 147.ico
│ │ │ │ ├── 163.ico
│ │ │ │ ├── 165.ico
│ │ │ │ ├── 170.ico
│ │ │ │ ├── 171.ico
│ │ │ │ ├── 30.ico
│ │ │ │ └── 32.ico
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── TreeViewExampleDoc.ico
│ │ │ │ ├── TreeViewExample.ico
│ │ │ │ └── TreeViewExample.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TreeViewExample.cpp
│ │ │ ├── TreeViewExampleDoc.cpp
│ │ │ ├── TreeViewExampleDoc.h
│ │ │ ├── TreeViewExample.dsp
│ │ │ ├── TreeViewExample.dsw
│ │ │ ├── TreeViewExample.h
│ │ │ ├── TreeViewExample.rc
│ │ │ ├── TreeViewExampleView.cpp
│ │ │ └── TreeViewExampleView.h
│ │ └── 05
│ │ ├── ListViewExample.cpp
│ │ ├── ListViewExampleDoc.cpp
│ │ ├── ListViewExampleDoc.h
│ │ ├── ListViewExample.dsp
│ │ ├── ListViewExample.dsw
│ │ ├── ListViewExample.h
│ │ ├── ListViewExample.rc
│ │ ├── ListViewExampleView.cpp
│ │ ├── ListViewExampleView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── res
│ │ │ ├── ListViewExampleDoc.ico
│ │ │ ├── ListViewExample.ico
│ │ │ ├── ListViewExample.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 09
│ │ ├── 01
│ │ │ ├── CountNum.cpp
│ │ │ ├── CountNumDoc.cpp
│ │ │ ├── CountNumDoc.h
│ │ │ ├── CountNum.dsp
│ │ │ ├── CountNum.dsw
│ │ │ ├── CountNum.h
│ │ │ ├── CountNum.rc
│ │ │ ├── CountNumView.cpp
│ │ │ ├── CountNumView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CountNumDoc.ico
│ │ │ │ ├── CountNum.ico
│ │ │ │ ├── CountNum.rc2
│ │ │ │ ├── toolbar1.bmp
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SinglePrintDoc.ico
│ │ │ │ ├── SinglePrint.ico
│ │ │ │ ├── SinglePrint.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── Resource.h
│ │ │ ├── SinglePrint.cpp
│ │ │ ├── SinglePrintDoc.cpp
│ │ │ ├── SinglePrintDoc.h
│ │ │ ├── SinglePrint.dsp
│ │ │ ├── SinglePrint.dsw
│ │ │ ├── SinglePrint.h
│ │ │ ├── SinglePrint.rc
│ │ │ ├── SinglePrintView.cpp
│ │ │ ├── SinglePrintView.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── DialogPrint.cpp
│ │ │ ├── DialogPrintDlg.cpp
│ │ │ ├── DialogPrintDlg.h
│ │ │ ├── DialogPrint.dsp
│ │ │ ├── DialogPrint.dsw
│ │ │ ├── DialogPrint.h
│ │ │ ├── DialogPrint.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── DialogPrint.ico
│ │ │ │ └── DialogPrint.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── Print.cpp
│ │ │ ├── PrintDlg.cpp
│ │ │ ├── PrintDlg.h
│ │ │ ├── PrintDoc.cpp
│ │ │ ├── PrintDoc.h
│ │ │ ├── Print.dsp
│ │ │ ├── Print.dsw
│ │ │ ├── Print.h
│ │ │ ├── Print.rc
│ │ │ ├── PrintView.cpp
│ │ │ ├── PrintView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PrintDoc.ico
│ │ │ │ ├── Print.ico
│ │ │ │ ├── Print.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── PrintBearing.cpp
│ │ │ ├── PrintBearingDlg.cpp
│ │ │ ├── PrintBearingDlg.h
│ │ │ ├── PrintBearing.dsp
│ │ │ ├── PrintBearing.dsw
│ │ │ ├── PrintBearing.h
│ │ │ ├── PrintBearing.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PrintBearing.ico
│ │ │ │ └── PrintBearing.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── PaperSize.cpp
│ │ │ ├── PaperSizeDlg.cpp
│ │ │ ├── PaperSizeDlg.h
│ │ │ ├── PaperSize.dsp
│ │ │ ├── PaperSize.dsw
│ │ │ ├── PaperSize.h
│ │ │ ├── PaperSize.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PaperSize.ico
│ │ │ │ └── PaperSize.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── PreView.cpp
│ │ │ ├── PreView.h
│ │ │ ├── PreviewTool.cpp
│ │ │ ├── PreviewToolDoc.cpp
│ │ │ ├── PreviewToolDoc.h
│ │ │ ├── PreviewTool.dsp
│ │ │ ├── PreviewTool.dsw
│ │ │ ├── PreviewTool.h
│ │ │ ├── PreviewTool.rc
│ │ │ ├── PreviewToolView.cpp
│ │ │ ├── PreviewToolView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── close.ico
│ │ │ │ ├── frist.ico
│ │ │ │ ├── next.ico
│ │ │ │ ├── PreviewToolDoc.ico
│ │ │ │ ├── PreviewTool.ico
│ │ │ │ ├── PreviewTool.rc2
│ │ │ │ ├── print.ico
│ │ │ │ ├── toolbar1.bmp
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── Preview.cpp
│ │ ├── Preview.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ScrollPreview.ico
│ │ │ └── ScrollPreview.rc2
│ │ ├── resource.h
│ │ ├── ScrollPreview.cpp
│ │ ├── ScrollPreviewDlg.cpp
│ │ ├── ScrollPreviewDlg.h
│ │ ├── ScrollPreview.dsp
│ │ ├── ScrollPreview.dsw
│ │ ├── ScrollPreview.h
│ │ ├── ScrollPreview.rc
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 10
│ │ ├── 01
│ │ │ ├── FileCopy.cpp
│ │ │ ├── FileCopyDlg.cpp
│ │ │ ├── FileCopyDlg.h
│ │ │ ├── FileCopy.dsp
│ │ │ ├── FileCopy.dsw
│ │ │ ├── FileCopy.h
│ │ │ ├── FileCopy.rc
│ │ │ ├── res
│ │ │ │ ├── FileCopy.ico
│ │ │ │ └── FileCopy.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── FileStatus.cpp
│ │ │ ├── FileStatusDlg.cpp
│ │ │ ├── FileStatusDlg.h
│ │ │ ├── FileStatus.dsp
│ │ │ ├── FileStatus.dsw
│ │ │ ├── FileStatus.h
│ │ │ ├── FileStatus.rc
│ │ │ ├── res
│ │ │ │ ├── FileStatus.ico
│ │ │ │ └── FileStatus.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── ReadText.cpp
│ │ │ ├── ReadTextDlg.cpp
│ │ │ ├── ReadTextDlg.h
│ │ │ ├── ReadText.dsp
│ │ │ ├── ReadText.dsw
│ │ │ ├── ReadText.h
│ │ │ ├── ReadText.rc
│ │ │ ├── res
│ │ │ │ ├── ReadText.ico
│ │ │ │ └── ReadText.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── MFCiniFile.cpp
│ │ │ ├── MFCiniFileDlg.cpp
│ │ │ ├── MFCiniFileDlg.h
│ │ │ ├── MFCiniFile.dsp
│ │ │ ├── MFCiniFile.dsw
│ │ │ ├── MFCiniFile.h
│ │ │ ├── MFCiniFile.rc
│ │ │ ├── mr.ini
│ │ │ ├── res
│ │ │ │ ├── MFCiniFile.ico
│ │ │ │ └── MFCiniFile.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ ├── 05
│ │ │ ├── MFCRegister.cpp
│ │ │ ├── MFCRegisterDlg.cpp
│ │ │ ├── MFCRegisterDlg.h
│ │ │ ├── MFCRegister.dsp
│ │ │ ├── MFCRegister.dsw
│ │ │ ├── MFCRegister.h
│ │ │ ├── MFCRegister.rc
│ │ │ ├── res
│ │ │ │ ├── MFCRegister.ico
│ │ │ │ └── MFCRegister.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ └── 06
│ │ ├── RegExample.cpp
│ │ ├── RegExampleDlg.cpp
│ │ ├── RegExampleDlg.h
│ │ ├── RegExample.dsp
│ │ ├── RegExample.dsw
│ │ ├── RegExample.h
│ │ ├── RegExample.rc
│ │ ├── res
│ │ │ ├── RegExample.ico
│ │ │ └── RegExample.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 11
│ │ ├── 01
│ │ │ ├── ADO.cpp
│ │ │ ├── ADODlg.cpp
│ │ │ ├── ADODlg.h
│ │ │ ├── ADO.dsp
│ │ │ ├── ADO.dsw
│ │ │ ├── ADO.h
│ │ │ ├── ADO.rc
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ADO.ico
│ │ │ │ └── ADO.rc2
│ │ │ ├── resource.h
│ │ │ ├── shujuku.mdb
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── Execute.cpp
│ │ │ ├── ExecuteDlg.cpp
│ │ │ ├── ExecuteDlg.h
│ │ │ ├── Execute.dsp
│ │ │ ├── Execute.dsw
│ │ │ ├── Execute.h
│ │ │ ├── Execute.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Execute.ico
│ │ │ │ └── Execute.rc2
│ │ │ ├── resource.h
│ │ │ ├── shujuku.mdb
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── AccessFrame.cpp
│ │ │ ├── AccessFrameDlg.cpp
│ │ │ ├── AccessFrameDlg.h
│ │ │ ├── AccessFrame.dsp
│ │ │ ├── AccessFrame.dsw
│ │ │ ├── AccessFrame.h
│ │ │ ├── AccessFrame.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── AccessFrame.ico
│ │ │ │ └── AccessFrame.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Script.ico
│ │ │ │ └── Script.rc2
│ │ │ ├── resource.h
│ │ │ ├── Script.cpp
│ │ │ ├── ScriptDlg.cpp
│ │ │ ├── ScriptDlg.h
│ │ │ ├── Script.dsp
│ │ │ ├── Script.dsw
│ │ │ ├── Script.h
│ │ │ ├── Script.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── AutomaticTack.cpp
│ │ │ ├── AutomaticTackDlg.cpp
│ │ │ ├── AutomaticTackDlg.h
│ │ │ ├── AutomaticTack.dsp
│ │ │ ├── AutomaticTack.dsw
│ │ │ ├── AutomaticTack.h
│ │ │ ├── AutomaticTack.rc
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── AutomaticTack.ico
│ │ │ │ └── AutomaticTack.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── Debug
│ │ │ │ ├── msado15.tlh
│ │ │ │ └── msado15.tli
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ReturnPata.ico
│ │ │ │ └── ReturnPata.rc2
│ │ │ ├── resource.h
│ │ │ ├── ReturnPata.cpp
│ │ │ ├── ReturnPataDlg.cpp
│ │ │ ├── ReturnPataDlg.h
│ │ │ ├── ReturnPata.dsp
│ │ │ ├── ReturnPata.dsw
│ │ │ ├── ReturnPata.h
│ │ │ ├── ReturnPata.rc
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ ├── 07
│ │ │ ├── database
│ │ │ │ ├── tacksjk_Data.MDF
│ │ │ │ └── tacksjk_Log.LDF
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SQLstockup.ico
│ │ │ │ └── SQLstockup.rc2
│ │ │ ├── Resource.h
│ │ │ ├── SQLstockup.cpp
│ │ │ ├── SQLstockupDlg.cpp
│ │ │ ├── SQLstockupDlg.h
│ │ │ ├── SQLstockup.dsp
│ │ │ ├── SQLstockup.dsw
│ │ │ ├── SQLstockup.h
│ │ │ ├── SQLstockup.rc
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ └── 08
│ │ ├── BmpAccess.cpp
│ │ ├── BmpAccessDlg.cpp
│ │ ├── BmpAccessDlg.h
│ │ ├── BmpAccess.dsp
│ │ ├── BmpAccess.dsw
│ │ ├── BmpAccess.h
│ │ ├── BmpAccess.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BmpAccess.ico
│ │ │ └── BmpAccess.rc2
│ │ ├── Resource.h
│ │ ├── shujuku.mdb
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 12
│ │ ├── 01
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── ChildProcess.cpp
│ │ │ ├── ChildProcessDlg.cpp
│ │ │ ├── ChildProcessDlg.h
│ │ │ ├── ChildProcess.dsp
│ │ │ ├── ChildProcess.dsw
│ │ │ ├── ChildProcess.h
│ │ │ ├── ChildProcess.rc
│ │ │ ├── Debug
│ │ │ │ ├── ChildProcess.bsc
│ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ ├── ChildProcess.exe
│ │ │ │ ├── ChildProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ChildProcess.ico
│ │ │ │ └── ChildProcess.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── childprocess
│ │ │ │ ├── ChildProcess.cpp
│ │ │ │ ├── ChildProcessDlg.cpp
│ │ │ │ ├── ChildProcessDlg.h
│ │ │ │ ├── ChildProcess.dsp
│ │ │ │ ├── ChildProcess.dsw
│ │ │ │ ├── ChildProcess.h
│ │ │ │ ├── ChildProcess.rc
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ChildProcess.bsc
│ │ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ │ ├── ChildProcess.exe
│ │ │ │ │ ├── ChildProcess.sbr
│ │ │ │ │ └── StdAfx.sbr
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── ChildProcess.ico
│ │ │ │ │ └── ChildProcess.rc2
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── Debug
│ │ │ │ ├── ParentProcess.bsc
│ │ │ │ ├── ParentProcessDlg.sbr
│ │ │ │ ├── ParentProcess.exe
│ │ │ │ ├── ParentProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ParentProcess.cpp
│ │ │ ├── ParentProcessDlg.cpp
│ │ │ ├── ParentProcessDlg.h
│ │ │ ├── ParentProcess.dsp
│ │ │ ├── ParentProcess.dsw
│ │ │ ├── ParentProcess.h
│ │ │ ├── ParentProcess.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ParentProcess.ico
│ │ │ │ └── ParentProcess.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── ChildProcess.cpp
│ │ │ ├── ChildProcessDlg.cpp
│ │ │ ├── ChildProcessDlg.h
│ │ │ ├── ChildProcess.dsp
│ │ │ ├── ChildProcess.dsw
│ │ │ ├── ChildProcess.h
│ │ │ ├── ChildProcess.rc
│ │ │ ├── Debug
│ │ │ │ ├── ChildProcess.bsc
│ │ │ │ ├── ChildProcessDlg.sbr
│ │ │ │ ├── ChildProcess.exe
│ │ │ │ ├── ChildProcess.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ChildProcess.ico
│ │ │ │ └── ChildProcess.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 06
│ │ │ ├── Debug
│ │ │ │ └── ShareMem.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ShareMem.ico
│ │ │ │ └── ShareMem.rc2
│ │ │ ├── resource.h
│ │ │ ├── ShareMem.cpp
│ │ │ ├── ShareMemDlg.cpp
│ │ │ ├── ShareMemDlg.h
│ │ │ ├── ShareMem.dsp
│ │ │ ├── ShareMem.dsw
│ │ │ ├── ShareMem.h
│ │ │ ├── ShareMem.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 07
│ │ │ ├── CreateMultiThread.cpp
│ │ │ ├── CreateMultiThreadDlg.cpp
│ │ │ ├── CreateMultiThreadDlg.h
│ │ │ ├── CreateMultiThread.dsp
│ │ │ ├── CreateMultiThread.dsw
│ │ │ ├── CreateMultiThread.h
│ │ │ ├── CreateMultiThread.rc
│ │ │ ├── Debug
│ │ │ │ ├── CreateMultiThread.bsc
│ │ │ │ ├── CreateMultiThreadDlg.sbr
│ │ │ │ ├── CreateMultiThread.exe
│ │ │ │ ├── CreateMultiThread.sbr
│ │ │ │ └── StdAfx.sbr
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ └── CreateMultiThread.exe
│ │ │ ├── res
│ │ │ │ ├── CreateMultiThread.ico
│ │ │ │ └── CreateMultiThread.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 08
│ │ │ ├── BookInfo.cpp
│ │ │ ├── BookInfo.h
│ │ │ ├── Debug
│ │ │ │ ├── BookInfo.sbr
│ │ │ │ ├── EncapsulateThread.bsc
│ │ │ │ ├── EncapsulateThreadDlg.sbr
│ │ │ │ ├── EncapsulateThread.exe
│ │ │ │ ├── EncapsulateThread.sbr
│ │ │ │ ├── StdAfx.sbr
│ │ │ │ └── ThreadApp.sbr
│ │ │ ├── EncapsulateThread.cpp
│ │ │ ├── EncapsulateThreadDlg.cpp
│ │ │ ├── EncapsulateThreadDlg.h
│ │ │ ├── EncapsulateThread.dsp
│ │ │ ├── EncapsulateThread.dsw
│ │ │ ├── EncapsulateThread.h
│ │ │ ├── EncapsulateThread.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ └── EncapsulateThread.exe
│ │ │ ├── res
│ │ │ │ ├── EncapsulateThread.ico
│ │ │ │ └── EncapsulateThread.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadApp.cpp
│ │ │ └── ThreadApp.h
│ │ ├── 09
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr1.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr1.cpp
│ │ │ ├── ThreadSynchr1.dsp
│ │ │ └── ThreadSynchr1.dsw
│ │ ├── 10
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr2.exe
│ │ │ ├── Release
│ │ │ │ └── ThreadSynchr2.exe
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr2.cpp
│ │ │ ├── ThreadSynchr2.dsp
│ │ │ └── ThreadSynchr2.dsw
│ │ ├── 11
│ │ │ ├── Debug
│ │ │ │ └── ThreadSynchr3.exe
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── ThreadSynchr3.cpp
│ │ │ ├── ThreadSynchr3.dsp
│ │ │ └── ThreadSynchr3.dsw
│ │ └── 12
│ │ ├── Debug
│ │ │ └── ThreadSynchr4.exe
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── ThreadSynchr4.cpp
│ │ ├── ThreadSynchr4.dsp
│ │ └── ThreadSynchr4.dsw
│ ├── 13
│ │ ├── 01
│ │ │ ├── MyStaticLib.cpp
│ │ │ ├── MyStaticLib.h
│ │ │ ├── StaticLib.dsp
│ │ │ └── StaticLib.dsw
│ │ ├── 02
│ │ │ ├── MyStaticLib.h
│ │ │ ├── res
│ │ │ │ ├── testDLL.ico
│ │ │ │ └── testDLL.rc2
│ │ │ ├── resource.h
│ │ │ ├── StaticLib.lib
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL.cpp
│ │ │ ├── testDLLDlg.cpp
│ │ │ ├── testDLLDlg.h
│ │ │ ├── testDLL.dsp
│ │ │ ├── testDLL.dsw
│ │ │ ├── testDLL.h
│ │ │ └── testDLL.rc
│ │ ├── 03
│ │ │ ├── MyDynamicLib.cpp
│ │ │ ├── MyDynamicLib.dsp
│ │ │ ├── MyDynamicLib.dsw
│ │ │ └── MyDynamicLib.h
│ │ ├── 04
│ │ │ ├── MyDynamicLib.dll
│ │ │ ├── MyDynamicLib.h
│ │ │ ├── MyDynamicLib.lib
│ │ │ ├── res
│ │ │ │ ├── testDLL2.ico
│ │ │ │ └── testDLL2.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL2.cpp
│ │ │ ├── testDLL2Dlg.cpp
│ │ │ ├── testDLL2Dlg.h
│ │ │ ├── testDLL2.dsp
│ │ │ ├── testDLL2.dsw
│ │ │ ├── testDLL2.h
│ │ │ └── testDLL2.rc
│ │ ├── 05
│ │ │ ├── MyDynamicLib.dll
│ │ │ ├── MyDynamicLib.lib
│ │ │ ├── res
│ │ │ │ ├── testDLL3.ico
│ │ │ │ └── testDLL3.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── testDLL3.cpp
│ │ │ ├── testDLL3Dlg.cpp
│ │ │ ├── testDLL3Dlg.h
│ │ │ ├── testDLL3.dsp
│ │ │ ├── testDLL3.dsw
│ │ │ ├── testDLL3.h
│ │ │ └── testDLL3.rc
│ │ ├── 06
│ │ │ ├── ExportClass.cpp
│ │ │ ├── ExportClass.def
│ │ │ ├── ExportClass.dsp
│ │ │ ├── ExportClass.dsw
│ │ │ └── ExportClass.h
│ │ ├── 07
│ │ │ ├── DllDialog.h
│ │ │ ├── ExtensionDLL.cpp
│ │ │ ├── ExtensionDLL.def
│ │ │ ├── ExtensionDLL.dll
│ │ │ ├── ExtensionDLL.dsp
│ │ │ ├── ExtensionDLL.dsw
│ │ │ ├── ExtensionDLL.lib
│ │ │ ├── ExtensionDLL.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ └── ExtensionDLL.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 08
│ │ ├── DllDialog.h
│ │ ├── ExeDialog.cpp
│ │ ├── ExeDialog.h
│ │ ├── ExtensionDLL.dll
│ │ ├── ExtensionDLL.lib
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── testMFCDLL.ico
│ │ │ └── testMFCDLL.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── testMFCDLL.cpp
│ │ ├── testMFCDLLDlg.cpp
│ │ ├── testMFCDLLDlg.h
│ │ ├── testMFCDLL.dsp
│ │ ├── testMFCDLL.dsw
│ │ ├── testMFCDLL.h
│ │ └── testMFCDLL.rc
│ ├── 14
│ │ ├── 01
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SeriesPort.ico
│ │ │ │ └── SeriesPort.rc2
│ │ │ ├── resource.h
│ │ │ ├── SeriesPort.cpp
│ │ │ ├── SeriesPortDlg.cpp
│ │ │ ├── SeriesPortDlg.h
│ │ │ ├── SeriesPort.dsp
│ │ │ ├── SeriesPort.dsw
│ │ │ ├── SeriesPort.h
│ │ │ ├── SeriesPort.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── mscomm1.cpp
│ │ ├── mscomm1.h
│ │ ├── MSComm.cpp
│ │ ├── MSCommDlg.cpp
│ │ ├── MSCommDlg.h
│ │ ├── MSComm.dsp
│ │ ├── MSComm.dsw
│ │ ├── MSComm.h
│ │ ├── MSComm.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MSComm.ico
│ │ │ └── MSComm.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 15
│ │ ├── 01
│ │ │ ├── client.cpp
│ │ │ ├── clientDlg.cpp
│ │ │ ├── clientDlg.h
│ │ │ ├── client.dsp
│ │ │ ├── client.dsw
│ │ │ ├── client.h
│ │ │ ├── client.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 19.ico
│ │ │ │ ├── client.ico
│ │ │ │ └── client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 10.ico
│ │ │ │ ├── server.ico
│ │ │ │ └── server.rc2
│ │ │ ├── resource.h
│ │ │ ├── server.cpp
│ │ │ ├── serverDlg.cpp
│ │ │ ├── serverDlg.h
│ │ │ ├── server.dsp
│ │ │ ├── server.dsw
│ │ │ ├── server.h
│ │ │ ├── server.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 03
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── TransFile.exe
│ │ ├── res
│ │ │ ├── ART BASI.ICO
│ │ │ ├── BROWN FO.ICO
│ │ │ ├── TransFile.ico
│ │ │ └── TransFile.rc2
│ │ ├── resource.h
│ │ ├── ServerSocket.cpp
│ │ ├── ServerSocket.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransFile.cpp
│ │ ├── TransFileDlg.cpp
│ │ ├── TransFileDlg.h
│ │ ├── TransFile.dsp
│ │ ├── TransFile.dsw
│ │ ├── TransFile.h
│ │ └── TransFile.rc
│ ├── 16
│ │ ├── 01
│ │ │ ├── FileDown.cpp
│ │ │ ├── FileDownDlg.cpp
│ │ │ ├── FileDownDlg.h
│ │ │ ├── FileDown.dsp
│ │ │ ├── FileDown.dsw
│ │ │ ├── FileDown.h
│ │ │ ├── FileDown.rc
│ │ │ ├── res
│ │ │ │ ├── FileDown.ico
│ │ │ │ └── FileDown.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── FtpFile.cpp
│ │ │ ├── FtpFileDlg.cpp
│ │ │ ├── FtpFileDlg.h
│ │ │ ├── FtpFile.dsp
│ │ │ ├── FtpFile.dsw
│ │ │ ├── FtpFile.h
│ │ │ ├── FtpFile.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── FtpFile.ico
│ │ │ │ └── FtpFile.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 03
│ │ │ ├── GetWebSource.cpp
│ │ │ ├── GetWebSourceDlg.cpp
│ │ │ ├── GetWebSourceDlg.h
│ │ │ ├── GetWebSource.dsp
│ │ │ ├── GetWebSource.dsw
│ │ │ ├── GetWebSource.h
│ │ │ ├── GetWebSource.rc
│ │ │ ├── res
│ │ │ │ ├── GetWebSource.ico
│ │ │ │ └── GetWebSource.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 04
│ │ │ ├── ChangeHeader.cpp
│ │ │ ├── ChangeHeader.def
│ │ │ ├── ChangeHeader.dsp
│ │ │ ├── ChangeHeader.dsw
│ │ │ ├── ChangeHeader.h
│ │ │ ├── ChangeHeader.rc
│ │ │ ├── ChangeHeader.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 05
│ │ │ ├── ISAPIExample.cpp
│ │ │ ├── ISAPIExample.def
│ │ │ ├── ISAPIExample.dsp
│ │ │ ├── ISAPIExample.dsw
│ │ │ ├── ISAPIExample.h
│ │ │ ├── ISAPIExample.rc
│ │ │ ├── ISAPIExample.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 06
│ │ ├── Debug
│ │ │ ├── MAPIMail.bsc
│ │ │ ├── MAPIMailDlg.sbr
│ │ │ ├── MAPIMail.exe
│ │ │ ├── MAPIMail.sbr
│ │ │ └── StdAfx.sbr
│ │ ├── mapi32.dll
│ │ ├── MAPIMail.cpp
│ │ ├── MAPIMailDlg.cpp
│ │ ├── MAPIMailDlg.h
│ │ ├── MAPIMail.dsp
│ │ ├── MAPIMail.dsw
│ │ ├── MAPIMail.h
│ │ ├── MAPIMail.rc
│ │ ├── res
│ │ │ ├── MAPIMail.ico
│ │ │ └── MAPIMail.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 18
│ │ ├── 01
│ │ │ ├── MFCExample
│ │ │ │ ├── ChildFrm.cpp
│ │ │ │ ├── ChildFrm.h
│ │ │ │ ├── MainFrm.cpp
│ │ │ │ ├── MainFrm.h
│ │ │ │ ├── MFCExample.cpp
│ │ │ │ ├── MFCExampleDoc.cpp
│ │ │ │ ├── MFCExampleDoc.h
│ │ │ │ ├── MFCExample.h
│ │ │ │ ├── MFCExample.rc
│ │ │ │ ├── MFCExample.vcproj
│ │ │ │ ├── MFCExample.vcproj.MINGRISOFT.Administrator.user
│ │ │ │ ├── MFCExampleView.cpp
│ │ │ │ ├── MFCExampleView.h
│ │ │ │ ├── MyDialog.cpp
│ │ │ │ ├── MyDialog.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── MFCExampleDoc.ico
│ │ │ │ │ ├── MFCExample.ico
│ │ │ │ │ ├── MFCExample.rc2
│ │ │ │ │ └── Toolbar.bmp
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── MFCExample.sln
│ │ │ └── MFCExample.suo
│ │ ├── 02
│ │ │ ├── CLRApplication
│ │ │ │ ├── app.ico
│ │ │ │ ├── app.rc
│ │ │ │ ├── AssemblyInfo.cpp
│ │ │ │ ├── CLRApplication.cpp
│ │ │ │ ├── CLRApplication.vcproj
│ │ │ │ ├── CLRApplication.vcproj.MINGRISOFT.Administrator.user
│ │ │ │ ├── Form1.h
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.cpp
│ │ │ │ ├── Form2.h
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── CLRApplication.sln
│ │ │ └── CLRApplication.suo
│ │ ├── 03
│ │ │ ├── db_Client_Data.MDF
│ │ │ ├── db_Client_Log.LDF
│ │ │ ├── WebServerExample
│ │ │ │ ├── app.ico
│ │ │ │ ├── app.rc
│ │ │ │ ├── AssemblyInfo.cpp
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ ├── Web.config
│ │ │ │ ├── WebServerExample.asmx
│ │ │ │ ├── WebServerExampleClass.cpp
│ │ │ │ ├── WebServerExampleClass.h
│ │ │ │ ├── WebServerExampleClass.resx
│ │ │ │ ├── WebServerExample.vcproj
│ │ │ │ └── WebServerExample.vcproj.MINGRISOFT.Administrator.user
│ │ │ ├── WebServerExample.sln
│ │ │ ├── WebServerExample.suo
│ │ │ └── 程序使用说明.txt
│ │ └── 04
│ │ ├── App_WebReferences
│ │ │ └── WebServer
│ │ │ ├── WebServerExample.disco
│ │ │ ├── WebServerExample.discomap
│ │ │ └── WebServerExample.wsdl
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ └── 19
│ ├── 01
│ │ ├── debug
│ │ │ └── ExtendSyntax.exe
│ │ ├── ExtendSyntax
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── ExtendSyntax.exe.intermediate.manifest
│ │ │ │ └── mt.dep
│ │ │ ├── ExtendSyntax.cpp
│ │ │ ├── ExtendSyntaxDlg.cpp
│ │ │ ├── ExtendSyntaxDlg.h
│ │ │ ├── ExtendSyntax.h
│ │ │ ├── ExtendSyntax.rc
│ │ │ ├── ExtendSyntax.vcproj
│ │ │ ├── ExtendSyntax.vcproj.MRVC.Administrator.user
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ExtendSyntax.ico
│ │ │ │ └── ExtendSyntax.rc2
│ │ │ ├── Resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── ExtendSyntax.sln
│ │ └── ExtendSyntax.suo
│ ├── 02
│ │ ├── debug
│ │ │ └── DelegateExam.exe
│ │ ├── DelegateExam
│ │ │ ├── app.ico
│ │ │ ├── app.rc
│ │ │ ├── AssemblyInfo.cpp
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── DelegateExam.exe.intermediate.manifest
│ │ │ │ ├── DelegateExam.Form1.resources
│ │ │ │ └── mt.dep
│ │ │ ├── DelegateExam.cpp
│ │ │ ├── DelegateExam.vcproj
│ │ │ ├── DelegateExam.vcproj.MRVC.Administrator.user
│ │ │ ├── Form1.h
│ │ │ ├── Form1.resx
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── DelegateExam.sln
│ │ └── DelegateExam.suo
│ ├── 03
│ │ ├── debug
│ │ │ └── Serial.exe
│ │ ├── Serial
│ │ │ ├── app.ico
│ │ │ ├── app.rc
│ │ │ ├── AssemblyInfo.cpp
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── mt.dep
│ │ │ │ ├── Serial.exe.intermediate.manifest
│ │ │ │ └── Serial.Form1.resources
│ │ │ ├── Form1.h
│ │ │ ├── Form1.resx
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── Serial.bak
│ │ │ ├── Serial.cpp
│ │ │ ├── Serial.vcproj
│ │ │ ├── Serial.vcproj.MRVC.Administrator.user
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Serial.sln
│ │ └── Serial.suo
│ └── 04
│ ├── BOOKMANAGE
│ │ ├── app.ico
│ │ ├── app.rc
│ │ ├── AssemblyInfo.cpp
│ │ ├── BookInfo.cpp
│ │ ├── BookInfo.h
│ │ ├── BookInfo.resx
│ │ ├── BOOKMANAGE.cpp
│ │ ├── BOOKMANAGE.vcproj
│ │ ├── BOOKMANAGE.vcproj.MRVC.Administrator.user
│ │ ├── CBookInfoManage.cpp
│ │ ├── CBookInfoManage.h
│ │ ├── CBookInfoManage.resx
│ │ ├── CDataManage.cpp
│ │ ├── CDataManage.h
│ │ ├── CInStore.cpp
│ │ ├── CInStore.h
│ │ ├── CInStoreQuery.cpp
│ │ ├── CInStoreQuery.h
│ │ ├── CInStoreQuery.resx
│ │ ├── CInStore.resx
│ │ ├── CLogin.cpp
│ │ ├── CLogin.h
│ │ ├── CLogin.resx
│ │ ├── COutStore.cpp
│ │ ├── COutStore.h
│ │ ├── COutStoreQuery.cpp
│ │ ├── COutStoreQuery.h
│ │ ├── COutStoreQuery.resx
│ │ ├── COutStore.resx
│ │ ├── Debug
│ │ │ ├── BOOKMANAGE.BookInfo.resources
│ │ │ ├── BOOKMANAGE.CBookInfoManage.resources
│ │ │ ├── BOOKMANAGE.CInStoreQuery.resources
│ │ │ ├── BOOKMANAGE.CInStore.resources
│ │ │ ├── BOOKMANAGE.CLogin.resources
│ │ │ ├── BOOKMANAGE.COutStoreQuery.resources
│ │ │ ├── BOOKMANAGE.COutStore.resources
│ │ │ ├── BOOKMANAGE.exe.intermediate.manifest
│ │ │ ├── BOOKMANAGE.Form1.resources
│ │ │ ├── BOOKMANAGE.UserInfoManage.resources
│ │ │ ├── BuildLog.htm
│ │ │ └── mt.dep
│ │ ├── Form1.h
│ │ ├── Form1.resx
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── BOOKMANAGE.BookInfo.resources
│ │ │ ├── BOOKMANAGE.CBookInfoManage.resources
│ │ │ ├── BOOKMANAGE.CInStoreQuery.resources
│ │ │ ├── BOOKMANAGE.CInStore.resources
│ │ │ ├── BOOKMANAGE.CLogin.resources
│ │ │ ├── BOOKMANAGE.COutStoreQuery.resources
│ │ │ ├── BOOKMANAGE.COutStore.resources
│ │ │ ├── BOOKMANAGE.exe.intermediate.manifest
│ │ │ ├── BOOKMANAGE.Form1.resources
│ │ │ ├── BOOKMANAGE.UserInfoManage.resources
│ │ │ ├── BuildLog.htm
│ │ │ └── mt.dep
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── UserInfoManage.cpp
│ │ ├── UserInfoManage.h
│ │ └── UserInfoManage.resx
│ ├── BOOKMANAGE.sln
│ ├── BOOKMANAGE.suo
│ ├── DataBase
│ │ ├── BookManage_Data.MDF
│ │ └── BookManage_Log.LDF
│ ├── debug
│ │ └── BOOKMANAGE.exe
│ └── release
│ └── BOOKMANAGE.exe
├── 光盘使用说明.doc
└── 目录.txt
321 directories, 1840 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论