在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C# 22个高级应用源码

C# 22个高级应用源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:25.09M
  • 下载次数:147
  • 浏览次数:588
  • 发布时间:2020-05-21
  • 实例类别:C#语言基础
  • 发 布 人:ymzl9229
  • 文件格式:.7z
  • 所需积分:3
 相关标签: 应用 源码

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

C#-22个高级源码
├── EXE文件加密
│   ├── DispelFormality
│   │   ├── DispelFormality
│   │   │   ├── DispelFormality.csproj
│   │   │   ├── Frm_Dispel.Designer.cs
│   │   │   ├── Frm_Dispel.cs
│   │   │   ├── Frm_Dispel.resx
│   │   │   ├── Frm_Logon.Designer.cs
│   │   │   ├── Frm_Logon.cs
│   │   │   ├── Frm_Logon.resx
│   │   │   ├── Frm_Main.Designer.cs
│   │   │   ├── Frm_Main.cs
│   │   │   ├── Frm_Main.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── DispelFormality.TXT
│   │   │   │       ├── DispelFormality.exe
│   │   │   │       ├── DispelFormality.pdb
│   │   │   │       ├── DispelFormality.vshost.exe
│   │   │   │       └── DispelFormality.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DispelFormality.Frm_Dispel.resources
│   │   │       │   ├── DispelFormality.Frm_Logon.resources
│   │   │       │   ├── DispelFormality.Frm_Main.resources
│   │   │       │   ├── DispelFormality.Properties.Resources.resources
│   │   │       │   ├── DispelFormality.csproj.FileListAbsolute.txt
│   │   │       │   ├── DispelFormality.csproj.GenerateResource.Cache
│   │   │       │   ├── DispelFormality.exe
│   │   │       │   ├── DispelFormality.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── DispelFormality.csproj.FileList.txt
│   │   ├── DispelFormality.sln
│   │   └── DispelFormality.suo
│   ├── FormalityEncryet
│   │   ├── FormalityEncryet
│   │   │   ├── FormalityEncryet.csproj
│   │   │   ├── Frm_Encryption.Designer.cs
│   │   │   ├── Frm_Encryption.cs
│   │   │   ├── Frm_Encryption.resx
│   │   │   ├── Hardware.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── FormalityEncryet.exe
│   │   │   │       ├── FormalityEncryet.pdb
│   │   │   │       ├── FormalityEncryet.vshost.exe
│   │   │   │       └── FormalityEncryet.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── FormalityEncryet.Frm_Encryption.resources
│   │   │       │   ├── FormalityEncryet.Properties.Resources.resources
│   │   │       │   ├── FormalityEncryet.csproj.FileListAbsolute.txt
│   │   │       │   ├── FormalityEncryet.csproj.GenerateResource.Cache
│   │   │       │   ├── FormalityEncryet.exe
│   │   │       │   ├── FormalityEncryet.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── FormalityEncryet.csproj.FileList.txt
│   │   │       └── FormalityEncryet.csproj.FileListAbsolute.txt
│   │   ├── FormalityEncryet.sln
│   │   └── FormalityEncryet.suo
│   └── 程序使用说明.doc
├── FTP工具源码
│   ├── FTP-LS2
│   │   └── FTP-LS
│   │       └── FTP-LS
│   │           ├── Backup
│   │           │   ├── FTP-LS
│   │           │   │   ├── FTP-LS.csproj
│   │           │   │   ├── FTP-LS.csproj.user
│   │           │   │   ├── FTPClass
│   │           │   │   │   └── BaseClass.cs
│   │           │   │   ├── FTPImages
│   │           │   │   │   ├── ftp.ico
│   │           │   │   │   ├── ww.png
│   │           │   │   │   ├── 上传.ico
│   │           │   │   │   ├── 下载.ico
│   │           │   │   │   ├── 全选.ico
│   │           │   │   │   ├── 删除.ico
│   │           │   │   │   ├── 剪切.ico
│   │           │   │   │   ├── 复制.ico
│   │           │   │   │   ├── 打开.ico
│   │           │   │   │   ├── 新建.ico
│   │           │   │   │   ├── 清空.ico
│   │           │   │   │   ├── 粘贴.ico
│   │           │   │   │   ├── 退出.ico
│   │           │   │   │   └── 重命名.ico
│   │           │   │   ├── Program.cs
│   │           │   │   ├── Properties
│   │           │   │   │   ├── AssemblyInfo.cs
│   │           │   │   │   ├── Resources.Designer.cs
│   │           │   │   │   ├── Resources.resx
│   │           │   │   │   ├── Settings.Designer.cs
│   │           │   │   │   └── Settings.settings
│   │           │   │   ├── frmMain.Designer.cs
│   │           │   │   ├── frmMain.cs
│   │           │   │   ├── frmMain.resx
│   │           │   │   ├── frmNewFolder.Designer.cs
│   │           │   │   ├── frmNewFolder.cs
│   │           │   │   └── frmNewFolder.resx
│   │           │   ├── FTP-LS.sln
│   │           │   └── FTP-LS.suo
│   │           ├── FTP-LS
│   │           │   ├── FTP-LS.csproj
│   │           │   ├── FTP-LS.csproj.user
│   │           │   ├── FTPClass
│   │           │   │   └── BaseClass.cs
│   │           │   ├── FTPImages
│   │           │   │   ├── Thumbs.db
│   │           │   │   ├── ftp.ico
│   │           │   │   ├── ww.png
│   │           │   │   ├── 上传.ico
│   │           │   │   ├── 下载.ico
│   │           │   │   ├── 全选.ico
│   │           │   │   ├── 删除.ico
│   │           │   │   ├── 剪切.ico
│   │           │   │   ├── 复制.ico
│   │           │   │   ├── 打开.ico
│   │           │   │   ├── 新建.ico
│   │           │   │   ├── 清空.ico
│   │           │   │   ├── 粘贴.ico
│   │           │   │   ├── 退出.ico
│   │           │   │   └── 重命名.ico
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── FTP-LS.exe
│   │           │   │       ├── FTP-LS.pdb
│   │           │   │       └── FTP-LS.vshost.exe
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   ├── frmNewFolder.Designer.cs
│   │           │   ├── frmNewFolder.cs
│   │           │   ├── frmNewFolder.resx
│   │           │   └── obj
│   │           │       ├── Debug
│   │           │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           │       │   ├── FTP-LS.csproj.FileListAbsolute.txt
│   │           │       │   ├── FTP-LS.csproj.GenerateResource.Cache
│   │           │       │   ├── FTP-LS.exe
│   │           │       │   ├── FTP-LS.pdb
│   │           │       │   ├── FTP_LS.Properties.Resources.resources
│   │           │       │   ├── FTP_LS.frmMain.resources
│   │           │       │   ├── FTP_LS.frmNewFolder.resources
│   │           │       │   └── TempPE
│   │           │       │       └── Properties.Resources.Designer.cs.dll
│   │           │       ├── FTP-LS.csproj.FileList.txt
│   │           │       └── FTP-LS.csproj.FileListAbsolute.txt
│   │           ├── FTP-LS.sln
│   │           ├── FTP-LS.suo
│   │           ├── UpgradeLog.XML
│   │           └── _UpgradeReport_Files
│   │               ├── UpgradeReport.css
│   │               ├── UpgradeReport.xslt
│   │               ├── UpgradeReport_Minus.gif
│   │               └── UpgradeReport_Plus.gif
│   └── 程序使用说明.doc
├── QQ企业通
│   ├── MyQQ
│   │   ├── DataBase
│   │   │   ├── db_MyQQData_Data.MDF
│   │   │   └── db_MyQQData_Log.LDF
│   │   ├── MyQQClient
│   │   │   ├── MyQQClient
│   │   │   │   ├── 0.bmp
│   │   │   │   ├── 1.bmp
│   │   │   │   ├── F_Chat.Designer.cs
│   │   │   │   ├── F_Chat.cs
│   │   │   │   ├── F_Chat.resx
│   │   │   │   ├── F_Client.Designer.cs
│   │   │   │   ├── F_Client.cs
│   │   │   │   ├── F_Client.resx
│   │   │   │   ├── F_Logon.Designer.cs
│   │   │   │   ├── F_Logon.cs
│   │   │   │   ├── F_Logon.resx
│   │   │   │   ├── F_SerSetup.Designer.cs
│   │   │   │   ├── F_SerSetup.cs
│   │   │   │   ├── F_SerSetup.resx
│   │   │   │   ├── Image
│   │   │   │   │   ├── 0.bmp
│   │   │   │   │   ├── 1.bmp
│   │   │   │   │   ├── QQ
│   │   │   │   │   │   └── QQ
│   │   │   │   │   │       ├── QQ登录背景.bmp
│   │   │   │   │   │       ├── QQ主界面原稿.bmp
│   │   │   │   │   │       ├── QQ登录界面原稿.bmp
│   │   │   │   │   │       ├── 标题.png
│   │   │   │   │   │       ├── 关闭原.png
│   │   │   │   │   │       ├── 关闭变.png
│   │   │   │   │   │       ├── 小图标.png
│   │   │   │   │   │       ├── 最小化原.png
│   │   │   │   │   │       ├── 最小化变.png
│   │   │   │   │   │       └── 标题下面的部分.png
│   │   │   │   │   ├── QQ08.jpg
│   │   │   │   │   ├── QQ12.jpg
│   │   │   │   │   ├── QQ窗体_03.jpg
│   │   │   │   │   ├── QQ登录背景.bmp
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── center.jpg
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── man.bmp
│   │   │   │   │   │   ├── man1.bmp
│   │   │   │   │   │   ├── my-QQ_03.jpg
│   │   │   │   │   │   ├── my-QQ_05.jpg
│   │   │   │   │   │   ├── my-QQ_07.jpg
│   │   │   │   │   │   ├── my-QQ_08.jpg
│   │   │   │   │   │   ├── my-QQ_09.jpg
│   │   │   │   │   │   ├── my-QQ_10.jpg
│   │   │   │   │   │   ├── my-QQ_11.jpg
│   │   │   │   │   │   ├── my-QQ_12.jpg
│   │   │   │   │   │   ├── my-QQ_14.jpg
│   │   │   │   │   │   ├── my-QQ_15.jpg
│   │   │   │   │   │   ├── my-QQ_16.jpg
│   │   │   │   │   │   └── video_03.png
│   │   │   │   │   ├── my-QQ_03.jpg
│   │   │   │   │   ├── my-QQ_05.jpg
│   │   │   │   │   ├── my-QQ_07.jpg
│   │   │   │   │   ├── my-QQ_09.jpg
│   │   │   │   │   ├── my-QQ_10.jpg
│   │   │   │   │   ├── my-QQ_11.jpg
│   │   │   │   │   ├── my-QQ_14.jpg
│   │   │   │   │   ├── my-QQ_15.jpg
│   │   │   │   │   ├── my-QQ_16.jpg
│   │   │   │   │   ├── video_03.png
│   │   │   │   │   ├── 标题.png
│   │   │   │   │   ├── 登录_03.jpg
│   │   │   │   │   ├── 关闭原.png
│   │   │   │   │   ├── 关闭变.png
│   │   │   │   │   ├── 小图标.png
│   │   │   │   │   ├── 最小化原.png
│   │   │   │   │   ├── 最小化变.png
│   │   │   │   │   └── 标题下面的部分.png
│   │   │   │   ├── MyQQClient.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── MyQQClient.exe
│   │   │   │   │       ├── MyQQClient.pdb
│   │   │   │   │       ├── MyQQClient.vshost.exe
│   │   │   │   │       ├── MyQQClient.vshost.exe.manifest
│   │   │   │   │       ├── QQClass.dll
│   │   │   │   │       └── QQClass.pdb
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── MyQQClient.F_Chat.resources
│   │   │   │       │   ├── MyQQClient.F_Client.resources
│   │   │   │       │   ├── MyQQClient.F_Logon.resources
│   │   │   │       │   ├── MyQQClient.F_SerSetup.resources
│   │   │   │       │   ├── MyQQClient.Properties.Resources.resources
│   │   │   │       │   ├── MyQQClient.csproj.FileListAbsolute.txt
│   │   │   │       │   ├── MyQQClient.csproj.GenerateResource.Cache
│   │   │   │       │   ├── MyQQClient.exe
│   │   │   │       │   ├── MyQQClient.pdb
│   │   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │   │       │   └── TempPE
│   │   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │   │       ├── MyQQClient.csproj.FileList.txt
│   │   │   │       └── MyQQClient.csproj.FileListAbsolute.txt
│   │   │   ├── MyQQClient.sln
│   │   │   └── MyQQClient.suo
│   │   ├── MyQQServer
│   │   │   ├── MyQQ.sln
│   │   │   ├── MyQQ.suo
│   │   │   └── MyQQServer
│   │   │       ├── DataBase
│   │   │       │   ├── db_MyQQData_Data.MDF
│   │   │       │   └── db_MyQQData_Log.LDF
│   │   │       ├── F_Server.Designer.cs
│   │   │       ├── F_Server.cs
│   │   │       ├── F_Server.resx
│   │   │       ├── MyQQServer.csproj
│   │   │       ├── Program.cs
│   │   │       ├── Properties
│   │   │       │   ├── AssemblyInfo.cs
│   │   │       │   ├── Resources.Designer.cs
│   │   │       │   ├── Resources.resx
│   │   │       │   ├── Settings.Designer.cs
│   │   │       │   └── Settings.settings
│   │   │       ├── bin
│   │   │       │   ├── Debug
│   │   │       │   │   ├── MyQQServer.exe
│   │   │       │   │   ├── MyQQServer.pdb
│   │   │       │   │   ├── MyQQServer.vshost.exe
│   │   │       │   │   ├── MyQQServer.vshost.exe.manifest
│   │   │       │   │   ├── QQClass.dll
│   │   │       │   │   └── QQClass.pdb
│   │   │       │   └── x86
│   │   │       │       └── Debug
│   │   │       │           └── MyQQServer.vshost.exe
│   │   │       └── obj
│   │   │           ├── Debug
│   │   │           │   ├── MyQQServer.F_Server.resources
│   │   │           │   ├── MyQQServer.Properties.Resources.resources
│   │   │           │   ├── MyQQServer.csproj.FileListAbsolute.txt
│   │   │           │   ├── MyQQServer.csproj.GenerateResource.Cache
│   │   │           │   ├── MyQQServer.exe
│   │   │           │   ├── MyQQServer.pdb
│   │   │           │   ├── ResolveAssemblyReference.cache
│   │   │           │   └── TempPE
│   │   │           │       └── Properties.Resources.Designer.cs.dll
│   │   │           ├── MyQQServer.csproj.FileList.txt
│   │   │           └── MyQQServer.csproj.FileListAbsolute.txt
│   │   └── QQClass
│   │       ├── ClassForms.cs
│   │       ├── ClassMsg.cs
│   │       ├── ClassOptionData.cs
│   │       ├── ClassSerializers.cs
│   │       ├── ClassUserInfo.cs
│   │       ├── ClassUsers.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Publec_Class.cs
│   │       ├── QQClass.csproj
│   │       ├── UDPSocket.Designer.cs
│   │       ├── UDPSocket.cs
│   │       ├── Video.cs
│   │       ├── bin
│   │       │   └── Debug
│   │       │       ├── QQClass.dll
│   │       │       └── QQClass.pdb
│   │       └── obj
│   │           ├── Debug
│   │           │   ├── QQClass.csproj.FileListAbsolute.txt
│   │           │   ├── QQClass.dll
│   │           │   ├── QQClass.pdb
│   │           │   └── Refactor
│   │           │       └── QQClass.dll
│   │           ├── QQClass.csproj.FileList.txt
│   │           └── QQClass.csproj.FileListAbsolute.txt
│   └── 程序使用说明.doc
├── 图片管理
│   ├── PictureManage
│   │   ├── PictureManage
│   │   │   ├── ImageFolder
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 上.ico
│   │   │   │   ├── 下.ico
│   │   │   │   ├── 图标 (58).ico
│   │   │   │   ├── 删除.ico
│   │   │   │   ├── 刷新.ico
│   │   │   │   ├── 打印.ico
│   │   │   │   ├── 打开.ico
│   │   │   │   ├── 播放.ico
│   │   │   │   ├── 旋转.ico
│   │   │   │   ├── 暂停.ico
│   │   │   │   ├── 保存.png
│   │   │   │   ├── 取消.png
│   │   │   │   ├── 预览.png
│   │   │   │   ├── 保存1.ico
│   │   │   │   ├── 预览1.png
│   │   │   │   ├── 保存2.png
│   │   │   │   ├── 保存3.png
│   │   │   │   └── 保存退出.ico
│   │   │   ├── PictureManage.csproj
│   │   │   ├── PictureManage.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── PictureManage.exe
│   │   │   │       ├── PictureManage.pdb
│   │   │   │       ├── PictureManage.vshost.exe
│   │   │   │       └── PictureManage.vshost.exe.manifest
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmPicAdjust.Designer.cs
│   │   │   ├── frmPicAdjust.cs
│   │   │   ├── frmPicAdjust.resx
│   │   │   ├── frmPictureMax.Designer.cs
│   │   │   ├── frmPictureMax.cs
│   │   │   ├── frmPictureMax.resx
│   │   │   ├── frmRename.Designer.cs
│   │   │   ├── frmRename.cs
│   │   │   ├── frmRename.resx
│   │   │   ├── frmSlide.Designer.cs
│   │   │   ├── frmSlide.cs
│   │   │   ├── frmSlide.resx
│   │   │   ├── frmSpecialEfficacy.Designer.cs
│   │   │   ├── frmSpecialEfficacy.cs
│   │   │   ├── frmSpecialEfficacy.resx
│   │   │   ├── frmWater.Designer.cs
│   │   │   ├── frmWater.cs
│   │   │   ├── frmWater.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── PictureManage.Properties.Resources.resources
│   │   │       │   ├── PictureManage.csproj.FileListAbsolute.txt
│   │   │       │   ├── PictureManage.csproj.GenerateResource.Cache
│   │   │       │   ├── PictureManage.exe
│   │   │       │   ├── PictureManage.frmMain.resources
│   │   │       │   ├── PictureManage.frmPicAdjust.resources
│   │   │       │   ├── PictureManage.frmPictureMax.resources
│   │   │       │   ├── PictureManage.frmRename.resources
│   │   │       │   ├── PictureManage.frmSlide.resources
│   │   │       │   ├── PictureManage.frmSpecialEfficacy.resources
│   │   │       │   ├── PictureManage.frmWater.resources
│   │   │       │   ├── PictureManage.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── PictureManage.csproj.FileList.txt
│   │   │       └── PictureManage.csproj.FileListAbsolute.txt
│   │   ├── PictureManage.sln
│   │   └── PictureManage.suo
│   └── 程序使用说明.doc
├── 屏幕录像
│   ├── ScreenKinescope
│   │   ├── ScreenKinescope
│   │   │   ├── ClassFolder
│   │   │   │   └── BaseClass.cs
│   │   │   ├── Data
│   │   │   │   └── ScreenData.mdb
│   │   │   ├── Images
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── 4.png
│   │   │   │   ├── 5.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── a.png
│   │   │   │   ├── b.png
│   │   │   │   ├── c.png
│   │   │   │   ├── 图.jpg
│   │   │   │   ├── 图标 (14).ico
│   │   │   │   ├── 图标 (30).ico
│   │   │   │   ├── 录像.ico
│   │   │   │   ├── 关闭.png
│   │   │   │   ├── 分割.png
│   │   │   │   ├── 取消.png
│   │   │   │   ├── 定位.png
│   │   │   │   ├── 录像.png
│   │   │   │   ├── 暂停.png
│   │   │   │   ├── 浏览.png
│   │   │   │   ├── 确定.png
│   │   │   │   ├── 停止1.png
│   │   │   │   ├── 前一帧.png
│   │   │   │   └── 后一帧.png
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ScreenKinescope.csproj
│   │   │   ├── ScreenKinescope.csproj.user
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AxInterop.SHDocVw.dll
│   │   │   │       ├── AxInterop.WMPLib.dll
│   │   │   │       ├── Data
│   │   │   │       │   └── ScreenData.mdb
│   │   │   │       ├── Interop.SHDocVw.dll
│   │   │   │       ├── Interop.Scripting.dll
│   │   │   │       ├── Interop.WMEncoderLib.dll
│   │   │   │       ├── Interop.WMPLib.dll
│   │   │   │       ├── ScreenKinescope.exe
│   │   │   │       ├── ScreenKinescope.pdb
│   │   │   │       ├── ScreenKinescope.vshost.exe
│   │   │   │       └── ScreenKinescope.vshost.exe.manifest
│   │   │   ├── frmGeneral.Designer.cs
│   │   │   ├── frmGeneral.cs
│   │   │   ├── frmGeneral.resx
│   │   │   ├── frmScreen.Designer.cs
│   │   │   ├── frmScreen.cs
│   │   │   ├── frmScreen.resx
│   │   │   ├── frmVideoManager.Designer.cs
│   │   │   ├── frmVideoManager.cs
│   │   │   ├── frmVideoManager.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── AxInterop.SHDocVw.dll
│   │   │       │   ├── AxInterop.WMPLib.dll
│   │   │       │   ├── Interop.SHDocVw.dll
│   │   │       │   ├── Interop.Scripting.dll
│   │   │       │   ├── Interop.WMEncoderLib.dll
│   │   │       │   ├── Interop.WMPLib.dll
│   │   │       │   ├── ScreenKinescope.Properties.Resources.resources
│   │   │       │   ├── ScreenKinescope.csproj.FileListAbsolute.txt
│   │   │       │   ├── ScreenKinescope.csproj.GenerateResource.Cache
│   │   │       │   ├── ScreenKinescope.csproj.ResolveComReference.cache
│   │   │       │   ├── ScreenKinescope.exe
│   │   │       │   ├── ScreenKinescope.frmGeneral.resources
│   │   │       │   ├── ScreenKinescope.frmScreen.resources
│   │   │       │   ├── ScreenKinescope.frmVideoManager.resources
│   │   │       │   ├── ScreenKinescope.pdb
│   │   │       │   └── TempPE
│   │   │       │       ├── Properties.Resources.Designer.cs.dll
│   │   │       │       └── Screen.dll
│   │   │       ├── ScreenKinescope.csproj.FileList.txt
│   │   │       └── ScreenKinescope.csproj.FileListAbsolute.txt
│   │   ├── ScreenKinescope.sln
│   │   └── ScreenKinescope.suo
│   └── 程序使用说明.doc
├── 打印案例
│   ├── DLLFullPrint
│   │   ├── DLLFullPrint
│   │   │   ├── DLLFullPrint.csproj
│   │   │   ├── Frm_PrintSet.Designer.cs
│   │   │   ├── Frm_PrintSet.cs
│   │   │   ├── Frm_PrintSet.resx
│   │   │   ├── MyDLL.cs
│   │   │   ├── PrintClass.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── DLLFullPrint.dll
│   │   │   │       └── DLLFullPrint.pdb
│   │   │   └── obj
│   │   │       ├── DLLFullPrint.csproj.FileList.txt
│   │   │       ├── DLLFullPrint.csproj.FileListAbsolute.txt
│   │   │       └── Debug
│   │   │           ├── DLLFullPrint.Frm_PrintSet.resources
│   │   │           ├── DLLFullPrint.csproj.FileListAbsolute.txt
│   │   │           ├── DLLFullPrint.csproj.GenerateResource.Cache
│   │   │           ├── DLLFullPrint.dll
│   │   │           └── DLLFullPrint.pdb
│   │   ├── DLLFullPrint.sln
│   │   └── DLLFullPrint.suo
│   ├── DataBase
│   │   ├── db_mrsql_Data.MDF
│   │   └── db_mrsql_Log.LDF
│   ├── TransferPrint
│   │   ├── TransferPrint
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── TransferPrint.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── DLLFullPrint.dll
│   │   │   │       ├── DLLFullPrint.pdb
│   │   │   │       ├── TransferPrint.exe
│   │   │   │       ├── TransferPrint.pdb
│   │   │   │       ├── TransferPrint.vshost.exe
│   │   │   │       └── TransferPrint.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── TransferPrint.Form1.resources
│   │   │       │   ├── TransferPrint.Properties.Resources.resources
│   │   │       │   ├── TransferPrint.csproj.FileListAbsolute.txt
│   │   │       │   ├── TransferPrint.csproj.GenerateResource.Cache
│   │   │       │   ├── TransferPrint.exe
│   │   │       │   └── TransferPrint.pdb
│   │   │       ├── TransferPrint.csproj.FileList.txt
│   │   │       └── TransferPrint.csproj.FileListAbsolute.txt
│   │   ├── TransferPrint.sln
│   │   └── TransferPrint.suo
│   └── 程序使用说明.doc
├── 桌面精灵
│   ├── MyDesktop
│   │   ├── Backup
│   │   │   ├── MyDesktop
│   │   │   │   ├── CommonClass
│   │   │   │   │   ├── DataOperate.cs
│   │   │   │   │   ├── DateConvert.cs
│   │   │   │   │   ├── HolidayManage.cs
│   │   │   │   │   ├── RemindManage.cs
│   │   │   │   │   └── WinSetManage.cs
│   │   │   │   ├── MyDesktop.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── frmHoliday.Designer.cs
│   │   │   │   ├── frmHoliday.cs
│   │   │   │   ├── frmHoliday.resx
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmOperateHoliday.Designer.cs
│   │   │   │   ├── frmOperateHoliday.cs
│   │   │   │   ├── frmOperateHoliday.resx
│   │   │   │   ├── frmOperateRemind.Designer.cs
│   │   │   │   ├── frmOperateRemind.cs
│   │   │   │   ├── frmOperateRemind.resx
│   │   │   │   ├── frmRemind.Designer.cs
│   │   │   │   ├── frmRemind.cs
│   │   │   │   ├── frmRemind.resx
│   │   │   │   ├── frmWinSet.Designer.cs
│   │   │   │   ├── frmWinSet.cs
│   │   │   │   └── frmWinSet.resx
│   │   │   ├── MyDesktop.sln
│   │   │   └── MyDesktop.suo
│   │   ├── MyDesktop
│   │   │   ├── CommonClass
│   │   │   │   ├── DataOperate.cs
│   │   │   │   ├── DateConvert.cs
│   │   │   │   ├── HolidayManage.cs
│   │   │   │   ├── RemindManage.cs
│   │   │   │   └── WinSetManage.cs
│   │   │   ├── Image
│   │   │   │   ├── 1.ico
│   │   │   │   └── Thumbs.db
│   │   │   ├── MyDesktop.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── MyDesktop.exe
│   │   │   │       ├── MyDesktop.pdb
│   │   │   │       ├── MyDesktop.vshost.exe
│   │   │   │       └── db_MyDesktop.mdb
│   │   │   ├── frmHoliday.Designer.cs
│   │   │   ├── frmHoliday.cs
│   │   │   ├── frmHoliday.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmOperateHoliday.Designer.cs
│   │   │   ├── frmOperateHoliday.cs
│   │   │   ├── frmOperateHoliday.resx
│   │   │   ├── frmOperateRemind.Designer.cs
│   │   │   ├── frmOperateRemind.cs
│   │   │   ├── frmOperateRemind.resx
│   │   │   ├── frmRemind.Designer.cs
│   │   │   ├── frmRemind.cs
│   │   │   ├── frmRemind.resx
│   │   │   ├── frmWinSet.Designer.cs
│   │   │   ├── frmWinSet.cs
│   │   │   ├── frmWinSet.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── MyDesktop.Properties.Resources.resources
│   │   │       │   ├── MyDesktop.csproj.FileListAbsolute.txt
│   │   │       │   ├── MyDesktop.csproj.GenerateResource.Cache
│   │   │       │   ├── MyDesktop.exe
│   │   │       │   ├── MyDesktop.frmHoliday.resources
│   │   │       │   ├── MyDesktop.frmMain.resources
│   │   │       │   ├── MyDesktop.frmOperateHoliday.resources
│   │   │       │   ├── MyDesktop.frmOperateRemind.resources
│   │   │       │   ├── MyDesktop.frmRemind.resources
│   │   │       │   ├── MyDesktop.frmWinSet.resources
│   │   │       │   ├── MyDesktop.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── MyDesktop.csproj.FileListAbsolute.txt
│   │   ├── MyDesktop.sln
│   │   ├── MyDesktop.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── 程序使用说明.doc
├── 短信群发
│   ├── SMS
│   │   ├── Backup
│   │   │   ├── SMS
│   │   │   │   ├── BaseClass
│   │   │   │   │   ├── ConnClass.cs
│   │   │   │   │   └── GSM.cs
│   │   │   │   ├── BaseInfo
│   │   │   │   │   ├── frmAddDy.Designer.cs
│   │   │   │   │   ├── frmAddDy.cs
│   │   │   │   │   ├── frmAddDy.resx
│   │   │   │   │   ├── frmAddUser.Designer.cs
│   │   │   │   │   ├── frmAddUser.cs
│   │   │   │   │   ├── frmAddUser.resx
│   │   │   │   │   ├── frmCydy.Designer.cs
│   │   │   │   │   ├── frmCydy.cs
│   │   │   │   │   ├── frmCydy.resx
│   │   │   │   │   ├── frmDyChange.Designer.cs
│   │   │   │   │   ├── frmDyChange.cs
│   │   │   │   │   ├── frmDyChange.resx
│   │   │   │   │   ├── frmTel.Designer.cs
│   │   │   │   │   ├── frmTel.cs
│   │   │   │   │   └── frmTel.resx
│   │   │   │   ├── DataBase
│   │   │   │   │   └── db_SMS.mdb
│   │   │   │   ├── MsgManage
│   │   │   │   │   ├── frmDy.Designer.cs
│   │   │   │   │   ├── frmDy.cs
│   │   │   │   │   ├── frmDy.resx
│   │   │   │   │   ├── frmResvice.Designer.cs
│   │   │   │   │   ├── frmResvice.cs
│   │   │   │   │   ├── frmResvice.resx
│   │   │   │   │   ├── frmSendSMS.Designer.cs
│   │   │   │   │   ├── frmSendSMS.cs
│   │   │   │   │   ├── frmSendSMS.resx
│   │   │   │   │   ├── frmSmsXX.Designer.cs
│   │   │   │   │   ├── frmSmsXX.cs
│   │   │   │   │   ├── frmSmsXX.resx
│   │   │   │   │   ├── frmTelNote.Designer.cs
│   │   │   │   │   ├── frmTelNote.cs
│   │   │   │   │   ├── frmTelNote.resx
│   │   │   │   │   ├── frmYfxx.Designer.cs
│   │   │   │   │   ├── frmYfxx.cs
│   │   │   │   │   └── frmYfxx.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SMS.csproj
│   │   │   │   ├── SMS.csproj.user
│   │   │   │   ├── SysManage
│   │   │   │   │   ├── AboutBox1.Designer.cs
│   │   │   │   │   ├── AboutBox1.cs
│   │   │   │   │   ├── AboutBox1.resx
│   │   │   │   │   ├── frmChangePwd.Designer.cs
│   │   │   │   │   ├── frmChangePwd.cs
│   │   │   │   │   ├── frmChangePwd.resx
│   │   │   │   │   ├── frmLock.Designer.cs
│   │   │   │   │   ├── frmLock.cs
│   │   │   │   │   └── frmLock.resx
│   │   │   │   ├── frmLogin.Designer.cs
│   │   │   │   ├── frmLogin.cs
│   │   │   │   ├── frmLogin.resx
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   └── frmMain.resx
│   │   │   ├── SMS.sln
│   │   │   └── SMS.suo
│   │   ├── SMS
│   │   │   ├── BaseClass
│   │   │   │   ├── ConnClass.cs
│   │   │   │   └── GSM.cs
│   │   │   ├── BaseInfo
│   │   │   │   ├── frmAddDy.Designer.cs
│   │   │   │   ├── frmAddDy.cs
│   │   │   │   ├── frmAddDy.resx
│   │   │   │   ├── frmAddUser.Designer.cs
│   │   │   │   ├── frmAddUser.cs
│   │   │   │   ├── frmAddUser.resx
│   │   │   │   ├── frmCydy.Designer.cs
│   │   │   │   ├── frmCydy.cs
│   │   │   │   ├── frmCydy.resx
│   │   │   │   ├── frmDyChange.Designer.cs
│   │   │   │   ├── frmDyChange.cs
│   │   │   │   ├── frmDyChange.resx
│   │   │   │   ├── frmTel.Designer.cs
│   │   │   │   ├── frmTel.cs
│   │   │   │   └── frmTel.resx
│   │   │   ├── DataBase
│   │   │   │   └── db_SMS.mdb
│   │   │   ├── Image
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── an_1.gif
│   │   │   │   ├── an_2.gif
│   │   │   │   ├── b1.gif
│   │   │   │   ├── b2.gif
│   │   │   │   ├── bg_1.gif
│   │   │   │   ├── bg_2.gif
│   │   │   │   ├── j_1.gif
│   │   │   │   ├── login_1.gif
│   │   │   │   ├── login_2.gif
│   │   │   │   ├── mian.jpg
│   │   │   │   └── 登录
│   │   │   │       ├── Thumbs.db
│   │   │   │       ├── 取消按钮.gif
│   │   │   │       ├── 登录按钮.gif
│   │   │   │       └── 用户登录背景.bmp
│   │   │   ├── MsgManage
│   │   │   │   ├── frmDy.Designer.cs
│   │   │   │   ├── frmDy.cs
│   │   │   │   ├── frmDy.resx
│   │   │   │   ├── frmResvice.Designer.cs
│   │   │   │   ├── frmResvice.cs
│   │   │   │   ├── frmResvice.resx
│   │   │   │   ├── frmSendSMS.Designer.cs
│   │   │   │   ├── frmSendSMS.cs
│   │   │   │   ├── frmSendSMS.resx
│   │   │   │   ├── frmSmsXX.Designer.cs
│   │   │   │   ├── frmSmsXX.cs
│   │   │   │   ├── frmSmsXX.resx
│   │   │   │   ├── frmTelNote.Designer.cs
│   │   │   │   ├── frmTelNote.cs
│   │   │   │   ├── frmTelNote.resx
│   │   │   │   ├── frmYfxx.Designer.cs
│   │   │   │   ├── frmYfxx.cs
│   │   │   │   └── frmYfxx.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SMS.csproj
│   │   │   ├── SMS.csproj.user
│   │   │   ├── SysManage
│   │   │   │   ├── AboutBox1.Designer.cs
│   │   │   │   ├── AboutBox1.cs
│   │   │   │   ├── AboutBox1.resx
│   │   │   │   ├── frmChangePwd.Designer.cs
│   │   │   │   ├── frmChangePwd.cs
│   │   │   │   ├── frmChangePwd.resx
│   │   │   │   ├── frmLock.Designer.cs
│   │   │   │   ├── frmLock.cs
│   │   │   │   └── frmLock.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AxInterop.WMPLib.dll
│   │   │   │       ├── DataBase
│   │   │   │       │   └── db_SMS.mdb
│   │   │   │       ├── Interop.WMPLib.dll
│   │   │   │       ├── SMS.exe
│   │   │   │       ├── SMS.pdb
│   │   │   │       └── SMS.vshost.exe
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── AxInterop.WMPLib.dll
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── Interop.WMPLib.dll
│   │   │       │   ├── SMS.AboutBox1.resources
│   │   │       │   ├── SMS.Properties.Resources.resources
│   │   │       │   ├── SMS.csproj.FileListAbsolute.txt
│   │   │       │   ├── SMS.csproj.GenerateResource.Cache
│   │   │       │   ├── SMS.csproj.ResolveComReference.cache
│   │   │       │   ├── SMS.exe
│   │   │       │   ├── SMS.frmAddDy.resources
│   │   │       │   ├── SMS.frmAddUser.resources
│   │   │       │   ├── SMS.frmChangePwd.resources
│   │   │       │   ├── SMS.frmCydy.resources
│   │   │       │   ├── SMS.frmDy.resources
│   │   │       │   ├── SMS.frmDyChange.resources
│   │   │       │   ├── SMS.frmLock.resources
│   │   │       │   ├── SMS.frmLogin.resources
│   │   │       │   ├── SMS.frmMain.resources
│   │   │       │   ├── SMS.frmResvice.resources
│   │   │       │   ├── SMS.frmSendSMS.resources
│   │   │       │   ├── SMS.frmSmsXX.resources
│   │   │       │   ├── SMS.frmTel.resources
│   │   │       │   ├── SMS.frmTelNote.resources
│   │   │       │   ├── SMS.frmYfxx.resources
│   │   │       │   ├── SMS.pdb
│   │   │       │   └── TempPE
│   │   │       │       ├── DataBase.db_SMSDataSet.Designer.cs.dll
│   │   │       │       ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── SMS.csproj.FileList.txt
│   │   │       └── SMS.csproj.FileListAbsolute.txt
│   │   ├── SMS.sln
│   │   ├── SMS.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── 程序使用说明.doc
├── 视频监控
│   ├── VideoMonitor
│   │   ├── VideoMonitor
│   │   │   ├── CommonClass
│   │   │   │   ├── DataCon.cs
│   │   │   │   ├── DataOperate.cs
│   │   │   │   ├── PelcoD.cs
│   │   │   │   ├── SoftReg.cs
│   │   │   │   └── VideoOperate.cs
│   │   │   ├── DataBase
│   │   │   │   └── db_VideoMonitor.mdb
│   │   │   ├── Image
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 用户.ico
│   │   │   │   ├── 主页面
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── bg.bmp
│   │   │   │   ├── 系统登录
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── 登录背景.bmp
│   │   │   │   │   ├── 登录按钮.png
│   │   │   │   │   └── 退出按钮.png
│   │   │   │   ├── 启动界面.bmp
│   │   │   │   ├── 监控管理界面
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── 背景.bmp
│   │   │   │   └── 软件注册页面
│   │   │   │       ├── Thumbs.db
│   │   │   │       └── 背景.bmp
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Video
│   │   │   │   ├── 20080725103212.avi
│   │   │   │   ├── 32 6.avi
│   │   │   │   └── Thumbs.db
│   │   │   ├── VideoMonitor.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AxInterop.MediaPlayer.dll
│   │   │   │       ├── AxInterop.WMPLib.dll
│   │   │   │       ├── Interop.MediaPlayer.dll
│   │   │   │       ├── Interop.WMPLib.dll
│   │   │   │       ├── VideoMonitor.exe
│   │   │   │       ├── VideoMonitor.pdb
│   │   │   │       ├── VideoMonitor.vshost.exe
│   │   │   │       ├── VideoMonitor.vshost.exe.manifest
│   │   │   │       ├── VideoSet.ini
│   │   │   │       └── 系统注册机.exe
│   │   │   ├── frmAutoVideo.Designer.cs
│   │   │   ├── frmAutoVideo.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.Designer.cs
│   │   │   ├── frmWelcome.cs
│   │   │   ├── frmWelcome.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Interop.MediaPlayer.dll
│   │   │       │   ├── Interop.WMPLib.dll
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── VideoMonitor.Properties.Resources.resources
│   │   │       │   ├── 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.csproj.FileList.txt
│   │   │       └── VideoMonitor.csproj.FileListAbsolute.txt
│   │   ├── VideoMonitor.sln
│   │   └── VideoMonitor.suo
│   └── 程序使用说明.doc
├── 邮件发送
│   ├── EmailManage
│   │   ├── Backup
│   │   │   ├── EmailManage
│   │   │   │   ├── CommonClass
│   │   │   │   │   └── Database.cs
│   │   │   │   ├── EmailManage.csproj
│   │   │   │   ├── EmailManage.csproj.user
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── frmEmailInfo.Designer.cs
│   │   │   │   ├── frmEmailInfo.cs
│   │   │   │   ├── frmEmailInfo.resx
│   │   │   │   ├── frmLogin.Designer.cs
│   │   │   │   ├── frmLogin.cs
│   │   │   │   ├── frmLogin.resx
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmSend.Designer.cs
│   │   │   │   ├── frmSend.cs
│   │   │   │   ├── frmSend.resx
│   │   │   │   ├── frmUserManage.Designer.cs
│   │   │   │   ├── frmUserManage.cs
│   │   │   │   └── frmUserManage.resx
│   │   │   ├── EmailManage.sln
│   │   │   └── EmailManage.suo
│   │   ├── EmailManage
│   │   │   ├── CommonClass
│   │   │   │   └── Database.cs
│   │   │   ├── Database
│   │   │   │   ├── db_EmailManage_Data.MDF
│   │   │   │   └── db_EmailManage_Log.LDF
│   │   │   ├── EmailManage.csproj
│   │   │   ├── EmailManage.csproj.user
│   │   │   ├── Image
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 头像.ico
│   │   │   │   ├── 标题.ico
│   │   │   │   ├── 取消.png
│   │   │   │   ├── 登录.png
│   │   │   │   └── 电子邮件登录.bmp
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AttachFiles
│   │   │   │       │   └── 111@163.com
│   │   │   │       │       ├── 20080729044307.msg
│   │   │   │       │       └── 20080729044402.msg
│   │   │   │       ├── EmailManage.exe
│   │   │   │       ├── EmailManage.pdb
│   │   │   │       ├── EmailManage.vshost.exe
│   │   │   │       └── Interop.jmail.dll
│   │   │   ├── frmEmailInfo.Designer.cs
│   │   │   ├── frmEmailInfo.cs
│   │   │   ├── frmEmailInfo.resx
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSend.Designer.cs
│   │   │   ├── frmSend.cs
│   │   │   ├── frmSend.resx
│   │   │   ├── frmUserManage.Designer.cs
│   │   │   ├── frmUserManage.cs
│   │   │   ├── frmUserManage.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── EmailManage.Properties.Resources.resources
│   │   │       │   ├── EmailManage.csproj.FileListAbsolute.txt
│   │   │       │   ├── EmailManage.csproj.GenerateResource.Cache
│   │   │       │   ├── EmailManage.csproj.ResolveComReference.cache
│   │   │       │   ├── EmailManage.exe
│   │   │       │   ├── EmailManage.frmEmailInfo.resources
│   │   │       │   ├── EmailManage.frmLogin.resources
│   │   │       │   ├── EmailManage.frmMain.resources
│   │   │       │   ├── EmailManage.frmSend.resources
│   │   │       │   ├── EmailManage.frmUserManage.resources
│   │   │       │   ├── EmailManage.pdb
│   │   │       │   ├── Interop.jmail.dll
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── EmailManage.csproj.FileList.txt
│   │   │       └── EmailManage.csproj.FileListAbsolute.txt
│   │   ├── EmailManage.sln
│   │   ├── EmailManage.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── 程序使用说明.doc
├── 魔法兔子
│   ├── MagicCony
│   │   ├── MagicCony
│   │   │   ├── ConyData.ldb
│   │   │   ├── ConyData.mdb
│   │   │   ├── HTMLPage1.htm
│   │   │   ├── Images
│   │   │   │   ├── 00.jpg
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── a1_03.jpg
│   │   │   │   ├── anniu.jpg
│   │   │   │   ├── bg.png
│   │   │   │   ├── chongqi.ico
│   │   │   │   ├── close.png
│   │   │   │   ├── comp.JPG
│   │   │   │   ├── delete_06.gif
│   │   │   │   ├── dxdiag.JPG
│   │   │   │   ├── gb.png
│   │   │   │   ├── gpedit.JPG
│   │   │   │   ├── mima.ico
│   │   │   │   ├── ram.JPG
│   │   │   │   ├── reg.JPG
│   │   │   │   ├── renwu.ico
│   │   │   │   ├── roll_voer_54.png
│   │   │   │   ├── shutdown.jpg
│   │   │   │   ├── title_bg_quit.gif
│   │   │   │   ├── up_56.png
│   │   │   │   ├── up_60.png
│   │   │   │   ├── zx.png
│   │   │   │   ├── {A517F4CE-3605-4B3E-865C-7D84F59C539C}.bmp
│   │   │   │   ├── 图标 (5).PNG
│   │   │   │   ├── 图标 (57).ico
│   │   │   │   ├── 图标 (58).ico
│   │   │   │   ├── 背景_03.jpg
│   │   │   │   ├── 系统检测_03.jpg
│   │   │   │   ├── 系统优化_07.jpg
│   │   │   │   ├── 系统优化_09.jpg
│   │   │   │   ├── 系统优化_11.jpg
│   │   │   │   ├── 系统优化_13.jpg
│   │   │   │   ├── 系统优化bg_06.jpg
│   │   │   │   ├── 系统检测bg_06.jpg
│   │   │   │   ├── 系统检测tc_07.jpg
│   │   │   │   ├── 系统优化tou_03.jpg
│   │   │   │   ├── 发送到菜单1_03.jpg
│   │   │   │   ├── 发送到菜单2_07.jpg
│   │   │   │   ├── 发送到菜单3_10.jpg
│   │   │   │   ├── 发送到菜单56_10.jpg
│   │   │   │   └── 魔法兔子主界面_03.jpg
│   │   │   ├── MagicCony.csproj
│   │   │   ├── MagicCony.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── PublicClass.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ConyData.mdb
│   │   │   │       ├── Interop.IWshRuntimeLibrary.dll
│   │   │   │       ├── MagicCony.exe
│   │   │   │       ├── MagicCony.pdb
│   │   │   │       ├── MagicCony.vshost.exe
│   │   │   │       └── MagicCony.vshost.exe.manifest
│   │   │   ├── frmCheck.Designer.cs
│   │   │   ├── frmCheck.cs
│   │   │   ├── frmCheck.resx
│   │   │   ├── frmCloseWindows.Designer.cs
│   │   │   ├── frmCloseWindows.cs
│   │   │   ├── frmCloseWindows.resx
│   │   │   ├── frmCony.Designer.cs
│   │   │   ├── frmCony.cs
│   │   │   ├── frmCony.resx
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmSetPassword.Designer.cs
│   │   │   ├── frmSetPassword.cs
│   │   │   ├── frmSetPassword.resx
│   │   │   ├── frmSystemCheck.Designer.cs
│   │   │   ├── frmSystemCheck.cs
│   │   │   ├── frmSystemCheck.resx
│   │   │   ├── frmSystemOptimize.Designer.cs
│   │   │   ├── frmSystemOptimize.cs
│   │   │   ├── frmSystemOptimize.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Interop.IWshRuntimeLibrary.dll
│   │   │       │   ├── MagicCony.Properties.Resources.resources
│   │   │       │   ├── MagicCony.csproj.FileListAbsolute.txt
│   │   │       │   ├── MagicCony.csproj.GenerateResource.Cache
│   │   │       │   ├── MagicCony.csproj.ResolveComReference.cache
│   │   │       │   ├── MagicCony.exe
│   │   │       │   ├── MagicCony.frmCheck.resources
│   │   │       │   ├── MagicCony.frmCloseWindows.resources
│   │   │       │   ├── MagicCony.frmCony.resources
│   │   │       │   ├── MagicCony.frmLogin.resources
│   │   │       │   ├── MagicCony.frmSetPassword.resources
│   │   │       │   ├── MagicCony.frmSystemCheck.resources
│   │   │       │   ├── MagicCony.frmSystemOptimize.resources
│   │   │       │   ├── MagicCony.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── MagicCony.csproj.FileList.txt
│   │   ├── MagicCony.sln
│   │   └── MagicCony.suo
│   └── 程序使用说明.doc
├── 仿数据库-附加-获取数据表
│   ├── SQL-Distill
│   │   ├── SQL-Distill
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SQL-Distill.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Interop.Excel.dll
│   │   │   │       ├── Interop.Office.dll
│   │   │   │       ├── Interop.SQLDMO.dll
│   │   │   │       ├── Interop.VBIDE.dll
│   │   │   │       ├── Interop.Word.dll
│   │   │   │       ├── SQL-Distill.exe
│   │   │   │       ├── SQL-Distill.pdb
│   │   │   │       ├── SQL-Distill.vshost.exe
│   │   │   │       └── SQL-Distill.vshost.exe.manifest
│   │   │   ├── frmAppend.Designer.cs
│   │   │   ├── frmAppend.cs
│   │   │   ├── frmAppend.resx
│   │   │   ├── frmBackup.Designer.cs
│   │   │   ├── frmBackup.cs
│   │   │   ├── frmBackup.resx
│   │   │   ├── frmDataExport.Designer.cs
│   │   │   ├── frmDataExport.cs
│   │   │   ├── frmDataExport.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmOutData.Designer.cs
│   │   │   ├── frmOutData.cs
│   │   │   ├── frmOutData.resx
│   │   │   ├── frmRevert.Designer.cs
│   │   │   ├── frmRevert.cs
│   │   │   ├── frmRevert.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Interop.Excel.dll
│   │   │       │   ├── Interop.Office.dll
│   │   │       │   ├── Interop.SQLDMO.dll
│   │   │       │   ├── Interop.VBIDE.dll
│   │   │       │   ├── Interop.Word.dll
│   │   │       │   ├── SQL-Distill.csproj.FileListAbsolute.txt
│   │   │       │   ├── SQL-Distill.csproj.GenerateResource.Cache
│   │   │       │   ├── SQL-Distill.csproj.ResolveComReference.cache
│   │   │       │   ├── SQL-Distill.exe
│   │   │       │   ├── SQL-Distill.pdb
│   │   │       │   ├── SQL_Distill.Properties.Resources.resources
│   │   │       │   ├── SQL_Distill.frmAppend.resources
│   │   │       │   ├── SQL_Distill.frmBackup.resources
│   │   │       │   ├── SQL_Distill.frmDataExport.resources
│   │   │       │   ├── SQL_Distill.frmMain.resources
│   │   │       │   ├── SQL_Distill.frmOutData.resources
│   │   │       │   ├── SQL_Distill.frmRevert.resources
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── SQL-Distill.csproj.FileList.txt
│   │   ├── SQL-Distill.sln
│   │   └── SQL-Distill.suo
│   └── 程序使用说明.doc
├── 网页游览器
│   ├── MyWebIE
│   │   ├── Backup
│   │   │   ├── MyWebIE
│   │   │   │   ├── MyWebIE.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── frmIE.cs
│   │   │   │   ├── frmIE.designer.cs
│   │   │   │   ├── frmIE.resx
│   │   │   │   ├── frmNeatenFavorites.cs
│   │   │   │   ├── frmNeatenFavorites.designer.cs
│   │   │   │   ├── frmNeatenFavorites.resx
│   │   │   │   ├── frmOpenFavorites.cs
│   │   │   │   ├── frmOpenFavorites.designer.cs
│   │   │   │   ├── frmOpenFavorites.resx
│   │   │   │   ├── frmSource.cs
│   │   │   │   ├── frmSource.designer.cs
│   │   │   │   └── frmSource.resx
│   │   │   ├── MyWebIE.sln
│   │   │   └── MyWebIE.suo
│   │   ├── MyWebIE
│   │   │   ├── IEImage
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 主页.ico
│   │   │   │   ├── 停止.ico
│   │   │   │   ├── 刷新.ico
│   │   │   │   ├── 前进.ico
│   │   │   │   ├── 后退.ico
│   │   │   │   ├── 打印.ico
│   │   │   │   ├── 搜索.ico
│   │   │   │   ├── 新建.ico
│   │   │   │   ├── 转到.ico
│   │   │   │   └── 浏览器.ico
│   │   │   ├── MyWebIE.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Interop.IWshRuntimeLibrary.dll
│   │   │   │       ├── MyWebIE.exe
│   │   │   │       ├── MyWebIE.pdb
│   │   │   │       └── MyWebIE.vshost.exe
│   │   │   ├── frmIE.cs
│   │   │   ├── frmIE.designer.cs
│   │   │   ├── frmIE.resx
│   │   │   ├── frmNeatenFavorites.cs
│   │   │   ├── frmNeatenFavorites.designer.cs
│   │   │   ├── frmNeatenFavorites.resx
│   │   │   ├── frmOpenFavorites.cs
│   │   │   ├── frmOpenFavorites.designer.cs
│   │   │   ├── frmOpenFavorites.resx
│   │   │   ├── frmSource.cs
│   │   │   ├── frmSource.designer.cs
│   │   │   ├── frmSource.resx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── MyWebIE.Properties.Resources.resources
│   │   │           ├── MyWebIE.csproj.FileListAbsolute.txt
│   │   │           ├── MyWebIE.csproj.GenerateResource.Cache
│   │   │           ├── MyWebIE.exe
│   │   │           ├── MyWebIE.frmIE.resources
│   │   │           ├── MyWebIE.frmNeatenFavorites.resources
│   │   │           ├── MyWebIE.frmOpenFavorites.resources
│   │   │           ├── MyWebIE.frmSource.resources
│   │   │           ├── MyWebIE.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   │               └── Properties.Resources.Designer.cs.dll
│   │   ├── MyWebIE.sln
│   │   ├── MyWebIE.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── 程序使用说明.doc
├── 音乐播放器
│   ├── PlayApparatus
│   │   ├── PlayApparatus
│   │   │   ├── FrmClass.cs
│   │   │   ├── Frm_Libretto.Designer.cs
│   │   │   ├── Frm_Libretto.cs
│   │   │   ├── Frm_Libretto.resx
│   │   │   ├── Frm_ListBox.Designer.cs
│   │   │   ├── Frm_ListBox.cs
│   │   │   ├── Frm_ListBox.resx
│   │   │   ├── Frm_Play.Designer.cs
│   │   │   ├── Frm_Play.cs
│   │   │   ├── Frm_Play.resx
│   │   │   ├── Frm_Screen.Designer.cs
│   │   │   ├── Frm_Screen.cs
│   │   │   ├── Frm_Screen.resx
│   │   │   ├── Image
│   │   │   │   ├── EQ.png
│   │   │   │   ├── EQ变.png
│   │   │   │   ├── LRC.png
│   │   │   │   ├── LRC变.png
│   │   │   │   ├── PL.png
│   │   │   │   ├── PL变.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── WF.png
│   │   │   │   ├── WF变.png
│   │   │   │   ├── 底1.png
│   │   │   │   ├── 底2.png
│   │   │   │   ├── 底3.png
│   │   │   │   ├── 滚动.png
│   │   │   │   ├── 背景.png
│   │   │   │   ├── 总标题.png
│   │   │   │   ├── 标题栏.png
│   │   │   │   ├── 歌词秀.png
│   │   │   │   ├── 滚动块.png
│   │   │   │   ├── 总标题1.png
│   │   │   │   ├── 总标题2.png
│   │   │   │   ├── 总标题3.png
│   │   │   │   ├── 左侧边框(1).png
│   │   │   │   ├── 关闭按钮.jpg
│   │   │   │   ├── 停止按钮.png
│   │   │   │   ├── 内部边框.png
│   │   │   │   ├── 列表导航.png
│   │   │   │   ├── 前进按钮.png
│   │   │   │   ├── 右侧边框.png
│   │   │   │   ├── 后退按钮.png
│   │   │   │   ├── 左侧边框.png
│   │   │   │   ├── 底部边框.png
│   │   │   │   ├── 控件背是.png
│   │   │   │   ├── 控件背景.png
│   │   │   │   ├── 播放按钮.png
│   │   │   │   ├── 暂停按钮.png
│   │   │   │   ├── 滚动变色.png
│   │   │   │   ├── 音量按钮.png
│   │   │   │   ├── 音量滚动.png
│   │   │   │   ├── 底部边框1.png
│   │   │   │   ├── 底部边框2.png
│   │   │   │   ├── 底部边框3.png
│   │   │   │   ├── 最小化按钮.jpg
│   │   │   │   ├── 停止按钮变.png
│   │   │   │   ├── 前进按钮变.png
│   │   │   │   ├── 后退按钮变.png
│   │   │   │   ├── 播放器背景.png
│   │   │   │   ├── 播放按钮变.png
│   │   │   │   ├── 暂停按钮变.png
│   │   │   │   ├── 音量滚动块.png
│   │   │   │   ├── 播放器背景1.png
│   │   │   │   ├── 播放器背景2.png
│   │   │   │   ├── 关闭按钮变色.jpg
│   │   │   │   ├── 打开文件列表.png
│   │   │   │   ├── 播放器背景下.png
│   │   │   │   ├── 播放器背景中.png
│   │   │   │   ├── 音量按钮变色.png
│   │   │   │   ├── 音量滚动变色.png
│   │   │   │   ├── 最小化按钮变色.jpg
│   │   │   │   ├── 打开文件列表变.png
│   │   │   │   ├── 播放列表关闭按钮变.png
│   │   │   │   └── 播放列表的关闭按钮原.png
│   │   │   ├── PlayApparatus.csproj
│   │   │   ├── PlayApparatus.csproj.user
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AxInterop.WMPLib.dll
│   │   │   │       ├── FrmClassDepot.dll
│   │   │   │       ├── Interop.Scripting.dll
│   │   │   │       ├── Interop.Shell32.dll
│   │   │   │       ├── Interop.WMPLib.dll
│   │   │   │       ├── PlayApparatus.exe
│   │   │   │       ├── PlayApparatus.pdb
│   │   │   │       ├── PlayApparatus.vshost.exe
│   │   │   │       ├── PlayApparatus.vshost.exe.manifest
│   │   │   │       └── 默认.m3u
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── AxInterop.WMPLib.dll
│   │   │       │   ├── Interop.Scripting.dll
│   │   │       │   ├── Interop.Shell32.dll
│   │   │       │   ├── Interop.WMPLib.dll
│   │   │       │   ├── PlayApparatus.Frm_Libretto.resources
│   │   │       │   ├── PlayApparatus.Frm_ListBox.resources
│   │   │       │   ├── PlayApparatus.Frm_Play.resources
│   │   │       │   ├── PlayApparatus.Frm_Screen.resources
│   │   │       │   ├── PlayApparatus.Properties.Resources.resources
│   │   │       │   ├── PlayApparatus.csproj.FileListAbsolute.txt
│   │   │       │   ├── PlayApparatus.csproj.GenerateResource.Cache
│   │   │       │   ├── PlayApparatus.csproj.ResolveComReference.cache
│   │   │       │   ├── PlayApparatus.exe
│   │   │       │   ├── PlayApparatus.pdb
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       │       ├── Properties.Resources.Designer.cs.dll
│   │   │       │       └── Resource1.Designer.cs.dll
│   │   │       ├── PlayApparatus.csproj.FileList.txt
│   │   │       └── PlayApparatus.csproj.FileListAbsolute.txt
│   │   ├── PlayApparatus.sln
│   │   └── PlayApparatus.suo
│   └── 程序使用说明.doc
├── 人员管理系统
│   ├── DataBase
│   │   ├── db_AllFind_Data.MDF
│   │   └── db_AllFind_Log.LDF
│   ├── FullFind
│   │   ├── FullFind
│   │   │   ├── Frm_IfFind.Designer.cs
│   │   │   ├── Frm_IfFind.cs
│   │   │   ├── Frm_IfFind.resx
│   │   │   ├── FullFind.csproj
│   │   │   ├── ModuleClass
│   │   │   │   ├── DataClass.cs
│   │   │   │   └── FrmClass.cs
│   │   │   ├── MyDLL.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── FullFind.dll
│   │   │   │       └── FullFind.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── FullFind.Frm_IfFind.resources
│   │   │       │   ├── FullFind.csproj.FileListAbsolute.txt
│   │   │       │   ├── FullFind.csproj.GenerateResource.Cache
│   │   │       │   ├── FullFind.dll
│   │   │       │   └── FullFind.pdb
│   │   │       └── FullFind.csproj.FileList.txt
│   │   ├── FullFind.sln
│   │   └── FullFind.suo
│   ├── TransferFormality
│   │   ├── TransferFormality
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── TransferFormality.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AllFind.exe
│   │   │   │       ├── FullFind.dll
│   │   │   │       ├── FullFind.pdb
│   │   │   │       ├── TransferFormality.exe
│   │   │   │       ├── TransferFormality.pdb
│   │   │   │       ├── TransferFormality.vshost.exe
│   │   │   │       └── TransferFormality.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── TransferFormality.Form1.resources
│   │   │       │   ├── TransferFormality.Properties.Resources.resources
│   │   │       │   ├── TransferFormality.csproj.FileListAbsolute.txt
│   │   │       │   ├── TransferFormality.csproj.GenerateResource.Cache
│   │   │       │   ├── TransferFormality.exe
│   │   │       │   └── TransferFormality.pdb
│   │   │       └── TransferFormality.csproj.FileList.txt
│   │   ├── TransferFormality.sln
│   │   └── TransferFormality.suo
│   └── 程序使用说明.doc
├── 决策分析系统
│   ├── ChartComponent
│   │   ├── ChartComponent.csproj
│   │   ├── ChartComponent.sln
│   │   ├── ChartComponent.suo
│   │   ├── ChartPanel.Designer.cs
│   │   ├── ChartPanel.cs
│   │   ├── ChartPanel.resx
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ChartComponent.dll
│   │   │       └── ChartComponent.pdb
│   │   └── obj
│   │       ├── ChartComponent.csproj.FileList.txt
│   │       ├── ChartComponent.csproj.FileListAbsolute.txt
│   │       └── Debug
│   │           ├── ChartComponent.ChartPanel.resources
│   │           ├── ChartComponent.csproj.FileListAbsolute.txt
│   │           ├── ChartComponent.csproj.GenerateResource.Cache
│   │           ├── ChartComponent.dll
│   │           └── ChartComponent.pdb
│   ├── DataBase
│   │   ├── MR_Distribution_Data.MDF
│   │   └── MR_Distribution_Log.LDF
│   ├── Rendering
│   │   ├── Rendering
│   │   │   ├── Frm_Appear.Designer.cs
│   │   │   ├── Frm_Appear.cs
│   │   │   ├── Frm_Appear.resx
│   │   │   ├── Frm_Stat.Designer.cs
│   │   │   ├── Frm_Stat.cs
│   │   │   ├── Frm_Stat.resx
│   │   │   ├── Frm_Statistics.Designer.cs
│   │   │   ├── Frm_Statistics.cs
│   │   │   ├── Frm_Statistics.resx
│   │   │   ├── Image
│   │   │   │   ├── Appear.bmp
│   │   │   │   └── Thumbs.db
│   │   │   ├── ModuleClass
│   │   │   │   ├── DataClass.cs
│   │   │   │   └── FrmClass.cs
│   │   │   ├── MyDLL.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Rendering.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ChartComponent.dll
│   │   │   │       ├── ChartComponent.pdb
│   │   │   │       ├── Rendering.dll
│   │   │   │       └── Rendering.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Rendering.Frm_Appear.resources
│   │   │       │   ├── Rendering.Frm_Stat.resources
│   │   │       │   ├── Rendering.Frm_Statistics.resources
│   │   │       │   ├── Rendering.Properties.Resources.resources
│   │   │       │   ├── Rendering.csproj.FileListAbsolute.txt
│   │   │       │   ├── Rendering.csproj.GenerateResource.Cache
│   │   │       │   ├── Rendering.dll
│   │   │       │   ├── Rendering.pdb
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── Rendering.csproj.FileList.txt
│   │   │       └── Rendering.csproj.FileListAbsolute.txt
│   │   ├── Rendering.sln
│   │   └── Rendering.suo
│   ├── TransferFormality
│   │   ├── TransferFormality
│   │   │   ├── MyMain.Designer.cs
│   │   │   ├── MyMain.cs
│   │   │   ├── MyMain.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── TransferFormality.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ChartComponent.dll
│   │   │   │       ├── ChartComponent.pdb
│   │   │   │       ├── Rendering.dll
│   │   │   │       ├── Rendering.pdb
│   │   │   │       ├── TransferFormality.exe
│   │   │   │       ├── TransferFormality.pdb
│   │   │   │       ├── TransferFormality.vshost.exe
│   │   │   │       └── TransferFormality.vshost.exe.manifest
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── TransferFormality.MyMain.resources
│   │   │       │   ├── TransferFormality.Properties.Resources.resources
│   │   │       │   ├── TransferFormality.csproj.FileListAbsolute.txt
│   │   │       │   ├── TransferFormality.csproj.GenerateResource.Cache
│   │   │       │   ├── TransferFormality.exe
│   │   │       │   └── TransferFormality.pdb
│   │   │       ├── TransferFormality.csproj.FileList.txt
│   │   │       └── TransferFormality.csproj.FileListAbsolute.txt
│   │   ├── TransferFormality.sln
│   │   └── TransferFormality.suo
│   └── 程序使用说明.doc
├── 考试系统管理
│   ├── Exam
│   │   ├── Exam
│   │   │   ├── AboutBox1.Designer.cs
│   │   │   ├── AboutBox1.cs
│   │   │   ├── AboutBox1.resx
│   │   │   ├── BaseClass.cs
│   │   │   ├── DataBase
│   │   │   │   ├── db_Exam_Data.MDF
│   │   │   │   └── db_Exam_Log.LDF
│   │   │   ├── Exam.csproj
│   │   │   ├── ImageFolder
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 加载界面.bmp
│   │   │   │   ├── 清空按钮.bmp
│   │   │   │   ├── 登录按钮.bmp
│   │   │   │   ├── 退出按钮.bmp
│   │   │   │   ├── 登录界面背景.bmp
│   │   │   │   └── 学生登录成功窗体.bmp
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Exam.exe
│   │   │   │       ├── Exam.pdb
│   │   │   │       ├── Exam.vshost.exe
│   │   │   │       └── Exam.vshost.exe.manifest
│   │   │   ├── frmAdminAddJudgeExam.Designer.cs
│   │   │   ├── frmAdminAddJudgeExam.cs
│   │   │   ├── frmAdminAddJudgeExam.resx
│   │   │   ├── frmAdminAddSelectExam.Designer.cs
│   │   │   ├── frmAdminAddSelectExam.cs
│   │   │   ├── frmAdminAddSelectExam.resx
│   │   │   ├── frmAdminExamSet.Designer.cs
│   │   │   ├── frmAdminExamSet.cs
│   │   │   ├── frmAdminExamSet.resx
│   │   │   ├── frmAdminFillExam.Designer.cs
│   │   │   ├── frmAdminFillExam.cs
│   │   │   ├── frmAdminFillExam.resx
│   │   │   ├── frmAdminFindScore.Designer.cs
│   │   │   ├── frmAdminFindScore.cs
│   │   │   ├── frmAdminFindScore.resx
│   │   │   ├── frmAdminManage.Designer.cs
│   │   │   ├── frmAdminManage.cs
│   │   │   ├── frmAdminManage.resx
│   │   │   ├── frmAdminStudent.Designer.cs
│   │   │   ├── frmAdminStudent.cs
│   │   │   ├── frmAdminStudent.resx
│   │   │   ├── frmChangePwd.Designer.cs
│   │   │   ├── frmChangePwd.cs
│   │   │   ├── frmChangePwd.resx
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmStartExam.Designer.cs
│   │   │   ├── frmStartExam.cs
│   │   │   ├── frmStartExam.resx
│   │   │   ├── frmStudentExam.Designer.cs
│   │   │   ├── frmStudentExam.cs
│   │   │   ├── frmStudentExam.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Exam.AboutBox1.resources
│   │   │       │   ├── Exam.Properties.Resources.resources
│   │   │       │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │       │   ├── Exam.csproj.GenerateResource.Cache
│   │   │       │   ├── Exam.exe
│   │   │       │   ├── Exam.frmAdminAddJudgeExam.resources
│   │   │       │   ├── Exam.frmAdminAddSelectExam.resources
│   │   │       │   ├── Exam.frmAdminExamSet.resources
│   │   │       │   ├── Exam.frmAdminFillExam.resources
│   │   │       │   ├── Exam.frmAdminFindScore.resources
│   │   │       │   ├── Exam.frmAdminManage.resources
│   │   │       │   ├── Exam.frmAdminStudent.resources
│   │   │       │   ├── Exam.frmChangePwd.resources
│   │   │       │   ├── Exam.frmLogin.resources
│   │   │       │   ├── Exam.frmStartExam.resources
│   │   │       │   ├── Exam.frmStudentExam.resources
│   │   │       │   ├── Exam.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Exam.csproj.FileList.txt
│   │   ├── Exam.sln
│   │   └── Exam.suo
│   └── 程序使用说明.doc
├── 文件批量处理器
│   ├── FileManage
│   │   ├── FileManage
│   │   │   ├── AboutBox.Designer.cs
│   │   │   ├── AboutBox.cs
│   │   │   ├── AboutBox.resx
│   │   │   ├── CommonClass
│   │   │   │   └── BaseClass.cs
│   │   │   ├── FileManage.csproj
│   │   │   ├── Image
│   │   │   │   ├── 1.ico
│   │   │   │   ├── 2.ico
│   │   │   │   ├── 3.ico
│   │   │   │   ├── 4.ico
│   │   │   │   ├── 5.ico
│   │   │   │   └── Thumbs.db
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── FileManage.exe
│   │   │   │       ├── FileManage.pdb
│   │   │   │       ├── FileManage.vshost.exe
│   │   │   │       ├── FileManage.vshost.exe.manifest
│   │   │   │       ├── Interop.Office.dll
│   │   │   │       ├── Interop.Word.dll
│   │   │   │       └── clear.bat
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmRepeat.Designer.cs
│   │   │   ├── frmRepeat.cs
│   │   │   ├── frmRepeat.resx
│   │   │   ├── frmSplit.Designer.cs
│   │   │   ├── frmSplit.cs
│   │   │   ├── frmSplit.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── FileManage.AboutBox.resources
│   │   │       │   ├── FileManage.Properties.Resources.resources
│   │   │       │   ├── FileManage.csproj.FileListAbsolute.txt
│   │   │       │   ├── FileManage.csproj.GenerateResource.Cache
│   │   │       │   ├── FileManage.csproj.ResolveComReference.cache
│   │   │       │   ├── FileManage.exe
│   │   │       │   ├── FileManage.frmMain.resources
│   │   │       │   ├── FileManage.frmRepeat.resources
│   │   │       │   ├── FileManage.frmSplit.resources
│   │   │       │   ├── FileManage.pdb
│   │   │       │   ├── Interop.Office.dll
│   │   │       │   ├── Interop.Word.dll
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── FileManage.csproj.FileListAbsolute.txt
│   │   ├── FileManage.sln
│   │   └── FileManage.suo
│   ├── 新建 文本文档.txt
│   └── 程序使用说明.doc
├── 自动更新服务端 客户端
│   ├── Upgrade
│   │   ├── Upgrade
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Upgrade.csproj
│   │   │   ├── Upgrade.csproj.user
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── NewXml
│   │   │   │       │   └── Update.xml
│   │   │   │       ├── Update
│   │   │   │       │   ├── 4.0
│   │   │   │       │   │   ├── Debug
│   │   │   │       │   │   │   ├── UpgradeSetup.msi
│   │   │   │       │   │   │   └── setup.exe
│   │   │   │       │   │   └── UpgradeSetup.vdproj
│   │   │   │       │   └── 5.0
│   │   │   │       │       ├── Debug
│   │   │   │       │       │   ├── UpgradeSetup.msi
│   │   │   │       │       │   └── setup.exe
│   │   │   │       │       └── UpgradeSetup.vdproj
│   │   │   │       ├── Update.xml
│   │   │   │       ├── Upgrade.exe
│   │   │   │       ├── Upgrade.pdb
│   │   │   │       ├── Upgrade.vshost.exe
│   │   │   │       ├── Upgrade.vshost.exe.manifest
│   │   │   │       ├── UpgradeClass.dll
│   │   │   │       ├── UpgradeClass.pdb
│   │   │   │       └── UpgradeSet.ini
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmSet.Designer.cs
│   │   │   ├── frmSet.cs
│   │   │   ├── frmSet.resx
│   │   │   ├── frmUpdate.Designer.cs
│   │   │   ├── frmUpdate.cs
│   │   │   ├── frmUpdate.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── Upgrade.Properties.Resources.resources
│   │   │       │   ├── Upgrade.csproj.FileListAbsolute.txt
│   │   │       │   ├── Upgrade.csproj.GenerateResource.Cache
│   │   │       │   ├── Upgrade.exe
│   │   │       │   ├── Upgrade.frmMain.resources
│   │   │       │   ├── Upgrade.frmSet.resources
│   │   │       │   ├── Upgrade.frmUpdate.resources
│   │   │       │   └── Upgrade.pdb
│   │   │       ├── Upgrade.csproj.FileList.txt
│   │   │       └── Upgrade.csproj.FileListAbsolute.txt
│   │   ├── Upgrade.sln
│   │   ├── Upgrade.suo
│   │   ├── UpgradeClass
│   │   │   ├── OperateClass.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UpgradeClass.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── UpgradeClass.dll
│   │   │   │       └── UpgradeClass.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── UpgradeClass.csproj.FileListAbsolute.txt
│   │   │       │   ├── UpgradeClass.dll
│   │   │       │   └── UpgradeClass.pdb
│   │   │       └── UpgradeClass.csproj.FileListAbsolute.txt
│   │   ├── UpgradeServer
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UpgradeServer.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── UpgradeClass.dll
│   │   │   │       ├── UpgradeClass.pdb
│   │   │   │       ├── UpgradeServer.exe
│   │   │   │       ├── UpgradeServer.pdb
│   │   │   │       ├── UpgradeServer.vshost.exe
│   │   │   │       └── UpgradeServer.vshost.exe.manifest
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmNewFolder.cs
│   │   │   ├── frmNewFolder.designer.cs
│   │   │   ├── frmNewFolder.resx
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   ├── TempPE
│   │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │   │       │   ├── UpgradeServer.Properties.Resources.resources
│   │   │       │   ├── UpgradeServer.csproj.FileListAbsolute.txt
│   │   │       │   ├── UpgradeServer.csproj.GenerateResource.Cache
│   │   │       │   ├── UpgradeServer.exe
│   │   │       │   ├── UpgradeServer.frmMain.resources
│   │   │       │   ├── UpgradeServer.frmNewFolder.resources
│   │   │       │   └── UpgradeServer.pdb
│   │   │       ├── UpgradeServer.csproj.FileList.txt
│   │   │       └── UpgradeServer.csproj.FileListAbsolute.txt
│   │   └── UpgradeSetup
│   │       ├── Debug
│   │       │   ├── UpgradeSetup.msi
│   │       │   └── setup.exe
│   │       └── UpgradeSetup.vdproj
│   └── 程序使用说明.doc
├── 局域网五子棋游戏
│   ├── ClientGobang
│   │   ├── ClientGobang
│   │   │   ├── ChessClass
│   │   │   │   ├── Client.cs
│   │   │   │   ├── ClientObject.cs
│   │   │   │   └── ClientObjectEventArgs.cs
│   │   │   ├── ClientClass.cs
│   │   │   ├── ClientGobang.csproj
│   │   │   ├── F_Logon.Designer.cs
│   │   │   ├── F_Logon.cs
│   │   │   ├── F_Logon.resx
│   │   │   ├── F_SerSetup.cs
│   │   │   ├── F_SerSetup.designer.cs
│   │   │   ├── F_SerSetup.resx
│   │   │   ├── Frm_Chessboard.Designer.cs
│   │   │   ├── Frm_Chessboard.cs
│   │   │   ├── Frm_Chessboard.resx
│   │   │   ├── Frm_Hall.Designer.cs
│   │   │   ├── Frm_Hall.cs
│   │   │   ├── Frm_Hall.resx
│   │   │   ├── Image
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── dj
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── 女人.png
│   │   │   │   │   ├── 棋盘.png
│   │   │   │   │   ├── 男人.png
│   │   │   │   │   ├── 白棋.png
│   │   │   │   │   ├── 黑棋.png
│   │   │   │   │   ├── 白棋子.png
│   │   │   │   │   ├── 黑棋子.png
│   │   │   │   │   ├── 开始按钮.png
│   │   │   │   │   ├── 棋子外框.png
│   │   │   │   │   └── 对决页背景.bmp
│   │   │   │   ├── lb
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── {F4BB829B-2589-4876-AD51-880FC3ADEC81}.jpg
│   │   │   │   │   ├── 竖线.jpg
│   │   │   │   │   ├── 头像1.png
│   │   │   │   │   ├── 头像2.png
│   │   │   │   │   ├── 头像3.png
│   │   │   │   │   ├── 头像4.png
│   │   │   │   │   ├── 头像5.png
│   │   │   │   │   ├── 头像6.png
│   │   │   │   │   ├── 棋盘小.jpg
│   │   │   │   │   ├── 关闭变色.jpg
│   │   │   │   │   ├── 关闭按钮.jpg
│   │   │   │   │   ├── 收缩按钮.jpg
│   │   │   │   │   ├── 发送按钮.png
│   │   │   │   │   ├── 最大化变色.jpg
│   │   │   │   │   ├── 最大化按钮.jpg
│   │   │   │   │   ├── 最小化变色.jpg
│   │   │   │   │   └── 最小化按钮.jpg
│   │   │   │   ├── 女.bmp
│   │   │   │   ├── 男.bmp
│   │   │   │   ├── 头.jpg
│   │   │   │   ├── 底.jpg
│   │   │   │   ├── 复件 头像1.png
│   │   │   │   ├── 复件 头像2.png
│   │   │   │   ├── 复件 头像3.png
│   │   │   │   ├── 标识.bmp
│   │   │   │   ├── 白棋.bmp
│   │   │   │   ├── 黑棋.bmp
│   │   │   │   ├── 图形.jpg
│   │   │   │   ├── 头背.jpg
│   │   │   │   ├── 标图.jpg
│   │   │   │   ├── 标背.jpg
│   │   │   │   ├── 标题.jpg
│   │   │   │   ├── 竖线.jpg
│   │   │   │   ├── 缩进.jpg
│   │   │   │   ├── 聊天.jpg
│   │   │   │   ├── 女人.png
│   │   │   │   ├── 棋盘.png
│   │   │   │   ├── 男人.png
│   │   │   │   ├── 登录.png
│   │   │   │   ├── 白棋.png
│   │   │   │   ├── 退出.png
│   │   │   │   ├── 黑棋.png
│   │   │   │   ├── 头像1.png
│   │   │   │   ├── 头像2.png
│   │   │   │   ├── 头像3.png
│   │   │   │   ├── 头像4.png
│   │   │   │   ├── 头像5.png
│   │   │   │   ├── 头像6.png
│   │   │   │   ├── 标题栏.bmp
│   │   │   │   ├── 分界线.jpg
│   │   │   │   ├── 厅背景.jpg
│   │   │   │   ├── 右侧下.jpg
│   │   │   │   ├── 右边框.jpg
│   │   │   │   ├── 左边框.jpg
│   │   │   │   ├── 棋盘小.jpg
│   │   │   │   ├── 女人物.png
│   │   │   │   ├── 男人物.png
│   │   │   │   ├── 白棋子.png
│   │   │   │   ├── 黑棋子.png
│   │   │   │   ├── 启动界面.bmp
│   │   │   │   ├── 五子列表.jpg
│   │   │   │   ├── 公共聊天.jpg
│   │   │   │   ├── 关闭变色.jpg
│   │   │   │   ├── 关闭按钮.jpg
│   │   │   │   ├── 头像昵称.jpg
│   │   │   │   ├── 收缩按钮.jpg
│   │   │   │   ├── 缩进背景.jpg
│   │   │   │   ├── 发送按钮.png
│   │   │   │   ├── 开始按钮.png
│   │   │   │   ├── 棋子外框.png
│   │   │   │   ├── 对决页背景.bmp
│   │   │   │   ├── 五子棋列表.jpg
│   │   │   │   ├── 最大化变色.jpg
│   │   │   │   ├── 最大化按钮.jpg
│   │   │   │   ├── 最小化变色.jpg
│   │   │   │   ├── 最小化按钮.jpg
│   │   │   │   ├── 开始按钮灰.png
│   │   │   │   ├── 登录界面下面.PNG
│   │   │   │   ├── 登录界面标题.PNG
│   │   │   │   ├── 头像昵称积分.jpg
│   │   │   │   ├── 发送按钮变色.png
│   │   │   │   ├── 无人时的问号.png
│   │   │   │   └── 对决页下半部分背景.bmp
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ClientGobang.exe
│   │   │   │       ├── ClientGobang.pdb
│   │   │   │       ├── ClientGobang.vshost.exe
│   │   │   │       ├── ClientGobang.vshost.exe.manifest
│   │   │   │       ├── GobangClass.dll
│   │   │   │       └── GobangClass.pdb
│   │   │   └── obj
│   │   │       ├── ClientGobang.csproj.FileList.txt
│   │   │       ├── ClientGobang.csproj.FileListAbsolute.txt
│   │   │       └── Debug
│   │   │           ├── ClientGobang.F_Logon.resources
│   │   │           ├── ClientGobang.F_SerSetup.resources
│   │   │           ├── ClientGobang.Frm_Chessboard.resources
│   │   │           ├── ClientGobang.Frm_Hall.resources
│   │   │           ├── ClientGobang.Properties.Resources.resources
│   │   │           ├── ClientGobang.csproj.FileListAbsolute.txt
│   │   │           ├── ClientGobang.csproj.GenerateResource.Cache
│   │   │           ├── ClientGobang.exe
│   │   │           ├── ClientGobang.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   │               └── Properties.Resources.Designer.cs.dll
│   │   ├── ClientGobang.sln
│   │   └── ClientGobang.suo
│   ├── GobangClass
│   │   ├── GobangClass
│   │   │   ├── ClassForms.cs
│   │   │   ├── ClassMsg.cs
│   │   │   ├── ClassOptionData.cs
│   │   │   ├── ClassSerializers.cs
│   │   │   ├── ClassUserInfo.cs
│   │   │   ├── ClassUsers.cs
│   │   │   ├── GobangClass.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Publec_Class.cs
│   │   │   ├── UDPSocket.Designer.cs
│   │   │   ├── UDPSocket.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── GobangClass.dll
│   │   │   │       └── GobangClass.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── GobangClass.csproj.FileListAbsolute.txt
│   │   │       │   ├── GobangClass.dll
│   │   │       │   └── GobangClass.pdb
│   │   │       ├── GobangClass.csproj.FileList.txt
│   │   │       └── GobangClass.csproj.FileListAbsolute.txt
│   │   ├── GobangClass.sln
│   │   └── GobangClass.suo
│   ├── ServerGobang
│   │   ├── ServerGobang
│   │   │   ├── Frm_Server.Designer.cs
│   │   │   ├── Frm_Server.cs
│   │   │   ├── Frm_Server.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ServerGobang.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── GobangClass.dll
│   │   │   │       ├── GobangClass.pdb
│   │   │   │       ├── ServerGobang.exe
│   │   │   │       ├── ServerGobang.pdb
│   │   │   │       ├── ServerGobang.vshost.exe
│   │   │   │       └── ServerGobang.vshost.exe.manifest
│   │   │   ├── database
│   │   │   │   ├── db_LANGobang_Data.MDF
│   │   │   │   └── db_LANGobang_Log.LDF
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── ServerGobang.Frm_Server.resources
│   │   │       │   ├── ServerGobang.Properties.Resources.resources
│   │   │       │   ├── ServerGobang.csproj.FileListAbsolute.txt
│   │   │       │   ├── ServerGobang.csproj.GenerateResource.Cache
│   │   │       │   ├── ServerGobang.exe
│   │   │       │   ├── ServerGobang.pdb
│   │   │       │   └── TempPE
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       ├── ServerGobang.csproj.FileList.txt
│   │   │       └── ServerGobang.csproj.FileListAbsolute.txt
│   │   ├── ServerGobang.sln
│   │   └── ServerGobang.suo
│   ├── database
│   │   ├── db_LANGobang_Data.MDF
│   │   └── db_LANGobang_Log.LDF
│   └── 程序使用说明.doc
├── 电话客服管理系统
│   ├── Daila
│   │   ├── Daila
│   │   │   ├── D160A.cs
│   │   │   ├── Daila.csproj
│   │   │   ├── DataBase
│   │   │   │   └── db_Dainla.mdb
│   │   │   ├── Form4.Designer.cs
│   │   │   ├── NewClass
│   │   │   │   ├── tbCustomerClass.cs
│   │   │   │   ├── tbEmployeeClass.cs
│   │   │   │   ├── tbProPathClass.cs
│   │   │   │   ├── tbProductionClass.cs
│   │   │   │   └── tbTelRecordClass.cs
│   │   │   ├── NewMehod
│   │   │   │   ├── tbCustomerMethod.cs
│   │   │   │   ├── tbDaiConnection.cs
│   │   │   │   ├── tbDistionMenthod.cs
│   │   │   │   ├── tbEmployeeMenthod.cs
│   │   │   │   ├── tbProPathMenthod.cs
│   │   │   │   ├── tbProductionMenthod.cs
│   │   │   │   └── tbTelRecordMenthod.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── 背景.bmp
│   │   │   │   ├── 取消按钮.bmp
│   │   │   │   └── 确定按钮.bmp
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Daila.exe
│   │   │   │       ├── Daila.pdb
│   │   │   │       ├── Daila.vshost.exe
│   │   │   │       ├── Daila.vshost.exe.manifest
│   │   │   │       └── DataBase
│   │   │   │           └── db_Dainla.mdb
│   │   │   ├── frmCustomer.Designer.cs
│   │   │   ├── frmCustomer.cs
│   │   │   ├── frmCustomer.resx
│   │   │   ├── frmCustomerUpdate.Designer.cs
│   │   │   ├── frmCustomerUpdate.cs
│   │   │   ├── frmCustomerUpdate.resx
│   │   │   ├── frmDai.Designer.cs
│   │   │   ├── frmDai.cs
│   │   │   ├── frmDai.resx
│   │   │   ├── frmEmployeeInfo.Designer.cs
│   │   │   ├── frmEmployeeInfo.cs
│   │   │   ├── frmEmployeeInfo.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmProd.Designer.cs
│   │   │   ├── frmProd.cs
│   │   │   ├── frmProd.resx
│   │   │   ├── frmTel.Designer.cs
│   │   │   ├── frmTel.cs
│   │   │   ├── frmTel.resx
│   │   │   ├── frmtbProPath.Designer.cs
│   │   │   ├── frmtbProPath.cs
│   │   │   ├── frmtbProPath.resx
│   │   │   ├── frmtbProPathNew.Designer.cs
│   │   │   ├── frmtbProPathNew.cs
│   │   │   ├── frmtbProPathNew.resx
│   │   │   ├── frmtbProduction.Designer.cs
│   │   │   ├── frmtbProduction.cs
│   │   │   ├── frmtbProduction.resx
│   │   │   ├── login.Designer.cs
│   │   │   ├── login.cs
│   │   │   ├── login.resx
│   │   │   └── obj
│   │   │       ├── Daila.csproj.FileList.txt
│   │   │       ├── Daila.csproj.FileListAbsolute.txt
│   │   │       ├── Debug
│   │   │       │   ├── Daila.Properties.Resources.resources
│   │   │       │   ├── Daila.csproj.FileListAbsolute.txt
│   │   │       │   ├── Daila.csproj.GenerateResource.Cache
│   │   │       │   ├── Daila.exe
│   │   │       │   ├── Daila.frmCustomer.resources
│   │   │       │   ├── Daila.frmCustomerUpdate.resources
│   │   │       │   ├── Daila.frmDai.resources
│   │   │       │   ├── Daila.frmEmployeeInfo.resources
│   │   │       │   ├── Daila.frmMain.resources
│   │   │       │   ├── Daila.frmProd.resources
│   │   │       │   ├── Daila.frmTel.resources
│   │   │       │   ├── Daila.frmtbProPath.resources
│   │   │       │   ├── Daila.frmtbProPathNew.resources
│   │   │       │   ├── Daila.frmtbProduction.resources
│   │   │       │   ├── Daila.login.resources
│   │   │       │   ├── Daila.pdb
│   │   │       │   └── TempPE
│   │   │       │       ├── DataBase.DainlaDataSet.Designer.cs.dll
│   │   │       │       ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── Daila.Properties.Resources.resources
│   │   │           ├── Daila.csproj.GenerateResource.Cache
│   │   │           ├── Daila.exe
│   │   │           ├── Daila.frmCustomer.resources
│   │   │           ├── Daila.frmCustomerAdd.resources
│   │   │           ├── Daila.frmCustomerUpdate.resources
│   │   │           ├── Daila.frmDai.resources
│   │   │           ├── Daila.frmEmployee.resources
│   │   │           ├── Daila.frmEmployeeInfo.resources
│   │   │           ├── Daila.frmMain.resources
│   │   │           ├── Daila.frmProd.resources
│   │   │           ├── Daila.frmTel.resources
│   │   │           ├── Daila.frmtbProPath.resources
│   │   │           ├── Daila.frmtbProPathNew.resources
│   │   │           ├── Daila.frmtbProduction.resources
│   │   │           ├── Daila.login.resources
│   │   │           ├── Daila.pdb
│   │   │           └── TempPE
│   │   │               └── Properties.Resources.Designer.cs.dll
│   │   ├── Daila.sln
│   │   └── Daila.suo
│   └── 程序使用说明.doc
└── 绘制饼图线图网络图等
    └── ChartComponent
        ├── Backup
        │   ├── ChartComponent.csproj
        │   ├── ChartComponent.sln
        │   ├── ChartComponent.suo
        │   ├── ChartPanel.Designer.cs
        │   ├── ChartPanel.cs
        │   ├── ChartPanel.resx
        │   └── Properties
        │       └── AssemblyInfo.cs
        ├── ChartComponent.csproj
        ├── ChartComponent.sln
        ├── ChartComponent.suo
        ├── ChartComponent.v12.suo
        ├── ChartPanel.Designer.cs
        ├── ChartPanel.cs
        ├── ChartPanel.resx
        ├── Properties
        │   └── AssemblyInfo.cs
        ├── UpgradeLog.XML
        ├── _UpgradeReport_Files
        │   ├── UpgradeReport.css
        │   ├── UpgradeReport.xslt
        │   ├── UpgradeReport_Minus.gif
        │   └── UpgradeReport_Plus.gif
        ├── bin
        │   └── Debug
        │       ├── ChartComponent.dll
        │       └── ChartComponent.pdb
        └── obj
            ├── ChartComponent.csproj.FileList.txt
            ├── ChartComponent.csproj.FileListAbsolute.txt
            └── Debug
                ├── ChartComponent.ChartPanel.resources
                ├── ChartComponent.csproj.FileListAbsolute.txt
                ├── ChartComponent.csproj.GenerateResource.Cache
                ├── ChartComponent.dll
                ├── ChartComponent.pdb
                ├── DesignTimeResolveAssemblyReferences.cache
                ├── DesignTimeResolveAssemblyReferencesInput.cache
                └── TempPE

383 directories, 1951 files


标签: 应用 源码

实例下载地址

C# 22个高级应用源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警