在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例Windows系统编程 → C#:winform代码实例大全

C#:winform代码实例大全

Windows系统编程

下载此实例
  • 开发语言:C#
  • 实例大小:53.02M
  • 下载次数:119
  • 浏览次数:586
  • 发布时间:2022-08-22
  • 实例类别:Windows系统编程
  • 发 布 人:wangzujuel
  • 文件格式:.zip
  • 所需积分:3
 相关标签: winform FORM for win ORM

实例介绍

【实例简介】C#:winform代码实例大全
【实例截图】from clipboard

【核心代码】winform

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

1050 directories, 1676 files


标签: winform FORM for win ORM

实例下载地址

C#:winform代码实例大全

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警