在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 198个经典C#WinForm实例源码.

198个经典C#WinForm实例源码.

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:53.08M
  • 下载次数:59
  • 浏览次数:874
  • 发布时间:2023-06-05
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: c#WinForm winform FORM ORM win

实例介绍

【实例简介】198个经典C#WinForm实例源码.
其中包含窗体技巧、控件操作、图像操作、报表打印、系统操作、文件操作、网络、数据库、加密与解密、硬件读写等方面。

【实例截图】

from clipboard

from clipboard

【核心代码】
文件清单
└── 198个经典C#WinForm实例源码
    └── 超赞的198个经典C#WinForm实例源码
        ├── 10-硬件读写
        │   ├── IC卡读写
        │   │   ├── CorporationEmployeeICCard
        │   │   │   ├── AboutBox1.cs
        │   │   │   ├── AboutBox1.Designer.cs
        │   │   │   ├── AboutBox1.resx
        │   │   │   ├── baseClass.cs
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CorporationEmployeeICCard.exe
        │   │   │   │       ├── CorporationEmployeeICCard.pdb
        │   │   │   │       ├── CorporationEmployeeICCard.vshost.exe
        │   │   │   │       ├── CorporationEmployeeICCard.vshost.exe.manifest
        │   │   │   │       ├── Interop.Excel.dll
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       └── 程序使用说明.txt
        │   │   │   ├── CorporationEmployeeICCard.csproj
        │   │   │   ├── CorporationEmployeeICCard.csproj.user
        │   │   │   ├── db1.mdb
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── Form3.cs
        │   │   │   ├── Form3.Designer.cs
        │   │   │   ├── Form3.resx
        │   │   │   ├── IC card.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CorporationEmployeeICCard.AboutBox1.resources
        │   │   │   │       ├── CorporationEmployeeICCard.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CorporationEmployeeICCard.csproj.GenerateResource.Cache
        │   │   │   │       ├── CorporationEmployeeICCard.csproj.ResolveComReference.cache
        │   │   │   │       ├── CorporationEmployeeICCard.exe
        │   │   │   │       ├── CorporationEmployeeICCard.Form1.resources
        │   │   │   │       ├── CorporationEmployeeICCard.Form2.resources
        │   │   │   │       ├── CorporationEmployeeICCard.Form3.resources
        │   │   │   │       ├── CorporationEmployeeICCard.pdb
        │   │   │   │       ├── CorporationEmployeeICCard.Properties.Resources.resources
        │   │   │   │       ├── Interop.Excel.dll
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── CorporationEmployeeICCard.sln
        │   │   └── CorporationEmployeeICCard.suo
        │   ├── ID卡识别
        │   │   ├── IDCard
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── IDCard.exe
        │   │   │   │       ├── IDCard.pdb
        │   │   │   │       ├── IDCard.vshost.exe
        │   │   │   │       ├── IDCard.vshost.exe.manifest
        │   │   │   │       ├── IDCard.vshost.sln
        │   │   │   │       └── IDCard.vshost.suo
        │   │   │   ├── db.mdb
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── IDCard.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── IDCard.csproj.FileListAbsolute.txt
        │   │   │   │       ├── IDCard.csproj.GenerateResource.Cache
        │   │   │   │       ├── IDCard.exe
        │   │   │   │       ├── IDCard.Form1.resources
        │   │   │   │       ├── IDCard.pdb
        │   │   │   │       ├── IDCard.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── IDCard.sln
        │   ├── 工程师兼职工作.url
        │   ├── 指纹识别器
        │   │   ├── fingerprint
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ZKFPEngXControl.dll
        │   │   │   │       ├── fingerprint.exe
        │   │   │   │       ├── fingerprint.pdb
        │   │   │   │       ├── fingerprint.vshost.exe
        │   │   │   │       ├── fingerprint.vshost.exe.manifest
        │   │   │   │       └── Interop.ZKFPEngXControl.dll
        │   │   │   ├── DataBase
        │   │   │   │   ├── db_finger_Data.MDF
        │   │   │   │   └── db_finger_Log.LDF
        │   │   │   ├── fingerprint.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ZKFPEngXControl.dll
        │   │   │   │       ├── fingerprint.csproj.FileListAbsolute.txt
        │   │   │   │       ├── fingerprint.csproj.GenerateResource.Cache
        │   │   │   │       ├── fingerprint.csproj.ResolveComReference.cache
        │   │   │   │       ├── fingerprint.exe
        │   │   │   │       ├── fingerprint.Form1.resources
        │   │   │   │       ├── fingerprint.Form2.resources
        │   │   │   │       ├── fingerprint.pdb
        │   │   │   │       ├── fingerprint.Properties.Resources.resources
        │   │   │   │       ├── Interop.ZKFPEngXControl.dll
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── fingerprint.sln
        │   │   ├── fingerprint.suo
        │   │   └── 程序使用说明.txt
        │   ├── 摄像头大头贴
        │   │   ├── AMCap
        │   │   │   ├── 01.png
        │   │   │   ├── 02.png
        │   │   │   ├── 03.png
        │   │   │   ├── 04.png
        │   │   │   ├── 05.png
        │   │   │   ├── AMCap.csproj
        │   │   │   ├── baseClass.cs
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AMCap.exe
        │   │   │   │       ├── AMCap.pdb
        │   │   │   │       ├── AMCap.vshost.exe
        │   │   │   │       └── AMCap.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AMCap.csproj.FileListAbsolute.txt
        │   │   │   │       ├── AMCap.csproj.GenerateResource.Cache
        │   │   │   │       ├── AMCap.exe
        │   │   │   │       ├── AMCap.Form1.resources
        │   │   │   │       ├── AMCap.pdb
        │   │   │   │       ├── AMCap.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── AMCap.sln
        │   │   └── AMCap.suo
        │   ├── 教程说明.url
        │   ├── 数据采集器读写
        │   │   └── CollectionEnginery
        │   │       ├── CollectionEnginery
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── AddData.dat
        │   │       │   │       ├── CollectionEnginery.exe
        │   │       │   │       ├── CollectionEnginery.pdb
        │   │       │   │       ├── CollectionEnginery.vshost.exe
        │   │       │   │       └── CollectionEnginery.vshost.exe.manifest
        │   │       │   ├── CollectionEnginery.csproj
        │   │       │   ├── database
        │   │       │   │   ├── CollectionEnginery_Data.MDF
        │   │       │   │   └── CollectionEnginery_Log.LDF
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── CollectionEnginery.csproj.FileListAbsolute.txt
        │   │       │   │       ├── CollectionEnginery.csproj.GenerateResource.Cache
        │   │       │   │       ├── CollectionEnginery.exe
        │   │       │   │       ├── CollectionEnginery.Form1.resources
        │   │       │   │       ├── CollectionEnginery.pdb
        │   │       │   │       ├── CollectionEnginery.Properties.Resources.resources
        │   │       │   │       └── TempPE
        │   │       │   ├── Program.cs
        │   │       │   └── Properties
        │   │       │       ├── AssemblyInfo.cs
        │   │       │       ├── Resources.Designer.cs
        │   │       │       ├── Resources.resx
        │   │       │       ├── Settings.Designer.cs
        │   │       │       └── Settings.settings
        │   │       ├── CollectionEnginery.sln
        │   │       └── CollectionEnginery.suo
        │   ├── 更多免费教程下载.url
        │   ├── 短信猫
        │   │   ├── NoteCatVote
        │   │   │   ├── AboutBox1.cs
        │   │   │   ├── AboutBox1.Designer.cs
        │   │   │   ├── AboutBox1.resx
        │   │   │   ├── BaseClass.cs
        │   │   │   ├── bg.jpg
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── NoteCatVote.exe
        │   │   │   │       ├── NoteCatVote.pdb
        │   │   │   │       ├── NoteCatVote.vshost.exe
        │   │   │   │       ├── NoteCatVote.vshost.exe.manifest
        │   │   │   │       └── 程序使用说明.txt
        │   │   │   ├── db.mdb
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── Form3.cs
        │   │   │   ├── Form3.Designer.cs
        │   │   │   ├── Form3.resx
        │   │   │   ├── NoteCatVote.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── NoteCatVote.AboutBox1.resources
        │   │   │   │       ├── NoteCatVote.csproj.FileListAbsolute.txt
        │   │   │   │       ├── NoteCatVote.csproj.GenerateResource.Cache
        │   │   │   │       ├── NoteCatVote.exe
        │   │   │   │       ├── NoteCatVote.Form1.resources
        │   │   │   │       ├── NoteCatVote.Form2.resources
        │   │   │   │       ├── NoteCatVote.Form3.resources
        │   │   │   │       ├── NoteCatVote.pdb
        │   │   │   │       ├── NoteCatVote.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── NoteCatVote.sln
        │   │   └── NoteCatVote.suo
        │   ├── 程序员的苦恼.html
        │   ├── 视频采集卡读写
        │   │   ├── VideoMonitor
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── DataBase
        │   │   │   │       │   └── db_VideoMonitor.mdb
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── VideoMonitor.exe
        │   │   │   │       ├── VideoMonitor.pdb
        │   │   │   │       ├── VideoMonitor.vshost.exe
        │   │   │   │       ├── VideoMonitor.vshost.exe.manifest
        │   │   │   │       └── 程序使用说明.txt
        │   │   │   ├── CommonClass
        │   │   │   │   ├── DataCon.cs
        │   │   │   │   ├── DataOperate.cs
        │   │   │   │   ├── PelcoD.cs
        │   │   │   │   ├── SoftReg.cs
        │   │   │   │   └── VideoOperate.cs
        │   │   │   ├── DataBase
        │   │   │   │   └── db_VideoMonitor.mdb
        │   │   │   ├── frmAutoVideo.cs
        │   │   │   ├── frmAutoVideo.designer.cs
        │   │   │   ├── frmAutoVideo.resx
        │   │   │   ├── frmLogin.cs
        │   │   │   ├── frmLogin.designer.cs
        │   │   │   ├── frmLogin.resx
        │   │   │   ├── frmMain.cs
        │   │   │   ├── frmMain.designer.cs
        │   │   │   ├── frmMain.resx
        │   │   │   ├── frmPlay.cs
        │   │   │   ├── frmPlay.designer.cs
        │   │   │   ├── frmPlay.resx
        │   │   │   ├── frmRegister.cs
        │   │   │   ├── frmRegister.designer.cs
        │   │   │   ├── frmRegister.resx
        │   │   │   ├── frmSetMonitor.cs
        │   │   │   ├── frmSetMonitor.designer.cs
        │   │   │   ├── frmSetMonitor.resx
        │   │   │   ├── frmWelcome.cs
        │   │   │   ├── frmWelcome.designer.cs
        │   │   │   ├── frmWelcome.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 主页面
        │   │   │   │   │   └── bg.bmp
        │   │   │   │   ├── 启动界面.bmp
        │   │   │   │   ├── 用户.ico
        │   │   │   │   ├── 监控管理界面
        │   │   │   │   │   └── 背景.bmp
        │   │   │   │   ├── 系统登录
        │   │   │   │   │   ├── 登录按钮.png
        │   │   │   │   │   ├── 登录背景.bmp
        │   │   │   │   │   └── 退出按钮.png
        │   │   │   │   └── 软件注册页面
        │   │   │   │       └── 背景.bmp
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── VideoMonitor.csproj.FileListAbsolute.txt
        │   │   │   │       ├── VideoMonitor.csproj.GenerateResource.Cache
        │   │   │   │       ├── VideoMonitor.csproj.ResolveComReference.cache
        │   │   │   │       ├── VideoMonitor.exe
        │   │   │   │       ├── VideoMonitor.frmAutoVideo.resources
        │   │   │   │       ├── VideoMonitor.frmLogin.resources
        │   │   │   │       ├── VideoMonitor.frmMain.resources
        │   │   │   │       ├── VideoMonitor.frmPlay.resources
        │   │   │   │       ├── VideoMonitor.frmRegister.resources
        │   │   │   │       ├── VideoMonitor.frmSetMonitor.resources
        │   │   │   │       ├── VideoMonitor.frmWelcome.resources
        │   │   │   │       ├── VideoMonitor.pdb
        │   │   │   │       └── VideoMonitor.Properties.Resources.resources
        │   │   │   ├── Photo
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Video
        │   │   │   └── VideoMonitor.csproj
        │   │   ├── VideoMonitor.sln
        │   │   └── VideoMonitor.suo
        │   └── 读写加密狗
        │       ├── EncryptDog
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── EncryptDog.exe
        │       │   │       ├── EncryptDog.pdb
        │       │   │       ├── EncryptDog.vshost.exe
        │       │   │       ├── EncryptDog.vshost.exe.manifest
        │       │   │       └── 程序使用说明.txt
        │       │   ├── EncryptDog.csproj
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── EncryptDog.csproj.FileListAbsolute.txt
        │       │   │       ├── EncryptDog.csproj.GenerateResource.Cache
        │       │   │       ├── EncryptDog.exe
        │       │   │       ├── EncryptDog.Form1.resources
        │       │   │       ├── EncryptDog.pdb
        │       │   │       ├── EncryptDog.Properties.Resources.resources
        │       │   │       ├── Refactor
        │       │   │       └── TempPE
        │       │   │           └── Properties.Resources.Designer.cs.dll
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   └── 生产管理系统界面.jpg
        │       ├── EncryptDog.sln
        │       └── EncryptDog.suo
        ├── 11-游戏设计
        │   ├── 五子棋
        │   │   ├── 五子棋
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 五子棋.exe
        │   │   │   │       ├── 五子棋.pdb
        │   │   │   │       ├── 五子棋.vshost.exe
        │   │   │   │       └── 五子棋.vshost.exe.manifest
        │   │   │   ├── ClassSerializers.cs
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── FrmClass.cs
        │   │   │   ├── Image
        │   │   │   │   ├── 棋盘.png
        │   │   │   │   ├── 白棋子.png
        │   │   │   │   └── 黑棋子.png
        │   │   │   ├── MessClass.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 五子棋.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 五子棋.csproj.GenerateResource.Cache
        │   │   │   │       ├── 五子棋.exe
        │   │   │   │       ├── 五子棋.Form1.resources
        │   │   │   │       ├── 五子棋.pdb
        │   │   │   │       └── 五子棋.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── UDPSocket.cs
        │   │   │   ├── UDPSocket.Designer.cs
        │   │   │   └── 五子棋.csproj
        │   │   ├── 五子棋.sln
        │   │   └── 五子棋.suo
        │   ├── 俄罗斯方块
        │   │   ├── 俄罗斯方块
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 俄罗斯方块.exe
        │   │   │   │       ├── 俄罗斯方块.pdb
        │   │   │   │       ├── 俄罗斯方块.vshost.exe
        │   │   │   │       └── 俄罗斯方块.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 俄罗斯方块.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 俄罗斯方块.csproj.GenerateResource.Cache
        │   │   │   │       ├── 俄罗斯方块.exe
        │   │   │   │       ├── 俄罗斯方块.Form1.resources
        │   │   │   │       ├── 俄罗斯方块.pdb
        │   │   │   │       └── 俄罗斯方块.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Russia.cs
        │   │   │   └── 俄罗斯方块.csproj
        │   │   ├── 俄罗斯方块.sln
        │   │   └── 俄罗斯方块.suo
        │   ├── 华容道
        │   │   ├── HuaRongDao
        │   │   │   ├── app.config
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── HuaRongDao.exe
        │   │   │   │       ├── HuaRongDao.exe.config
        │   │   │   │       ├── HuaRongDao.pdb
        │   │   │   │       ├── HuaRongDao.vshost.exe
        │   │   │   │       ├── HuaRongDao.vshost.exe.config
        │   │   │   │       └── HuaRongDao.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── HuaRongDao.csproj
        │   │   │   ├── image
        │   │   │   │   ├── 001.jpg
        │   │   │   │   ├── 002.jpg
        │   │   │   │   ├── 003.jpg
        │   │   │   │   ├── 004.jpg
        │   │   │   │   ├── 005.jpg
        │   │   │   │   ├── 006.jpg
        │   │   │   │   ├── 007.jpg
        │   │   │   │   ├── 008.jpg
        │   │   │   │   ├── 009.jpg
        │   │   │   │   ├── 010.jpg
        │   │   │   │   ├── a10.jpg
        │   │   │   │   ├── a1.jpg
        │   │   │   │   ├── a2.jpg
        │   │   │   │   ├── a3.jpg
        │   │   │   │   ├── a4.jpg
        │   │   │   │   ├── a5.jpg
        │   │   │   │   ├── a6.jpg
        │   │   │   │   ├── a7.jpg
        │   │   │   │   ├── a8.jpg
        │   │   │   │   └── a9.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── HuaRongDao.csproj.FileListAbsolute.txt
        │   │   │   │       ├── HuaRongDao.csproj.GenerateResource.Cache
        │   │   │   │       ├── HuaRongDao.exe
        │   │   │   │       ├── HuaRongDao.Form1.resources
        │   │   │   │       ├── HuaRongDao.pdb
        │   │   │   │       ├── HuaRongDao.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── HuaRongDao.sln
        │   │   └── HuaRongDao.suo
        │   ├── 工程师兼职工作.url
        │   ├── 教程说明.url
        │   ├── 更多免费教程下载.url
        │   ├── 程序员的苦恼.html
        │   └── 贪吃蛇
        │       ├── 贪吃蛇
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── 贪吃蛇.exe
        │       │   │       ├── 贪吃蛇.pdb
        │       │   │       ├── 贪吃蛇.vshost.exe
        │       │   │       └── 贪吃蛇.vshost.exe.manifest
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── Refactor
        │       │   │       ├── TempPE
        │       │   │       ├── 贪吃蛇.csproj.FileListAbsolute.txt
        │       │   │       ├── 贪吃蛇.csproj.GenerateResource.Cache
        │       │   │       ├── 贪吃蛇.exe
        │       │   │       ├── 贪吃蛇.Form1.resources
        │       │   │       ├── 贪吃蛇.pdb
        │       │   │       └── 贪吃蛇.Properties.Resources.resources
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   ├── Snake.cs
        │       │   └── 贪吃蛇.csproj
        │       ├── 贪吃蛇.sln
        │       └── 贪吃蛇.suo
        ├── 1-窗体技巧
        │   ├── QQ窗体
        │   │   ├── QQFrm
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── QQFrm.exe
        │   │   │   │       ├── QQFrm.pdb
        │   │   │   │       ├── QQFrm.vshost.exe
        │   │   │   │       └── QQFrm.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 01.BMP
        │   │   │   │   ├── 02.BMP
        │   │   │   │   ├── 1.bmp
        │   │   │   │   ├── 2.bmp
        │   │   │   │   └── Close.bmp
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── QQFrm.csproj.FileListAbsolute.txt
        │   │   │   │       ├── QQFrm.csproj.GenerateResource.Cache
        │   │   │   │       ├── QQFrm.exe
        │   │   │   │       ├── QQFrm.Form1.resources
        │   │   │   │       ├── QQFrm.pdb
        │   │   │   │       ├── QQFrm.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── QQFrm.csproj
        │   │   ├── QQFrm.sln
        │   │   └── QQFrm.suo
        │   ├── 仿XP系统的任务栏菜单
        │   │   ├── 仿XP系统的任务栏菜单
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 仿XP系统的任务栏菜单.exe
        │   │   │   │       ├── 仿XP系统的任务栏菜单.pdb
        │   │   │   │       ├── 仿XP系统的任务栏菜单.vshost.exe
        │   │   │   │       └── 仿XP系统的任务栏菜单.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 1.bmp
        │   │   │   │   ├── 1.jpg
        │   │   │   │   ├── 2.jpg
        │   │   │   │   ├── 3.jpg
        │   │   │   │   ├── 4.jpg
        │   │   │   │   ├── 5.jpg
        │   │   │   │   ├── 大背景.jpg
        │   │   │   │   ├── 朝上按钮.jpg
        │   │   │   │   └── 朝下按钮.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 仿XP系统的任务栏菜单.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 仿XP系统的任务栏菜单.csproj.GenerateResource.Cache
        │   │   │   │       ├── 仿XP系统的任务栏菜单.exe
        │   │   │   │       ├── 仿XP系统的任务栏菜单.Form1.resources
        │   │   │   │       ├── 仿XP系统的任务栏菜单.pdb
        │   │   │   │       └── 仿XP系统的任务栏菜单.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 仿XP系统的任务栏菜单.csproj
        │   │   ├── 仿XP系统的任务栏菜单.sln
        │   │   └── 仿XP系统的任务栏菜单.suo
        │   ├── 向窗体中拖放图片并显示
        │   │   ├── 向窗体中拖放图片并显示
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 向窗体中拖放图片并显示.exe
        │   │   │   │       ├── 向窗体中拖放图片并显示.pdb
        │   │   │   │       ├── 向窗体中拖放图片并显示.vshost.exe
        │   │   │   │       └── 向窗体中拖放图片并显示.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 向窗体中拖放图片并显示.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 向窗体中拖放图片并显示.csproj.GenerateResource.Cache
        │   │   │   │       ├── 向窗体中拖放图片并显示.exe
        │   │   │   │       ├── 向窗体中拖放图片并显示.Form1.resources
        │   │   │   │       ├── 向窗体中拖放图片并显示.pdb
        │   │   │   │       └── 向窗体中拖放图片并显示.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 向窗体中拖放图片并显示.csproj
        │   │   ├── 向窗体中拖放图片并显示.sln
        │   │   └── 向窗体中拖放图片并显示.suo
        │   ├── 工程师兼职工作.url
        │   ├── 手动改变自制窗体的大小
        │   │   ├── 手动改变自制窗体的大小
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 手动改变自制窗体的大小.exe
        │   │   │   │       ├── 手动改变自制窗体的大小.pdb
        │   │   │   │       ├── 手动改变自制窗体的大小.vshost.exe
        │   │   │   │       └── 手动改变自制窗体的大小.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 手动改变自制窗体的大小.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 手动改变自制窗体的大小.csproj.GenerateResource.Cache
        │   │   │   │       ├── 手动改变自制窗体的大小.exe
        │   │   │   │       ├── 手动改变自制窗体的大小.Form1.resources
        │   │   │   │       ├── 手动改变自制窗体的大小.pdb
        │   │   │   │       └── 手动改变自制窗体的大小.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 手动改变自制窗体的大小.csproj
        │   │   ├── 手动改变自制窗体的大小.sln
        │   │   └── 手动改变自制窗体的大小.suo
        │   ├── 教程说明.url
        │   ├── 无边框窗体
        │   │   ├── Noframe
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Noframe.exe
        │   │   │   │       ├── Noframe.pdb
        │   │   │   │       ├── Noframe.vshost.exe
        │   │   │   │       └── Noframe.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 关闭变色.jpg
        │   │   │   │   ├── 关闭按钮.jpg
        │   │   │   │   ├── 最大化变色.jpg
        │   │   │   │   ├── 最大化按钮.jpg
        │   │   │   │   ├── 最小化变色.jpg
        │   │   │   │   ├── 最小化按钮.jpg
        │   │   │   │   ├── 登录界面下面.PNG
        │   │   │   │   └── 登录界面标题.PNG
        │   │   │   ├── Noframe.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Noframe.csproj.FileListAbsolute.txt
        │   │   │   │       ├── Noframe.csproj.GenerateResource.Cache
        │   │   │   │       ├── Noframe.exe
        │   │   │   │       ├── Noframe.Form1.resources
        │   │   │   │       ├── Noframe.pdb
        │   │   │   │       ├── Noframe.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── Noframe.sln
        │   │   └── Noframe.suo
        │   ├── 更多免费教程下载.url
        │   ├── 滚动字幕
        │   │   ├── FollCaption
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FollCaption.exe
        │   │   │   │       ├── FollCaption.pdb
        │   │   │   │       ├── FollCaption.vshost.exe
        │   │   │   │       └── FollCaption.vshost.exe.manifest
        │   │   │   ├── FollCaption.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FollCaption.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FollCaption.csproj.GenerateResource.Cache
        │   │   │   │       ├── FollCaption.exe
        │   │   │   │       ├── FollCaption.Form1.resources
        │   │   │   │       ├── FollCaption.pdb
        │   │   │   │       ├── FollCaption.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FollCaption.sln
        │   │   └── FollCaption.suo
        │   ├── 焦点变色
        │   │   ├── FocusChangeColor
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FocusChangeColor.exe
        │   │   │   │       ├── FocusChangeColor.pdb
        │   │   │   │       ├── FocusChangeColor.vshost.exe
        │   │   │   │       └── FocusChangeColor.vshost.exe.manifest
        │   │   │   ├── FocusChangeColor.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FocusChangeColor.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FocusChangeColor.csproj.GenerateResource.Cache
        │   │   │   │       ├── FocusChangeColor.exe
        │   │   │   │       ├── FocusChangeColor.Form1.resources
        │   │   │   │       ├── FocusChangeColor.pdb
        │   │   │   │       ├── FocusChangeColor.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FocusChangeColor.sln
        │   │   └── FocusChangeColor.suo
        │   ├── 用树型列表动态显示菜单
        │   │   ├── sl
        │   │   │   └── 用树型列表动态显示菜单
        │   │   │       ├── 用树型列表动态显示菜单
        │   │   │       │   ├── 1.bmp
        │   │   │       │   ├── bin
        │   │   │       │   │   └── Debug
        │   │   │       │   │       ├── 用树型列表动态显示菜单.exe
        │   │   │       │   │       ├── 用树型列表动态显示菜单.pdb
        │   │   │       │   │       ├── 用树型列表动态显示菜单.vshost.exe
        │   │   │       │   │       └── 用树型列表动态显示菜单.vshost.exe.manifest
        │   │   │       │   ├── Form1.cs
        │   │   │       │   ├── Form1.Designer.cs
        │   │   │       │   ├── Form1.resx
        │   │   │       │   ├── Form2.cs
        │   │   │       │   ├── Form2.Designer.cs
        │   │   │       │   ├── Form2.resx
        │   │   │       │   ├── obj
        │   │   │       │   │   └── Debug
        │   │   │       │   │       ├── Refactor
        │   │   │       │   │       ├── TempPE
        │   │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │       │   │       ├── 用树型列表动态显示菜单.csproj.FileListAbsolute.txt
        │   │   │       │   │       ├── 用树型列表动态显示菜单.csproj.GenerateResource.Cache
        │   │   │       │   │       ├── 用树型列表动态显示菜单.exe
        │   │   │       │   │       ├── 用树型列表动态显示菜单.Form1.resources
        │   │   │       │   │       ├── 用树型列表动态显示菜单.Form2.resources
        │   │   │       │   │       ├── 用树型列表动态显示菜单.pdb
        │   │   │       │   │       └── 用树型列表动态显示菜单.Properties.Resources.resources
        │   │   │       │   ├── Program.cs
        │   │   │       │   ├── Properties
        │   │   │       │   │   ├── AssemblyInfo.cs
        │   │   │       │   │   ├── Resources.Designer.cs
        │   │   │       │   │   ├── Resources.resx
        │   │   │       │   │   ├── Settings.Designer.cs
        │   │   │       │   │   └── Settings.settings
        │   │   │       │   └── 用树型列表动态显示菜单.csproj
        │   │   │       ├── 用树型列表动态显示菜单.sln
        │   │   │       └── 用树型列表动态显示菜单.suo
        │   │   └── 用树型列表动态显示菜单
        │   │       └── 01
        │   │           └── 用树型列表动态显示菜单
        │   │               ├── 用树型列表动态显示菜单
        │   │               │   ├── 1.bmp
        │   │               │   ├── bin
        │   │               │   │   └── Debug
        │   │               │   │       ├── 用树型列表动态显示菜单.exe
        │   │               │   │       ├── 用树型列表动态显示菜单.pdb
        │   │               │   │       ├── 用树型列表动态显示菜单.vshost.exe
        │   │               │   │       └── 用树型列表动态显示菜单.vshost.exe.manifest
        │   │               │   ├── Form1.cs
        │   │               │   ├── Form1.Designer.cs
        │   │               │   ├── Form1.resx
        │   │               │   ├── Form2.cs
        │   │               │   ├── Form2.Designer.cs
        │   │               │   ├── Form2.resx
        │   │               │   ├── Frm_Logon.cs
        │   │               │   ├── Frm_Logon.Designer.cs
        │   │               │   ├── Frm_Logon.resx
        │   │               │   ├── obj
        │   │               │   │   └── Debug
        │   │               │   │       ├── Refactor
        │   │               │   │       ├── TempPE
        │   │               │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │               │   │       ├── 用树型列表动态显示菜单.csproj.FileListAbsolute.txt
        │   │               │   │       ├── 用树型列表动态显示菜单.csproj.GenerateResource.Cache
        │   │               │   │       ├── 用树型列表动态显示菜单.exe
        │   │               │   │       ├── 用树型列表动态显示菜单.Form1.resources
        │   │               │   │       ├── 用树型列表动态显示菜单.Form2.resources
        │   │               │   │       ├── 用树型列表动态显示菜单.Frm_Logon.resources
        │   │               │   │       ├── 用树型列表动态显示菜单.pdb
        │   │               │   │       └── 用树型列表动态显示菜单.Properties.Resources.resources
        │   │               │   ├── Program.cs
        │   │               │   ├── Properties
        │   │               │   │   ├── AssemblyInfo.cs
        │   │               │   │   ├── Resources.Designer.cs
        │   │               │   │   ├── Resources.resx
        │   │               │   │   ├── Settings.Designer.cs
        │   │               │   │   └── Settings.settings
        │   │               │   └── 用树型列表动态显示菜单.csproj
        │   │               ├── 用树型列表动态显示菜单.sln
        │   │               └── 用树型列表动态显示菜单.suo
        │   ├── 磁性窗体的设计
        │   │   ├── 磁性窗体
        │   │   │   ├── magnetism
        │   │   │   │   ├── bin
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── magnetism.exe
        │   │   │   │   │       ├── magnetism.pdb
        │   │   │   │   │       ├── magnetism.vshost.exe
        │   │   │   │   │       └── magnetism.vshost.exe.manifest
        │   │   │   │   ├── FrmClass.cs
        │   │   │   │   ├── Frm_Libretto.cs
        │   │   │   │   ├── Frm_Libretto.Designer.cs
        │   │   │   │   ├── Frm_Libretto.resx
        │   │   │   │   ├── Frm_ListBox.cs
        │   │   │   │   ├── Frm_ListBox.designer.cs
        │   │   │   │   ├── Frm_ListBox.resx
        │   │   │   │   ├── Frm_Play.cs
        │   │   │   │   ├── Frm_Play.Designer.cs
        │   │   │   │   ├── Frm_Play.resx
        │   │   │   │   ├── Image
        │   │   │   │   │   ├── 1.bmp
        │   │   │   │   │   ├── 2.bmp
        │   │   │   │   │   ├── 3.bmp
        │   │   │   │   │   ├── 4.bmp
        │   │   │   │   │   ├── 5.bmp
        │   │   │   │   │   └── Close.bmp
        │   │   │   │   ├── magnetism.csproj
        │   │   │   │   ├── obj
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── magnetism.csproj.FileListAbsolute.txt
        │   │   │   │   │       ├── magnetism.csproj.GenerateResource.Cache
        │   │   │   │   │       ├── magnetism.exe
        │   │   │   │   │       ├── magnetism.Frm_Libretto.resources
        │   │   │   │   │       ├── magnetism.Frm_ListBox.resources
        │   │   │   │   │       ├── magnetism.Frm_Play.resources
        │   │   │   │   │       ├── magnetism.pdb
        │   │   │   │   │       ├── magnetism.Properties.Resources.resources
        │   │   │   │   │       └── TempPE
        │   │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   │   ├── Program.cs
        │   │   │   │   └── Properties
        │   │   │   │       ├── AssemblyInfo.cs
        │   │   │   │       ├── Resources.Designer.cs
        │   │   │   │       ├── Resources.resx
        │   │   │   │       ├── Settings.Designer.cs
        │   │   │   │       └── Settings.settings
        │   │   │   ├── magnetism.sln
        │   │   │   └── magnetism.suo
        │   │   └── 磁性窗体的设计
        │   │       ├── 磁性窗体的设计
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── 磁性窗体的设计.exe
        │   │       │   │       ├── 磁性窗体的设计.pdb
        │   │       │   │       ├── 磁性窗体的设计.vshost.exe
        │   │       │   │       └── 磁性窗体的设计.vshost.exe.manifest
        │   │       │   ├── FrmClass.cs
        │   │       │   ├── Frm_Libretto.cs
        │   │       │   ├── Frm_Libretto.Designer.cs
        │   │       │   ├── Frm_Libretto.resx
        │   │       │   ├── Frm_ListBox.cs
        │   │       │   ├── Frm_ListBox.Designer.cs
        │   │       │   ├── Frm_ListBox.resx
        │   │       │   ├── Frm_Play.cs
        │   │       │   ├── Frm_Play.Designer.cs
        │   │       │   ├── Frm_Play.resx
        │   │       │   ├── Image
        │   │       │   │   ├── 1.bmp
        │   │       │   │   ├── 2.bmp
        │   │       │   │   ├── 3.bmp
        │   │       │   │   ├── 4.bmp
        │   │       │   │   ├── 5.bmp
        │   │       │   │   └── Close.bmp
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── Refactor
        │   │       │   │       ├── TempPE
        │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │       │   │       ├── 磁性窗体的设计.csproj.FileListAbsolute.txt
        │   │       │   │       ├── 磁性窗体的设计.csproj.GenerateResource.Cache
        │   │       │   │       ├── 磁性窗体的设计.exe
        │   │       │   │       ├── 磁性窗体的设计.Frm_Libretto.resources
        │   │       │   │       ├── 磁性窗体的设计.Frm_ListBox.resources
        │   │       │   │       ├── 磁性窗体的设计.Frm_Play.resources
        │   │       │   │       ├── 磁性窗体的设计.pdb
        │   │       │   │       └── 磁性窗体的设计.Properties.Resources.resources
        │   │       │   ├── Program.cs
        │   │       │   ├── Properties
        │   │       │   │   ├── AssemblyInfo.cs
        │   │       │   │   ├── Resources.Designer.cs
        │   │       │   │   ├── Resources.resx
        │   │       │   │   ├── Settings.Designer.cs
        │   │       │   │   └── Settings.settings
        │   │       │   └── 磁性窗体的设计.csproj
        │   │       ├── 磁性窗体的设计.sln
        │   │       └── 磁性窗体的设计.suo
        │   ├── 程序员的苦恼.html
        │   ├── 窗体换肤
        │   │   ├── BarterSkin
        │   │   │   ├── BarterSkin.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── BarterSkin.exe
        │   │   │   │       ├── BarterSkin.pdb
        │   │   │   │       ├── BarterSkin.vshost.exe
        │   │   │   │       └── BarterSkin.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── sy1_01.jpg
        │   │   │   │   ├── sy1_02.jpg
        │   │   │   │   ├── sy1_03-1.jpg
        │   │   │   │   ├── sy1_03.jpg
        │   │   │   │   ├── sy1_04-1.jpg
        │   │   │   │   ├── sy1_04.jpg
        │   │   │   │   ├── sy1_05-1.jpg
        │   │   │   │   ├── sy1_05.jpg
        │   │   │   │   ├── sy2_01.jpg
        │   │   │   │   ├── sy2_02.jpg
        │   │   │   │   ├── sy2_03-1.jpg
        │   │   │   │   ├── sy2_03.jpg
        │   │   │   │   ├── sy2_04-1.jpg
        │   │   │   │   ├── sy2_04.jpg
        │   │   │   │   ├── sy2_05-1.jpg
        │   │   │   │   ├── sy2_05.jpg
        │   │   │   │   ├── sy3_01.jpg
        │   │   │   │   ├── sy3_02.jpg
        │   │   │   │   ├── sy3_03-1.jpg
        │   │   │   │   ├── sy3_03.jpg
        │   │   │   │   ├── sy3_04-1.jpg
        │   │   │   │   ├── sy3_04.jpg
        │   │   │   │   ├── sy3_05-1.jpg
        │   │   │   │   └── sy3_05.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── BarterSkin.csproj.FileListAbsolute.txt
        │   │   │   │       ├── BarterSkin.csproj.GenerateResource.Cache
        │   │   │   │       ├── BarterSkin.exe
        │   │   │   │       ├── BarterSkin.Form1.resources
        │   │   │   │       ├── BarterSkin.pdb
        │   │   │   │       ├── BarterSkin.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── BarterSkin.sln
        │   │   └── BarterSkin.suo
        │   ├── 窗体的浮动及隐藏
        │   │   ├── 窗体的浮动及隐藏
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 窗体的浮动及隐藏.exe
        │   │   │   │       ├── 窗体的浮动及隐藏.pdb
        │   │   │   │       ├── 窗体的浮动及隐藏.vshost.exe
        │   │   │   │       └── 窗体的浮动及隐藏.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 1.bmp
        │   │   │   │   ├── 2.bmp
        │   │   │   │   └── Close.bmp
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 窗体的浮动及隐藏.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 窗体的浮动及隐藏.csproj.GenerateResource.Cache
        │   │   │   │       ├── 窗体的浮动及隐藏.exe
        │   │   │   │       ├── 窗体的浮动及隐藏.Form1.resources
        │   │   │   │       ├── 窗体的浮动及隐藏.pdb
        │   │   │   │       └── 窗体的浮动及隐藏.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 窗体的浮动及隐藏.csproj
        │   │   ├── 窗体的浮动及隐藏.sln
        │   │   └── 窗体的浮动及隐藏.suo
        │   ├── 自定义屏保
        │   │   ├── 自定义屏保
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 自定义屏保.exe
        │   │   │   │       ├── 自定义屏保.pdb
        │   │   │   │       ├── 自定义屏保.vshost.exe
        │   │   │   │       └── 自定义屏保.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 自定义屏保.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 自定义屏保.csproj.GenerateResource.Cache
        │   │   │   │       ├── 自定义屏保.exe
        │   │   │   │       ├── 自定义屏保.Form1.resources
        │   │   │   │       ├── 自定义屏保.pdb
        │   │   │   │       └── 自定义屏保.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 自定义屏保.csproj
        │   │   ├── 自定义屏保.sln
        │   │   └── 自定义屏保.suo
        │   ├── 自定义窗体的最大化、最小化和关闭按钮
        │   │   ├── 自定义窗体的最大化、最小化和关闭按钮
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 关闭变色.jpg
        │   │   │   │   ├── 关闭按钮.jpg
        │   │   │   │   ├── 最大化变色.jpg
        │   │   │   │   ├── 最大化按钮.jpg
        │   │   │   │   ├── 最小化变色.jpg
        │   │   │   │   ├── 最小化按钮.jpg
        │   │   │   │   ├── 登录界面下面.PNG
        │   │   │   │   └── 登录界面标题.PNG
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 自定义窗体的最大化、最小化和关闭按钮.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 自定义窗体的最大化、最小化和关闭按钮.csproj.GenerateResource.Cache
        │   │   │   │       ├── 自定义窗体的最大化、最小化和关闭按钮.exe
        │   │   │   │       ├── 自定义窗体的最大化_最小化和关闭按钮.Form1.resources
        │   │   │   │       ├── 自定义窗体的最大化、最小化和关闭按钮.pdb
        │   │   │   │       └── 自定义窗体的最大化_最小化和关闭按钮.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 自定义窗体的最大化、最小化和关闭按钮.csproj
        │   │   ├── 自定义窗体的最大化、最小化和关闭按钮.sln
        │   │   └── 自定义窗体的最大化、最小化和关闭按钮.suo
        │   ├── 获取文件目录
        │   │   ├── FileCatalog
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileCatalog.exe
        │   │   │   │       ├── FileCatalog.pdb
        │   │   │   │       ├── FileCatalog.vshost.exe
        │   │   │   │       └── FileCatalog.vshost.exe.manifest
        │   │   │   ├── FileCatalog.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileCatalog.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FileCatalog.csproj.GenerateResource.Cache
        │   │   │   │       ├── FileCatalog.exe
        │   │   │   │       ├── FileCatalog.Form1.resources
        │   │   │   │       ├── FileCatalog.pdb
        │   │   │   │       ├── FileCatalog.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FileCatalog.sln
        │   │   └── FileCatalog.suo
        │   ├── 获取文件类型
        │   │   ├── FileStyle
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileStyle.exe
        │   │   │   │       ├── FileStyle.pdb
        │   │   │   │       ├── FileStyle.vshost.exe
        │   │   │   │       └── FileStyle.vshost.exe.manifest
        │   │   │   ├── FileStyle.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileStyle.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FileStyle.csproj.GenerateResource.Cache
        │   │   │   │       ├── FileStyle.exe
        │   │   │   │       ├── FileStyle.Form1.resources
        │   │   │   │       ├── FileStyle.pdb
        │   │   │   │       ├── FileStyle.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FileStyle.sln
        │   │   └── FileStyle.suo
        │   ├── 限制窗体大小
        │   │   ├── RestrictSize
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── RestrictSize.exe
        │   │   │   │       ├── RestrictSize.pdb
        │   │   │   │       ├── RestrictSize.vshost.exe
        │   │   │   │       └── RestrictSize.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── RestrictSize.csproj.FileListAbsolute.txt
        │   │   │   │       ├── RestrictSize.csproj.GenerateResource.Cache
        │   │   │   │       ├── RestrictSize.exe
        │   │   │   │       ├── RestrictSize.Form1.resources
        │   │   │   │       ├── RestrictSize.pdb
        │   │   │   │       ├── RestrictSize.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── RestrictSize.csproj
        │   │   ├── RestrictSize.sln
        │   │   └── RestrictSize.suo
        │   ├── 隐藏工具箱
        │   │   ├── HideKit
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── HideKit.exe
        │   │   │   │       ├── HideKit.pdb
        │   │   │   │       ├── HideKit.vshost.exe
        │   │   │   │       └── HideKit.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── HideKit.csproj
        │   │   │   ├── Image
        │   │   │   │   ├── 01.jpg
        │   │   │   │   ├── 02.jpg
        │   │   │   │   ├── 03.jpg
        │   │   │   │   └── 04.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── HideKit.csproj.FileListAbsolute.txt
        │   │   │   │       ├── HideKit.csproj.GenerateResource.Cache
        │   │   │   │       ├── HideKit.exe
        │   │   │   │       ├── HideKit.Form1.resources
        │   │   │   │       ├── HideKit.pdb
        │   │   │   │       ├── HideKit.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── HideKit.sln
        │   │   └── HideKit.suo
        │   ├── 鼠标穿透
        │   │   ├── CalendarPenetrate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CalendarPenetrate.exe
        │   │   │   │       ├── CalendarPenetrate.pdb
        │   │   │   │       ├── CalendarPenetrate.vshost.exe
        │   │   │   │       └── CalendarPenetrate.vshost.exe.manifest
        │   │   │   ├── CalendarPenetrate.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   └── 明日图标(2).ico
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CalendarPenetrate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CalendarPenetrate.csproj.GenerateResource.Cache
        │   │   │   │       ├── CalendarPenetrate.exe
        │   │   │   │       ├── CalendarPenetrate.Form1.resources
        │   │   │   │       ├── CalendarPenetrate.pdb
        │   │   │   │       ├── CalendarPenetrate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── CalendarPenetrate.sln
        │   │   └── CalendarPenetrate.suo
        │   └── 鼠标穿透窗体
        │       ├── 鼠标穿透窗体
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── 鼠标穿透窗体.exe
        │       │   │       ├── 鼠标穿透窗体.pdb
        │       │   │       ├── 鼠标穿透窗体.vshost.exe
        │       │   │       └── 鼠标穿透窗体.vshost.exe.manifest
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── Image
        │       │   │   └── 明日图标(2).ico
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── Refactor
        │       │   │       ├── TempPE
        │       │   │       ├── 鼠标穿透窗体.csproj.FileListAbsolute.txt
        │       │   │       ├── 鼠标穿透窗体.csproj.GenerateResource.Cache
        │       │   │       ├── 鼠标穿透窗体.exe
        │       │   │       ├── 鼠标穿透窗体.Form1.resources
        │       │   │       ├── 鼠标穿透窗体.pdb
        │       │   │       └── 鼠标穿透窗体.Properties.Resources.resources
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   └── 鼠标穿透窗体.csproj
        │       ├── 鼠标穿透窗体.sln
        │       └── 鼠标穿透窗体.suo
        ├── 2-控件操作
        │   ├── ClarityControl
        │   │   ├── ClarityControl
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClarityControl.exe
        │   │   │   │       ├── ClarityControl.pdb
        │   │   │   │       ├── ClarityControl.vshost.exe
        │   │   │   │       └── ClarityControl.vshost.exe.manifest
        │   │   │   ├── ClarityControl.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClarityControl.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ClarityControl.csproj.GenerateResource.Cache
        │   │   │   │       ├── ClarityControl.exe
        │   │   │   │       ├── ClarityControl.Form1.resources
        │   │   │   │       ├── ClarityControl.pdb
        │   │   │   │       ├── ClarityControl.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── T_Control.cs
        │   │   │   └── T_Control.Designer.cs
        │   │   ├── ClarityControl.sln
        │   │   └── ClarityControl.suo
        │   ├── Control阴影
        │   │   ├── ShadeColorControl
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ShadeColorControl.exe
        │   │   │   │       ├── ShadeColorControl.pdb
        │   │   │   │       ├── ShadeColorControl.vshost.exe
        │   │   │   │       └── ShadeColorControl.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClarityControl.T_Control.resources
        │   │   │   │       ├── ShadeColorControl.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ShadeColorControl.csproj.GenerateResource.Cache
        │   │   │   │       ├── ShadeColorControl.exe
        │   │   │   │       ├── ShadeColorControl.Form1.resources
        │   │   │   │       ├── ShadeColorControl.pdb
        │   │   │   │       ├── ShadeColorControl.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── ShadeColorControl.csproj
        │   │   │   ├── T_Control.cs
        │   │   │   ├── T_Control.Designer.cs
        │   │   │   └── T_Control.resx
        │   │   ├── ShadeColorControl.sln
        │   │   └── ShadeColorControl.suo
        │   ├── DataGridViewToTreeView
        │   │   ├── DataGridViewToTreeView
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataGridViewToTreeView.exe
        │   │   │   │       ├── DataGridViewToTreeView.pdb
        │   │   │   │       ├── DataGridViewToTreeView.vshost.exe
        │   │   │   │       └── DataGridViewToTreeView.vshost.exe.manifest
        │   │   │   ├── DataGridViewToTreeView.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataGridViewToTreeView.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DataGridViewToTreeView.csproj.GenerateResource.Cache
        │   │   │   │       ├── DataGridViewToTreeView.exe
        │   │   │   │       ├── DataGridViewToTreeView.Form1.resources
        │   │   │   │       ├── DataGridViewToTreeView.pdb
        │   │   │   │       ├── DataGridViewToTreeView.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DataGridViewToTreeView.sln
        │   │   └── DataGridViewToTreeView.suo
        │   ├── DataGridView操作
        │   │   ├── DataGridViewOperate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataGridViewOperate.exe
        │   │   │   │       ├── DataGridViewOperate.pdb
        │   │   │   │       ├── DataGridViewOperate.vshost.exe
        │   │   │   │       └── DataGridViewOperate.vshost.exe.manifest
        │   │   │   ├── DataGridViewOperate.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataGridViewOperate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DataGridViewOperate.csproj.GenerateResource.Cache
        │   │   │   │       ├── DataGridViewOperate.exe
        │   │   │   │       ├── DataGridViewOperate.Form1.resources
        │   │   │   │       ├── DataGridViewOperate.pdb
        │   │   │   │       ├── DataGridViewOperate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DataGridViewOperate.sln
        │   │   └── DataGridViewOperate.suo
        │   ├── DisplayRowCount
        │   │   ├── DisplayRowCount
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DisplayRowCount.exe
        │   │   │   │       ├── DisplayRowCount.pdb
        │   │   │   │       ├── DisplayRowCount.vshost.exe
        │   │   │   │       └── DisplayRowCount.vshost.exe.manifest
        │   │   │   ├── DisplayRowCount.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DisplayRowCount.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DisplayRowCount.csproj.GenerateResource.Cache
        │   │   │   │       ├── DisplayRowCount.exe
        │   │   │   │       ├── DisplayRowCount.Form1.resources
        │   │   │   │       ├── DisplayRowCount.pdb
        │   │   │   │       ├── DisplayRowCount.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DisplayRowCount.sln
        │   │   └── DisplayRowCount.suo
        │   ├── DropDownForm
        │   │   ├── DropDownForm
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DropDownForm.exe
        │   │   │   │       ├── DropDownForm.pdb
        │   │   │   │       ├── DropDownForm.vshost.exe
        │   │   │   │       └── DropDownForm.vshost.exe.manifest
        │   │   │   ├── DropDownForm.csproj
        │   │   │   ├── GroundForm.cs
        │   │   │   ├── GroundForm.Designer.cs
        │   │   │   ├── GroundForm.resx
        │   │   │   ├── MainForm.cs
        │   │   │   ├── MainForm.Designer.cs
        │   │   │   ├── MainForm.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DropDownForm.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DropDownForm.csproj.GenerateResource.Cache
        │   │   │   │       ├── DropDownForm.DropDownForm.resources
        │   │   │   │       ├── DropDownForm.exe
        │   │   │   │       ├── DropDownForm.GroundForm.resources
        │   │   │   │       ├── DropDownForm.pdb
        │   │   │   │       ├── DropDownForm.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── Resources
        │   │   │       ├── 1.bmp
        │   │   │       ├── Close1.bmp
        │   │   │       └── Close2.bmp
        │   │   ├── DropDownForm.sln
        │   │   └── DropDownForm.suo
        │   ├── EnglishTextBox
        │   │   ├── EnglishTextBox
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EnglishTextBox.exe
        │   │   │   │       ├── EnglishTextBox.pdb
        │   │   │   │       ├── EnglishTextBox.vshost.exe
        │   │   │   │       └── EnglishTextBox.vshost.exe.manifest
        │   │   │   ├── EnglishTextBox.csproj
        │   │   │   ├── E_TextBox.cs
        │   │   │   ├── E_TextBox.Designer.cs
        │   │   │   ├── E_TextBox.resx
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EnglishTextBox.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EnglishTextBox.csproj.GenerateResource.Cache
        │   │   │   │       ├── EnglishTextBox.E_TextBox.resources
        │   │   │   │       ├── EnglishTextBox.exe
        │   │   │   │       ├── EnglishTextBox.Form1.resources
        │   │   │   │       ├── EnglishTextBox.pdb
        │   │   │   │       ├── EnglishTextBox.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EnglishTextBox.sln
        │   │   └── EnglishTextBox.suo
        │   ├── FileBatchCopy
        │   │   ├── FileBatchCopy
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileBatchCopy.exe
        │   │   │   │       ├── FileBatchCopy.pdb
        │   │   │   │       ├── FileBatchCopy.vshost.exe
        │   │   │   │       └── FileBatchCopy.vshost.exe.manifest
        │   │   │   ├── FileBatchCopy.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileBatchCopy.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FileBatchCopy.csproj.GenerateResource.Cache
        │   │   │   │       ├── FileBatchCopy.exe
        │   │   │   │       ├── FileBatchCopy.Form1.resources
        │   │   │   │       ├── FileBatchCopy.pdb
        │   │   │   │       ├── FileBatchCopy.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FileBatchCopy.sln
        │   │   └── FileBatchCopy.suo
        │   ├── GetClipBoardPicture
        │   │   ├── GetClipBoardPicture
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetClipBoardPicture.exe
        │   │   │   │       ├── GetClipBoardPicture.pdb
        │   │   │   │       └── GetClipBoardPicture.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GetClipBoardPicture.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetClipBoardPicture.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetClipBoardPicture.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetClipBoardPicture.exe
        │   │   │   │       ├── GetClipBoardPicture.Form1.resources
        │   │   │   │       ├── GetClipBoardPicture.pdb
        │   │   │   │       ├── GetClipBoardPicture.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── GetClipBoardPicture.sln
        │   │   └── GetClipBoardPicture.suo
        │   ├── PlanText
        │   │   ├── PlanText
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PlanText.exe
        │   │   │   │       ├── PlanText.pdb
        │   │   │   │       ├── PlanText.vshost.exe
        │   │   │   │       └── PlanText.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PlanText.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PlanText.csproj.GenerateResource.Cache
        │   │   │   │       ├── PlanText.exe
        │   │   │   │       ├── PlanText.Form1.resources
        │   │   │   │       ├── PlanText.pdb
        │   │   │   │       ├── PlanText.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PlanText.csproj
        │   │   │   ├── Program.cs
        │   │   │   ├── ProgressBarText.cs
        │   │   │   ├── ProgressBarText.Designer.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PlanText.sln
        │   │   └── PlanText.suo
        │   ├── Popup窗口提醒
        │   │   ├── Popup窗口提醒
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Close1.bmp
        │   │   │   │       ├── Close2.bmp
        │   │   │   │       ├── Popup窗口提醒.exe
        │   │   │   │       ├── Popup窗口提醒.pdb
        │   │   │   │       ├── Popup窗口提醒.vshost.exe
        │   │   │   │       └── Popup窗口提醒.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Frm_Popup.cs
        │   │   │   ├── Frm_Popup.Designer.cs
        │   │   │   ├── Frm_Popup.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 1.bmp
        │   │   │   │   ├── Close1.bmp
        │   │   │   │   └── Close2.bmp
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Popup.Controls.Frm_Popup.resources
        │   │   │   │       ├── Popup窗口提醒.csproj.FileListAbsolute.txt
        │   │   │   │       ├── Popup窗口提醒.csproj.GenerateResource.Cache
        │   │   │   │       ├── Popup窗口提醒.exe
        │   │   │   │       ├── Popup窗口提醒.Form1.resources
        │   │   │   │       ├── Popup窗口提醒.pdb
        │   │   │   │       ├── Popup窗口提醒.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Popup窗口提醒.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── Popup窗口提醒.sln
        │   │   └── Popup窗口提醒.suo
        │   ├── RestrictDigit
        │   │   ├── RestrictDigit
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── RestrictDigit.exe
        │   │   │   │       ├── RestrictDigit.pdb
        │   │   │   │       ├── RestrictDigit.vshost.exe
        │   │   │   │       └── RestrictDigit.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── RestrictDigit.csproj.FileListAbsolute.txt
        │   │   │   │       ├── RestrictDigit.csproj.GenerateResource.Cache
        │   │   │   │       ├── RestrictDigit.exe
        │   │   │   │       ├── RestrictDigit.Form1.resources
        │   │   │   │       ├── RestrictDigit.pdb
        │   │   │   │       ├── RestrictDigit.Properties.Resources.resources
        │   │   │   │       ├── RestrictDigit.R_TextBox.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── RestrictDigit.csproj
        │   │   │   ├── R_TextBox.cs
        │   │   │   ├── R_TextBox.Designer.cs
        │   │   │   └── R_TextBox.resx
        │   │   ├── RestrictDigit.sln
        │   │   └── RestrictDigit.suo
        │   ├── Vista风格的日历
        │   │   ├── Vista风格的日历
        │   │   │   ├── Vista风格的日历
        │   │   │   │   ├── bin
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── Vista风格的日历.exe
        │   │   │   │   │       ├── Vista风格的日历.pdb
        │   │   │   │   │       ├── Vista风格的日历.vshost.exe
        │   │   │   │   │       └── Vista风格的日历.vshost.exe.manifest
        │   │   │   │   ├── DateTimeControl.cs
        │   │   │   │   ├── DateTimeControl.Designer.cs
        │   │   │   │   ├── DateTimeControl.resx
        │   │   │   │   ├── Form1.cs
        │   │   │   │   ├── Form1.Designer.cs
        │   │   │   │   ├── Form1.resx
        │   │   │   │   ├── Frm_Data.cs
        │   │   │   │   ├── Frm_Data.Designer.cs
        │   │   │   │   ├── Frm_Data.resx
        │   │   │   │   ├── Image
        │   │   │   │   │   ├── backdrop1.png
        │   │   │   │   │   ├── backdrop.png
        │   │   │   │   │   └── 明日图标.ico
        │   │   │   │   ├── obj
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── Refactor
        │   │   │   │   │       ├── TempPE
        │   │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │   │       ├── Vista风格的日历.csproj.FileListAbsolute.txt
        │   │   │   │   │       ├── Vista风格的日历.csproj.GenerateResource.Cache
        │   │   │   │   │       ├── Vista风格的日历.DateTimeControl.resources
        │   │   │   │   │       ├── Vista风格的日历.exe
        │   │   │   │   │       ├── Vista风格的日历.Form1.resources
        │   │   │   │   │       ├── Vista风格的日历.Frm_Data.resources
        │   │   │   │   │       ├── Vista风格的日历.pdb
        │   │   │   │   │       └── Vista风格的日历.Properties.Resources.resources
        │   │   │   │   ├── Program.cs
        │   │   │   │   ├── Properties
        │   │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   │   ├── Resources.resx
        │   │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   │   └── Settings.settings
        │   │   │   │   └── Vista风格的日历.csproj
        │   │   │   ├── Vista风格的日历.sln
        │   │   │   └── Vista风格的日历.suo
        │   │   └── Vista风格的日 历
        │   │       ├── Vista风格的日历
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── Vista风格的日历.exe
        │   │       │   │       ├── Vista风格的日历.pdb
        │   │       │   │       ├── Vista风格的日历.vshost.exe
        │   │       │   │       └── Vista风格的日历.vshost.exe.manifest
        │   │       │   ├── DateTimeControl.cs
        │   │       │   ├── DateTimeControl.Designer.cs
        │   │       │   ├── DateTimeControl.resx
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── Image
        │   │       │   │   ├── backdrop1.png
        │   │       │   │   ├── backdrop.png
        │   │       │   │   └── 明日图标.ico
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── TempPE
        │   │       │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │       │   │       ├── Vista风格的日历.csproj.FileListAbsolute.txt
        │   │       │   │       ├── Vista风格的日历.csproj.GenerateResource.Cache
        │   │       │   │       ├── Vista风格的日历.DateTimeControl.resources
        │   │       │   │       ├── Vista风格的日历.exe
        │   │       │   │       ├── Vista风格的日历.Form1.resources
        │   │       │   │       ├── Vista风格的日历.pdb
        │   │       │   │       └── Vista风格的日历.Properties.Resources.resources
        │   │       │   ├── Program.cs
        │   │       │   ├── Properties
        │   │       │   │   ├── AssemblyInfo.cs
        │   │       │   │   ├── Resources.Designer.cs
        │   │       │   │   ├── Resources.resx
        │   │       │   │   ├── Settings.Designer.cs
        │   │       │   │   └── Settings.settings
        │   │       │   └── Vista风格的日历.csproj
        │   │       ├── Vista风格的日历.sln
        │   │       └── Vista风格的日历.suo
        │   ├── 像Excel一样复制DataGridView中的单元格区域数据
        │   │   ├── 像Excel一样复制DataGridView中的单元格区域数据
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.exe
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.pdb
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.vshost.exe
        │   │   │   │       └── 像Excel一样复制DataGridView中的单元格区域数据.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.csproj.GenerateResource.Cache
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.exe
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.Form1.resources
        │   │   │   │       ├── 像Excel一样复制DataGridView中的单元格区域数据.pdb
        │   │   │   │       └── 像Excel一样复制DataGridView中的单元格区域数据.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 像Excel一样复制DataGridView中的单元格区域数据.csproj
        │   │   ├── 像Excel一样复制DataGridView中的单元格区域数据.sln
        │   │   └── 像Excel一样复制DataGridView中的单元格区域数据.suo
        │   ├── 合并单元格
        │   │   ├── UniteCells
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── UniteCells.exe
        │   │   │   │       ├── UniteCells.pdb
        │   │   │   │       ├── UniteCells.vshost.exe
        │   │   │   │       └── UniteCells.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── UniteCells.csproj.FileListAbsolute.txt
        │   │   │   │       ├── UniteCells.csproj.GenerateResource.Cache
        │   │   │   │       ├── UniteCells.exe
        │   │   │   │       ├── UniteCells.Form1.resources
        │   │   │   │       ├── UniteCells.pdb
        │   │   │   │       └── UniteCells.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── UniteCells.csproj
        │   │   ├── UniteCells.sln
        │   │   └── UniteCells.suo
        │   ├── 工程师兼职工作.url
        │   ├── 带行数和标尺的RichTextBox
        │   │   ├── 带行数和标尺的RichTextBox
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 带行数和标尺的RichTextBox.exe
        │   │   │   │       ├── 带行数和标尺的RichTextBox.pdb
        │   │   │   │       ├── 带行数和标尺的RichTextBox.vshost.exe
        │   │   │   │       └── 带行数和标尺的RichTextBox.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GuageRichTextBox.cs
        │   │   │   ├── GuageRichTextBox.Designer.cs
        │   │   │   ├── GuageRichTextBox.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 带行数和标尺的RichTextBox.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 带行数和标尺的RichTextBox.csproj.GenerateResource.Cache
        │   │   │   │       ├── 带行数和标尺的RichTextBox.exe
        │   │   │   │       ├── 带行数和标尺的RichTextBox.Form1.resources
        │   │   │   │       ├── 带行数和标尺的RichTextBox.GuageRichTextBox.resources
        │   │   │   │       ├── 带行数和标尺的RichTextBox.pdb
        │   │   │   │       └── 带行数和标尺的RichTextBox.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 带行数和标尺的RichTextBox.csproj
        │   │   ├── 带行数和标尺的RichTextBox.sln
        │   │   └── 带行数和标尺的RichTextBox.suo
        │   ├── 弹出模式窗口显示进度条
        │   │   ├── 弹出模式窗口显示进度条
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 弹出模式窗口显示进度条.exe
        │   │   │   │       ├── 弹出模式窗口显示进度条.pdb
        │   │   │   │       ├── 弹出模式窗口显示进度条.vshost.exe
        │   │   │   │       └── 弹出模式窗口显示进度条.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Frm_Plan.cs
        │   │   │   ├── Frm_Plan.Designer.cs
        │   │   │   ├── Frm_Plan.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 弹出模式窗口显示进度条.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 弹出模式窗口显示进度条.csproj.GenerateResource.Cache
        │   │   │   │       ├── 弹出模式窗口显示进度条.exe
        │   │   │   │       ├── 弹出模式窗口显示进度条.Form1.resources
        │   │   │   │       ├── 弹出模式窗口显示进度条.Frm_Plan.resources
        │   │   │   │       ├── 弹出模式窗口显示进度条.pdb
        │   │   │   │       └── 弹出模式窗口显示进度条.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 弹出模式窗口显示进度条.csproj
        │   │   ├── 弹出模式窗口显示进度条.sln
        │   │   └── 弹出模式窗口显示进度条.suo
        │   ├── 教程说明.url
        │   ├── 更多免费教程下载.url
        │   ├── 根据文件大小显示文件复制进度条
        │   │   ├── 根据文件大小显示文件复制进度条
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.exe
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.pdb
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.vshost.exe
        │   │   │   │       └── 根据文件大小显示文件复制进度条.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.csproj.GenerateResource.Cache
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.exe
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.Form1.resources
        │   │   │   │       ├── 根据文件大小显示文件复制进度条.pdb
        │   │   │   │       └── 根据文件大小显示文件复制进度条.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 根据文件大小显示文件复制进度条.csproj
        │   │   ├── 根据文件大小显示文件复制进度条.sln
        │   │   └── 根据文件大小显示文件复制进度条.suo
        │   ├── 添加内容到Treeview
        │   │   ├── AddContentToTreeView
        │   │   │   ├── AddContentToTreeView.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AddContentToTreeView.exe
        │   │   │   │       ├── AddContentToTreeView.pdb
        │   │   │   │       ├── AddContentToTreeView.vshost.exe
        │   │   │   │       └── AddContentToTreeView.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AddContentToTreeView.csproj.FileListAbsolute.txt
        │   │   │   │       ├── AddContentToTreeView.csproj.GenerateResource.Cache
        │   │   │   │       ├── AddContentToTreeView.exe
        │   │   │   │       ├── AddContentToTreeView.Form1.resources
        │   │   │   │       ├── AddContentToTreeView.pdb
        │   │   │   │       ├── AddContentToTreeView.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── AddContentToTreeView.sln
        │   │   └── AddContentToTreeView.suo
        │   ├── 清除TreeView内容
        │   │   ├── ClearContentToTreeView
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClearContentToTreeView.exe
        │   │   │   │       ├── ClearContentToTreeView.pdb
        │   │   │   │       ├── ClearContentToTreeView.vshost.exe
        │   │   │   │       └── ClearContentToTreeView.vshost.exe.manifest
        │   │   │   ├── ClearContentToTreeView.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClearContentToTreeView.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ClearContentToTreeView.csproj.GenerateResource.Cache
        │   │   │   │       ├── ClearContentToTreeView.exe
        │   │   │   │       ├── ClearContentToTreeView.Form1.resources
        │   │   │   │       ├── ClearContentToTreeView.pdb
        │   │   │   │       ├── ClearContentToTreeView.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ClearContentToTreeView.sln
        │   │   └── ClearContentToTreeView.suo
        │   ├── 程序员的苦恼.html
        │   ├── 组合
        │   │   ├── Combination
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Combination.exe
        │   │   │   │       ├── Combination.pdb
        │   │   │   │       ├── Combination.vshost.exe
        │   │   │   │       └── Combination.vshost.exe.manifest
        │   │   │   ├── Combination.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LabelAndText.cs
        │   │   │   ├── LabelAndText.Designer.cs
        │   │   │   ├── LabelAndText.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Combination.csproj.FileListAbsolute.txt
        │   │   │   │       ├── Combination.csproj.GenerateResource.Cache
        │   │   │   │       ├── Combination.exe
        │   │   │   │       ├── Combination.Form1.resources
        │   │   │   │       ├── Combination.LabelAndText.resources
        │   │   │   │       ├── Combination.pdb
        │   │   │   │       ├── Combination.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── Combination.sln
        │   │   └── Combination.suo
        │   ├── 美化ComboBox
        │   │   ├── BeautifyComboBox
        │   │   │   ├── B_ComboBox.cs
        │   │   │   ├── B_ComboBox.Designer.cs
        │   │   │   ├── B_ComboBox.resx
        │   │   │   ├── BeautifyComboBox.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── BeautifyComboBox.exe
        │   │   │   │       ├── BeautifyComboBox.pdb
        │   │   │   │       ├── BeautifyComboBox.vshost.exe
        │   │   │   │       └── BeautifyComboBox.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── BeautifyComboBox.B_ComboBox.resources
        │   │   │   │       ├── BeautifyComboBox.csproj.FileListAbsolute.txt
        │   │   │   │       ├── BeautifyComboBox.csproj.GenerateResource.Cache
        │   │   │   │       ├── BeautifyComboBox.exe
        │   │   │   │       ├── BeautifyComboBox.Form1.resources
        │   │   │   │       ├── BeautifyComboBox.pdb
        │   │   │   │       ├── BeautifyComboBox.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── BeautifyComboBox.sln
        │   │   └── BeautifyComboBox.suo
        │   ├── 美化GroupBox
        │   │   ├── BeautificationGroupBox
        │   │   │   ├── BeautificationGroupBox.csproj
        │   │   │   ├── B_GroupBox.cs
        │   │   │   ├── B_GroupBox.Designer.cs
        │   │   │   ├── B_GroupBox.resx
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── BeautificationGroupBox.exe
        │   │   │   │       ├── BeautificationGroupBox.pdb
        │   │   │   │       ├── BeautificationGroupBox.vshost.exe
        │   │   │   │       └── BeautificationGroupBox.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── BeautificationGroupBox.B_GroupBox.resources
        │   │   │   │       ├── BeautificationGroupBox.csproj.FileListAbsolute.txt
        │   │   │   │       ├── BeautificationGroupBox.csproj.GenerateResource.Cache
        │   │   │   │       ├── BeautificationGroupBox.exe
        │   │   │   │       ├── BeautificationGroupBox.Form1.resources
        │   │   │   │       ├── BeautificationGroupBox.pdb
        │   │   │   │       ├── BeautificationGroupBox.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── BeautificationGroupBox.sln
        │   │   └── BeautificationGroupBox.suo
        │   ├── 美化单选按钮和复选按钮
        │   │   ├── 美化单选按钮和复选按钮
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 美化单选按钮和复选按钮.exe
        │   │   │   │       ├── 美化单选按钮和复选按钮.pdb
        │   │   │   │       ├── 美化单选按钮和复选按钮.vshost.exe
        │   │   │   │       └── 美化单选按钮和复选按钮.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GlorifyCheckBox.cs
        │   │   │   ├── GlorifyCheckBox.designer.cs
        │   │   │   ├── GlorifyRadioButton.cs
        │   │   │   ├── GlorifyRadioButton.designer.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 美化单选按钮和复选按钮.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 美化单选按钮和复选按钮.csproj.GenerateResource.Cache
        │   │   │   │       ├── 美化单选按钮和复选按钮.exe
        │   │   │   │       ├── 美化单选按钮和复选按钮.Form1.resources
        │   │   │   │       ├── 美化单选按钮和复选按钮.pdb
        │   │   │   │       └── 美化单选按钮和复选按钮.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 美化单选按钮和复选按钮.csproj
        │   │   ├── 美化单选按钮和复选按钮.sln
        │   │   └── 美化单选按钮和复选按钮.suo
        │   ├── 自制数值文本框组件
        │   │   ├── 自制数值文本框组件
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 自制数值文本框组件.exe
        │   │   │   │       ├── 自制数值文本框组件.pdb
        │   │   │   │       ├── 自制数值文本框组件.vshost.exe
        │   │   │   │       └── 自制数值文本框组件.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── NumberBox.cs
        │   │   │   ├── NumberBox.Designer.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 自制数值文本框组件.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 自制数值文本框组件.csproj.GenerateResource.Cache
        │   │   │   │       ├── 自制数值文本框组件.exe
        │   │   │   │       ├── 自制数值文本框组件.Form1.resources
        │   │   │   │       ├── 自制数值文本框组件.pdb
        │   │   │   │       └── 自制数值文本框组件.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 自制数值文本框组件.csproj
        │   │   ├── 自制数值文本框组件.sln
        │   │   └── 自制数值文本框组件.suo
        │   ├── 自定义水晶按钮控件
        │   │   ├── 自定义水晶按钮控件
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 自定义水晶按钮控件.exe
        │   │   │   │       ├── 自定义水晶按钮控件.pdb
        │   │   │   │       ├── 自定义水晶按钮控件.vshost.exe
        │   │   │   │       └── 自定义水晶按钮控件.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 1.jpg
        │   │   │   │   └── 2.jpg
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 自定义水晶按钮控件.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 自定义水晶按钮控件.csproj.GenerateResource.Cache
        │   │   │   │       ├── 自定义水晶按钮控件.exe
        │   │   │   │       ├── 自定义水晶按钮控件.Form1.resources
        │   │   │   │       ├── 自定义水晶按钮控件.pdb
        │   │   │   │       ├── 自定义水晶按钮控件.Properties.Resources.resources
        │   │   │   │       └── 自定义水晶按钮控件.TransparencyButton.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── TransparencyButton.cs
        │   │   │   ├── TransparencyButton.Designer.cs
        │   │   │   ├── TransparencyButton.resx
        │   │   │   └── 自定义水晶按钮控件.csproj
        │   │   ├── 自定义水晶按钮控件.sln
        │   │   └── 自定义水晶按钮控件.suo
        │   └── 重绘ListBox控件
        │       ├── 重绘ListBox控件
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── 重绘ListBox控件.exe
        │       │   │       ├── 重绘ListBox控件.pdb
        │       │   │       ├── 重绘ListBox控件.vshost.exe
        │       │   │       └── 重绘ListBox控件.vshost.exe.manifest
        │       │   ├── DrawListBox.cs
        │       │   ├── DrawListBox.Designer.cs
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── TempPE
        │       │   │       ├── 重绘ListBox控件.csproj.FileListAbsolute.txt
        │       │   │       ├── 重绘ListBox控件.csproj.GenerateResource.Cache
        │       │   │       ├── 重绘ListBox控件.exe
        │       │   │       ├── 重绘ListBox控件.Form1.resources
        │       │   │       ├── 重绘ListBox控件.pdb
        │       │   │       └── 重绘ListBox控件.Properties.Resources.resources
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   └── 重绘ListBox控件.csproj
        │       ├── 重绘ListBox控件.sln
        │       └── 重绘ListBox控件.suo
        ├── 3-图像操作
        │   ├── listview数据添加去闪烁
        │   │   ├── listviewItemAdd
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── listviewItemAdd.exe
        │   │   │   │       ├── listviewItemAdd.pdb
        │   │   │   │       ├── listviewItemAdd.vshost.exe
        │   │   │   │       └── listviewItemAdd.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── listviewItemAdd.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── listviewItemAdd.csproj.FileListAbsolute.txt
        │   │   │   │       ├── listviewItemAdd.csproj.GenerateResource.Cache
        │   │   │   │       ├── listviewItemAdd.exe
        │   │   │   │       ├── listviewItemAdd.Form1.resources
        │   │   │   │       ├── listviewItemAdd.pdb
        │   │   │   │       ├── listviewItemAdd.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── listviewItemAdd.sln
        │   │   └── listviewItemAdd.suo
        │   ├── LoadFLASH
        │   │   ├── LoadFLASH
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── LoadFLASH.exe
        │   │   │   │       ├── LoadFLASH.pdb
        │   │   │   │       ├── LoadFLASH.vshost.exe
        │   │   │   │       └── LoadFLASH.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LoadFLASH.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── LoadFLASH.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LoadFLASH.csproj.GenerateResource.Cache
        │   │   │   │       ├── LoadFLASH.csproj.ResolveComReference.cache
        │   │   │   │       ├── LoadFLASH.exe
        │   │   │   │       ├── LoadFLASH.Form1.resources
        │   │   │   │       ├── LoadFLASH.pdb
        │   │   │   │       ├── LoadFLASH.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LoadFLASH.sln
        │   │   └── LoadFLASH.suo
        │   ├── MP3Player
        │   │   ├── MP3Player
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── MP3Player.exe
        │   │   │   │       ├── MP3Player.pdb
        │   │   │   │       ├── MP3Player.vshost.exe
        │   │   │   │       └── MP3Player.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── MP3Player.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.FlashBrokerLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── MP3Player.csproj.FileListAbsolute.txt
        │   │   │   │       ├── MP3Player.csproj.GenerateResource.Cache
        │   │   │   │       ├── MP3Player.csproj.ResolveComReference.cache
        │   │   │   │       ├── MP3Player.exe
        │   │   │   │       ├── MP3Player.Form1.resources
        │   │   │   │       ├── MP3Player.pdb
        │   │   │   │       ├── MP3Player.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── player11.png
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Resources
        │   │   │   │   ├── player11.png
        │   │   │   │   └── player.png
        │   │   │   ├── 停止按钮.png
        │   │   │   ├── 停止按钮变.png
        │   │   │   ├── 播放按钮.png
        │   │   │   ├── 播放按钮变.png
        │   │   │   ├── 文件夹打开.png
        │   │   │   ├── 暂停按钮.png
        │   │   │   ├── 暂停按钮变.png
        │   │   │   ├── 音量按钮.png
        │   │   │   └── 音量按钮变色.png
        │   │   └── MP3Player.sln
        │   ├── PictureBox显示图片
        │   │   ├── PictureBoxShowImage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PictureBoxShowImage.exe
        │   │   │   │       ├── PictureBoxShowImage.pdb
        │   │   │   │       ├── PictureBoxShowImage.vshost.exe
        │   │   │   │       └── PictureBoxShowImage.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PictureBoxShowImage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PictureBoxShowImage.csproj.GenerateResource.Cache
        │   │   │   │       ├── PictureBoxShowImage.exe
        │   │   │   │       ├── PictureBoxShowImage.Form1.resources
        │   │   │   │       ├── PictureBoxShowImage.pdb
        │   │   │   │       ├── PictureBoxShowImage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PictureBoxShowImage.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PictureBoxShowImage.sln
        │   │   └── PictureBoxShowImage.suo
        │   ├── 中文验证码
        │   │   ├── ChineseCode
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChineseCode.exe
        │   │   │   │       ├── ChineseCode.pdb
        │   │   │   │       ├── ChineseCode.vshost.exe
        │   │   │   │       └── ChineseCode.vshost.exe.manifest
        │   │   │   ├── ChineseCode.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChineseCode.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ChineseCode.csproj.GenerateResource.Cache
        │   │   │   │       ├── ChineseCode.exe
        │   │   │   │       ├── ChineseCode.Form1.resources
        │   │   │   │       ├── ChineseCode.pdb
        │   │   │   │       ├── ChineseCode.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── ChineseCode.sln
        │   ├── 仿QQ截图
        │   │   ├── ScreenCutter
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScreenCutter.exe
        │   │   │   │       ├── ScreenCutter.pdb
        │   │   │   │       ├── ScreenCutter.vshost.exe
        │   │   │   │       └── ScreenCutter.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── ScreenCutter.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ScreenCutter.csproj.GenerateResource.Cache
        │   │   │   │       ├── ScreenCutter.exe
        │   │   │   │       ├── ScreenCutter.Form1.resources
        │   │   │   │       ├── ScreenCutter.Form2.resources
        │   │   │   │       ├── ScreenCutter.pdb
        │   │   │   │       ├── ScreenCutter.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── ScreenCutter.csproj
        │   │   └── ScreenCutter.sln
        │   ├── 压缩图片
        │   │   ├── Compositing
        │   │   │   ├── Compositing
        │   │   │   │   ├── bin
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── Compositing.exe
        │   │   │   │   │       ├── Compositing.pdb
        │   │   │   │   │       ├── Compositing.vshost.exe
        │   │   │   │   │       └── Compositing.vshost.exe.manifest
        │   │   │   │   ├── Compositing.csproj
        │   │   │   │   ├── Form1.cs
        │   │   │   │   ├── Form1.Designer.cs
        │   │   │   │   ├── Form1.resx
        │   │   │   │   ├── obj
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── Compositing.csproj.FileListAbsolute.txt
        │   │   │   │   │       ├── Compositing.csproj.GenerateResource.Cache
        │   │   │   │   │       ├── Compositing.exe
        │   │   │   │   │       ├── Compositing.Form1.resources
        │   │   │   │   │       ├── Compositing.pdb
        │   │   │   │   │       ├── Compositing.Properties.Resources.resources
        │   │   │   │   │       └── TempPE
        │   │   │   │   ├── Program.cs
        │   │   │   │   └── Properties
        │   │   │   │       ├── AssemblyInfo.cs
        │   │   │   │       ├── Resources.Designer.cs
        │   │   │   │       ├── Resources.resx
        │   │   │   │       ├── Settings.Designer.cs
        │   │   │   │       └── Settings.settings
        │   │   │   ├── Compositing.sln
        │   │   │   └── Compositing.suo
        │   │   └── 无损压缩
        │   │       ├── CompressImg
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── CompressImg.exe
        │   │       │   │       ├── CompressImg.pdb
        │   │       │   │       ├── CompressImg.vshost.exe
        │   │       │   │       └── CompressImg.vshost.exe.manifest
        │   │       │   ├── CompressImg.csproj
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── CompressImg.csproj.FileListAbsolute.txt
        │   │       │   │       ├── CompressImg.csproj.GenerateResource.Cache
        │   │       │   │       ├── CompressImg.exe
        │   │       │   │       ├── CompressImg.Form1.resources
        │   │       │   │       ├── CompressImg.pdb
        │   │       │   │       ├── CompressImg.Properties.Resources.resources
        │   │       │   │       ├── Refactor
        │   │       │   │       └── TempPE
        │   │       │   │           └── Properties.Resources.Designer.cs.dll
        │   │       │   ├── Program.cs
        │   │       │   ├── Properties
        │   │       │   │   ├── AssemblyInfo.cs
        │   │       │   │   ├── Resources.Designer.cs
        │   │       │   │   ├── Resources.resx
        │   │       │   │   ├── Settings.Designer.cs
        │   │       │   │   └── Settings.settings
        │   │       │   └── 文件夹打开.png
        │   │       ├── CompressImg.sln
        │   │       └── CompressImg.suo
        │   ├── 取色器
        │   │   ├── curColor
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── curColor.exe
        │   │   │   │       ├── curColor.pdb
        │   │   │   │       ├── curColor.vshost.exe
        │   │   │   │       └── curColor.vshost.exe.manifest
        │   │   │   ├── curColor.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── curColor.csproj.FileListAbsolute.txt
        │   │   │   │       ├── curColor.csproj.GenerateResource.Cache
        │   │   │   │       ├── curColor.exe
        │   │   │   │       ├── curColor.Form1.resources
        │   │   │   │       ├── curColor.pdb
        │   │   │   │       ├── curColor.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── curColor.sln
        │   │   └── curColor.suo
        │   ├── 图片上绘制文字
        │   │   ├── ImageFont
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageFont.exe
        │   │   │   │       ├── ImageFont.pdb
        │   │   │   │       ├── ImageFont.vshost.exe
        │   │   │   │       └── ImageFont.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ImageFont.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageFont.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ImageFont.csproj.GenerateResource.Cache
        │   │   │   │       ├── ImageFont.exe
        │   │   │   │       ├── ImageFont.Form1.resources
        │   │   │   │       ├── ImageFont.pdb
        │   │   │   │       ├── ImageFont.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ImageFont.sln
        │   │   └── ImageFont.suo
        │   ├── 图片合成
        │   │   ├── composeImage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── composeImage.exe
        │   │   │   │       ├── composeImage.pdb
        │   │   │   │       ├── composeImage.vshost.exe
        │   │   │   │       └── composeImage.vshost.exe.manifest
        │   │   │   ├── composeImage.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── composeImage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── composeImage.csproj.GenerateResource.Cache
        │   │   │   │       ├── composeImage.exe
        │   │   │   │       ├── composeImage.Form1.resources
        │   │   │   │       ├── composeImage.pdb
        │   │   │   │       ├── composeImage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── composeImage.sln
        │   │   └── composeImage.suo
        │   ├── 图片缩略图
        │   │   ├── ImgMicroimage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImgMicroimage.exe
        │   │   │   │       ├── ImgMicroimage.pdb
        │   │   │   │       ├── ImgMicroimage.vshost.exe
        │   │   │   │       ├── ImgMicroimage.vshost.exe.manifest
        │   │   │   │       └── Interop.Scripting.dll
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ImgMicroimage.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImgMicroimage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ImgMicroimage.csproj.GenerateResource.Cache
        │   │   │   │       ├── ImgMicroimage.csproj.ResolveComReference.cache
        │   │   │   │       ├── ImgMicroimage.exe
        │   │   │   │       ├── ImgMicroimage.Form1.resources
        │   │   │   │       ├── ImgMicroimage.pdb
        │   │   │   │       ├── ImgMicroimage.Properties.Resources.resources
        │   │   │   │       ├── Interop.Scripting.dll
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── Resources
        │   │   │       ├── 图标 (55).png
        │   │   │       ├── 图标 (68).png
        │   │   │       ├── 打开1.ico
        │   │   │       └── 打开.ico
        │   │   └── ImgMicroimage.sln
        │   ├── 图片自动播放
        │   │   ├── PicPlay
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PicPlay.exe
        │   │   │   │       ├── PicPlay.pdb
        │   │   │   │       ├── PicPlay.vshost.exe
        │   │   │   │       └── PicPlay.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PicPlay.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PicPlay.csproj.GenerateResource.Cache
        │   │   │   │       ├── PicPlay.exe
        │   │   │   │       ├── PicPlay.Form1.resources
        │   │   │   │       ├── PicPlay.Form2.resources
        │   │   │   │       ├── PicPlay.pdb
        │   │   │   │       ├── PicPlay.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── PicPlay.csproj
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 图标 (57).png
        │   │   └── PicPlay.sln
        │   ├── 图片转换格式
        │   │   ├── ImgType
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImgType.exe
        │   │   │   │       ├── ImgType.pdb
        │   │   │   │       ├── ImgType.vshost.exe
        │   │   │   │       └── ImgType.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ImgType.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImgType.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ImgType.csproj.GenerateResource.Cache
        │   │   │   │       ├── ImgType.exe
        │   │   │   │       ├── ImgType.Form1.resources
        │   │   │   │       ├── ImgType.pdb
        │   │   │   │       ├── ImgType.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ImgType.sln
        │   │   └── ImgType.suo
        │   ├── 图片透明
        │   │   ├── ImageClarity
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageClarity.exe
        │   │   │   │       ├── ImageClarity.pdb
        │   │   │   │       ├── ImageClarity.vshost.exe
        │   │   │   │       └── ImageClarity.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ImageClarity.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageClarity.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ImageClarity.csproj.GenerateResource.Cache
        │   │   │   │       ├── ImageClarity.exe
        │   │   │   │       ├── ImageClarity.Form1.resources
        │   │   │   │       ├── ImageClarity.pdb
        │   │   │   │       ├── ImageClarity.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ImageClarity.sln
        │   │   └── ImageClarity.suo
        │   ├── 屏幕抓图
        │   │   ├── GetScreen
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetScreen.exe
        │   │   │   │       ├── GetScreen.pdb
        │   │   │   │       ├── GetScreen.vshost.exe
        │   │   │   │       └── GetScreen.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GetScreen.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetScreen.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetScreen.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetScreen.exe
        │   │   │   │       ├── GetScreen.Form1.resources
        │   │   │   │       ├── GetScreen.pdb
        │   │   │   │       ├── GetScreen.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Setup.ini
        │   │   │   └── 图标 (118).ico
        │   │   └── GetScreen.sln
        │   ├── 工程师兼职工作.url
        │   ├── 打开Url
        │   │   ├── openUrl
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── openUrl.exe
        │   │   │   │       ├── openUrl.pdb
        │   │   │   │       ├── openUrl.vshost.exe
        │   │   │   │       └── openUrl.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── openUrl.csproj.FileListAbsolute.txt
        │   │   │   │       ├── openUrl.csproj.GenerateResource.Cache
        │   │   │   │       ├── openUrl.exe
        │   │   │   │       ├── openUrl.Form1.resources
        │   │   │   │       ├── openUrl.pdb
        │   │   │   │       ├── openUrl.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── openUrl.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── openUrl.sln
        │   │   └── openUrl.suo
        │   ├── 批量图片格式转换
        │   │   ├── PictureBatchConversion
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PictureBatchConversion.exe
        │   │   │   │       ├── PictureBatchConversion.pdb
        │   │   │   │       └── PictureBatchConversion.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PictureBatchConversion.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PictureBatchConversion.csproj.GenerateResource.Cache
        │   │   │   │       ├── PictureBatchConversion.exe
        │   │   │   │       ├── PictureBatchConversion.Form1.resources
        │   │   │   │       ├── PictureBatchConversion.Form2.resources
        │   │   │   │       ├── PictureBatchConversion.pdb
        │   │   │   │       ├── PictureBatchConversion.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── PictureBatchConversion.csproj
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── Resources
        │   │   │       ├── 保存11.ico
        │   │   │       ├── 保存1.ico
        │   │   │       ├── 图标 (163).png
        │   │   │       ├── 图标 (23).ico
        │   │   │       ├── 图标 (28).png
        │   │   │       ├── 图标 (29).ico
        │   │   │       ├── 打开1.ico
        │   │   │       └── 打开.ico
        │   │   └── PictureBatchConversion.sln
        │   ├── 批量添加水印
        │   │   ├── IMGwatermark
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── IMGwatermark.exe
        │   │   │   │       ├── IMGwatermark.pdb
        │   │   │   │       ├── IMGwatermark.vshost.exe
        │   │   │   │       └── IMGwatermark.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── IMGwatermark.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── IMGwatermark.csproj.FileListAbsolute.txt
        │   │   │   │       ├── IMGwatermark.csproj.GenerateResource.Cache
        │   │   │   │       ├── IMGwatermark.exe
        │   │   │   │       ├── IMGwatermark.Form1.resources
        │   │   │   │       ├── IMGwatermark.Form2.resources
        │   │   │   │       ├── IMGwatermark.pdb
        │   │   │   │       ├── IMGwatermark.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── IMGwatermark.sln
        │   ├── 抓取左上角图片
        │   │   ├── drawpart
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawpart.exe
        │   │   │   │       ├── drawpart.pdb
        │   │   │   │       ├── drawpart.vshost.exe
        │   │   │   │       └── drawpart.vshost.exe.manifest
        │   │   │   ├── drawpart.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawpart.csproj.FileListAbsolute.txt
        │   │   │   │       ├── drawpart.csproj.GenerateResource.Cache
        │   │   │   │       ├── drawpart.exe
        │   │   │   │       ├── drawpart.Form1.resources
        │   │   │   │       ├── drawpart.pdb
        │   │   │   │       ├── drawpart.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── drawpart.sln
        │   │   └── drawpart.suo
        │   ├── 抓取整站图片
        │   │   ├── WebSnap
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── WebSnap.exe
        │   │   │   │       ├── WebSnap.pdb
        │   │   │   │       ├── WebSnap.vshost.exe
        │   │   │   │       └── WebSnap.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── WebSnap.csproj.FileListAbsolute.txt
        │   │   │   │       ├── WebSnap.csproj.GenerateResource.Cache
        │   │   │   │       ├── WebSnap.exe
        │   │   │   │       ├── WebSnap.Form1.resources
        │   │   │   │       ├── WebSnap.pdb
        │   │   │   │       └── WebSnap.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── WebSnap.csproj
        │   │   │   └── 转到.ico
        │   │   ├── WebSnap.sln
        │   │   └── WebSnap.suo
        │   ├── 抓取桌面
        │   │   ├── drawpartImage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawpartImage.exe
        │   │   │   │       ├── drawpartImage.pdb
        │   │   │   │       ├── drawpartImage.vshost.exe
        │   │   │   │       └── drawpartImage.vshost.exe.manifest
        │   │   │   ├── drawpartImage.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawpartImage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── drawpartImage.csproj.GenerateResource.Cache
        │   │   │   │       ├── drawpartImage.exe
        │   │   │   │       ├── drawpartImage.Form1.resources
        │   │   │   │       ├── drawpartImage.pdb
        │   │   │   │       ├── drawpartImage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── drawpartImage.sln
        │   │   └── drawpartImage.suo
        │   ├── 播放Flash
        │   │   ├── playflash
        │   │   │   ├── AboutBox1.cs
        │   │   │   ├── AboutBox1.Designer.cs
        │   │   │   ├── AboutBox1.resx
        │   │   │   ├── bg1.png
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── playflash.exe
        │   │   │   │       ├── playflash.pdb
        │   │   │   │       ├── playflash.vshost.exe
        │   │   │   │       └── playflash.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── playflash.AboutBox1.resources
        │   │   │   │       ├── playflash.csproj.FileListAbsolute.txt
        │   │   │   │       ├── playflash.csproj.GenerateResource.Cache
        │   │   │   │       ├── playflash.csproj.ResolveComReference.cache
        │   │   │   │       ├── playflash.exe
        │   │   │   │       ├── playflash.Form1.resources
        │   │   │   │       ├── playflash.pdb
        │   │   │   │       ├── playflash.Properties.Resources.resources
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── playflash.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── playflash.sln
        │   ├── 播放Flv
        │   │   ├── Playflv
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.Scripting.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── Playflv.exe
        │   │   │   │       ├── Playflv.pdb
        │   │   │   │       ├── Playflv.vshost.exe
        │   │   │   │       └── Playflv.vshost.exe.manifest
        │   │   │   ├── down.png
        │   │   │   ├── FLVPlayer
        │   │   │   │   ├── FLVplayer.swf
        │   │   │   │   ├── list.xml
        │   │   │   │   └── SteelExternalAll.swf
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.Scripting.dll
        │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── Playflv.csproj.FileListAbsolute.txt
        │   │   │   │       ├── Playflv.csproj.GenerateResource.Cache
        │   │   │   │       ├── Playflv.csproj.ResolveComReference.cache
        │   │   │   │       ├── Playflv.exe
        │   │   │   │       ├── Playflv.Form1.resources
        │   │   │   │       ├── Playflv.pdb
        │   │   │   │       ├── Playflv.Properties.Resources.resources
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Playflv.csproj
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── up.png
        │   │   │   ├── 删除.ico
        │   │   │   ├── 图标 (190).ico
        │   │   │   ├── 图标 (220).ico
        │   │   │   ├── 图标 (42).ico
        │   │   │   └── 图标 (8).ico
        │   │   └── Playflv.sln
        │   ├── 播放Mp3
        │   │   ├── stopplaymp3
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── stopplaymp3.exe
        │   │   │   │       ├── stopplaymp3.pdb
        │   │   │   │       ├── stopplaymp3.vshost.exe
        │   │   │   │       └── stopplaymp3.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── stopplaymp3.csproj.FileListAbsolute.txt
        │   │   │   │       ├── stopplaymp3.csproj.GenerateResource.Cache
        │   │   │   │       ├── stopplaymp3.csproj.ResolveComReference.cache
        │   │   │   │       ├── stopplaymp3.exe
        │   │   │   │       ├── stopplaymp3.Form1.resources
        │   │   │   │       ├── stopplaymp3.pdb
        │   │   │   │       ├── stopplaymp3.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── stopplaymp3.csproj
        │   │   ├── stopplaymp3.sln
        │   │   └── stopplaymp3.suo
        │   ├── 操作XML
        │   │   ├── optionXML
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── optionXML.exe
        │   │   │   │       ├── optionXML.pdb
        │   │   │   │       ├── optionXML.vshost.exe
        │   │   │   │       └── optionXML.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── list.xml
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── optionXML.csproj.FileListAbsolute.txt
        │   │   │   │       ├── optionXML.csproj.GenerateResource.Cache
        │   │   │   │       ├── optionXML.exe
        │   │   │   │       ├── optionXML.Form1.resources
        │   │   │   │       ├── optionXML.pdb
        │   │   │   │       ├── optionXML.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── optionXML.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── optionXML.sln
        │   │   └── optionXML.suo
        │   ├── 教程说明.url
        │   ├── 更多免费教程下载.url
        │   ├── 石英时钟
        │   │   ├── QuartzClock
        │   │   │   ├── bg.png
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── QuartzClock.exe
        │   │   │   │       ├── QuartzClock.pdb
        │   │   │   │       ├── QuartzClock.vshost.exe
        │   │   │   │       └── QuartzClock.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── QuartzClock.csproj.FileListAbsolute.txt
        │   │   │   │       ├── QuartzClock.csproj.GenerateResource.Cache
        │   │   │   │       ├── QuartzClock.exe
        │   │   │   │       ├── QuartzClock.Form1.resources
        │   │   │   │       ├── QuartzClock.pdb
        │   │   │   │       ├── QuartzClock.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── QuartzClock.csproj
        │   │   │   └── 图标 (123).ico
        │   │   └── QuartzClock.sln
        │   ├── 程序员的苦恼.html
        │   ├── 绘制噪点
        │   │   ├── DrawBackground
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DrawBackground.exe
        │   │   │   │       ├── DrawBackground.pdb
        │   │   │   │       ├── DrawBackground.vshost.exe
        │   │   │   │       └── DrawBackground.vshost.exe.manifest
        │   │   │   ├── DrawBackground.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DrawBackground.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DrawBackground.csproj.GenerateResource.Cache
        │   │   │   │       ├── DrawBackground.exe
        │   │   │   │       ├── DrawBackground.Form1.resources
        │   │   │   │       ├── DrawBackground.pdb
        │   │   │   │       ├── DrawBackground.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DrawBackground.sln
        │   │   └── DrawBackground.suo
        │   ├── 绘制文字
        │   │   ├── DrawFont
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DrawFont.exe
        │   │   │   │       ├── DrawFont.pdb
        │   │   │   │       ├── DrawFont.vshost.exe
        │   │   │   │       └── DrawFont.vshost.exe.manifest
        │   │   │   ├── DrawFont.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DrawFont.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DrawFont.csproj.GenerateResource.Cache
        │   │   │   │       ├── DrawFont.exe
        │   │   │   │       ├── DrawFont.Form1.resources
        │   │   │   │       ├── DrawFont.pdb
        │   │   │   │       ├── DrawFont.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DrawFont.sln
        │   │   └── DrawFont.suo
        │   ├── 绘制直线
        │   │   ├── drawLine
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawLine.exe
        │   │   │   │       ├── drawLine.pdb
        │   │   │   │       ├── drawLine.vshost.exe
        │   │   │   │       └── drawLine.vshost.exe.manifest
        │   │   │   ├── drawLine.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawLine.csproj.FileListAbsolute.txt
        │   │   │   │       ├── drawLine.csproj.GenerateResource.Cache
        │   │   │   │       ├── drawLine.exe
        │   │   │   │       ├── drawLine.Form1.resources
        │   │   │   │       ├── drawLine.pdb
        │   │   │   │       ├── drawLine.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── drawLine.sln
        │   │   └── drawLine.suo
        │   ├── 绘制选中
        │   │   ├── drawSelect
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawSelect.exe
        │   │   │   │       ├── drawSelect.pdb
        │   │   │   │       ├── drawSelect.vshost.exe
        │   │   │   │       └── drawSelect.vshost.exe.manifest
        │   │   │   ├── drawSelect.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawSelect.csproj.FileListAbsolute.txt
        │   │   │   │       ├── drawSelect.csproj.GenerateResource.Cache
        │   │   │   │       ├── drawSelect.exe
        │   │   │   │       ├── drawSelect.Form1.resources
        │   │   │   │       ├── drawSelect.Form2.resources
        │   │   │   │       ├── drawSelect.pdb
        │   │   │   │       ├── drawSelect.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── drawSelect.sln
        │   │   └── drawSelect.suo
        │   ├── 绘制鼠标Cur
        │   │   ├── drawcur
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawcur.exe
        │   │   │   │       ├── drawcur.pdb
        │   │   │   │       ├── drawcur.vshost.exe
        │   │   │   │       └── drawcur.vshost.exe.manifest
        │   │   │   ├── drawcur.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── drawcur.csproj.FileListAbsolute.txt
        │   │   │   │       ├── drawcur.csproj.GenerateResource.Cache
        │   │   │   │       ├── drawcur.exe
        │   │   │   │       ├── drawcur.Form1.resources
        │   │   │   │       ├── drawcur.pdb
        │   │   │   │       ├── drawcur.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── drawcur.sln
        │   │   └── drawcur.suo
        │   ├── 给图片加日期
        │   │   ├── IMGAddDate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── IMGAddDate.exe
        │   │   │   │       ├── IMGAddDate.pdb
        │   │   │   │       ├── IMGAddDate.vshost.exe
        │   │   │   │       └── IMGAddDate.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── IMGAddDate.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── IMGAddDate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── IMGAddDate.csproj.GenerateResource.Cache
        │   │   │   │       ├── IMGAddDate.exe
        │   │   │   │       ├── IMGAddDate.Form1.resources
        │   │   │   │       ├── IMGAddDate.pdb
        │   │   │   │       ├── IMGAddDate.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── Resources
        │   │   └── IMGAddDate.sln
        │   ├── 缩略图
        │   │   ├── Microimage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Microimage.exe
        │   │   │   │       ├── Microimage.pdb
        │   │   │   │       ├── Microimage.vshost.exe
        │   │   │   │       └── Microimage.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Microimage.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Microimage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── Microimage.csproj.GenerateResource.Cache
        │   │   │   │       ├── Microimage.exe
        │   │   │   │       ├── Microimage.Form1.resources
        │   │   │   │       ├── Microimage.pdb
        │   │   │   │       ├── Microimage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── Microimage.sln
        │   │   └── Microimage.suo
        │   ├── 获取当前时间
        │   │   ├── GetNowTime
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetNowTime.exe
        │   │   │   │       ├── GetNowTime.pdb
        │   │   │   │       ├── GetNowTime.vshost.exe
        │   │   │   │       └── GetNowTime.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GetNowTime.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetNowTime.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetNowTime.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetNowTime.exe
        │   │   │   │       ├── GetNowTime.Form1.resources
        │   │   │   │       ├── GetNowTime.pdb
        │   │   │   │       ├── GetNowTime.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── GetNowTime.sln
        │   │   └── GetNowTime.suo
        │   ├── 获取照片时间
        │   │   ├── ImageDate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageDate.exe
        │   │   │   │       ├── ImageDate.pdb
        │   │   │   │       ├── ImageDate.vshost.exe
        │   │   │   │       └── ImageDate.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ImageDate.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ImageDate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ImageDate.csproj.GenerateResource.Cache
        │   │   │   │       ├── ImageDate.exe
        │   │   │   │       ├── ImageDate.Form1.resources
        │   │   │   │       ├── ImageDate.pdb
        │   │   │   │       ├── ImageDate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ImageDate.sln
        │   │   └── ImageDate.suo
        │   ├── 获取鼠标坐标
        │   │   ├── CurPosion
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CurPosion.exe
        │   │   │   │       ├── CurPosion.pdb
        │   │   │   │       ├── CurPosion.vshost.exe
        │   │   │   │       └── CurPosion.vshost.exe.manifest
        │   │   │   ├── CurPosion.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CurPosion.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CurPosion.csproj.GenerateResource.Cache
        │   │   │   │       ├── CurPosion.exe
        │   │   │   │       ├── CurPosion.Form1.resources
        │   │   │   │       ├── CurPosion.pdb
        │   │   │   │       ├── CurPosion.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── CurPosion.sln
        │   │   └── CurPosion.suo
        │   ├── 计时器例子
        │   │   ├── TimerApplication
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── TimerApplication.exe
        │   │   │   │       ├── TimerApplication.pdb
        │   │   │   │       ├── TimerApplication.vshost.exe
        │   │   │   │       └── TimerApplication.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── TimerApplication.csproj.FileListAbsolute.txt
        │   │   │   │       ├── TimerApplication.csproj.GenerateResource.Cache
        │   │   │   │       ├── TimerApplication.exe
        │   │   │   │       ├── TimerApplication.Form1.resources
        │   │   │   │       ├── TimerApplication.pdb
        │   │   │   │       └── TimerApplication.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── TimerApplication.csproj
        │   │   ├── TimerApplication.sln
        │   │   └── TimerApplication.suo
        │   └── 颜色拾取器
        │       ├── GetColor
        │       │   ├── AboutBox1.cs
        │       │   ├── AboutBox1.Designer.cs
        │       │   ├── AboutBox1.resx
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── GetColor.exe
        │       │   │       ├── GetColor.pdb
        │       │   │       ├── GetColor.vshost.exe
        │       │   │       └── GetColor.vshost.exe.manifest
        │       │   ├── FrmGetColor.cs
        │       │   ├── FrmGetColor.Designer.cs
        │       │   ├── FrmGetColor.resx
        │       │   ├── GetColor.csproj
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── GetColor.AboutBox1.resources
        │       │   │       ├── GetColor.csproj.FileListAbsolute.txt
        │       │   │       ├── GetColor.csproj.GenerateResource.Cache
        │       │   │       ├── GetColor.exe
        │       │   │       ├── GetColor.FrmGetColor.resources
        │       │   │       ├── GetColor.pdb
        │       │   │       ├── GetColor.Properties.Resources.resources
        │       │   │       ├── Refactor
        │       │   │       └── TempPE
        │       │   ├── Program.cs
        │       │   └── Properties
        │       │       ├── AssemblyInfo.cs
        │       │       ├── Resources.Designer.cs
        │       │       ├── Resources.resx
        │       │       ├── Settings.Designer.cs
        │       │       └── Settings.settings
        │       ├── GetColor.sln
        │       └── GetColor.suo
        ├── 4-报表打印
        │   ├── 20Print
        │   │   ├── 20Print
        │   │   │   ├── 20Print.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 20Print.exe
        │   │   │   │       ├── 20Print.pdb
        │   │   │   │       └── 20Print.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── 20Print.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 20Print.csproj.GenerateResource.Cache
        │   │   │   │       ├── 20Print.exe
        │   │   │   │       ├── _20Print.Form1.resources
        │   │   │   │       ├── 20Print.pdb
        │   │   │   │       ├── _20Print.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── 20Print.sln
        │   │   └── 20Print.suo
        │   ├── 30Print
        │   │   ├── 30Print
        │   │   │   ├── 30Print.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 30Print.exe
        │   │   │   │       ├── 30Print.pdb
        │   │   │   │       └── 30Print.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── 30Print.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 30Print.csproj.GenerateResource.Cache
        │   │   │   │       ├── 30Print.exe
        │   │   │   │       ├── _30Print.Form1.resources
        │   │   │   │       ├── 30Print.pdb
        │   │   │   │       ├── _30Print.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── 30Print.sln
        │   │   └── 30Print.suo
        │   ├── AllPrint
        │   │   ├── AllPrint
        │   │   │   ├── AllPrint.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AllPrint.exe
        │   │   │   │       ├── AllPrint.pdb
        │   │   │   │       └── AllPrint.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AllPrint.csproj.FileListAbsolute.txt
        │   │   │   │       ├── AllPrint.csproj.GenerateResource.Cache
        │   │   │   │       ├── AllPrint.exe
        │   │   │   │       ├── AllPrint.Form1.resources
        │   │   │   │       ├── AllPrint.pdb
        │   │   │   │       ├── AllPrint.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── AllPrint.sln
        │   │   └── AllPrint.suo
        │   ├── Database
        │   │   ├── db_04_Data.MDF
        │   │   └── db_04_Log.LDF
        │   ├── DBCrystalReport
        │   │   ├── DBCrystalReport
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DBCrystalReport.exe
        │   │   │   │       ├── DBCrystalReport.pdb
        │   │   │   │       ├── DBCrystalReport.vshost.exe
        │   │   │   │       └── DBCrystalReport.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DBCrystalReport.csproj
        │   │   │   ├── DBCrystalReport.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ico
        │   │   │   │   ├── 查找.ico
        │   │   │   │   └── 退出.ico
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DBCrystalReport.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DBCrystalReport.csproj.GenerateResource.Cache
        │   │   │   │       ├── DBCrystalReport.exe
        │   │   │   │       ├── DBCrystalReport.Form1.resources
        │   │   │   │       ├── DBCrystalReport.pdb
        │   │   │   │       ├── DBCrystalReport.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           ├── CrystalReport1.cs.dll
        │   │   │   │           └── CrystalReport2.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DBCrystalReport.sln
        │   │   └── DBCrystalReport.suo
        │   ├── DesignInGoodsBill
        │   │   ├── DesignInGoodsBill
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignInGoodsBill.exe
        │   │   │   │       ├── DesignInGoodsBill.pdb
        │   │   │   │       ├── DesignInGoodsBill.vshost.exe
        │   │   │   │       └── DesignInGoodsBill.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DesignInGoodsBill.csproj
        │   │   │   ├── DesignInGoodsBill.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignInGoodsBill.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DesignInGoodsBill.csproj.GenerateResource.Cache
        │   │   │   │       ├── DesignInGoodsBill.exe
        │   │   │   │       ├── DesignInGoodsBill.Form1.resources
        │   │   │   │       ├── DesignInGoodsBill.pdb
        │   │   │   │       ├── DesignInGoodsBill.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DesignInGoodsBill.sln
        │   │   └── DesignInGoodsBill.suo
        │   ├── DesignReceipt
        │   │   ├── DesignReceipt
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignReceipt.exe
        │   │   │   │       ├── DesignReceipt.pdb
        │   │   │   │       ├── DesignReceipt.vshost.exe
        │   │   │   │       └── DesignReceipt.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DesignReceipt.csproj
        │   │   │   ├── DesignReceipt.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignReceipt.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DesignReceipt.csproj.GenerateResource.Cache
        │   │   │   │       ├── DesignReceipt.exe
        │   │   │   │       ├── DesignReceipt.Form1.resources
        │   │   │   │       ├── DesignReceipt.pdb
        │   │   │   │       ├── DesignReceipt.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DesignReceipt.sln
        │   │   └── DesignReceipt.suo
        │   ├── DesignReport
        │   │   ├── DesignReport
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       └── DesignReport.vshost.exe
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DesignReport.csproj
        │   │   │   ├── DesignReport.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DesignReport.sln
        │   │   └── DesignReport.suo
        │   ├── DesignStuCertificate
        │   │   ├── DesignStuCertificate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignStuCertificate.exe
        │   │   │   │       ├── DesignStuCertificate.pdb
        │   │   │   │       ├── DesignStuCertificate.vshost.exe
        │   │   │   │       └── DesignStuCertificate.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DesignStuCertificate.csproj
        │   │   │   ├── DesignStuCertificate.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignStuCertificate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DesignStuCertificate.csproj.GenerateResource.Cache
        │   │   │   │       ├── DesignStuCertificate.exe
        │   │   │   │       ├── DesignStuCertificate.Form1.resources
        │   │   │   │       ├── DesignStuCertificate.pdb
        │   │   │   │       ├── DesignStuCertificate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DesignStuCertificate.sln
        │   │   └── DesignStuCertificate.suo
        │   ├── DesignStuResume
        │   │   ├── DesignStuResume
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignStuResume.exe
        │   │   │   │       ├── DesignStuResume.pdb
        │   │   │   │       ├── DesignStuResume.vshost.exe
        │   │   │   │       └── DesignStuResume.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── DesignStuResume.csproj
        │   │   │   ├── DesignStuResume.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DesignStuResume.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DesignStuResume.csproj.GenerateResource.Cache
        │   │   │   │       ├── DesignStuResume.exe
        │   │   │   │       ├── DesignStuResume.Form1.resources
        │   │   │   │       ├── DesignStuResume.pdb
        │   │   │   │       ├── DesignStuResume.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DesignStuResume.sln
        │   │   └── DesignStuResume.suo
        │   ├── HPrint
        │   │   ├── HPrint
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── HPrint.exe
        │   │   │   │       ├── HPrint.pdb
        │   │   │   │       └── HPrint.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── HPrint.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── HPrint.csproj.FileListAbsolute.txt
        │   │   │   │       ├── HPrint.csproj.GenerateResource.Cache
        │   │   │   │       ├── HPrint.exe
        │   │   │   │       ├── HPrint.Form1.resources
        │   │   │   │       ├── HPrint.pdb
        │   │   │   │       ├── HPrint.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintClass.cs
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── HPrint.sln
        │   │   └── HPrint.suo
        │   ├── PagesPrint
        │   │   ├── PagesPrint
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PagesPrint.exe
        │   │   │   │       ├── PagesPrint.pdb
        │   │   │   │       ├── PagesPrint.vshost.exe
        │   │   │   │       └── PagesPrint.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PagesPrint.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PagesPrint.csproj.GenerateResource.Cache
        │   │   │   │       ├── PagesPrint.exe
        │   │   │   │       ├── PagesPrint.Form1.resources
        │   │   │   │       ├── PagesPrint.pdb
        │   │   │   │       ├── PagesPrint.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PagesPrint.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PagesPrint.sln
        │   │   └── PagesPrint.suo
        │   ├── PrintDirection
        │   │   ├── PrintDirection
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintDirection.exe
        │   │   │   │       ├── PrintDirection.pdb
        │   │   │   │       ├── PrintDirection.vshost.exe
        │   │   │   │       └── PrintDirection.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintDirection.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintDirection.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintDirection.exe
        │   │   │   │       ├── PrintDirection.Form1.resources
        │   │   │   │       ├── PrintDirection.pdb
        │   │   │   │       ├── PrintDirection.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintClass.cs
        │   │   │   ├── PrintDirection.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintDirection.sln
        │   │   └── PrintDirection.suo
        │   ├── PrintEmptyCertificate
        │   │   ├── PrintEmptyCertificate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintEmptyCertificate.exe
        │   │   │   │       ├── PrintEmptyCertificate.pdb
        │   │   │   │       └── PrintEmptyCertificate.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintEmptyCertificate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintEmptyCertificate.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintEmptyCertificate.exe
        │   │   │   │       ├── PrintEmptyCertificate.Form1.resources
        │   │   │   │       ├── PrintEmptyCertificate.pdb
        │   │   │   │       ├── PrintEmptyCertificate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintEmptyCertificate.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintEmptyCertificate.sln
        │   │   └── PrintEmptyCertificate.suo
        │   ├── PrintEnvelop
        │   │   ├── PrintEnvelop
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintEnvelop.exe
        │   │   │   │       ├── PrintEnvelop.pdb
        │   │   │   │       ├── PrintEnvelop.vshost.exe
        │   │   │   │       ├── PrintEnvelop.vshost.exe.manifest
        │   │   │   │       └── 明日科技.bmp
        │   │   │   ├── EnvelopCrystalReport.cs
        │   │   │   ├── EnvelopCrystalReport.rpt
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintEnvelop.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintEnvelop.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintEnvelop.exe
        │   │   │   │       ├── PrintEnvelop.Form1.resources
        │   │   │   │       ├── PrintEnvelop.pdb
        │   │   │   │       ├── PrintEnvelop.Properties.Resources.resources
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   │           ├── CrystalReport1.cs.dll
        │   │   │   │           └── EnvelopCrystalReport.cs.dll
        │   │   │   ├── PrintEnvelop.csproj
        │   │   │   ├── PrintEnvelop.csproj.user
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintEnvelop.sln
        │   │   └── PrintEnvelop.suo
        │   ├── PrintGoodsInBill
        │   │   ├── PrintGoodsInBill
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintGoodsInBill.exe
        │   │   │   │       ├── PrintGoodsInBill.pdb
        │   │   │   │       ├── PrintGoodsInBill.vshost.exe
        │   │   │   │       └── PrintGoodsInBill.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintGoodsInBill.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintGoodsInBill.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintGoodsInBill.exe
        │   │   │   │       ├── PrintGoodsInBill.Form1.resources
        │   │   │   │       ├── PrintGoodsInBill.pdb
        │   │   │   │       ├── PrintGoodsInBill.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintGoodsInBill.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintGoodsInBill.sln
        │   │   └── PrintGoodsInBill.suo
        │   ├── PrintGoodsOutBill
        │   │   ├── PrintGoodsOutBill
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintGoodsOutBill.exe
        │   │   │   │       ├── PrintGoodsOutBill.pdb
        │   │   │   │       ├── PrintGoodsOutBill.vshost.exe
        │   │   │   │       └── PrintGoodsOutBill.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintGoodsOutBill.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintGoodsOutBill.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintGoodsOutBill.exe
        │   │   │   │       ├── PrintGoodsOutBill.Form1.resources
        │   │   │   │       ├── PrintGoodsOutBill.pdb
        │   │   │   │       ├── PrintGoodsOutBill.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintGoodsOutBill.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintGoodsOutBill.sln
        │   │   └── PrintGoodsOutBill.suo
        │   ├── PrintImage
        │   │   ├── PrintImage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintImage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintImage.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintImage.exe
        │   │   │   │       ├── PrintImage.Form1.resources
        │   │   │   │       ├── PrintImage.pdb
        │   │   │   │       ├── PrintImage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintImage.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintImage.sln
        │   │   └── PrintImage.suo
        │   ├── PrintOneCertificate
        │   │   ├── PrintOneCertificate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── photo.bmp
        │   │   │   │       ├── PrintOneCertificate.exe
        │   │   │   │       ├── PrintOneCertificate.pdb
        │   │   │   │       └── PrintOneCertificate.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintOneCertificate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintOneCertificate.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintOneCertificate.exe
        │   │   │   │       ├── PrintOneCertificate.Form1.resources
        │   │   │   │       ├── PrintOneCertificate.pdb
        │   │   │   │       ├── PrintOneCertificate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintOneCertificate.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintOneCertificate.sln
        │   │   └── PrintOneCertificate.suo
        │   ├── PrintRemitBill
        │   │   ├── PrintRemitBill
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintRemitBill.exe
        │   │   │   │       ├── PrintRemitBill.pdb
        │   │   │   │       ├── PrintRemitBill.vshost.exe
        │   │   │   │       └── PrintRemitBill.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintRemitBill.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintRemitBill.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintRemitBill.exe
        │   │   │   │       ├── PrintRemitBill.Form1.resources
        │   │   │   │       ├── PrintRemitBill.pdb
        │   │   │   │       ├── PrintRemitBill.Properties.Resources.resources
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   │           └── RemitBillCrystalReport.cs.dll
        │   │   │   ├── PrintRemitBill.csproj
        │   │   │   ├── PrintRemitBill.csproj.user
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── RemitBillCrystalReport.cs
        │   │   │   └── RemitBillCrystalReport.rpt
        │   │   ├── PrintRemitBill.sln
        │   │   └── PrintRemitBill.suo
        │   ├── PrintStuCertificate
        │   │   ├── PrintStuCertificate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintStuCertificate.exe
        │   │   │   │       ├── PrintStuCertificate.pdb
        │   │   │   │       ├── PrintStuCertificate.vshost.exe
        │   │   │   │       └── PrintStuCertificate.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintStuCertificate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintStuCertificate.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintStuCertificate.exe
        │   │   │   │       ├── PrintStuCertificate.Form1.resources
        │   │   │   │       ├── PrintStuCertificate.pdb
        │   │   │   │       ├── PrintStuCertificate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintStuCertificate.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintStuCertificate.sln
        │   │   └── PrintStuCertificate.suo
        │   ├── PrintStuResume
        │   │   ├── PrintStuResume
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintStuResume.exe
        │   │   │   │       ├── PrintStuResume.pdb
        │   │   │   │       ├── PrintStuResume.vshost.exe
        │   │   │   │       ├── PrintStuResume.vshost.exe.manifest
        │   │   │   │       └── resume.jpg
        │   │   │   ├── frmMain.cs
        │   │   │   ├── frmMain.Designer.cs
        │   │   │   ├── frmMain.resx
        │   │   │   ├── frmPrint.cs
        │   │   │   ├── frmPrint.Designer.cs
        │   │   │   ├── frmPrint.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintStuResume.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintStuResume.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintStuResume.exe
        │   │   │   │       ├── PrintStuResume.frmMain.resources
        │   │   │   │       ├── PrintStuResume.frmPrint.resources
        │   │   │   │       ├── PrintStuResume.pdb
        │   │   │   │       ├── PrintStuResume.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintStuResume.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintStuResume.sln
        │   │   └── PrintStuResume.suo
        │   ├── PrintText
        │   │   ├── PrintText
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintText.exe
        │   │   │   │       ├── PrintText.pdb
        │   │   │   │       └── PrintText.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintText.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintText.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintText.exe
        │   │   │   │       ├── PrintText.Form1.resources
        │   │   │   │       ├── PrintText.pdb
        │   │   │   │       ├── PrintText.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintText.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintText.sln
        │   │   └── PrintText.suo
        │   ├── PrintTopFive
        │   │   ├── PrintTopFive
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintTopFive.exe
        │   │   │   │       ├── PrintTopFive.pdb
        │   │   │   │       └── PrintTopFive.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PrintTopFive.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PrintTopFive.csproj.GenerateResource.Cache
        │   │   │   │       ├── PrintTopFive.exe
        │   │   │   │       ├── PrintTopFive.Form1.resources
        │   │   │   │       ├── PrintTopFive.pdb
        │   │   │   │       ├── PrintTopFive.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PrintTopFive.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PrintTopFive.sln
        │   │   └── PrintTopFive.suo
        │   ├── SetPrintRange
        │   │   ├── SetPrintRange
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SetPrintRange.exe
        │   │   │   │       ├── SetPrintRange.pdb
        │   │   │   │       ├── SetPrintRange.vshost.exe
        │   │   │   │       └── SetPrintRange.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── SetPrintRange.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SetPrintRange.csproj.GenerateResource.Cache
        │   │   │   │       ├── SetPrintRange.exe
        │   │   │   │       ├── SetPrintRange.Form1.resources
        │   │   │   │       ├── SetPrintRange.pdb
        │   │   │   │       ├── SetPrintRange.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SetPrintRange.csproj
        │   │   ├── SetPrintRange.sln
        │   │   └── SetPrintRange.suo
        │   ├── ShowBarCode
        │   │   ├── ShowBarCode
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.BARCODELib.dll
        │   │   │   │       ├── Interop.BARCODELib.dll
        │   │   │   │       ├── ShowBarCode.exe
        │   │   │   │       ├── ShowBarCode.pdb
        │   │   │   │       ├── ShowBarCode.vshost.exe
        │   │   │   │       └── ShowBarCode.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.BARCODELib.dll
        │   │   │   │       ├── Interop.BARCODELib.dll
        │   │   │   │       ├── ShowBarCode.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ShowBarCode.csproj.GenerateResource.Cache
        │   │   │   │       ├── ShowBarCode.csproj.ResolveComReference.cache
        │   │   │   │       ├── ShowBarCode.exe
        │   │   │   │       ├── ShowBarCode.Form1.resources
        │   │   │   │       ├── ShowBarCode.pdb
        │   │   │   │       ├── ShowBarCode.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── ShowBarCode.csproj
        │   │   ├── ShowBarCode.sln
        │   │   └── ShowBarCode.suo
        │   ├── ShowCReport
        │   │   ├── ShowCReport
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ShowCReport.exe
        │   │   │   │       ├── ShowCReport.pdb
        │   │   │   │       ├── ShowCReport.vshost.exe
        │   │   │   │       └── ShowCReport.vshost.exe.manifest
        │   │   │   ├── CrystalReport1.cs
        │   │   │   ├── CrystalReport1.rpt
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ShowCReport.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ShowCReport.csproj.GenerateResource.Cache
        │   │   │   │       ├── ShowCReport.exe
        │   │   │   │       ├── ShowCReport.Form1.resources
        │   │   │   │       ├── ShowCReport.pdb
        │   │   │   │       ├── ShowCReport.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── CrystalReport1.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── ShowCReport.csproj
        │   │   │   └── ShowCReport.csproj.user
        │   │   ├── ShowCReport.sln
        │   │   └── ShowCReport.suo
        │   ├── VPrint
        │   │   ├── VPrint
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── VPrint.exe
        │   │   │   │       ├── VPrint.pdb
        │   │   │   │       └── VPrint.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── VPrint.csproj.FileListAbsolute.txt
        │   │   │   │       ├── VPrint.csproj.GenerateResource.Cache
        │   │   │   │       ├── VPrint.exe
        │   │   │   │       ├── VPrint.Form1.resources
        │   │   │   │       ├── VPrint.pdb
        │   │   │   │       └── VPrint.Properties.Resources.resources
        │   │   │   ├── PrintClass.cs
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── VPrint.csproj
        │   │   ├── VPrint.sln
        │   │   └── VPrint.suo
        │   ├── 工程师兼职工作.url
        │   ├── 打印条形码
        │   │   ├── BarCode
        │   │   │   ├── BarCode.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.BARCODELib.dll
        │   │   │   │       ├── BarCode.exe
        │   │   │   │       ├── BarCode.pdb
        │   │   │   │       ├── BarCode.vshost.exe
        │   │   │   │       ├── BarCode.vshost.exe.manifest
        │   │   │   │       └── Interop.BARCODELib.dll
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.BARCODELib.dll
        │   │   │   │       ├── BarCode.csproj.FileListAbsolute.txt
        │   │   │   │       ├── BarCode.csproj.GenerateResource.Cache
        │   │   │   │       ├── BarCode.csproj.ResolveComReference.cache
        │   │   │   │       ├── BarCode.exe
        │   │   │   │       ├── BarCode.Form1.resources
        │   │   │   │       ├── BarCode.pdb
        │   │   │   │       ├── BarCode.Properties.Resources.resources
        │   │   │   │       ├── Interop.BARCODELib.dll
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SystemSet.ini
        │   │   ├── BarCode.sln
        │   │   └── BarCode.suo
        │   ├── 教程说明.url
        │   ├── 更多免费教程下载.url
        │   └── 程序员的苦恼.html
        ├── 5-系统操作
        │   ├── CPU内存使用率
        │   │   ├── CPU_Detect
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CPU_Detect.exe
        │   │   │   │       ├── CPU_Detect.pdb
        │   │   │   │       ├── CPU_Detect.vshost.exe
        │   │   │   │       └── CPU_Detect.vshost.exe.manifest
        │   │   │   ├── CPU_Detect.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CPU_Detect.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CPU_Detect.csproj.GenerateResource.Cache
        │   │   │   │       ├── CPU_Detect.exe
        │   │   │   │       ├── CPU_Detect.Form1.resources
        │   │   │   │       ├── CPU_Detect.pdb
        │   │   │   │       ├── CPU_Detect.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── CPU_Detect.sln
        │   │   └── CPU_Detect.suo
        │   ├── 动态图标显示
        │   │   ├── DynamicTaskStock
        │   │   │   ├── 1.ico
        │   │   │   ├── 2.ico
        │   │   │   ├── 3.ico
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DynamicTaskStock.exe
        │   │   │   │       ├── DynamicTaskStock.pdb
        │   │   │   │       ├── DynamicTaskStock.vshost.exe
        │   │   │   │       └── DynamicTaskStock.vshost.exe.manifest
        │   │   │   ├── DynamicTaskStock.csproj
        │   │   │   ├── DynamicTaskStock.csproj.user
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DynamicTaskStock.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DynamicTaskStock.csproj.GenerateResource.Cache
        │   │   │   │       ├── DynamicTaskStock.exe
        │   │   │   │       ├── DynamicTaskStock.Form1.resources
        │   │   │   │       ├── DynamicTaskStock.pdb
        │   │   │   │       ├── DynamicTaskStock.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DynamicTaskStock.sln
        │   │   └── DynamicTaskStock.suo
        │   ├── 半角全角转换
        │   │   ├── SBCorDBC
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SBCorDBC.exe
        │   │   │   │       ├── SBCorDBC.pdb
        │   │   │   │       ├── SBCorDBC.vshost.exe
        │   │   │   │       └── SBCorDBC.vshost.exe.manifest
        │   │   │   ├── controlIme.cs
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── SBCorDBC.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SBCorDBC.csproj.GenerateResource.Cache
        │   │   │   │       ├── SBCorDBC.exe
        │   │   │   │       ├── SBCorDBC.Form1.resources
        │   │   │   │       ├── SBCorDBC.pdb
        │   │   │   │       ├── SBCorDBC.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SBCorDBC.csproj
        │   │   └── SBCorDBC.sln
        │   ├── 启动项管理器
        │   │   ├── RunManage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── RunManage.exe
        │   │   │   │       ├── RunManage.pdb
        │   │   │   │       ├── RunManage.vshost.exe
        │   │   │   │       └── RunManage.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── RunManage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── RunManage.csproj.GenerateResource.Cache
        │   │   │   │       ├── RunManage.exe
        │   │   │   │       ├── RunManage.Form1.resources
        │   │   │   │       ├── RunManage.pdb
        │   │   │   │       ├── RunManage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── RunManage.csproj
        │   │   ├── RunManage.sln
        │   │   └── RunManage.suo
        │   ├── 多功能键盘
        │   │   ├── 多功能键盘
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 多功能键盘.exe
        │   │   │   │       ├── 多功能键盘.pdb
        │   │   │   │       ├── 多功能键盘.vshost.exe
        │   │   │   │       └── 多功能键盘.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── HOOK.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 多功能键盘.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 多功能键盘.csproj.GenerateResource.Cache
        │   │   │   │       ├── 多功能键盘.exe
        │   │   │   │       ├── 多功能键盘.Form1.resources
        │   │   │   │       ├── 多功能键盘.pdb
        │   │   │   │       └── 多功能键盘.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 多功能键盘.csproj
        │   │   ├── 多功能键盘.sln
        │   │   └── 多功能键盘.suo
        │   ├── 定时关机
        │   │   ├── TimeCloseComputer
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── db.mdb
        │   │   │   │       ├── TimeCloseComputer.exe
        │   │   │   │       ├── TimeCloseComputer.pdb
        │   │   │   │       ├── TimeCloseComputer.vshost.exe
        │   │   │   │       └── TimeCloseComputer.vshost.exe.manifest
        │   │   │   ├── db.mdb
        │   │   │   ├── false.jpg
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── TimeCloseComputer.csproj.FileListAbsolute.txt
        │   │   │   │       ├── TimeCloseComputer.csproj.GenerateResource.Cache
        │   │   │   │       ├── TimeCloseComputer.exe
        │   │   │   │       ├── TimeCloseComputer.Form1.resources
        │   │   │   │       ├── TimeCloseComputer.pdb
        │   │   │   │       └── TimeCloseComputer.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── TimeCloseComputer.csproj
        │   │   │   ├── TimeCloseComputer.csproj.user
        │   │   │   ├── true.jpg
        │   │   │   ├── 图标 (187).ico
        │   │   │   ├── 图标 (18).ico
        │   │   │   └── 图标 (93).ico
        │   │   └── TimeCloseComputer.sln
        │   ├── 屏幕放大镜
        │   │   ├── ScreenBlowupGlass
        │   │   │   ├── bg.bmp
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScreenBlowupGlass.exe
        │   │   │   │       ├── ScreenBlowupGlass.pdb
        │   │   │   │       ├── ScreenBlowupGlass.vshost.exe
        │   │   │   │       └── ScreenBlowupGlass.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── ScreenBlowupGlass.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ScreenBlowupGlass.csproj.GenerateResource.Cache
        │   │   │   │       ├── ScreenBlowupGlass.exe
        │   │   │   │       ├── ScreenBlowupGlass.Form1.resources
        │   │   │   │       ├── ScreenBlowupGlass.pdb
        │   │   │   │       ├── ScreenBlowupGlass.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── ScreenBlowupGlass.csproj
        │   │   │   └── 图标.ico
        │   │   ├── ScreenBlowupGlass.sln
        │   │   └── ScreenBlowupGlass.suo
        │   ├── 屏蔽鼠标按键
        │   │   ├── NullificationMouse
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── NullificationMouse.exe
        │   │   │   │       ├── NullificationMouse.pdb
        │   │   │   │       ├── NullificationMouse.vshost.exe
        │   │   │   │       └── NullificationMouse.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── MouseHook.cs
        │   │   │   ├── NullificationMouse.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── NullificationMouse.csproj.FileListAbsolute.txt
        │   │   │   │       ├── NullificationMouse.csproj.GenerateResource.Cache
        │   │   │   │       ├── NullificationMouse.exe
        │   │   │   │       ├── NullificationMouse.Form1.resources
        │   │   │   │       ├── NullificationMouse.pdb
        │   │   │   │       ├── NullificationMouse.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── NullificationMouse.sln
        │   │   └── NullificationMouse.suo
        │   ├── 工程师兼职工作.url
        │   ├── 左右键切换
        │   │   ├── LeftRightSwitch
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── LeftRightSwitch.exe
        │   │   │   │       ├── LeftRightSwitch.pdb
        │   │   │   │       ├── LeftRightSwitch.vshost.exe
        │   │   │   │       └── LeftRightSwitch.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LeftRightSwitch.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LeftRightSwitch.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LeftRightSwitch.csproj.GenerateResource.Cache
        │   │   │   │       ├── LeftRightSwitch.exe
        │   │   │   │       ├── LeftRightSwitch.Form1.resources
        │   │   │   │       ├── LeftRightSwitch.pdb
        │   │   │   │       ├── LeftRightSwitch.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LeftRightSwitch.sln
        │   │   └── LeftRightSwitch.suo
        │   ├── 教程说明.url
        │   ├── 数字大小写转换器
        │   │   ├── numberConvert
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── numberConvert.exe
        │   │   │   │       ├── numberConvert.pdb
        │   │   │   │       ├── numberConvert.vshost.exe
        │   │   │   │       └── numberConvert.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── numberConvert.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── numberConvert.csproj.FileListAbsolute.txt
        │   │   │   │       ├── numberConvert.csproj.GenerateResource.Cache
        │   │   │   │       ├── numberConvert.exe
        │   │   │   │       ├── numberConvert.Form1.resources
        │   │   │   │       ├── numberConvert.Form2.resources
        │   │   │   │       ├── numberConvert.pdb
        │   │   │   │       ├── numberConvert.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── numberConvert.sln
        │   │   └── numberConvert.suo
        │   ├── 显示器控制
        │   │   ├── DisplayControl
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DisplayControl.exe
        │   │   │   │       ├── DisplayControl.pdb
        │   │   │   │       ├── DisplayControl.vshost.exe
        │   │   │   │       └── DisplayControl.vshost.exe.manifest
        │   │   │   ├── DisplayControl.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DisplayControl.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DisplayControl.csproj.GenerateResource.Cache
        │   │   │   │       ├── DisplayControl.exe
        │   │   │   │       ├── DisplayControl.Form1.resources
        │   │   │   │       ├── DisplayControl.pdb
        │   │   │   │       ├── DisplayControl.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 图标 (22).ico
        │   │   ├── DisplayControl.sln
        │   │   └── DisplayControl.suo
        │   ├── 更多免费教程下载.url
        │   ├── 用键盘控制窗体的移动
        │   │   ├── ControlFormMove
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ControlFormMove.exe
        │   │   │   │       ├── ControlFormMove.pdb
        │   │   │   │       ├── ControlFormMove.vshost.exe
        │   │   │   │       └── ControlFormMove.vshost.exe.manifest
        │   │   │   ├── ControlFormMove.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ControlFormMove.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ControlFormMove.csproj.GenerateResource.Cache
        │   │   │   │       ├── ControlFormMove.exe
        │   │   │   │       ├── ControlFormMove.Form1.resources
        │   │   │   │       ├── ControlFormMove.pdb
        │   │   │   │       ├── ControlFormMove.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ControlFormMove.sln
        │   │   └── ControlFormMove.suo
        │   ├── 程序员的苦恼.html
        │   ├── 系统挂机锁
        │   │   ├── SystemLock
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SystemLock.exe
        │   │   │   │       ├── SystemLock.pdb
        │   │   │   │       ├── SystemLock.vshost.exe
        │   │   │   │       └── SystemLock.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── Form3.cs
        │   │   │   ├── Form3.Designer.cs
        │   │   │   ├── Form3.resx
        │   │   │   ├── lock.ico
        │   │   │   ├── myHook.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── SystemLock.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SystemLock.csproj.GenerateResource.Cache
        │   │   │   │       ├── SystemLock.exe
        │   │   │   │       ├── SystemLock.Form1.resources
        │   │   │   │       ├── SystemLock.Form2.resources
        │   │   │   │       ├── SystemLock.Form3.resources
        │   │   │   │       ├── SystemLock.pdb
        │   │   │   │       ├── SystemLock.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── screen.jpg
        │   │   │   ├── SystemLock.csproj
        │   │   │   └── 图标 (93).ico
        │   │   ├── SystemLock.sln
        │   │   └── SystemLock.suo
        │   ├── 自定义动画鼠标
        │   │   ├── 自定义动画鼠标
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 0081.ani
        │   │   │   │       ├── My.png
        │   │   │   │       ├── 自定义动画鼠标.exe
        │   │   │   │       ├── 自定义动画鼠标.pdb
        │   │   │   │       ├── 自定义动画鼠标.vshost.exe
        │   │   │   │       └── 自定义动画鼠标.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   ├── 01.cur
        │   │   │   │   ├── 02.cur
        │   │   │   │   ├── 03.cur
        │   │   │   │   ├── 4.cur
        │   │   │   │   ├── 5.cur
        │   │   │   │   ├── 6.cur
        │   │   │   │   └── hand.cur
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 自定义动画鼠标.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 自定义动画鼠标.csproj.GenerateResource.Cache
        │   │   │   │       ├── 自定义动画鼠标.exe
        │   │   │   │       ├── 自定义动画鼠标.Form1.resources
        │   │   │   │       ├── 自定义动画鼠标.pdb
        │   │   │   │       └── 自定义动画鼠标.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 自定义动画鼠标.csproj
        │   │   ├── 自定义动画鼠标.sln
        │   │   └── 自定义动画鼠标.suo
        │   ├── 虚拟键盘
        │   │   ├── HookEx
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── HookEx.dll
        │   │   │   │       └── HookEx.pdb
        │   │   │   ├── EventSet.cs
        │   │   │   ├── HookEx.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── HookEx.csproj.FileListAbsolute.txt
        │   │   │   │       ├── HookEx.dll
        │   │   │   │       ├── HookEx.pdb
        │   │   │   │       └── TempPE
        │   │   │   ├── Properties
        │   │   │   │   └── AssemblyInfo.cs
        │   │   │   └── UserActivityHook.cs
        │   │   ├── 虚拟键盘
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── HookEx.dll
        │   │   │   │       ├── HookEx.pdb
        │   │   │   │       ├── 虚拟键盘.exe
        │   │   │   │       ├── 虚拟键盘.pdb
        │   │   │   │       ├── 虚拟键盘.vshost.exe
        │   │   │   │       └── 虚拟键盘.vshost.exe.manifest
        │   │   │   ├── FecitButton.cs
        │   │   │   ├── FecitButton.Designer.cs
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── KeyboardConstaint.cs
        │   │   │   ├── NativeMethods.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       ├── TempPE
        │   │   │   │       │   └── Properties.Resources.Designer.cs.dll
        │   │   │   │       ├── 虚拟键盘.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 虚拟键盘.csproj.GenerateResource.Cache
        │   │   │   │       ├── 虚拟键盘.exe
        │   │   │   │       ├── 虚拟键盘.Form1.resources
        │   │   │   │       ├── 虚拟键盘.pdb
        │   │   │   │       └── 虚拟键盘.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Resources
        │   │   │   │   └── 键盘(1).jpg
        │   │   │   └── 虚拟键盘.csproj
        │   │   ├── 虚拟键盘.sln
        │   │   ├── 虚拟键盘.suo
        │   │   └── 键盘(1).jpg
        │   ├── 设置和屏蔽系统热键
        │   │   ├── 热键
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── 热键.exe
        │   │   │   │       ├── 热键.pdb
        │   │   │   │       ├── 热键.vshost.exe
        │   │   │   │       └── 热键.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── HOOK.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── 热键.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 热键.csproj.GenerateResource.Cache
        │   │   │   │       ├── 热键.exe
        │   │   │   │       ├── 热键.pdb
        │   │   │   │       ├── 热键.Properties.Resources.resources
        │   │   │   │       ├── 设置和屏蔽系统热键.csproj.FileListAbsolute.txt
        │   │   │   │       ├── 设置和屏蔽系统热键.csproj.GenerateResource.Cache
        │   │   │   │       └── 设置和屏蔽系统热键.Form1.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 热键.csproj
        │   │   ├── 热键.sln
        │   │   └── 热键.suo
        │   ├── 设置桌片壁纸
        │   │   ├── APIdesktop
        │   │   │   ├── APIdesktop.csproj
        │   │   │   ├── bg2.png
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── APIdesktop.exe
        │   │   │   │       ├── APIdesktop.pdb
        │   │   │   │       ├── APIdesktop.vshost.exe
        │   │   │   │       └── APIdesktop.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── APIdesktop.csproj.FileListAbsolute.txt
        │   │   │   │       ├── APIdesktop.csproj.GenerateResource.Cache
        │   │   │   │       ├── APIdesktop.exe
        │   │   │   │       ├── APIdesktop.Form1.resources
        │   │   │   │       ├── APIdesktop.Form2.resources
        │   │   │   │       ├── APIdesktop.pdb
        │   │   │   │       ├── APIdesktop.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── 图标 (190).ico
        │   │   │   ├── 图标 (199).ico
        │   │   │   ├── 图标 (22).ico
        │   │   │   ├── 图标 (59).png
        │   │   │   ├── 图标 (66).png
        │   │   │   ├── 图标 (8).ico
        │   │   │   └── 图标 (96).ico
        │   │   ├── APIdesktop.sln
        │   │   └── APIdesktop.suo
        │   ├── 设置系统时间
        │   │   ├── SetTime
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SetTime.exe
        │   │   │   │       ├── SetTime.pdb
        │   │   │   │       ├── SetTime.vshost.exe
        │   │   │   │       └── SetTime.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── SetTime.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SetTime.csproj.GenerateResource.Cache
        │   │   │   │       ├── SetTime.exe
        │   │   │   │       ├── SetTime.Form1.resources
        │   │   │   │       ├── SetTime.pdb
        │   │   │   │       ├── SetTime.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SetTime.csproj
        │   │   ├── SetTime.sln
        │   │   └── SetTime.suo
        │   ├── 设置鼠标样式
        │   │   ├── ActMouse
        │   │   │   ├── ActMouse.csproj
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ActMouse.exe
        │   │   │   │       ├── ActMouse.pdb
        │   │   │   │       ├── ActMouse.vshost.exe
        │   │   │   │       └── ActMouse.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Image
        │   │   │   │   └── mouse.ani
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ActMouse.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ActMouse.csproj.GenerateResource.Cache
        │   │   │   │       ├── ActMouse.exe
        │   │   │   │       ├── ActMouse.Form1.resources
        │   │   │   │       ├── ActMouse.pdb
        │   │   │   │       ├── ActMouse.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ActMouse.sln
        │   │   └── ActMouse.suo
        │   ├── 读写INI
        │   │   ├── ReadINI
        │   │   │   ├── ReadINI
        │   │   │   │   ├── bin
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── ReadINI.exe
        │   │   │   │   │       ├── ReadINI.pdb
        │   │   │   │   │       ├── ReadINI.vshost.exe
        │   │   │   │   │       ├── ReadINI.vshost.exe.manifest
        │   │   │   │   │       └── Test.ini
        │   │   │   │   ├── Form1.cs
        │   │   │   │   ├── Form1.Designer.cs
        │   │   │   │   ├── Form1.resx
        │   │   │   │   ├── obj
        │   │   │   │   │   └── Debug
        │   │   │   │   │       ├── ReadINI.csproj.FileListAbsolute.txt
        │   │   │   │   │       ├── ReadINI.csproj.GenerateResource.Cache
        │   │   │   │   │       ├── ReadINI.exe
        │   │   │   │   │       ├── ReadINI.Form1.resources
        │   │   │   │   │       ├── ReadINI.pdb
        │   │   │   │   │       ├── ReadINI.Properties.Resources.resources
        │   │   │   │   │       └── TempPE
        │   │   │   │   ├── Program.cs
        │   │   │   │   ├── Properties
        │   │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   │   ├── Resources.resx
        │   │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   │   └── Settings.settings
        │   │   │   │   ├── ReadINI.csproj
        │   │   │   │   └── Test.ini
        │   │   │   ├── ReadINI.sln
        │   │   │   └── ReadINI.suo
        │   │   └── WriteINI
        │   │       ├── WriteINI
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── WriteINI.exe
        │   │       │   │       ├── WriteINI.pdb
        │   │       │   │       ├── WriteINI.vshost.exe
        │   │       │   │       └── WriteINI.vshost.exe.manifest
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── TempPE
        │   │       │   │       ├── WriteINI.csproj.FileListAbsolute.txt
        │   │       │   │       ├── WriteINI.csproj.GenerateResource.Cache
        │   │       │   │       ├── WriteINI.exe
        │   │       │   │       ├── WriteINI.Form1.resources
        │   │       │   │       ├── WriteINI.pdb
        │   │       │   │       └── WriteINI.Properties.Resources.resources
        │   │       │   ├── Program.cs
        │   │       │   ├── Properties
        │   │       │   │   ├── AssemblyInfo.cs
        │   │       │   │   ├── Resources.Designer.cs
        │   │       │   │   ├── Resources.resx
        │   │       │   │   ├── Settings.Designer.cs
        │   │       │   │   └── Settings.settings
        │   │       │   ├── Test.ini
        │   │       │   └── WriteINI.csproj
        │   │       ├── WriteINI.sln
        │   │       └── WriteINI.suo
        │   ├── 身份证验证器
        │   │   ├── ValidateIDcard
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ValidateIDcard.exe
        │   │   │   │       ├── ValidateIDcard.pdb
        │   │   │   │       ├── ValidateIDcard.vshost.exe
        │   │   │   │       └── ValidateIDcard.vshost.exe.manifest
        │   │   │   ├── db.mdb
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── ValidateIDcard.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ValidateIDcard.csproj.GenerateResource.Cache
        │   │   │   │       ├── ValidateIDcard.exe
        │   │   │   │       ├── ValidateIDcard.Form1.resources
        │   │   │   │       ├── ValidateIDcard.pdb
        │   │   │   │       └── ValidateIDcard.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── ValidateIDcard.csproj
        │   │   ├── ValidateIDcard.sln
        │   │   └── ValidateIDcard.suo
        │   ├── 进程管理器
        │   │   ├── CourseManage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CourseManage.exe
        │   │   │   │       ├── CourseManage.pdb
        │   │   │   │       ├── CourseManage.vshost.exe
        │   │   │   │       └── CourseManage.vshost.exe.manifest
        │   │   │   ├── CourseManage.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CourseManage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CourseManage.csproj.GenerateResource.Cache
        │   │   │   │       ├── CourseManage.exe
        │   │   │   │       ├── CourseManage.Form1.resources
        │   │   │   │       ├── CourseManage.pdb
        │   │   │   │       ├── CourseManage.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── CourseManage.sln
        │   │   └── CourseManage.suo
        │   ├── 音乐风景壁纸
        │   │   ├── MusicViewDesk
        │   │   │   ├── AboutBox1.cs
        │   │   │   ├── AboutBox1.Designer.cs
        │   │   │   ├── AboutBox1.resx
        │   │   │   ├── baseClass.cs
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── MusicViewDesk.exe
        │   │   │   │       ├── MusicViewDesk.pdb
        │   │   │   │       ├── MusicViewDesk.vshost.exe
        │   │   │   │       └── MusicViewDesk.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── MusicViewDesk.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── AxInterop.WMPLib.dll
        │   │   │   │       ├── Interop.WMPLib.dll
        │   │   │   │       ├── MusicViewDesk.AboutBox1.resources
        │   │   │   │       ├── MusicViewDesk.csproj.FileListAbsolute.txt
        │   │   │   │       ├── MusicViewDesk.csproj.GenerateResource.Cache
        │   │   │   │       ├── MusicViewDesk.csproj.ResolveComReference.cache
        │   │   │   │       ├── MusicViewDesk.exe
        │   │   │   │       ├── MusicViewDesk.Form1.resources
        │   │   │   │       ├── MusicViewDesk.Form2.resources
        │   │   │   │       ├── MusicViewDesk.pdb
        │   │   │   │       ├── MusicViewDesk.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── Setup.ini
        │   │   │   ├── 图标 (100).png
        │   │   │   ├── 图标 (18).ico
        │   │   │   ├── 图标 (22).ico
        │   │   │   └── 图标 (6).ico
        │   │   └── MusicViewDesk.sln
        │   └── 鼠标设置器
        │       ├── 鼠标设置器
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── 鼠标设置器.exe
        │       │   │       ├── 鼠标设置器.pdb
        │       │   │       ├── 鼠标设置器.vshost.exe
        │       │   │       └── 鼠标设置器.vshost.exe.manifest
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── Image
        │       │   │   ├── 文件夹.bmp
        │       │   │   ├── 移动.bmp
        │       │   │   ├── 鼠标右键.bmp
        │       │   │   └── 鼠标左键.bmp
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── TempPE
        │       │   │       │   └── Properties.Resources.Designer.cs.dll
        │       │   │       ├── 鼠标设置器.csproj.FileListAbsolute.txt
        │       │   │       ├── 鼠标设置器.csproj.GenerateResource.Cache
        │       │   │       ├── 鼠标设置器.exe
        │       │   │       ├── 鼠标设置器.Form1.resources
        │       │   │       ├── 鼠标设置器.pdb
        │       │   │       └── 鼠标设置器.Properties.Resources.resources
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   └── 鼠标设置器.csproj
        │       ├── 鼠标设置器.sln
        │       └── 鼠标设置器.suo
        ├── 6-文件处理
        │   ├── WordToHtml
        │   │   ├── WordToHtml
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── WordToHtml.exe
        │   │   │   │       ├── WordToHtml.pdb
        │   │   │   │       ├── WordToHtml.vshost.exe
        │   │   │   │       └── WordToHtml.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── WordToHtml.csproj.FileListAbsolute.txt
        │   │   │   │       ├── WordToHtml.csproj.GenerateResource.Cache
        │   │   │   │       ├── WordToHtml.csproj.ResolveComReference.cache
        │   │   │   │       ├── WordToHtml.exe
        │   │   │   │       ├── WordToHtml.Form1.resources
        │   │   │   │       ├── WordToHtml.pdb
        │   │   │   │       └── WordToHtml.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── WordToHtml.csproj
        │   │   │   └── WordToHtml.csproj.user
        │   │   ├── WordToHtml.sln
        │   │   └── WordToHtml.suo
        │   ├── WordToRtf
        │   │   ├── WordToRtf
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── WordToRtf.exe
        │   │   │   │       ├── WordToRtf.pdb
        │   │   │   │       ├── WordToRtf.vshost.exe
        │   │   │   │       └── WordToRtf.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── WordToRtf.csproj.FileListAbsolute.txt
        │   │   │   │       ├── WordToRtf.csproj.GenerateResource.Cache
        │   │   │   │       ├── WordToRtf.csproj.ResolveComReference.cache
        │   │   │   │       ├── WordToRtf.exe
        │   │   │   │       ├── WordToRtf.Form1.resources
        │   │   │   │       ├── WordToRtf.pdb
        │   │   │   │       └── WordToRtf.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── WordToRtf.csproj
        │   │   ├── WordToRtf.sln
        │   │   └── WordToRtf.suo
        │   ├── WordToText
        │   │   ├── WordToText
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── WordToText.exe
        │   │   │   │       ├── WordToText.pdb
        │   │   │   │       ├── WordToText.vshost.exe
        │   │   │   │       └── WordToText.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.VBIDE.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── WordToText.csproj.FileListAbsolute.txt
        │   │   │   │       ├── WordToText.csproj.GenerateResource.Cache
        │   │   │   │       ├── WordToText.csproj.ResolveComReference.cache
        │   │   │   │       ├── WordToText.exe
        │   │   │   │       ├── WordToText.Form1.resources
        │   │   │   │       ├── WordToText.pdb
        │   │   │   │       └── WordToText.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── WordToText.csproj
        │   │   ├── WordToText.sln
        │   │   └── WordToText.suo
        │   ├── 伪装文件夹
        │   │   ├── CamouflageFolder
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CamouflageFolder.exe
        │   │   │   │       ├── CamouflageFolder.pdb
        │   │   │   │       ├── CamouflageFolder.vshost.exe
        │   │   │   │       └── CamouflageFolder.vshost.exe.manifest
        │   │   │   ├── CamouflageFolder.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CamouflageFolder.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CamouflageFolder.csproj.GenerateResource.Cache
        │   │   │   │       ├── CamouflageFolder.exe
        │   │   │   │       ├── CamouflageFolder.Form1.resources
        │   │   │   │       ├── CamouflageFolder.pdb
        │   │   │   │       ├── CamouflageFolder.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── 图标.ico
        │   │   └── CamouflageFolder.sln
        │   ├── 创建PDF文档
        │   │   ├── CreatePDFDocument
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── CreatePDFDocument.exe
        │   │   │   │       ├── CreatePDFDocument.pdb
        │   │   │   │       ├── CreatePDFDocument.vshost.exe
        │   │   │   │       ├── CreatePDFDocument.vshost.exe.manifest
        │   │   │   │       └── 程序使用说明.txt
        │   │   │   ├── CreatePDFDocument.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── CreatePDFDocument.csproj.FileListAbsolute.txt
        │   │   │   │       ├── CreatePDFDocument.csproj.GenerateResource.Cache
        │   │   │   │       ├── CreatePDFDocument.exe
        │   │   │   │       ├── CreatePDFDocument.Form1.resources
        │   │   │   │       ├── CreatePDFDocument.pdb
        │   │   │   │       ├── CreatePDFDocument.Properties.Resources.resources
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── CreatePDFDocument.sln
        │   ├── 工程师兼职工作.url
        │   ├── 批量更名器
        │   │   ├── FileBatchChangeName
        │   │   │   ├── AboutBox1.cs
        │   │   │   ├── AboutBox1.Designer.cs
        │   │   │   ├── AboutBox1.resx
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileBatchChangeName.exe
        │   │   │   │       ├── FileBatchChangeName.pdb
        │   │   │   │       ├── FileBatchChangeName.vshost.exe
        │   │   │   │       └── FileBatchChangeName.vshost.exe.manifest
        │   │   │   ├── copy.gif
        │   │   │   ├── FileBatchChangeName.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── gg.gif
        │   │   │   ├── netspell.gif
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileBatchChangeName.AboutBox1.resources
        │   │   │   │       ├── FileBatchChangeName.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FileBatchChangeName.csproj.GenerateResource.Cache
        │   │   │   │       ├── FileBatchChangeName.exe
        │   │   │   │       ├── FileBatchChangeName.Form1.resources
        │   │   │   │       ├── FileBatchChangeName.pdb
        │   │   │   │       ├── FileBatchChangeName.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── Properties.Resources.Designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── 图标 (166).ico
        │   │   │   ├── 图标 (179).ico
        │   │   │   ├── 图标 (220).ico
        │   │   │   ├── 图标 (99).ico
        │   │   │   └── 图标.ico
        │   │   └── FileBatchChangeName.sln
        │   ├── 批量解压缩
        │   │   ├── BatchDecompression
        │   │   │   ├── BatchDecompression.csproj
        │   │   │   ├── BatchDecompression.csproj.user
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── BatchDecompression.exe
        │   │   │   │       ├── BatchDecompression.pdb
        │   │   │   │       ├── BatchDecompression.vshost.exe
        │   │   │   │       ├── BatchDecompression.vshost.exe.manifest
        │   │   │   │       └── 程序使用说明.txt
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── BatchDecompression.csproj.FileListAbsolute.txt
        │   │   │   │       ├── BatchDecompression.csproj.GenerateResource.Cache
        │   │   │   │       ├── BatchDecompression.exe
        │   │   │   │       ├── BatchDecompression.Form1.resources
        │   │   │   │       ├── BatchDecompression.pdb
        │   │   │   │       ├── BatchDecompression.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── ResolveAssemblyReference.cache
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── BatchDecompression.sln
        │   │   └── BatchDecompression.suo
        │   ├── 操作INI文件
        │   │   ├── INIFileOperate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ConnectString.ini
        │   │   │   │       ├── INIFileOperate.exe
        │   │   │   │       ├── INIFileOperate.pdb
        │   │   │   │       ├── INIFileOperate.vshost.exe
        │   │   │   │       └── INIFileOperate.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── INIFileOperate.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── INIFileOperate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── INIFileOperate.csproj.GenerateResource.Cache
        │   │   │   │       ├── INIFileOperate.exe
        │   │   │   │       ├── INIFileOperate.Form1.resources
        │   │   │   │       ├── INIFileOperate.pdb
        │   │   │   │       ├── INIFileOperate.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   └── INIFileOperate.sln
        │   ├── 操作XML文件
        │   │   ├── XMLFileOperate
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── fileTwo.XML
        │   │   │   │       ├── XMLFileOperate.exe
        │   │   │   │       ├── XMLFileOperate.pdb
        │   │   │   │       ├── XMLFileOperate.vshost.exe
        │   │   │   │       └── XMLFileOperate.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── XMLFileOperate.csproj.FileListAbsolute.txt
        │   │   │   │       ├── XMLFileOperate.csproj.GenerateResource.Cache
        │   │   │   │       ├── XMLFileOperate.exe
        │   │   │   │       ├── XMLFileOperate.Form1.resources
        │   │   │   │       ├── XMLFileOperate.pdb
        │   │   │   │       └── XMLFileOperate.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── XMLFileOperate.csproj
        │   │   └── XMLFileOperate.sln
        │   ├── 教程说明.url
        │   ├── 文件分割与合并
        │   │   ├── FileComminuteUnite
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileComminuteUnite.exe
        │   │   │   │       ├── FileComminuteUnite.pdb
        │   │   │   │       ├── FileComminuteUnite.vshost.exe
        │   │   │   │       └── FileComminuteUnite.vshost.exe.manifest
        │   │   │   ├── FileComminuteUnite.csproj
        │   │   │   ├── frmSplit.cs
        │   │   │   ├── frmSplit.designer.cs
        │   │   │   ├── frmSplit.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── FileComminuteUnite.csproj.FileListAbsolute.txt
        │   │   │   │       ├── FileComminuteUnite.csproj.GenerateResource.Cache
        │   │   │   │       ├── FileComminuteUnite.exe
        │   │   │   │       ├── FileComminuteUnite.frmSplit.resources
        │   │   │   │       ├── FileComminuteUnite.pdb
        │   │   │   │       ├── FileComminuteUnite.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── FileComminuteUnite.sln
        │   │   └── FileComminuteUnite.suo
        │   ├── 更多免费教程下载.url
        │   ├── 汉字转拼音
        │   │   ├── ChToPhoneticize
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChToPhoneticize.exe
        │   │   │   │       ├── ChToPhoneticize.pdb
        │   │   │   │       ├── ChToPhoneticize.vshost.exe
        │   │   │   │       └── ChToPhoneticize.vshost.exe.manifest
        │   │   │   ├── ChToPhoneticize.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChToPhoneticize.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ChToPhoneticize.csproj.GenerateResource.Cache
        │   │   │   │       ├── ChToPhoneticize.exe
        │   │   │   │       ├── ChToPhoneticize.Form1.resources
        │   │   │   │       ├── ChToPhoneticize.pdb
        │   │   │   │       ├── ChToPhoneticize.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ChToPhoneticize.sln
        │   │   └── ChToPhoneticize.suo
        │   ├── 程序员的苦恼.html
        │   ├── 获取本地磁盘目录
        │   │   ├── GetDiskList
        │   │   │   ├── BaseClass.cs
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetDiskList.exe
        │   │   │   │       ├── GetDiskList.pdb
        │   │   │   │       ├── GetDiskList.vshost.exe
        │   │   │   │       └── GetDiskList.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GetDiskList.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetDiskList.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetDiskList.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetDiskList.exe
        │   │   │   │       ├── GetDiskList.Form1.resources
        │   │   │   │       ├── GetDiskList.pdb
        │   │   │   │       ├── GetDiskList.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── GetDiskList.sln
        │   │   └── GetDiskList.suo
        │   └── 获取目录中word问文件列表
        │       ├── DistillWordList
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── DistillWordList.exe
        │       │   │       ├── DistillWordList.pdb
        │       │   │       ├── DistillWordList.vshost.exe
        │       │   │       ├── DistillWordList.vshost.exe.manifest
        │       │   │       ├── Interop.Office.dll
        │       │   │       ├── Interop.VBIDE.dll
        │       │   │       └── Interop.Word.dll
        │       │   ├── DistillWordList.csproj
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── DistillWordList.csproj.FileListAbsolute.txt
        │       │   │       ├── DistillWordList.csproj.GenerateResource.Cache
        │       │   │       ├── DistillWordList.csproj.ResolveComReference.cache
        │       │   │       ├── DistillWordList.exe
        │       │   │       ├── DistillWordList.Form1.resources
        │       │   │       ├── DistillWordList.pdb
        │       │   │       ├── DistillWordList.Properties.Resources.resources
        │       │   │       ├── Interop.Office.dll
        │       │   │       ├── Interop.VBIDE.dll
        │       │   │       ├── Interop.Word.dll
        │       │   │       ├── Refactor
        │       │   │       └── TempPE
        │       │   ├── Program.cs
        │       │   └── Properties
        │       │       ├── AssemblyInfo.cs
        │       │       ├── Resources.Designer.cs
        │       │       ├── Resources.resx
        │       │       ├── Settings.Designer.cs
        │       │       └── Settings.settings
        │       └── DistillWordList.sln
        ├── 7-网络操作
        │   ├── FTP下载
        │   │   ├── DFTPFile
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DFTPFile.exe
        │   │   │   │       ├── DFTPFile.pdb
        │   │   │   │       └── DFTPFile.vshost.exe
        │   │   │   ├── DFTPFile.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DFTPFile.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DFTPFile.csproj.GenerateResource.Cache
        │   │   │   │       ├── DFTPFile.exe
        │   │   │   │       ├── DFTPFile.Form1.resources
        │   │   │   │       ├── DFTPFile.pdb
        │   │   │   │       ├── DFTPFile.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DFTPFile.sln
        │   │   └── DFTPFile.suo
        │   ├── 局域网IP扫描
        │   │   ├── ScanIP
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScanIP.exe
        │   │   │   │       ├── ScanIP.pdb
        │   │   │   │       ├── ScanIP.vshost.exe
        │   │   │   │       └── ScanIP.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── ip.ico
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScanIP.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ScanIP.csproj.GenerateResource.Cache
        │   │   │   │       ├── ScanIP.exe
        │   │   │   │       ├── ScanIP.Form1.resources
        │   │   │   │       ├── ScanIP.pdb
        │   │   │   │       ├── ScanIP.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── ScanIP.csproj
        │   │   ├── ScanIP.sln
        │   │   └── ScanIP.suo
        │   ├── 局域网端口扫描
        │   │   ├── ScanPort
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScanPort.exe
        │   │   │   │       ├── ScanPort.pdb
        │   │   │   │       ├── ScanPort.vshost.exe
        │   │   │   │       └── ScanPort.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ScanPort.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ScanPort.csproj.GenerateResource.Cache
        │   │   │   │       ├── ScanPort.exe
        │   │   │   │       ├── ScanPort.Form1.resources
        │   │   │   │       ├── ScanPort.pdb
        │   │   │   │       ├── ScanPort.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── ScanPort.csproj
        │   │   ├── ScanPort.sln
        │   │   └── ScanPort.suo
        │   ├── 断点续传下载文件
        │   │   ├── DownLoadFile
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DownLoadFile.exe
        │   │   │   │       ├── DownLoadFile.pdb
        │   │   │   │       ├── DownLoadFile.vshost.exe
        │   │   │   │       ├── DownLoadFile.vshost.exe.manifest
        │   │   │   │       ├── SysSet.ini
        │   │   │   │       └── 查找.ico
        │   │   │   ├── DownLoadFile.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DownLoadFile.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DownLoadFile.csproj.GenerateResource.Cache
        │   │   │   │       ├── DownLoadFile.exe
        │   │   │   │       ├── DownLoadFile.Form1.resources
        │   │   │   │       ├── DownLoadFile.pdb
        │   │   │   │       ├── DownLoadFile.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DownLoadFile.sln
        │   │   └── DownLoadFile.suo
        │   ├── 普通下载
        │   │   ├── DFile
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DFile.exe
        │   │   │   │       ├── DFile.pdb
        │   │   │   │       ├── DFile.vshost.exe
        │   │   │   │       └── DFile.vshost.exe.manifest
        │   │   │   ├── DFile.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DFile.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DFile.csproj.GenerateResource.Cache
        │   │   │   │       ├── DFile.exe
        │   │   │   │       ├── DFile.Form1.resources
        │   │   │   │       ├── DFile.pdb
        │   │   │   │       ├── DFile.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DFile.sln
        │   │   └── DFile.suo
        │   ├── 网络发送接收统计
        │   │   ├── NetInfoAndFlux
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── NetInfoAndFlux.exe
        │   │   │   │       ├── NetInfoAndFlux.pdb
        │   │   │   │       ├── NetInfoAndFlux.vshost.exe
        │   │   │   │       └── NetInfoAndFlux.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── NetInfoAndFlux.csproj
        │   │   │   ├── NetInfo.cs
        │   │   │   ├── NetStruct.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── NetInfoAndFlux.csproj.FileListAbsolute.txt
        │   │   │   │       ├── NetInfoAndFlux.csproj.GenerateResource.Cache
        │   │   │   │       ├── NetInfoAndFlux.exe
        │   │   │   │       ├── NetInfoAndFlux.Form1.resources
        │   │   │   │       ├── NetInfoAndFlux.pdb
        │   │   │   │       ├── NetInfoAndFlux.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── NetInfoAndFlux.sln
        │   │   └── NetInfoAndFlux.suo
        │   ├── 网络电台
        │   │   └── NetBroadcast
        │   │       ├── NetBroadcast
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── AxInterop.WMPLib.dll
        │   │       │   │       ├── BroadCastInfo.xml
        │   │       │   │       ├── Interop.WMPLib.dll
        │   │       │   │       ├── NetBroadcast.exe
        │   │       │   │       ├── NetBroadcast.pdb
        │   │       │   │       ├── NetBroadcast.vshost.exe
        │   │       │   │       └── NetBroadcast.vshost.exe.manifest
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── NetBroadcast.csproj
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── AxInterop.WMPLib.dll
        │   │       │   │       ├── Interop.WMPLib.dll
        │   │       │   │       ├── NetBroadcast.csproj.FileListAbsolute.txt
        │   │       │   │       ├── NetBroadcast.csproj.GenerateResource.Cache
        │   │       │   │       ├── NetBroadcast.csproj.ResolveComReference.cache
        │   │       │   │       ├── NetBroadcast.exe
        │   │       │   │       ├── NetBroadcast.Form1.resources
        │   │       │   │       ├── NetBroadcast.pdb
        │   │       │   │       ├── NetBroadcast.Properties.Resources.resources
        │   │       │   │       └── TempPE
        │   │       │   ├── Program.cs
        │   │       │   └── Properties
        │   │       │       ├── AssemblyInfo.cs
        │   │       │       ├── Resources.Designer.cs
        │   │       │       ├── Resources.resx
        │   │       │       ├── Settings.Designer.cs
        │   │       │       └── Settings.settings
        │   │       ├── NetBroadcast.sln
        │   │       └── NetBroadcast.suo
        │   ├── 自动更换IP
        │   │   ├── ChangeIP
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChangeIP.exe
        │   │   │   │       ├── ChangeIP.pdb
        │   │   │   │       ├── ChangeIP.vshost.exe
        │   │   │   │       └── ChangeIP.vshost.exe.manifest
        │   │   │   ├── ChangeIP.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ChangeIP.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ChangeIP.csproj.GenerateResource.Cache
        │   │   │   │       ├── ChangeIP.exe
        │   │   │   │       ├── ChangeIP.Form1.resources
        │   │   │   │       ├── ChangeIP.pdb
        │   │   │   │       ├── ChangeIP.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ChangeIP.sln
        │   │   └── ChangeIP.suo
        │   ├── 调用Outlook发送邮件
        │   │   └── OutLookMail
        │   │       ├── OutLookMail
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── OutLookMail.exe
        │   │       │   │       ├── OutLookMail.pdb
        │   │       │   │       ├── OutLookMail.vshost.exe
        │   │       │   │       └── OutLookMail.vshost.exe.manifest
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── OutLookMail.csproj.FileListAbsolute.txt
        │   │       │   │       ├── OutLookMail.csproj.GenerateResource.Cache
        │   │       │   │       ├── OutLookMail.exe
        │   │       │   │       ├── OutLookMail.Form1.resources
        │   │       │   │       ├── OutLookMail.pdb
        │   │       │   │       ├── OutLookMail.Properties.Resources.resources
        │   │       │   │       └── TempPE
        │   │       │   ├── OutLookMail.csproj
        │   │       │   ├── Program.cs
        │   │       │   └── Properties
        │   │       │       ├── AssemblyInfo.cs
        │   │       │       ├── Resources.Designer.cs
        │   │       │       ├── Resources.resx
        │   │       │       ├── Settings.Designer.cs
        │   │       │       └── Settings.settings
        │   │       ├── OutLookMail.sln
        │   │       └── OutLookMail.suo
        │   ├── 调用SMTP发送文本内容
        │   │   ├── SEmailWithoutAtt
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SEmailWithoutAtt.exe
        │   │   │   │       ├── SEmailWithoutAtt.pdb
        │   │   │   │       └── SEmailWithoutAtt.vshost.exe
        │   │   │   ├── frmSend.cs
        │   │   │   ├── frmSend.designer.cs
        │   │   │   ├── frmSend.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── SEmailWithoutAtt.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SEmailWithoutAtt.csproj.GenerateResource.Cache
        │   │   │   │       ├── SEmailWithoutAtt.exe
        │   │   │   │       ├── SEmailWithoutAtt.frmSend.resources
        │   │   │   │       ├── SEmailWithoutAtt.pdb
        │   │   │   │       ├── SEmailWithoutAtt.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SEmailWithoutAtt.csproj
        │   │   ├── SEmailWithoutAtt.sln
        │   │   └── SEmailWithoutAtt.suo
        │   ├── 调用SMTP发送有附件的邮件
        │   │   ├── SEmailWithAtt
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SEmailWithAtt.exe
        │   │   │   │       ├── SEmailWithAtt.pdb
        │   │   │   │       └── SEmailWithAtt.vshost.exe
        │   │   │   ├── frmSend.cs
        │   │   │   ├── frmSend.designer.cs
        │   │   │   ├── frmSend.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── SEmailWithAtt.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SEmailWithAtt.csproj.GenerateResource.Cache
        │   │   │   │       ├── SEmailWithAtt.exe
        │   │   │   │       ├── SEmailWithAtt.frmSend.resources
        │   │   │   │       ├── SEmailWithAtt.pdb
        │   │   │   │       ├── SEmailWithAtt.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SEmailWithAtt.csproj
        │   │   ├── SEmailWithAtt.sln
        │   │   └── SEmailWithAtt.suo
        │   └── 远程关闭重启计算机
        │       ├── RemoteControl
        │       │   ├── app.config
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── db_RemoteControl.mdb
        │       │   │       ├── RemoteControl.exe
        │       │   │       ├── RemoteControl.exe.config
        │       │   │       ├── RemoteControl.pdb
        │       │   │       ├── RemoteControl.vshost.exe
        │       │   │       ├── RemoteControl.vshost.exe.config
        │       │   │       └── RemoteControl.vshost.exe.manifest
        │       │   ├── DataBase.cs
        │       │   ├── frmEdit.cs
        │       │   ├── frmEdit.Designer.cs
        │       │   ├── frmEdit.resx
        │       │   ├── FrmMain.cs
        │       │   ├── FrmMain.Designer.cs
        │       │   ├── FrmMain.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── Refactor
        │       │   │       ├── RemoteControl.csproj.FileListAbsolute.txt
        │       │   │       ├── RemoteControl.csproj.GenerateResource.Cache
        │       │   │       ├── RemoteControl.exe
        │       │   │       ├── RemoteControl.frmEdit.resources
        │       │   │       ├── RemoteControl.FrmMain.resources
        │       │   │       ├── RemoteControl.pdb
        │       │   │       ├── RemoteControl.Properties.Resources.resources
        │       │   │       └── TempPE
        │       │   │           └── DataClasses1.designer.cs.dll
        │       │   ├── Program.cs
        │       │   ├── Properties
        │       │   │   ├── AssemblyInfo.cs
        │       │   │   ├── Resources.Designer.cs
        │       │   │   ├── Resources.resx
        │       │   │   ├── Settings.Designer.cs
        │       │   │   └── Settings.settings
        │       │   └── RemoteControl.csproj
        │       ├── RemoteControl.sln
        │       └── RemoteControl.suo
        ├── 8-数据库操作
        │   ├── Database
        │   │   ├── db_09_Data.MDF
        │   │   └── db_09_Log.LDF
        │   ├── Linq操作DataSet
        │   │   ├── LinqOperDataSet
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperDataSet.exe
        │   │   │   │       ├── LinqOperDataSet.pdb
        │   │   │   │       ├── LinqOperDataSet.vshost.exe
        │   │   │   │       └── LinqOperDataSet.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LinqOperDataSet.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperDataSet.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LinqOperDataSet.csproj.GenerateResource.Cache
        │   │   │   │       ├── LinqOperDataSet.exe
        │   │   │   │       ├── LinqOperDataSet.Form1.resources
        │   │   │   │       ├── LinqOperDataSet.pdb
        │   │   │   │       ├── LinqOperDataSet.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LinqOperDataSet.sln
        │   │   └── LinqOperDataSet.suo
        │   ├── Linq操作SQL
        │   │   ├── LinqOperSQL
        │   │   │   ├── app.config
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperSQL.exe
        │   │   │   │       ├── LinqOperSQL.exe.config
        │   │   │   │       ├── LinqOperSQL.pdb
        │   │   │   │       ├── LinqOperSQL.vshost.exe
        │   │   │   │       ├── LinqOperSQL.vshost.exe.config
        │   │   │   │       └── LinqOperSQL.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LinqOperSQL.csproj
        │   │   │   ├── linqtosql.cs
        │   │   │   ├── linqtosql.dbml
        │   │   │   ├── linqtosql.dbml.layout
        │   │   │   ├── linqtosql.designer.cs
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperSQL.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LinqOperSQL.csproj.GenerateResource.Cache
        │   │   │   │       ├── LinqOperSQL.exe
        │   │   │   │       ├── LinqOperSQL.Form1.resources
        │   │   │   │       ├── LinqOperSQL.pdb
        │   │   │   │       ├── LinqOperSQL.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   │           └── linqtosql.designer.cs.dll
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LinqOperSQL.sln
        │   │   └── LinqOperSQL.suo
        │   ├── Linq操作Xml
        │   │   ├── LinqOperXml
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── Employee.xml
        │   │   │   │       ├── LinqOperXml.exe
        │   │   │   │       ├── LinqOperXml.pdb
        │   │   │   │       ├── LinqOperXml.vshost.exe
        │   │   │   │       └── LinqOperXml.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LinqOperXml.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperXml.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LinqOperXml.csproj.GenerateResource.Cache
        │   │   │   │       ├── LinqOperXml.exe
        │   │   │   │       ├── LinqOperXml.Form1.resources
        │   │   │   │       ├── LinqOperXml.pdb
        │   │   │   │       ├── LinqOperXml.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LinqOperXml.sln
        │   │   └── LinqOperXml.suo
        │   ├── Linq操作数组集合
        │   │   ├── LinqOperObjects
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperObjects.exe
        │   │   │   │       ├── LinqOperObjects.pdb
        │   │   │   │       ├── LinqOperObjects.vshost.exe
        │   │   │   │       └── LinqOperObjects.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── LinqOperObjects.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LinqOperObjects.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LinqOperObjects.csproj.GenerateResource.Cache
        │   │   │   │       ├── LinqOperObjects.exe
        │   │   │   │       ├── LinqOperObjects.Form1.resources
        │   │   │   │       ├── LinqOperObjects.pdb
        │   │   │   │       ├── LinqOperObjects.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LinqOperObjects.sln
        │   │   └── LinqOperObjects.suo
        │   ├── 二进制存取图片
        │   │   ├── ByteImage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ByteImage.exe
        │   │   │   │       ├── ByteImage.pdb
        │   │   │   │       ├── ByteImage.vshost.exe
        │   │   │   │       └── ByteImage.vshost.exe.manifest
        │   │   │   ├── ByteImage.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ByteImage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ByteImage.csproj.GenerateResource.Cache
        │   │   │   │       ├── ByteImage.exe
        │   │   │   │       ├── ByteImage.Form1.resources
        │   │   │   │       ├── ByteImage.pdb
        │   │   │   │       ├── ByteImage.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── ByteImage.sln
        │   │   └── ByteImage.suo
        │   ├── 交叉表
        │   │   └── CrossAnalyse
        │   │       ├── CrossAnalyse
        │   │       │   ├── bin
        │   │       │   │   └── Debug
        │   │       │   │       ├── CrossAnalyse.exe
        │   │       │   │       ├── CrossAnalyse.pdb
        │   │       │   │       ├── CrossAnalyse.vshost.exe
        │   │       │   │       └── CrossAnalyse.vshost.exe.manifest
        │   │       │   ├── CrossAnalyse.csproj
        │   │       │   ├── Form1.cs
        │   │       │   ├── Form1.Designer.cs
        │   │       │   ├── Form1.resx
        │   │       │   ├── obj
        │   │       │   │   └── Debug
        │   │       │   │       ├── CrossAnalyse.csproj.FileListAbsolute.txt
        │   │       │   │       ├── CrossAnalyse.csproj.GenerateResource.Cache
        │   │       │   │       ├── CrossAnalyse.exe
        │   │       │   │       ├── CrossAnalyse.Form1.resources
        │   │       │   │       ├── CrossAnalyse.pdb
        │   │       │   │       ├── CrossAnalyse.Properties.Resources.resources
        │   │       │   │       └── TempPE
        │   │       │   ├── Program.cs
        │   │       │   └── Properties
        │   │       │       ├── AssemblyInfo.cs
        │   │       │       ├── Resources.Designer.cs
        │   │       │       ├── Resources.resx
        │   │       │       ├── Settings.Designer.cs
        │   │       │       └── Settings.settings
        │   │       ├── CrossAnalyse.sln
        │   │       └── CrossAnalyse.suo
        │   ├── 工程师兼职工作.url
        │   ├── 教程说明.url
        │   ├── 数据库管理
        │   │   ├── DataManage
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataManage.exe
        │   │   │   │       ├── DataManage.pdb
        │   │   │   │       ├── DataManage.vshost.exe
        │   │   │   │       ├── DataManage.vshost.exe.manifest
        │   │   │   │       └── Interop.SQLDMO.dll
        │   │   │   ├── DataManage.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── image
        │   │   │   │   ├── 登录.ico
        │   │   │   │   └── 退出.ico
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DataManage.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DataManage.csproj.GenerateResource.Cache
        │   │   │   │       ├── DataManage.csproj.ResolveComReference.cache
        │   │   │   │       ├── DataManage.exe
        │   │   │   │       ├── DataManage.Form1.resources
        │   │   │   │       ├── DataManage.pdb
        │   │   │   │       ├── DataManage.Properties.Resources.resources
        │   │   │   │       ├── Interop.SQLDMO.dll
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DataManage.sln
        │   │   └── DataManage.suo
        │   ├── 更多免费教程下载.url
        │   ├── 程序员的苦恼.html
        │   ├── 触发器SQL文件
        │   │   ├── trig_DeleteInfo.sql
        │   │   ├── trig_InsertInfo.sql
        │   │   └── trig_UpdateInfo.sql
        │   ├── 读取数据库表结构
        │   │   ├── GetDataStruct
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetDataStruct.exe
        │   │   │   │       ├── GetDataStruct.pdb
        │   │   │   │       ├── GetDataStruct.vshost.exe
        │   │   │   │       ├── GetDataStruct.vshost.exe.manifest
        │   │   │   │       ├── Interop.Excel.dll
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.SQLDMO.dll
        │   │   │   │       └── Interop.Word.dll
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── frmDataExport.cs
        │   │   │   ├── frmDataExport.Designer.cs
        │   │   │   ├── frmDataExport.resx
        │   │   │   ├── frmOutData.cs
        │   │   │   ├── frmOutData.Designer.cs
        │   │   │   ├── frmOutData.resx
        │   │   │   ├── GetDataStruct.csproj
        │   │   │   ├── image
        │   │   │   │   ├── 登录.ico
        │   │   │   │   └── 退出.ico
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetDataStruct.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetDataStruct.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetDataStruct.csproj.ResolveComReference.cache
        │   │   │   │       ├── GetDataStruct.exe
        │   │   │   │       ├── GetDataStruct.Form1.resources
        │   │   │   │       ├── GetDataStruct.frmDataExport.resources
        │   │   │   │       ├── GetDataStruct.frmOutData.resources
        │   │   │   │       ├── GetDataStruct.pdb
        │   │   │   │       ├── GetDataStruct.Properties.Resources.resources
        │   │   │   │       ├── Interop.Excel.dll
        │   │   │   │       ├── Interop.Office.dll
        │   │   │   │       ├── Interop.SQLDMO.dll
        │   │   │   │       ├── Interop.Word.dll
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── GetDataStruct.sln
        │   │   └── GetDataStruct.suo
        │   ├── 通用数据库连接
        │   │   ├── DatabaseCon
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── DatabaseCon.exe
        │   │   │   │       ├── DatabaseCon.pdb
        │   │   │   │       ├── DatabaseCon.vshost.exe
        │   │   │   │       ├── DatabaseCon.vshost.exe.manifest
        │   │   │   │       └── Interop.SQLDMO.dll
        │   │   │   ├── DatabaseCon.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── Form2.cs
        │   │   │   ├── Form2.Designer.cs
        │   │   │   ├── Form2.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── DatabaseCon.csproj.FileListAbsolute.txt
        │   │   │   │       ├── DatabaseCon.csproj.GenerateResource.Cache
        │   │   │   │       ├── DatabaseCon.csproj.ResolveComReference.cache
        │   │   │   │       ├── DatabaseCon.exe
        │   │   │   │       ├── DatabaseCon.Form1.resources
        │   │   │   │       ├── DatabaseCon.Form2.resources
        │   │   │   │       ├── DatabaseCon.pdb
        │   │   │   │       ├── DatabaseCon.Properties.Resources.resources
        │   │   │   │       ├── Interop.SQLDMO.dll
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── DatabaseCon.sln
        │   │   └── DatabaseCon.suo
        │   ├── 通过存储过程管理信息
        │   │   ├── EManageByProc
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EManageByProc.exe
        │   │   │   │       ├── EManageByProc.pdb
        │   │   │   │       ├── EManageByProc.vshost.exe
        │   │   │   │       └── EManageByProc.vshost.exe.manifest
        │   │   │   ├── EManageByProc.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EManageByProc.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EManageByProc.csproj.GenerateResource.Cache
        │   │   │   │       ├── EManageByProc.exe
        │   │   │   │       ├── EManageByProc.Form1.resources
        │   │   │   │       ├── EManageByProc.pdb
        │   │   │   │       ├── EManageByProc.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EManageByProc.sln
        │   │   └── EManageByProc.suo
        │   └── 通过视图修改信息
        │       ├── EditByView
        │       │   ├── bin
        │       │   │   └── Debug
        │       │   │       ├── EditByView.exe
        │       │   │       ├── EditByView.pdb
        │       │   │       ├── EditByView.vshost.exe
        │       │   │       └── EditByView.vshost.exe.manifest
        │       │   ├── EditByView.csproj
        │       │   ├── Form1.cs
        │       │   ├── Form1.Designer.cs
        │       │   ├── Form1.resx
        │       │   ├── obj
        │       │   │   └── Debug
        │       │   │       ├── EditByView.csproj.FileListAbsolute.txt
        │       │   │       ├── EditByView.csproj.GenerateResource.Cache
        │       │   │       ├── EditByView.exe
        │       │   │       ├── EditByView.Form1.resources
        │       │   │       ├── EditByView.pdb
        │       │   │       ├── EditByView.Properties.Resources.resources
        │       │   │       └── TempPE
        │       │   ├── Program.cs
        │       │   └── Properties
        │       │       ├── AssemblyInfo.cs
        │       │       ├── Resources.Designer.cs
        │       │       ├── Resources.resx
        │       │       ├── Settings.Designer.cs
        │       │       └── Settings.settings
        │       ├── EditByView.sln
        │       └── EditByView.suo
        ├── 9-加密解密
        │   ├── MD5加密
        │   │   ├── MD5EnPWD
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── MD5EnPWD.exe
        │   │   │   │       ├── MD5EnPWD.pdb
        │   │   │   │       └── MD5EnPWD.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── MD5EnPWD.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── MD5EnPWD.csproj.FileListAbsolute.txt
        │   │   │   │       ├── MD5EnPWD.csproj.GenerateResource.Cache
        │   │   │   │       ├── MD5EnPWD.exe
        │   │   │   │       ├── MD5EnPWD.Form1.resources
        │   │   │   │       ├── MD5EnPWD.pdb
        │   │   │   │       ├── MD5EnPWD.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── MD5EnPWD.sln
        │   │   └── MD5EnPWD.suo
        │   ├── 伪随机数加密
        │   │   ├── PRanDataEncrypt
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── PRanDataEncrypt.exe
        │   │   │   │       ├── PRanDataEncrypt.pdb
        │   │   │   │       ├── PRanDataEncrypt.vshost.exe
        │   │   │   │       └── PRanDataEncrypt.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── PRanDataEncrypt.csproj.FileListAbsolute.txt
        │   │   │   │       ├── PRanDataEncrypt.csproj.GenerateResource.Cache
        │   │   │   │       ├── PRanDataEncrypt.exe
        │   │   │   │       ├── PRanDataEncrypt.Form1.resources
        │   │   │   │       ├── PRanDataEncrypt.pdb
        │   │   │   │       ├── PRanDataEncrypt.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── PRanDataEncrypt.csproj
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── PRanDataEncrypt.sln
        │   │   └── PRanDataEncrypt.suo
        │   ├── 使用强名称标识软件
        │   │   ├── SNKSoft
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── SNKSoft.exe
        │   │   │   │       ├── SNKSoft.pdb
        │   │   │   │       ├── SNKSoft.vshost.exe
        │   │   │   │       └── SNKSoft.vshost.exe.manifest
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── key.snk
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── SNKSoft.csproj.FileListAbsolute.txt
        │   │   │   │       ├── SNKSoft.csproj.GenerateResource.Cache
        │   │   │   │       ├── SNKSoft.exe
        │   │   │   │       ├── SNKSoft.Form1.resources
        │   │   │   │       ├── SNKSoft.pdb
        │   │   │   │       ├── SNKSoft.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── SNKSoft.csproj
        │   │   ├── SNKSoft.sln
        │   │   └── SNKSoft.suo
        │   ├── 加密数据报
        │   │   ├── EncryptDataReport
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptDataReport.exe
        │   │   │   │       ├── EncryptDataReport.pdb
        │   │   │   │       ├── EncryptDataReport.vshost.exe
        │   │   │   │       └── EncryptDataReport.vshost.exe.manifest
        │   │   │   ├── EncryptDataReport.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptDataReport.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EncryptDataReport.csproj.GenerateResource.Cache
        │   │   │   │       ├── EncryptDataReport.exe
        │   │   │   │       ├── EncryptDataReport.Form1.resources
        │   │   │   │       ├── EncryptDataReport.pdb
        │   │   │   │       ├── EncryptDataReport.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EncryptDataReport.sln
        │   │   └── EncryptDataReport.suo
        │   ├── 口令加密BAT
        │   │   ├── EncryptBAT
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptBAT.exe
        │   │   │   │       ├── EncryptBAT.pdb
        │   │   │   │       └── EncryptBAT.vshost.exe
        │   │   │   ├── EncryptBAT.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptBAT.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EncryptBAT.csproj.GenerateResource.Cache
        │   │   │   │       ├── EncryptBAT.exe
        │   │   │   │       ├── EncryptBAT.Form1.resources
        │   │   │   │       ├── EncryptBAT.pdb
        │   │   │   │       ├── EncryptBAT.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EncryptBAT.sln
        │   │   └── EncryptBAT.suo
        │   ├── 口令加密Exe
        │   │   ├── EncryptExe
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptExe.exe
        │   │   │   │       ├── EncryptExe.pdb
        │   │   │   │       ├── EncryptExe.vshost.exe
        │   │   │   │       └── EncryptExe.vshost.exe.manifest
        │   │   │   ├── EncryptExe.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptExe.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EncryptExe.csproj.GenerateResource.Cache
        │   │   │   │       ├── EncryptExe.exe
        │   │   │   │       ├── EncryptExe.Form1.resources
        │   │   │   │       ├── EncryptExe.pdb
        │   │   │   │       ├── EncryptExe.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EncryptExe.sln
        │   │   └── EncryptExe.suo
        │   ├── 口令加密RAR
        │   │   ├── EncryptRAR
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptRAR.exe
        │   │   │   │       ├── EncryptRAR.pdb
        │   │   │   │       └── EncryptRAR.vshost.exe
        │   │   │   ├── EncryptRAR.csproj
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── EncryptRAR.csproj.FileListAbsolute.txt
        │   │   │   │       ├── EncryptRAR.csproj.GenerateResource.Cache
        │   │   │   │       ├── EncryptRAR.exe
        │   │   │   │       ├── EncryptRAR.Form1.resources
        │   │   │   │       ├── EncryptRAR.pdb
        │   │   │   │       ├── EncryptRAR.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── EncryptRAR.sln
        │   │   └── EncryptRAR.suo
        │   ├── 工程师兼职工作.url
        │   ├── 异或加密数字
        │   │   ├── YHEnData
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── YHEnData.exe
        │   │   │   │       ├── YHEnData.pdb
        │   │   │   │       └── YHEnData.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── Refactor
        │   │   │   │       ├── TempPE
        │   │   │   │       ├── YHEnData.csproj.FileListAbsolute.txt
        │   │   │   │       ├── YHEnData.csproj.GenerateResource.Cache
        │   │   │   │       ├── YHEnData.exe
        │   │   │   │       ├── YHEnData.Form1.resources
        │   │   │   │       ├── YHEnData.pdb
        │   │   │   │       └── YHEnData.Properties.Resources.resources
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── YHEnData.csproj
        │   │   ├── YHEnData.sln
        │   │   └── YHEnData.suo
        │   ├── 教程说明.url
        │   ├── 文件加密
        │   │   ├── ProtectFile
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ProtectFile.exe
        │   │   │   │       ├── ProtectFile.pdb
        │   │   │   │       ├── ProtectFile.vshost.exe
        │   │   │   │       ├── ProtectFile.vshost.exe.manifest
        │   │   │   │       └── 加密.ico
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.Designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ProtectFile.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ProtectFile.csproj.GenerateResource.Cache
        │   │   │   │       ├── ProtectFile.exe
        │   │   │   │       ├── ProtectFile.Form1.resources
        │   │   │   │       ├── ProtectFile.pdb
        │   │   │   │       ├── ProtectFile.Properties.Resources.resources
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   ├── ProtectFile.csproj
        │   │   │   └── 加密.ico
        │   │   ├── ProtectFile.sln
        │   │   └── ProtectFile.suo
        │   ├── 更多免费教程下载.url
        │   ├── 根据CPU硬盘获取机器码
        │   │   ├── GetMCodeByCPUAndYP
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetMCodeByCPUAndYP.exe
        │   │   │   │       ├── GetMCodeByCPUAndYP.pdb
        │   │   │   │       └── GetMCodeByCPUAndYP.vshost.exe
        │   │   │   ├── Form1.cs
        │   │   │   ├── Form1.designer.cs
        │   │   │   ├── Form1.resx
        │   │   │   ├── GetMCodeByCPUAndYP.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── GetMCodeByCPUAndYP.csproj.FileListAbsolute.txt
        │   │   │   │       ├── GetMCodeByCPUAndYP.csproj.GenerateResource.Cache
        │   │   │   │       ├── GetMCodeByCPUAndYP.exe
        │   │   │   │       ├── GetMCodeByCPUAndYP.Form1.resources
        │   │   │   │       ├── GetMCodeByCPUAndYP.pdb
        │   │   │   │       ├── GetMCodeByCPUAndYP.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── GetMCodeByCPUAndYP.sln
        │   │   └── GetMCodeByCPUAndYP.suo
        │   ├── 注册码注册机制
        │   │   ├── ClassLibrary1
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClassLibrary1.dll
        │   │   │   │       └── ClassLibrary1.pdb
        │   │   │   ├── Class1.cs
        │   │   │   ├── ClassLibrary1.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClassLibrary1.csproj.FileListAbsolute.txt
        │   │   │   │       ├── ClassLibrary1.dll
        │   │   │   │       ├── ClassLibrary1.pdb
        │   │   │   │       └── TempPE
        │   │   │   └── Properties
        │   │   │       └── AssemblyInfo.cs
        │   │   ├── LimitSoftUseTimes
        │   │   │   ├── bin
        │   │   │   │   └── Debug
        │   │   │   │       ├── ClassLibrary1.dll
        │   │   │   │       ├── ClassLibrary1.pdb
        │   │   │   │       ├── LimitSoftUseTimes.exe
        │   │   │   │       ├── LimitSoftUseTimes.pdb
        │   │   │   │       ├── LimitSoftUseTimes.vshost.exe
        │   │   │   │       └── LimitSoftUseTimes.vshost.exe.manifest
        │   │   │   ├── frmMain.cs
        │   │   │   ├── frmMain.Designer.cs
        │   │   │   ├── frmMain.resx
        │   │   │   ├── frmRegister.cs
        │   │   │   ├── frmRegister.Designer.cs
        │   │   │   ├── frmRegister.resx
        │   │   │   ├── LimitSoftUseTimes.csproj
        │   │   │   ├── obj
        │   │   │   │   └── Debug
        │   │   │   │       ├── LimitSoftUseTimes.csproj.FileListAbsolute.txt
        │   │   │   │       ├── LimitSoftUseTimes.csproj.GenerateResource.Cache
        │   │   │   │       ├── LimitSoftUseTimes.exe
        │   │   │   │       ├── LimitSoftUseTimes.frmMain.resources
        │   │   │   │       ├── LimitSoftUseTimes.frmRegister.resources
        │   │   │   │       ├── LimitSoftUseTimes.pdb
        │   │   │   │       ├── LimitSoftUseTimes.Properties.Resources.resources
        │   │   │   │       ├── Refactor
        │   │   │   │       └── TempPE
        │   │   │   ├── Program.cs
        │   │   │   └── Properties
        │   │   │       ├── AssemblyInfo.cs
        │   │   │       ├── Resources.Designer.cs
        │   │   │       ├── Resources.resx
        │   │   │       ├── Settings.Designer.cs
        │   │   │       └── Settings.settings
        │   │   ├── LimitSoftUseTimes.sln
        │   │   ├── LimitSoftUseTimes.suo
        │   │   └── RMachine
        │   │       ├── bin
        │   │       │   └── Debug
        │   │       │       ├── ClassLibrary1.dll
        │   │       │       ├── ClassLibrary1.pdb
        │   │       │       ├── RMachine.exe
        │   │       │       ├── RMachine.pdb
        │   │       │       └── RMachine.vshost.exe
        │   │       ├── frmRMachine.cs
        │   │       ├── frmRMachine.Designer.cs
        │   │       ├── frmRMachine.resx
        │   │       ├── obj
        │   │       │   └── Debug
        │   │       │       ├── RMachine.csproj.FileListAbsolute.txt
        │   │       │       ├── RMachine.csproj.GenerateResource.Cache
        │   │       │       ├── RMachine.exe
        │   │       │       ├── RMachine.frmRMachine.resources
        │   │       │       ├── RMachine.pdb
        │   │       │       ├── RMachine.Properties.Resources.resources
        │   │       │       └── TempPE
        │   │       ├── Program.cs
        │   │       ├── Properties
        │   │       │   ├── AssemblyInfo.cs
        │   │       │   ├── Resources.Designer.cs
        │   │       │   ├── Resources.resx
        │   │       │   ├── Settings.Designer.cs
        │   │       │   └── Settings.settings
        │   │       └── RMachine.csproj
        │   └── 程序员的苦恼.html
        ├── logo.jpeg
        ├── ReadMe.txt
        ├── 实例导航.exe
        ├── 工程师兼职工作.url
        ├── 教程说明.url
        ├── 更多免费教程下载.url
        └── 程序员的苦恼.html

1757 directories, 5190 files

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警