在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#实战密码配套源代码.rar

C#实战密码配套源代码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:99.36M
  • 下载次数:3
  • 浏览次数:62
  • 发布时间:2021-12-03
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C#实战密码配套源代码,由于担心光盘丢失,上传到这里供大家分享
【实例截图】
【核心代码】
4744300845150430536.rar
└── 实战密码原始程序
├── 1
│   ├── Backup
│   │   ├── TetrisApp
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── you.cs
│   │   │   └── youxi.csproj
│   │   ├── youxi.sln
│   │   └── youxi.v12.suo
│   ├── TetrisApp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── sample.trf
│   │   │   ├── TetrisApp.exe
│   │   │   ├── TetrisApp.pdb
│   │   │   ├── TetrisApp.vshost.exe
│   │   │   ├── TetrisApp.vshost.exe.manifest
│   │   │   ├── youxiApp.exe
│   │   │   └── youxiApp.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TetrisApp.exe
│   │   │   │   ├── TetrisApp.FormTetris.resources
│   │   │   │   ├── TetrisApp.pdb
│   │   │   │   ├── TetrisApp.Properties.Resources.resources
│   │   │   │   ├── youxiApp.csproj.GenerateResource.Cache
│   │   │   │   ├── youxiApp.exe
│   │   │   │   ├── youxiApp.Form1.resources
│   │   │   │   ├── youxiApp.pdb
│   │   │   │   ├── youxiApp.Properties.Resources.resources
│   │   │   │   ├── youxi.csproj.FileListAbsolute.txt
│   │   │   │   ├── youxi.csproj.GenerateResource.Cache
│   │   │   │   └── youxi.csprojResolveAssemblyReference.cache
│   │   │   ├── youxiApp.csproj.FileList.txt
│   │   │   └── youxi.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   ├── you.cs
│   │   └── youxi.csproj
│   ├── UpgradeLog.htm
│   ├── youxi.sln
│   ├── youxi.suo
│   └── youxi.v12.suo
├── 10
│   └── SMS
│   ├── Backup
│   │   ├── SMS
│   │   │   ├── AboutBox1.cs
│   │   │   ├── AboutBox1.Designer.cs
│   │   │   ├── AboutBox1.resx
│   │   │   ├── AddDy.cs
│   │   │   ├── AddDy.Designer.cs
│   │   │   ├── AddDy.resx
│   │   │   ├── AddUser.cs
│   │   │   ├── AddUser.Designer.cs
│   │   │   ├── AddUser.resx
│   │   │   ├── BaseClass
│   │   │   │   ├── ConnClass.cs
│   │   │   │   └── GSM.cs
│   │   │   ├── ChangePwd.cs
│   │   │   ├── ChangePwd.Designer.cs
│   │   │   ├── ChangePwd.resx
│   │   │   ├── Cydy.cs
│   │   │   ├── Cydy.Designer.cs
│   │   │   ├── Cydy.resx
│   │   │   ├── DataBase
│   │   │   │   └── db_SMS.mdb
│   │   │   ├── DyChange.cs
│   │   │   ├── DyChange.Designer.cs
│   │   │   ├── DyChange.resx
│   │   │   ├── Dy.cs
│   │   │   ├── Dy.Designer.cs
│   │   │   ├── Dy.resx
│   │   │   ├── Image
│   │   │   │   ├── an_1.gif
│   │   │   │   ├── an_2.gif
│   │   │   │   ├── b1.gif
│   │   │   │   ├── b2.gif
│   │   │   │   ├── bg_1.gif
│   │   │   │   ├── bg_2.gif
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── j_1.gif
│   │   │   │   ├── login_1.gif
│   │   │   │   ├── login_2.gif
│   │   │   │   └── login.jpg
│   │   │   ├── Lock.cs
│   │   │   ├── Lock.Designer.cs
│   │   │   ├── Lock.resx
│   │   │   ├── Login.cs
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.resx
│   │   │   ├── Main.cs
│   │   │   ├── Main.Designer.cs
│   │   │   ├── Main.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── bg10.gif
│   │   │   │   ├── login.jpg
│   │   │   │   ├── mb_08.gif
│   │   │   │   ├── menu_top_r1_c2.gif
│   │   │   │   ├── new_nav_r1_c1.gif
│   │   │   │   ├── plyer_r5_c2.jpg
│   │   │   │   ├── search_bg.jpg
│   │   │   │   ├── sort_bg_02.gif
│   │   │   │   └── vod_mf_r21_c7.jpg
│   │   │   ├── Resvice.cs
│   │   │   ├── Resvice.Designer.cs
│   │   │   ├── Resvice.resx
│   │   │   ├── SendSMS.cs
│   │   │   ├── SendSMS.Designer.cs
│   │   │   ├── SendSMS.resx
│   │   │   ├── SMS.csproj
│   │   │   ├── SMS.csproj.user
│   │   │   ├── SmsXX.cs
│   │   │   ├── SmsXX.Designer.cs
│   │   │   ├── SmsXX.resx
│   │   │   ├── Tel.cs
│   │   │   ├── Tel.Designer.cs
│   │   │   ├── TelNote.cs
│   │   │   ├── TelNote.Designer.cs
│   │   │   ├── TelNote.resx
│   │   │   ├── Tel.resx
│   │   │   ├── Yfxx.cs
│   │   │   ├── Yfxx.Designer.cs
│   │   │   └── Yfxx.resx
│   │   ├── SMS.sln
│   │   └── SMS.suo
│   ├── SMS
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.resx
│   │   ├── AddDy.cs
│   │   ├── AddDy.Designer.cs
│   │   ├── AddDy.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.Designer.cs
│   │   ├── AddUser.resx
│   │   ├── app.config
│   │   ├── BaseClass
│   │   │   ├── ConnClass.cs
│   │   │   └── GSM.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DataBase
│   │   │   │   │   └── db_SMS.mdb
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── SMS.exe
│   │   │   │   ├── SMS.exe.config
│   │   │   │   ├── SMS.pdb
│   │   │   │   ├── SMS.vshost.exe
│   │   │   │   ├── SMS.vshost.exe.config
│   │   │   │   └── SMS.vshost.exe.manifest
│   │   │   ├── Release
│   │   │   └── x64
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DataBase
│   │   │   │   │   └── db_SMS.mdb
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── SMS.exe
│   │   │   │   ├── SMS.exe.config
│   │   │   │   ├── SMS.pdb
│   │   │   │   ├── SMS.vshost.exe
│   │   │   │   ├── SMS.vshost.exe.config
│   │   │   │   └── SMS.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DataBase
│   │   │   │   └── db_SMS.mdb
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── SMS.exe
│   │   │   ├── SMS.exe.config
│   │   │   ├── SMS.pdb
│   │   │   ├── SMS.vshost.exe
│   │   │   ├── SMS.vshost.exe.config
│   │   │   └── SMS.vshost.exe.manifest
│   │   ├── ChangePwd.cs
│   │   ├── ChangePwd.Designer.cs
│   │   ├── ChangePwd.resx
│   │   ├── Cydy.cs
│   │   ├── Cydy.Designer.cs
│   │   ├── Cydy.resx
│   │   ├── DataBase
│   │   │   └── db_SMS.mdb
│   │   ├── DyChange.cs
│   │   ├── DyChange.Designer.cs
│   │   ├── DyChange.resx
│   │   ├── Dy.cs
│   │   ├── Dy.Designer.cs
│   │   ├── Dy.resx
│   │   ├── Image
│   │   │   ├── an_1.gif
│   │   │   ├── an_2.gif
│   │   │   ├── b1.gif
│   │   │   ├── b2.gif
│   │   │   ├── bg_1.gif
│   │   │   ├── bg_2.gif
│   │   │   ├── bg.jpg
│   │   │   ├── j_1.gif
│   │   │   ├── login_1.gif
│   │   │   ├── login_2.gif
│   │   │   └── login.jpg
│   │   ├── Lock.cs
│   │   ├── Lock.Designer.cs
│   │   ├── Lock.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── Refactor
│   │   │   │   ├── SMS.AboutBox1.resources
│   │   │   │   ├── SMS.AddDy.resources
│   │   │   │   ├── SMS.AddUser.resources
│   │   │   │   ├── SMS.ChangePwd.resources
│   │   │   │   ├── SMS.csproj.FileListAbsolute.txt
│   │   │   │   ├── SMS.csproj.GenerateResource.Cache
│   │   │   │   ├── SMS.csprojResolveAssemblyReference.cache
│   │   │   │   ├── SMS.csproj.ResolveComReference.cache
│   │   │   │   ├── SMS.Cydy.resources
│   │   │   │   ├── SMS.DyChange.resources
│   │   │   │   ├── SMS.Dy.resources
│   │   │   │   ├── SMS.exe
│   │   │   │   ├── SMS.Lock.resources
│   │   │   │   ├── SMS.Login.resources
│   │   │   │   ├── SMS.Main.resources
│   │   │   │   ├── SMS.pdb
│   │   │   │   ├── SMS.Properties.Resources.resources
│   │   │   │   ├── SMS.Resvice.resources
│   │   │   │   ├── SMS.SendSMS.resources
│   │   │   │   ├── SMS.SmsXX.resources
│   │   │   │   ├── SMS.TelNote.resources
│   │   │   │   ├── SMS.Tel.resources
│   │   │   │   ├── SMS.Yfxx.resources
│   │   │   │   └── TempPE
│   │   │   │   ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│   │   │   │   ├── DataBase.db_SMSDataSet.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── SMS.csproj.FileList.txt
│   │   │   └── x64
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── SMS.AboutBox1.resources
│   │   │   │   ├── SMS.AddDy.resources
│   │   │   │   ├── SMS.AddUser.resources
│   │   │   │   ├── SMS.ChangePwd.resources
│   │   │   │   ├── SMS.csproj.FileListAbsolute.txt
│   │   │   │   ├── SMS.csproj.GenerateResource.Cache
│   │   │   │   ├── SMS.csprojResolveAssemblyReference.cache
│   │   │   │   ├── SMS.csproj.ResolveComReference.cache
│   │   │   │   ├── SMS.Cydy.resources
│   │   │   │   ├── SMS.DyChange.resources
│   │   │   │   ├── SMS.Dy.resources
│   │   │   │   ├── SMS.exe
│   │   │   │   ├── SMS.Lock.resources
│   │   │   │   ├── SMS.Login.resources
│   │   │   │   ├── SMS.Main.resources
│   │   │   │   ├── SMS.pdb
│   │   │   │   ├── SMS.Properties.Resources.resources
│   │   │   │   ├── SMS.Resvice.resources
│   │   │   │   ├── SMS.SendSMS.resources
│   │   │   │   ├── SMS.SmsXX.resources
│   │   │   │   ├── SMS.TelNote.resources
│   │   │   │   ├── SMS.Tel.resources
│   │   │   │   ├── SMS.Yfxx.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── SMS.AboutBox1.resources
│   │   │   ├── SMS.AddDy.resources
│   │   │   ├── SMS.AddUser.resources
│   │   │   ├── SMS.ChangePwd.resources
│   │   │   ├── SMS.csproj.FileListAbsolute.txt
│   │   │   ├── SMS.csproj.GenerateResource.Cache
│   │   │   ├── SMS.csproj.ResolveComReference.cache
│   │   │   ├── SMS.Cydy.resources
│   │   │   ├── SMS.DyChange.resources
│   │   │   ├── SMS.Dy.resources
│   │   │   ├── SMS.exe
│   │   │   ├── SMS.Lock.resources
│   │   │   ├── SMS.Login.resources
│   │   │   ├── SMS.Main.resources
│   │   │   ├── SMS.pdb
│   │   │   ├── SMS.Properties.Resources.resources
│   │   │   ├── SMS.Resvice.resources
│   │   │   ├── SMS.SendSMS.resources
│   │   │   ├── SMS.SmsXX.resources
│   │   │   ├── SMS.TelNote.resources
│   │   │   ├── SMS.Tel.resources
│   │   │   ├── SMS.Yfxx.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── bg10.gif
│   │   │   ├── login.jpg
│   │   │   ├── mb_08.gif
│   │   │   ├── menu_top_r1_c2.gif
│   │   │   ├── new_nav_r1_c1.gif
│   │   │   ├── plyer_r5_c2.jpg
│   │   │   ├── search_bg.jpg
│   │   │   ├── sort_bg_02.gif
│   │   │   └── vod_mf_r21_c7.jpg
│   │   ├── Resvice.cs
│   │   ├── Resvice.Designer.cs
│   │   ├── Resvice.resx
│   │   ├── SendSMS.cs
│   │   ├── SendSMS.Designer.cs
│   │   ├── SendSMS.resx
│   │   ├── SMS.csproj
│   │   ├── SMS.csproj.user
│   │   ├── SmsXX.cs
│   │   ├── SmsXX.Designer.cs
│   │   ├── SmsXX.resx
│   │   ├── Tel.cs
│   │   ├── Tel.Designer.cs
│   │   ├── TelNote.cs
│   │   ├── TelNote.Designer.cs
│   │   ├── TelNote.resx
│   │   ├── Tel.resx
│   │   ├── Yfxx.cs
│   │   ├── Yfxx.Designer.cs
│   │   └── Yfxx.resx
│   ├── SMS.sln
│   ├── SMS.suo
│   ├── SMS.v12.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 11
│   └── CHEXC
│   ├── Backup
│   │   ├── CHEXC
│   │   │   ├── bg.JPG
│   │   │   ├── ClassInfo
│   │   │   │   ├── tb_Company.cs
│   │   │   │   ├── tb_EmpInfo.cs
│   │   │   │   ├── tb_JhGoodsInfo.cs
│   │   │   │   ├── tb_KcGoods.cs
│   │   │   │   ├── tb_SellGoods.cs
│   │   │   │   └── tb_ThGoodsInfo.cs
│   │   │   ├── CompanyInfo.cs
│   │   │   ├── CompanyInfo.Designer.cs
│   │   │   ├── CompanyInfo.resx
│   │   │   ├── DataBack.cs
│   │   │   ├── DataBack.Designer.cs
│   │   │   ├── DataBack.resx
│   │   │   ├── DataReole.cs
│   │   │   ├── DataReole.Designer.cs
│   │   │   ├── DataReole.resx
│   │   │   ├── EmpInfo.cs
│   │   │   ├── EmpInfo.Designer.cs
│   │   │   ├── EmpInfo.resx
│   │   │   ├── FindGood.cs
│   │   │   ├── FindGood.Designer.cs
│   │   │   ├── FindGood.resx
│   │   │   ├── GonYingShang.cs
│   │   │   ├── GonYingShang.Designer.cs
│   │   │   ├── GonYingShang.resx
│   │   │   ├── GoodID.cs
│   │   │   ├── GoodID.Designer.cs
│   │   │   ├── GoodID.resx
│   │   │   ├── GoodMenhod
│   │   │   │   ├── getSqlConnection.cs
│   │   │   │   ├── tb_CompanyMenthod.cs
│   │   │   │   ├── tb_EmpInfoMenthod.cs
│   │   │   │   ├── tb_JhGoodsInfoMenthod.cs
│   │   │   │   ├── tb_KcGoodsMenthod.cs
│   │   │   │   ├── tb_SellGoodsMenthod.cs
│   │   │   │   └── tb_ThGoodsMenthod.cs
│   │   │   ├── JhGoodsInfo.cs
│   │   │   ├── JhGoodsInfo.Designer.cs
│   │   │   ├── JhGoodsInfo.resx
│   │   │   ├── KcGoodFind.cs
│   │   │   ├── KcGoodFind.Designer.cs
│   │   │   ├── KcGoodFind.resx
│   │   │   ├── KcGoods.cs
│   │   │   ├── KcGoods.Designer.cs
│   │   │   ├── KcGoods.resx
│   │   │   ├── Login.cs
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.resx
│   │   │   ├── Main.cs
│   │   │   ├── Main.Designer.cs
│   │   │   ├── Main.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── bg.JPG
│   │   │   │   ├── 保存1.ico
│   │   │   │   ├── 保存.ico
│   │   │   │   ├── 修改.ico
│   │   │   │   ├── 删除1.ico
│   │   │   │   ├── 删除.ico
│   │   │   │   ├── 取消.ico
│   │   │   │   ├── 取消按钮.png
│   │   │   │   ├── 添加.ico
│   │   │   │   ├── 确定按钮.png
│   │   │   │   ├── 背景.bmp
│   │   │   │   └── 退出.ico
│   │   │   ├── SellGoodInfo.cs
│   │   │   ├── SellGoodInfo.Designer.cs
│   │   │   ├── SellGoodInfo.resx
│   │   │   ├── SellGoods.cs
│   │   │   ├── SellGoods.Designer.cs
│   │   │   ├── SellGoods.resx
│   │   │   ├── supermarket.csproj
│   │   │   ├── ThGoodsInfo.cs
│   │   │   ├── ThGoodsInfo.Designer.cs
│   │   │   └── ThGoodsInfo.resx
│   │   ├── supermarket.sln
│   │   └── supermarket.suo
│   ├── CHEXC
│   │   ├── app.config
│   │   ├── bg.jpg
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CHEXC.exe
│   │   │   ├── CHEXC.exe.config
│   │   │   ├── CHEXC.pdb
│   │   │   ├── CHEXC.vshost.exe
│   │   │   ├── CHEXC.vshost.exe.config
│   │   │   └── CHEXC.vshost.exe.manifest
│   │   ├── ClassInfo
│   │   │   ├── tb_Company.cs
│   │   │   ├── tb_EmpInfo.cs
│   │   │   ├── tb_JhGoodsInfo.cs
│   │   │   ├── tb_KcGoods.cs
│   │   │   ├── tb_SellGoods.cs
│   │   │   └── tb_ThGoodsInfo.cs
│   │   ├── CompanyInfo.cs
│   │   ├── CompanyInfo.Designer.cs
│   │   ├── CompanyInfo.resx
│   │   ├── DataBack.cs
│   │   ├── DataBack.Designer.cs
│   │   ├── DataBack.resx
│   │   ├── DataBase
│   │   │   ├── db_CSManage_log.ldf
│   │   │   └── db_CSManage.mdf
│   │   ├── DataReole.cs
│   │   ├── DataReole.Designer.cs
│   │   ├── DataReole.resx
│   │   ├── EmpInfo.cs
│   │   ├── EmpInfo.Designer.cs
│   │   ├── EmpInfo.resx
│   │   ├── FindGood.cs
│   │   ├── FindGood.Designer.cs
│   │   ├── FindGood.resx
│   │   ├── frm.cs
│   │   ├── frm.Designer.cs
│   │   ├── frm.resx
│   │   ├── GonYingShang.cs
│   │   ├── GonYingShang.Designer.cs
│   │   ├── GonYingShang.resx
│   │   ├── GoodID.cs
│   │   ├── GoodID.Designer.cs
│   │   ├── GoodID.resx
│   │   ├── GoodMenhod
│   │   │   ├── getSqlConnection.cs
│   │   │   ├── tb_CompanyMenthod.cs
│   │   │   ├── tb_EmpInfoMenthod.cs
│   │   │   ├── tb_JhGoodsInfoMenthod.cs
│   │   │   ├── tb_KcGoodsMenthod.cs
│   │   │   ├── tb_SellGoodsMenthod.cs
│   │   │   └── tb_ThGoodsMenthod.cs
│   │   ├── JhGoodsInfo.cs
│   │   ├── JhGoodsInfo.Designer.cs
│   │   ├── JhGoodsInfo.resx
│   │   ├── KcGoodFind.cs
│   │   ├── KcGoodFind.Designer.cs
│   │   ├── KcGoodFind.resx
│   │   ├── KcGoods.cs
│   │   ├── KcGoods.Designer.cs
│   │   ├── KcGoods.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   ├── CHEXC.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── CHEXC.CompanyInfo.resources
│   │   │   │   ├── CHEXC.csproj.GenerateResource.Cache
│   │   │   │   ├── CHEXC.DataBack.resources
│   │   │   │   ├── CHEXC.DataReole.resources
│   │   │   │   ├── CHEXC.EmpInfo.resources
│   │   │   │   ├── CHEXC.exe
│   │   │   │   ├── CHEXC.FindGood.resources
│   │   │   │   ├── CHEXC.GonYingShang.resources
│   │   │   │   ├── CHEXC.GoodID.resources
│   │   │   │   ├── CHEXC.JhGoodsInfo.resources
│   │   │   │   ├── CHEXC.KcGoodFind.resources
│   │   │   │   ├── CHEXC.KcGoods.resources
│   │   │   │   ├── CHEXC.Login.resources
│   │   │   │   ├── CHEXC.Main.resources
│   │   │   │   ├── CHEXC.pdb
│   │   │   │   ├── CHEXC.Properties.Resources.resources
│   │   │   │   ├── CHEXC.SellGoodInfo.resources
│   │   │   │   ├── CHEXC.SellGoods.resources
│   │   │   │   ├── CHEXC.ThGoodsInfo.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Refactor
│   │   │   │   ├── supermarket.csproj.FileListAbsolute.txt
│   │   │   │   ├── supermarket.csproj.GenerateResource.Cache
│   │   │   │   ├── supermarket.csprojResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── supermarket.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── bg.jpg
│   │   │   ├── 保存1.ico
│   │   │   ├── 保存.ico
│   │   │   ├── 修改.ico
│   │   │   ├── 删除1.ico
│   │   │   ├── 删除.ico
│   │   │   ├── 取消.ico
│   │   │   ├── 取消按钮.png
│   │   │   ├── 添加.ico
│   │   │   ├── 确定按钮.png
│   │   │   ├── 背景.bmp
│   │   │   └── 退出.ico
│   │   ├── SellGoodInfo.cs
│   │   ├── SellGoodInfo.Designer.cs
│   │   ├── SellGoodInfo.resx
│   │   ├── SellGoods.cs
│   │   ├── SellGoods.Designer.cs
│   │   ├── SellGoods.resx
│   │   ├── supermarket.csproj
│   │   ├── supermarket.csproj.user
│   │   ├── ThGoodsInfo.cs
│   │   ├── ThGoodsInfo.Designer.cs
│   │   └── ThGoodsInfo.resx
│   ├── supermarket.sln
│   ├── supermarket.suo
│   ├── supermarket.v12.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 12
│   └── VWMS
│   ├── Backup
│   │   ├── jiankong.sln
│   │   ├── jiankong.suo
│   │   └── VWMS
│   │   ├── CommonClass
│   │   │   ├── DataCon.cs
│   │   │   ├── DataOperate.cs
│   │   │   ├── PelcoD.cs
│   │   │   ├── SoftReg.cs
│   │   │   └── VideoOperate.cs
│   │   ├── jiankong.csproj
│   │   ├── jiankong.csproj.user
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── Play.cs
│   │   ├── Play.Designer.cs
│   │   ├── Play.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Register.cs
│   │   ├── Register.Designer.cs
│   │   ├── Register.resx
│   │   ├── SetMonitor.cs
│   │   ├── SetMonitor.Designer.cs
│   │   └── SetMonitor.resx
│   ├── jiankong.sln
│   ├── jiankong.suo
│   ├── jiankong.v12.suo
│   ├── UpgradeLog.XML
│   └── VWMS
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── AxInterop.MediaPlayer.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Interop.MediaPlayer.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── VWMS.exe
│   │   │   ├── VWMS.exe.config
│   │   │   ├── VWMS.pdb
│   │   │   ├── VWMS.vshost.exe
│   │   │   ├── VWMS.vshost.exe.config
│   │   │   ├── VWMS.vshost.exe.manifest
│   │   │   └── 系统注册机.exe
│   │   └── Release
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── Interop.WMPLib.dll
│   │   ├── VWMS.exe
│   │   └── VWMS.pdb
│   ├── CommonClass
│   │   ├── DataCon.cs
│   │   ├── DataOperate.cs
│   │   ├── PelcoD.cs
│   │   ├── SoftReg.cs
│   │   └── VideoOperate.cs
│   ├── DataBase
│   │   └── VWMS.mdb
│   ├── Image
│   │   ├── 主页面
│   │   │   ├── 上.png
│   │   │   ├── 下.png
│   │   │   ├── 主界面图片.bmp
│   │   │   ├── 主界面背景.bmp
│   │   │   ├── 主界面背景.jpg
│   │   │   ├── 停止.png
│   │   │   ├── 光圈+.png
│   │   │   ├── 光圈-.png
│   │   │   ├── 右.png
│   │   │   ├── 回放.png
│   │   │   ├── 对焦+.png
│   │   │   ├── 对焦-按钮.png
│   │   │   ├── 左.png
│   │   │   ├── 录像.png
│   │   │   ├── 快照.png
│   │   │   ├── 注册.png
│   │   │   ├── 监控管理.png
│   │   │   ├── 聚焦+按钮.png
│   │   │   ├── 聚焦-按钮.png
│   │   │   ├── 雨刷+.png
│   │   │   └── 雨刷-.png
│   │   ├── 播放器页面
│   │   │   ├── 关闭按钮.png
│   │   │   └── 回放按钮.png
│   │   ├── 用户.ico
│   │   ├── 监控管理界面
│   │   │   ├── 修改.bmp
│   │   │   ├── 删除按钮.bmp
│   │   │   ├── 添加按钮.bmp
│   │   │   └── 背景.bmp
│   │   ├── 系统登录
│   │   │   ├── 登录按钮.png
│   │   │   ├── 登录背景.bmp
│   │   │   └── 退出按钮.png
│   │   └── 软件注册页面
│   │   ├── 关闭按钮.png
│   │   ├── 注册按钮.png
│   │   └── 背景.bmp
│   ├── jiankong.csproj
│   ├── jiankong.csproj.user
│   ├── Login.cs
│   ├── Login.Designer.cs
│   ├── Login.resx
│   ├── Main.cs
│   ├── Main.Designer.cs
│   ├── Main.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── jiankong.csproj.FileListAbsolute.txt
│   │   │   ├── jiankong.csproj.GenerateResource.Cache
│   │   │   ├── jiankong.csprojResolveAssemblyReference.cache
│   │   │   ├── jiankong.csproj.ResolveComReference.cache
│   │   │   ├── Refactor
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── VWMS.csproj.ResolveComReference.cache
│   │   │   ├── VWMS.exe
│   │   │   ├── VWMS.Login.resources
│   │   │   ├── VWMS.Main.resources
│   │   │   ├── VWMS.pdb
│   │   │   ├── VWMS.Play.resources
│   │   │   ├── VWMS.Properties.Resources.resources
│   │   │   ├── VWMS.Register.resources
│   │   │   └── VWMS.SetMonitor.resources
│   │   ├── jiankong.csproj.FileList.txt
│   │   └── Release
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── Interop.WMPLib.dll
│   │   ├── jiankong.csproj.GenerateResource.Cache
│   │   ├── jiankong.csproj.ResolveComReference.cache
│   │   ├── VWMS.exe
│   │   ├── VWMS.Login.resources
│   │   ├── VWMS.Main.resources
│   │   ├── VWMS.pdb
│   │   ├── VWMS.Play.resources
│   │   ├── VWMS.Properties.Resources.resources
│   │   ├── VWMS.Register.resources
│   │   └── VWMS.SetMonitor.resources
│   ├── Photo
│   ├── Play.cs
│   ├── Play.Designer.cs
│   ├── Play.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Register.cs
│   ├── Register.Designer.cs
│   ├── Register.resx
│   ├── SetMonitor.cs
│   ├── SetMonitor.Designer.cs
│   ├── SetMonitor.resx
│   └── Video
├── 2
│   └── studyCommunity
│   ├── App_Code
│   │   ├── dataOperate.cs
│   │   └── Operate.cs
│   ├── App_Data
│   │   ├── db_study.ldb
│   │   └── db_study.mdb
│   ├── Bin
│   ├── bottomT.ascx
│   ├── bottomT.ascx.cs
│   ├── bulletinInfo.aspx
│   ├── bulletinInfo.aspx.cs
│   ├── css
│   │   └── css.css
│   ├── dh.ascx
│   ├── dh.ascx.cs
│   ├── entry.ascx
│   ├── entry.ascx.cs
│   ├── error.aspx
│   ├── error.aspx.cs
│   ├── images
│   │   ├── bei.GIF
│   │   ├── dengl.jpg
│   │   ├── denglu.gif
│   │   ├── dline.gif
│   │   ├── fabuanniu_01.jpg
│   │   ├── fabuanniu_02.jpg
│   │   ├── fabuanniu_03.jpg
│   │   ├── fabuanniu_04.gif
│   │   ├── fbjc.gif
│   │   ├── fbjc.jpg
│   │   ├── fbjiaoce 拷贝.jpg
│   │   ├── gld.JPG
│   │   ├── glend.JPG
│   │   ├── gltop.GIF
│   │   ├── gonggao.gif
│   │   ├── htbj.JPG
│   │   ├── index_01.jpg
│   │   ├── index_02.jpg
│   │   ├── index_03.jpg
│   │   ├── index_04.jpg
│   │   ├── index_05.jpg
│   │   ├── index_06.jpg
│   │   ├── index_08.jpg
│   │   ├── indextubiao.jpg
│   │   ├── indextubiao 拷贝.jpg
│   │   ├── jia.GIF
│   │   ├── jian.GIF
│   │   ├── kaisuo.gif
│   │   ├── lianxiwomen 拷贝.jpg
│   │   ├── manage_fs .jpg
│   │   ├── manageIndex_01.jpg
│   │   ├── manageIndex_02.jpg
│   │   ├── manageIndex_03.jpg
│   │   ├── manageIndex_05.jpg
│   │   ├── manageIndex_06.jpg
│   │   ├── manage_tc.jpg
│   │   ├── menudown.gif
│   │   ├── menuup.gif
│   │   ├── pangbian.GIF
│   │   ├── quxiao.jpg
│   │   ├── shipin.gif
│   │   ├── shipinketang 拷贝.jpg
│   │   ├── sousuo.gif
│   │   ├── sousuolangif.gif
│   │   ├── spkt.gif
│   │   ├── spph.gif
│   │   ├── suo.gif
│   │   ├── www.GIF
│   │   ├── yanzg.jpg
│   │   ├── yinpin.gif
│   │   ├── ypkt.gif
│   │   ├── yuyiketa 拷贝.jpg
│   │   ├── yyph.jpg
│   │   ├── yysp.gif
│   │   ├── zchy.gif
│   │   └── zhuce 拷贝.jpg
│   ├── index.aspx
│   ├── index.aspx.cs
│   ├── issuance.aspx
│   ├── issuance.aspx.cs
│   ├── login.aspx
│   ├── login.aspx.cs
│   ├── Manage
│   │   ├── change.aspx
│   │   ├── change.aspx.cs
│   │   ├── leftMenu.aspx
│   │   ├── leftMenu.aspx.cs
│   │   ├── manage_bulletin.aspx
│   │   ├── manage_bulletin.aspx.cs
│   │   ├── manageIndex.aspx
│   │   ├── manageIndex.aspx.cs
│   │   ├── manage_inssuanceTutorial.aspx
│   │   ├── manage_inssuanceTutorial.aspx.cs
│   │   ├── manage_issuanceBulletin.aspx
│   │   ├── manage_issuanceBulletin.aspx.cs
│   │   ├── manage_playSound.aspx
│   │   ├── manage_playSound.aspx.cs
│   │   ├── manage_seeVideo.aspx
│   │   ├── manage_seeVideo.aspx.cs
│   │   ├── manage_sound.aspx
│   │   ├── manage_sound.aspx.cs
│   │   ├── manage_soundSpeak.aspx
│   │   ├── manage_soundSpeak.aspx.cs
│   │   ├── manage_user.aspx
│   │   ├── manage_user.aspx.cs
│   │   ├── manage_video.aspx
│   │   ├── manage_video.aspx.cs
│   │   ├── manage_videoSpeak.aspx
│   │   ├── manage_videoSpeak.aspx.cs
│   │   ├── rightMenu.aspx
│   │   └── rightMenu.aspx.cs
│   ├── manageEntry.aspx
│   ├── manageEntry.aspx.cs
│   ├── playSound.aspx
│   ├── playSound.aspx.cs
│   ├── readme.doc
│   ├── search.ascx
│   ├── search.ascx.cs
│   ├── searchList.aspx
│   ├── searchList.aspx.cs
│   ├── seekPass.aspx
│   ├── seekPass.aspx.cs
│   ├── seeVideo.aspx
│   ├── seeVideo.aspx.cs
│   ├── Sound
│   ├── soundList.aspx
│   ├── soundList.aspx.cs
│   ├── typeInfo.aspx
│   ├── typeInfo.aspx.cs
│   ├── userBulletinInfo.ascx
│   ├── userBulletinInfo.ascx.cs
│   ├── userSound.ascx
│   ├── userSound.ascx.cs
│   ├── userVideo.ascx
│   ├── userVideo.ascx.cs
│   ├── ValidateCode.aspx
│   ├── ValidateCode.aspx.cs
│   ├── Video
│   │   └── clock.wmv
│   ├── VideoList.aspx
│   ├── VideoList.aspx.cs
│   ├── Web.Config
│   └── ypkt.gif
├── 3
│   └── PWMS
│   ├── Backup
│   │   ├── PWMS
│   │   │   ├── DataClass
│   │   │   │   └── MyMeans.cs
│   │   │   ├── F_Login.cs
│   │   │   ├── F_Login.designer.cs
│   │   │   ├── F_Login.resx
│   │   │   ├── F_Main.cs
│   │   │   ├── F_Main.designer.cs
│   │   │   ├── F_Main.resx
│   │   │   ├── InfoAddForm
│   │   │   │   ├── F_Address.cs
│   │   │   │   ├── F_Address.Designer.cs
│   │   │   │   ├── F_Address.resx
│   │   │   │   ├── F_Basic.cs
│   │   │   │   ├── F_Basic.Designer.cs
│   │   │   │   ├── F_Basic.resx
│   │   │   │   ├── F_ClewSet.cs
│   │   │   │   ├── F_ClewSet.Designer.cs
│   │   │   │   └── F_ClewSet.resx
│   │   │   ├── ModuleClass
│   │   │   │   └── MyModule.cs
│   │   │   ├── PerForm
│   │   │   │   ├── F_AddressList.cs
│   │   │   │   ├── F_AddressList.Designer.cs
│   │   │   │   ├── F_AddressList.resx
│   │   │   │   ├── F_ClearData.cs
│   │   │   │   ├── F_ClearData.Designer.cs
│   │   │   │   ├── F_ClearData.resx
│   │   │   │   ├── F_Find.cs
│   │   │   │   ├── F_Find.Designer.cs
│   │   │   │   ├── F_Find.resx
│   │   │   │   ├── F_HaveBack.cs
│   │   │   │   ├── F_HaveBack.Designer.cs
│   │   │   │   ├── F_HaveBack.resx
│   │   │   │   ├── F_ManFile.cs
│   │   │   │   ├── F_ManFile.Designer.cs
│   │   │   │   ├── F_ManFile.resx
│   │   │   │   ├── F_Stat.cs
│   │   │   │   ├── F_Stat.Designer.cs
│   │   │   │   ├── F_Stat.resx
│   │   │   │   ├── F_UserAdd.cs
│   │   │   │   ├── F_UserAdd.Designer.cs
│   │   │   │   ├── F_UserAdd.resx
│   │   │   │   ├── F_User.cs
│   │   │   │   ├── F_User.Designer.cs
│   │   │   │   ├── F_UserPope.cs
│   │   │   │   ├── F_UserPope.Designer.cs
│   │   │   │   ├── F_UserPope.resx
│   │   │   │   ├── F_User.resx
│   │   │   │   ├── F_WordPad.cs
│   │   │   │   ├── F_WordPad.Designer.cs
│   │   │   │   └── F_WordPad.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── PWMS.csproj
│   │   ├── PWMS.sln
│   │   └── PWMS.v12.suo
│   ├── db_PWMS_log.ldf
│   ├── db_PWMS.mdf
│   ├── PWMS
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── bar
│   │   │   │   │   └── 2008-1-9104229.bak
│   │   │   │   ├── Interop.Office.dll
│   │   │   │   ├── Interop.VBIDE.dll
│   │   │   │   ├── Interop.Word.dll
│   │   │   │   ├── PWMS.exe
│   │   │   │   ├── PWMS.exe.config
│   │   │   │   ├── PWMS.pdb
│   │   │   │   ├── PWMS.vshost.exe
│   │   │   │   ├── PWMS.vshost.exe.config
│   │   │   │   └── PWMS.vshost.exe.manifest
│   │   │   ├── Release
│   │   │   └── x64
│   │   │   └── Debug
│   │   │   ├── PWMS.exe.config
│   │   │   ├── PWMS.vshost.exe
│   │   │   ├── PWMS.vshost.exe.config
│   │   │   └── PWMS.vshost.exe.manifest
│   │   ├── DataBase
│   │   │   ├── db_PWMS_log.ldf
│   │   │   └── db_PWMS.mdf
│   │   ├── DataClass
│   │   │   └── MyMeans.cs
│   │   ├── F_Login.cs
│   │   ├── F_Login.Designer.cs
│   │   ├── F_Login.resx
│   │   ├── F_Main.cs
│   │   ├── F_Main.Designer.cs
│   │   ├── F_Main.resx
│   │   ├── Image
│   │   │   ├── 01.png
│   │   │   ├── 02.PNG
│   │   │   ├── 03.PNG
│   │   │   ├── 04.PNG
│   │   │   ├── 05.PNG
│   │   │   ├── 06.PNG
│   │   │   ├── 07.PNG
│   │   │   ├── 08.PNG
│   │   │   ├── 09.PNG
│   │   │   ├── PEOPLE.jpg
│   │   │   ├── 主界面.bmp
│   │   │   ├── 人事档案浏览.bmp
│   │   │   ├── 人事资料查询.BMP
│   │   │   ├── 修改.BMP
│   │   │   ├── 关闭.BMP
│   │   │   ├── 删除.BMP
│   │   │   ├── 员工合同提示.BMP
│   │   │   ├── 备份.bmp
│   │   │   ├── 日常记事.bmp
│   │   │   ├── 权限.BMP
│   │   │   ├── 添加.BMP
│   │   │   ├── 登录1.BMP
│   │   │   ├── 登录.BMP
│   │   │   ├── 退出系统.BMP
│   │   │   └── 通讯录.BMP
│   │   ├── InfoAddForm
│   │   │   ├── F_Address.cs
│   │   │   ├── F_Address.Designer.cs
│   │   │   ├── F_Address.resx
│   │   │   ├── F_Basic.cs
│   │   │   ├── F_Basic.Designer.cs
│   │   │   ├── F_Basic.resx
│   │   │   ├── F_ClewSet.cs
│   │   │   ├── F_ClewSet.Designer.cs
│   │   │   └── F_ClewSet.resx
│   │   ├── ModuleClass
│   │   │   └── MyModule.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── build.force
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.Microsoft.Office.Core.dll
│   │   │   │   ├── Interop.Microsoft.Office.Interop.Word.dll
│   │   │   │   ├── Interop.Office.dll
│   │   │   │   ├── Interop.ONAddInForWord.dll
│   │   │   │   ├── Interop.VBIDE.dll
│   │   │   │   ├── Interop.WordAdapterLib.dll
│   │   │   │   ├── Interop.WordClientPkgLib.dll
│   │   │   │   ├── Interop.Word.dll
│   │   │   │   ├── PWMS.csproj.FileListAbsolute.txt
│   │   │   │   ├── PWMS.csproj.GenerateResource.Cache
│   │   │   │   ├── PWMS.csprojResolveAssemblyReference.cache
│   │   │   │   ├── PWMS.csproj.ResolveComReference.cache
│   │   │   │   ├── PWMS.F_Login.resources
│   │   │   │   ├── PWMS.F_Main.resources
│   │   │   │   ├── PWMS.InfoAddForm.F_Address.resources
│   │   │   │   ├── PWMS.InfoAddForm.F_Basic.resources
│   │   │   │   ├── PWMS.InfoAddForm.F_ClewSet.resources
│   │   │   │   ├── PWMS.PerForm.F_AddressList.resources
│   │   │   │   ├── PWMS.PerForm.F_ClearData.resources
│   │   │   │   ├── PWMS.PerForm.F_Find.resources
│   │   │   │   ├── PWMS.PerForm.F_HaveBack.resources
│   │   │   │   ├── PWMS.PerForm.F_ManFile.resources
│   │   │   │   ├── PWMS.PerForm.F_Stat.resources
│   │   │   │   ├── PWMS.PerForm.F_UserAdd.resources
│   │   │   │   ├── PWMS.PerForm.F_UserPope.resources
│   │   │   │   ├── PWMS.PerForm.F_User.resources
│   │   │   │   ├── PWMS.PerForm.F_WordPad.resources
│   │   │   │   ├── PWMS.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── PWMS.csproj.FileList.txt
│   │   │   └── x64
│   │   │   └── Debug
│   │   │   ├── build.force
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.WordAdapterLib.dll
│   │   │   ├── PWMS.csproj.FileListAbsolute.txt
│   │   │   ├── PWMS.csproj.GenerateResource.Cache
│   │   │   ├── PWMS.csproj.ResolveComReference.cache
│   │   │   ├── PWMS.F_Login.resources
│   │   │   ├── PWMS.F_Main.resources
│   │   │   ├── PWMS.InfoAddForm.F_Address.resources
│   │   │   ├── PWMS.InfoAddForm.F_Basic.resources
│   │   │   ├── PWMS.InfoAddForm.F_ClewSet.resources
│   │   │   ├── PWMS.PerForm.F_AddressList.resources
│   │   │   ├── PWMS.PerForm.F_ClearData.resources
│   │   │   ├── PWMS.PerForm.F_Find.resources
│   │   │   ├── PWMS.PerForm.F_HaveBack.resources
│   │   │   ├── PWMS.PerForm.F_ManFile.resources
│   │   │   ├── PWMS.PerForm.F_Stat.resources
│   │   │   ├── PWMS.PerForm.F_UserAdd.resources
│   │   │   ├── PWMS.PerForm.F_UserPope.resources
│   │   │   ├── PWMS.PerForm.F_User.resources
│   │   │   ├── PWMS.PerForm.F_WordPad.resources
│   │   │   ├── PWMS.Properties.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── PerForm
│   │   │   ├── F_AddressList.cs
│   │   │   ├── F_AddressList.Designer.cs
│   │   │   ├── F_AddressList.resx
│   │   │   ├── F_ClearData.cs
│   │   │   ├── F_ClearData.Designer.cs
│   │   │   ├── F_ClearData.resx
│   │   │   ├── F_Find.cs
│   │   │   ├── F_Find.Designer.cs
│   │   │   ├── F_Find.resx
│   │   │   ├── F_HaveBack.cs
│   │   │   ├── F_HaveBack.Designer.cs
│   │   │   ├── F_HaveBack.resx
│   │   │   ├── F_ManFile.cs
│   │   │   ├── F_ManFile.Designer.cs
│   │   │   ├── F_ManFile.resx
│   │   │   ├── F_Stat.cs
│   │   │   ├── F_Stat.Designer.cs
│   │   │   ├── F_Stat.resx
│   │   │   ├── F_UserAdd.cs
│   │   │   ├── F_UserAdd.Designer.cs
│   │   │   ├── F_UserAdd.resx
│   │   │   ├── F_User.cs
│   │   │   ├── F_User.Designer.cs
│   │   │   ├── F_UserPope.cs
│   │   │   ├── F_UserPope.Designer.cs
│   │   │   ├── F_UserPope.resx
│   │   │   ├── F_User.resx
│   │   │   ├── F_WordPad.cs
│   │   │   ├── F_WordPad.Designer.cs
│   │   │   └── F_WordPad.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── PWMS.csproj
│   │   └── PWMS.csproj.user
│   ├── PWMS.sln
│   ├── PWMS.suo
│   ├── PWMS.v12.suo
│   └── UpgradeLog.htm
├── 4
│   ├── database
│   │   ├── AjaxLeavewordDB_log.ldf
│   │   └── AjaxLeavewordDB.mdf
│   └── Liuyan
│   ├── AjaxLeaveword.suo
│   ├── AjaxService.asmx
│   ├── App_Code
│   │   ├── AjaxService.cs
│   │   ├── ASPNETAJAXWeb.cs
│   │   └── lei.cs
│   ├── App_Data
│   ├── App_Themes
│   │   └── css
│   │   ├── mm.skin
│   │   └── web.css
│   ├── Backup
│   │   ├── Leaveword.sln
│   │   ├── Leaveword.suo
│   │   └── Liuyan
│   │   ├── AjaxService.asmx
│   │   ├── App_Code
│   │   │   ├── AjaxService.cs
│   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   └── lei.cs
│   │   ├── App_Data
│   │   ├── App_Themes
│   │   │   └── css
│   │   │   ├── mm.skin
│   │   │   └── web.css
│   │   ├── Backup
│   │   │   └── Leaveword.sln
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   └── zh-CHS
│   │   │   └── AjaxControlToolkit.resources.dll
│   │   ├── Guanli.aspx
│   │   ├── Guanli.aspx.cs
│   │   ├── Huifu.aspx
│   │   ├── Huifu.aspx.cs
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── LeavewordFen.aspx
│   │   ├── LeavewordFen.aspx.cs
│   │   ├── Leaveword.sln
│   │   ├── UpgradeLog.XML
│   │   ├── Web.config
│   │   └── Yanzheng.aspx
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   └── zh-CHS
│   │   └── AjaxControlToolkit.resources.dll
│   ├── Guanli.aspx
│   ├── Guanli.aspx.cs
│   ├── Huifu.aspx
│   ├── Huifu.aspx.cs
│   ├── Index.aspx
│   ├── Index.aspx.cs
│   ├── LeavewordFen.aspx
│   ├── LeavewordFen.aspx.cs
│   ├── Leaveword.sln
│   ├── Leaveword.suo
│   ├── Leaveword.v12.suo
│   ├── Liuyan.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Web.config
│   └── Yanzheng.aspx
├── 5
│   └── Communication
│   ├── Backup
│   │   ├── MyFriends
│   │   │   ├── 3rd Party Libraries
│   │   │   │   └── FishEye
│   │   │   │   └── FishEyeDemo.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Controls
│   │   │   │   ├── AddNewFriendControl.xaml
│   │   │   │   ├── AddNewFriendControl.xaml.cs
│   │   │   │   ├── StoredImageControl.xaml
│   │   │   │   ├── StoredImageControl.xaml.cs
│   │   │   │   ├── ViewAllUsersControl.xaml
│   │   │   │   └── ViewAllUsersControl.xaml.cs
│   │   │   ├── Converters
│   │   │   │   ├── HeaderToImageConverter.cs
│   │   │   │   └── SourceToVisibilityConverter.cs
│   │   │   ├── Grid Cell Validators
│   │   │   │   ├── EmailValidationRule.cs
│   │   │   │   └── NotEmptyValidationRule.cs
│   │   │   ├── Helpers
│   │   │   │   └── FriendContent.cs
│   │   │   ├── LINQ
│   │   │   │   ├── Custom LINQ Extensions
│   │   │   │   │   ├── LINQ Extensions.cs
│   │   │   │   │   └── XLINQ Extensions.cs
│   │   │   │   └── XLINQ File Handling
│   │   │   │   ├── Friend.cs
│   │   │   │   ├── FriendsList.cs
│   │   │   │   └── XMLFileOperations.cs
│   │   │   ├── MyFriends.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Styles.xaml
│   │   │   │   └── Templates.xaml
│   │   │   ├── Win32
│   │   │   │   └── CommonDialog.cs
│   │   │   └── Windows
│   │   │   ├── AddFriendImageWindow.xaml
│   │   │   ├── AddFriendImageWindow.xaml.cs
│   │   │   ├── MainInterfaceWindow.xaml
│   │   │   ├── MainInterfaceWindow.xaml.cs
│   │   │   ├── OptionsWindow.xaml
│   │   │   ├── OptionsWindow.xaml.cs
│   │   │   ├── VideoViewerWindow.xaml
│   │   │   └── VideoViewerWindow.xaml.cs
│   │   ├── MYFRIENDS.sln
│   │   └── MYFRIENDS.suo
│   ├── Backup1
│   │   ├── MyFriends
│   │   │   ├── 3rd Party Libraries
│   │   │   │   └── FishEye
│   │   │   │   └── FishEyeDemo.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Controls
│   │   │   │   ├── AddNewFriendControl.xaml
│   │   │   │   ├── AddNewFriendControl.xaml.cs
│   │   │   │   ├── StoredImageControl.xaml
│   │   │   │   ├── StoredImageControl.xaml.cs
│   │   │   │   ├── ViewAllUsersControl.xaml
│   │   │   │   └── ViewAllUsersControl.xaml.cs
│   │   │   ├── Converters
│   │   │   │   ├── HeaderToImageConverter.cs
│   │   │   │   └── SourceToVisibilityConverter.cs
│   │   │   ├── Grid Cell Validators
│   │   │   │   ├── EmailValidationRule.cs
│   │   │   │   └── NotEmptyValidationRule.cs
│   │   │   ├── Helpers
│   │   │   │   └── FriendContent.cs
│   │   │   ├── LINQ
│   │   │   │   ├── Custom LINQ Extensions
│   │   │   │   │   ├── LINQ Extensions.cs
│   │   │   │   │   └── XLINQ Extensions.cs
│   │   │   │   └── XLINQ File Handling
│   │   │   │   ├── Friend.cs
│   │   │   │   ├── FriendsList.cs
│   │   │   │   └── XMLFileOperations.cs
│   │   │   ├── MyFriends.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Styles.xaml
│   │   │   │   └── Templates.xaml
│   │   │   ├── Win32
│   │   │   │   └── CommonDialog.cs
│   │   │   └── Windows
│   │   │   ├── AddFriendImageWindow.xaml
│   │   │   ├── AddFriendImageWindow.xaml.cs
│   │   │   ├── MainInterfaceWindow.xaml
│   │   │   ├── MainInterfaceWindow.xaml.cs
│   │   │   ├── OptionsWindow.xaml
│   │   │   ├── OptionsWindow.xaml.cs
│   │   │   ├── VideoViewerWindow.xaml
│   │   │   └── VideoViewerWindow.xaml.cs
│   │   ├── MYFRIENDS.sln
│   │   └── MYFRIENDS.suo
│   ├── Communication.sln
│   ├── Communication.suo
│   ├── Communication.v12.suo
│   ├── MYFRIENDS
│   │   ├── 3RD PARTY LIBRARIES
│   │   │   └── FISHEYE
│   │   │   └── FISHEYEDEMO.CS
│   │   ├── app.config
│   │   ├── APP.XAML
│   │   ├── APP.XAML.CS
│   │   ├── BIN
│   │   │   └── DEBUG
│   │   │   ├── DEBUG.RAR
│   │   │   ├── MYFRIENDS.EXE
│   │   │   ├── MyFriends.exe.config
│   │   │   ├── MYFRIENDS.PDB
│   │   │   ├── MYFRIENDS.VSHOST.EXE
│   │   │   ├── MyFriends.vshost.exe.config
│   │   │   ├── MYFRIENDS.VSHOST.EXE.MANIFEST
│   │   │   ├── MYFRIENDS.XML
│   │   │   ├── XCEED.WPF.CONTROLS.DLL
│   │   │   ├── XCEED.WPF.CONTROLS.XML
│   │   │   ├── XCEED.WPF.DATAGRID.DLL
│   │   │   └── XCEED.WPF.DATAGRID.XML
│   │   ├── CLASSDIAGRAM1.CD
│   │   ├── CONTROLS
│   │   │   ├── ADDNEWFRIENDCONTROL.XAML
│   │   │   ├── ADDNEWFRIENDCONTROL.XAML.CS
│   │   │   ├── STOREDIMAGECONTROL.XAML
│   │   │   ├── STOREDIMAGECONTROL.XAML.CS
│   │   │   ├── VIEWALLUSERSCONTROL.XAML
│   │   │   └── VIEWALLUSERSCONTROL.XAML.CS
│   │   ├── CONVERTERS
│   │   │   ├── HEADERTOIMAGECONVERTER.CS
│   │   │   └── SOURCETOVISIBILITYCONVERTER.CS
│   │   ├── GRID CELL VALIDATORS
│   │   │   ├── EMAILVALIDATIONRULE.CS
│   │   │   └── NOTEMPTYVALIDATIONRULE.CS
│   │   ├── HELPERS
│   │   │   └── FRIENDCONTENT.CS
│   │   ├── IMAGES
│   │   │   ├── ADDFRIENDWORDS.png
│   │   │   ├── ADDFRIENDWORDS.png.psd
│   │   │   ├── DISKDRIVE.PNG
│   │   │   ├── FOLDER.PNG
│   │   │   ├── MUSIC.PNG
│   │   │   ├── MYFRIENDS.PNG
│   │   │   ├── MYFRIENDSSMALL.PNG
│   │   │   ├── MYFRIENDSWORDS.PNG
│   │   │   ├── TEST.ICO
│   │   │   ├── VIEWFRIENDWORDS1.PNG
│   │   │   └── VIEWFRIENDWORDS.PNG
│   │   ├── LINQ
│   │   │   ├── CUSTOM LINQ EXTENSIONS
│   │   │   │   ├── LINQ EXTENSIONS.CS
│   │   │   │   └── XLINQ EXTENSIONS.CS
│   │   │   └── XLINQ FILE HANDLING
│   │   │   ├── FRIEND.CS
│   │   │   ├── FRIENDSLIST.CS
│   │   │   └── XMLFILEOPERATIONS.CS
│   │   ├── MYFRIENDS.CSPROJ
│   │   ├── MyFriends.csproj.user
│   │   ├── MYFRIENDS.SLN
│   │   ├── MYFRIENDS.SUO
│   │   ├── OBJ
│   │   │   └── DEBUG
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CONTROLS
│   │   │   │   ├── AddNewFriendControl.baml
│   │   │   │   ├── AddNewFriendControl.g.cs
│   │   │   │   ├── AddNewFriendControl.g.i.cs
│   │   │   │   ├── StoredImageControl.baml
│   │   │   │   ├── StoredImageControl.g.cs
│   │   │   │   ├── StoredImageControl.g.i.cs
│   │   │   │   ├── ViewAllUsersControl.baml
│   │   │   │   ├── ViewAllUsersControl.g.cs
│   │   │   │   └── ViewAllUsersControl.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MYFRIENDS.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   ├── MyFriends.csproj.GenerateResource.Cache
│   │   │   ├── MyFriends.csprojResolveAssemblyReference.cache
│   │   │   ├── MyFriends.exe
│   │   │   ├── MYFRIENDS.G.RESOURCES
│   │   │   ├── MYFRIENDS_MARKUPCOMPILE.CACHE
│   │   │   ├── MyFriends_MarkupCompile.i.cache
│   │   │   ├── MYFRIENDS_MARKUPCOMPILE.LREF
│   │   │   ├── MYFRIENDS.PDB
│   │   │   ├── MYFRIENDS.PROPERTIES.RESOURCES.RESOURCES
│   │   │   ├── REFACTOR
│   │   │   ├── RESOLVEASSEMBLYREFERENCE.CACHE
│   │   │   ├── RESOURCES
│   │   │   │   ├── Styles.baml
│   │   │   │   └── Templates.baml
│   │   │   ├── TEMPPE
│   │   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   │   └── WINDOWS
│   │   │   ├── AddFriendImageWindow.baml
│   │   │   ├── AddFriendImageWindow.g.cs
│   │   │   ├── AddFriendImageWindow.g.i.cs
│   │   │   ├── MainInterfaceWindow.baml
│   │   │   ├── MainInterfaceWindow.g.cs
│   │   │   ├── MainInterfaceWindow.g.i.cs
│   │   │   ├── OptionsWindow.baml
│   │   │   ├── OptionsWindow.g.cs
│   │   │   ├── OptionsWindow.g.i.cs
│   │   │   ├── VideoViewerWindow.baml
│   │   │   ├── VideoViewerWindow.g.cs
│   │   │   └── VideoViewerWindow.g.i.cs
│   │   ├── PROPERTIES
│   │   │   ├── ASSEMBLYINFO.CS
│   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   ├── RESOURCES.RESX
│   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   └── SETTINGS.SETTINGS
│   │   ├── RESOURCES
│   │   │   ├── STYLES.XAML
│   │   │   └── TEMPLATES.XAML
│   │   ├── WIN32
│   │   │   └── COMMONDIALOG.CS
│   │   └── WINDOWS
│   │   ├── ADDFRIENDIMAGEWINDOW.XAML
│   │   ├── ADDFRIENDIMAGEWINDOW.XAML.CS
│   │   ├── MAININTERFACEWINDOW.XAML
│   │   ├── MAININTERFACEWINDOW.XAML.CS
│   │   ├── OPTIONSWINDOW.XAML
│   │   ├── OPTIONSWINDOW.XAML.CS
│   │   ├── VIDEOVIEWERWINDOW.XAML
│   │   └── VIDEOVIEWERWINDOW.XAML.CS
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog3.XML
│   ├── UpgradeLog4.XML
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 6
│   ├── Database
│   │   └── db_KTV.mdb
│   └── KTV
│   ├── KTV
│   │   ├── app.config
│   │   ├── Auton.cs
│   │   ├── Auton.Designer.cs
│   │   ├── Auton.resx
│   │   ├── bin
│   │   │   ├── Database
│   │   │   │   ├── db_KTV.ldb
│   │   │   │   └── db_KTV.mdb
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Database
│   │   │   │   │   └── db_KTV.mdb
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── KTV.exe
│   │   │   │   ├── KTV.exe.config
│   │   │   │   ├── KTV.pdb
│   │   │   │   ├── KTV.vshost.exe
│   │   │   │   ├── KTV.vshost.exe.config
│   │   │   │   └── KTV.vshost.exe.manifest
│   │   │   ├── Release
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Database
│   │   │   │   └── db_KTV.mdb
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── KTV.exe
│   │   │   ├── KTV.exe.config
│   │   │   ├── KTV.pdb
│   │   │   ├── KTV.vshost.exe
│   │   │   └── KTV.vshost.exe.config
│   │   ├── DaiGe.cs
│   │   ├── DaiGe.Designer.cs
│   │   ├── DaiGe.resx
│   │   ├── Database
│   │   │   └── db_KTV.mdb
│   │   ├── dictionary.cs
│   │   ├── dictionary.Designer.cs
│   │   ├── dictionary.resx
│   │   ├── KTVclass
│   │   │   ├── frmdictionaryMenthod.cs
│   │   │   ├── getConnection.cs
│   │   │   ├── tb_authorinfo.cs
│   │   │   ├── tb_authorinfoMenthod.cs
│   │   │   ├── tb_computer.cs
│   │   │   ├── tb_dictionary.cs
│   │   │   ├── tb_musicinfo.cs
│   │   │   └── tbMusicnfoMenthod.cs
│   │   ├── KTV.csproj
│   │   ├── KTV.csproj.user
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── Musicinfo.cs
│   │   ├── Musicinfo.Designer.cs
│   │   ├── Musicinfo.resx
│   │   ├── Number.cs
│   │   ├── Number.Designer.cs
│   │   ├── Number.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── KTV.Auton.resources
│   │   │   │   ├── KTV.csproj.FileListAbsolute.txt
│   │   │   │   ├── KTV.csproj.GenerateResource.Cache
│   │   │   │   ├── KTV.csprojResolveAssemblyReference.cache
│   │   │   │   ├── KTV.csproj.ResolveComReference.cache
│   │   │   │   ├── KTV.DaiGe.resources
│   │   │   │   ├── KTV.dictionary.resources
│   │   │   │   ├── KTV.exe
│   │   │   │   ├── KTV.Login.resources
│   │   │   │   ├── KTV.Main.resources
│   │   │   │   ├── KTV.Musicinfo.resources
│   │   │   │   ├── KTV.Number.resources
│   │   │   │   ├── KTV.pdb
│   │   │   │   ├── KTV.Play.resources
│   │   │   │   ├── KTV.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   ├── Database.db_KTVDataSet.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── KTV.csproj.FileList.txt
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── KTV.Auton.resources
│   │   │   ├── KTV.csproj.FileListAbsolute.txt
│   │   │   ├── KTV.csproj.GenerateResource.Cache
│   │   │   ├── KTV.csproj.ResolveComReference.cache
│   │   │   ├── KTV.DaiGe.resources
│   │   │   ├── KTV.dictionary.resources
│   │   │   ├── KTV.exe
│   │   │   ├── KTV.Login.resources
│   │   │   ├── KTV.Main.resources
│   │   │   ├── KTV.Musicinfo.resources
│   │   │   ├── KTV.Number.resources
│   │   │   ├── KTV.pdb
│   │   │   ├── KTV.Play.resources
│   │   │   ├── KTV.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Play.cs
│   │   ├── Play.Designer.cs
│   │   ├── Play.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── Resources
│   │   ├── 0.png
│   │   ├── 取消按钮.bmp
│   │   ├── 拼音点歌.png
│   │   ├── 播放.png
│   │   ├── 数字点歌.png
│   │   ├── 明星点歌.png
│   │   ├── 歌名点歌.png
│   │   ├── 确定按钮.bmp
│   │   ├── 背景.bmp
│   │   ├── 背景图.bmp
│   │   ├── 退出.png
│   │   └── 选择.png
│   ├── KTV.sln
│   ├── KTV.suo
│   ├── KTV.v12.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 7
│   ├── AjaxEBusinessDB_log.ldf
│   ├── AjaxEBusinessDB.mdf
│   ├── data
│   │   ├── AjaxEBusinessDB_log.ldf
│   │   └── AjaxEBusinessDB.mdf
│   └── shop
│   ├── 123.jpg
│   ├── AjaxService.asmx
│   ├── App_Code
│   │   ├── AjaxService.cs
│   │   ├── ASPNETAJAXWeb.cs
│   │   ├── Category.cs
│   │   ├── cd
│   │   │   ├── Category.cd
│   │   │   ├── Order.cd
│   │   │   ├── product.cd
│   │   │   └── ShoppingCart.cd
│   │   ├── Product.cs
│   │   └── ShoppingCart.cs
│   ├── App_Data
│   ├── App_Themes
│   │   └── ASPNETAjaxWeb
│   │   ├── Images
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   ├── add.gif
│   │   │   ├── add.jpg
│   │   │   ├── add.PNG
│   │   │   ├── attch.gif
│   │   │   ├── authority.PNG
│   │   │   ├── badd.gif
│   │   │   ├── ball.jpg
│   │   │   ├── bcancel.gif
│   │   │   ├── bcommit.gif
│   │   │   ├── bdo.gif
│   │   │   ├── bedit.gif
│   │   │   ├── bfirst.gif
│   │   │   ├── bg.jpg
│   │   │   ├── bldo.gif
│   │   │   ├── blfirst.gif
│   │   │   ├── blnext.gif
│   │   │   ├── blogin.gif
│   │   │   ├── blprev.gif
│   │   │   ├── bltail.gif
│   │   │   ├── bnext.gif
│   │   │   ├── bnextstep.gif
│   │   │   ├── bom_r1_c1.jpg
│   │   │   ├── bom_r1_c35.jpg
│   │   │   ├── bom_r1_c37.jpg
│   │   │   ├── bprev.gif
│   │   │   ├── bprevstep.gif
│   │   │   ├── bprint.gif
│   │   │   ├── breturn.gif
│   │   │   ├── breview.gif
│   │   │   ├── bstore.gif
│   │   │   ├── btail.gif
│   │   │   ├── bupdate.gif
│   │   │   ├── c_annu.gif
│   │   │   ├── cfcother.PNG
│   │   │   ├── comment.PNG
│   │   │   ├── content.gif
│   │   │   ├── delete.gif
│   │   │   ├── delete.PNG
│   │   │   ├── deletes.gif
│   │   │   ├── dn.gif
│   │   │   ├── down.gif
│   │   │   ├── down.png
│   │   │   ├── edit.gif
│   │   │   ├── edit.PNG
│   │   │   ├── ffwd.gif
│   │   │   ├── folder.gif
│   │   │   ├── frew.gif
│   │   │   ├── fwd.gif
│   │   │   ├── i_b_line1.jpg
│   │   │   ├── i_b_line2.jpg
│   │   │   ├── index_36.gif
│   │   │   ├── l_b_bg.jpg
│   │   │   ├── l_bg.jpg
│   │   │   ├── left_1_r3_c3.jpg
│   │   │   ├── left_1_r5_c2.jpg
│   │   │   ├── left_2_r1_c1.jpg
│   │   │   ├── left_2_r1_c5.jpg
│   │   │   ├── left_2_r1_c6.jpg
│   │   │   ├── left_annu.gif
│   │   │   ├── left.PNG
│   │   │   ├── l_left_line_b.jpg
│   │   │   ├── l_left_line_c.jpg
│   │   │   ├── l_left_line_t.jpg
│   │   │   ├── login.jpg
│   │   │   ├── l_right_line_b.jpg
│   │   │   ├── l_r_jiao1.gif
│   │   │   ├── l_r_jiao2.gif
│   │   │   ├── l_r_jiao3.gif
│   │   │   ├── l_r_jiao4.gif
│   │   │   ├── l_r_tb1.gif
│   │   │   ├── lt.gif
│   │   │   ├── member.PNG
│   │   │   ├── more.jpg
│   │   │   ├── new.gif
│   │   │   ├── paa.GIF
│   │   │   ├── pagebg.jpg
│   │   │   ├── pic.GIF
│   │   │   ├── print.gif
│   │   │   ├── reset.PNG
│   │   │   ├── rew.gif
│   │   │   ├── right_annu.gif
│   │   │   ├── right.PNG
│   │   │   ├── rt.gif
│   │   │   ├── sub.jpg
│   │   │   ├── sub.PNG
│   │   │   ├── title_r1_c4.jpg
│   │   │   ├── title_r1_c5.jpg
│   │   │   ├── titletopbg.JPG
│   │   │   ├── titletop.GIF
│   │   │   ├── tm.gif
│   │   │   ├── top_lm_r1_c18.jpg
│   │   │   ├── top_lm_r2_c11.jpg
│   │   │   ├── top_lm_r2_c13.jpg
│   │   │   ├── top_lm_r2_c15.jpg
│   │   │   ├── top_lm_r2_c17.jpg
│   │   │   ├── top_lm_r2_c3.jpg
│   │   │   ├── top_lm_r2_c5.jpg
│   │   │   ├── top_lm_r2_c7.jpg
│   │   │   ├── top_lm_r2_c9.jpg
│   │   │   ├── tp_2.jpg
│   │   │   ├── unknown.GIF
│   │   │   ├── update.gif
│   │   │   ├── up.gif
│   │   │   ├── up.png
│   │   │   ├── url.gif
│   │   │   └── view.PNG
│   │   ├── mm.skin
│   │   └── web.css
│   ├── Backup
│   │   ├── shop
│   │   │   ├── AjaxService.asmx
│   │   │   ├── App_Code
│   │   │   │   ├── AjaxService.cs
│   │   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   │   ├── Category.cs
│   │   │   │   ├── cd
│   │   │   │   │   ├── Category.cd
│   │   │   │   │   ├── Order.cd
│   │   │   │   │   ├── product.cd
│   │   │   │   │   └── ShoppingCart.cd
│   │   │   │   ├── Product.cs
│   │   │   │   └── ShoppingCart.cs
│   │   │   ├── App_Data
│   │   │   ├── App_Themes
│   │   │   │   └── ASPNETAjaxWeb
│   │   │   │   ├── Images
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   ├── add.gif
│   │   │   │   │   ├── add.jpg
│   │   │   │   │   ├── add.PNG
│   │   │   │   │   ├── attch.gif
│   │   │   │   │   ├── authority.PNG
│   │   │   │   │   ├── badd.gif
│   │   │   │   │   ├── ball.jpg
│   │   │   │   │   ├── bcancel.gif
│   │   │   │   │   ├── bcommit.gif
│   │   │   │   │   ├── bdo.gif
│   │   │   │   │   ├── bedit.gif
│   │   │   │   │   ├── bfirst.gif
│   │   │   │   │   ├── bg.jpg
│   │   │   │   │   ├── bldo.gif
│   │   │   │   │   ├── blfirst.gif
│   │   │   │   │   ├── blnext.gif
│   │   │   │   │   ├── blogin.gif
│   │   │   │   │   ├── blprev.gif
│   │   │   │   │   ├── bltail.gif
│   │   │   │   │   ├── bnext.gif
│   │   │   │   │   ├── bnextstep.gif
│   │   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   │   ├── bprev.gif
│   │   │   │   │   ├── bprevstep.gif
│   │   │   │   │   ├── bprint.gif
│   │   │   │   │   ├── breturn.gif
│   │   │   │   │   ├── breview.gif
│   │   │   │   │   ├── bstore.gif
│   │   │   │   │   ├── btail.gif
│   │   │   │   │   ├── bupdate.gif
│   │   │   │   │   ├── c_annu.gif
│   │   │   │   │   ├── cfcother.PNG
│   │   │   │   │   ├── comment.PNG
│   │   │   │   │   ├── content.gif
│   │   │   │   │   ├── delete.gif
│   │   │   │   │   ├── delete.PNG
│   │   │   │   │   ├── deletes.gif
│   │   │   │   │   ├── dn.gif
│   │   │   │   │   ├── down.gif
│   │   │   │   │   ├── down.png
│   │   │   │   │   ├── edit.gif
│   │   │   │   │   ├── edit.PNG
│   │   │   │   │   ├── ffwd.gif
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── frew.gif
│   │   │   │   │   ├── fwd.gif
│   │   │   │   │   ├── i_b_line1.jpg
│   │   │   │   │   ├── i_b_line2.jpg
│   │   │   │   │   ├── index_36.gif
│   │   │   │   │   ├── l_b_bg.jpg
│   │   │   │   │   ├── l_bg.jpg
│   │   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   │   ├── left_annu.gif
│   │   │   │   │   ├── left.PNG
│   │   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   │   ├── login.jpg
│   │   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   │   ├── l_r_tb1.gif
│   │   │   │   │   ├── lt.gif
│   │   │   │   │   ├── member.PNG
│   │   │   │   │   ├── more.jpg
│   │   │   │   │   ├── new.gif
│   │   │   │   │   ├── paa.GIF
│   │   │   │   │   ├── pagebg.jpg
│   │   │   │   │   ├── pic.GIF
│   │   │   │   │   ├── print.gif
│   │   │   │   │   ├── reset.PNG
│   │   │   │   │   ├── rew.gif
│   │   │   │   │   ├── right_annu.gif
│   │   │   │   │   ├── right.PNG
│   │   │   │   │   ├── rt.gif
│   │   │   │   │   ├── sub.jpg
│   │   │   │   │   ├── sub.PNG
│   │   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   │   ├── titletopbg.JPG
│   │   │   │   │   ├── titletop.GIF
│   │   │   │   │   ├── tm.gif
│   │   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   │   ├── tp_2.jpg
│   │   │   │   │   ├── unknown.GIF
│   │   │   │   │   ├── update.gif
│   │   │   │   │   ├── up.gif
│   │   │   │   │   ├── up.png
│   │   │   │   │   ├── url.gif
│   │   │   │   │   └── view.PNG
│   │   │   │   ├── mm.skin
│   │   │   │   └── web.css
│   │   │   ├── Backup
│   │   │   │   └── shop.sln
│   │   │   ├── Bin
│   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   │   └── zh-CHS
│   │   │   │   └── AjaxControlToolkit.resources.dll
│   │   │   ├── Category
│   │   │   │   ├── AddClass.aspx
│   │   │   │   ├── AddClass.aspx.cs
│   │   │   │   ├── Classes.aspx
│   │   │   │   ├── Classes.aspx.cs
│   │   │   │   ├── UpdateClasses.aspx
│   │   │   │   └── UpdateClasses.aspx.cs
│   │   │   ├── Charge.aspx
│   │   │   ├── Charge.aspx.cs
│   │   │   ├── Classes.aspx
│   │   │   ├── Classes.aspx.cs
│   │   │   ├── Click.aspx
│   │   │   ├── Click.aspx.cs
│   │   │   ├── Compare
│   │   │   │   ├── ProductCompare.aspx
│   │   │   │   └── ProductCompare.aspx.cs
│   │   │   ├── Daohang.aspx
│   │   │   ├── Daohang.aspx.cs
│   │   │   ├── data
│   │   │   │   ├── AjaxEBusinessDB_log.ldf
│   │   │   │   └── AjaxEBusinessDB.mdf
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Global.asax
│   │   │   ├── Header.aspx
│   │   │   ├── img
│   │   │   │   ├── 123.jpg
│   │   │   │   ├── 20070829143400531.jpg
│   │   │   │   ├── 20070829143400531.jpg.jpg
│   │   │   │   ├── 20070829143417906.jpg
│   │   │   │   ├── 20070829143429265.jpg
│   │   │   │   ├── 20070901102127046.jpg
│   │   │   │   └── 20080307174621906.jpg
│   │   │   ├── Login
│   │   │   │   ├── LoginUC.ascx
│   │   │   │   ├── LoginUC.ascx.cs
│   │   │   │   ├── LogoffUC.ascx
│   │   │   │   └── LogoffUC.ascx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── Name.aspx
│   │   │   ├── Name.aspx.cs
│   │   │   ├── Order
│   │   │   │   ├── AddOrder.aspx
│   │   │   │   ├── AddOrder.aspx.cs
│   │   │   │   ├── OrderList.aspx
│   │   │   │   ├── OrderList.aspx.cs
│   │   │   │   ├── OrderManage.aspx
│   │   │   │   ├── OrderManage.aspx.cs
│   │   │   │   ├── ViewOrder.aspx
│   │   │   │   └── ViewOrder.aspx.cs
│   │   │   ├── Product
│   │   │   │   ├── AddProduct.aspx
│   │   │   │   ├── AddProduct.aspx.cs
│   │   │   │   ├── Product.aspx
│   │   │   │   ├── Product.aspx.cs
│   │   │   │   ├── ProductPicture.aspx
│   │   │   │   ├── ProductPicture.aspx.cs
│   │   │   │   ├── ProductPinglun.aspx
│   │   │   │   ├── ProductPinglun.aspx.cs
│   │   │   │   ├── ProductUC
│   │   │   │   │   ├── ProductAttribute.ascx
│   │   │   │   │   └── ProductAttribute.ascx.cs
│   │   │   │   ├── UpdateProduct.aspx
│   │   │   │   └── UpdateProduct.aspx.cs
│   │   │   ├── Product.aspx
│   │   │   ├── Product.aspx.cs
│   │   │   ├── Sales.aspx
│   │   │   ├── Sales.aspx.cs
│   │   │   ├── Search
│   │   │   │   ├── SearchByKey.aspx
│   │   │   │   ├── SearchByKey.aspx.cs
│   │   │   │   ├── SearchByPrice.aspx
│   │   │   │   ├── SearchByPrice.aspx.cs
│   │   │   │   ├── SearchByTime.aspx
│   │   │   │   └── SearchByTime.aspx.cs
│   │   │   ├── ShoppingCart
│   │   │   │   ├── ViewShoppingCart.aspx
│   │   │   │   └── ViewShoppingCart.aspx.cs
│   │   │   ├── shop.sln
│   │   │   ├── ShowProduct.aspx
│   │   │   ├── ShowProduct.aspx.cs
│   │   │   ├── Time.aspx
│   │   │   ├── Time.aspx.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── Web.config
│   │   │   └── Yanzheng.aspx
│   │   ├── shop.sln
│   │   └── shop.suo
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   └── zh-CHS
│   │   └── AjaxControlToolkit.resources.dll
│   ├── Category
│   │   ├── AddClass.aspx
│   │   ├── AddClass.aspx.cs
│   │   ├── Classes.aspx
│   │   ├── Classes.aspx.cs
│   │   ├── UpdateClasses.aspx
│   │   └── UpdateClasses.aspx.cs
│   ├── Charge.aspx
│   ├── Charge.aspx.cs
│   ├── Classes.aspx
│   ├── Classes.aspx.cs
│   ├── Click.aspx
│   ├── Click.aspx.cs
│   ├── Compare
│   │   ├── ProductCompare.aspx
│   │   └── ProductCompare.aspx.cs
│   ├── Daohang.aspx
│   ├── Daohang.aspx.cs
│   ├── data
│   │   ├── AjaxEBusinessDB_log.ldf
│   │   └── AjaxEBusinessDB.mdf
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Global.asax
│   ├── Header.aspx
│   ├── img
│   │   ├── 20070829143400531.jpg
│   │   ├── 20070829143400531.jpg.jpg
│   │   ├── 20070829143417906.jpg
│   │   ├── 20070829143429265.jpg
│   │   ├── 20070901102127046.jpg
│   │   └── 20080307174621906.jpg
│   ├── Login
│   │   ├── LoginUC.ascx
│   │   ├── LoginUC.ascx.cs
│   │   ├── LogoffUC.ascx
│   │   └── LogoffUC.ascx.cs
│   ├── Login.aspx
│   ├── Login.aspx.cs
│   ├── Name.aspx
│   ├── Name.aspx.cs
│   ├── Order
│   │   ├── AddOrder.aspx
│   │   ├── AddOrder.aspx.cs
│   │   ├── OrderList.aspx
│   │   ├── OrderList.aspx.cs
│   │   ├── OrderManage.aspx
│   │   ├── OrderManage.aspx.cs
│   │   ├── ViewOrder.aspx
│   │   └── ViewOrder.aspx.cs
│   ├── Product
│   │   ├── AddProduct.aspx
│   │   ├── AddProduct.aspx.cs
│   │   ├── Product.aspx
│   │   ├── Product.aspx.cs
│   │   ├── ProductPicture.aspx
│   │   ├── ProductPicture.aspx.cs
│   │   ├── ProductPinglun.aspx
│   │   ├── ProductPinglun.aspx.cs
│   │   ├── ProductUC
│   │   │   ├── ProductAttribute.ascx
│   │   │   └── ProductAttribute.ascx.cs
│   │   ├── UpdateProduct.aspx
│   │   └── UpdateProduct.aspx.cs
│   ├── Product.aspx
│   ├── Product.aspx.cs
│   ├── Sales.aspx
│   ├── Sales.aspx.cs
│   ├── Search
│   │   ├── SearchByKey.aspx
│   │   ├── SearchByKey.aspx.cs
│   │   ├── SearchByPrice.aspx
│   │   ├── SearchByPrice.aspx.cs
│   │   ├── SearchByTime.aspx
│   │   └── SearchByTime.aspx.cs
│   ├── ShoppingCart
│   │   ├── ViewShoppingCart.aspx
│   │   └── ViewShoppingCart.aspx.cs
│   ├── shop.sln
│   ├── shop.suo
│   ├── shop.v12.suo
│   ├── ShowProduct.aspx
│   ├── ShowProduct.aspx.cs
│   ├── Time.aspx
│   ├── Time.aspx.cs
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Web.config
│   └── Yanzheng.aspx
├── 8
│   ├── Customer
│   │   ├── App_Code
│   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   ├── caboodle.cd
│   │   │   ├── Caboodle.cs
│   │   │   ├── Data.cs
│   │   │   ├── File.cs
│   │   │   ├── group.cd
│   │   │   ├── Group.cs
│   │   │   ├── info.cd
│   │   │   ├── Leaveword.cs
│   │   │   ├── Message.cs
│   │   │   ├── user.cd
│   │   │   └── User.cs
│   │   ├── App_Data
│   │   ├── App_Themes
│   │   │   └── ASPNETAjaxWeb
│   │   │   ├── Images
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   ├── add.gif
│   │   │   │   ├── add.jpg
│   │   │   │   ├── add.PNG
│   │   │   │   ├── attch.gif
│   │   │   │   ├── authority.PNG
│   │   │   │   ├── badd.gif
│   │   │   │   ├── ball.jpg
│   │   │   │   ├── bcancel.gif
│   │   │   │   ├── bcommit.gif
│   │   │   │   ├── bdo.gif
│   │   │   │   ├── bedit.gif
│   │   │   │   ├── bfirst.gif
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── bldo.gif
│   │   │   │   ├── blfirst.gif
│   │   │   │   ├── blnext.gif
│   │   │   │   ├── blogin.gif
│   │   │   │   ├── blprev.gif
│   │   │   │   ├── bltail.gif
│   │   │   │   ├── bnext.gif
│   │   │   │   ├── bnextstep.gif
│   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   ├── bprev.gif
│   │   │   │   ├── bprevstep.gif
│   │   │   │   ├── bprint.gif
│   │   │   │   ├── breturn.gif
│   │   │   │   ├── breview.gif
│   │   │   │   ├── bstore.gif
│   │   │   │   ├── btail.gif
│   │   │   │   ├── bupdate.gif
│   │   │   │   ├── c_annu.gif
│   │   │   │   ├── cfcother.PNG
│   │   │   │   ├── comment.PNG
│   │   │   │   ├── content.gif
│   │   │   │   ├── delete.gif
│   │   │   │   ├── delete.PNG
│   │   │   │   ├── deletes.gif
│   │   │   │   ├── dn.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── down.png
│   │   │   │   ├── edit.gif
│   │   │   │   ├── edit.PNG
│   │   │   │   ├── ffwd.gif
│   │   │   │   ├── folder.gif
│   │   │   │   ├── frew.gif
│   │   │   │   ├── fwd.gif
│   │   │   │   ├── i_b_line1.jpg
│   │   │   │   ├── i_b_line2.jpg
│   │   │   │   ├── index_36.gif
│   │   │   │   ├── l_b_bg.jpg
│   │   │   │   ├── l_bg.jpg
│   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   ├── left_annu.gif
│   │   │   │   ├── left.PNG
│   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   ├── login.jpg
│   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   ├── l_r_tb1.gif
│   │   │   │   ├── lt.gif
│   │   │   │   ├── manageshow.gif
│   │   │   │   ├── member.PNG
│   │   │   │   ├── more.jpg
│   │   │   │   ├── new.gif
│   │   │   │   ├── paa.GIF
│   │   │   │   ├── pagebg.jpg
│   │   │   │   ├── pic.GIF
│   │   │   │   ├── print.gif
│   │   │   │   ├── reset.PNG
│   │   │   │   ├── rew.gif
│   │   │   │   ├── right_annu.gif
│   │   │   │   ├── right.PNG
│   │   │   │   ├── rt.gif
│   │   │   │   ├── sub.jpg
│   │   │   │   ├── sub.PNG
│   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   ├── titletopbg.JPG
│   │   │   │   ├── titletop.GIF
│   │   │   │   ├── tm.gif
│   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   ├── tp_2.jpg
│   │   │   │   ├── unknown.GIF
│   │   │   │   ├── update.gif
│   │   │   │   ├── up.gif
│   │   │   │   ├── up.png
│   │   │   │   ├── url.gif
│   │   │   │   └── view.PNG
│   │   │   ├── mm.skin
│   │   │   └── web.css
│   │   ├── Backup
│   │   │   ├── Customer
│   │   │   │   ├── App_Code
│   │   │   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   │   │   ├── caboodle.cd
│   │   │   │   │   ├── Caboodle.cs
│   │   │   │   │   ├── Data.cs
│   │   │   │   │   ├── File.cs
│   │   │   │   │   ├── group.cd
│   │   │   │   │   ├── Group.cs
│   │   │   │   │   ├── info.cd
│   │   │   │   │   ├── Leaveword.cs
│   │   │   │   │   ├── Message.cs
│   │   │   │   │   ├── user.cd
│   │   │   │   │   └── User.cs
│   │   │   │   ├── App_Data
│   │   │   │   ├── App_Themes
│   │   │   │   │   └── ASPNETAjaxWeb
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── 1.jpg
│   │   │   │   │   │   ├── 2.jpg
│   │   │   │   │   │   ├── 3.jpg
│   │   │   │   │   │   ├── 4.jpg
│   │   │   │   │   │   ├── 5.jpg
│   │   │   │   │   │   ├── 6.jpg
│   │   │   │   │   │   ├── 7.jpg
│   │   │   │   │   │   ├── 8.jpg
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── add.jpg
│   │   │   │   │   │   ├── add.PNG
│   │   │   │   │   │   ├── attch.gif
│   │   │   │   │   │   ├── authority.PNG
│   │   │   │   │   │   ├── badd.gif
│   │   │   │   │   │   ├── ball.jpg
│   │   │   │   │   │   ├── bcancel.gif
│   │   │   │   │   │   ├── bcommit.gif
│   │   │   │   │   │   ├── bdo.gif
│   │   │   │   │   │   ├── bedit.gif
│   │   │   │   │   │   ├── bfirst.gif
│   │   │   │   │   │   ├── bg.jpg
│   │   │   │   │   │   ├── bldo.gif
│   │   │   │   │   │   ├── blfirst.gif
│   │   │   │   │   │   ├── blnext.gif
│   │   │   │   │   │   ├── blogin.gif
│   │   │   │   │   │   ├── blprev.gif
│   │   │   │   │   │   ├── bltail.gif
│   │   │   │   │   │   ├── bnext.gif
│   │   │   │   │   │   ├── bnextstep.gif
│   │   │   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   │   │   ├── bprev.gif
│   │   │   │   │   │   ├── bprevstep.gif
│   │   │   │   │   │   ├── bprint.gif
│   │   │   │   │   │   ├── breturn.gif
│   │   │   │   │   │   ├── breview.gif
│   │   │   │   │   │   ├── bstore.gif
│   │   │   │   │   │   ├── btail.gif
│   │   │   │   │   │   ├── bupdate.gif
│   │   │   │   │   │   ├── c_annu.gif
│   │   │   │   │   │   ├── cfcother.PNG
│   │   │   │   │   │   ├── comment.PNG
│   │   │   │   │   │   ├── content.gif
│   │   │   │   │   │   ├── delete.gif
│   │   │   │   │   │   ├── delete.PNG
│   │   │   │   │   │   ├── deletes.gif
│   │   │   │   │   │   ├── dn.gif
│   │   │   │   │   │   ├── down.gif
│   │   │   │   │   │   ├── down.png
│   │   │   │   │   │   ├── edit.gif
│   │   │   │   │   │   ├── edit.PNG
│   │   │   │   │   │   ├── ffwd.gif
│   │   │   │   │   │   ├── folder.gif
│   │   │   │   │   │   ├── frew.gif
│   │   │   │   │   │   ├── fwd.gif
│   │   │   │   │   │   ├── i_b_line1.jpg
│   │   │   │   │   │   ├── i_b_line2.jpg
│   │   │   │   │   │   ├── index_36.gif
│   │   │   │   │   │   ├── l_b_bg.jpg
│   │   │   │   │   │   ├── l_bg.jpg
│   │   │   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   │   │   ├── left_annu.gif
│   │   │   │   │   │   ├── left.PNG
│   │   │   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   │   │   ├── login.jpg
│   │   │   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   │   │   ├── l_r_tb1.gif
│   │   │   │   │   │   ├── lt.gif
│   │   │   │   │   │   ├── manageshow.gif
│   │   │   │   │   │   ├── member.PNG
│   │   │   │   │   │   ├── more.jpg
│   │   │   │   │   │   ├── new.gif
│   │   │   │   │   │   ├── paa.GIF
│   │   │   │   │   │   ├── pagebg.jpg
│   │   │   │   │   │   ├── pic.GIF
│   │   │   │   │   │   ├── print.gif
│   │   │   │   │   │   ├── reset.PNG
│   │   │   │   │   │   ├── rew.gif
│   │   │   │   │   │   ├── right_annu.gif
│   │   │   │   │   │   ├── right.PNG
│   │   │   │   │   │   ├── rt.gif
│   │   │   │   │   │   ├── sub.jpg
│   │   │   │   │   │   ├── sub.PNG
│   │   │   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   │   │   ├── titletopbg.JPG
│   │   │   │   │   │   ├── titletop.GIF
│   │   │   │   │   │   ├── tm.gif
│   │   │   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   │   │   ├── tp_2.jpg
│   │   │   │   │   │   ├── unknown.GIF
│   │   │   │   │   │   ├── update.gif
│   │   │   │   │   │   ├── up.gif
│   │   │   │   │   │   ├── up.png
│   │   │   │   │   │   ├── url.gif
│   │   │   │   │   │   └── view.PNG
│   │   │   │   │   ├── mm.skin
│   │   │   │   │   └── web.css
│   │   │   │   ├── Backup
│   │   │   │   │   └── Customer.sln
│   │   │   │   ├── Bin
│   │   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   │   │   └── zh-CHS
│   │   │   │   │   └── AjaxControlToolkit.resources.dll
│   │   │   │   ├── Caboodle
│   │   │   │   │   ├── AddCaboodle.aspx
│   │   │   │   │   ├── AddCaboodle.aspx.cs
│   │   │   │   │   ├── AddCaboodleUser.aspx
│   │   │   │   │   ├── AddCaboodleUser.aspx.cs
│   │   │   │   │   ├── CaboodleManage.aspx
│   │   │   │   │   ├── CaboodleManage.aspx.cs
│   │   │   │   │   ├── CaboodleUserManage.aspx
│   │   │   │   │   ├── CaboodleUserManage.aspx.cs
│   │   │   │   │   ├── UpdateCaboodle.aspx
│   │   │   │   │   └── UpdateCaboodle.aspx.cs
│   │   │   │   ├── CaboodleMessaging.aspx
│   │   │   │   ├── CaboodleMessaging.aspx.cs
│   │   │   │   ├── Customer.sln
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Default.aspx.cs
│   │   │   │   ├── Desktop.aspx
│   │   │   │   ├── Desktop.aspx.cs
│   │   │   │   ├── File.aspx
│   │   │   │   ├── File.aspx.cs
│   │   │   │   ├── Files
│   │   │   │   │   ├── 20070907143021656.gif
│   │   │   │   │   ├── 20080308083725328.jpg
│   │   │   │   │   ├── 20080308084215687.jpg
│   │   │   │   │   └── 20080309095350781.doc
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Hailfellow
│   │   │   │   │   ├── AddFellow.aspx
│   │   │   │   │   ├── AddFellow.aspx.cs
│   │   │   │   │   ├── AddGroup.aspx
│   │   │   │   │   ├── AddGroup.aspx.cs
│   │   │   │   │   ├── Fellow.aspx
│   │   │   │   │   ├── Fellow.aspx.cs
│   │   │   │   │   ├── FellowManage.aspx
│   │   │   │   │   ├── FellowManage.aspx.cs
│   │   │   │   │   ├── GroupManage.aspx
│   │   │   │   │   ├── GroupManage.aspx.cs
│   │   │   │   │   ├── MoveFellow.aspx
│   │   │   │   │   ├── MoveFellow.aspx.cs
│   │   │   │   │   ├── SearchFellow.aspx
│   │   │   │   │   ├── SearchFellow.aspx.cs
│   │   │   │   │   ├── ShowFellowInfo.aspx
│   │   │   │   │   ├── ShowFellowInfo.aspx.cs
│   │   │   │   │   ├── UpdateGroup.aspx
│   │   │   │   │   └── UpdateGroup.aspx.cs
│   │   │   │   ├── Header.aspx
│   │   │   │   ├── Leaveword.aspx
│   │   │   │   ├── Leaveword.aspx.cs
│   │   │   │   ├── Login.aspx
│   │   │   │   ├── Login.aspx.cs
│   │   │   │   ├── LogOff.aspx
│   │   │   │   ├── LogOff.aspx.cs
│   │   │   │   ├── Manager.aspx
│   │   │   │   ├── Manager.aspx.cs
│   │   │   │   ├── Messaging.aspx
│   │   │   │   ├── Messaging.aspx.cs
│   │   │   │   ├── SelectCaboodle.aspx
│   │   │   │   ├── SelectCaboodle.aspx.cs
│   │   │   │   ├── Toolbar.aspx
│   │   │   │   ├── Toolbar.aspx.cs
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   ├── UserInfo
│   │   │   │   │   ├── MyFile.aspx
│   │   │   │   │   ├── MyFile.aspx.cs
│   │   │   │   │   ├── MyLeaveword.aspx
│   │   │   │   │   ├── MyLeaveword.aspx.cs
│   │   │   │   │   ├── MyMessage.aspx
│   │   │   │   │   ├── MyMessage.aspx.cs
│   │   │   │   │   ├── OutputToExcel.aspx
│   │   │   │   │   ├── OutputToExcel.aspx.cs
│   │   │   │   │   ├── OutputToTxt.aspx
│   │   │   │   │   ├── OutputToTxt.aspx.cs
│   │   │   │   │   ├── ShowLeavewordInfo.aspx
│   │   │   │   │   └── ShowLeavewordInfo.aspx.cs
│   │   │   │   ├── ValidateCode.aspx
│   │   │   │   └── Web.config
│   │   │   ├── Customer.sln
│   │   │   └── Customer.suo
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   └── zh-CHS
│   │   │   └── AjaxControlToolkit.resources.dll
│   │   ├── Caboodle
│   │   │   ├── AddCaboodle.aspx
│   │   │   ├── AddCaboodle.aspx.cs
│   │   │   ├── AddCaboodleUser.aspx
│   │   │   ├── AddCaboodleUser.aspx.cs
│   │   │   ├── CaboodleManage.aspx
│   │   │   ├── CaboodleManage.aspx.cs
│   │   │   ├── CaboodleUserManage.aspx
│   │   │   ├── CaboodleUserManage.aspx.cs
│   │   │   ├── UpdateCaboodle.aspx
│   │   │   └── UpdateCaboodle.aspx.cs
│   │   ├── CaboodleMessaging.aspx
│   │   ├── CaboodleMessaging.aspx.cs
│   │   ├── Customer.sln
│   │   ├── Customer.suo
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Desktop.aspx
│   │   ├── Desktop.aspx.cs
│   │   ├── File.aspx
│   │   ├── File.aspx.cs
│   │   ├── Files
│   │   │   ├── 20070907143021656.gif
│   │   │   ├── 20080308083725328.jpg
│   │   │   ├── 20080308084215687.jpg
│   │   │   └── 20080309095350781.doc
│   │   ├── Global.asax
│   │   ├── Hailfellow
│   │   │   ├── AddFellow.aspx
│   │   │   ├── AddFellow.aspx.cs
│   │   │   ├── AddGroup.aspx
│   │   │   ├── AddGroup.aspx.cs
│   │   │   ├── Fellow.aspx
│   │   │   ├── Fellow.aspx.cs
│   │   │   ├── FellowManage.aspx
│   │   │   ├── FellowManage.aspx.cs
│   │   │   ├── GroupManage.aspx
│   │   │   ├── GroupManage.aspx.cs
│   │   │   ├── MoveFellow.aspx
│   │   │   ├── MoveFellow.aspx.cs
│   │   │   ├── SearchFellow.aspx
│   │   │   ├── SearchFellow.aspx.cs
│   │   │   ├── ShowFellowInfo.aspx
│   │   │   ├── ShowFellowInfo.aspx.cs
│   │   │   ├── UpdateGroup.aspx
│   │   │   └── UpdateGroup.aspx.cs
│   │   ├── Header.aspx
│   │   ├── Leaveword.aspx
│   │   ├── Leaveword.aspx.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── LogOff.aspx
│   │   ├── LogOff.aspx.cs
│   │   ├── Manager.aspx
│   │   ├── Manager.aspx.cs
│   │   ├── Messaging.aspx
│   │   ├── Messaging.aspx.cs
│   │   ├── SelectCaboodle.aspx
│   │   ├── SelectCaboodle.aspx.cs
│   │   ├── Toolbar.aspx
│   │   ├── Toolbar.aspx.cs
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── UserInfo
│   │   │   ├── MyFile.aspx
│   │   │   ├── MyFile.aspx.cs
│   │   │   ├── MyLeaveword.aspx
│   │   │   ├── MyLeaveword.aspx.cs
│   │   │   ├── MyMessage.aspx
│   │   │   ├── MyMessage.aspx.cs
│   │   │   ├── OutputToExcel.aspx
│   │   │   ├── OutputToExcel.aspx.cs
│   │   │   ├── OutputToTxt.aspx
│   │   │   ├── OutputToTxt.aspx.cs
│   │   │   ├── ShowLeavewordInfo.aspx
│   │   │   └── ShowLeavewordInfo.aspx.cs
│   │   ├── ValidateCode.aspx
│   │   └── Web.config
│   └── data
│   ├── AjaxInstantMessagingDB_log.ldf
│   └── AjaxInstantMessagingDB.mdf
└── 9
└── CanYin
├── Backup
│   ├── Backup
│   │   ├── eat.sln
│   │   ├── eat.suo
│   │   └── MrCy
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.resx
│   │   ├── BaseClass
│   │   │   └── DBConn.cs
│   │   ├── BF.cs
│   │   ├── BF.Designer.cs
│   │   ├── BF.resx
│   │   ├── Calender.cs
│   │   ├── Calender.Designer.cs
│   │   ├── Calender.resx
│   │   ├── DataBase
│   │   │   ├── db_MrCy_Data.MDF
│   │   │   └── db_MrCy_Log.LDF
│   │   ├── DC.cs
│   │   ├── DC.Designer.cs
│   │   ├── DC.resx
│   │   ├── Desk.cs
│   │   ├── Desk.Designer.cs
│   │   ├── Desk.resx
│   │   ├── Details.cs
│   │   ├── Details.Designer.cs
│   │   ├── Details.resx
│   │   ├── eat.csproj
│   │   ├── HF.cs
│   │   ├── HF.Designer.cs
│   │   ├── HF.resx
│   │   ├── Image
│   │   │   ├── a_1.gif
│   │   │   ├── a_1.jpg
│   │   │   ├── a_2.gif
│   │   │   ├── a_2.jpg
│   │   │   ├── bg_03.gif
│   │   │   ├── bg0.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── j_1.gif
│   │   │   └── login.jpg
│   │   ├── JZ.cs
│   │   ├── JZ.Designer.cs
│   │   ├── JZ.resx
│   │   ├── Lock.cs
│   │   ├── Lock.Designer.cs
│   │   ├── Lock.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── Open.cs
│   │   ├── Open.Designer.cs
│   │   ├── Open.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Pwd.cs
│   │   ├── Pwd.Designer.cs
│   │   ├── Pwd.resx
│   │   ├── QxGl.cs
│   │   ├── QxGl.Designer.cs
│   │   ├── QxGl.resx
│   │   ├── Serch.cs
│   │   ├── Serch.Designer.cs
│   │   ├── Serch.resx
│   │   ├── User.cs
│   │   ├── User.Designer.cs
│   │   └── User.resx
│   ├── eat.sln
│   ├── eat.suo
│   ├── MrCy
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.resx
│   │   ├── app.config
│   │   ├── BaseClass
│   │   │   └── DBConn.cs
│   │   ├── BF.cs
│   │   ├── BF.Designer.cs
│   │   ├── BF.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DataBase
│   │   │   │   ├── db_MrCy_Data.MDF
│   │   │   │   └── db_MrCy_Log.LDF
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.exe.config
│   │   │   ├── MrCy.pdb
│   │   │   ├── MrCy.vshost.exe
│   │   │   ├── MrCy.vshost.exe.config
│   │   │   └── MrCy.vshost.exe.manifest
│   │   ├── Calender.cs
│   │   ├── Calender.Designer.cs
│   │   ├── Calender.resx
│   │   ├── Data
│   │   ├── DataBase
│   │   │   ├── db_MrCy_Data.MDF
│   │   │   └── db_MrCy_Log.LDF
│   │   ├── DC.cs
│   │   ├── DC.Designer.cs
│   │   ├── DC.resx
│   │   ├── Desk.cs
│   │   ├── Desk.Designer.cs
│   │   ├── Desk.resx
│   │   ├── Details.cs
│   │   ├── Details.Designer.cs
│   │   ├── Details.resx
│   │   ├── eat.csproj
│   │   ├── eat.csproj.user
│   │   ├── HF.cs
│   │   ├── HF.Designer.cs
│   │   ├── HF.resx
│   │   ├── Image
│   │   │   ├── a_1.gif
│   │   │   ├── a_1.jpg
│   │   │   ├── a_2.gif
│   │   │   ├── a_2.jpg
│   │   │   ├── bg_03.gif
│   │   │   ├── bg0.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── j_1.gif
│   │   │   └── login.jpg
│   │   ├── JZ.cs
│   │   ├── JZ.Designer.cs
│   │   ├── JZ.resx
│   │   ├── Lock.cs
│   │   ├── Lock.Designer.cs
│   │   ├── Lock.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── eat.csproj.FileListAbsolute.txt
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MrCy.AboutBox1.resources
│   │   │   ├── MrCy.BF.resources
│   │   │   ├── MrCy.Calender.resources
│   │   │   ├── MrCy.DC.resources
│   │   │   ├── MrCy.Desk.resources
│   │   │   ├── MrCy.Details.resources
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.HF.resources
│   │   │   ├── MrCy.JZ.resources
│   │   │   ├── MrCy.Lock.resources
│   │   │   ├── MrCy.Login.resources
│   │   │   ├── MrCy.Main.resources
│   │   │   ├── MrCy.Open.resources
│   │   │   ├── MrCy.pdb
│   │   │   ├── MrCy.Properties.Resources.resources
│   │   │   ├── MrCy.Pwd.resources
│   │   │   ├── MrCy.QxGl.resources
│   │   │   ├── MrCy.Serch.resources
│   │   │   ├── MrCy.User.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Open.cs
│   │   ├── Open.Designer.cs
│   │   ├── Open.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Pwd.cs
│   │   ├── Pwd.Designer.cs
│   │   ├── Pwd.resx
│   │   ├── QxGl.cs
│   │   ├── QxGl.Designer.cs
│   │   ├── QxGl.resx
│   │   ├── Serch.cs
│   │   ├── Serch.Designer.cs
│   │   ├── Serch.resx
│   │   ├── User.cs
│   │   ├── User.Designer.cs
│   │   └── User.resx
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── eat.sln
├── eat.suo
├── eat.v12.suo
├── MrCy
│   ├── AboutBox1.cs
│   ├── AboutBox1.Designer.cs
│   ├── AboutBox1.resx
│   ├── app.config
│   ├── BaseClass
│   │   └── DBConn.cs
│   ├── BF.cs
│   ├── BF.Designer.cs
│   ├── BF.resx
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DataBase
│   │   │   │   ├── db_MrCy_Data.MDF
│   │   │   │   └── db_MrCy_Log.LDF
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.exe.config
│   │   │   ├── MrCy.pdb
│   │   │   ├── MrCy.vshost.exe
│   │   │   ├── MrCy.vshost.exe.config
│   │   │   └── MrCy.vshost.exe.manifest
│   │   ├── Release
│   │   ├── x64
│   │   │   └── Debug
│   │   │   ├── DataBase
│   │   │   │   ├── db_MrCy_Data.MDF
│   │   │   │   └── db_MrCy_Log.LDF
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.exe.config
│   │   │   ├── MrCy.pdb
│   │   │   ├── MrCy.vshost.exe
│   │   │   ├── MrCy.vshost.exe.config
│   │   │   └── MrCy.vshost.exe.manifest
│   │   └── x86
│   │   └── Debug
│   │   ├── DataBase
│   │   │   ├── db_MrCy_Data.MDF
│   │   │   └── db_MrCy_Log.LDF
│   │   ├── MrCy.exe
│   │   ├── MrCy.exe.config
│   │   ├── MrCy.pdb
│   │   ├── MrCy.vshost.exe
│   │   └── MrCy.vshost.exe.config
│   ├── Calender.cs
│   ├── Calender.Designer.cs
│   ├── Calender.resx
│   ├── Data
│   ├── DataBase
│   │   ├── db_MrCy_Data.MDF
│   │   └── db_MrCy_Log.LDF
│   ├── DC.cs
│   ├── DC.Designer.cs
│   ├── DC.resx
│   ├── Desk.cs
│   ├── Desk.Designer.cs
│   ├── Desk.resx
│   ├── Details.cs
│   ├── Details.Designer.cs
│   ├── Details.resx
│   ├── eat.csproj
│   ├── eat.csproj.user
│   ├── HF.cs
│   ├── HF.Designer.cs
│   ├── HF.resx
│   ├── Image
│   │   ├── a_1.gif
│   │   ├── a_1.jpg
│   │   ├── a_2.gif
│   │   ├── a_2.jpg
│   │   ├── bg_03.gif
│   │   ├── bg0.jpg
│   │   ├── bg.jpg
│   │   ├── j_1.gif
│   │   └── login.jpg
│   ├── JZ.cs
│   ├── JZ.Designer.cs
│   ├── JZ.resx
│   ├── Lock.cs
│   ├── Lock.Designer.cs
│   ├── Lock.resx
│   ├── Login.cs
│   ├── Login.Designer.cs
│   ├── Login.resx
│   ├── Main.cs
│   ├── Main.Designer.cs
│   ├── Main.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── eat.csproj.FileListAbsolute.txt
│   │   │   ├── eat.csproj.GenerateResource.Cache
│   │   │   ├── eat.csprojResolveAssemblyReference.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MrCy.AboutBox1.resources
│   │   │   ├── MrCy.BF.resources
│   │   │   ├── MrCy.Calender.resources
│   │   │   ├── MrCy.csproj.GenerateResource.Cache
│   │   │   ├── MrCy.DC.resources
│   │   │   ├── MrCy.Desk.resources
│   │   │   ├── MrCy.Details.resources
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.HF.resources
│   │   │   ├── MrCy.JZ.resources
│   │   │   ├── MrCy.Lock.resources
│   │   │   ├── MrCy.Login.resources
│   │   │   ├── MrCy.Main.resources
│   │   │   ├── MrCy.Open.resources
│   │   │   ├── MrCy.pdb
│   │   │   ├── MrCy.Properties.Resources.resources
│   │   │   ├── MrCy.Pwd.resources
│   │   │   ├── MrCy.QxGl.resources
│   │   │   ├── MrCy.Serch.resources
│   │   │   ├── MrCy.User.resources
│   │   │   ├── Refactor
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── eat.csproj.FileList.txt
│   │   ├── MrCy.csproj.FileList.txt
│   │   └── x64
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── eat.csproj.FileListAbsolute.txt
│   │   ├── eat.csproj.GenerateResource.Cache
│   │   ├── eat.csprojResolveAssemblyReference.cache
│   │   ├── MrCy.AboutBox1.resources
│   │   ├── MrCy.BF.resources
│   │   ├── MrCy.Calender.resources
│   │   ├── MrCy.DC.resources
│   │   ├── MrCy.Desk.resources
│   │   ├── MrCy.Details.resources
│   │   ├── MrCy.exe
│   │   ├── MrCy.HF.resources
│   │   └── MrCy.JZ.resources
│   ├── Open.cs
│   ├── Open.Designer.cs
│   ├── Open.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Pwd.cs
│   ├── Pwd.Designer.cs
│   ├── Pwd.resx
│   ├── QxGl.cs
│   ├── QxGl.Designer.cs
│   ├── QxGl.resx
│   ├── Serch.cs
│   ├── Serch.Designer.cs
│   ├── Serch.resx
│   ├── User.cs
│   ├── User.Designer.cs
│   └── User.resx
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt

352 directories, 2583 files

标签:

实例下载地址

C#实战密码配套源代码.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警