实例介绍
【实例简介】C# 开发典型模块大全 (修订版)源代码 明日科技
说明:《C#开发典型模块大全 (修订版)》 随书源代码 人民邮电出版社 明日科技出版
文件清单
└── C#开发典型模块大全 (修订版) (源代码)
├── VS2005
│ ├── 02
│ │ ├── MyQQ
│ │ │ ├── DataBase
│ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ ├── MyQQClient
│ │ │ │ ├── MyQQClient
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ ├── F_Chat.cs
│ │ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ │ ├── F_Chat.resx
│ │ │ │ │ ├── F_Client.cs
│ │ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ │ ├── F_Client.resx
│ │ │ │ │ ├── F_Logon.cs
│ │ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ │ ├── F_Logon.resx
│ │ │ │ │ ├── F_SerSetup.cs
│ │ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ │ ├── F_SerSetup.resx
│ │ │ │ │ ├── Image
│ │ │ │ │ │ ├── 0.bmp
│ │ │ │ │ │ ├── 1.bmp
│ │ │ │ │ │ ├── center.jpg
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ │ ├── man.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
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ └── 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
│ │ │ │ │ │ ├── QQ
│ │ │ │ │ │ │ └── QQ
│ │ │ │ │ │ │ ├── QQ主界面原稿.bmp
│ │ │ │ │ │ │ ├── QQ登录界面原稿.bmp
│ │ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ │ └── 标题下面的部分.png
│ │ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── video_03.png
│ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ ├── 标题下面的部分.png
│ │ │ │ │ │ └── 登录_03.jpg
│ │ │ │ │ ├── MyQQClient.csproj
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MyQQClient.sln
│ │ │ │ └── MyQQClient.suo
│ │ │ ├── MyQQServer
│ │ │ │ ├── MyQQServer
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ │ └── x86
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ │ ├── DataBase
│ │ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ │ │ ├── F_Server.cs
│ │ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ │ ├── F_Server.resx
│ │ │ │ │ ├── MyQQServer.csproj
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQServer.csproj.FileList.txt
│ │ │ │ │ │ └── x86
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── MyQQ.sln
│ │ │ │ └── MyQQ.suo
│ │ │ └── QQClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QQClass.dll
│ │ │ │ └── QQClass.pdb
│ │ │ ├── ClassForms.cs
│ │ │ ├── ClassMsg.cs
│ │ │ ├── ClassOptionData.cs
│ │ │ ├── ClassSerializers.cs
│ │ │ ├── ClassUserInfo.cs
│ │ │ ├── ClassUsers.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ ├── QQClass.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── QQClass.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ └── QQClass.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Publec_Class.cs
│ │ │ ├── QQClass.csproj
│ │ │ ├── UDPSocket.cs
│ │ │ ├── UDPSocket.Designer.cs
│ │ │ └── Video.cs
│ │ └── 程序使用说明.doc
│ ├── 03
│ │ ├── SQL-Distill
│ │ │ ├── SQL-Distill
│ │ │ │ ├── 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
│ │ │ │ ├── frmAppend.cs
│ │ │ │ ├── frmAppend.Designer.cs
│ │ │ │ ├── frmAppend.resx
│ │ │ │ ├── frmBackup.cs
│ │ │ │ ├── frmBackup.Designer.cs
│ │ │ │ ├── frmBackup.resx
│ │ │ │ ├── frmDataExport.cs
│ │ │ │ ├── frmDataExport.Designer.cs
│ │ │ │ ├── frmDataExport.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOutData.cs
│ │ │ │ ├── frmOutData.Designer.cs
│ │ │ │ ├── frmOutData.resx
│ │ │ │ ├── frmRevert.cs
│ │ │ │ ├── frmRevert.Designer.cs
│ │ │ │ ├── frmRevert.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ │ ├── Interop.SQLDMO.dll
│ │ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── SQL-Distill.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── SQL-Distill.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── SQL-Distill.exe
│ │ │ │ │ │ ├── SQL_Distill.frmAppend.resources
│ │ │ │ │ │ ├── SQL_Distill.frmBackup.resources
│ │ │ │ │ │ ├── SQL_Distill.frmDataExport.resources
│ │ │ │ │ │ ├── SQL_Distill.frmMain.resources
│ │ │ │ │ │ ├── SQL_Distill.frmOutData.resources
│ │ │ │ │ │ ├── SQL_Distill.frmRevert.resources
│ │ │ │ │ │ ├── SQL-Distill.pdb
│ │ │ │ │ │ ├── SQL_Distill.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── SQL-Distill.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SQL-Distill.csproj
│ │ │ ├── SQL-Distill.sln
│ │ │ └── SQL-Distill.suo
│ │ └── 程序使用说明.doc
│ ├── 04
│ │ ├── DataBase
│ │ │ ├── db_AllFind_Data.MDF
│ │ │ └── db_AllFind_Log.LDF
│ │ ├── FullFind
│ │ │ ├── FullFind
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ └── FullFind.pdb
│ │ │ │ ├── Frm_IfFind.cs
│ │ │ │ ├── Frm_IfFind.Designer.cs
│ │ │ │ ├── Frm_IfFind.resx
│ │ │ │ ├── FullFind.csproj
│ │ │ │ ├── ModuleClass
│ │ │ │ │ ├── DataClass.cs
│ │ │ │ │ └── FrmClass.cs
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FullFind.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ │ ├── FullFind.Frm_IfFind.resources
│ │ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── FullFind.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FullFind.sln
│ │ │ └── FullFind.suo
│ │ ├── TransferFormality
│ │ │ ├── TransferFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AllFind.exe
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ │ ├── TransferFormality.Form1.resources
│ │ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferFormality.csproj
│ │ │ ├── TransferFormality.sln
│ │ │ └── TransferFormality.suo
│ │ └── 程序使用说明.doc
│ ├── 05
│ │ ├── DataBase
│ │ │ ├── db_mrsql_Data.MDF
│ │ │ └── db_mrsql_Log.LDF
│ │ ├── DLLFullPrint
│ │ │ ├── DLLFullPrint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ └── DLLFullPrint.pdb
│ │ │ │ ├── DLLFullPrint.csproj
│ │ │ │ ├── Frm_PrintSet.cs
│ │ │ │ ├── Frm_PrintSet.Designer.cs
│ │ │ │ ├── Frm_PrintSet.resx
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DLLFullPrint.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ │ ├── DLLFullPrint.Frm_PrintSet.resources
│ │ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ └── DLLFullPrint.csproj.FileList.txt
│ │ │ │ ├── PrintClass.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DLLFullPrint.sln
│ │ │ └── DLLFullPrint.suo
│ │ ├── TransferPrint
│ │ │ ├── TransferPrint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ └── TransferPrint.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferPrint.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ │ ├── TransferPrint.Form1.resources
│ │ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ │ └── TransferPrint.Properties.Resources.resources
│ │ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TransferPrint.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferPrint.csproj
│ │ │ ├── TransferPrint.sln
│ │ │ └── TransferPrint.suo
│ │ └── 程序使用说明.doc
│ ├── 06
│ │ ├── ChartComponent
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ └── ChartComponent.pdb
│ │ │ ├── ChartComponent.csproj
│ │ │ ├── ChartPanel.cs
│ │ │ ├── ChartPanel.Designer.cs
│ │ │ ├── ChartPanel.resx
│ │ │ ├── obj
│ │ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DataBase
│ │ │ ├── MR_Distribution_Data.MDF
│ │ │ └── MR_Distribution_Log.LDF
│ │ ├── Rendering
│ │ │ ├── Rendering
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChartComponent.dll
│ │ │ │ │ ├── ChartComponent.pdb
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ └── Rendering.pdb
│ │ │ │ ├── Frm_Appear.cs
│ │ │ │ ├── Frm_Appear.Designer.cs
│ │ │ │ ├── Frm_Appear.resx
│ │ │ │ ├── Frm_Stat.cs
│ │ │ │ ├── Frm_Stat.Designer.cs
│ │ │ │ ├── Frm_Statistics.cs
│ │ │ │ ├── Frm_Statistics.Designer.cs
│ │ │ │ ├── Frm_Statistics.resx
│ │ │ │ ├── Frm_Stat.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Appear.bmp
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── ModuleClass
│ │ │ │ │ ├── DataClass.cs
│ │ │ │ │ └── FrmClass.cs
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── Rendering.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ │ ├── Rendering.Frm_Appear.resources
│ │ │ │ │ │ ├── Rendering.Frm_Statistics.resources
│ │ │ │ │ │ ├── Rendering.Frm_Stat.resources
│ │ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ │ ├── Rendering.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ │ └── Rendering.csproj.FileList.txt
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ └── Resources.resx
│ │ │ │ └── Rendering.csproj
│ │ │ ├── Rendering.sln
│ │ │ └── Rendering.suo
│ │ ├── TransferFormality
│ │ │ ├── TransferFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChartComponent.dll
│ │ │ │ │ ├── ChartComponent.pdb
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.vshost.exe
│ │ │ │ ├── MyMain.cs
│ │ │ │ ├── MyMain.Designer.cs
│ │ │ │ ├── MyMain.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ │ ├── TransferFormality.MyMain.resources
│ │ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferFormality.csproj
│ │ │ ├── TransferFormality.sln
│ │ │ └── TransferFormality.suo
│ │ └── 程序使用说明.doc
│ ├── 07
│ │ └── ChartComponent
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ChartComponent.dll
│ │ │ └── ChartComponent.pdb
│ │ ├── ChartComponent.csproj
│ │ ├── ChartPanel.cs
│ │ ├── ChartPanel.Designer.cs
│ │ ├── ChartPanel.resx
│ │ ├── obj
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ ├── ChartComponent.dll
│ │ │ ├── ChartComponent.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── 08
│ │ ├── EmailManage
│ │ │ ├── EmailManage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AttachFiles
│ │ │ │ │ │ ├── 111@163.com
│ │ │ │ │ │ │ ├── 20080729044307.msg
│ │ │ │ │ │ │ └── 20080729044402.msg
│ │ │ │ │ │ ├── mr@163.com
│ │ │ │ │ │ └── mrbccd@163.com
│ │ │ │ │ ├── EmailManage.exe
│ │ │ │ │ ├── EmailManage.pdb
│ │ │ │ │ └── EmailManage.vshost.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ └── Database.cs
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_EmailManage_Data.MDF
│ │ │ │ │ └── db_EmailManage_Log.LDF
│ │ │ │ ├── EmailManage.csproj
│ │ │ │ ├── frmEmailInfo.cs
│ │ │ │ ├── frmEmailInfo.Designer.cs
│ │ │ │ ├── frmEmailInfo.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.Designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ ├── frmUserManage.cs
│ │ │ │ ├── frmUserManage.Designer.cs
│ │ │ │ ├── frmUserManage.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 头像.ico
│ │ │ │ │ ├── 标题.ico
│ │ │ │ │ ├── 电子邮件登录.bmp
│ │ │ │ │ └── 登录.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── EmailManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── EmailManage.csproj.FileListAbsolute.txt
│ │ │ │ │ └── EmailManage.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EmailManage.sln
│ │ │ └── EmailManage.suo
│ │ └── 程序使用说明.doc
│ ├── 09
│ │ ├── SMS
│ │ │ ├── SMS
│ │ │ │ ├── BaseClass
│ │ │ │ │ ├── ConnClass.cs
│ │ │ │ │ └── GSM.cs
│ │ │ │ ├── BaseInfo
│ │ │ │ │ ├── frmAddDy.cs
│ │ │ │ │ ├── frmAddDy.Designer.cs
│ │ │ │ │ ├── frmAddDy.resx
│ │ │ │ │ ├── frmAddUser.cs
│ │ │ │ │ ├── frmAddUser.Designer.cs
│ │ │ │ │ ├── frmAddUser.resx
│ │ │ │ │ ├── frmCydy.cs
│ │ │ │ │ ├── frmCydy.Designer.cs
│ │ │ │ │ ├── frmCydy.resx
│ │ │ │ │ ├── frmDyChange.cs
│ │ │ │ │ ├── frmDyChange.Designer.cs
│ │ │ │ │ ├── frmDyChange.resx
│ │ │ │ │ ├── frmTel.cs
│ │ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ │ └── frmTel.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── DataBase
│ │ │ │ │ │ └── db_SMS.mdb
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── SMS.exe
│ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ └── SMS.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_SMS.mdb
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 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
│ │ │ │ │ └── 登录
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消按钮.gif
│ │ │ │ │ ├── 用户登录背景.bmp
│ │ │ │ │ └── 登录按钮.gif
│ │ │ │ ├── MsgManage
│ │ │ │ │ ├── frmDy.cs
│ │ │ │ │ ├── frmDy.Designer.cs
│ │ │ │ │ ├── frmDy.resx
│ │ │ │ │ ├── frmResvice.cs
│ │ │ │ │ ├── frmResvice.Designer.cs
│ │ │ │ │ ├── frmResvice.resx
│ │ │ │ │ ├── frmSendSMS.cs
│ │ │ │ │ ├── frmSendSMS.Designer.cs
│ │ │ │ │ ├── frmSendSMS.resx
│ │ │ │ │ ├── frmSmsXX.cs
│ │ │ │ │ ├── frmSmsXX.Designer.cs
│ │ │ │ │ ├── frmSmsXX.resx
│ │ │ │ │ ├── frmTelNote.cs
│ │ │ │ │ ├── frmTelNote.Designer.cs
│ │ │ │ │ ├── frmTelNote.resx
│ │ │ │ │ ├── frmYfxx.cs
│ │ │ │ │ ├── frmYfxx.Designer.cs
│ │ │ │ │ └── frmYfxx.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── SMS.AboutBox1.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.frmDyChange.resources
│ │ │ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── SMS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── SMS.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── SMS.csproj
│ │ │ │ ├── SMS.csproj.user
│ │ │ │ └── SysManage
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── frmChangePwd.cs
│ │ │ │ ├── frmChangePwd.Designer.cs
│ │ │ │ ├── frmChangePwd.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.Designer.cs
│ │ │ │ └── frmLock.resx
│ │ │ ├── SMS.sln
│ │ │ └── SMS.suo
│ │ └── 程序使用说明.doc
│ ├── 10
│ │ ├── MyDesktop
│ │ │ ├── MyDesktop
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── db_MyDesktop.mdb
│ │ │ │ │ ├── MyDesktop.exe
│ │ │ │ │ ├── MyDesktop.pdb
│ │ │ │ │ └── MyDesktop.vshost.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ ├── DataOperate.cs
│ │ │ │ │ ├── DateConvert.cs
│ │ │ │ │ ├── HolidayManage.cs
│ │ │ │ │ ├── RemindManage.cs
│ │ │ │ │ └── WinSetManage.cs
│ │ │ │ ├── frmHoliday.cs
│ │ │ │ ├── frmHoliday.Designer.cs
│ │ │ │ ├── frmHoliday.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOperateHoliday.cs
│ │ │ │ ├── frmOperateHoliday.Designer.cs
│ │ │ │ ├── frmOperateHoliday.resx
│ │ │ │ ├── frmOperateRemind.cs
│ │ │ │ ├── frmOperateRemind.Designer.cs
│ │ │ │ ├── frmOperateRemind.resx
│ │ │ │ ├── frmRemind.cs
│ │ │ │ ├── frmRemind.Designer.cs
│ │ │ │ ├── frmRemind.resx
│ │ │ │ ├── frmWinSet.cs
│ │ │ │ ├── frmWinSet.Designer.cs
│ │ │ │ ├── frmWinSet.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.ico
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MyDesktop.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── MyDesktop.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── MyDesktop.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyDesktop.sln
│ │ │ └── MyDesktop.suo
│ │ └── 程序使用说明.doc
│ ├── 11
│ │ ├── FileManage
│ │ │ ├── FileManage
│ │ │ │ ├── AboutBox.cs
│ │ │ │ ├── AboutBox.Designer.cs
│ │ │ │ ├── AboutBox.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── clear.bat
│ │ │ │ │ ├── FileManage.exe
│ │ │ │ │ ├── FileManage.pdb
│ │ │ │ │ ├── FileManage.vshost.exe
│ │ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── CommonClass
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── FileManage.csproj
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmRepeat.cs
│ │ │ │ ├── frmRepeat.Designer.cs
│ │ │ │ ├── frmRepeat.resx
│ │ │ │ ├── frmSplit.cs
│ │ │ │ ├── frmSplit.Designer.cs
│ │ │ │ ├── frmSplit.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.ico
│ │ │ │ │ ├── 2.ico
│ │ │ │ │ ├── 3.ico
│ │ │ │ │ ├── 4.ico
│ │ │ │ │ ├── 5.ico
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FileManage.AboutBox.resources
│ │ │ │ │ │ ├── FileManage.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FileManage.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── FileManage.exe
│ │ │ │ │ │ ├── FileManage.frmMain.resources
│ │ │ │ │ │ ├── FileManage.frmRepeat.resources
│ │ │ │ │ │ ├── FileManage.frmSplit.resources
│ │ │ │ │ │ ├── FileManage.pdb
│ │ │ │ │ │ ├── FileManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── FileManage.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FileManage.sln
│ │ │ └── FileManage.suo
│ │ └── 程序使用说明.doc
│ ├── 12
│ │ ├── PictureManage
│ │ │ ├── PictureManage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PictureManage.exe
│ │ │ │ │ ├── PictureManage.pdb
│ │ │ │ │ └── PictureManage.vshost.exe
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmPicAdjust.cs
│ │ │ │ ├── frmPicAdjust.Designer.cs
│ │ │ │ ├── frmPicAdjust.resx
│ │ │ │ ├── frmPictureMax.cs
│ │ │ │ ├── frmPictureMax.Designer.cs
│ │ │ │ ├── frmPictureMax.resx
│ │ │ │ ├── frmRename.cs
│ │ │ │ ├── frmRename.Designer.cs
│ │ │ │ ├── frmRename.resx
│ │ │ │ ├── frmSlide.cs
│ │ │ │ ├── frmSlide.Designer.cs
│ │ │ │ ├── frmSlide.resx
│ │ │ │ ├── frmSpecialEfficacy.cs
│ │ │ │ ├── frmSpecialEfficacy.Designer.cs
│ │ │ │ ├── frmSpecialEfficacy.resx
│ │ │ │ ├── frmWater.cs
│ │ │ │ ├── frmWater.Designer.cs
│ │ │ │ ├── frmWater.resx
│ │ │ │ ├── ImageFolder
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 上.ico
│ │ │ │ │ ├── 下.ico
│ │ │ │ │ ├── 保存1.ico
│ │ │ │ │ ├── 保存2.png
│ │ │ │ │ ├── 保存3.png
│ │ │ │ │ ├── 保存.png
│ │ │ │ │ ├── 保存退出.ico
│ │ │ │ │ ├── 删除.ico
│ │ │ │ │ ├── 刷新.ico
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 图标 (58).ico
│ │ │ │ │ ├── 打印.ico
│ │ │ │ │ ├── 打开.ico
│ │ │ │ │ ├── 播放.ico
│ │ │ │ │ ├── 旋转.ico
│ │ │ │ │ ├── 暂停.ico
│ │ │ │ │ ├── 预览1.png
│ │ │ │ │ └── 预览.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── PictureManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── PictureManage.csproj.FileListAbsolute.txt
│ │ │ │ │ └── PictureManage.csproj.FileList.txt
│ │ │ │ ├── PictureManage.csproj
│ │ │ │ ├── PictureManage.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TemporaryFolder
│ │ │ │ ├── 105.JPG
│ │ │ │ ├── 14.JPG
│ │ │ │ └── Thumbs.db
│ │ │ ├── PictureManage.sln
│ │ │ └── PictureManage.suo
│ │ └── 程序使用说明.doc
│ ├── 13
│ │ ├── FTP-LS2
│ │ │ └── FTP-LS
│ │ │ └── FTP-LS
│ │ │ ├── FTP-LS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ └── FTP-LS.vshost.exe
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmNewFolder.cs
│ │ │ │ ├── frmNewFolder.Designer.cs
│ │ │ │ ├── frmNewFolder.resx
│ │ │ │ ├── FTPClass
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── FTPImages
│ │ │ │ │ ├── ftp.ico
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ww.png
│ │ │ │ │ ├── 上传.ico
│ │ │ │ │ ├── 下载.ico
│ │ │ │ │ ├── 全选.ico
│ │ │ │ │ ├── 删除.ico
│ │ │ │ │ ├── 剪切.ico
│ │ │ │ │ ├── 复制.ico
│ │ │ │ │ ├── 打开.ico
│ │ │ │ │ ├── 新建.ico
│ │ │ │ │ ├── 清空.ico
│ │ │ │ │ ├── 粘贴.ico
│ │ │ │ │ ├── 退出.ico
│ │ │ │ │ └── 重命名.ico
│ │ │ │ ├── FTP-LS.csproj
│ │ │ │ ├── FTP-LS.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FTP-LS.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ │ ├── FTP_LS.frmMain.resources
│ │ │ │ │ │ ├── FTP_LS.frmNewFolder.resources
│ │ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ │ ├── FTP_LS.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── FTP-LS.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FTP-LS.sln
│ │ │ └── FTP-LS.suo
│ │ └── 程序使用说明.doc
│ ├── 14
│ │ ├── MagicCony
│ │ │ ├── MagicCony
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConyData.mdb
│ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ ├── MagicCony.exe
│ │ │ │ │ ├── MagicCony.pdb
│ │ │ │ │ └── MagicCony.vshost.exe
│ │ │ │ ├── ConyData.mdb
│ │ │ │ ├── frmCheck.cs
│ │ │ │ ├── frmCheck.Designer.cs
│ │ │ │ ├── frmCheck.resx
│ │ │ │ ├── frmCloseWindows.cs
│ │ │ │ ├── frmCloseWindows.Designer.cs
│ │ │ │ ├── frmCloseWindows.resx
│ │ │ │ ├── frmCony.cs
│ │ │ │ ├── frmCony.Designer.cs
│ │ │ │ ├── frmCony.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmSetPassword.cs
│ │ │ │ ├── frmSetPassword.Designer.cs
│ │ │ │ ├── frmSetPassword.resx
│ │ │ │ ├── frmSystemCheck.cs
│ │ │ │ ├── frmSystemCheck.Designer.cs
│ │ │ │ ├── frmSystemCheck.resx
│ │ │ │ ├── frmSystemOptimize.cs
│ │ │ │ ├── frmSystemOptimize.Designer.cs
│ │ │ │ ├── frmSystemOptimize.resx
│ │ │ │ ├── HTMLPage1.htm
│ │ │ │ ├── Images
│ │ │ │ │ ├── 00.jpg
│ │ │ │ │ ├── a1_03.jpg
│ │ │ │ │ ├── {A517F4CE-3605-4B3E-865C-7D84F59C539C}.bmp
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── title_bg_quit.gif
│ │ │ │ │ ├── up_56.png
│ │ │ │ │ ├── up_60.png
│ │ │ │ │ ├── zx.png
│ │ │ │ │ ├── 发送到菜单1_03.jpg
│ │ │ │ │ ├── 发送到菜单2_07.jpg
│ │ │ │ │ ├── 发送到菜单3_10.jpg
│ │ │ │ │ ├── 发送到菜单56_10.jpg
│ │ │ │ │ ├── 图标 (57).ico
│ │ │ │ │ ├── 图标 (58).ico
│ │ │ │ │ ├── 图标 (5).PNG
│ │ │ │ │ ├── 系统优化_07.jpg
│ │ │ │ │ ├── 系统优化_09.jpg
│ │ │ │ │ ├── 系统优化_11.jpg
│ │ │ │ │ ├── 系统优化_13.jpg
│ │ │ │ │ ├── 系统优化bg_06.jpg
│ │ │ │ │ ├── 系统优化tou_03.jpg
│ │ │ │ │ ├── 系统检测_03.jpg
│ │ │ │ │ ├── 系统检测bg_06.jpg
│ │ │ │ │ ├── 系统检测tc_07.jpg
│ │ │ │ │ ├── 背景_03.jpg
│ │ │ │ │ └── 魔法兔子主界面_03.jpg
│ │ │ │ ├── MagicCony.csproj
│ │ │ │ ├── MagicCony.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── MagicCony.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MagicCony.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── PublicClass.cs
│ │ │ ├── MagicCony.sln
│ │ │ └── MagicCony.suo
│ │ └── 程序使用说明.doc
│ ├── 15
│ │ ├── Exam
│ │ │ ├── Exam
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Exam.exe
│ │ │ │ │ ├── Exam.pdb
│ │ │ │ │ └── Exam.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_Exam_Data.MDF
│ │ │ │ │ └── db_Exam_Log.LDF
│ │ │ │ ├── Exam.csproj
│ │ │ │ ├── frmAdminAddJudgeExam.cs
│ │ │ │ ├── frmAdminAddJudgeExam.Designer.cs
│ │ │ │ ├── frmAdminAddJudgeExam.resx
│ │ │ │ ├── frmAdminAddSelectExam.cs
│ │ │ │ ├── frmAdminAddSelectExam.Designer.cs
│ │ │ │ ├── frmAdminAddSelectExam.resx
│ │ │ │ ├── frmAdminExamSet.cs
│ │ │ │ ├── frmAdminExamSet.Designer.cs
│ │ │ │ ├── frmAdminExamSet.resx
│ │ │ │ ├── frmAdminFillExam.cs
│ │ │ │ ├── frmAdminFillExam.Designer.cs
│ │ │ │ ├── frmAdminFillExam.resx
│ │ │ │ ├── frmAdminFindScore.cs
│ │ │ │ ├── frmAdminFindScore.Designer.cs
│ │ │ │ ├── frmAdminFindScore.resx
│ │ │ │ ├── frmAdminManage.cs
│ │ │ │ ├── frmAdminManage.Designer.cs
│ │ │ │ ├── frmAdminManage.resx
│ │ │ │ ├── frmAdminStudent.cs
│ │ │ │ ├── frmAdminStudent.Designer.cs
│ │ │ │ ├── frmAdminStudent.resx
│ │ │ │ ├── frmChangePwd.cs
│ │ │ │ ├── frmChangePwd.Designer.cs
│ │ │ │ ├── frmChangePwd.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmStartExam.cs
│ │ │ │ ├── frmStartExam.Designer.cs
│ │ │ │ ├── frmStartExam.resx
│ │ │ │ ├── frmStudentExam.cs
│ │ │ │ ├── frmStudentExam.Designer.cs
│ │ │ │ ├── frmStudentExam.resx
│ │ │ │ ├── ImageFolder
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 加载界面.bmp
│ │ │ │ │ ├── 学生登录成功窗体.bmp
│ │ │ │ │ ├── 清空按钮.bmp
│ │ │ │ │ ├── 登录按钮.bmp
│ │ │ │ │ ├── 登录界面背景.bmp
│ │ │ │ │ └── 退出按钮.bmp
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Exam.AboutBox1.resources
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── Exam.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Exam.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Exam.sln
│ │ │ └── Exam.suo
│ │ └── 程序使用说明.doc
│ ├── 16
│ │ ├── MyWebIE
│ │ │ ├── MyWebIE
│ │ │ │ ├── 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
│ │ │ │ ├── IEImage
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 主页.ico
│ │ │ │ │ ├── 停止.ico
│ │ │ │ │ ├── 刷新.ico
│ │ │ │ │ ├── 前进.ico
│ │ │ │ │ ├── 后退.ico
│ │ │ │ │ ├── 打印.ico
│ │ │ │ │ ├── 搜索.ico
│ │ │ │ │ ├── 新建.ico
│ │ │ │ │ ├── 浏览器.ico
│ │ │ │ │ └── 转到.ico
│ │ │ │ ├── MyWebIE.csproj
│ │ │ │ ├── MyWebIE.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ │ ├── MyWebIE.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyWebIE.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── MyWebIE.exe
│ │ │ │ │ │ ├── MyWebIE.frmIE.resources
│ │ │ │ │ │ ├── MyWebIE.frmNeatenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.frmOpenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.frmSource.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmIE.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmNeatenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmOpenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmSource.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.Properties.Resources.resources
│ │ │ │ │ │ ├── MyWebIE.pdb
│ │ │ │ │ │ ├── MyWebIE.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── MyWebIE.csproj.FileListAbsolute.txt
│ │ │ │ │ └── MyWebIE.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UrlTxt.txt
│ │ │ ├── MyWebIE.sln
│ │ │ └── MyWebIE.suo
│ │ └── 程序使用说明.doc
│ ├── 17
│ │ ├── Daila
│ │ │ ├── Daila
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ └── Daila.vshost.exe
│ │ │ │ ├── D160A.cs
│ │ │ │ ├── Daila.csproj
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_Dainla.mdb
│ │ │ │ ├── Form4.Designer.cs
│ │ │ │ ├── frmCustomer.cs
│ │ │ │ ├── frmCustomer.Designer.cs
│ │ │ │ ├── frmCustomer.resx
│ │ │ │ ├── frmCustomerUpdate.cs
│ │ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ │ ├── frmCustomerUpdate.resx
│ │ │ │ ├── frmDai.cs
│ │ │ │ ├── frmDai.Designer.cs
│ │ │ │ ├── frmDai.resx
│ │ │ │ ├── frmEmployeeInfo.cs
│ │ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ │ ├── frmEmployeeInfo.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmProd.cs
│ │ │ │ ├── frmProd.Designer.cs
│ │ │ │ ├── frmProd.resx
│ │ │ │ ├── frmtbProduction.cs
│ │ │ │ ├── frmtbProduction.Designer.cs
│ │ │ │ ├── frmtbProduction.resx
│ │ │ │ ├── frmtbProPath.cs
│ │ │ │ ├── frmtbProPath.Designer.cs
│ │ │ │ ├── frmtbProPathNew.cs
│ │ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ │ ├── frmtbProPathNew.resx
│ │ │ │ ├── frmtbProPath.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ ├── frmTel.resx
│ │ │ │ ├── login.cs
│ │ │ │ ├── login.Designer.cs
│ │ │ │ ├── login.resx
│ │ │ │ ├── NewClass
│ │ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ │ ├── tbProductionClass.cs
│ │ │ │ │ ├── tbProPathClass.cs
│ │ │ │ │ └── tbTelRecordClass.cs
│ │ │ │ ├── NewMehod
│ │ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Daila.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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.frmtbProduction.resources
│ │ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消按钮.bmp
│ │ │ │ │ ├── 确定按钮.bmp
│ │ │ │ │ └── 背景.bmp
│ │ │ │ └── Voice
│ │ │ ├── Daila.sln
│ │ │ └── Daila.suo
│ │ └── 程序使用说明.doc
│ ├── 18
│ │ ├── PlayApparatus
│ │ │ ├── PlayApparatus
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── FrmClassDepot.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ ├── PlayApparatus.vshost.exe
│ │ │ │ │ └── 默认.m3u
│ │ │ │ ├── FrmClass.cs
│ │ │ │ ├── Frm_Libretto.cs
│ │ │ │ ├── Frm_Libretto.Designer.cs
│ │ │ │ ├── Frm_Libretto.resx
│ │ │ │ ├── Frm_ListBox.cs
│ │ │ │ ├── Frm_ListBox.Designer.cs
│ │ │ │ ├── Frm_ListBox.resx
│ │ │ │ ├── Frm_Play.cs
│ │ │ │ ├── Frm_Play.Designer.cs
│ │ │ │ ├── Frm_Play.resx
│ │ │ │ ├── Frm_Screen.cs
│ │ │ │ ├── Frm_Screen.Designer.cs
│ │ │ │ ├── Frm_Screen.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── EQ.png
│ │ │ │ │ ├── EQ变.png
│ │ │ │ │ ├── LRC.png
│ │ │ │ │ ├── LRC变.png
│ │ │ │ │ ├── PL.png
│ │ │ │ │ ├── PL变.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── WF.png
│ │ │ │ │ ├── WF变.png
│ │ │ │ │ ├── 停止按钮.png
│ │ │ │ │ ├── 停止按钮变.png
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 关闭按钮变色.jpg
│ │ │ │ │ ├── 内部边框.png
│ │ │ │ │ ├── 列表导航.png
│ │ │ │ │ ├── 前进按钮.png
│ │ │ │ │ ├── 前进按钮变.png
│ │ │ │ │ ├── 右侧边框.png
│ │ │ │ │ ├── 后退按钮.png
│ │ │ │ │ ├── 后退按钮变.png
│ │ │ │ │ ├── 左侧边框(1).png
│ │ │ │ │ ├── 左侧边框.png
│ │ │ │ │ ├── 底1.png
│ │ │ │ │ ├── 底2.png
│ │ │ │ │ ├── 底3.png
│ │ │ │ │ ├── 底部边框1.png
│ │ │ │ │ ├── 底部边框2.png
│ │ │ │ │ ├── 底部边框3.png
│ │ │ │ │ ├── 底部边框.png
│ │ │ │ │ ├── 总标题1.png
│ │ │ │ │ ├── 总标题2.png
│ │ │ │ │ ├── 总标题3.png
│ │ │ │ │ ├── 总标题.png
│ │ │ │ │ ├── 打开文件列表.png
│ │ │ │ │ ├── 打开文件列表变.png
│ │ │ │ │ ├── 控件背是.png
│ │ │ │ │ ├── 控件背景.png
│ │ │ │ │ ├── 播放列表关闭按钮变.png
│ │ │ │ │ ├── 播放列表的关闭按钮原.png
│ │ │ │ │ ├── 播放器背景1.png
│ │ │ │ │ ├── 播放器背景2.png
│ │ │ │ │ ├── 播放器背景.png
│ │ │ │ │ ├── 播放器背景下.png
│ │ │ │ │ ├── 播放器背景中.png
│ │ │ │ │ ├── 播放按钮.png
│ │ │ │ │ ├── 播放按钮变.png
│ │ │ │ │ ├── 暂停按钮.png
│ │ │ │ │ ├── 暂停按钮变.png
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 最小化按钮变色.jpg
│ │ │ │ │ ├── 标题栏.png
│ │ │ │ │ ├── 歌词秀.png
│ │ │ │ │ ├── 滚动.png
│ │ │ │ │ ├── 滚动变色.png
│ │ │ │ │ ├── 滚动块.png
│ │ │ │ │ ├── 背景.png
│ │ │ │ │ ├── 音量按钮.png
│ │ │ │ │ ├── 音量按钮变色.png
│ │ │ │ │ ├── 音量滚动.png
│ │ │ │ │ ├── 音量滚动变色.png
│ │ │ │ │ └── 音量滚动块.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── PlayApparatus.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── PlayApparatus.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ │ ├── PlayApparatus.Frm_Libretto.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_ListBox.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_Play.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_Screen.resources
│ │ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ │ ├── PlayApparatus.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ │ └── PlayApparatus.csproj.FileList.txt
│ │ │ │ ├── PlayApparatus.csproj
│ │ │ │ ├── PlayApparatus.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PlayApparatus.sln
│ │ │ └── PlayApparatus.suo
│ │ └── 程序使用说明.doc
│ ├── 19
│ │ ├── ScreenKinescope
│ │ │ ├── ScreenKinescope
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Data
│ │ │ │ │ │ └── ScreenData.mdb
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ │ └── ScreenKinescope.vshost.exe
│ │ │ │ ├── ClassFolder
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── ConverrtAviToBmp
│ │ │ │ ├── Data
│ │ │ │ │ └── ScreenData.mdb
│ │ │ │ ├── frmGeneral.cs
│ │ │ │ ├── frmGeneral.Designer.cs
│ │ │ │ ├── frmGeneral.resx
│ │ │ │ ├── frmScreen.cs
│ │ │ │ ├── frmScreen.Designer.cs
│ │ │ │ ├── frmScreen.resx
│ │ │ │ ├── frmVideoManager.cs
│ │ │ │ ├── frmVideoManager.Designer.cs
│ │ │ │ ├── frmVideoManager.resx
│ │ │ │ ├── Images
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── 3.png
│ │ │ │ │ ├── 4.png
│ │ │ │ │ ├── 5.png
│ │ │ │ │ ├── a.png
│ │ │ │ │ ├── b.png
│ │ │ │ │ ├── c.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 停止1.png
│ │ │ │ │ ├── 关闭.png
│ │ │ │ │ ├── 分割.png
│ │ │ │ │ ├── 前一帧.png
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 后一帧.png
│ │ │ │ │ ├── 图.jpg
│ │ │ │ │ ├── 图标 (14).ico
│ │ │ │ │ ├── 图标 (30).ico
│ │ │ │ │ ├── 定位.png
│ │ │ │ │ ├── 录像.ico
│ │ │ │ │ ├── 录像.png
│ │ │ │ │ ├── 暂停.png
│ │ │ │ │ ├── 浏览.png
│ │ │ │ │ └── 确定.png
│ │ │ │ ├── MyPictures
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ScreenKinescope.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ScreenKinescope.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ │ │ ├── ScreenKinescope.frmGeneral.resources
│ │ │ │ │ │ ├── ScreenKinescope.frmScreen.resources
│ │ │ │ │ │ ├── ScreenKinescope.frmVideoManager.resources
│ │ │ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ │ │ ├── ScreenKinescope.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── Screen.dll
│ │ │ │ │ ├── ScreenKinescope.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ScreenKinescope.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── ScreenKinescope.csproj
│ │ │ │ └── ScreenKinescope.csproj.user
│ │ │ ├── ScreenKinescope.sln
│ │ │ └── ScreenKinescope.suo
│ │ └── 程序使用说明.doc
│ ├── 20
│ │ ├── DispelFormality
│ │ │ ├── DispelFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ ├── DispelFormality.TXT
│ │ │ │ │ └── DispelFormality.vshost.exe
│ │ │ │ ├── DispelFormality.csproj
│ │ │ │ ├── Frm_Dispel.cs
│ │ │ │ ├── Frm_Dispel.Designer.cs
│ │ │ │ ├── Frm_Dispel.resx
│ │ │ │ ├── Frm_Logon.cs
│ │ │ │ ├── Frm_Logon.Designer.cs
│ │ │ │ ├── Frm_Logon.resx
│ │ │ │ ├── Frm_Main.cs
│ │ │ │ ├── Frm_Main.Designer.cs
│ │ │ │ ├── Frm_Main.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── DispelFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DispelFormality.sln
│ │ │ └── DispelFormality.suo
│ │ ├── FormalityEncryet
│ │ │ ├── FormalityEncryet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ └── FormalityEncryet.vshost.exe
│ │ │ │ ├── FormalityEncryet.csproj
│ │ │ │ ├── Frm_Encryption.cs
│ │ │ │ ├── Frm_Encryption.Designer.cs
│ │ │ │ ├── Frm_Encryption.resx
│ │ │ │ ├── Hardware.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FormalityEncryet.sln
│ │ │ └── FormalityEncryet.suo
│ │ └── 程序使用说明.doc
│ ├── 21
│ │ ├── VideoMonitor
│ │ │ ├── VideoMonitor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.MediaPlayer.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ ├── VideoMonitor.vshost.exe
│ │ │ │ │ ├── VideoSet.ini
│ │ │ │ │ └── 系统注册机.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ ├── DataCon.cs
│ │ │ │ │ ├── DataOperate.cs
│ │ │ │ │ ├── PelcoD.cs
│ │ │ │ │ ├── SoftReg.cs
│ │ │ │ │ └── VideoOperate.cs
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_VideoMonitor.mdb
│ │ │ │ ├── frmAutoVideo.cs
│ │ │ │ ├── frmAutoVideo.Designer.cs
│ │ │ │ ├── frmAutoVideo.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmPlay.cs
│ │ │ │ ├── frmPlay.designer.cs
│ │ │ │ ├── frmPlay.resx
│ │ │ │ ├── frmRegister.cs
│ │ │ │ ├── frmRegister.designer.cs
│ │ │ │ ├── frmRegister.resx
│ │ │ │ ├── frmSetMonitor.cs
│ │ │ │ ├── frmSetMonitor.designer.cs
│ │ │ │ ├── frmSetMonitor.resx
│ │ │ │ ├── frmWelcome.cs
│ │ │ │ ├── frmWelcome.Designer.cs
│ │ │ │ ├── frmWelcome.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 主页面
│ │ │ │ │ │ ├── bg.bmp
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 启动界面.bmp
│ │ │ │ │ ├── 用户.ico
│ │ │ │ │ ├── 监控管理界面
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ └── 背景.bmp
│ │ │ │ │ ├── 系统登录
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 登录按钮.png
│ │ │ │ │ │ ├── 登录背景.bmp
│ │ │ │ │ │ └── 退出按钮.png
│ │ │ │ │ └── 软件注册页面
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 背景.bmp
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── VideoMonitor.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── VideoMonitor.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ │ ├── VideoMonitor.frmAutoVideo.resources
│ │ │ │ │ │ ├── VideoMonitor.frmLogin.resources
│ │ │ │ │ │ ├── VideoMonitor.frmMain.resources
│ │ │ │ │ │ ├── VideoMonitor.frmPlay.resources
│ │ │ │ │ │ ├── VideoMonitor.frmRegister.resources
│ │ │ │ │ │ ├── VideoMonitor.frmSetMonitor.resources
│ │ │ │ │ │ ├── VideoMonitor.frmWelcome.resources
│ │ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ │ └── VideoMonitor.Properties.Resources.resources
│ │ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VideoMonitor.csproj.FileList.txt
│ │ │ │ ├── Photo
│ │ │ │ ├── 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
│ │ │ ├── VideoMonitor.sln
│ │ │ └── VideoMonitor.suo
│ │ └── 程序使用说明.doc
│ ├── 22
│ │ ├── ClientGobang
│ │ │ ├── ClientGobang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClientGobang.exe
│ │ │ │ │ ├── ClientGobang.pdb
│ │ │ │ │ ├── ClientGobang.vshost.exe
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ └── GobangClass.pdb
│ │ │ │ ├── ChessClass
│ │ │ │ │ ├── Client.cs
│ │ │ │ │ ├── ClientObject.cs
│ │ │ │ │ └── ClientObjectEventArgs.cs
│ │ │ │ ├── ClientClass.cs
│ │ │ │ ├── ClientGobang.csproj
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── Frm_Chessboard.cs
│ │ │ │ ├── Frm_Chessboard.Designer.cs
│ │ │ │ ├── Frm_Chessboard.resx
│ │ │ │ ├── Frm_Hall.cs
│ │ │ │ ├── Frm_Hall.Designer.cs
│ │ │ │ ├── Frm_Hall.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── dj
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 女人.png
│ │ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ │ ├── 男人.png
│ │ │ │ │ │ ├── 白棋.png
│ │ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ │ └── 黑棋子.png
│ │ │ │ │ ├── lb
│ │ │ │ │ │ ├── {F4BB829B-2589-4876-AD51-880FC3ADEC81}.jpg
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ │ ├── 头像1.png
│ │ │ │ │ │ ├── 头像2.png
│ │ │ │ │ │ ├── 头像3.png
│ │ │ │ │ │ ├── 头像4.png
│ │ │ │ │ │ ├── 头像5.png
│ │ │ │ │ │ ├── 头像6.png
│ │ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ │ └── 竖线.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 五子列表.jpg
│ │ │ │ │ ├── 五子棋列表.jpg
│ │ │ │ │ ├── 公共聊天.jpg
│ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 分界线.jpg
│ │ │ │ │ ├── 厅背景.jpg
│ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ ├── 发送按钮变色.png
│ │ │ │ │ ├── 右侧下.jpg
│ │ │ │ │ ├── 右边框.jpg
│ │ │ │ │ ├── 启动界面.bmp
│ │ │ │ │ ├── 图形.jpg
│ │ │ │ │ ├── 复件 头像1.png
│ │ │ │ │ ├── 复件 头像2.png
│ │ │ │ │ ├── 复件 头像3.png
│ │ │ │ │ ├── 头.jpg
│ │ │ │ │ ├── 头像1.png
│ │ │ │ │ ├── 头像2.png
│ │ │ │ │ ├── 头像3.png
│ │ │ │ │ ├── 头像4.png
│ │ │ │ │ ├── 头像5.png
│ │ │ │ │ ├── 头像6.png
│ │ │ │ │ ├── 头像昵称.jpg
│ │ │ │ │ ├── 头像昵称积分.jpg
│ │ │ │ │ ├── 头背.jpg
│ │ │ │ │ ├── 女.bmp
│ │ │ │ │ ├── 女人.png
│ │ │ │ │ ├── 女人物.png
│ │ │ │ │ ├── 对决页下半部分背景.bmp
│ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ ├── 左边框.jpg
│ │ │ │ │ ├── 底.jpg
│ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ ├── 开始按钮灰.png
│ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ ├── 无人时的问号.png
│ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 标图.jpg
│ │ │ │ │ ├── 标背.jpg
│ │ │ │ │ ├── 标识.bmp
│ │ │ │ │ ├── 标题.jpg
│ │ │ │ │ ├── 标题栏.bmp
│ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ ├── 男.bmp
│ │ │ │ │ ├── 男人.png
│ │ │ │ │ ├── 男人物.png
│ │ │ │ │ ├── 登录.png
│ │ │ │ │ ├── 登录界面下面.PNG
│ │ │ │ │ ├── 登录界面标题.PNG
│ │ │ │ │ ├── 白棋.bmp
│ │ │ │ │ ├── 白棋.png
│ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ ├── 竖线.jpg
│ │ │ │ │ ├── 缩进.jpg
│ │ │ │ │ ├── 缩进背景.jpg
│ │ │ │ │ ├── 聊天.jpg
│ │ │ │ │ ├── 退出.png
│ │ │ │ │ ├── 黑棋.bmp
│ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ └── 黑棋子.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClientGobang.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClientGobang.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClientGobang.exe
│ │ │ │ │ ├── ClientGobang.F_Logon.resources
│ │ │ │ │ ├── ClientGobang.Frm_Chessboard.resources
│ │ │ │ │ ├── ClientGobang.Frm_Hall.resources
│ │ │ │ │ ├── ClientGobang.F_SerSetup.resources
│ │ │ │ │ ├── ClientGobang.pdb
│ │ │ │ │ ├── ClientGobang.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ClientGobang.sln
│ │ │ └── ClientGobang.suo
│ │ ├── database
│ │ │ ├── db_LANGobang_Data.MDF
│ │ │ └── db_LANGobang_Log.LDF
│ │ ├── GobangClass
│ │ │ ├── GobangClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ └── GobangClass.pdb
│ │ │ │ ├── ClassForms.cs
│ │ │ │ ├── ClassMsg.cs
│ │ │ │ ├── ClassOptionData.cs
│ │ │ │ ├── ClassSerializers.cs
│ │ │ │ ├── ClassUserInfo.cs
│ │ │ │ ├── ClassUsers.cs
│ │ │ │ ├── GobangClass.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── GobangClass.csproj.FileList.txt
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Publec_Class.cs
│ │ │ │ ├── UDPSocket.cs
│ │ │ │ └── UDPSocket.Designer.cs
│ │ │ ├── GobangClass.sln
│ │ │ └── GobangClass.suo
│ │ ├── ServerGobang
│ │ │ ├── ServerGobang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ └── ServerGobang.vshost.exe
│ │ │ │ ├── database
│ │ │ │ │ ├── db_LANGobang_Data.MDF
│ │ │ │ │ └── db_LANGobang_Log.LDF
│ │ │ │ ├── Frm_Server.cs
│ │ │ │ ├── Frm_Server.Designer.cs
│ │ │ │ ├── Frm_Server.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ServerGobang.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ │ ├── ServerGobang.Frm_Server.resources
│ │ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ │ ├── ServerGobang.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ServerGobang.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ServerGobang.csproj
│ │ │ ├── ServerGobang.sln
│ │ │ └── ServerGobang.suo
│ │ └── 程序使用说明.doc
│ └── 23
│ ├── Upgrade
│ │ ├── Upgrade
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── NewXml
│ │ │ │ │ └── Update.xml
│ │ │ │ ├── Update
│ │ │ │ │ ├── 4.0
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ │ ├── Release
│ │ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ │ └── 5.0
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ ├── Release
│ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ ├── Update.xml
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ ├── UpgradeClass.pdb
│ │ │ │ ├── Upgrade.exe
│ │ │ │ ├── Upgrade.pdb
│ │ │ │ ├── UpgradeSet.ini
│ │ │ │ └── Upgrade.vshost.exe
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmSet.cs
│ │ │ ├── frmSet.Designer.cs
│ │ │ ├── frmSet.resx
│ │ │ ├── frmUpdate.cs
│ │ │ ├── frmUpdate.Designer.cs
│ │ │ ├── frmUpdate.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── Upgrade.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Upgrade.exe
│ │ │ │ │ ├── Upgrade.frmMain.resources
│ │ │ │ │ ├── Upgrade.frmSet.resources
│ │ │ │ │ ├── Upgrade.frmUpdate.resources
│ │ │ │ │ ├── Upgrade.pdb
│ │ │ │ │ └── Upgrade.Properties.Resources.resources
│ │ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ │ └── Upgrade.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Upgrade.csproj
│ │ │ └── Upgrade.csproj.user
│ │ ├── UpgradeClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ └── UpgradeClass.pdb
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpgradeClass.dll
│ │ │ │ │ └── UpgradeClass.pdb
│ │ │ │ └── UpgradeClass.csproj.FileListAbsolute.txt
│ │ │ ├── OperateClass.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UpgradeClass.csproj
│ │ ├── UpgradeServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ ├── UpgradeClass.pdb
│ │ │ │ ├── UpgradeServer.exe
│ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ └── UpgradeServer.vshost.exe
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmNewFolder.cs
│ │ │ ├── frmNewFolder.designer.cs
│ │ │ ├── frmNewFolder.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpgradeServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpgradeServer.exe
│ │ │ │ │ ├── UpgradeServer.frmMain.resources
│ │ │ │ │ ├── UpgradeServer.frmNewFolder.resources
│ │ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ │ └── UpgradeServer.Properties.Resources.resources
│ │ │ │ ├── UpgradeServer.csproj.FileListAbsolute.txt
│ │ │ │ └── UpgradeServer.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── UpgradeServer.csproj
│ │ ├── UpgradeSetup
│ │ │ ├── Debug
│ │ │ │ ├── setup.exe
│ │ │ │ └── UpgradeSetup.msi
│ │ │ ├── Release
│ │ │ └── UpgradeSetup.vdproj
│ │ ├── Upgrade.sln
│ │ └── Upgrade.suo
│ └── 程序使用说明.doc
└── VS2008
├── 02
│ ├── MyQQ
│ │ ├── DataBase
│ │ │ ├── db_MyQQData_Data.MDF
│ │ │ └── db_MyQQData_Log.LDF
│ │ ├── MyQQClient
│ │ │ ├── MyQQClient
│ │ │ │ ├── 0.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ ├── MyQQClient.vshost.exe.manifest
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── center.jpg
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ ├── man.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
│ │ │ │ │ ├── QQ
│ │ │ │ │ │ └── QQ
│ │ │ │ │ │ ├── QQ主界面原稿.bmp
│ │ │ │ │ │ ├── QQ登录界面原稿.bmp
│ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ └── 标题下面的部分.png
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ ├── 小图标.png
│ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ ├── 标题.png
│ │ │ │ │ ├── 标题下面的部分.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Thumbs.db
│ │ │ ├── MyQQClient.sln
│ │ │ └── MyQQClient.suo
│ │ ├── MyQQServer
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ ├── MyQQServer.vshost.exe.manifest
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQServer.csproj.FileList.txt
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ └── MyQQ.suo
│ │ └── QQClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QQClass.dll
│ │ │ └── QQClass.pdb
│ │ ├── ClassForms.cs
│ │ ├── ClassMsg.cs
│ │ ├── ClassOptionData.cs
│ │ ├── ClassSerializers.cs
│ │ ├── ClassUserInfo.cs
│ │ ├── ClassUsers.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── QQClass.dll
│ │ │ │ ├── QQClass.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── QQClass.dll
│ │ │ │ └── TempPE
│ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ └── QQClass.csproj.FileList.txt
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Publec_Class.cs
│ │ ├── QQClass.csproj
│ │ ├── UDPSocket.cs
│ │ ├── UDPSocket.Designer.cs
│ │ └── Video.cs
│ └── 程序使用说明.doc
├── 03
│ ├── SQL-Distill
│ │ ├── SQL-Distill
│ │ │ ├── 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.cs
│ │ │ ├── frmAppend.Designer.cs
│ │ │ ├── frmAppend.resx
│ │ │ ├── frmBackup.cs
│ │ │ ├── frmBackup.Designer.cs
│ │ │ ├── frmBackup.resx
│ │ │ ├── frmDataExport.cs
│ │ │ ├── frmDataExport.Designer.cs
│ │ │ ├── frmDataExport.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOutData.cs
│ │ │ ├── frmOutData.Designer.cs
│ │ │ ├── frmOutData.resx
│ │ │ ├── frmRevert.cs
│ │ │ ├── frmRevert.Designer.cs
│ │ │ ├── frmRevert.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.SQLDMO.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SQL-Distill.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SQL-Distill.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SQL-Distill.csproj.ResolveComReference.cache
│ │ │ │ │ ├── SQL-Distill.exe
│ │ │ │ │ ├── SQL_Distill.frmAppend.resources
│ │ │ │ │ ├── SQL_Distill.frmBackup.resources
│ │ │ │ │ ├── SQL_Distill.frmDataExport.resources
│ │ │ │ │ ├── SQL_Distill.frmMain.resources
│ │ │ │ │ ├── SQL_Distill.frmOutData.resources
│ │ │ │ │ ├── SQL_Distill.frmRevert.resources
│ │ │ │ │ ├── SQL-Distill.pdb
│ │ │ │ │ ├── SQL_Distill.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── SQL-Distill.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── SQL-Distill.csproj
│ │ ├── SQL-Distill.sln
│ │ └── SQL-Distill.suo
│ └── 程序使用说明.doc
├── 04
│ ├── DataBase
│ │ ├── db_AllFind_Data.MDF
│ │ └── db_AllFind_Log.LDF
│ ├── FullFind
│ │ ├── FullFind
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FullFind.dll
│ │ │ │ └── FullFind.pdb
│ │ │ ├── Frm_IfFind.cs
│ │ │ ├── Frm_IfFind.Designer.cs
│ │ │ ├── Frm_IfFind.resx
│ │ │ ├── FullFind.csproj
│ │ │ ├── ModuleClass
│ │ │ │ ├── DataClass.cs
│ │ │ │ └── FrmClass.cs
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FullFind.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FullFind.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ ├── FullFind.Frm_IfFind.resources
│ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ └── FullFind.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── FullFind.sln
│ │ └── FullFind.suo
│ ├── TransferFormality
│ │ ├── TransferFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AllFind.exe
│ │ │ │ ├── FullFind.dll
│ │ │ │ ├── FullFind.pdb
│ │ │ │ ├── TransferFormality.exe
│ │ │ │ ├── TransferFormality.pdb
│ │ │ │ ├── TransferFormality.vshost.exe
│ │ │ │ └── TransferFormality.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.Form1.resources
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferFormality.csproj
│ │ ├── TransferFormality.sln
│ │ └── TransferFormality.suo
│ └── 程序使用说明.doc
├── 05
│ ├── DataBase
│ │ ├── db_mrsql_Data.MDF
│ │ └── db_mrsql_Log.LDF
│ ├── DLLFullPrint
│ │ ├── DLLFullPrint
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ └── DLLFullPrint.pdb
│ │ │ ├── DLLFullPrint.csproj
│ │ │ ├── Frm_PrintSet.cs
│ │ │ ├── Frm_PrintSet.Designer.cs
│ │ │ ├── Frm_PrintSet.resx
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DLLFullPrint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ ├── DLLFullPrint.Frm_PrintSet.resources
│ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ └── DLLFullPrint.csproj.FileList.txt
│ │ │ ├── PrintClass.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DLLFullPrint.sln
│ │ └── DLLFullPrint.suo
│ ├── TransferPrint
│ │ ├── TransferPrint
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ ├── TransferPrint.exe
│ │ │ │ ├── TransferPrint.pdb
│ │ │ │ ├── TransferPrint.vshost.exe
│ │ │ │ └── TransferPrint.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferPrint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ ├── TransferPrint.Form1.resources
│ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ └── TransferPrint.Properties.Resources.resources
│ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ └── TransferPrint.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferPrint.csproj
│ │ ├── TransferPrint.sln
│ │ └── TransferPrint.suo
│ └── 程序使用说明.doc
├── 06
│ ├── ChartComponent
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ChartComponent.dll
│ │ │ └── ChartComponent.pdb
│ │ ├── ChartComponent.csproj
│ │ ├── ChartComponent.sln
│ │ ├── ChartComponent.suo
│ │ ├── ChartPanel.cs
│ │ ├── ChartPanel.Designer.cs
│ │ ├── ChartPanel.resx
│ │ ├── obj
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ ├── ChartComponent.dll
│ │ │ ├── ChartComponent.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── DataBase
│ │ ├── MR_Distribution_Data.MDF
│ │ └── MR_Distribution_Log.LDF
│ ├── Rendering
│ │ ├── Rendering
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Rendering.dll
│ │ │ │ └── Rendering.pdb
│ │ │ ├── Frm_Appear.cs
│ │ │ ├── Frm_Appear.Designer.cs
│ │ │ ├── Frm_Appear.resx
│ │ │ ├── Frm_Stat.cs
│ │ │ ├── Frm_Stat.Designer.cs
│ │ │ ├── Frm_Statistics.cs
│ │ │ ├── Frm_Statistics.Designer.cs
│ │ │ ├── Frm_Statistics.resx
│ │ │ ├── Frm_Stat.resx
│ │ │ ├── Image
│ │ │ │ ├── Appear.bmp
│ │ │ │ └── Thumbs.db
│ │ │ ├── ModuleClass
│ │ │ │ ├── DataClass.cs
│ │ │ │ └── FrmClass.cs
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Rendering.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ ├── Rendering.Frm_Appear.resources
│ │ │ │ │ ├── Rendering.Frm_Statistics.resources
│ │ │ │ │ ├── Rendering.Frm_Stat.resources
│ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ ├── Rendering.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ └── Rendering.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Rendering.csproj
│ │ ├── Rendering.sln
│ │ └── Rendering.suo
│ ├── TransferFormality
│ │ ├── TransferFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Rendering.dll
│ │ │ │ ├── Rendering.pdb
│ │ │ │ ├── TransferFormality.exe
│ │ │ │ ├── TransferFormality.pdb
│ │ │ │ ├── TransferFormality.vshost.exe
│ │ │ │ └── TransferFormality.vshost.exe.manifest
│ │ │ ├── MyMain.cs
│ │ │ ├── MyMain.Designer.cs
│ │ │ ├── MyMain.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.MyMain.resources
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferFormality.csproj
│ │ ├── TransferFormality.sln
│ │ └── TransferFormality.suo
│ └── 程序使用说明.doc
├── 07
│ └── ChartComponent
│ ├── bin
│ │ └── Debug
│ │ ├── ChartComponent.dll
│ │ └── ChartComponent.pdb
│ ├── ChartComponent.csproj
│ ├── ChartComponent.sln
│ ├── ChartComponent.suo
│ ├── ChartPanel.cs
│ ├── ChartPanel.Designer.cs
│ ├── ChartPanel.resx
│ ├── obj
│ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ ├── ChartComponent.csproj.FileList.txt
│ │ └── Debug
│ │ ├── ChartComponent.ChartPanel.resources
│ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ ├── ChartComponent.dll
│ │ ├── ChartComponent.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── 08
│ ├── EmailManage
│ │ ├── EmailManage
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AttachFiles
│ │ │ │ │ ├── 111@163.com
│ │ │ │ │ │ ├── 20080729044307.msg
│ │ │ │ │ │ └── 20080729044402.msg
│ │ │ │ │ ├── mr@163.com
│ │ │ │ │ └── mrbccd@163.com
│ │ │ │ ├── EmailManage.exe
│ │ │ │ ├── EmailManage.pdb
│ │ │ │ ├── EmailManage.vshost.exe
│ │ │ │ ├── EmailManage.vshost.exe.manifest
│ │ │ │ └── Interop.jmail.dll
│ │ │ ├── CommonClass
│ │ │ │ └── Database.cs
│ │ │ ├── Database
│ │ │ │ ├── db_EmailManage_Data.MDF
│ │ │ │ └── db_EmailManage_Log.LDF
│ │ │ ├── EmailManage.csproj
│ │ │ ├── EmailManage.csproj.user
│ │ │ ├── frmEmailInfo.cs
│ │ │ ├── frmEmailInfo.Designer.cs
│ │ │ ├── frmEmailInfo.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmSend.cs
│ │ │ ├── frmSend.Designer.cs
│ │ │ ├── frmSend.resx
│ │ │ ├── frmUserManage.cs
│ │ │ ├── frmUserManage.Designer.cs
│ │ │ ├── frmUserManage.resx
│ │ │ ├── Image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 头像.ico
│ │ │ │ ├── 标题.ico
│ │ │ │ ├── 电子邮件登录.bmp
│ │ │ │ └── 登录.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── EmailManage.Properties.Resources.resources
│ │ │ │ │ ├── Interop.jmail.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── EmailManage.csproj.FileListAbsolute.txt
│ │ │ │ └── EmailManage.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EmailManage.sln
│ │ └── EmailManage.suo
│ └── 程序使用说明.doc
├── 09
│ ├── SMS
│ │ ├── SMS
│ │ │ ├── BaseClass
│ │ │ │ ├── ConnClass.cs
│ │ │ │ └── GSM.cs
│ │ │ ├── BaseInfo
│ │ │ │ ├── frmAddDy.cs
│ │ │ │ ├── frmAddDy.Designer.cs
│ │ │ │ ├── frmAddDy.resx
│ │ │ │ ├── frmAddUser.cs
│ │ │ │ ├── frmAddUser.Designer.cs
│ │ │ │ ├── frmAddUser.resx
│ │ │ │ ├── frmCydy.cs
│ │ │ │ ├── frmCydy.Designer.cs
│ │ │ │ ├── frmCydy.resx
│ │ │ │ ├── frmDyChange.cs
│ │ │ │ ├── frmDyChange.Designer.cs
│ │ │ │ ├── frmDyChange.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ └── frmTel.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_SMS.mdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── SMS.exe
│ │ │ │ ├── SMS.pdb
│ │ │ │ ├── SMS.vshost.exe
│ │ │ │ └── SMS.vshost.exe.manifest
│ │ │ ├── DataBase
│ │ │ │ └── db_SMS.mdb
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── Image
│ │ │ │ ├── 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
│ │ │ │ └── 登录
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消按钮.gif
│ │ │ │ ├── 用户登录背景.bmp
│ │ │ │ └── 登录按钮.gif
│ │ │ ├── MsgManage
│ │ │ │ ├── frmDy.cs
│ │ │ │ ├── frmDy.Designer.cs
│ │ │ │ ├── frmDy.resx
│ │ │ │ ├── frmResvice.cs
│ │ │ │ ├── frmResvice.Designer.cs
│ │ │ │ ├── frmResvice.resx
│ │ │ │ ├── frmSendSMS.cs
│ │ │ │ ├── frmSendSMS.Designer.cs
│ │ │ │ ├── frmSendSMS.resx
│ │ │ │ ├── frmSmsXX.cs
│ │ │ │ ├── frmSmsXX.Designer.cs
│ │ │ │ ├── frmSmsXX.resx
│ │ │ │ ├── frmTelNote.cs
│ │ │ │ ├── frmTelNote.Designer.cs
│ │ │ │ ├── frmTelNote.resx
│ │ │ │ ├── frmYfxx.cs
│ │ │ │ ├── frmYfxx.Designer.cs
│ │ │ │ └── frmYfxx.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SMS.AboutBox1.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.frmDyChange.resources
│ │ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── SMS.csproj.FileListAbsolute.txt
│ │ │ │ └── SMS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SMS.csproj
│ │ │ ├── SMS.csproj.user
│ │ │ └── SysManage
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── frmChangePwd.cs
│ │ │ ├── frmChangePwd.Designer.cs
│ │ │ ├── frmChangePwd.resx
│ │ │ ├── frmLock.cs
│ │ │ ├── frmLock.Designer.cs
│ │ │ └── frmLock.resx
│ │ ├── SMS.sln
│ │ └── SMS.suo
│ └── 程序使用说明.doc
├── 10
│ ├── MyDesktop
│ │ ├── MyDesktop
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── db_MyDesktop.mdb
│ │ │ │ ├── MyDesktop.exe
│ │ │ │ ├── MyDesktop.pdb
│ │ │ │ ├── MyDesktop.vshost.exe
│ │ │ │ └── MyDesktop.vshost.exe.manifest
│ │ │ ├── CommonClass
│ │ │ │ ├── DataOperate.cs
│ │ │ │ ├── DateConvert.cs
│ │ │ │ ├── HolidayManage.cs
│ │ │ │ ├── RemindManage.cs
│ │ │ │ └── WinSetManage.cs
│ │ │ ├── frmHoliday.cs
│ │ │ ├── frmHoliday.Designer.cs
│ │ │ ├── frmHoliday.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOperateHoliday.cs
│ │ │ ├── frmOperateHoliday.Designer.cs
│ │ │ ├── frmOperateHoliday.resx
│ │ │ ├── frmOperateRemind.cs
│ │ │ ├── frmOperateRemind.Designer.cs
│ │ │ ├── frmOperateRemind.resx
│ │ │ ├── frmRemind.cs
│ │ │ ├── frmRemind.Designer.cs
│ │ │ ├── frmRemind.resx
│ │ │ ├── frmWinSet.cs
│ │ │ ├── frmWinSet.Designer.cs
│ │ │ ├── frmWinSet.resx
│ │ │ ├── Image
│ │ │ │ ├── 1.ico
│ │ │ │ └── Thumbs.db
│ │ │ ├── MyDesktop.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── MyDesktop.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MyDesktop.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MyDesktop.sln
│ │ └── MyDesktop.suo
│ └── 程序使用说明.doc
├── 11
│ ├── FileManage
│ │ ├── FileManage
│ │ │ ├── AboutBox.cs
│ │ │ ├── AboutBox.Designer.cs
│ │ │ ├── AboutBox.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── clear.bat
│ │ │ │ ├── FileManage.exe
│ │ │ │ ├── FileManage.pdb
│ │ │ │ ├── FileManage.vshost.exe
│ │ │ │ ├── FileManage.vshost.exe.manifest
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ └── Interop.Word.dll
│ │ │ ├── CommonClass
│ │ │ │ └── BaseClass.cs
│ │ │ ├── FileManage.csproj
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmRepeat.cs
│ │ │ ├── frmRepeat.Designer.cs
│ │ │ ├── frmRepeat.resx
│ │ │ ├── frmSplit.cs
│ │ │ ├── frmSplit.Designer.cs
│ │ │ ├── frmSplit.resx
│ │ │ ├── Image
│ │ │ │ ├── 1.ico
│ │ │ │ ├── 2.ico
│ │ │ │ ├── 3.ico
│ │ │ │ ├── 4.ico
│ │ │ │ ├── 5.ico
│ │ │ │ └── Thumbs.db
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FileManage.AboutBox.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
│ │ │ │ │ ├── FileManage.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── FileManage.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FileManage.sln
│ │ └── FileManage.suo
│ ├── 新建 文本文档.txt
│ └── 程序使用说明.doc
├── 12
│ ├── PictureManage
│ │ ├── PictureManage
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── PictureManage.exe
│ │ │ │ ├── PictureManage.pdb
│ │ │ │ ├── PictureManage.vshost.exe
│ │ │ │ └── PictureManage.vshost.exe.manifest
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmPicAdjust.cs
│ │ │ ├── frmPicAdjust.Designer.cs
│ │ │ ├── frmPicAdjust.resx
│ │ │ ├── frmPictureMax.cs
│ │ │ ├── frmPictureMax.Designer.cs
│ │ │ ├── frmPictureMax.resx
│ │ │ ├── frmRename.cs
│ │ │ ├── frmRename.Designer.cs
│ │ │ ├── frmRename.resx
│ │ │ ├── frmSlide.cs
│ │ │ ├── frmSlide.Designer.cs
│ │ │ ├── frmSlide.resx
│ │ │ ├── frmSpecialEfficacy.cs
│ │ │ ├── frmSpecialEfficacy.Designer.cs
│ │ │ ├── frmSpecialEfficacy.resx
│ │ │ ├── frmWater.cs
│ │ │ ├── frmWater.Designer.cs
│ │ │ ├── frmWater.resx
│ │ │ ├── ImageFolder
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 上.ico
│ │ │ │ ├── 下.ico
│ │ │ │ ├── 保存1.ico
│ │ │ │ ├── 保存2.png
│ │ │ │ ├── 保存3.png
│ │ │ │ ├── 保存.png
│ │ │ │ ├── 保存退出.ico
│ │ │ │ ├── 删除.ico
│ │ │ │ ├── 刷新.ico
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 图标 (58).ico
│ │ │ │ ├── 打印.ico
│ │ │ │ ├── 打开.ico
│ │ │ │ ├── 播放.ico
│ │ │ │ ├── 旋转.ico
│ │ │ │ ├── 暂停.ico
│ │ │ │ ├── 预览1.png
│ │ │ │ └── 预览.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── PictureManage.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── PictureManage.csproj.FileListAbsolute.txt
│ │ │ │ └── PictureManage.csproj.FileList.txt
│ │ │ ├── PictureManage.csproj
│ │ │ ├── PictureManage.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TemporaryFolder
│ │ ├── PictureManage.sln
│ │ └── PictureManage.suo
│ └── 程序使用说明.doc
├── 13
│ ├── FTP-LS2
│ │ └── FTP-LS
│ │ └── FTP-LS
│ │ ├── FTP-LS
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FTP-LS.exe
│ │ │ │ ├── FTP-LS.pdb
│ │ │ │ ├── FTP-LS.vshost.exe
│ │ │ │ └── FTP-LS.vshost.exe.manifest
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmNewFolder.cs
│ │ │ ├── frmNewFolder.Designer.cs
│ │ │ ├── frmNewFolder.resx
│ │ │ ├── FTPClass
│ │ │ │ └── BaseClass.cs
│ │ │ ├── FTPImages
│ │ │ │ ├── ftp.ico
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── ww.png
│ │ │ │ ├── 上传.ico
│ │ │ │ ├── 下载.ico
│ │ │ │ ├── 全选.ico
│ │ │ │ ├── 删除.ico
│ │ │ │ ├── 剪切.ico
│ │ │ │ ├── 复制.ico
│ │ │ │ ├── 打开.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 清空.ico
│ │ │ │ ├── 粘贴.ico
│ │ │ │ ├── 退出.ico
│ │ │ │ └── 重命名.ico
│ │ │ ├── FTP-LS.csproj
│ │ │ ├── FTP-LS.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FTP-LS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ ├── FTP_LS.frmMain.resources
│ │ │ │ │ ├── FTP_LS.frmNewFolder.resources
│ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ ├── FTP_LS.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ └── FTP-LS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FTP-LS.sln
│ │ └── FTP-LS.suo
│ └── 程序使用说明.doc
├── 14
│ ├── MagicCony
│ │ ├── MagicCony
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConyData.mdb
│ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ ├── MagicCony.exe
│ │ │ │ ├── MagicCony.pdb
│ │ │ │ ├── MagicCony.vshost.exe
│ │ │ │ └── MagicCony.vshost.exe.manifest
│ │ │ ├── ConyData.ldb
│ │ │ ├── ConyData.mdb
│ │ │ ├── frmCheck.cs
│ │ │ ├── frmCheck.Designer.cs
│ │ │ ├── frmCheck.resx
│ │ │ ├── frmCloseWindows.cs
│ │ │ ├── frmCloseWindows.Designer.cs
│ │ │ ├── frmCloseWindows.resx
│ │ │ ├── frmCony.cs
│ │ │ ├── frmCony.Designer.cs
│ │ │ ├── frmCony.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmSetPassword.cs
│ │ │ ├── frmSetPassword.Designer.cs
│ │ │ ├── frmSetPassword.resx
│ │ │ ├── frmSystemCheck.cs
│ │ │ ├── frmSystemCheck.Designer.cs
│ │ │ ├── frmSystemCheck.resx
│ │ │ ├── frmSystemOptimize.cs
│ │ │ ├── frmSystemOptimize.Designer.cs
│ │ │ ├── frmSystemOptimize.resx
│ │ │ ├── HTMLPage1.htm
│ │ │ ├── Images
│ │ │ │ ├── 00.jpg
│ │ │ │ ├── a1_03.jpg
│ │ │ │ ├── {A517F4CE-3605-4B3E-865C-7D84F59C539C}.bmp
│ │ │ │ ├── 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
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── title_bg_quit.gif
│ │ │ │ ├── up_56.png
│ │ │ │ ├── up_60.png
│ │ │ │ ├── zx.png
│ │ │ │ ├── 发送到菜单1_03.jpg
│ │ │ │ ├── 发送到菜单2_07.jpg
│ │ │ │ ├── 发送到菜单3_10.jpg
│ │ │ │ ├── 发送到菜单56_10.jpg
│ │ │ │ ├── 图标 (57).ico
│ │ │ │ ├── 图标 (58).ico
│ │ │ │ ├── 图标 (5).PNG
│ │ │ │ ├── 系统优化_07.jpg
│ │ │ │ ├── 系统优化_09.jpg
│ │ │ │ ├── 系统优化_11.jpg
│ │ │ │ ├── 系统优化_13.jpg
│ │ │ │ ├── 系统优化bg_06.jpg
│ │ │ │ ├── 系统优化tou_03.jpg
│ │ │ │ ├── 系统检测_03.jpg
│ │ │ │ ├── 系统检测bg_06.jpg
│ │ │ │ ├── 系统检测tc_07.jpg
│ │ │ │ ├── 背景_03.jpg
│ │ │ │ └── 魔法兔子主界面_03.jpg
│ │ │ ├── MagicCony.csproj
│ │ │ ├── MagicCony.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── MagicCony.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MagicCony.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── PublicClass.cs
│ │ ├── MagicCony.sln
│ │ └── MagicCony.suo
│ └── 程序使用说明.doc
├── 15
│ ├── Exam
│ │ ├── Exam
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── BaseClass.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Exam.exe
│ │ │ │ ├── Exam.pdb
│ │ │ │ ├── Exam.vshost.exe
│ │ │ │ └── Exam.vshost.exe.manifest
│ │ │ ├── DataBase
│ │ │ │ ├── db_Exam_Data.MDF
│ │ │ │ └── db_Exam_Log.LDF
│ │ │ ├── Exam.csproj
│ │ │ ├── frmAdminAddJudgeExam.cs
│ │ │ ├── frmAdminAddJudgeExam.Designer.cs
│ │ │ ├── frmAdminAddJudgeExam.resx
│ │ │ ├── frmAdminAddSelectExam.cs
│ │ │ ├── frmAdminAddSelectExam.Designer.cs
│ │ │ ├── frmAdminAddSelectExam.resx
│ │ │ ├── frmAdminExamSet.cs
│ │ │ ├── frmAdminExamSet.Designer.cs
│ │ │ ├── frmAdminExamSet.resx
│ │ │ ├── frmAdminFillExam.cs
│ │ │ ├── frmAdminFillExam.Designer.cs
│ │ │ ├── frmAdminFillExam.resx
│ │ │ ├── frmAdminFindScore.cs
│ │ │ ├── frmAdminFindScore.Designer.cs
│ │ │ ├── frmAdminFindScore.resx
│ │ │ ├── frmAdminManage.cs
│ │ │ ├── frmAdminManage.Designer.cs
│ │ │ ├── frmAdminManage.resx
│ │ │ ├── frmAdminStudent.cs
│ │ │ ├── frmAdminStudent.Designer.cs
│ │ │ ├── frmAdminStudent.resx
│ │ │ ├── frmChangePwd.cs
│ │ │ ├── frmChangePwd.Designer.cs
│ │ │ ├── frmChangePwd.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmStartExam.cs
│ │ │ ├── frmStartExam.Designer.cs
│ │ │ ├── frmStartExam.resx
│ │ │ ├── frmStudentExam.cs
│ │ │ ├── frmStudentExam.Designer.cs
│ │ │ ├── frmStudentExam.resx
│ │ │ ├── ImageFolder
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 加载界面.bmp
│ │ │ │ ├── 学生登录成功窗体.bmp
│ │ │ │ ├── 清空按钮.bmp
│ │ │ │ ├── 登录按钮.bmp
│ │ │ │ ├── 登录界面背景.bmp
│ │ │ │ └── 退出按钮.bmp
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Exam.AboutBox1.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
│ │ │ │ │ ├── Exam.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Exam.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Exam.sln
│ │ └── Exam.suo
│ └── 程序使用说明.doc
├── 16
│ ├── MyWebIE
│ │ ├── MyWebIE
│ │ │ ├── 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
│ │ │ ├── IEImage
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 主页.ico
│ │ │ │ ├── 停止.ico
│ │ │ │ ├── 刷新.ico
│ │ │ │ ├── 前进.ico
│ │ │ │ ├── 后退.ico
│ │ │ │ ├── 打印.ico
│ │ │ │ ├── 搜索.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 浏览器.ico
│ │ │ │ └── 转到.ico
│ │ │ ├── MyWebIE.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── MyWebIE.csproj.FileListAbsolute.txt
│ │ │ │ ├── MyWebIE.csproj.GenerateResource.Cache
│ │ │ │ ├── MyWebIE.exe
│ │ │ │ ├── MyWebIE.frmIE.resources
│ │ │ │ ├── MyWebIE.frmNeatenFavorites.resources
│ │ │ │ ├── MyWebIE.frmOpenFavorites.resources
│ │ │ │ ├── MyWebIE.frmSource.resources
│ │ │ │ ├── MyWebIE.pdb
│ │ │ │ ├── MyWebIE.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MyWebIE.sln
│ │ └── MyWebIE.suo
│ └── 程序使用说明.doc
├── 17
│ ├── Daila
│ │ ├── Daila
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.vshost.exe
│ │ │ │ ├── Daila.vshost.exe.manifest
│ │ │ │ └── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── D160A.cs
│ │ │ ├── Daila.csproj
│ │ │ ├── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── frmCustomer.cs
│ │ │ ├── frmCustomer.Designer.cs
│ │ │ ├── frmCustomer.resx
│ │ │ ├── frmCustomerUpdate.cs
│ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ ├── frmCustomerUpdate.resx
│ │ │ ├── frmDai.cs
│ │ │ ├── frmDai.Designer.cs
│ │ │ ├── frmDai.resx
│ │ │ ├── frmEmployeeInfo.cs
│ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ ├── frmEmployeeInfo.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmProd.cs
│ │ │ ├── frmProd.Designer.cs
│ │ │ ├── frmProd.resx
│ │ │ ├── frmtbProduction.cs
│ │ │ ├── frmtbProduction.Designer.cs
│ │ │ ├── frmtbProduction.resx
│ │ │ ├── frmtbProPath.cs
│ │ │ ├── frmtbProPath.Designer.cs
│ │ │ ├── frmtbProPathNew.cs
│ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ ├── frmtbProPathNew.resx
│ │ │ ├── frmtbProPath.resx
│ │ │ ├── frmTel.cs
│ │ │ ├── frmTel.Designer.cs
│ │ │ ├── frmTel.resx
│ │ │ ├── login.cs
│ │ │ ├── login.Designer.cs
│ │ │ ├── login.resx
│ │ │ ├── NewClass
│ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ ├── tbProductionClass.cs
│ │ │ │ ├── tbProPathClass.cs
│ │ │ │ └── tbTelRecordClass.cs
│ │ │ ├── NewMehod
│ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── Daila.csproj.FileListAbsolute.txt
│ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ ├── Daila.login.resources
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消按钮.bmp
│ │ │ │ ├── 确定按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ └── Voice
│ │ ├── Daila.sln
│ │ └── Daila.suo
│ └── 程序使用说明.doc
├── 18
│ ├── PlayApparatus
│ │ ├── PlayApparatus
│ │ │ ├── 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
│ │ │ ├── FrmClass.cs
│ │ │ ├── Frm_Libretto.cs
│ │ │ ├── Frm_Libretto.Designer.cs
│ │ │ ├── Frm_Libretto.resx
│ │ │ ├── Frm_ListBox.cs
│ │ │ ├── Frm_ListBox.Designer.cs
│ │ │ ├── Frm_ListBox.resx
│ │ │ ├── Frm_Play.cs
│ │ │ ├── Frm_Play.Designer.cs
│ │ │ ├── Frm_Play.resx
│ │ │ ├── Frm_Screen.cs
│ │ │ ├── Frm_Screen.Designer.cs
│ │ │ ├── Frm_Screen.resx
│ │ │ ├── Image
│ │ │ │ ├── EQ.png
│ │ │ │ ├── EQ变.png
│ │ │ │ ├── LRC.png
│ │ │ │ ├── LRC变.png
│ │ │ │ ├── PL.png
│ │ │ │ ├── PL变.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── WF.png
│ │ │ │ ├── WF变.png
│ │ │ │ ├── 停止按钮.png
│ │ │ │ ├── 停止按钮变.png
│ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ ├── 关闭按钮变色.jpg
│ │ │ │ ├── 内部边框.png
│ │ │ │ ├── 列表导航.png
│ │ │ │ ├── 前进按钮.png
│ │ │ │ ├── 前进按钮变.png
│ │ │ │ ├── 右侧边框.png
│ │ │ │ ├── 后退按钮.png
│ │ │ │ ├── 后退按钮变.png
│ │ │ │ ├── 左侧边框(1).png
│ │ │ │ ├── 左侧边框.png
│ │ │ │ ├── 底1.png
│ │ │ │ ├── 底2.png
│ │ │ │ ├── 底3.png
│ │ │ │ ├── 底部边框1.png
│ │ │ │ ├── 底部边框2.png
│ │ │ │ ├── 底部边框3.png
│ │ │ │ ├── 底部边框.png
│ │ │ │ ├── 总标题1.png
│ │ │ │ ├── 总标题2.png
│ │ │ │ ├── 总标题3.png
│ │ │ │ ├── 总标题.png
│ │ │ │ ├── 打开文件列表.png
│ │ │ │ ├── 打开文件列表变.png
│ │ │ │ ├── 控件背是.png
│ │ │ │ ├── 控件背景.png
│ │ │ │ ├── 播放列表关闭按钮变.png
│ │ │ │ ├── 播放列表的关闭按钮原.png
│ │ │ │ ├── 播放器背景1.png
│ │ │ │ ├── 播放器背景2.png
│ │ │ │ ├── 播放器背景.png
│ │ │ │ ├── 播放器背景下.png
│ │ │ │ ├── 播放器背景中.png
│ │ │ │ ├── 播放按钮.png
│ │ │ │ ├── 播放按钮变.png
│ │ │ │ ├── 暂停按钮.png
│ │ │ │ ├── 暂停按钮变.png
│ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ ├── 最小化按钮变色.jpg
│ │ │ │ ├── 标题栏.png
│ │ │ │ ├── 歌词秀.png
│ │ │ │ ├── 滚动.png
│ │ │ │ ├── 滚动变色.png
│ │ │ │ ├── 滚动块.png
│ │ │ │ ├── 背景.png
│ │ │ │ ├── 音量按钮.png
│ │ │ │ ├── 音量按钮变色.png
│ │ │ │ ├── 音量滚动.png
│ │ │ │ ├── 音量滚动变色.png
│ │ │ │ └── 音量滚动块.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PlayApparatus.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PlayApparatus.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ ├── PlayApparatus.Frm_Libretto.resources
│ │ │ │ │ ├── PlayApparatus.Frm_ListBox.resources
│ │ │ │ │ ├── PlayApparatus.Frm_Play.resources
│ │ │ │ │ ├── PlayApparatus.Frm_Screen.resources
│ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ ├── PlayApparatus.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ └── PlayApparatus.csproj.FileList.txt
│ │ │ ├── PlayApparatus.csproj
│ │ │ ├── PlayApparatus.csproj.user
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PlayApparatus.sln
│ │ └── PlayApparatus.suo
│ └── 程序使用说明.doc
├── 19
│ ├── ScreenKinescope
│ │ ├── ScreenKinescope
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Data
│ │ │ │ │ └── ScreenData.mdb
│ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ ├── ScreenKinescope.vshost.exe
│ │ │ │ └── ScreenKinescope.vshost.exe.manifest
│ │ │ ├── ClassFolder
│ │ │ │ └── BaseClass.cs
│ │ │ ├── ConverrtAviToBmp
│ │ │ ├── Data
│ │ │ │ └── ScreenData.mdb
│ │ │ ├── frmGeneral.cs
│ │ │ ├── frmGeneral.Designer.cs
│ │ │ ├── frmGeneral.resx
│ │ │ ├── frmScreen.cs
│ │ │ ├── frmScreen.Designer.cs
│ │ │ ├── frmScreen.resx
│ │ │ ├── frmVideoManager.cs
│ │ │ ├── frmVideoManager.Designer.cs
│ │ │ ├── frmVideoManager.resx
│ │ │ ├── Images
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── a.png
│ │ │ │ ├── b.png
│ │ │ │ ├── c.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 停止1.png
│ │ │ │ ├── 关闭.png
│ │ │ │ ├── 分割.png
│ │ │ │ ├── 前一帧.png
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 后一帧.png
│ │ │ │ ├── 图.jpg
│ │ │ │ ├── 图标 (14).ico
│ │ │ │ ├── 图标 (30).ico
│ │ │ │ ├── 定位.png
│ │ │ │ ├── 录像.ico
│ │ │ │ ├── 录像.png
│ │ │ │ ├── 暂停.png
│ │ │ │ ├── 浏览.png
│ │ │ │ └── 确定.png
│ │ │ ├── MyPictures
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ScreenKinescope.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Screen.dll
│ │ │ │ ├── ScreenKinescope.csproj.FileListAbsolute.txt
│ │ │ │ └── ScreenKinescope.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ScreenKinescope.csproj
│ │ │ └── ScreenKinescope.csproj.user
│ │ ├── ScreenKinescope.sln
│ │ └── ScreenKinescope.suo
│ └── 程序使用说明.doc
├── 20
│ ├── DispelFormality
│ │ ├── DispelFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DispelFormality.exe
│ │ │ │ ├── DispelFormality.pdb
│ │ │ │ ├── DispelFormality.TXT
│ │ │ │ ├── DispelFormality.vshost.exe
│ │ │ │ └── DispelFormality.vshost.exe.manifest
│ │ │ ├── DispelFormality.csproj
│ │ │ ├── Frm_Dispel.cs
│ │ │ ├── Frm_Dispel.Designer.cs
│ │ │ ├── Frm_Dispel.resx
│ │ │ ├── Frm_Logon.cs
│ │ │ ├── Frm_Logon.Designer.cs
│ │ │ ├── Frm_Logon.resx
│ │ │ ├── Frm_Main.cs
│ │ │ ├── Frm_Main.Designer.cs
│ │ │ ├── Frm_Main.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DispelFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── DispelFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DispelFormality.sln
│ │ └── DispelFormality.suo
│ ├── FormalityEncryet
│ │ ├── FormalityEncryet
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ ├── FormalityEncryet.vshost.exe
│ │ │ │ └── FormalityEncryet.vshost.exe.manifest
│ │ │ ├── FormalityEncryet.csproj
│ │ │ ├── Frm_Encryption.cs
│ │ │ ├── Frm_Encryption.Designer.cs
│ │ │ ├── Frm_Encryption.resx
│ │ │ ├── Hardware.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FormalityEncryet.sln
│ │ └── FormalityEncryet.suo
│ └── 程序使用说明.doc
├── 21
│ ├── VideoMonitor
│ │ ├── VideoMonitor
│ │ │ ├── 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
│ │ │ ├── CommonClass
│ │ │ │ ├── DataCon.cs
│ │ │ │ ├── DataOperate.cs
│ │ │ │ ├── PelcoD.cs
│ │ │ │ ├── SoftReg.cs
│ │ │ │ └── VideoOperate.cs
│ │ │ ├── DataBase
│ │ │ │ └── db_VideoMonitor.mdb
│ │ │ ├── frmAutoVideo.cs
│ │ │ ├── frmAutoVideo.Designer.cs
│ │ │ ├── frmAutoVideo.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmPlay.cs
│ │ │ ├── frmPlay.designer.cs
│ │ │ ├── frmPlay.resx
│ │ │ ├── frmRegister.cs
│ │ │ ├── frmRegister.designer.cs
│ │ │ ├── frmRegister.resx
│ │ │ ├── frmSetMonitor.cs
│ │ │ ├── frmSetMonitor.designer.cs
│ │ │ ├── frmSetMonitor.resx
│ │ │ ├── frmWelcome.cs
│ │ │ ├── frmWelcome.Designer.cs
│ │ │ ├── frmWelcome.resx
│ │ │ ├── Image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 主页面
│ │ │ │ │ ├── bg.bmp
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 启动界面.bmp
│ │ │ │ ├── 用户.ico
│ │ │ │ ├── 监控管理界面
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 背景.bmp
│ │ │ │ ├── 系统登录
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 登录按钮.png
│ │ │ │ │ ├── 登录背景.bmp
│ │ │ │ │ └── 退出按钮.png
│ │ │ │ └── 软件注册页面
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 背景.bmp
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── VideoMonitor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── VideoMonitor.csproj.ResolveComReference.cache
│ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ ├── VideoMonitor.frmAutoVideo.resources
│ │ │ │ │ ├── VideoMonitor.frmLogin.resources
│ │ │ │ │ ├── VideoMonitor.frmMain.resources
│ │ │ │ │ ├── VideoMonitor.frmPlay.resources
│ │ │ │ │ ├── VideoMonitor.frmRegister.resources
│ │ │ │ │ ├── VideoMonitor.frmSetMonitor.resources
│ │ │ │ │ ├── VideoMonitor.frmWelcome.resources
│ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ └── VideoMonitor.Properties.Resources.resources
│ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ └── VideoMonitor.csproj.FileList.txt
│ │ │ ├── Photo
│ │ │ ├── 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
│ │ ├── VideoMonitor.sln
│ │ └── VideoMonitor.suo
│ └── 程序使用说明.doc
├── 22
│ ├── ClientGobang
│ │ ├── ClientGobang
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClientGobang.exe
│ │ │ │ ├── ClientGobang.pdb
│ │ │ │ ├── ClientGobang.vshost.exe
│ │ │ │ ├── ClientGobang.vshost.exe.manifest
│ │ │ │ ├── GobangClass.dll
│ │ │ │ └── GobangClass.pdb
│ │ │ ├── ChessClass
│ │ │ │ ├── Client.cs
│ │ │ │ ├── ClientObject.cs
│ │ │ │ └── ClientObjectEventArgs.cs
│ │ │ ├── ClientClass.cs
│ │ │ ├── ClientGobang.csproj
│ │ │ ├── F_Logon.cs
│ │ │ ├── F_Logon.Designer.cs
│ │ │ ├── F_Logon.resx
│ │ │ ├── Frm_Chessboard.cs
│ │ │ ├── Frm_Chessboard.Designer.cs
│ │ │ ├── Frm_Chessboard.resx
│ │ │ ├── Frm_Hall.cs
│ │ │ ├── Frm_Hall.Designer.cs
│ │ │ ├── Frm_Hall.resx
│ │ │ ├── F_SerSetup.cs
│ │ │ ├── F_SerSetup.designer.cs
│ │ │ ├── F_SerSetup.resx
│ │ │ ├── Image
│ │ │ │ ├── dj
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 女人.png
│ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ ├── 男人.png
│ │ │ │ │ ├── 白棋.png
│ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ └── 黑棋子.png
│ │ │ │ ├── lb
│ │ │ │ │ ├── {F4BB829B-2589-4876-AD51-880FC3ADEC81}.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ ├── 头像1.png
│ │ │ │ │ ├── 头像2.png
│ │ │ │ │ ├── 头像3.png
│ │ │ │ │ ├── 头像4.png
│ │ │ │ │ ├── 头像5.png
│ │ │ │ │ ├── 头像6.png
│ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ └── 竖线.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 五子列表.jpg
│ │ │ │ ├── 五子棋列表.jpg
│ │ │ │ ├── 公共聊天.jpg
│ │ │ │ ├── 关闭变色.jpg
│ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ ├── 分界线.jpg
│ │ │ │ ├── 厅背景.jpg
│ │ │ │ ├── 发送按钮.png
│ │ │ │ ├── 发送按钮变色.png
│ │ │ │ ├── 右侧下.jpg
│ │ │ │ ├── 右边框.jpg
│ │ │ │ ├── 启动界面.bmp
│ │ │ │ ├── 图形.jpg
│ │ │ │ ├── 复件 头像1.png
│ │ │ │ ├── 复件 头像2.png
│ │ │ │ ├── 复件 头像3.png
│ │ │ │ ├── 头.jpg
│ │ │ │ ├── 头像1.png
│ │ │ │ ├── 头像2.png
│ │ │ │ ├── 头像3.png
│ │ │ │ ├── 头像4.png
│ │ │ │ ├── 头像5.png
│ │ │ │ ├── 头像6.png
│ │ │ │ ├── 头像昵称.jpg
│ │ │ │ ├── 头像昵称积分.jpg
│ │ │ │ ├── 头背.jpg
│ │ │ │ ├── 女.bmp
│ │ │ │ ├── 女人.png
│ │ │ │ ├── 女人物.png
│ │ │ │ ├── 对决页下半部分背景.bmp
│ │ │ │ ├── 对决页背景.bmp
│ │ │ │ ├── 左边框.jpg
│ │ │ │ ├── 底.jpg
│ │ │ │ ├── 开始按钮.png
│ │ │ │ ├── 开始按钮灰.png
│ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ ├── 无人时的问号.png
│ │ │ │ ├── 最大化变色.jpg
│ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ ├── 最小化变色.jpg
│ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ ├── 标图.jpg
│ │ │ │ ├── 标背.jpg
│ │ │ │ ├── 标识.bmp
│ │ │ │ ├── 标题.jpg
│ │ │ │ ├── 标题栏.bmp
│ │ │ │ ├── 棋子外框.png
│ │ │ │ ├── 棋盘.png
│ │ │ │ ├── 棋盘小.jpg
│ │ │ │ ├── 男.bmp
│ │ │ │ ├── 男人.png
│ │ │ │ ├── 男人物.png
│ │ │ │ ├── 登录.png
│ │ │ │ ├── 登录界面下面.PNG
│ │ │ │ ├── 登录界面标题.PNG
│ │ │ │ ├── 白棋.bmp
│ │ │ │ ├── 白棋.png
│ │ │ │ ├── 白棋子.png
│ │ │ │ ├── 竖线.jpg
│ │ │ │ ├── 缩进.jpg
│ │ │ │ ├── 缩进背景.jpg
│ │ │ │ ├── 聊天.jpg
│ │ │ │ ├── 退出.png
│ │ │ │ ├── 黑棋.bmp
│ │ │ │ ├── 黑棋.png
│ │ │ │ └── 黑棋子.png
│ │ │ ├── obj
│ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ ├── ClientGobang.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ ├── ClientGobang.csproj.GenerateResource.Cache
│ │ │ │ ├── ClientGobang.exe
│ │ │ │ ├── ClientGobang.F_Logon.resources
│ │ │ │ ├── ClientGobang.Frm_Chessboard.resources
│ │ │ │ ├── ClientGobang.Frm_Hall.resources
│ │ │ │ ├── ClientGobang.F_SerSetup.resources
│ │ │ │ ├── ClientGobang.pdb
│ │ │ │ ├── ClientGobang.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ClientGobang.sln
│ │ └── ClientGobang.suo
│ ├── database
│ │ ├── db_LANGobang_Data.MDF
│ │ └── db_LANGobang_Log.LDF
│ ├── GobangClass
│ │ ├── GobangClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GobangClass.dll
│ │ │ │ └── GobangClass.pdb
│ │ │ ├── ClassForms.cs
│ │ │ ├── ClassMsg.cs
│ │ │ ├── ClassOptionData.cs
│ │ │ ├── ClassSerializers.cs
│ │ │ ├── ClassUserInfo.cs
│ │ │ ├── ClassUsers.cs
│ │ │ ├── GobangClass.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ └── GobangClass.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Publec_Class.cs
│ │ │ ├── UDPSocket.cs
│ │ │ └── UDPSocket.Designer.cs
│ │ ├── GobangClass.sln
│ │ └── GobangClass.suo
│ ├── ServerGobang
│ │ ├── ServerGobang
│ │ │ ├── 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
│ │ │ ├── Frm_Server.cs
│ │ │ ├── Frm_Server.Designer.cs
│ │ │ ├── Frm_Server.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ServerGobang.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ ├── ServerGobang.Frm_Server.resources
│ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ ├── ServerGobang.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ └── ServerGobang.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ServerGobang.csproj
│ │ ├── ServerGobang.sln
│ │ └── ServerGobang.suo
│ └── 程序使用说明.doc
└── 23
├── Upgrade
│ ├── Upgrade
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── NewXml
│ │ │ │ └── Update.xml
│ │ │ ├── Update
│ │ │ │ ├── 4.0
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ ├── Release
│ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ └── 5.0
│ │ │ │ ├── Debug
│ │ │ │ │ ├── setup.exe
│ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ ├── Release
│ │ │ │ └── UpgradeSetup.vdproj
│ │ │ ├── Update.xml
│ │ │ ├── UpgradeClass.dll
│ │ │ ├── UpgradeClass.pdb
│ │ │ ├── Upgrade.exe
│ │ │ ├── Upgrade.pdb
│ │ │ ├── UpgradeSet.ini
│ │ │ ├── Upgrade.vshost.exe
│ │ │ └── Upgrade.vshost.exe.manifest
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmSet.cs
│ │ ├── frmSet.Designer.cs
│ │ ├── frmSet.resx
│ │ ├── frmUpdate.cs
│ │ ├── frmUpdate.Designer.cs
│ │ ├── frmUpdate.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ │ ├── Upgrade.csproj.GenerateResource.Cache
│ │ │ │ ├── Upgrade.exe
│ │ │ │ ├── Upgrade.frmMain.resources
│ │ │ │ ├── Upgrade.frmSet.resources
│ │ │ │ ├── Upgrade.frmUpdate.resources
│ │ │ │ ├── Upgrade.pdb
│ │ │ │ └── Upgrade.Properties.Resources.resources
│ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ └── Upgrade.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Upgrade.csproj
│ │ └── Upgrade.csproj.user
│ ├── UpgradeClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UpgradeClass.dll
│ │ │ └── UpgradeClass.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── UpgradeClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ └── UpgradeClass.pdb
│ │ │ └── UpgradeClass.csproj.FileListAbsolute.txt
│ │ ├── OperateClass.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── UpgradeClass.csproj
│ ├── UpgradeServer
│ │ ├── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── UpgradeServer.csproj.GenerateResource.Cache
│ │ │ │ ├── UpgradeServer.exe
│ │ │ │ ├── UpgradeServer.frmMain.resources
│ │ │ │ ├── UpgradeServer.frmNewFolder.resources
│ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ └── UpgradeServer.Properties.Resources.resources
│ │ │ ├── UpgradeServer.csproj.FileListAbsolute.txt
│ │ │ └── UpgradeServer.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── UpgradeServer.csproj
│ ├── UpgradeSetup
│ │ ├── Debug
│ │ │ ├── setup.exe
│ │ │ └── UpgradeSetup.msi
│ │ ├── Release
│ │ └── UpgradeSetup.vdproj
│ ├── Upgrade.sln
│ └── Upgrade.suo
└── 程序使用说明.doc
795 directories, 3411 files
说明:《C#开发典型模块大全 (修订版)》 随书源代码 人民邮电出版社 明日科技出版
【实例截图】
文件清单
└── C#开发典型模块大全 (修订版) (源代码)
├── VS2005
│ ├── 02
│ │ ├── MyQQ
│ │ │ ├── DataBase
│ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ ├── MyQQClient
│ │ │ │ ├── MyQQClient
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ ├── F_Chat.cs
│ │ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ │ ├── F_Chat.resx
│ │ │ │ │ ├── F_Client.cs
│ │ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ │ ├── F_Client.resx
│ │ │ │ │ ├── F_Logon.cs
│ │ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ │ ├── F_Logon.resx
│ │ │ │ │ ├── F_SerSetup.cs
│ │ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ │ ├── F_SerSetup.resx
│ │ │ │ │ ├── Image
│ │ │ │ │ │ ├── 0.bmp
│ │ │ │ │ │ ├── 1.bmp
│ │ │ │ │ │ ├── center.jpg
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ │ ├── man.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
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ └── 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
│ │ │ │ │ │ │ ├── QQ主界面原稿.bmp
│ │ │ │ │ │ │ ├── QQ登录界面原稿.bmp
│ │ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ │ └── 标题下面的部分.png
│ │ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── video_03.png
│ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ ├── 标题下面的部分.png
│ │ │ │ │ │ └── 登录_03.jpg
│ │ │ │ │ ├── MyQQClient.csproj
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MyQQClient.sln
│ │ │ │ └── MyQQClient.suo
│ │ │ ├── MyQQServer
│ │ │ │ ├── MyQQServer
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ │ └── x86
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ │ ├── DataBase
│ │ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ │ │ ├── F_Server.cs
│ │ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ │ ├── F_Server.resx
│ │ │ │ │ ├── MyQQServer.csproj
│ │ │ │ │ ├── obj
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQServer.csproj.FileList.txt
│ │ │ │ │ │ └── x86
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── MyQQ.sln
│ │ │ │ └── MyQQ.suo
│ │ │ └── QQClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QQClass.dll
│ │ │ │ └── QQClass.pdb
│ │ │ ├── ClassForms.cs
│ │ │ ├── ClassMsg.cs
│ │ │ ├── ClassOptionData.cs
│ │ │ ├── ClassSerializers.cs
│ │ │ ├── ClassUserInfo.cs
│ │ │ ├── ClassUsers.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ ├── QQClass.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── QQClass.dll
│ │ │ │ │ └── TempPE
│ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ └── QQClass.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Publec_Class.cs
│ │ │ ├── QQClass.csproj
│ │ │ ├── UDPSocket.cs
│ │ │ ├── UDPSocket.Designer.cs
│ │ │ └── Video.cs
│ │ └── 程序使用说明.doc
│ ├── 03
│ │ ├── SQL-Distill
│ │ │ ├── SQL-Distill
│ │ │ │ ├── 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
│ │ │ │ ├── frmAppend.cs
│ │ │ │ ├── frmAppend.Designer.cs
│ │ │ │ ├── frmAppend.resx
│ │ │ │ ├── frmBackup.cs
│ │ │ │ ├── frmBackup.Designer.cs
│ │ │ │ ├── frmBackup.resx
│ │ │ │ ├── frmDataExport.cs
│ │ │ │ ├── frmDataExport.Designer.cs
│ │ │ │ ├── frmDataExport.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOutData.cs
│ │ │ │ ├── frmOutData.Designer.cs
│ │ │ │ ├── frmOutData.resx
│ │ │ │ ├── frmRevert.cs
│ │ │ │ ├── frmRevert.Designer.cs
│ │ │ │ ├── frmRevert.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ │ ├── Interop.SQLDMO.dll
│ │ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── SQL-Distill.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── SQL-Distill.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── SQL-Distill.exe
│ │ │ │ │ │ ├── SQL_Distill.frmAppend.resources
│ │ │ │ │ │ ├── SQL_Distill.frmBackup.resources
│ │ │ │ │ │ ├── SQL_Distill.frmDataExport.resources
│ │ │ │ │ │ ├── SQL_Distill.frmMain.resources
│ │ │ │ │ │ ├── SQL_Distill.frmOutData.resources
│ │ │ │ │ │ ├── SQL_Distill.frmRevert.resources
│ │ │ │ │ │ ├── SQL-Distill.pdb
│ │ │ │ │ │ ├── SQL_Distill.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── SQL-Distill.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SQL-Distill.csproj
│ │ │ ├── SQL-Distill.sln
│ │ │ └── SQL-Distill.suo
│ │ └── 程序使用说明.doc
│ ├── 04
│ │ ├── DataBase
│ │ │ ├── db_AllFind_Data.MDF
│ │ │ └── db_AllFind_Log.LDF
│ │ ├── FullFind
│ │ │ ├── FullFind
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ └── FullFind.pdb
│ │ │ │ ├── Frm_IfFind.cs
│ │ │ │ ├── Frm_IfFind.Designer.cs
│ │ │ │ ├── Frm_IfFind.resx
│ │ │ │ ├── FullFind.csproj
│ │ │ │ ├── ModuleClass
│ │ │ │ │ ├── DataClass.cs
│ │ │ │ │ └── FrmClass.cs
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FullFind.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ │ ├── FullFind.Frm_IfFind.resources
│ │ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── FullFind.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FullFind.sln
│ │ │ └── FullFind.suo
│ │ ├── TransferFormality
│ │ │ ├── TransferFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AllFind.exe
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ │ ├── TransferFormality.Form1.resources
│ │ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferFormality.csproj
│ │ │ ├── TransferFormality.sln
│ │ │ └── TransferFormality.suo
│ │ └── 程序使用说明.doc
│ ├── 05
│ │ ├── DataBase
│ │ │ ├── db_mrsql_Data.MDF
│ │ │ └── db_mrsql_Log.LDF
│ │ ├── DLLFullPrint
│ │ │ ├── DLLFullPrint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ └── DLLFullPrint.pdb
│ │ │ │ ├── DLLFullPrint.csproj
│ │ │ │ ├── Frm_PrintSet.cs
│ │ │ │ ├── Frm_PrintSet.Designer.cs
│ │ │ │ ├── Frm_PrintSet.resx
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DLLFullPrint.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ │ ├── DLLFullPrint.Frm_PrintSet.resources
│ │ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ └── DLLFullPrint.csproj.FileList.txt
│ │ │ │ ├── PrintClass.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DLLFullPrint.sln
│ │ │ └── DLLFullPrint.suo
│ │ ├── TransferPrint
│ │ │ ├── TransferPrint
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ └── TransferPrint.vshost.exe
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferPrint.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ │ ├── TransferPrint.Form1.resources
│ │ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ │ └── TransferPrint.Properties.Resources.resources
│ │ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TransferPrint.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferPrint.csproj
│ │ │ ├── TransferPrint.sln
│ │ │ └── TransferPrint.suo
│ │ └── 程序使用说明.doc
│ ├── 06
│ │ ├── ChartComponent
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ └── ChartComponent.pdb
│ │ │ ├── ChartComponent.csproj
│ │ │ ├── ChartPanel.cs
│ │ │ ├── ChartPanel.Designer.cs
│ │ │ ├── ChartPanel.resx
│ │ │ ├── obj
│ │ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DataBase
│ │ │ ├── MR_Distribution_Data.MDF
│ │ │ └── MR_Distribution_Log.LDF
│ │ ├── Rendering
│ │ │ ├── Rendering
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChartComponent.dll
│ │ │ │ │ ├── ChartComponent.pdb
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ └── Rendering.pdb
│ │ │ │ ├── Frm_Appear.cs
│ │ │ │ ├── Frm_Appear.Designer.cs
│ │ │ │ ├── Frm_Appear.resx
│ │ │ │ ├── Frm_Stat.cs
│ │ │ │ ├── Frm_Stat.Designer.cs
│ │ │ │ ├── Frm_Statistics.cs
│ │ │ │ ├── Frm_Statistics.Designer.cs
│ │ │ │ ├── Frm_Statistics.resx
│ │ │ │ ├── Frm_Stat.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Appear.bmp
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── ModuleClass
│ │ │ │ │ ├── DataClass.cs
│ │ │ │ │ └── FrmClass.cs
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── Rendering.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ │ ├── Rendering.Frm_Appear.resources
│ │ │ │ │ │ ├── Rendering.Frm_Statistics.resources
│ │ │ │ │ │ ├── Rendering.Frm_Stat.resources
│ │ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ │ ├── Rendering.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ │ └── Rendering.csproj.FileList.txt
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ └── Resources.resx
│ │ │ │ └── Rendering.csproj
│ │ │ ├── Rendering.sln
│ │ │ └── Rendering.suo
│ │ ├── TransferFormality
│ │ │ ├── TransferFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ChartComponent.dll
│ │ │ │ │ ├── ChartComponent.pdb
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.vshost.exe
│ │ │ │ ├── MyMain.cs
│ │ │ │ ├── MyMain.Designer.cs
│ │ │ │ ├── MyMain.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ │ ├── TransferFormality.MyMain.resources
│ │ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TransferFormality.csproj
│ │ │ ├── TransferFormality.sln
│ │ │ └── TransferFormality.suo
│ │ └── 程序使用说明.doc
│ ├── 07
│ │ └── ChartComponent
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ChartComponent.dll
│ │ │ └── ChartComponent.pdb
│ │ ├── ChartComponent.csproj
│ │ ├── ChartPanel.cs
│ │ ├── ChartPanel.Designer.cs
│ │ ├── ChartPanel.resx
│ │ ├── obj
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ ├── ChartComponent.dll
│ │ │ ├── ChartComponent.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── 08
│ │ ├── EmailManage
│ │ │ ├── EmailManage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AttachFiles
│ │ │ │ │ │ ├── 111@163.com
│ │ │ │ │ │ │ ├── 20080729044307.msg
│ │ │ │ │ │ │ └── 20080729044402.msg
│ │ │ │ │ │ ├── mr@163.com
│ │ │ │ │ │ └── mrbccd@163.com
│ │ │ │ │ ├── EmailManage.exe
│ │ │ │ │ ├── EmailManage.pdb
│ │ │ │ │ └── EmailManage.vshost.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ └── Database.cs
│ │ │ │ ├── Database
│ │ │ │ │ ├── db_EmailManage_Data.MDF
│ │ │ │ │ └── db_EmailManage_Log.LDF
│ │ │ │ ├── EmailManage.csproj
│ │ │ │ ├── frmEmailInfo.cs
│ │ │ │ ├── frmEmailInfo.Designer.cs
│ │ │ │ ├── frmEmailInfo.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.Designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ ├── frmUserManage.cs
│ │ │ │ ├── frmUserManage.Designer.cs
│ │ │ │ ├── frmUserManage.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 头像.ico
│ │ │ │ │ ├── 标题.ico
│ │ │ │ │ ├── 电子邮件登录.bmp
│ │ │ │ │ └── 登录.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── EmailManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── EmailManage.csproj.FileListAbsolute.txt
│ │ │ │ │ └── EmailManage.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── EmailManage.sln
│ │ │ └── EmailManage.suo
│ │ └── 程序使用说明.doc
│ ├── 09
│ │ ├── SMS
│ │ │ ├── SMS
│ │ │ │ ├── BaseClass
│ │ │ │ │ ├── ConnClass.cs
│ │ │ │ │ └── GSM.cs
│ │ │ │ ├── BaseInfo
│ │ │ │ │ ├── frmAddDy.cs
│ │ │ │ │ ├── frmAddDy.Designer.cs
│ │ │ │ │ ├── frmAddDy.resx
│ │ │ │ │ ├── frmAddUser.cs
│ │ │ │ │ ├── frmAddUser.Designer.cs
│ │ │ │ │ ├── frmAddUser.resx
│ │ │ │ │ ├── frmCydy.cs
│ │ │ │ │ ├── frmCydy.Designer.cs
│ │ │ │ │ ├── frmCydy.resx
│ │ │ │ │ ├── frmDyChange.cs
│ │ │ │ │ ├── frmDyChange.Designer.cs
│ │ │ │ │ ├── frmDyChange.resx
│ │ │ │ │ ├── frmTel.cs
│ │ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ │ └── frmTel.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── DataBase
│ │ │ │ │ │ └── db_SMS.mdb
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── SMS.exe
│ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ └── SMS.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_SMS.mdb
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 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
│ │ │ │ │ └── 登录
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消按钮.gif
│ │ │ │ │ ├── 用户登录背景.bmp
│ │ │ │ │ └── 登录按钮.gif
│ │ │ │ ├── MsgManage
│ │ │ │ │ ├── frmDy.cs
│ │ │ │ │ ├── frmDy.Designer.cs
│ │ │ │ │ ├── frmDy.resx
│ │ │ │ │ ├── frmResvice.cs
│ │ │ │ │ ├── frmResvice.Designer.cs
│ │ │ │ │ ├── frmResvice.resx
│ │ │ │ │ ├── frmSendSMS.cs
│ │ │ │ │ ├── frmSendSMS.Designer.cs
│ │ │ │ │ ├── frmSendSMS.resx
│ │ │ │ │ ├── frmSmsXX.cs
│ │ │ │ │ ├── frmSmsXX.Designer.cs
│ │ │ │ │ ├── frmSmsXX.resx
│ │ │ │ │ ├── frmTelNote.cs
│ │ │ │ │ ├── frmTelNote.Designer.cs
│ │ │ │ │ ├── frmTelNote.resx
│ │ │ │ │ ├── frmYfxx.cs
│ │ │ │ │ ├── frmYfxx.Designer.cs
│ │ │ │ │ └── frmYfxx.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── SMS.AboutBox1.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.frmDyChange.resources
│ │ │ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── SMS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── SMS.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── SMS.csproj
│ │ │ │ ├── SMS.csproj.user
│ │ │ │ └── SysManage
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── frmChangePwd.cs
│ │ │ │ ├── frmChangePwd.Designer.cs
│ │ │ │ ├── frmChangePwd.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.Designer.cs
│ │ │ │ └── frmLock.resx
│ │ │ ├── SMS.sln
│ │ │ └── SMS.suo
│ │ └── 程序使用说明.doc
│ ├── 10
│ │ ├── MyDesktop
│ │ │ ├── MyDesktop
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── db_MyDesktop.mdb
│ │ │ │ │ ├── MyDesktop.exe
│ │ │ │ │ ├── MyDesktop.pdb
│ │ │ │ │ └── MyDesktop.vshost.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ ├── DataOperate.cs
│ │ │ │ │ ├── DateConvert.cs
│ │ │ │ │ ├── HolidayManage.cs
│ │ │ │ │ ├── RemindManage.cs
│ │ │ │ │ └── WinSetManage.cs
│ │ │ │ ├── frmHoliday.cs
│ │ │ │ ├── frmHoliday.Designer.cs
│ │ │ │ ├── frmHoliday.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOperateHoliday.cs
│ │ │ │ ├── frmOperateHoliday.Designer.cs
│ │ │ │ ├── frmOperateHoliday.resx
│ │ │ │ ├── frmOperateRemind.cs
│ │ │ │ ├── frmOperateRemind.Designer.cs
│ │ │ │ ├── frmOperateRemind.resx
│ │ │ │ ├── frmRemind.cs
│ │ │ │ ├── frmRemind.Designer.cs
│ │ │ │ ├── frmRemind.resx
│ │ │ │ ├── frmWinSet.cs
│ │ │ │ ├── frmWinSet.Designer.cs
│ │ │ │ ├── frmWinSet.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.ico
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── MyDesktop.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── MyDesktop.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── MyDesktop.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyDesktop.sln
│ │ │ └── MyDesktop.suo
│ │ └── 程序使用说明.doc
│ ├── 11
│ │ ├── FileManage
│ │ │ ├── FileManage
│ │ │ │ ├── AboutBox.cs
│ │ │ │ ├── AboutBox.Designer.cs
│ │ │ │ ├── AboutBox.resx
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── clear.bat
│ │ │ │ │ ├── FileManage.exe
│ │ │ │ │ ├── FileManage.pdb
│ │ │ │ │ ├── FileManage.vshost.exe
│ │ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ └── Interop.Word.dll
│ │ │ │ ├── CommonClass
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── FileManage.csproj
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmRepeat.cs
│ │ │ │ ├── frmRepeat.Designer.cs
│ │ │ │ ├── frmRepeat.resx
│ │ │ │ ├── frmSplit.cs
│ │ │ │ ├── frmSplit.Designer.cs
│ │ │ │ ├── frmSplit.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 1.ico
│ │ │ │ │ ├── 2.ico
│ │ │ │ │ ├── 3.ico
│ │ │ │ │ ├── 4.ico
│ │ │ │ │ ├── 5.ico
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FileManage.AboutBox.resources
│ │ │ │ │ │ ├── FileManage.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FileManage.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── FileManage.exe
│ │ │ │ │ │ ├── FileManage.frmMain.resources
│ │ │ │ │ │ ├── FileManage.frmRepeat.resources
│ │ │ │ │ │ ├── FileManage.frmSplit.resources
│ │ │ │ │ │ ├── FileManage.pdb
│ │ │ │ │ │ ├── FileManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── FileManage.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FileManage.sln
│ │ │ └── FileManage.suo
│ │ └── 程序使用说明.doc
│ ├── 12
│ │ ├── PictureManage
│ │ │ ├── PictureManage
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PictureManage.exe
│ │ │ │ │ ├── PictureManage.pdb
│ │ │ │ │ └── PictureManage.vshost.exe
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmPicAdjust.cs
│ │ │ │ ├── frmPicAdjust.Designer.cs
│ │ │ │ ├── frmPicAdjust.resx
│ │ │ │ ├── frmPictureMax.cs
│ │ │ │ ├── frmPictureMax.Designer.cs
│ │ │ │ ├── frmPictureMax.resx
│ │ │ │ ├── frmRename.cs
│ │ │ │ ├── frmRename.Designer.cs
│ │ │ │ ├── frmRename.resx
│ │ │ │ ├── frmSlide.cs
│ │ │ │ ├── frmSlide.Designer.cs
│ │ │ │ ├── frmSlide.resx
│ │ │ │ ├── frmSpecialEfficacy.cs
│ │ │ │ ├── frmSpecialEfficacy.Designer.cs
│ │ │ │ ├── frmSpecialEfficacy.resx
│ │ │ │ ├── frmWater.cs
│ │ │ │ ├── frmWater.Designer.cs
│ │ │ │ ├── frmWater.resx
│ │ │ │ ├── ImageFolder
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 上.ico
│ │ │ │ │ ├── 下.ico
│ │ │ │ │ ├── 保存1.ico
│ │ │ │ │ ├── 保存2.png
│ │ │ │ │ ├── 保存3.png
│ │ │ │ │ ├── 保存.png
│ │ │ │ │ ├── 保存退出.ico
│ │ │ │ │ ├── 删除.ico
│ │ │ │ │ ├── 刷新.ico
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 图标 (58).ico
│ │ │ │ │ ├── 打印.ico
│ │ │ │ │ ├── 打开.ico
│ │ │ │ │ ├── 播放.ico
│ │ │ │ │ ├── 旋转.ico
│ │ │ │ │ ├── 暂停.ico
│ │ │ │ │ ├── 预览1.png
│ │ │ │ │ └── 预览.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── PictureManage.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── PictureManage.csproj.FileListAbsolute.txt
│ │ │ │ │ └── PictureManage.csproj.FileList.txt
│ │ │ │ ├── PictureManage.csproj
│ │ │ │ ├── PictureManage.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── TemporaryFolder
│ │ │ │ ├── 105.JPG
│ │ │ │ ├── 14.JPG
│ │ │ │ └── Thumbs.db
│ │ │ ├── PictureManage.sln
│ │ │ └── PictureManage.suo
│ │ └── 程序使用说明.doc
│ ├── 13
│ │ ├── FTP-LS2
│ │ │ └── FTP-LS
│ │ │ └── FTP-LS
│ │ │ ├── FTP-LS
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ └── FTP-LS.vshost.exe
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmNewFolder.cs
│ │ │ │ ├── frmNewFolder.Designer.cs
│ │ │ │ ├── frmNewFolder.resx
│ │ │ │ ├── FTPClass
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── FTPImages
│ │ │ │ │ ├── ftp.ico
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ww.png
│ │ │ │ │ ├── 上传.ico
│ │ │ │ │ ├── 下载.ico
│ │ │ │ │ ├── 全选.ico
│ │ │ │ │ ├── 删除.ico
│ │ │ │ │ ├── 剪切.ico
│ │ │ │ │ ├── 复制.ico
│ │ │ │ │ ├── 打开.ico
│ │ │ │ │ ├── 新建.ico
│ │ │ │ │ ├── 清空.ico
│ │ │ │ │ ├── 粘贴.ico
│ │ │ │ │ ├── 退出.ico
│ │ │ │ │ └── 重命名.ico
│ │ │ │ ├── FTP-LS.csproj
│ │ │ │ ├── FTP-LS.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FTP-LS.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ │ ├── FTP_LS.frmMain.resources
│ │ │ │ │ │ ├── FTP_LS.frmNewFolder.resources
│ │ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ │ ├── FTP_LS.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ │ └── FTP-LS.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FTP-LS.sln
│ │ │ └── FTP-LS.suo
│ │ └── 程序使用说明.doc
│ ├── 14
│ │ ├── MagicCony
│ │ │ ├── MagicCony
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ConyData.mdb
│ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ ├── MagicCony.exe
│ │ │ │ │ ├── MagicCony.pdb
│ │ │ │ │ └── MagicCony.vshost.exe
│ │ │ │ ├── ConyData.mdb
│ │ │ │ ├── frmCheck.cs
│ │ │ │ ├── frmCheck.Designer.cs
│ │ │ │ ├── frmCheck.resx
│ │ │ │ ├── frmCloseWindows.cs
│ │ │ │ ├── frmCloseWindows.Designer.cs
│ │ │ │ ├── frmCloseWindows.resx
│ │ │ │ ├── frmCony.cs
│ │ │ │ ├── frmCony.Designer.cs
│ │ │ │ ├── frmCony.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmSetPassword.cs
│ │ │ │ ├── frmSetPassword.Designer.cs
│ │ │ │ ├── frmSetPassword.resx
│ │ │ │ ├── frmSystemCheck.cs
│ │ │ │ ├── frmSystemCheck.Designer.cs
│ │ │ │ ├── frmSystemCheck.resx
│ │ │ │ ├── frmSystemOptimize.cs
│ │ │ │ ├── frmSystemOptimize.Designer.cs
│ │ │ │ ├── frmSystemOptimize.resx
│ │ │ │ ├── HTMLPage1.htm
│ │ │ │ ├── Images
│ │ │ │ │ ├── 00.jpg
│ │ │ │ │ ├── a1_03.jpg
│ │ │ │ │ ├── {A517F4CE-3605-4B3E-865C-7D84F59C539C}.bmp
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── title_bg_quit.gif
│ │ │ │ │ ├── up_56.png
│ │ │ │ │ ├── up_60.png
│ │ │ │ │ ├── zx.png
│ │ │ │ │ ├── 发送到菜单1_03.jpg
│ │ │ │ │ ├── 发送到菜单2_07.jpg
│ │ │ │ │ ├── 发送到菜单3_10.jpg
│ │ │ │ │ ├── 发送到菜单56_10.jpg
│ │ │ │ │ ├── 图标 (57).ico
│ │ │ │ │ ├── 图标 (58).ico
│ │ │ │ │ ├── 图标 (5).PNG
│ │ │ │ │ ├── 系统优化_07.jpg
│ │ │ │ │ ├── 系统优化_09.jpg
│ │ │ │ │ ├── 系统优化_11.jpg
│ │ │ │ │ ├── 系统优化_13.jpg
│ │ │ │ │ ├── 系统优化bg_06.jpg
│ │ │ │ │ ├── 系统优化tou_03.jpg
│ │ │ │ │ ├── 系统检测_03.jpg
│ │ │ │ │ ├── 系统检测bg_06.jpg
│ │ │ │ │ ├── 系统检测tc_07.jpg
│ │ │ │ │ ├── 背景_03.jpg
│ │ │ │ │ └── 魔法兔子主界面_03.jpg
│ │ │ │ ├── MagicCony.csproj
│ │ │ │ ├── MagicCony.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── MagicCony.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MagicCony.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── PublicClass.cs
│ │ │ ├── MagicCony.sln
│ │ │ └── MagicCony.suo
│ │ └── 程序使用说明.doc
│ ├── 15
│ │ ├── Exam
│ │ │ ├── Exam
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Exam.exe
│ │ │ │ │ ├── Exam.pdb
│ │ │ │ │ └── Exam.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_Exam_Data.MDF
│ │ │ │ │ └── db_Exam_Log.LDF
│ │ │ │ ├── Exam.csproj
│ │ │ │ ├── frmAdminAddJudgeExam.cs
│ │ │ │ ├── frmAdminAddJudgeExam.Designer.cs
│ │ │ │ ├── frmAdminAddJudgeExam.resx
│ │ │ │ ├── frmAdminAddSelectExam.cs
│ │ │ │ ├── frmAdminAddSelectExam.Designer.cs
│ │ │ │ ├── frmAdminAddSelectExam.resx
│ │ │ │ ├── frmAdminExamSet.cs
│ │ │ │ ├── frmAdminExamSet.Designer.cs
│ │ │ │ ├── frmAdminExamSet.resx
│ │ │ │ ├── frmAdminFillExam.cs
│ │ │ │ ├── frmAdminFillExam.Designer.cs
│ │ │ │ ├── frmAdminFillExam.resx
│ │ │ │ ├── frmAdminFindScore.cs
│ │ │ │ ├── frmAdminFindScore.Designer.cs
│ │ │ │ ├── frmAdminFindScore.resx
│ │ │ │ ├── frmAdminManage.cs
│ │ │ │ ├── frmAdminManage.Designer.cs
│ │ │ │ ├── frmAdminManage.resx
│ │ │ │ ├── frmAdminStudent.cs
│ │ │ │ ├── frmAdminStudent.Designer.cs
│ │ │ │ ├── frmAdminStudent.resx
│ │ │ │ ├── frmChangePwd.cs
│ │ │ │ ├── frmChangePwd.Designer.cs
│ │ │ │ ├── frmChangePwd.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmStartExam.cs
│ │ │ │ ├── frmStartExam.Designer.cs
│ │ │ │ ├── frmStartExam.resx
│ │ │ │ ├── frmStudentExam.cs
│ │ │ │ ├── frmStudentExam.Designer.cs
│ │ │ │ ├── frmStudentExam.resx
│ │ │ │ ├── ImageFolder
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 加载界面.bmp
│ │ │ │ │ ├── 学生登录成功窗体.bmp
│ │ │ │ │ ├── 清空按钮.bmp
│ │ │ │ │ ├── 登录按钮.bmp
│ │ │ │ │ ├── 登录界面背景.bmp
│ │ │ │ │ └── 退出按钮.bmp
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Exam.AboutBox1.resources
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── Exam.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Exam.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Exam.sln
│ │ │ └── Exam.suo
│ │ └── 程序使用说明.doc
│ ├── 16
│ │ ├── MyWebIE
│ │ │ ├── MyWebIE
│ │ │ │ ├── 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
│ │ │ │ ├── IEImage
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 主页.ico
│ │ │ │ │ ├── 停止.ico
│ │ │ │ │ ├── 刷新.ico
│ │ │ │ │ ├── 前进.ico
│ │ │ │ │ ├── 后退.ico
│ │ │ │ │ ├── 打印.ico
│ │ │ │ │ ├── 搜索.ico
│ │ │ │ │ ├── 新建.ico
│ │ │ │ │ ├── 浏览器.ico
│ │ │ │ │ └── 转到.ico
│ │ │ │ ├── MyWebIE.csproj
│ │ │ │ ├── MyWebIE.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ │ ├── MyWebIE.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyWebIE.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── MyWebIE.exe
│ │ │ │ │ │ ├── MyWebIE.frmIE.resources
│ │ │ │ │ │ ├── MyWebIE.frmNeatenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.frmOpenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.frmSource.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmIE.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmNeatenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmOpenFavorites.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.frmSource.resources
│ │ │ │ │ │ ├── MyWebIE.obj.Debug.MyWebIE.Properties.Resources.resources
│ │ │ │ │ │ ├── MyWebIE.pdb
│ │ │ │ │ │ ├── MyWebIE.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── MyWebIE.csproj.FileListAbsolute.txt
│ │ │ │ │ └── MyWebIE.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── UrlTxt.txt
│ │ │ ├── MyWebIE.sln
│ │ │ └── MyWebIE.suo
│ │ └── 程序使用说明.doc
│ ├── 17
│ │ ├── Daila
│ │ │ ├── Daila
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ └── Daila.vshost.exe
│ │ │ │ ├── D160A.cs
│ │ │ │ ├── Daila.csproj
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_Dainla.mdb
│ │ │ │ ├── Form4.Designer.cs
│ │ │ │ ├── frmCustomer.cs
│ │ │ │ ├── frmCustomer.Designer.cs
│ │ │ │ ├── frmCustomer.resx
│ │ │ │ ├── frmCustomerUpdate.cs
│ │ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ │ ├── frmCustomerUpdate.resx
│ │ │ │ ├── frmDai.cs
│ │ │ │ ├── frmDai.Designer.cs
│ │ │ │ ├── frmDai.resx
│ │ │ │ ├── frmEmployeeInfo.cs
│ │ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ │ ├── frmEmployeeInfo.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmProd.cs
│ │ │ │ ├── frmProd.Designer.cs
│ │ │ │ ├── frmProd.resx
│ │ │ │ ├── frmtbProduction.cs
│ │ │ │ ├── frmtbProduction.Designer.cs
│ │ │ │ ├── frmtbProduction.resx
│ │ │ │ ├── frmtbProPath.cs
│ │ │ │ ├── frmtbProPath.Designer.cs
│ │ │ │ ├── frmtbProPathNew.cs
│ │ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ │ ├── frmtbProPathNew.resx
│ │ │ │ ├── frmtbProPath.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ ├── frmTel.resx
│ │ │ │ ├── login.cs
│ │ │ │ ├── login.Designer.cs
│ │ │ │ ├── login.resx
│ │ │ │ ├── NewClass
│ │ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ │ ├── tbProductionClass.cs
│ │ │ │ │ ├── tbProPathClass.cs
│ │ │ │ │ └── tbTelRecordClass.cs
│ │ │ │ ├── NewMehod
│ │ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Daila.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── 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.frmtbProduction.resources
│ │ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 取消按钮.bmp
│ │ │ │ │ ├── 确定按钮.bmp
│ │ │ │ │ └── 背景.bmp
│ │ │ │ └── Voice
│ │ │ ├── Daila.sln
│ │ │ └── Daila.suo
│ │ └── 程序使用说明.doc
│ ├── 18
│ │ ├── PlayApparatus
│ │ │ ├── PlayApparatus
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── FrmClassDepot.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ ├── PlayApparatus.vshost.exe
│ │ │ │ │ └── 默认.m3u
│ │ │ │ ├── FrmClass.cs
│ │ │ │ ├── Frm_Libretto.cs
│ │ │ │ ├── Frm_Libretto.Designer.cs
│ │ │ │ ├── Frm_Libretto.resx
│ │ │ │ ├── Frm_ListBox.cs
│ │ │ │ ├── Frm_ListBox.Designer.cs
│ │ │ │ ├── Frm_ListBox.resx
│ │ │ │ ├── Frm_Play.cs
│ │ │ │ ├── Frm_Play.Designer.cs
│ │ │ │ ├── Frm_Play.resx
│ │ │ │ ├── Frm_Screen.cs
│ │ │ │ ├── Frm_Screen.Designer.cs
│ │ │ │ ├── Frm_Screen.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── EQ.png
│ │ │ │ │ ├── EQ变.png
│ │ │ │ │ ├── LRC.png
│ │ │ │ │ ├── LRC变.png
│ │ │ │ │ ├── PL.png
│ │ │ │ │ ├── PL变.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── WF.png
│ │ │ │ │ ├── WF变.png
│ │ │ │ │ ├── 停止按钮.png
│ │ │ │ │ ├── 停止按钮变.png
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 关闭按钮变色.jpg
│ │ │ │ │ ├── 内部边框.png
│ │ │ │ │ ├── 列表导航.png
│ │ │ │ │ ├── 前进按钮.png
│ │ │ │ │ ├── 前进按钮变.png
│ │ │ │ │ ├── 右侧边框.png
│ │ │ │ │ ├── 后退按钮.png
│ │ │ │ │ ├── 后退按钮变.png
│ │ │ │ │ ├── 左侧边框(1).png
│ │ │ │ │ ├── 左侧边框.png
│ │ │ │ │ ├── 底1.png
│ │ │ │ │ ├── 底2.png
│ │ │ │ │ ├── 底3.png
│ │ │ │ │ ├── 底部边框1.png
│ │ │ │ │ ├── 底部边框2.png
│ │ │ │ │ ├── 底部边框3.png
│ │ │ │ │ ├── 底部边框.png
│ │ │ │ │ ├── 总标题1.png
│ │ │ │ │ ├── 总标题2.png
│ │ │ │ │ ├── 总标题3.png
│ │ │ │ │ ├── 总标题.png
│ │ │ │ │ ├── 打开文件列表.png
│ │ │ │ │ ├── 打开文件列表变.png
│ │ │ │ │ ├── 控件背是.png
│ │ │ │ │ ├── 控件背景.png
│ │ │ │ │ ├── 播放列表关闭按钮变.png
│ │ │ │ │ ├── 播放列表的关闭按钮原.png
│ │ │ │ │ ├── 播放器背景1.png
│ │ │ │ │ ├── 播放器背景2.png
│ │ │ │ │ ├── 播放器背景.png
│ │ │ │ │ ├── 播放器背景下.png
│ │ │ │ │ ├── 播放器背景中.png
│ │ │ │ │ ├── 播放按钮.png
│ │ │ │ │ ├── 播放按钮变.png
│ │ │ │ │ ├── 暂停按钮.png
│ │ │ │ │ ├── 暂停按钮变.png
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 最小化按钮变色.jpg
│ │ │ │ │ ├── 标题栏.png
│ │ │ │ │ ├── 歌词秀.png
│ │ │ │ │ ├── 滚动.png
│ │ │ │ │ ├── 滚动变色.png
│ │ │ │ │ ├── 滚动块.png
│ │ │ │ │ ├── 背景.png
│ │ │ │ │ ├── 音量按钮.png
│ │ │ │ │ ├── 音量按钮变色.png
│ │ │ │ │ ├── 音量滚动.png
│ │ │ │ │ ├── 音量滚动变色.png
│ │ │ │ │ └── 音量滚动块.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── PlayApparatus.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── PlayApparatus.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ │ ├── PlayApparatus.Frm_Libretto.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_ListBox.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_Play.resources
│ │ │ │ │ │ ├── PlayApparatus.Frm_Screen.resources
│ │ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ │ ├── PlayApparatus.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ │ └── PlayApparatus.csproj.FileList.txt
│ │ │ │ ├── PlayApparatus.csproj
│ │ │ │ ├── PlayApparatus.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PlayApparatus.sln
│ │ │ └── PlayApparatus.suo
│ │ └── 程序使用说明.doc
│ ├── 19
│ │ ├── ScreenKinescope
│ │ │ ├── ScreenKinescope
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Data
│ │ │ │ │ │ └── ScreenData.mdb
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ │ └── ScreenKinescope.vshost.exe
│ │ │ │ ├── ClassFolder
│ │ │ │ │ └── BaseClass.cs
│ │ │ │ ├── ConverrtAviToBmp
│ │ │ │ ├── Data
│ │ │ │ │ └── ScreenData.mdb
│ │ │ │ ├── frmGeneral.cs
│ │ │ │ ├── frmGeneral.Designer.cs
│ │ │ │ ├── frmGeneral.resx
│ │ │ │ ├── frmScreen.cs
│ │ │ │ ├── frmScreen.Designer.cs
│ │ │ │ ├── frmScreen.resx
│ │ │ │ ├── frmVideoManager.cs
│ │ │ │ ├── frmVideoManager.Designer.cs
│ │ │ │ ├── frmVideoManager.resx
│ │ │ │ ├── Images
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── 3.png
│ │ │ │ │ ├── 4.png
│ │ │ │ │ ├── 5.png
│ │ │ │ │ ├── a.png
│ │ │ │ │ ├── b.png
│ │ │ │ │ ├── c.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 停止1.png
│ │ │ │ │ ├── 关闭.png
│ │ │ │ │ ├── 分割.png
│ │ │ │ │ ├── 前一帧.png
│ │ │ │ │ ├── 取消.png
│ │ │ │ │ ├── 后一帧.png
│ │ │ │ │ ├── 图.jpg
│ │ │ │ │ ├── 图标 (14).ico
│ │ │ │ │ ├── 图标 (30).ico
│ │ │ │ │ ├── 定位.png
│ │ │ │ │ ├── 录像.ico
│ │ │ │ │ ├── 录像.png
│ │ │ │ │ ├── 暂停.png
│ │ │ │ │ ├── 浏览.png
│ │ │ │ │ └── 确定.png
│ │ │ │ ├── MyPictures
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ScreenKinescope.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ScreenKinescope.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ │ │ ├── ScreenKinescope.frmGeneral.resources
│ │ │ │ │ │ ├── ScreenKinescope.frmScreen.resources
│ │ │ │ │ │ ├── ScreenKinescope.frmVideoManager.resources
│ │ │ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ │ │ ├── ScreenKinescope.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ └── Screen.dll
│ │ │ │ │ ├── ScreenKinescope.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ScreenKinescope.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── ScreenKinescope.csproj
│ │ │ │ └── ScreenKinescope.csproj.user
│ │ │ ├── ScreenKinescope.sln
│ │ │ └── ScreenKinescope.suo
│ │ └── 程序使用说明.doc
│ ├── 20
│ │ ├── DispelFormality
│ │ │ ├── DispelFormality
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ ├── DispelFormality.TXT
│ │ │ │ │ └── DispelFormality.vshost.exe
│ │ │ │ ├── DispelFormality.csproj
│ │ │ │ ├── Frm_Dispel.cs
│ │ │ │ ├── Frm_Dispel.Designer.cs
│ │ │ │ ├── Frm_Dispel.resx
│ │ │ │ ├── Frm_Logon.cs
│ │ │ │ ├── Frm_Logon.Designer.cs
│ │ │ │ ├── Frm_Logon.resx
│ │ │ │ ├── Frm_Main.cs
│ │ │ │ ├── Frm_Main.Designer.cs
│ │ │ │ ├── Frm_Main.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── DispelFormality.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── DispelFormality.sln
│ │ │ └── DispelFormality.suo
│ │ ├── FormalityEncryet
│ │ │ ├── FormalityEncryet
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ └── FormalityEncryet.vshost.exe
│ │ │ │ ├── FormalityEncryet.csproj
│ │ │ │ ├── Frm_Encryption.cs
│ │ │ │ ├── Frm_Encryption.Designer.cs
│ │ │ │ ├── Frm_Encryption.resx
│ │ │ │ ├── Hardware.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FormalityEncryet.sln
│ │ │ └── FormalityEncryet.suo
│ │ └── 程序使用说明.doc
│ ├── 21
│ │ ├── VideoMonitor
│ │ │ ├── VideoMonitor
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── AxInterop.MediaPlayer.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ ├── VideoMonitor.vshost.exe
│ │ │ │ │ ├── VideoSet.ini
│ │ │ │ │ └── 系统注册机.exe
│ │ │ │ ├── CommonClass
│ │ │ │ │ ├── DataCon.cs
│ │ │ │ │ ├── DataOperate.cs
│ │ │ │ │ ├── PelcoD.cs
│ │ │ │ │ ├── SoftReg.cs
│ │ │ │ │ └── VideoOperate.cs
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_VideoMonitor.mdb
│ │ │ │ ├── frmAutoVideo.cs
│ │ │ │ ├── frmAutoVideo.Designer.cs
│ │ │ │ ├── frmAutoVideo.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmPlay.cs
│ │ │ │ ├── frmPlay.designer.cs
│ │ │ │ ├── frmPlay.resx
│ │ │ │ ├── frmRegister.cs
│ │ │ │ ├── frmRegister.designer.cs
│ │ │ │ ├── frmRegister.resx
│ │ │ │ ├── frmSetMonitor.cs
│ │ │ │ ├── frmSetMonitor.designer.cs
│ │ │ │ ├── frmSetMonitor.resx
│ │ │ │ ├── frmWelcome.cs
│ │ │ │ ├── frmWelcome.Designer.cs
│ │ │ │ ├── frmWelcome.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 主页面
│ │ │ │ │ │ ├── bg.bmp
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 启动界面.bmp
│ │ │ │ │ ├── 用户.ico
│ │ │ │ │ ├── 监控管理界面
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ └── 背景.bmp
│ │ │ │ │ ├── 系统登录
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 登录按钮.png
│ │ │ │ │ │ ├── 登录背景.bmp
│ │ │ │ │ │ └── 退出按钮.png
│ │ │ │ │ └── 软件注册页面
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 背景.bmp
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ ├── VideoMonitor.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── VideoMonitor.csproj.ResolveComReference.cache
│ │ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ │ ├── VideoMonitor.frmAutoVideo.resources
│ │ │ │ │ │ ├── VideoMonitor.frmLogin.resources
│ │ │ │ │ │ ├── VideoMonitor.frmMain.resources
│ │ │ │ │ │ ├── VideoMonitor.frmPlay.resources
│ │ │ │ │ │ ├── VideoMonitor.frmRegister.resources
│ │ │ │ │ │ ├── VideoMonitor.frmSetMonitor.resources
│ │ │ │ │ │ ├── VideoMonitor.frmWelcome.resources
│ │ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ │ └── VideoMonitor.Properties.Resources.resources
│ │ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ │ └── VideoMonitor.csproj.FileList.txt
│ │ │ │ ├── Photo
│ │ │ │ ├── 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
│ │ │ ├── VideoMonitor.sln
│ │ │ └── VideoMonitor.suo
│ │ └── 程序使用说明.doc
│ ├── 22
│ │ ├── ClientGobang
│ │ │ ├── ClientGobang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClientGobang.exe
│ │ │ │ │ ├── ClientGobang.pdb
│ │ │ │ │ ├── ClientGobang.vshost.exe
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ └── GobangClass.pdb
│ │ │ │ ├── ChessClass
│ │ │ │ │ ├── Client.cs
│ │ │ │ │ ├── ClientObject.cs
│ │ │ │ │ └── ClientObjectEventArgs.cs
│ │ │ │ ├── ClientClass.cs
│ │ │ │ ├── ClientGobang.csproj
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── Frm_Chessboard.cs
│ │ │ │ ├── Frm_Chessboard.Designer.cs
│ │ │ │ ├── Frm_Chessboard.resx
│ │ │ │ ├── Frm_Hall.cs
│ │ │ │ ├── Frm_Hall.Designer.cs
│ │ │ │ ├── Frm_Hall.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── dj
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 女人.png
│ │ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ │ ├── 男人.png
│ │ │ │ │ │ ├── 白棋.png
│ │ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ │ └── 黑棋子.png
│ │ │ │ │ ├── lb
│ │ │ │ │ │ ├── {F4BB829B-2589-4876-AD51-880FC3ADEC81}.jpg
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ │ ├── 头像1.png
│ │ │ │ │ │ ├── 头像2.png
│ │ │ │ │ │ ├── 头像3.png
│ │ │ │ │ │ ├── 头像4.png
│ │ │ │ │ │ ├── 头像5.png
│ │ │ │ │ │ ├── 头像6.png
│ │ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ │ └── 竖线.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 五子列表.jpg
│ │ │ │ │ ├── 五子棋列表.jpg
│ │ │ │ │ ├── 公共聊天.jpg
│ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 分界线.jpg
│ │ │ │ │ ├── 厅背景.jpg
│ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ ├── 发送按钮变色.png
│ │ │ │ │ ├── 右侧下.jpg
│ │ │ │ │ ├── 右边框.jpg
│ │ │ │ │ ├── 启动界面.bmp
│ │ │ │ │ ├── 图形.jpg
│ │ │ │ │ ├── 复件 头像1.png
│ │ │ │ │ ├── 复件 头像2.png
│ │ │ │ │ ├── 复件 头像3.png
│ │ │ │ │ ├── 头.jpg
│ │ │ │ │ ├── 头像1.png
│ │ │ │ │ ├── 头像2.png
│ │ │ │ │ ├── 头像3.png
│ │ │ │ │ ├── 头像4.png
│ │ │ │ │ ├── 头像5.png
│ │ │ │ │ ├── 头像6.png
│ │ │ │ │ ├── 头像昵称.jpg
│ │ │ │ │ ├── 头像昵称积分.jpg
│ │ │ │ │ ├── 头背.jpg
│ │ │ │ │ ├── 女.bmp
│ │ │ │ │ ├── 女人.png
│ │ │ │ │ ├── 女人物.png
│ │ │ │ │ ├── 对决页下半部分背景.bmp
│ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ ├── 左边框.jpg
│ │ │ │ │ ├── 底.jpg
│ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ ├── 开始按钮灰.png
│ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ ├── 无人时的问号.png
│ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 标图.jpg
│ │ │ │ │ ├── 标背.jpg
│ │ │ │ │ ├── 标识.bmp
│ │ │ │ │ ├── 标题.jpg
│ │ │ │ │ ├── 标题栏.bmp
│ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ ├── 男.bmp
│ │ │ │ │ ├── 男人.png
│ │ │ │ │ ├── 男人物.png
│ │ │ │ │ ├── 登录.png
│ │ │ │ │ ├── 登录界面下面.PNG
│ │ │ │ │ ├── 登录界面标题.PNG
│ │ │ │ │ ├── 白棋.bmp
│ │ │ │ │ ├── 白棋.png
│ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ ├── 竖线.jpg
│ │ │ │ │ ├── 缩进.jpg
│ │ │ │ │ ├── 缩进背景.jpg
│ │ │ │ │ ├── 聊天.jpg
│ │ │ │ │ ├── 退出.png
│ │ │ │ │ ├── 黑棋.bmp
│ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ └── 黑棋子.png
│ │ │ │ ├── obj
│ │ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClientGobang.csproj.FileList.txt
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ClientGobang.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClientGobang.exe
│ │ │ │ │ ├── ClientGobang.F_Logon.resources
│ │ │ │ │ ├── ClientGobang.Frm_Chessboard.resources
│ │ │ │ │ ├── ClientGobang.Frm_Hall.resources
│ │ │ │ │ ├── ClientGobang.F_SerSetup.resources
│ │ │ │ │ ├── ClientGobang.pdb
│ │ │ │ │ ├── ClientGobang.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ClientGobang.sln
│ │ │ └── ClientGobang.suo
│ │ ├── database
│ │ │ ├── db_LANGobang_Data.MDF
│ │ │ └── db_LANGobang_Log.LDF
│ │ ├── GobangClass
│ │ │ ├── GobangClass
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ └── GobangClass.pdb
│ │ │ │ ├── ClassForms.cs
│ │ │ │ ├── ClassMsg.cs
│ │ │ │ ├── ClassOptionData.cs
│ │ │ │ ├── ClassSerializers.cs
│ │ │ │ ├── ClassUserInfo.cs
│ │ │ │ ├── ClassUsers.cs
│ │ │ │ ├── GobangClass.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ │ └── GobangClass.csproj.FileList.txt
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Publec_Class.cs
│ │ │ │ ├── UDPSocket.cs
│ │ │ │ └── UDPSocket.Designer.cs
│ │ │ ├── GobangClass.sln
│ │ │ └── GobangClass.suo
│ │ ├── ServerGobang
│ │ │ ├── ServerGobang
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ └── ServerGobang.vshost.exe
│ │ │ │ ├── database
│ │ │ │ │ ├── db_LANGobang_Data.MDF
│ │ │ │ │ └── db_LANGobang_Log.LDF
│ │ │ │ ├── Frm_Server.cs
│ │ │ │ ├── Frm_Server.Designer.cs
│ │ │ │ ├── Frm_Server.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ServerGobang.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ │ ├── ServerGobang.Frm_Server.resources
│ │ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ │ ├── ServerGobang.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ └── ServerGobang.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── ServerGobang.csproj
│ │ │ ├── ServerGobang.sln
│ │ │ └── ServerGobang.suo
│ │ └── 程序使用说明.doc
│ └── 23
│ ├── Upgrade
│ │ ├── Upgrade
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── NewXml
│ │ │ │ │ └── Update.xml
│ │ │ │ ├── Update
│ │ │ │ │ ├── 4.0
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ │ ├── Release
│ │ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ │ └── 5.0
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ ├── Release
│ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ ├── Update.xml
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ ├── UpgradeClass.pdb
│ │ │ │ ├── Upgrade.exe
│ │ │ │ ├── Upgrade.pdb
│ │ │ │ ├── UpgradeSet.ini
│ │ │ │ └── Upgrade.vshost.exe
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmSet.cs
│ │ │ ├── frmSet.Designer.cs
│ │ │ ├── frmSet.resx
│ │ │ ├── frmUpdate.cs
│ │ │ ├── frmUpdate.Designer.cs
│ │ │ ├── frmUpdate.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── Upgrade.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Upgrade.exe
│ │ │ │ │ ├── Upgrade.frmMain.resources
│ │ │ │ │ ├── Upgrade.frmSet.resources
│ │ │ │ │ ├── Upgrade.frmUpdate.resources
│ │ │ │ │ ├── Upgrade.pdb
│ │ │ │ │ └── Upgrade.Properties.Resources.resources
│ │ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ │ └── Upgrade.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Upgrade.csproj
│ │ │ └── Upgrade.csproj.user
│ │ ├── UpgradeClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ └── UpgradeClass.pdb
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpgradeClass.dll
│ │ │ │ │ └── UpgradeClass.pdb
│ │ │ │ └── UpgradeClass.csproj.FileListAbsolute.txt
│ │ │ ├── OperateClass.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── UpgradeClass.csproj
│ │ ├── UpgradeServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ ├── UpgradeClass.pdb
│ │ │ │ ├── UpgradeServer.exe
│ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ └── UpgradeServer.vshost.exe
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmNewFolder.cs
│ │ │ ├── frmNewFolder.designer.cs
│ │ │ ├── frmNewFolder.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── UpgradeServer.csproj.GenerateResource.Cache
│ │ │ │ │ ├── UpgradeServer.exe
│ │ │ │ │ ├── UpgradeServer.frmMain.resources
│ │ │ │ │ ├── UpgradeServer.frmNewFolder.resources
│ │ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ │ └── UpgradeServer.Properties.Resources.resources
│ │ │ │ ├── UpgradeServer.csproj.FileListAbsolute.txt
│ │ │ │ └── UpgradeServer.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── UpgradeServer.csproj
│ │ ├── UpgradeSetup
│ │ │ ├── Debug
│ │ │ │ ├── setup.exe
│ │ │ │ └── UpgradeSetup.msi
│ │ │ ├── Release
│ │ │ └── UpgradeSetup.vdproj
│ │ ├── Upgrade.sln
│ │ └── Upgrade.suo
│ └── 程序使用说明.doc
└── VS2008
├── 02
│ ├── MyQQ
│ │ ├── DataBase
│ │ │ ├── db_MyQQData_Data.MDF
│ │ │ └── db_MyQQData_Log.LDF
│ │ ├── MyQQClient
│ │ │ ├── MyQQClient
│ │ │ │ ├── 0.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ ├── MyQQClient.vshost.exe.manifest
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── center.jpg
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ ├── man.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
│ │ │ │ │ │ ├── QQ主界面原稿.bmp
│ │ │ │ │ │ ├── QQ登录界面原稿.bmp
│ │ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ │ ├── 小图标.png
│ │ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ │ ├── 标题.png
│ │ │ │ │ │ └── 标题下面的部分.png
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── QQ登录背景.bmp
│ │ │ │ │ ├── QQ窗体_03.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ ├── 关闭原.png
│ │ │ │ │ ├── 关闭变.png
│ │ │ │ │ ├── 小图标.png
│ │ │ │ │ ├── 最小化原.png
│ │ │ │ │ ├── 最小化变.png
│ │ │ │ │ ├── 标题.png
│ │ │ │ │ ├── 标题下面的部分.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Thumbs.db
│ │ │ ├── MyQQClient.sln
│ │ │ └── MyQQClient.suo
│ │ ├── MyQQServer
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ ├── MyQQServer.vshost.exe.manifest
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ └── db_MyQQData_Log.LDF
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MyQQServer.csproj.FileList.txt
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ └── MyQQ.suo
│ │ └── QQClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QQClass.dll
│ │ │ └── QQClass.pdb
│ │ ├── ClassForms.cs
│ │ ├── ClassMsg.cs
│ │ ├── ClassOptionData.cs
│ │ ├── ClassSerializers.cs
│ │ ├── ClassUserInfo.cs
│ │ ├── ClassUsers.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── QQClass.dll
│ │ │ │ ├── QQClass.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── QQClass.dll
│ │ │ │ └── TempPE
│ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ └── QQClass.csproj.FileList.txt
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Publec_Class.cs
│ │ ├── QQClass.csproj
│ │ ├── UDPSocket.cs
│ │ ├── UDPSocket.Designer.cs
│ │ └── Video.cs
│ └── 程序使用说明.doc
├── 03
│ ├── SQL-Distill
│ │ ├── SQL-Distill
│ │ │ ├── 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.cs
│ │ │ ├── frmAppend.Designer.cs
│ │ │ ├── frmAppend.resx
│ │ │ ├── frmBackup.cs
│ │ │ ├── frmBackup.Designer.cs
│ │ │ ├── frmBackup.resx
│ │ │ ├── frmDataExport.cs
│ │ │ ├── frmDataExport.Designer.cs
│ │ │ ├── frmDataExport.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOutData.cs
│ │ │ ├── frmOutData.Designer.cs
│ │ │ ├── frmOutData.resx
│ │ │ ├── frmRevert.cs
│ │ │ ├── frmRevert.Designer.cs
│ │ │ ├── frmRevert.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.SQLDMO.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SQL-Distill.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SQL-Distill.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SQL-Distill.csproj.ResolveComReference.cache
│ │ │ │ │ ├── SQL-Distill.exe
│ │ │ │ │ ├── SQL_Distill.frmAppend.resources
│ │ │ │ │ ├── SQL_Distill.frmBackup.resources
│ │ │ │ │ ├── SQL_Distill.frmDataExport.resources
│ │ │ │ │ ├── SQL_Distill.frmMain.resources
│ │ │ │ │ ├── SQL_Distill.frmOutData.resources
│ │ │ │ │ ├── SQL_Distill.frmRevert.resources
│ │ │ │ │ ├── SQL-Distill.pdb
│ │ │ │ │ ├── SQL_Distill.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── SQL-Distill.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── SQL-Distill.csproj
│ │ ├── SQL-Distill.sln
│ │ └── SQL-Distill.suo
│ └── 程序使用说明.doc
├── 04
│ ├── DataBase
│ │ ├── db_AllFind_Data.MDF
│ │ └── db_AllFind_Log.LDF
│ ├── FullFind
│ │ ├── FullFind
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FullFind.dll
│ │ │ │ └── FullFind.pdb
│ │ │ ├── Frm_IfFind.cs
│ │ │ ├── Frm_IfFind.Designer.cs
│ │ │ ├── Frm_IfFind.resx
│ │ │ ├── FullFind.csproj
│ │ │ ├── ModuleClass
│ │ │ │ ├── DataClass.cs
│ │ │ │ └── FrmClass.cs
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FullFind.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FullFind.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FullFind.dll
│ │ │ │ │ ├── FullFind.Frm_IfFind.resources
│ │ │ │ │ ├── FullFind.pdb
│ │ │ │ │ └── TempPE
│ │ │ │ └── FullFind.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── FullFind.sln
│ │ └── FullFind.suo
│ ├── TransferFormality
│ │ ├── TransferFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AllFind.exe
│ │ │ │ ├── FullFind.dll
│ │ │ │ ├── FullFind.pdb
│ │ │ │ ├── TransferFormality.exe
│ │ │ │ ├── TransferFormality.pdb
│ │ │ │ ├── TransferFormality.vshost.exe
│ │ │ │ └── TransferFormality.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.Form1.resources
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferFormality.csproj
│ │ ├── TransferFormality.sln
│ │ └── TransferFormality.suo
│ └── 程序使用说明.doc
├── 05
│ ├── DataBase
│ │ ├── db_mrsql_Data.MDF
│ │ └── db_mrsql_Log.LDF
│ ├── DLLFullPrint
│ │ ├── DLLFullPrint
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ └── DLLFullPrint.pdb
│ │ │ ├── DLLFullPrint.csproj
│ │ │ ├── Frm_PrintSet.cs
│ │ │ ├── Frm_PrintSet.Designer.cs
│ │ │ ├── Frm_PrintSet.resx
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DLLFullPrint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ ├── DLLFullPrint.Frm_PrintSet.resources
│ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ └── DLLFullPrint.csproj.FileList.txt
│ │ │ ├── PrintClass.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DLLFullPrint.sln
│ │ └── DLLFullPrint.suo
│ ├── TransferPrint
│ │ ├── TransferPrint
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ ├── TransferPrint.exe
│ │ │ │ ├── TransferPrint.pdb
│ │ │ │ ├── TransferPrint.vshost.exe
│ │ │ │ └── TransferPrint.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferPrint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ ├── TransferPrint.Form1.resources
│ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ └── TransferPrint.Properties.Resources.resources
│ │ │ │ ├── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ │ └── TransferPrint.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferPrint.csproj
│ │ ├── TransferPrint.sln
│ │ └── TransferPrint.suo
│ └── 程序使用说明.doc
├── 06
│ ├── ChartComponent
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ChartComponent.dll
│ │ │ └── ChartComponent.pdb
│ │ ├── ChartComponent.csproj
│ │ ├── ChartComponent.sln
│ │ ├── ChartComponent.suo
│ │ ├── ChartPanel.cs
│ │ ├── ChartPanel.Designer.cs
│ │ ├── ChartPanel.resx
│ │ ├── obj
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ChartComponent.ChartPanel.resources
│ │ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ │ ├── ChartComponent.dll
│ │ │ ├── ChartComponent.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── DataBase
│ │ ├── MR_Distribution_Data.MDF
│ │ └── MR_Distribution_Log.LDF
│ ├── Rendering
│ │ ├── Rendering
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Rendering.dll
│ │ │ │ └── Rendering.pdb
│ │ │ ├── Frm_Appear.cs
│ │ │ ├── Frm_Appear.Designer.cs
│ │ │ ├── Frm_Appear.resx
│ │ │ ├── Frm_Stat.cs
│ │ │ ├── Frm_Stat.Designer.cs
│ │ │ ├── Frm_Statistics.cs
│ │ │ ├── Frm_Statistics.Designer.cs
│ │ │ ├── Frm_Statistics.resx
│ │ │ ├── Frm_Stat.resx
│ │ │ ├── Image
│ │ │ │ ├── Appear.bmp
│ │ │ │ └── Thumbs.db
│ │ │ ├── ModuleClass
│ │ │ │ ├── DataClass.cs
│ │ │ │ └── FrmClass.cs
│ │ │ ├── MyDLL.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Rendering.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Rendering.dll
│ │ │ │ │ ├── Rendering.Frm_Appear.resources
│ │ │ │ │ ├── Rendering.Frm_Statistics.resources
│ │ │ │ │ ├── Rendering.Frm_Stat.resources
│ │ │ │ │ ├── Rendering.pdb
│ │ │ │ │ ├── Rendering.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Rendering.csproj.FileListAbsolute.txt
│ │ │ │ └── Rendering.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Rendering.csproj
│ │ ├── Rendering.sln
│ │ └── Rendering.suo
│ ├── TransferFormality
│ │ ├── TransferFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ChartComponent.dll
│ │ │ │ ├── ChartComponent.pdb
│ │ │ │ ├── Rendering.dll
│ │ │ │ ├── Rendering.pdb
│ │ │ │ ├── TransferFormality.exe
│ │ │ │ ├── TransferFormality.pdb
│ │ │ │ ├── TransferFormality.vshost.exe
│ │ │ │ └── TransferFormality.vshost.exe.manifest
│ │ │ ├── MyMain.cs
│ │ │ ├── MyMain.Designer.cs
│ │ │ ├── MyMain.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── TransferFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferFormality.exe
│ │ │ │ │ ├── TransferFormality.MyMain.resources
│ │ │ │ │ ├── TransferFormality.pdb
│ │ │ │ │ └── TransferFormality.Properties.Resources.resources
│ │ │ │ ├── TransferFormality.csproj.FileListAbsolute.txt
│ │ │ │ └── TransferFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TransferFormality.csproj
│ │ ├── TransferFormality.sln
│ │ └── TransferFormality.suo
│ └── 程序使用说明.doc
├── 07
│ └── ChartComponent
│ ├── bin
│ │ └── Debug
│ │ ├── ChartComponent.dll
│ │ └── ChartComponent.pdb
│ ├── ChartComponent.csproj
│ ├── ChartComponent.sln
│ ├── ChartComponent.suo
│ ├── ChartPanel.cs
│ ├── ChartPanel.Designer.cs
│ ├── ChartPanel.resx
│ ├── obj
│ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ ├── ChartComponent.csproj.FileList.txt
│ │ └── Debug
│ │ ├── ChartComponent.ChartPanel.resources
│ │ ├── ChartComponent.csproj.FileListAbsolute.txt
│ │ ├── ChartComponent.csproj.GenerateResource.Cache
│ │ ├── ChartComponent.dll
│ │ ├── ChartComponent.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── 08
│ ├── EmailManage
│ │ ├── EmailManage
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AttachFiles
│ │ │ │ │ ├── 111@163.com
│ │ │ │ │ │ ├── 20080729044307.msg
│ │ │ │ │ │ └── 20080729044402.msg
│ │ │ │ │ ├── mr@163.com
│ │ │ │ │ └── mrbccd@163.com
│ │ │ │ ├── EmailManage.exe
│ │ │ │ ├── EmailManage.pdb
│ │ │ │ ├── EmailManage.vshost.exe
│ │ │ │ ├── EmailManage.vshost.exe.manifest
│ │ │ │ └── Interop.jmail.dll
│ │ │ ├── CommonClass
│ │ │ │ └── Database.cs
│ │ │ ├── Database
│ │ │ │ ├── db_EmailManage_Data.MDF
│ │ │ │ └── db_EmailManage_Log.LDF
│ │ │ ├── EmailManage.csproj
│ │ │ ├── EmailManage.csproj.user
│ │ │ ├── frmEmailInfo.cs
│ │ │ ├── frmEmailInfo.Designer.cs
│ │ │ ├── frmEmailInfo.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmSend.cs
│ │ │ ├── frmSend.Designer.cs
│ │ │ ├── frmSend.resx
│ │ │ ├── frmUserManage.cs
│ │ │ ├── frmUserManage.Designer.cs
│ │ │ ├── frmUserManage.resx
│ │ │ ├── Image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 头像.ico
│ │ │ │ ├── 标题.ico
│ │ │ │ ├── 电子邮件登录.bmp
│ │ │ │ └── 登录.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── EmailManage.Properties.Resources.resources
│ │ │ │ │ ├── Interop.jmail.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── EmailManage.csproj.FileListAbsolute.txt
│ │ │ │ └── EmailManage.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── EmailManage.sln
│ │ └── EmailManage.suo
│ └── 程序使用说明.doc
├── 09
│ ├── SMS
│ │ ├── SMS
│ │ │ ├── BaseClass
│ │ │ │ ├── ConnClass.cs
│ │ │ │ └── GSM.cs
│ │ │ ├── BaseInfo
│ │ │ │ ├── frmAddDy.cs
│ │ │ │ ├── frmAddDy.Designer.cs
│ │ │ │ ├── frmAddDy.resx
│ │ │ │ ├── frmAddUser.cs
│ │ │ │ ├── frmAddUser.Designer.cs
│ │ │ │ ├── frmAddUser.resx
│ │ │ │ ├── frmCydy.cs
│ │ │ │ ├── frmCydy.Designer.cs
│ │ │ │ ├── frmCydy.resx
│ │ │ │ ├── frmDyChange.cs
│ │ │ │ ├── frmDyChange.Designer.cs
│ │ │ │ ├── frmDyChange.resx
│ │ │ │ ├── frmTel.cs
│ │ │ │ ├── frmTel.Designer.cs
│ │ │ │ └── frmTel.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_SMS.mdb
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── SMS.exe
│ │ │ │ ├── SMS.pdb
│ │ │ │ ├── SMS.vshost.exe
│ │ │ │ └── SMS.vshost.exe.manifest
│ │ │ ├── DataBase
│ │ │ │ └── db_SMS.mdb
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── Image
│ │ │ │ ├── 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
│ │ │ │ └── 登录
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消按钮.gif
│ │ │ │ ├── 用户登录背景.bmp
│ │ │ │ └── 登录按钮.gif
│ │ │ ├── MsgManage
│ │ │ │ ├── frmDy.cs
│ │ │ │ ├── frmDy.Designer.cs
│ │ │ │ ├── frmDy.resx
│ │ │ │ ├── frmResvice.cs
│ │ │ │ ├── frmResvice.Designer.cs
│ │ │ │ ├── frmResvice.resx
│ │ │ │ ├── frmSendSMS.cs
│ │ │ │ ├── frmSendSMS.Designer.cs
│ │ │ │ ├── frmSendSMS.resx
│ │ │ │ ├── frmSmsXX.cs
│ │ │ │ ├── frmSmsXX.Designer.cs
│ │ │ │ ├── frmSmsXX.resx
│ │ │ │ ├── frmTelNote.cs
│ │ │ │ ├── frmTelNote.Designer.cs
│ │ │ │ ├── frmTelNote.resx
│ │ │ │ ├── frmYfxx.cs
│ │ │ │ ├── frmYfxx.Designer.cs
│ │ │ │ └── frmYfxx.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── SMS.AboutBox1.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.frmDyChange.resources
│ │ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ │ ├── SMS.pdb
│ │ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── SMS.csproj.FileListAbsolute.txt
│ │ │ │ └── SMS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SMS.csproj
│ │ │ ├── SMS.csproj.user
│ │ │ └── SysManage
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── frmChangePwd.cs
│ │ │ ├── frmChangePwd.Designer.cs
│ │ │ ├── frmChangePwd.resx
│ │ │ ├── frmLock.cs
│ │ │ ├── frmLock.Designer.cs
│ │ │ └── frmLock.resx
│ │ ├── SMS.sln
│ │ └── SMS.suo
│ └── 程序使用说明.doc
├── 10
│ ├── MyDesktop
│ │ ├── MyDesktop
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── db_MyDesktop.mdb
│ │ │ │ ├── MyDesktop.exe
│ │ │ │ ├── MyDesktop.pdb
│ │ │ │ ├── MyDesktop.vshost.exe
│ │ │ │ └── MyDesktop.vshost.exe.manifest
│ │ │ ├── CommonClass
│ │ │ │ ├── DataOperate.cs
│ │ │ │ ├── DateConvert.cs
│ │ │ │ ├── HolidayManage.cs
│ │ │ │ ├── RemindManage.cs
│ │ │ │ └── WinSetManage.cs
│ │ │ ├── frmHoliday.cs
│ │ │ ├── frmHoliday.Designer.cs
│ │ │ ├── frmHoliday.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOperateHoliday.cs
│ │ │ ├── frmOperateHoliday.Designer.cs
│ │ │ ├── frmOperateHoliday.resx
│ │ │ ├── frmOperateRemind.cs
│ │ │ ├── frmOperateRemind.Designer.cs
│ │ │ ├── frmOperateRemind.resx
│ │ │ ├── frmRemind.cs
│ │ │ ├── frmRemind.Designer.cs
│ │ │ ├── frmRemind.resx
│ │ │ ├── frmWinSet.cs
│ │ │ ├── frmWinSet.Designer.cs
│ │ │ ├── frmWinSet.resx
│ │ │ ├── Image
│ │ │ │ ├── 1.ico
│ │ │ │ └── Thumbs.db
│ │ │ ├── MyDesktop.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── MyDesktop.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MyDesktop.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MyDesktop.sln
│ │ └── MyDesktop.suo
│ └── 程序使用说明.doc
├── 11
│ ├── FileManage
│ │ ├── FileManage
│ │ │ ├── AboutBox.cs
│ │ │ ├── AboutBox.Designer.cs
│ │ │ ├── AboutBox.resx
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── clear.bat
│ │ │ │ ├── FileManage.exe
│ │ │ │ ├── FileManage.pdb
│ │ │ │ ├── FileManage.vshost.exe
│ │ │ │ ├── FileManage.vshost.exe.manifest
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ └── Interop.Word.dll
│ │ │ ├── CommonClass
│ │ │ │ └── BaseClass.cs
│ │ │ ├── FileManage.csproj
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmRepeat.cs
│ │ │ ├── frmRepeat.Designer.cs
│ │ │ ├── frmRepeat.resx
│ │ │ ├── frmSplit.cs
│ │ │ ├── frmSplit.Designer.cs
│ │ │ ├── frmSplit.resx
│ │ │ ├── Image
│ │ │ │ ├── 1.ico
│ │ │ │ ├── 2.ico
│ │ │ │ ├── 3.ico
│ │ │ │ ├── 4.ico
│ │ │ │ ├── 5.ico
│ │ │ │ └── Thumbs.db
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FileManage.AboutBox.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
│ │ │ │ │ ├── FileManage.Properties.Resources.resources
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── FileManage.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FileManage.sln
│ │ └── FileManage.suo
│ ├── 新建 文本文档.txt
│ └── 程序使用说明.doc
├── 12
│ ├── PictureManage
│ │ ├── PictureManage
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── PictureManage.exe
│ │ │ │ ├── PictureManage.pdb
│ │ │ │ ├── PictureManage.vshost.exe
│ │ │ │ └── PictureManage.vshost.exe.manifest
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmPicAdjust.cs
│ │ │ ├── frmPicAdjust.Designer.cs
│ │ │ ├── frmPicAdjust.resx
│ │ │ ├── frmPictureMax.cs
│ │ │ ├── frmPictureMax.Designer.cs
│ │ │ ├── frmPictureMax.resx
│ │ │ ├── frmRename.cs
│ │ │ ├── frmRename.Designer.cs
│ │ │ ├── frmRename.resx
│ │ │ ├── frmSlide.cs
│ │ │ ├── frmSlide.Designer.cs
│ │ │ ├── frmSlide.resx
│ │ │ ├── frmSpecialEfficacy.cs
│ │ │ ├── frmSpecialEfficacy.Designer.cs
│ │ │ ├── frmSpecialEfficacy.resx
│ │ │ ├── frmWater.cs
│ │ │ ├── frmWater.Designer.cs
│ │ │ ├── frmWater.resx
│ │ │ ├── ImageFolder
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 上.ico
│ │ │ │ ├── 下.ico
│ │ │ │ ├── 保存1.ico
│ │ │ │ ├── 保存2.png
│ │ │ │ ├── 保存3.png
│ │ │ │ ├── 保存.png
│ │ │ │ ├── 保存退出.ico
│ │ │ │ ├── 删除.ico
│ │ │ │ ├── 刷新.ico
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 图标 (58).ico
│ │ │ │ ├── 打印.ico
│ │ │ │ ├── 打开.ico
│ │ │ │ ├── 播放.ico
│ │ │ │ ├── 旋转.ico
│ │ │ │ ├── 暂停.ico
│ │ │ │ ├── 预览1.png
│ │ │ │ └── 预览.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── PictureManage.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── PictureManage.csproj.FileListAbsolute.txt
│ │ │ │ └── PictureManage.csproj.FileList.txt
│ │ │ ├── PictureManage.csproj
│ │ │ ├── PictureManage.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TemporaryFolder
│ │ ├── PictureManage.sln
│ │ └── PictureManage.suo
│ └── 程序使用说明.doc
├── 13
│ ├── FTP-LS2
│ │ └── FTP-LS
│ │ └── FTP-LS
│ │ ├── FTP-LS
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FTP-LS.exe
│ │ │ │ ├── FTP-LS.pdb
│ │ │ │ ├── FTP-LS.vshost.exe
│ │ │ │ └── FTP-LS.vshost.exe.manifest
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmNewFolder.cs
│ │ │ ├── frmNewFolder.Designer.cs
│ │ │ ├── frmNewFolder.resx
│ │ │ ├── FTPClass
│ │ │ │ └── BaseClass.cs
│ │ │ ├── FTPImages
│ │ │ │ ├── ftp.ico
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── ww.png
│ │ │ │ ├── 上传.ico
│ │ │ │ ├── 下载.ico
│ │ │ │ ├── 全选.ico
│ │ │ │ ├── 删除.ico
│ │ │ │ ├── 剪切.ico
│ │ │ │ ├── 复制.ico
│ │ │ │ ├── 打开.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 清空.ico
│ │ │ │ ├── 粘贴.ico
│ │ │ │ ├── 退出.ico
│ │ │ │ └── 重命名.ico
│ │ │ ├── FTP-LS.csproj
│ │ │ ├── FTP-LS.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FTP-LS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FTP-LS.exe
│ │ │ │ │ ├── FTP_LS.frmMain.resources
│ │ │ │ │ ├── FTP_LS.frmNewFolder.resources
│ │ │ │ │ ├── FTP-LS.pdb
│ │ │ │ │ ├── FTP_LS.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── FTP-LS.csproj.FileListAbsolute.txt
│ │ │ │ └── FTP-LS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FTP-LS.sln
│ │ └── FTP-LS.suo
│ └── 程序使用说明.doc
├── 14
│ ├── MagicCony
│ │ ├── MagicCony
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ConyData.mdb
│ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ ├── MagicCony.exe
│ │ │ │ ├── MagicCony.pdb
│ │ │ │ ├── MagicCony.vshost.exe
│ │ │ │ └── MagicCony.vshost.exe.manifest
│ │ │ ├── ConyData.ldb
│ │ │ ├── ConyData.mdb
│ │ │ ├── frmCheck.cs
│ │ │ ├── frmCheck.Designer.cs
│ │ │ ├── frmCheck.resx
│ │ │ ├── frmCloseWindows.cs
│ │ │ ├── frmCloseWindows.Designer.cs
│ │ │ ├── frmCloseWindows.resx
│ │ │ ├── frmCony.cs
│ │ │ ├── frmCony.Designer.cs
│ │ │ ├── frmCony.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmSetPassword.cs
│ │ │ ├── frmSetPassword.Designer.cs
│ │ │ ├── frmSetPassword.resx
│ │ │ ├── frmSystemCheck.cs
│ │ │ ├── frmSystemCheck.Designer.cs
│ │ │ ├── frmSystemCheck.resx
│ │ │ ├── frmSystemOptimize.cs
│ │ │ ├── frmSystemOptimize.Designer.cs
│ │ │ ├── frmSystemOptimize.resx
│ │ │ ├── HTMLPage1.htm
│ │ │ ├── Images
│ │ │ │ ├── 00.jpg
│ │ │ │ ├── a1_03.jpg
│ │ │ │ ├── {A517F4CE-3605-4B3E-865C-7D84F59C539C}.bmp
│ │ │ │ ├── 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
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── title_bg_quit.gif
│ │ │ │ ├── up_56.png
│ │ │ │ ├── up_60.png
│ │ │ │ ├── zx.png
│ │ │ │ ├── 发送到菜单1_03.jpg
│ │ │ │ ├── 发送到菜单2_07.jpg
│ │ │ │ ├── 发送到菜单3_10.jpg
│ │ │ │ ├── 发送到菜单56_10.jpg
│ │ │ │ ├── 图标 (57).ico
│ │ │ │ ├── 图标 (58).ico
│ │ │ │ ├── 图标 (5).PNG
│ │ │ │ ├── 系统优化_07.jpg
│ │ │ │ ├── 系统优化_09.jpg
│ │ │ │ ├── 系统优化_11.jpg
│ │ │ │ ├── 系统优化_13.jpg
│ │ │ │ ├── 系统优化bg_06.jpg
│ │ │ │ ├── 系统优化tou_03.jpg
│ │ │ │ ├── 系统检测_03.jpg
│ │ │ │ ├── 系统检测bg_06.jpg
│ │ │ │ ├── 系统检测tc_07.jpg
│ │ │ │ ├── 背景_03.jpg
│ │ │ │ └── 魔法兔子主界面_03.jpg
│ │ │ ├── MagicCony.csproj
│ │ │ ├── MagicCony.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.IWshRuntimeLibrary.dll
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── MagicCony.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MagicCony.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── PublicClass.cs
│ │ ├── MagicCony.sln
│ │ └── MagicCony.suo
│ └── 程序使用说明.doc
├── 15
│ ├── Exam
│ │ ├── Exam
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── BaseClass.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Exam.exe
│ │ │ │ ├── Exam.pdb
│ │ │ │ ├── Exam.vshost.exe
│ │ │ │ └── Exam.vshost.exe.manifest
│ │ │ ├── DataBase
│ │ │ │ ├── db_Exam_Data.MDF
│ │ │ │ └── db_Exam_Log.LDF
│ │ │ ├── Exam.csproj
│ │ │ ├── frmAdminAddJudgeExam.cs
│ │ │ ├── frmAdminAddJudgeExam.Designer.cs
│ │ │ ├── frmAdminAddJudgeExam.resx
│ │ │ ├── frmAdminAddSelectExam.cs
│ │ │ ├── frmAdminAddSelectExam.Designer.cs
│ │ │ ├── frmAdminAddSelectExam.resx
│ │ │ ├── frmAdminExamSet.cs
│ │ │ ├── frmAdminExamSet.Designer.cs
│ │ │ ├── frmAdminExamSet.resx
│ │ │ ├── frmAdminFillExam.cs
│ │ │ ├── frmAdminFillExam.Designer.cs
│ │ │ ├── frmAdminFillExam.resx
│ │ │ ├── frmAdminFindScore.cs
│ │ │ ├── frmAdminFindScore.Designer.cs
│ │ │ ├── frmAdminFindScore.resx
│ │ │ ├── frmAdminManage.cs
│ │ │ ├── frmAdminManage.Designer.cs
│ │ │ ├── frmAdminManage.resx
│ │ │ ├── frmAdminStudent.cs
│ │ │ ├── frmAdminStudent.Designer.cs
│ │ │ ├── frmAdminStudent.resx
│ │ │ ├── frmChangePwd.cs
│ │ │ ├── frmChangePwd.Designer.cs
│ │ │ ├── frmChangePwd.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmStartExam.cs
│ │ │ ├── frmStartExam.Designer.cs
│ │ │ ├── frmStartExam.resx
│ │ │ ├── frmStudentExam.cs
│ │ │ ├── frmStudentExam.Designer.cs
│ │ │ ├── frmStudentExam.resx
│ │ │ ├── ImageFolder
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 加载界面.bmp
│ │ │ │ ├── 学生登录成功窗体.bmp
│ │ │ │ ├── 清空按钮.bmp
│ │ │ │ ├── 登录按钮.bmp
│ │ │ │ ├── 登录界面背景.bmp
│ │ │ │ └── 退出按钮.bmp
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Exam.AboutBox1.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
│ │ │ │ │ ├── Exam.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Exam.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Exam.sln
│ │ └── Exam.suo
│ └── 程序使用说明.doc
├── 16
│ ├── MyWebIE
│ │ ├── MyWebIE
│ │ │ ├── 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
│ │ │ ├── IEImage
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 主页.ico
│ │ │ │ ├── 停止.ico
│ │ │ │ ├── 刷新.ico
│ │ │ │ ├── 前进.ico
│ │ │ │ ├── 后退.ico
│ │ │ │ ├── 打印.ico
│ │ │ │ ├── 搜索.ico
│ │ │ │ ├── 新建.ico
│ │ │ │ ├── 浏览器.ico
│ │ │ │ └── 转到.ico
│ │ │ ├── MyWebIE.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── MyWebIE.csproj.FileListAbsolute.txt
│ │ │ │ ├── MyWebIE.csproj.GenerateResource.Cache
│ │ │ │ ├── MyWebIE.exe
│ │ │ │ ├── MyWebIE.frmIE.resources
│ │ │ │ ├── MyWebIE.frmNeatenFavorites.resources
│ │ │ │ ├── MyWebIE.frmOpenFavorites.resources
│ │ │ │ ├── MyWebIE.frmSource.resources
│ │ │ │ ├── MyWebIE.pdb
│ │ │ │ ├── MyWebIE.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MyWebIE.sln
│ │ └── MyWebIE.suo
│ └── 程序使用说明.doc
├── 17
│ ├── Daila
│ │ ├── Daila
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.vshost.exe
│ │ │ │ ├── Daila.vshost.exe.manifest
│ │ │ │ └── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── D160A.cs
│ │ │ ├── Daila.csproj
│ │ │ ├── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── frmCustomer.cs
│ │ │ ├── frmCustomer.Designer.cs
│ │ │ ├── frmCustomer.resx
│ │ │ ├── frmCustomerUpdate.cs
│ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ ├── frmCustomerUpdate.resx
│ │ │ ├── frmDai.cs
│ │ │ ├── frmDai.Designer.cs
│ │ │ ├── frmDai.resx
│ │ │ ├── frmEmployeeInfo.cs
│ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ ├── frmEmployeeInfo.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmProd.cs
│ │ │ ├── frmProd.Designer.cs
│ │ │ ├── frmProd.resx
│ │ │ ├── frmtbProduction.cs
│ │ │ ├── frmtbProduction.Designer.cs
│ │ │ ├── frmtbProduction.resx
│ │ │ ├── frmtbProPath.cs
│ │ │ ├── frmtbProPath.Designer.cs
│ │ │ ├── frmtbProPathNew.cs
│ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ ├── frmtbProPathNew.resx
│ │ │ ├── frmtbProPath.resx
│ │ │ ├── frmTel.cs
│ │ │ ├── frmTel.Designer.cs
│ │ │ ├── frmTel.resx
│ │ │ ├── login.cs
│ │ │ ├── login.Designer.cs
│ │ │ ├── login.resx
│ │ │ ├── NewClass
│ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ ├── tbProductionClass.cs
│ │ │ │ ├── tbProPathClass.cs
│ │ │ │ └── tbTelRecordClass.cs
│ │ │ ├── NewMehod
│ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── Daila.csproj.FileListAbsolute.txt
│ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── 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.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ ├── Daila.login.resources
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 取消按钮.bmp
│ │ │ │ ├── 确定按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ └── Voice
│ │ ├── Daila.sln
│ │ └── Daila.suo
│ └── 程序使用说明.doc
├── 18
│ ├── PlayApparatus
│ │ ├── PlayApparatus
│ │ │ ├── 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
│ │ │ ├── FrmClass.cs
│ │ │ ├── Frm_Libretto.cs
│ │ │ ├── Frm_Libretto.Designer.cs
│ │ │ ├── Frm_Libretto.resx
│ │ │ ├── Frm_ListBox.cs
│ │ │ ├── Frm_ListBox.Designer.cs
│ │ │ ├── Frm_ListBox.resx
│ │ │ ├── Frm_Play.cs
│ │ │ ├── Frm_Play.Designer.cs
│ │ │ ├── Frm_Play.resx
│ │ │ ├── Frm_Screen.cs
│ │ │ ├── Frm_Screen.Designer.cs
│ │ │ ├── Frm_Screen.resx
│ │ │ ├── Image
│ │ │ │ ├── EQ.png
│ │ │ │ ├── EQ变.png
│ │ │ │ ├── LRC.png
│ │ │ │ ├── LRC变.png
│ │ │ │ ├── PL.png
│ │ │ │ ├── PL变.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── WF.png
│ │ │ │ ├── WF变.png
│ │ │ │ ├── 停止按钮.png
│ │ │ │ ├── 停止按钮变.png
│ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ ├── 关闭按钮变色.jpg
│ │ │ │ ├── 内部边框.png
│ │ │ │ ├── 列表导航.png
│ │ │ │ ├── 前进按钮.png
│ │ │ │ ├── 前进按钮变.png
│ │ │ │ ├── 右侧边框.png
│ │ │ │ ├── 后退按钮.png
│ │ │ │ ├── 后退按钮变.png
│ │ │ │ ├── 左侧边框(1).png
│ │ │ │ ├── 左侧边框.png
│ │ │ │ ├── 底1.png
│ │ │ │ ├── 底2.png
│ │ │ │ ├── 底3.png
│ │ │ │ ├── 底部边框1.png
│ │ │ │ ├── 底部边框2.png
│ │ │ │ ├── 底部边框3.png
│ │ │ │ ├── 底部边框.png
│ │ │ │ ├── 总标题1.png
│ │ │ │ ├── 总标题2.png
│ │ │ │ ├── 总标题3.png
│ │ │ │ ├── 总标题.png
│ │ │ │ ├── 打开文件列表.png
│ │ │ │ ├── 打开文件列表变.png
│ │ │ │ ├── 控件背是.png
│ │ │ │ ├── 控件背景.png
│ │ │ │ ├── 播放列表关闭按钮变.png
│ │ │ │ ├── 播放列表的关闭按钮原.png
│ │ │ │ ├── 播放器背景1.png
│ │ │ │ ├── 播放器背景2.png
│ │ │ │ ├── 播放器背景.png
│ │ │ │ ├── 播放器背景下.png
│ │ │ │ ├── 播放器背景中.png
│ │ │ │ ├── 播放按钮.png
│ │ │ │ ├── 播放按钮变.png
│ │ │ │ ├── 暂停按钮.png
│ │ │ │ ├── 暂停按钮变.png
│ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ ├── 最小化按钮变色.jpg
│ │ │ │ ├── 标题栏.png
│ │ │ │ ├── 歌词秀.png
│ │ │ │ ├── 滚动.png
│ │ │ │ ├── 滚动变色.png
│ │ │ │ ├── 滚动块.png
│ │ │ │ ├── 背景.png
│ │ │ │ ├── 音量按钮.png
│ │ │ │ ├── 音量按钮变色.png
│ │ │ │ ├── 音量滚动.png
│ │ │ │ ├── 音量滚动变色.png
│ │ │ │ └── 音量滚动块.png
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.Shell32.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PlayApparatus.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PlayApparatus.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PlayApparatus.exe
│ │ │ │ │ ├── PlayApparatus.Frm_Libretto.resources
│ │ │ │ │ ├── PlayApparatus.Frm_ListBox.resources
│ │ │ │ │ ├── PlayApparatus.Frm_Play.resources
│ │ │ │ │ ├── PlayApparatus.Frm_Screen.resources
│ │ │ │ │ ├── PlayApparatus.pdb
│ │ │ │ │ ├── PlayApparatus.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ │ ├── PlayApparatus.csproj.FileListAbsolute.txt
│ │ │ │ └── PlayApparatus.csproj.FileList.txt
│ │ │ ├── PlayApparatus.csproj
│ │ │ ├── PlayApparatus.csproj.user
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PlayApparatus.sln
│ │ └── PlayApparatus.suo
│ └── 程序使用说明.doc
├── 19
│ ├── ScreenKinescope
│ │ ├── ScreenKinescope
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Data
│ │ │ │ │ └── ScreenData.mdb
│ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── ScreenKinescope.exe
│ │ │ │ ├── ScreenKinescope.pdb
│ │ │ │ ├── ScreenKinescope.vshost.exe
│ │ │ │ └── ScreenKinescope.vshost.exe.manifest
│ │ │ ├── ClassFolder
│ │ │ │ └── BaseClass.cs
│ │ │ ├── ConverrtAviToBmp
│ │ │ ├── Data
│ │ │ │ └── ScreenData.mdb
│ │ │ ├── frmGeneral.cs
│ │ │ ├── frmGeneral.Designer.cs
│ │ │ ├── frmGeneral.resx
│ │ │ ├── frmScreen.cs
│ │ │ ├── frmScreen.Designer.cs
│ │ │ ├── frmScreen.resx
│ │ │ ├── frmVideoManager.cs
│ │ │ ├── frmVideoManager.Designer.cs
│ │ │ ├── frmVideoManager.resx
│ │ │ ├── Images
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── a.png
│ │ │ │ ├── b.png
│ │ │ │ ├── c.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 停止1.png
│ │ │ │ ├── 关闭.png
│ │ │ │ ├── 分割.png
│ │ │ │ ├── 前一帧.png
│ │ │ │ ├── 取消.png
│ │ │ │ ├── 后一帧.png
│ │ │ │ ├── 图.jpg
│ │ │ │ ├── 图标 (14).ico
│ │ │ │ ├── 图标 (30).ico
│ │ │ │ ├── 定位.png
│ │ │ │ ├── 录像.ico
│ │ │ │ ├── 录像.png
│ │ │ │ ├── 暂停.png
│ │ │ │ ├── 浏览.png
│ │ │ │ └── 确定.png
│ │ │ ├── MyPictures
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.Scripting.dll
│ │ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ │ ├── Interop.WMEncoderLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ScreenKinescope.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── Screen.dll
│ │ │ │ ├── ScreenKinescope.csproj.FileListAbsolute.txt
│ │ │ │ └── ScreenKinescope.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ScreenKinescope.csproj
│ │ │ └── ScreenKinescope.csproj.user
│ │ ├── ScreenKinescope.sln
│ │ └── ScreenKinescope.suo
│ └── 程序使用说明.doc
├── 20
│ ├── DispelFormality
│ │ ├── DispelFormality
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DispelFormality.exe
│ │ │ │ ├── DispelFormality.pdb
│ │ │ │ ├── DispelFormality.TXT
│ │ │ │ ├── DispelFormality.vshost.exe
│ │ │ │ └── DispelFormality.vshost.exe.manifest
│ │ │ ├── DispelFormality.csproj
│ │ │ ├── Frm_Dispel.cs
│ │ │ ├── Frm_Dispel.Designer.cs
│ │ │ ├── Frm_Dispel.resx
│ │ │ ├── Frm_Logon.cs
│ │ │ ├── Frm_Logon.Designer.cs
│ │ │ ├── Frm_Logon.resx
│ │ │ ├── Frm_Main.cs
│ │ │ ├── Frm_Main.Designer.cs
│ │ │ ├── Frm_Main.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DispelFormality.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── DispelFormality.csproj.GenerateResource.Cache
│ │ │ │ │ ├── DispelFormality.exe
│ │ │ │ │ ├── DispelFormality.Frm_Dispel.resources
│ │ │ │ │ ├── DispelFormality.Frm_Logon.resources
│ │ │ │ │ ├── DispelFormality.Frm_Main.resources
│ │ │ │ │ ├── DispelFormality.pdb
│ │ │ │ │ ├── DispelFormality.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── DispelFormality.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DispelFormality.sln
│ │ └── DispelFormality.suo
│ ├── FormalityEncryet
│ │ ├── FormalityEncryet
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ ├── FormalityEncryet.vshost.exe
│ │ │ │ └── FormalityEncryet.vshost.exe.manifest
│ │ │ ├── FormalityEncryet.csproj
│ │ │ ├── Frm_Encryption.cs
│ │ │ ├── Frm_Encryption.Designer.cs
│ │ │ ├── Frm_Encryption.resx
│ │ │ ├── Hardware.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── FormalityEncryet.csproj.GenerateResource.Cache
│ │ │ │ │ ├── FormalityEncryet.exe
│ │ │ │ │ ├── FormalityEncryet.Frm_Encryption.resources
│ │ │ │ │ ├── FormalityEncryet.pdb
│ │ │ │ │ ├── FormalityEncryet.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── FormalityEncryet.csproj.FileListAbsolute.txt
│ │ │ │ └── FormalityEncryet.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── FormalityEncryet.sln
│ │ └── FormalityEncryet.suo
│ └── 程序使用说明.doc
├── 21
│ ├── VideoMonitor
│ │ ├── VideoMonitor
│ │ │ ├── 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
│ │ │ ├── CommonClass
│ │ │ │ ├── DataCon.cs
│ │ │ │ ├── DataOperate.cs
│ │ │ │ ├── PelcoD.cs
│ │ │ │ ├── SoftReg.cs
│ │ │ │ └── VideoOperate.cs
│ │ │ ├── DataBase
│ │ │ │ └── db_VideoMonitor.mdb
│ │ │ ├── frmAutoVideo.cs
│ │ │ ├── frmAutoVideo.Designer.cs
│ │ │ ├── frmAutoVideo.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmPlay.cs
│ │ │ ├── frmPlay.designer.cs
│ │ │ ├── frmPlay.resx
│ │ │ ├── frmRegister.cs
│ │ │ ├── frmRegister.designer.cs
│ │ │ ├── frmRegister.resx
│ │ │ ├── frmSetMonitor.cs
│ │ │ ├── frmSetMonitor.designer.cs
│ │ │ ├── frmSetMonitor.resx
│ │ │ ├── frmWelcome.cs
│ │ │ ├── frmWelcome.Designer.cs
│ │ │ ├── frmWelcome.resx
│ │ │ ├── Image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 主页面
│ │ │ │ │ ├── bg.bmp
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 启动界面.bmp
│ │ │ │ ├── 用户.ico
│ │ │ │ ├── 监控管理界面
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 背景.bmp
│ │ │ │ ├── 系统登录
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 登录按钮.png
│ │ │ │ │ ├── 登录背景.bmp
│ │ │ │ │ └── 退出按钮.png
│ │ │ │ └── 软件注册页面
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 背景.bmp
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.MediaPlayer.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── VideoMonitor.csproj.GenerateResource.Cache
│ │ │ │ │ ├── VideoMonitor.csproj.ResolveComReference.cache
│ │ │ │ │ ├── VideoMonitor.exe
│ │ │ │ │ ├── VideoMonitor.frmAutoVideo.resources
│ │ │ │ │ ├── VideoMonitor.frmLogin.resources
│ │ │ │ │ ├── VideoMonitor.frmMain.resources
│ │ │ │ │ ├── VideoMonitor.frmPlay.resources
│ │ │ │ │ ├── VideoMonitor.frmRegister.resources
│ │ │ │ │ ├── VideoMonitor.frmSetMonitor.resources
│ │ │ │ │ ├── VideoMonitor.frmWelcome.resources
│ │ │ │ │ ├── VideoMonitor.pdb
│ │ │ │ │ └── VideoMonitor.Properties.Resources.resources
│ │ │ │ ├── VideoMonitor.csproj.FileListAbsolute.txt
│ │ │ │ └── VideoMonitor.csproj.FileList.txt
│ │ │ ├── Photo
│ │ │ ├── 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
│ │ ├── VideoMonitor.sln
│ │ └── VideoMonitor.suo
│ └── 程序使用说明.doc
├── 22
│ ├── ClientGobang
│ │ ├── ClientGobang
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClientGobang.exe
│ │ │ │ ├── ClientGobang.pdb
│ │ │ │ ├── ClientGobang.vshost.exe
│ │ │ │ ├── ClientGobang.vshost.exe.manifest
│ │ │ │ ├── GobangClass.dll
│ │ │ │ └── GobangClass.pdb
│ │ │ ├── ChessClass
│ │ │ │ ├── Client.cs
│ │ │ │ ├── ClientObject.cs
│ │ │ │ └── ClientObjectEventArgs.cs
│ │ │ ├── ClientClass.cs
│ │ │ ├── ClientGobang.csproj
│ │ │ ├── F_Logon.cs
│ │ │ ├── F_Logon.Designer.cs
│ │ │ ├── F_Logon.resx
│ │ │ ├── Frm_Chessboard.cs
│ │ │ ├── Frm_Chessboard.Designer.cs
│ │ │ ├── Frm_Chessboard.resx
│ │ │ ├── Frm_Hall.cs
│ │ │ ├── Frm_Hall.Designer.cs
│ │ │ ├── Frm_Hall.resx
│ │ │ ├── F_SerSetup.cs
│ │ │ ├── F_SerSetup.designer.cs
│ │ │ ├── F_SerSetup.resx
│ │ │ ├── Image
│ │ │ │ ├── dj
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 女人.png
│ │ │ │ │ ├── 对决页背景.bmp
│ │ │ │ │ ├── 开始按钮.png
│ │ │ │ │ ├── 棋子外框.png
│ │ │ │ │ ├── 棋盘.png
│ │ │ │ │ ├── 男人.png
│ │ │ │ │ ├── 白棋.png
│ │ │ │ │ ├── 白棋子.png
│ │ │ │ │ ├── 黑棋.png
│ │ │ │ │ └── 黑棋子.png
│ │ │ │ ├── lb
│ │ │ │ │ ├── {F4BB829B-2589-4876-AD51-880FC3ADEC81}.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 关闭变色.jpg
│ │ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ │ ├── 发送按钮.png
│ │ │ │ │ ├── 头像1.png
│ │ │ │ │ ├── 头像2.png
│ │ │ │ │ ├── 头像3.png
│ │ │ │ │ ├── 头像4.png
│ │ │ │ │ ├── 头像5.png
│ │ │ │ │ ├── 头像6.png
│ │ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ │ ├── 最大化变色.jpg
│ │ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ │ ├── 最小化变色.jpg
│ │ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ │ ├── 棋盘小.jpg
│ │ │ │ │ └── 竖线.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 五子列表.jpg
│ │ │ │ ├── 五子棋列表.jpg
│ │ │ │ ├── 公共聊天.jpg
│ │ │ │ ├── 关闭变色.jpg
│ │ │ │ ├── 关闭按钮.jpg
│ │ │ │ ├── 分界线.jpg
│ │ │ │ ├── 厅背景.jpg
│ │ │ │ ├── 发送按钮.png
│ │ │ │ ├── 发送按钮变色.png
│ │ │ │ ├── 右侧下.jpg
│ │ │ │ ├── 右边框.jpg
│ │ │ │ ├── 启动界面.bmp
│ │ │ │ ├── 图形.jpg
│ │ │ │ ├── 复件 头像1.png
│ │ │ │ ├── 复件 头像2.png
│ │ │ │ ├── 复件 头像3.png
│ │ │ │ ├── 头.jpg
│ │ │ │ ├── 头像1.png
│ │ │ │ ├── 头像2.png
│ │ │ │ ├── 头像3.png
│ │ │ │ ├── 头像4.png
│ │ │ │ ├── 头像5.png
│ │ │ │ ├── 头像6.png
│ │ │ │ ├── 头像昵称.jpg
│ │ │ │ ├── 头像昵称积分.jpg
│ │ │ │ ├── 头背.jpg
│ │ │ │ ├── 女.bmp
│ │ │ │ ├── 女人.png
│ │ │ │ ├── 女人物.png
│ │ │ │ ├── 对决页下半部分背景.bmp
│ │ │ │ ├── 对决页背景.bmp
│ │ │ │ ├── 左边框.jpg
│ │ │ │ ├── 底.jpg
│ │ │ │ ├── 开始按钮.png
│ │ │ │ ├── 开始按钮灰.png
│ │ │ │ ├── 收缩按钮.jpg
│ │ │ │ ├── 无人时的问号.png
│ │ │ │ ├── 最大化变色.jpg
│ │ │ │ ├── 最大化按钮.jpg
│ │ │ │ ├── 最小化变色.jpg
│ │ │ │ ├── 最小化按钮.jpg
│ │ │ │ ├── 标图.jpg
│ │ │ │ ├── 标背.jpg
│ │ │ │ ├── 标识.bmp
│ │ │ │ ├── 标题.jpg
│ │ │ │ ├── 标题栏.bmp
│ │ │ │ ├── 棋子外框.png
│ │ │ │ ├── 棋盘.png
│ │ │ │ ├── 棋盘小.jpg
│ │ │ │ ├── 男.bmp
│ │ │ │ ├── 男人.png
│ │ │ │ ├── 男人物.png
│ │ │ │ ├── 登录.png
│ │ │ │ ├── 登录界面下面.PNG
│ │ │ │ ├── 登录界面标题.PNG
│ │ │ │ ├── 白棋.bmp
│ │ │ │ ├── 白棋.png
│ │ │ │ ├── 白棋子.png
│ │ │ │ ├── 竖线.jpg
│ │ │ │ ├── 缩进.jpg
│ │ │ │ ├── 缩进背景.jpg
│ │ │ │ ├── 聊天.jpg
│ │ │ │ ├── 退出.png
│ │ │ │ ├── 黑棋.bmp
│ │ │ │ ├── 黑棋.png
│ │ │ │ └── 黑棋子.png
│ │ │ ├── obj
│ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ ├── ClientGobang.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── ClientGobang.csproj.FileListAbsolute.txt
│ │ │ │ ├── ClientGobang.csproj.GenerateResource.Cache
│ │ │ │ ├── ClientGobang.exe
│ │ │ │ ├── ClientGobang.F_Logon.resources
│ │ │ │ ├── ClientGobang.Frm_Chessboard.resources
│ │ │ │ ├── ClientGobang.Frm_Hall.resources
│ │ │ │ ├── ClientGobang.F_SerSetup.resources
│ │ │ │ ├── ClientGobang.pdb
│ │ │ │ ├── ClientGobang.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ClientGobang.sln
│ │ └── ClientGobang.suo
│ ├── database
│ │ ├── db_LANGobang_Data.MDF
│ │ └── db_LANGobang_Log.LDF
│ ├── GobangClass
│ │ ├── GobangClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GobangClass.dll
│ │ │ │ └── GobangClass.pdb
│ │ │ ├── ClassForms.cs
│ │ │ ├── ClassMsg.cs
│ │ │ ├── ClassOptionData.cs
│ │ │ ├── ClassSerializers.cs
│ │ │ ├── ClassUserInfo.cs
│ │ │ ├── ClassUsers.cs
│ │ │ ├── GobangClass.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── GobangClass.dll
│ │ │ │ │ ├── GobangClass.pdb
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ ├── GobangClass.csproj.FileListAbsolute.txt
│ │ │ │ └── GobangClass.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Publec_Class.cs
│ │ │ ├── UDPSocket.cs
│ │ │ └── UDPSocket.Designer.cs
│ │ ├── GobangClass.sln
│ │ └── GobangClass.suo
│ ├── ServerGobang
│ │ ├── ServerGobang
│ │ │ ├── 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
│ │ │ ├── Frm_Server.cs
│ │ │ ├── Frm_Server.Designer.cs
│ │ │ ├── Frm_Server.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ServerGobang.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ServerGobang.exe
│ │ │ │ │ ├── ServerGobang.Frm_Server.resources
│ │ │ │ │ ├── ServerGobang.pdb
│ │ │ │ │ ├── ServerGobang.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── ServerGobang.csproj.FileListAbsolute.txt
│ │ │ │ └── ServerGobang.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ServerGobang.csproj
│ │ ├── ServerGobang.sln
│ │ └── ServerGobang.suo
│ └── 程序使用说明.doc
└── 23
├── Upgrade
│ ├── Upgrade
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── NewXml
│ │ │ │ └── Update.xml
│ │ │ ├── Update
│ │ │ │ ├── 4.0
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── setup.exe
│ │ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ │ ├── Release
│ │ │ │ │ └── UpgradeSetup.vdproj
│ │ │ │ └── 5.0
│ │ │ │ ├── Debug
│ │ │ │ │ ├── setup.exe
│ │ │ │ │ └── UpgradeSetup.msi
│ │ │ │ ├── Release
│ │ │ │ └── UpgradeSetup.vdproj
│ │ │ ├── Update.xml
│ │ │ ├── UpgradeClass.dll
│ │ │ ├── UpgradeClass.pdb
│ │ │ ├── Upgrade.exe
│ │ │ ├── Upgrade.pdb
│ │ │ ├── UpgradeSet.ini
│ │ │ ├── Upgrade.vshost.exe
│ │ │ └── Upgrade.vshost.exe.manifest
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmSet.cs
│ │ ├── frmSet.Designer.cs
│ │ ├── frmSet.resx
│ │ ├── frmUpdate.cs
│ │ ├── frmUpdate.Designer.cs
│ │ ├── frmUpdate.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ │ ├── Upgrade.csproj.GenerateResource.Cache
│ │ │ │ ├── Upgrade.exe
│ │ │ │ ├── Upgrade.frmMain.resources
│ │ │ │ ├── Upgrade.frmSet.resources
│ │ │ │ ├── Upgrade.frmUpdate.resources
│ │ │ │ ├── Upgrade.pdb
│ │ │ │ └── Upgrade.Properties.Resources.resources
│ │ │ ├── Upgrade.csproj.FileListAbsolute.txt
│ │ │ └── Upgrade.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Upgrade.csproj
│ │ └── Upgrade.csproj.user
│ ├── UpgradeClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UpgradeClass.dll
│ │ │ └── UpgradeClass.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ ├── UpgradeClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── UpgradeClass.dll
│ │ │ │ └── UpgradeClass.pdb
│ │ │ └── UpgradeClass.csproj.FileListAbsolute.txt
│ │ ├── OperateClass.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── UpgradeClass.csproj
│ ├── UpgradeServer
│ │ ├── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── UpgradeServer.csproj.GenerateResource.Cache
│ │ │ │ ├── UpgradeServer.exe
│ │ │ │ ├── UpgradeServer.frmMain.resources
│ │ │ │ ├── UpgradeServer.frmNewFolder.resources
│ │ │ │ ├── UpgradeServer.pdb
│ │ │ │ └── UpgradeServer.Properties.Resources.resources
│ │ │ ├── UpgradeServer.csproj.FileListAbsolute.txt
│ │ │ └── UpgradeServer.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── UpgradeServer.csproj
│ ├── UpgradeSetup
│ │ ├── Debug
│ │ │ ├── setup.exe
│ │ │ └── UpgradeSetup.msi
│ │ ├── Release
│ │ └── UpgradeSetup.vdproj
│ ├── Upgrade.sln
│ └── Upgrade.suo
└── 程序使用说明.doc
795 directories, 3411 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论