找传奇、传世资源到传世资源站!

C#做的20个系统源码以及使用说明

  • 资源分类:C#语言基础
  • 发 布 人:房东的猫
  • 文件大小:未知
  • 文件格式:.zip
  • 浏览次数:23
  • 下载次数: 0
  • 发布时间:9月20日

  • 标签: C系统
8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C#做的20个系统源码以及使用说明
企业人事管理 监控管理 图书管理 企业工资人力 企业QQ等21项C#开发

【相关图片】

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

【源码结构】

.
├── CSharp Project Practice
│   ├── 01
│   │   └── 家庭视频监控系统
│   │       ├── VideoMonitor
│   │       │   ├── VideoMonitor
│   │       │   │   ├── CommonClass
│   │       │   │   │   ├── DataCon.cs
│   │       │   │   │   ├── DataOperate.cs
│   │       │   │   │   ├── PelcoD.cs
│   │       │   │   │   ├── SoftReg.cs
│   │       │   │   │   └── VideoOperate.cs
│   │       │   │   ├── DataBase
│   │       │   │   │   └── db_VWMS.mdb
│   │       │   │   ├── Image
│   │       │   │   │   ├── 用户.ico
│   │       │   │   │   ├── 主页面
│   │       │   │   │   │   └── bg.bmp
│   │       │   │   │   ├── 系统登录
│   │       │   │   │   │   ├── 登录背景.bmp
│   │       │   │   │   │   ├── 登录按钮.png
│   │       │   │   │   │   └── 退出按钮.png
│   │       │   │   │   ├── 启动界面.jpg
│   │       │   │   │   ├── 监控管理界面
│   │       │   │   │   │   └── 背景.bmp
│   │       │   │   │   └── 软件注册页面
│   │       │   │   │       └── 背景.bmp
│   │       │   │   ├── Photo
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   └── Settings.settings
│   │       │   │   ├── VideoMonitor.csproj
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── AxInterop.AgentObjects.dll
│   │       │   │   │       ├── AxInterop.MSComCtl2.dll
│   │       │   │   │       ├── AxInterop.MediaPlayer.dll
│   │       │   │   │       ├── AxInterop.WMPLib.dll
│   │       │   │   │       ├── Interop.AgentObjects.dll
│   │       │   │   │       ├── Interop.MSComCtl2.dll
│   │       │   │   │       ├── Interop.MediaPlayer.dll
│   │       │   │   │       ├── Interop.WMPLib.dll
│   │       │   │   │       ├── VideoMonitor.exe
│   │       │   │   │       ├── VideoMonitor.pdb
│   │       │   │   │       ├── VideoMonitor.vshost.exe
│   │       │   │   │       ├── VideoSet.ini
│   │       │   │   │       └── 系统注册机.exe
│   │       │   │   ├── frmAutoVideo.Designer.cs
│   │       │   │   ├── frmAutoVideo.cs
│   │       │   │   ├── frmAutoVideo.resx
│   │       │   │   ├── frmLogin.cs
│   │       │   │   ├── frmLogin.designer.cs
│   │       │   │   ├── frmLogin.resx
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.designer.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   ├── frmPlay.cs
│   │       │   │   ├── frmPlay.designer.cs
│   │       │   │   ├── frmPlay.resx
│   │       │   │   ├── frmRegister.cs
│   │       │   │   ├── frmRegister.designer.cs
│   │       │   │   ├── frmRegister.resx
│   │       │   │   ├── frmSetMonitor.cs
│   │       │   │   ├── frmSetMonitor.designer.cs
│   │       │   │   ├── frmSetMonitor.resx
│   │       │   │   ├── frmWelcome.Designer.cs
│   │       │   │   ├── frmWelcome.cs
│   │       │   │   ├── frmWelcome.resx
│   │       │   │   └── obj
│   │       │   │       ├── Debug
│   │       │   │       │   ├── AxInterop.AgentObjects.dll
│   │       │   │       │   ├── AxInterop.MSComCtl2.dll
│   │       │   │       │   ├── AxInterop.WMPLib.dll
│   │       │   │       │   ├── Interop.AgentObjects.dll
│   │       │   │       │   ├── Interop.MSComCtl2.dll
│   │       │   │       │   ├── Interop.MediaPlayer.dll
│   │       │   │       │   ├── Interop.WMPLib.dll
│   │       │   │       │   ├── Refactor
│   │       │   │       │   ├── ResolveAssemblyReference.cache
│   │       │   │       │   ├── TempPE
│   │       │   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │       │   │       │   ├── VideoMonitor.Properties.Resources.resources
│   │       │   │       │   ├── VideoMonitor.csproj.FileListAbsolute.txt
│   │       │   │       │   ├── VideoMonitor.csproj.GenerateResource.Cache
│   │       │   │       │   ├── VideoMonitor.csproj.ResolveComReference.cache
│   │       │   │       │   ├── VideoMonitor.exe
│   │       │   │       │   ├── VideoMonitor.frmAutoVideo.resources
│   │       │   │       │   ├── VideoMonitor.frmLogin.resources
│   │       │   │       │   ├── VideoMonitor.frmMain.resources
│   │       │   │       │   ├── VideoMonitor.frmPlay.resources
│   │       │   │       │   ├── VideoMonitor.frmRegister.resources
│   │       │   │       │   ├── VideoMonitor.frmSetMonitor.resources
│   │       │   │       │   ├── VideoMonitor.frmWelcome.resources
│   │       │   │       │   └── VideoMonitor.pdb
│   │       │   │       ├── VideoMonitor.csproj.FileList.txt
│   │       │   │       └── VideoMonitor.csproj.FileListAbsolute.txt
│   │       │   ├── VideoMonitor.sln
│   │       │   └── VideoMonitor.suo
│   │       └── 程序使用说明.doc
│   ├── 02
│   │   └── 卡拉OK点歌系统
│   │       └── KTV
│   │           ├── KTV
│   │           │   ├── Database
│   │           │   │   └── db_KTV.mdb
│   │           │   ├── KTV.csproj
│   │           │   ├── KTV.csproj.user
│   │           │   ├── KTVclass
│   │           │   │   ├── frmdictionaryMenthod.cs
│   │           │   │   ├── getConnection.cs
│   │           │   │   ├── tbMusicnfoMenthod.cs
│   │           │   │   ├── tb_authorinfo.cs
│   │           │   │   ├── tb_authorinfoMenthod.cs
│   │           │   │   ├── tb_computer.cs
│   │           │   │   ├── tb_dictionary.cs
│   │           │   │   └── tb_musicinfo.cs
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── Resources
│   │           │   │   ├── 0.png
│   │           │   │   ├── 背景.bmp
│   │           │   │   ├── 播放.png
│   │           │   │   ├── 退出.png
│   │           │   │   ├── 选择.png
│   │           │   │   ├── 背景图.bmp
│   │           │   │   ├── 取消按钮.bmp
│   │           │   │   ├── 确定按钮.bmp
│   │           │   │   ├── 拼音点歌.png
│   │           │   │   ├── 数字点歌.png
│   │           │   │   ├── 明星点歌.png
│   │           │   │   └── 歌名点歌.png
│   │           │   ├── app.config
│   │           │   ├── bin
│   │           │   │   └── 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
│   │           │   ├── frmAuton.Designer.cs
│   │           │   ├── frmAuton.cs
│   │           │   ├── frmAuton.resx
│   │           │   ├── frmDaiGe.Designer.cs
│   │           │   ├── frmDaiGe.cs
│   │           │   ├── frmDaiGe.resx
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   ├── frmMusicinfo.Designer.cs
│   │           │   ├── frmMusicinfo.cs
│   │           │   ├── frmMusicinfo.resx
│   │           │   ├── frmNumber.Designer.cs
│   │           │   ├── frmNumber.cs
│   │           │   ├── frmNumber.resx
│   │           │   ├── frmPlay.Designer.cs
│   │           │   ├── frmPlay.cs
│   │           │   ├── frmPlay.resx
│   │           │   ├── frmdictionary.Designer.cs
│   │           │   ├── frmdictionary.cs
│   │           │   ├── frmdictionary.resx
│   │           │   └── obj
│   │           │       ├── Debug
│   │           │       │   ├── AxInterop.WMPLib.dll
│   │           │       │   ├── Interop.WMPLib.dll
│   │           │       │   ├── KTV.Properties.Resources.resources
│   │           │       │   ├── KTV.csproj.FileListAbsolute.txt
│   │           │       │   ├── KTV.csproj.GenerateResource.Cache
│   │           │       │   ├── KTV.csproj.ResolveComReference.cache
│   │           │       │   ├── KTV.exe
│   │           │       │   ├── KTV.frmAuton.resources
│   │           │       │   ├── KTV.frmDaiGe.resources
│   │           │       │   ├── KTV.frmLogin.resources
│   │           │       │   ├── KTV.frmMain.resources
│   │           │       │   ├── KTV.frmMusicinfo.resources
│   │           │       │   ├── KTV.frmNumber.resources
│   │           │       │   ├── KTV.frmPlay.resources
│   │           │       │   ├── KTV.frmdictionary.resources
│   │           │       │   ├── KTV.pdb
│   │           │       │   ├── Refactor
│   │           │       │   └── TempPE
│   │           │       │       ├── Database.db_KTVDataSet.Designer.cs.dll
│   │           │       │       └── Properties.Resources.Designer.cs.dll
│   │           │       └── KTV.csproj.FileList.txt
│   │           ├── KTV.sln
│   │           ├── KTV.suo
│   │           └── readme.doc
│   ├── 03
│   │   └── 企业短信群发系统
│   │       └── SMS
│   │           ├── SMS
│   │           │   ├── AboutBox1.Designer.cs
│   │           │   ├── AboutBox1.cs
│   │           │   ├── AboutBox1.resx
│   │           │   ├── BaseClass
│   │           │   │   ├── ConnClass.cs
│   │           │   │   └── GSM.cs
│   │           │   ├── DataBase
│   │           │   │   └── db_SMS.mdb
│   │           │   ├── Image
│   │           │   │   ├── an_1.gif
│   │           │   │   ├── an_2.gif
│   │           │   │   ├── b1.gif
│   │           │   │   ├── b2.gif
│   │           │   │   ├── bg.jpg
│   │           │   │   ├── bg_1.gif
│   │           │   │   ├── bg_2.gif
│   │           │   │   ├── j_1.gif
│   │           │   │   ├── login.jpg
│   │           │   │   ├── login_1.gif
│   │           │   │   └── login_2.gif
│   │           │   ├── 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
│   │           │   ├── SMS.csproj
│   │           │   ├── SMS.csproj.user
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── AxInterop.WMPLib.dll
│   │           │   │       ├── DataBase
│   │           │   │       │   └── db_SMS.mdb
│   │           │   │       ├── Interop.WMPLib.dll
│   │           │   │       ├── SMS.exe
│   │           │   │       ├── SMS.pdb
│   │           │   │       ├── SMS.vshost.exe
│   │           │   │       └── SMS.vshost.exe.manifest
│   │           │   ├── frmAddDy.Designer.cs
│   │           │   ├── frmAddDy.cs
│   │           │   ├── frmAddDy.resx
│   │           │   ├── frmAddUser.Designer.cs
│   │           │   ├── frmAddUser.cs
│   │           │   ├── frmAddUser.resx
│   │           │   ├── frmChangePwd.Designer.cs
│   │           │   ├── frmChangePwd.cs
│   │           │   ├── frmChangePwd.resx
│   │           │   ├── frmCydy.Designer.cs
│   │           │   ├── frmCydy.cs
│   │           │   ├── frmCydy.resx
│   │           │   ├── frmDy.Designer.cs
│   │           │   ├── frmDy.cs
│   │           │   ├── frmDy.resx
│   │           │   ├── frmDyChange.Designer.cs
│   │           │   ├── frmDyChange.cs
│   │           │   ├── frmDyChange.resx
│   │           │   ├── frmLock.Designer.cs
│   │           │   ├── frmLock.cs
│   │           │   ├── frmLock.resx
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   ├── frmResvice.Designer.cs
│   │           │   ├── frmResvice.cs
│   │           │   ├── frmResvice.resx
│   │           │   ├── frmSendSMS.Designer.cs
│   │           │   ├── frmSendSMS.cs
│   │           │   ├── frmSendSMS.resx
│   │           │   ├── frmSmsXX.Designer.cs
│   │           │   ├── frmSmsXX.cs
│   │           │   ├── frmSmsXX.resx
│   │           │   ├── frmTel.Designer.cs
│   │           │   ├── frmTel.cs
│   │           │   ├── frmTel.resx
│   │           │   ├── frmTelNote.Designer.cs
│   │           │   ├── frmTelNote.cs
│   │           │   ├── frmTelNote.resx
│   │           │   ├── frmYfxx.Designer.cs
│   │           │   ├── frmYfxx.cs
│   │           │   ├── frmYfxx.resx
│   │           │   └── obj
│   │           │       ├── Debug
│   │           │       │   ├── AxInterop.WMPLib.dll
│   │           │       │   ├── Interop.WMPLib.dll
│   │           │       │   ├── Refactor
│   │           │       │   ├── SMS.AboutBox1.resources
│   │           │       │   ├── SMS.Properties.Resources.resources
│   │           │       │   ├── SMS.csproj.FileListAbsolute.txt
│   │           │       │   ├── SMS.csproj.GenerateResource.Cache
│   │           │       │   ├── SMS.csproj.ResolveComReference.cache
│   │           │       │   ├── SMS.exe
│   │           │       │   ├── SMS.frmAddDy.resources
│   │           │       │   ├── SMS.frmAddUser.resources
│   │           │       │   ├── SMS.frmChangePwd.resources
│   │           │       │   ├── SMS.frmCydy.resources
│   │           │       │   ├── SMS.frmDy.resources
│   │           │       │   ├── SMS.frmDyChange.resources
│   │           │       │   ├── SMS.frmLock.resources
│   │           │       │   ├── SMS.frmLogin.resources
│   │           │       │   ├── SMS.frmMain.resources
│   │           │       │   ├── SMS.frmResvice.resources
│   │           │       │   ├── SMS.frmSendSMS.resources
│   │           │       │   ├── SMS.frmSmsXX.resources
│   │           │       │   ├── SMS.frmTel.resources
│   │           │       │   ├── SMS.frmTelNote.resources
│   │           │       │   ├── SMS.frmYfxx.resources
│   │           │       │   ├── SMS.pdb
│   │           │       │   └── TempPE
│   │           │       │       ├── DataBase.db_SMSDataSet.Designer.cs.dll
│   │           │       │       ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│   │           │       │       └── Properties.Resources.Designer.cs.dll
│   │           │       └── SMS.csproj.FileList.txt
│   │           ├── SMS.sln
│   │           ├── SMS.suo
│   │           └── readme.doc
│   ├── 04
│   │   └── 企业电话客服系统
│   │       ├── Daila
│   │       │   ├── Daila
│   │       │   │   ├── D160A.cs
│   │       │   │   ├── Daila.csproj
│   │       │   │   ├── Daila.csproj.user
│   │       │   │   ├── DataBase
│   │       │   │   │   ├── db_Dainla.ldb
│   │       │   │   │   └── db_Dainla.mdb
│   │       │   │   ├── Form4.Designer.cs
│   │       │   │   ├── NewClass
│   │       │   │   │   ├── tbCustomerClass.cs
│   │       │   │   │   ├── tbEmployeeClass.cs
│   │       │   │   │   ├── tbProPathClass.cs
│   │       │   │   │   ├── tbProductionClass.cs
│   │       │   │   │   └── tbTelRecordClass.cs
│   │       │   │   ├── NewMehod
│   │       │   │   │   ├── tbCustomerMethod.cs
│   │       │   │   │   ├── tbDaiConnection.cs
│   │       │   │   │   ├── tbDistionMenthod.cs
│   │       │   │   │   ├── tbEmployeeMenthod.cs
│   │       │   │   │   ├── tbProPathMenthod.cs
│   │       │   │   │   ├── tbProductionMenthod.cs
│   │       │   │   │   └── tbTelRecordMenthod.cs
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   └── Settings.settings
│   │       │   │   ├── Resources
│   │       │   │   │   ├── 背景.bmp
│   │       │   │   │   ├── 取消按钮.bmp
│   │       │   │   │   └── 确定按钮.bmp
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── Daila.exe
│   │       │   │   │       ├── Daila.pdb
│   │       │   │   │       ├── Daila.vshost.exe
│   │       │   │   │       ├── Daila.vshost.exe.manifest
│   │       │   │   │       └── DataBase
│   │       │   │   │           └── db_Dainla.mdb
│   │       │   │   ├── frmCustomer.Designer.cs
│   │       │   │   ├── frmCustomer.cs
│   │       │   │   ├── frmCustomer.resx
│   │       │   │   ├── frmCustomerUpdate.Designer.cs
│   │       │   │   ├── frmCustomerUpdate.cs
│   │       │   │   ├── frmCustomerUpdate.resx
│   │       │   │   ├── frmDai.Designer.cs
│   │       │   │   ├── frmDai.cs
│   │       │   │   ├── frmDai.resx
│   │       │   │   ├── frmEmployeeInfo.Designer.cs
│   │       │   │   ├── frmEmployeeInfo.cs
│   │       │   │   ├── frmEmployeeInfo.resx
│   │       │   │   ├── frmMain.Designer.cs
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   ├── frmProd.Designer.cs
│   │       │   │   ├── frmProd.cs
│   │       │   │   ├── frmProd.resx
│   │       │   │   ├── frmTel.Designer.cs
│   │       │   │   ├── frmTel.cs
│   │       │   │   ├── frmTel.resx
│   │       │   │   ├── frmtbProPath.Designer.cs
│   │       │   │   ├── frmtbProPath.cs
│   │       │   │   ├── frmtbProPath.resx
│   │       │   │   ├── frmtbProPathNew.Designer.cs
│   │       │   │   ├── frmtbProPathNew.cs
│   │       │   │   ├── frmtbProPathNew.resx
│   │       │   │   ├── frmtbProduction.Designer.cs
│   │       │   │   ├── frmtbProduction.cs
│   │       │   │   ├── frmtbProduction.resx
│   │       │   │   ├── login.Designer.cs
│   │       │   │   ├── login.cs
│   │       │   │   ├── login.resx
│   │       │   │   └── obj
│   │       │   │       ├── Daila.csproj.FileList.txt
│   │       │   │       ├── Debug
│   │       │   │       │   ├── Daila.Properties.Resources.resources
│   │       │   │       │   ├── Daila.csproj.FileListAbsolute.txt
│   │       │   │       │   ├── Daila.csproj.GenerateResource.Cache
│   │       │   │       │   ├── Daila.exe
│   │       │   │       │   ├── Daila.frmCustomer.resources
│   │       │   │       │   ├── Daila.frmCustomerUpdate.resources
│   │       │   │       │   ├── Daila.frmDai.resources
│   │       │   │       │   ├── Daila.frmEmployeeInfo.resources
│   │       │   │       │   ├── Daila.frmMain.resources
│   │       │   │       │   ├── Daila.frmProd.resources
│   │       │   │       │   ├── Daila.frmTel.resources
│   │       │   │       │   ├── Daila.frmtbProPath.resources
│   │       │   │       │   ├── Daila.frmtbProPathNew.resources
│   │       │   │       │   ├── Daila.frmtbProduction.resources
│   │       │   │       │   ├── Daila.login.resources
│   │       │   │       │   ├── Daila.pdb
│   │       │   │       │   ├── Refactor
│   │       │   │       │   └── TempPE
│   │       │   │       │       ├── DataBase.DainlaDataSet.Designer.cs.dll
│   │       │   │       │       ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│   │       │   │       │       └── Properties.Resources.Designer.cs.dll
│   │       │   │       └── Release
│   │       │   │           ├── Daila.Properties.Resources.resources
│   │       │   │           ├── Daila.csproj.GenerateResource.Cache
│   │       │   │           ├── Daila.exe
│   │       │   │           ├── Daila.frmCustomer.resources
│   │       │   │           ├── Daila.frmCustomerAdd.resources
│   │       │   │           ├── Daila.frmCustomerUpdate.resources
│   │       │   │           ├── Daila.frmDai.resources
│   │       │   │           ├── Daila.frmEmployee.resources
│   │       │   │           ├── Daila.frmEmployeeInfo.resources
│   │       │   │           ├── Daila.frmMain.resources
│   │       │   │           ├── Daila.frmProd.resources
│   │       │   │           ├── Daila.frmTel.resources
│   │       │   │           ├── Daila.frmtbProPath.resources
│   │       │   │           ├── Daila.frmtbProPathNew.resources
│   │       │   │           ├── Daila.frmtbProduction.resources
│   │       │   │           ├── Daila.login.resources
│   │       │   │           ├── Daila.pdb
│   │       │   │           └── TempPE
│   │       │   │               └── Properties.Resources.Designer.cs.dll
│   │       │   ├── Daila.sln
│   │       │   └── Daila.suo
│   │       └── 程序使用说明.doc
│   ├── 05
│   │   └── 企业QQ系统
│   │       └── MyQQ
│   │           ├── Database
│   │           │   ├── db_MyQQ_Data.MDF
│   │           │   └── db_MyQQ_Log.LDF
│   │           ├── MyQQ.sln
│   │           ├── MyQQ.suo
│   │           ├── MyQQClient
│   │           │   ├── F_Chat.cs
│   │           │   ├── F_Chat.designer.cs
│   │           │   ├── F_Chat.resx
│   │           │   ├── F_Client.cs
│   │           │   ├── F_Client.designer.cs
│   │           │   ├── F_Client.resx
│   │           │   ├── F_Logon.cs
│   │           │   ├── F_Logon.designer.cs
│   │           │   ├── F_Logon.resx
│   │           │   ├── F_SerSetup.cs
│   │           │   ├── F_SerSetup.designer.cs
│   │           │   ├── F_SerSetup.resx
│   │           │   ├── Image
│   │           │   │   ├── 0.bmp
│   │           │   │   ├── 1.bmp
│   │           │   │   ├── QQ08.jpg
│   │           │   │   ├── QQ12.jpg
│   │           │   │   ├── QQ窗体_03.jpg
│   │           │   │   ├── my-QQ_03.jpg
│   │           │   │   ├── my-QQ_05.jpg
│   │           │   │   ├── my-QQ_07.jpg
│   │           │   │   ├── my-QQ_09.jpg
│   │           │   │   ├── my-QQ_10.jpg
│   │           │   │   ├── my-QQ_11.jpg
│   │           │   │   ├── my-QQ_14.jpg
│   │           │   │   ├── my-QQ_15.jpg
│   │           │   │   ├── my-QQ_16.jpg
│   │           │   │   ├── video_03.png
│   │           │   │   └── 登录_03.jpg
│   │           │   ├── MyQQClient.csproj
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── MyQQClient.exe
│   │           │   │       ├── MyQQClient.pdb
│   │           │   │       ├── MyQQClient.vshost.exe
│   │           │   │       ├── MyQQClient.vshost.exe.manifest
│   │           │   │       ├── MyQQServer.exe
│   │           │   │       ├── MyQQServer.pdb
│   │           │   │       ├── MyQQServer.vshost.exe
│   │           │   │       ├── QQClass.dll
│   │           │   │       └── QQClass.pdb
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── MyQQClient.F_Chat.resources
│   │           │           ├── MyQQClient.F_Client.resources
│   │           │           ├── MyQQClient.F_Logon.resources
│   │           │           ├── MyQQClient.F_SerSetup.resources
│   │           │           ├── MyQQClient.Properties.Resources.resources
│   │           │           ├── MyQQClient.csproj.FileListAbsolute.txt
│   │           │           ├── MyQQClient.csproj.GenerateResource.Cache
│   │           │           ├── MyQQClient.exe
│   │           │           ├── MyQQClient.pdb
│   │           │           ├── ResolveAssemblyReference.cache
│   │           │           └── TempPE
│   │           ├── MyQQServer
│   │           │   ├── F_Server.cs
│   │           │   ├── F_Server.designer.cs
│   │           │   ├── F_Server.resx
│   │           │   ├── MyQQServer.csproj
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── MyQQServer.exe
│   │           │   │       ├── MyQQServer.pdb
│   │           │   │       ├── MyQQServer.vshost.exe
│   │           │   │       ├── MyQQServer.vshost.exe.manifest
│   │           │   │       ├── QQClass.dll
│   │           │   │       └── QQClass.pdb
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── MyQQServer.F_Server.resources
│   │           │           ├── MyQQServer.Properties.Resources.resources
│   │           │           ├── MyQQServer.csproj.FileListAbsolute.txt
│   │           │           ├── MyQQServer.csproj.GenerateResource.Cache
│   │           │           ├── MyQQServer.exe
│   │           │           ├── MyQQServer.pdb
│   │           │           ├── ResolveAssemblyReference.cache
│   │           │           └── TempPE
│   │           ├── QQClass
│   │           │   ├── ClassForms.cs
│   │           │   ├── ClassMsg.cs
│   │           │   ├── ClassOptionData.cs
│   │           │   ├── ClassSerializers.cs
│   │           │   ├── ClassUserInfo.cs
│   │           │   ├── ClassUsers.cs
│   │           │   ├── Properties
│   │           │   │   └── AssemblyInfo.cs
│   │           │   ├── Publec_Class.cs
│   │           │   ├── QQClass.csproj
│   │           │   ├── UDPSocket.cs
│   │           │   ├── UDPSocket.designer.cs
│   │           │   ├── Video.cs
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── QQClass.dll
│   │           │   │       └── QQClass.pdb
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── QQClass.csproj.FileListAbsolute.txt
│   │           │           ├── QQClass.dll
│   │           │           ├── QQClass.pdb
│   │           │           └── TempPE
│   │           └── 程序使用说明.doc
│   ├── 06
│   │   └── 餐饮管理系统
│   │       └── MrCy
│   │           ├── MrCy
│   │           │   ├── AboutBox1.Designer.cs
│   │           │   ├── AboutBox1.cs
│   │           │   ├── AboutBox1.resx
│   │           │   ├── BaseClass
│   │           │   │   └── DBConn.cs
│   │           │   ├── Data
│   │           │   │   └── mrcy.bak
│   │           │   ├── Database
│   │           │   │   ├── db_MrCy.MDF
│   │           │   │   └── db_MrCy_Log.LDF
│   │           │   ├── Image
│   │           │   │   ├── a_1.gif
│   │           │   │   ├── a_1.jpg
│   │           │   │   ├── a_2.gif
│   │           │   │   ├── a_2.jpg
│   │           │   │   ├── bg.jpg
│   │           │   │   ├── bg0.jpg
│   │           │   │   ├── bg_03.gif
│   │           │   │   ├── j_1.gif
│   │           │   │   └── login.jpg
│   │           │   ├── MrCy.csproj
│   │           │   ├── MrCy.csproj.user
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── MrCy.exe
│   │           │   │       ├── MrCy.pdb
│   │           │   │       ├── MrCy.vshost.exe
│   │           │   │       └── MrCy.vshost.exe.manifest
│   │           │   ├── frmBF.Designer.cs
│   │           │   ├── frmBF.cs
│   │           │   ├── frmBF.resx
│   │           │   ├── frmCalender.Designer.cs
│   │           │   ├── frmCalender.cs
│   │           │   ├── frmCalender.resx
│   │           │   ├── frmDC.Designer.cs
│   │           │   ├── frmDC.cs
│   │           │   ├── frmDC.resx
│   │           │   ├── frmDesk.Designer.cs
│   │           │   ├── frmDesk.cs
│   │           │   ├── frmDesk.resx
│   │           │   ├── frmDetails.Designer.cs
│   │           │   ├── frmDetails.cs
│   │           │   ├── frmDetails.resx
│   │           │   ├── frmHF.Designer.cs
│   │           │   ├── frmHF.cs
│   │           │   ├── frmHF.resx
│   │           │   ├── frmJZ.Designer.cs
│   │           │   ├── frmJZ.cs
│   │           │   ├── frmJZ.resx
│   │           │   ├── frmLock.Designer.cs
│   │           │   ├── frmLock.cs
│   │           │   ├── frmLock.resx
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   ├── frmOpen.Designer.cs
│   │           │   ├── frmOpen.cs
│   │           │   ├── frmOpen.resx
│   │           │   ├── frmPwd.Designer.cs
│   │           │   ├── frmPwd.cs
│   │           │   ├── frmPwd.resx
│   │           │   ├── frmQxGl.Designer.cs
│   │           │   ├── frmQxGl.cs
│   │           │   ├── frmQxGl.resx
│   │           │   ├── frmSerch.Designer.cs
│   │           │   ├── frmSerch.cs
│   │           │   ├── frmSerch.resx
│   │           │   ├── frmUser.Designer.cs
│   │           │   ├── frmUser.cs
│   │           │   ├── frmUser.resx
│   │           │   └── obj
│   │           │       ├── Debug
│   │           │       │   ├── MrCy.AboutBox1.resources
│   │           │       │   ├── MrCy.Properties.Resources.resources
│   │           │       │   ├── MrCy.csproj.FileListAbsolute.txt
│   │           │       │   ├── MrCy.csproj.GenerateResource.Cache
│   │           │       │   ├── MrCy.exe
│   │           │       │   ├── MrCy.frmBF.resources
│   │           │       │   ├── MrCy.frmCalender.resources
│   │           │       │   ├── MrCy.frmDC.resources
│   │           │       │   ├── MrCy.frmDesk.resources
│   │           │       │   ├── MrCy.frmDetails.resources
│   │           │       │   ├── MrCy.frmHF.resources
│   │           │       │   ├── MrCy.frmJZ.resources
│   │           │       │   ├── MrCy.frmLock.resources
│   │           │       │   ├── MrCy.frmLogin.resources
│   │           │       │   ├── MrCy.frmMain.resources
│   │           │       │   ├── MrCy.frmOpen.resources
│   │           │       │   ├── MrCy.frmPwd.resources
│   │           │       │   ├── MrCy.frmQxGl.resources
│   │           │       │   ├── MrCy.frmSerch.resources
│   │           │       │   ├── MrCy.frmUser.resources
│   │           │       │   ├── MrCy.pdb
│   │           │       │   ├── Refactor
│   │           │       │   └── TempPE
│   │           │       │       └── Properties.Resources.Designer.cs.dll
│   │           │       └── MrCy.csproj.FileList.txt
│   │           ├── MrCy.sln
│   │           ├── MrCy.suo
│   │           └── readme.doc
│   ├── 07
│   │   └── 房屋中介管理系统
│   │       ├── houseAgency
│   │       │   ├── houseAgency
│   │       │   │   ├── BusinessM
│   │       │   │   │   ├── frmBargin.cs
│   │       │   │   │   ├── frmBargin.designer.cs
│   │       │   │   │   └── frmBargin.resx
│   │       │   │   ├── Database
│   │       │   │   │   ├── db_showHouse_Data.MDF
│   │       │   │   │   ├── db_showHouse_Log.LDF
│   │       │   │   │   └── 杀死进程的存储过程.sql
│   │       │   │   ├── Image
│   │       │   │   │   ├── 3.jpg
│   │       │   │   │   ├── dl.jpg
│   │       │   │   │   ├── 修改.bmp
│   │       │   │   │   ├── 删除.bmp
│   │       │   │   │   ├── 增加.bmp
│   │       │   │   │   ├── 操作.bmp
│   │       │   │   │   ├── 查询.bmp
│   │       │   │   │   ├── 成交量.png
│   │       │   │   │   ├── 房源查询.png
│   │       │   │   │   ├── 收费记录.png
│   │       │   │   │   ├── 求租人信息.png
│   │       │   │   │   └── 出租人员信息.png
│   │       │   │   ├── OutTenants
│   │       │   │   │   ├── frmFavor.cs
│   │       │   │   │   ├── frmFavor.designer.cs
│   │       │   │   │   ├── frmFavor.resx
│   │       │   │   │   ├── frmFitment.cs
│   │       │   │   │   ├── frmFitment.designer.cs
│   │       │   │   │   ├── frmFitment.resx
│   │       │   │   │   ├── frmFloor.cs
│   │       │   │   │   ├── frmFloor.designer.cs
│   │       │   │   │   ├── frmFloor.resx
│   │       │   │   │   ├── frmMothed.cs
│   │       │   │   │   ├── frmMothed.designer.cs
│   │       │   │   │   ├── frmMothed.resx
│   │       │   │   │   ├── frmSeat.cs
│   │       │   │   │   ├── frmSeat.designer.cs
│   │       │   │   │   ├── frmSeat.resx
│   │       │   │   │   ├── frmType.cs
│   │       │   │   │   ├── frmType.designer.cs
│   │       │   │   │   └── frmType.resx
│   │       │   │   ├── PayingM
│   │       │   │   │   ├── frmBackMoney.cs
│   │       │   │   │   ├── frmBackMoney.designer.cs
│   │       │   │   │   ├── frmBackMoney.resx
│   │       │   │   │   ├── frmMoney.cs
│   │       │   │   │   ├── frmMoney.designer.cs
│   │       │   │   │   └── frmMoney.resx
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   └── Settings.settings
│   │       │   │   ├── SeekTenantsM
│   │       │   │   │   ├── frmHouse.cs
│   │       │   │   │   ├── frmHouse.designer.cs
│   │       │   │   │   ├── frmHouse.resx
│   │       │   │   │   ├── frmIntend.cs
│   │       │   │   │   ├── frmIntend.designer.cs
│   │       │   │   │   ├── frmIntend.resx
│   │       │   │   │   ├── frmIntendInfo.cs
│   │       │   │   │   ├── frmIntendInfo.designer.cs
│   │       │   │   │   ├── frmIntendInfo.resx
│   │       │   │   │   ├── frmOk.cs
│   │       │   │   │   ├── frmOk.designer.cs
│   │       │   │   │   ├── frmOk.resx
│   │       │   │   │   ├── frmSelect.cs
│   │       │   │   │   ├── frmSelect.designer.cs
│   │       │   │   │   ├── frmSelect.resx
│   │       │   │   │   ├── frmStateHouse.cs
│   │       │   │   │   ├── frmStateHouse.designer.cs
│   │       │   │   │   └── frmStateHouse.resx
│   │       │   │   ├── StaffInfor
│   │       │   │   │   ├── frmEmpleeyAll.cs
│   │       │   │   │   ├── frmEmpleeyAll.designer.cs
│   │       │   │   │   ├── frmEmpleeyAll.resx
│   │       │   │   │   ├── frmEmploeey.cs
│   │       │   │   │   ├── frmEmploeey.designer.cs
│   │       │   │   │   ├── frmEmploeey.resx
│   │       │   │   │   ├── frmGov.cs
│   │       │   │   │   ├── frmGov.designer.cs
│   │       │   │   │   ├── frmGov.resx
│   │       │   │   │   ├── frmStudyDegree.cs
│   │       │   │   │   ├── frmStudyDegree.designer.cs
│   │       │   │   │   └── frmStudyDegree.resx
│   │       │   │   ├── SystemM
│   │       │   │   │   ├── frmChangYouSelfPwd.cs
│   │       │   │   │   ├── frmChangYouSelfPwd.designer.cs
│   │       │   │   │   ├── frmChangYouSelfPwd.resx
│   │       │   │   │   ├── frmRestore.cs
│   │       │   │   │   ├── frmRestore.designer.cs
│   │       │   │   │   ├── frmRestore.resx
│   │       │   │   │   ├── frmStock.cs
│   │       │   │   │   ├── frmStock.designer.cs
│   │       │   │   │   └── frmStock.resx
│   │       │   │   ├── UserInfor
│   │       │   │   │   ├── frmPeopleInfo.cs
│   │       │   │   │   ├── frmPeopleInfo.designer.cs
│   │       │   │   │   ├── frmPeopleInfo.resx
│   │       │   │   │   ├── frmPeopleList.cs
│   │       │   │   │   ├── frmPeopleList.designer.cs
│   │       │   │   │   └── frmPeopleList.resx
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── houseAgency.exe
│   │       │   │   │       ├── houseAgency.pdb
│   │       │   │   │       ├── houseAgency.vshost.exe
│   │       │   │   │       └── houseAgency.vshost.exe.manifest
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.designer.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   ├── frmUserLogin.cs
│   │       │   │   ├── frmUserLogin.designer.cs
│   │       │   │   ├── frmUserLogin.resx
│   │       │   │   ├── houseAgency.csproj
│   │       │   │   ├── mothedCls
│   │       │   │   │   ├── ClsCon.cs
│   │       │   │   │   ├── ClsHouse.cs
│   │       │   │   │   ├── ClsHouseMethed.cs
│   │       │   │   │   ├── claFavorMethod.cs
│   │       │   │   │   ├── clsEmpleey.cs
│   │       │   │   │   ├── clsEmpleeyMethed.cs
│   │       │   │   │   ├── clsFavor.cs
│   │       │   │   │   ├── clsFitment.cs
│   │       │   │   │   ├── clsFitmentMethod.cs
│   │       │   │   │   ├── clsFloor.cs
│   │       │   │   │   ├── clsFloorMethod.cs
│   │       │   │   │   ├── clsIntend.cs
│   │       │   │   │   ├── clsIntendMethed.cs
│   │       │   │   │   ├── clsLogin.cs
│   │       │   │   │   ├── clsLoginMethed.cs
│   │       │   │   │   ├── clsMethed.cs
│   │       │   │   │   ├── clsMethedMethod.cs
│   │       │   │   │   ├── clsMoneyAndInfo.cs
│   │       │   │   │   ├── clsMoneyAndInfoMethod.cs
│   │       │   │   │   ├── clsSeat.cs
│   │       │   │   │   ├── clsSeatMethod.cs
│   │       │   │   │   ├── clsStudyDegree.cs
│   │       │   │   │   ├── clsStudyDegreeMethod.cs
│   │       │   │   │   ├── clsUser.cs
│   │       │   │   │   ├── clsUserMethod.cs
│   │       │   │   │   ├── clsgov.cs
│   │       │   │   │   ├── clsgovMethod.cs
│   │       │   │   │   ├── clstype.cs
│   │       │   │   │   └── clstypeMethod.cs
│   │       │   │   └── obj
│   │       │   │       └── Debug
│   │       │   │           ├── TempPE
│   │       │   │           │   └── Properties.Resources.Designer.cs.dll
│   │       │   │           ├── houseAgency.Properties.Resources.resources
│   │       │   │           ├── houseAgency.csproj.FileListAbsolute.txt
│   │       │   │           ├── houseAgency.csproj.GenerateResource.Cache
│   │       │   │           ├── houseAgency.exe
│   │       │   │           ├── houseAgency.frmBargin.resources
│   │       │   │           ├── houseAgency.frmChangYouSelfPwd.resources
│   │       │   │           ├── houseAgency.frmEmpleeyAll.resources
│   │       │   │           ├── houseAgency.frmEmploeey.resources
│   │       │   │           ├── houseAgency.frmFavor.resources
│   │       │   │           ├── houseAgency.frmFitment.resources
│   │       │   │           ├── houseAgency.frmFloor.resources
│   │       │   │           ├── houseAgency.frmGov.resources
│   │       │   │           ├── houseAgency.frmHouse.resources
│   │       │   │           ├── houseAgency.frmIntend.resources
│   │       │   │           ├── houseAgency.frmIntendInfo.resources
│   │       │   │           ├── houseAgency.frmMain.resources
│   │       │   │           ├── houseAgency.frmMoney.resources
│   │       │   │           ├── houseAgency.frmMoneyRemark.resources
│   │       │   │           ├── houseAgency.frmMothed.resources
│   │       │   │           ├── houseAgency.frmOk.resources
│   │       │   │           ├── houseAgency.frmPeopleInfo.resources
│   │       │   │           ├── houseAgency.frmPeopleList.resources
│   │       │   │           ├── houseAgency.frmRestore.resources
│   │       │   │           ├── houseAgency.frmSeat.resources
│   │       │   │           ├── houseAgency.frmSelect.resources
│   │       │   │           ├── houseAgency.frmStateHouse.resources
│   │       │   │           ├── houseAgency.frmStock.resources
│   │       │   │           ├── houseAgency.frmStudyDegree.resources
│   │       │   │           ├── houseAgency.frmType.resources
│   │       │   │           ├── houseAgency.frmUserLogin.resources
│   │       │   │           └── houseAgency.pdb
│   │       │   ├── houseAgency.sln
│   │       │   └── houseAgency.suo
│   │       └── 程序使用说明.doc
│   ├── 08
│   │   └── 企业客户资源管理系统
│   │       └── CRM
│   │           ├── CRM
│   │           │   ├── BaseClass
│   │           │   │   ├── BaseOperate.cs
│   │           │   │   └── OperateAndValidate.cs
│   │           │   ├── CRM.csproj
│   │           │   ├── CRM.csproj.user
│   │           │   ├── DataManage
│   │           │   │   ├── frmAreaManage.Designer.cs
│   │           │   │   ├── frmAreaManage.cs
│   │           │   │   ├── frmAreaManage.resx
│   │           │   │   ├── frmClientManage.Designer.cs
│   │           │   │   ├── frmClientManage.cs
│   │           │   │   ├── frmClientManage.resx
│   │           │   │   ├── frmOppManage.Designer.cs
│   │           │   │   ├── frmOppManage.cs
│   │           │   │   ├── frmOppManage.resx
│   │           │   │   ├── frmRClient.Designer.cs
│   │           │   │   ├── frmRClient.cs
│   │           │   │   └── frmRClient.resx
│   │           │   ├── Database
│   │           │   │   ├── db_CRM.mdf
│   │           │   │   └── db_CRM_log.ldf
│   │           │   ├── Help
│   │           │   │   ├── frmAboutUs.Designer.cs
│   │           │   │   ├── frmAboutUs.cs
│   │           │   │   └── frmAboutUs.resx
│   │           │   ├── Image
│   │           │   │   ├── ico
│   │           │   │   │   ├── 保存.ico
│   │           │   │   │   ├── 修改.ico
│   │           │   │   │   ├── 删除.ico
│   │           │   │   │   ├── 发送.ico
│   │           │   │   │   ├── 查找.ico
│   │           │   │   │   ├── 添加.ico
│   │           │   │   │   ├── 登录.ico
│   │           │   │   │   ├── 管理.ico
│   │           │   │   │   ├── 退出.ico
│   │           │   │   │   ├── 主窗体.ico
│   │           │   │   │   ├── 删除按钮.ico
│   │           │   │   │   ├── 统计分析.ico
│   │           │   │   │   ├── 联系客户.ico
│   │           │   │   │   ├── 退出按钮.ico
│   │           │   │   │   └── 重新登录.ico
│   │           │   │   └── image
│   │           │   │       ├── 上传.bmp
│   │           │   │       ├── 系统登录页面.jpg
│   │           │   │       └── 企业客户资源管理系统.jpg
│   │           │   ├── PInfoManage
│   │           │   │   ├── frmBInfoManage.Designer.cs
│   │           │   │   ├── frmBInfoManage.cs
│   │           │   │   ├── frmBInfoManage.resx
│   │           │   │   ├── frmEInfoManage.Designer.cs
│   │           │   │   ├── frmEInfoManage.cs
│   │           │   │   ├── frmEInfoManage.resx
│   │           │   │   ├── frmGInfoManage.Designer.cs
│   │           │   │   ├── frmGInfoManage.cs
│   │           │   │   ├── frmGInfoManage.resx
│   │           │   │   ├── frmImportantEvent.Designer.cs
│   │           │   │   ├── frmImportantEvent.cs
│   │           │   │   └── frmImportantEvent.resx
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   ├── Settings.settings
│   │           │   │   └── licenses.licx
│   │           │   ├── SumManage
│   │           │   │   ├── CReportFile
│   │           │   │   │   ├── CReportCLAnalyse.cs
│   │           │   │   │   ├── CReportCLAnalyse.rpt
│   │           │   │   │   ├── CReportCRAnalyse.cs
│   │           │   │   │   └── CReportCRAnalyse.rpt
│   │           │   │   ├── frmCLAnalyse.Designer.cs
│   │           │   │   ├── frmCLAnalyse.cs
│   │           │   │   ├── frmCLAnalyse.resx
│   │           │   │   ├── frmCRAnalyse.Designer.cs
│   │           │   │   ├── frmCRAnalyse.cs
│   │           │   │   └── frmCRAnalyse.resx
│   │           │   ├── SysManage
│   │           │   │   ├── frmDataClear.Designer.cs
│   │           │   │   ├── frmDataClear.cs
│   │           │   │   ├── frmDataClear.resx
│   │           │   │   ├── frmDataRevert.Designer.cs
│   │           │   │   ├── frmDataRevert.cs
│   │           │   │   ├── frmDataRevert.resx
│   │           │   │   ├── frmDataStore.Designer.cs
│   │           │   │   ├── frmDataStore.cs
│   │           │   │   └── frmDataStore.resx
│   │           │   ├── UserManage
│   │           │   │   ├── frmEditPwd.Designer.cs
│   │           │   │   ├── frmEditPwd.cs
│   │           │   │   ├── frmEditPwd.resx
│   │           │   │   ├── frmEditRight.Designer.cs
│   │           │   │   ├── frmEditRight.cs
│   │           │   │   ├── frmEditRight.resx
│   │           │   │   ├── frmUserManage.Designer.cs
│   │           │   │   ├── frmUserManage.cs
│   │           │   │   └── frmUserManage.resx
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── AboutUs.txt
│   │           │   │       ├── CRM.exe
│   │           │   │       ├── CRM.pdb
│   │           │   │       ├── CRM.vshost.exe
│   │           │   │       ├── CRM.vshost.exe.manifest
│   │           │   │       ├── DevExpress.Utils.v6.2.dll
│   │           │   │       ├── DevExpress.XtraNavBar.v6.2.dll
│   │           │   │       └── testXML.xml
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   └── obj
│   │           │       ├── CRM.csproj.FileList.txt
│   │           │       └── Debug
│   │           │           ├── CRM.DataManage.frmAreaManage.resources
│   │           │           ├── CRM.DataManage.frmClientManage.resources
│   │           │           ├── CRM.DataManage.frmOppManage.resources
│   │           │           ├── CRM.DataManage.frmRClient.resources
│   │           │           ├── CRM.Help.frmAboutUs.resources
│   │           │           ├── CRM.PInfoManage.frmBInfoManage.resources
│   │           │           ├── CRM.PInfoManage.frmEInfoManage.resources
│   │           │           ├── CRM.PInfoManage.frmGInfoManage.resources
│   │           │           ├── CRM.PInfoManage.frmImportantEvent.resources
│   │           │           ├── CRM.Properties.Resources.resources
│   │           │           ├── CRM.SumManage.CReportFile.CReportCLAnalyse.rpt
│   │           │           ├── CRM.SumManage.CReportFile.CReportCRAnalyse.rpt
│   │           │           ├── CRM.SumManage.frmCLAnalyse.resources
│   │           │           ├── CRM.SumManage.frmCRAnalyse.resources
│   │           │           ├── CRM.SysManage.frmDataClear.resources
│   │           │           ├── CRM.SysManage.frmDataRevert.resources
│   │           │           ├── CRM.SysManage.frmDataStore.resources
│   │           │           ├── CRM.UserManage.frmEditPwd.resources
│   │           │           ├── CRM.UserManage.frmEditRight.resources
│   │           │           ├── CRM.UserManage.frmUserManage.resources
│   │           │           ├── CRM.csproj.FileListAbsolute.txt
│   │           │           ├── CRM.csproj.GenerateResource.Cache
│   │           │           ├── CRM.exe
│   │           │           ├── CRM.frmLogin.resources
│   │           │           ├── CRM.frmMain.resources
│   │           │           ├── CRM.pdb
│   │           │           ├── Refactor
│   │           │           ├── ResolveAssemblyReference.cache
│   │           │           ├── TempPE
│   │           │           │   ├── Properties.Resources.Designer.cs.dll
│   │           │           │   ├── SumManage.CReportFile.CReportCLAnalyse.cs.dll
│   │           │           │   └── SumManage.CReportFile.CReportCRAnalyse.cs.dll
│   │           │           └── crm.exe.licenses
│   │           ├── CRM.sln
│   │           ├── CRM.suo
│   │           └── 程序使用说明.doc
│   ├── 09
│   │   └── 库存管理系统
│   │       └── SMS
│   │           ├── SMS
│   │           │   ├── Backup
│   │           │   ├── BaseClass
│   │           │   │   ├── DataCon.cs
│   │           │   │   └── DataOperate.cs
│   │           │   ├── BasicInfo
│   │           │   │   ├── frmGoodsInfo.Designer.cs
│   │           │   │   ├── frmGoodsInfo.cs
│   │           │   │   ├── frmGoodsInfo.resx
│   │           │   │   ├── frmPrInfo.Designer.cs
│   │           │   │   ├── frmPrInfo.cs
│   │           │   │   ├── frmPrInfo.resx
│   │           │   │   ├── frmStoreInfo.Designer.cs
│   │           │   │   ├── frmStoreInfo.cs
│   │           │   │   └── frmStoreInfo.resx
│   │           │   ├── Database
│   │           │   │   ├── db_SMS_Data.MDF
│   │           │   │   └── db_SMS_Log.LDF
│   │           │   ├── GoodsManage
│   │           │   │   ├── frmBGManage.Designer.cs
│   │           │   │   ├── frmBGManage.cs
│   │           │   │   ├── frmBGManage.resx
│   │           │   │   ├── frmCKManage.Designer.cs
│   │           │   │   ├── frmCKManage.cs
│   │           │   │   ├── frmCKManage.resx
│   │           │   │   ├── frmISManage.Designer.cs
│   │           │   │   ├── frmISManage.cs
│   │           │   │   ├── frmISManage.resx
│   │           │   │   ├── frmOSManage.Designer.cs
│   │           │   │   ├── frmOSManage.cs
│   │           │   │   ├── frmOSManage.resx
│   │           │   │   ├── frmRGManage.Designer.cs
│   │           │   │   ├── frmRGManage.cs
│   │           │   │   └── frmRGManage.resx
│   │           │   ├── Help
│   │           │   │   ├── frmAboutUs.Designer.cs
│   │           │   │   ├── frmAboutUs.cs
│   │           │   │   ├── frmAboutUs.resx
│   │           │   │   ├── frmEditPwd.Designer.cs
│   │           │   │   ├── frmEditPwd.cs
│   │           │   │   ├── frmEditPwd.resx
│   │           │   │   ├── frmRightManage.Designer.cs
│   │           │   │   ├── frmRightManage.cs
│   │           │   │   ├── frmRightManage.resx
│   │           │   │   ├── frmUserManage.Designer.cs
│   │           │   │   ├── frmUserManage.cs
│   │           │   │   └── frmUserManage.resx
│   │           │   ├── Image
│   │           │   │   ├── ICO
│   │           │   │   │   ├── IE.ico
│   │           │   │   │   ├── 修改.ico
│   │           │   │   │   ├── 删除.ico
│   │           │   │   │   ├── 取消.ico
│   │           │   │   │   ├── 帮助.ico
│   │           │   │   │   ├── 查询.ico
│   │           │   │   │   ├── 添加.ico
│   │           │   │   │   ├── 登录.ico
│   │           │   │   │   ├── 确定.ico
│   │           │   │   │   ├── 管理.ico
│   │           │   │   │   ├── 统计.ico
│   │           │   │   │   ├── 警告.ico
│   │           │   │   │   ├── 进入.ico
│   │           │   │   │   ├── 退出.ico
│   │           │   │   │   ├── 统计1.ico
│   │           │   │   │   ├── 主窗体.ico
│   │           │   │   │   └── 查询窗体.ico
│   │           │   │   └── image
│   │           │   │       ├── 20110225105242.jpg
│   │           │   │       ├── 20110301024938.jpg
│   │           │   │       ├── 20110302094742.jpg
│   │           │   │       ├── 20110302094745.jpg
│   │           │   │       ├── 20110302094748.jpg
│   │           │   │       ├── 20110302094752.jpg
│   │           │   │       ├── 20110302094755.jpg
│   │           │   │       ├── 20110302094756.jpg
│   │           │   │       ├── 20110302094759.jpg
│   │           │   │       ├── 20110302094823.jpg
│   │           │   │       ├── 20110302094827.jpg
│   │           │   │       ├── 20110302094828.jpg
│   │           │   │       ├── 20110302094832.jpg
│   │           │   │       ├── 20110302094837.jpg
│   │           │   │       ├── 20110302094859.jpg
│   │           │   │       ├── 20110302095042.jpg
│   │           │   │       ├── 20110329015702.jpg
│   │           │   │       ├── 20110329015713.jpg
│   │           │   │       ├── 20110329015714.jpg
│   │           │   │       ├── 20110329015926.jpg
│   │           │   │       ├── 帮助.jpg
│   │           │   │       ├── 基本档案.jpg
│   │           │   │       ├── 查询统计.jpg
│   │           │   │       ├── 系统维护.jpg
│   │           │   │       ├── 货物管理.jpg
│   │           │   │       └── 库存管理系统登录界面白背景.jpg
│   │           │   ├── LookandSum
│   │           │   │   ├── frmBGLook.Designer.cs
│   │           │   │   ├── frmBGLook.cs
│   │           │   │   ├── frmBGLook.resx
│   │           │   │   ├── frmGILook.Designer.cs
│   │           │   │   ├── frmGILook.cs
│   │           │   │   ├── frmGILook.resx
│   │           │   │   ├── frmIOSMSum.Designer.cs
│   │           │   │   ├── frmIOSMSum.cs
│   │           │   │   ├── frmIOSMSum.resx
│   │           │   │   ├── frmIOSYSum.Designer.cs
│   │           │   │   ├── frmIOSYSum.cs
│   │           │   │   ├── frmIOSYSum.resx
│   │           │   │   ├── frmISLook.Designer.cs
│   │           │   │   ├── frmISLook.cs
│   │           │   │   ├── frmISLook.resx
│   │           │   │   ├── frmOSLook.Designer.cs
│   │           │   │   ├── frmOSLook.cs
│   │           │   │   ├── frmOSLook.resx
│   │           │   │   ├── frmRGLook.Designer.cs
│   │           │   │   ├── frmRGLook.cs
│   │           │   │   ├── frmRGLook.resx
│   │           │   │   ├── frmWGLook.Designer.cs
│   │           │   │   ├── frmWGLook.cs
│   │           │   │   └── frmWGLook.resx
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── SMS.csproj
│   │           │   ├── SMS.csproj.user
│   │           │   ├── SysManage
│   │           │   │   ├── frmDataCut.Designer.cs
│   │           │   │   ├── frmDataCut.cs
│   │           │   │   ├── frmDataCut.resx
│   │           │   │   ├── frmDataRevert.Designer.cs
│   │           │   │   ├── frmDataRevert.cs
│   │           │   │   ├── frmDataRevert.resx
│   │           │   │   ├── frmDataStore.Designer.cs
│   │           │   │   ├── frmDataStore.cs
│   │           │   │   └── frmDataStore.resx
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── AboutUs.txt
│   │           │   │       ├── SMS.exe
│   │           │   │       ├── SMS.pdb
│   │           │   │       ├── SMS.vshost.exe
│   │           │   │       └── SMS.vshost.exe.manifest
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── SMS.BasicInfo.frmGoodsInfo.resources
│   │           │           ├── SMS.BasicInfo.frmPrInfo.resources
│   │           │           ├── SMS.BasicInfo.frmStoreInfo.resources
│   │           │           ├── SMS.GoodsManage.frmBGManage.resources
│   │           │           ├── SMS.GoodsManage.frmCKManage.resources
│   │           │           ├── SMS.GoodsManage.frmISManage.resources
│   │           │           ├── SMS.GoodsManage.frmOSManage.resources
│   │           │           ├── SMS.GoodsManage.frmRGManage.resources
│   │           │           ├── SMS.Help.frmAboutUs.resources
│   │           │           ├── SMS.Help.frmEditPwd.resources
│   │           │           ├── SMS.Help.frmRightManage.resources
│   │           │           ├── SMS.Help.frmUserManage.resources
│   │           │           ├── SMS.LookandSum.frmBGLook.resources
│   │           │           ├── SMS.LookandSum.frmGILook.resources
│   │           │           ├── SMS.LookandSum.frmIOSMSum.resources
│   │           │           ├── SMS.LookandSum.frmIOSYSum.resources
│   │           │           ├── SMS.LookandSum.frmISLook.resources
│   │           │           ├── SMS.LookandSum.frmOSLook.resources
│   │           │           ├── SMS.LookandSum.frmRGLook.resources
│   │           │           ├── SMS.LookandSum.frmWGLook.resources
│   │           │           ├── SMS.Properties.Resources.resources
│   │           │           ├── SMS.SysManage.frmDataCut.resources
│   │           │           ├── SMS.SysManage.frmDataRevert.resources
│   │           │           ├── SMS.SysManage.frmDataStore.resources
│   │           │           ├── SMS.csproj.FileListAbsolute.txt
│   │           │           ├── SMS.csproj.GenerateResource.Cache
│   │           │           ├── SMS.exe
│   │           │           ├── SMS.frmLogin.resources
│   │           │           ├── SMS.frmMain.resources
│   │           │           ├── SMS.pdb
│   │           │           └── TempPE
│   │           ├── SMS.sln
│   │           ├── SMS.suo
│   │           └── 程序使用说明.doc
│   ├── 10
│   │   └── 人事工资管理系统
│   │       ├── PMS
│   │       │   ├── PMS
│   │       │   │   ├── Backup
│   │       │   │   │   └── PMS.bak
│   │       │   │   ├── CrystalReport
│   │       │   │   │   ├── UserCheck.cs
│   │       │   │   │   ├── UserCheck.rpt
│   │       │   │   │   ├── UserInfo.cs
│   │       │   │   │   ├── UserInfo.rpt
│   │       │   │   │   ├── UserPay.cs
│   │       │   │   │   ├── UserPay.rpt
│   │       │   │   │   ├── UserPrize.cs
│   │       │   │   │   ├── UserPrize.rpt
│   │       │   │   │   ├── UserRedeploy.cs
│   │       │   │   │   └── UserRedeploy.rpt
│   │       │   │   ├── DataBase
│   │       │   │   │   ├── db_PMS_Data.MDF
│   │       │   │   │   └── db_PMS_Log.LDF
│   │       │   │   ├── PMS.csproj
│   │       │   │   ├── PMS.csproj.user
│   │       │   │   ├── PMSClass
│   │       │   │   │   ├── DBConnection.cs
│   │       │   │   │   └── DBOperate.cs
│   │       │   │   ├── PMSImage
│   │       │   │   │   ├── default.jpg
│   │       │   │   │   ├── house.ico
│   │       │   │   │   ├── login.jpg
│   │       │   │   │   ├── main1.jpg
│   │       │   │   │   ├── people.ico
│   │       │   │   │   ├── 查询.bmp
│   │       │   │   │   ├── 保存.ico
│   │       │   │   │   ├── 修改.ico
│   │       │   │   │   ├── 删除.ico
│   │       │   │   │   ├── 添加.ico
│   │       │   │   │   ├── 退出.ico
│   │       │   │   │   ├── 打印.png
│   │       │   │   │   ├── 出勤管理.ico
│   │       │   │   │   ├── 用户管理.ico
│   │       │   │   │   ├── 修改口令.png
│   │       │   │   │   ├── 奖罚管理.png
│   │       │   │   │   ├── 工资总结.png
│   │       │   │   │   ├── 工资管理.png
│   │       │   │   │   ├── 数据备份.png
│   │       │   │   │   ├── 档案管理.png
│   │       │   │   │   ├── 系统管理.png
│   │       │   │   │   ├── 考勤津贴.png
│   │       │   │   │   ├── 考评管理.png
│   │       │   │   │   ├── 调动管理.png
│   │       │   │   │   ├── 部门管理.png
│   │       │   │   │   ├── 操作员管理.png
│   │       │   │   │   ├── 更改操作员.png
│   │       │   │   │   └── 人事工资管理系统.ico
│   │       │   │   ├── PrintForm
│   │       │   │   │   ├── frmPrizePrint.Designer.cs
│   │       │   │   │   ├── frmPrizePrint.cs
│   │       │   │   │   ├── frmPrizePrint.resx
│   │       │   │   │   ├── frmRedeployPrint.Designer.cs
│   │       │   │   │   ├── frmRedeployPrint.cs
│   │       │   │   │   ├── frmRedeployPrint.resx
│   │       │   │   │   ├── frmUserCheckPrint.Designer.cs
│   │       │   │   │   ├── frmUserCheckPrint.cs
│   │       │   │   │   ├── frmUserCheckPrint.resx
│   │       │   │   │   ├── frmUserPayPrint.Designer.cs
│   │       │   │   │   ├── frmUserPayPrint.cs
│   │       │   │   │   ├── frmUserPayPrint.resx
│   │       │   │   │   ├── frmUserPrint.Designer.cs
│   │       │   │   │   ├── frmUserPrint.cs
│   │       │   │   │   └── frmUserPrint.resx
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   └── Settings.settings
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── PMS.exe
│   │       │   │   │       ├── PMS.pdb
│   │       │   │   │       ├── PMS.vshost.exe
│   │       │   │   │       └── PMS.vshost.exe.manifest
│   │       │   │   ├── frmAddDep.Designer.cs
│   │       │   │   ├── frmAddDep.cs
│   │       │   │   ├── frmAddDep.resx
│   │       │   │   ├── frmAddEmployee.Designer.cs
│   │       │   │   ├── frmAddEmployee.cs
│   │       │   │   ├── frmAddEmployee.resx
│   │       │   │   ├── frmAddUserCheck.Designer.cs
│   │       │   │   ├── frmAddUserCheck.cs
│   │       │   │   ├── frmAddUserCheck.resx
│   │       │   │   ├── frmAddUserRedeploy.Designer.cs
│   │       │   │   ├── frmAddUserRedeploy.cs
│   │       │   │   ├── frmAddUserRedeploy.resx
│   │       │   │   ├── frmChangeDep.Designer.cs
│   │       │   │   ├── frmChangeDep.cs
│   │       │   │   ├── frmChangeDep.resx
│   │       │   │   ├── frmChangePrize.Designer.cs
│   │       │   │   ├── frmChangePrize.cs
│   │       │   │   ├── frmChangePrize.resx
│   │       │   │   ├── frmChangePwd.Designer.cs
│   │       │   │   ├── frmChangePwd.cs
│   │       │   │   ├── frmChangePwd.resx
│   │       │   │   ├── frmChangeUser.Designer.cs
│   │       │   │   ├── frmChangeUser.cs
│   │       │   │   ├── frmChangeUser.resx
│   │       │   │   ├── frmChangeUserRedeploy.Designer.cs
│   │       │   │   ├── frmChangeUserRedeploy.cs
│   │       │   │   ├── frmChangeUserRedeploy.resx
│   │       │   │   ├── frmDataBackup.Designer.cs
│   │       │   │   ├── frmDataBackup.cs
│   │       │   │   ├── frmDataBackup.resx
│   │       │   │   ├── frmDepManager.Designer.cs
│   │       │   │   ├── frmDepManager.cs
│   │       │   │   ├── frmDepManager.resx
│   │       │   │   ├── frmEmployee.Designer.cs
│   │       │   │   ├── frmEmployee.cs
│   │       │   │   ├── frmEmployee.resx
│   │       │   │   ├── frmEmployeeInfo.Designer.cs
│   │       │   │   ├── frmEmployeeInfo.cs
│   │       │   │   ├── frmEmployeeInfo.resx
│   │       │   │   ├── frmJFmanage.Designer.cs
│   │       │   │   ├── frmJFmanage.cs
│   │       │   │   ├── frmJFmanage.resx
│   │       │   │   ├── frmLogin.Designer.cs
│   │       │   │   ├── frmLogin.cs
│   │       │   │   ├── frmLogin.resx
│   │       │   │   ├── frmMain.Designer.cs
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   ├── frmOperator.Designer.cs
│   │       │   │   ├── frmOperator.cs
│   │       │   │   ├── frmOperator.resx
│   │       │   │   ├── frmUserCheck.Designer.cs
│   │       │   │   ├── frmUserCheck.cs
│   │       │   │   ├── frmUserCheck.resx
│   │       │   │   ├── frmUserCheckChange.Designer.cs
│   │       │   │   ├── frmUserCheckChange.cs
│   │       │   │   ├── frmUserCheckChange.resx
│   │       │   │   ├── frmUserKqManage.Designer.cs
│   │       │   │   ├── frmUserKqManage.cs
│   │       │   │   ├── frmUserKqManage.resx
│   │       │   │   ├── frmUserPay.Designer.cs
│   │       │   │   ├── frmUserPay.cs
│   │       │   │   ├── frmUserPay.resx
│   │       │   │   ├── frmUserPrize.Designer.cs
│   │       │   │   ├── frmUserPrize.cs
│   │       │   │   ├── frmUserPrize.resx
│   │       │   │   ├── frmUserRedeploy.Designer.cs
│   │       │   │   ├── frmUserRedeploy.cs
│   │       │   │   ├── frmUserRedeploy.resx
│   │       │   │   └── obj
│   │       │   │       ├── Debug
│   │       │   │       │   ├── PMS.CrystalReport.UserCheck.rpt
│   │       │   │       │   ├── PMS.CrystalReport.UserInfo.rpt
│   │       │   │       │   ├── PMS.CrystalReport.UserPay.rpt
│   │       │   │       │   ├── PMS.CrystalReport.UserPrize.rpt
│   │       │   │       │   ├── PMS.CrystalReport.UserRedeploy.rpt
│   │       │   │       │   ├── PMS.PrintForm.frmPrizePrint.resources
│   │       │   │       │   ├── PMS.PrintForm.frmRedeployPrint.resources
│   │       │   │       │   ├── PMS.PrintForm.frmUserCheckPrint.resources
│   │       │   │       │   ├── PMS.PrintForm.frmUserPayPrint.resources
│   │       │   │       │   ├── PMS.PrintForm.frmUserPrint.resources
│   │       │   │       │   ├── PMS.Properties.Resources.resources
│   │       │   │       │   ├── PMS.csproj.FileListAbsolute.txt
│   │       │   │       │   ├── PMS.csproj.GenerateResource.Cache
│   │       │   │       │   ├── PMS.exe
│   │       │   │       │   ├── PMS.frmAddDep.resources
│   │       │   │       │   ├── PMS.frmAddEmployee.resources
│   │       │   │       │   ├── PMS.frmAddUserCheck.resources
│   │       │   │       │   ├── PMS.frmAddUserRedeploy.resources
│   │       │   │       │   ├── PMS.frmChangeDep.resources
│   │       │   │       │   ├── PMS.frmChangePrize.resources
│   │       │   │       │   ├── PMS.frmChangePwd.resources
│   │       │   │       │   ├── PMS.frmChangeUser.resources
│   │       │   │       │   ├── PMS.frmChangeUserRedeploy.resources
│   │       │   │       │   ├── PMS.frmDataBackup.resources
│   │       │   │       │   ├── PMS.frmDepManager.resources
│   │       │   │       │   ├── PMS.frmEmployee.resources
│   │       │   │       │   ├── PMS.frmEmployeeInfo.resources
│   │       │   │       │   ├── PMS.frmJFmanage.resources
│   │       │   │       │   ├── PMS.frmLogin.resources
│   │       │   │       │   ├── PMS.frmMain.resources
│   │       │   │       │   ├── PMS.frmOperator.resources
│   │       │   │       │   ├── PMS.frmUserCheck.resources
│   │       │   │       │   ├── PMS.frmUserCheckChange.resources
│   │       │   │       │   ├── PMS.frmUserKqManage.resources
│   │       │   │       │   ├── PMS.frmUserPay.resources
│   │       │   │       │   ├── PMS.frmUserPrize.resources
│   │       │   │       │   ├── PMS.frmUserRedeploy.resources
│   │       │   │       │   ├── PMS.pdb
│   │       │   │       │   ├── Refactor
│   │       │   │       │   └── TempPE
│   │       │   │       │       ├── CrystalReport.CrystalReport1.cs.dll
│   │       │   │       │       ├── CrystalReport.UserCheck.cs.dll
│   │       │   │       │       ├── CrystalReport.UserInfo.cs.dll
│   │       │   │       │       ├── CrystalReport.UserPay.cs.dll
│   │       │   │       │       ├── CrystalReport.UserPrize.cs.dll
│   │       │   │       │       ├── CrystalReport.UserRedeploy.cs.dll
│   │       │   │       │       ├── NewFolder1.CrystalReport1.cs.dll
│   │       │   │       │       └── Properties.Resources.Designer.cs.dll
│   │       │   │       └── PMS.csproj.FileList.txt
│   │       │   ├── PMS.sln
│   │       │   └── PMS.suo
│   │       └── 程序使用说明书.doc
│   ├── 11
│   │   └── 资产评估管理系统
│   │       └── EquipmentMS
│   │           ├── EquipmentMS
│   │           │   ├── BaseClass
│   │           │   │   ├── DataBase.cs
│   │           │   │   └── Operation.cs
│   │           │   ├── BaseInfo
│   │           │   │   ├── frmBaseInfo.Designer.cs
│   │           │   │   ├── frmBaseInfo.cs
│   │           │   │   ├── frmBaseInfo.resx
│   │           │   │   ├── frmBaseNumber.Designer.cs
│   │           │   │   ├── frmBaseNumber.cs
│   │           │   │   ├── frmBaseNumber.resx
│   │           │   │   ├── frmBaseSort.Designer.cs
│   │           │   │   ├── frmBaseSort.cs
│   │           │   │   ├── frmBaseSort.resx
│   │           │   │   ├── frmDataGridViewSetVisible.Designer.cs
│   │           │   │   ├── frmDataGridViewSetVisible.cs
│   │           │   │   └── frmDataGridViewSetVisible.resx
│   │           │   ├── DataBase
│   │           │   │   ├── db_EquipmentMS_Data.MDF
│   │           │   │   └── db_EquipmentMS_log.LDF
│   │           │   ├── DataManage
│   │           │   │   ├── frmBakDataBase.Designer.cs
│   │           │   │   ├── frmBakDataBase.cs
│   │           │   │   ├── frmBakDataBase.resx
│   │           │   │   ├── frmNewSystem.Designer.cs
│   │           │   │   ├── frmNewSystem.cs
│   │           │   │   └── frmNewSystem.resx
│   │           │   ├── Equipment
│   │           │   │   ├── frmEquimentSum.Designer.cs
│   │           │   │   ├── frmEquimentSum.cs
│   │           │   │   ├── frmEquimentSum.resx
│   │           │   │   ├── frmEquipmentClear.Designer.cs
│   │           │   │   ├── frmEquipmentClear.cs
│   │           │   │   ├── frmEquipmentClear.resx
│   │           │   │   ├── frmEquipmentClearFind.Designer.cs
│   │           │   │   ├── frmEquipmentClearFind.cs
│   │           │   │   ├── frmEquipmentClearFind.resx
│   │           │   │   ├── frmEquipmentInsert.Designer.cs
│   │           │   │   ├── frmEquipmentInsert.cs
│   │           │   │   ├── frmEquipmentInsert.resx
│   │           │   │   ├── frmEquipmentUpdate.Designer.cs
│   │           │   │   ├── frmEquipmentUpdate.cs
│   │           │   │   └── frmEquipmentUpdate.resx
│   │           │   ├── EquipmentMS.csproj
│   │           │   ├── EquipmentMS.csproj.user
│   │           │   ├── ICON
│   │           │   │   ├── 01.png
│   │           │   │   ├── 1.png
│   │           │   │   ├── 2.png
│   │           │   │   ├── 42.ico
│   │           │   │   ├── 刷新.png
│   │           │   │   ├── 查询.png
│   │           │   │   ├── 注销.png
│   │           │   │   ├── 退出.png
│   │           │   │   ├── 基本资料.png
│   │           │   │   ├── 资产分类.png
│   │           │   │   ├── 资产增加.png
│   │           │   │   ├── 资产更新.png
│   │           │   │   ├── 资产清理.png
│   │           │   │   ├── 资产类别.png
│   │           │   │   ├── 资产折旧核算.png
│   │           │   │   └── 数据库备份与恢复.png
│   │           │   ├── IMAGES
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── SystemSet
│   │           │   │   ├── frmUnits.Designer.cs
│   │           │   │   ├── frmUnits.cs
│   │           │   │   ├── frmUnits.resx
│   │           │   │   ├── frmUser.Designer.cs
│   │           │   │   ├── frmUser.cs
│   │           │   │   └── frmUser.resx
│   │           │   ├── bakDataBase
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── EquipmentMS.exe
│   │           │   │       ├── EquipmentMS.pdb
│   │           │   │       ├── EquipmentMS.vshost.exe
│   │           │   │       ├── Interop.Excel.dll
│   │           │   │       ├── Interop.Office.dll
│   │           │   │       └── Interop.VBIDE.dll
│   │           │   ├── exe.ico
│   │           │   ├── frmLogin.Designer.cs
│   │           │   ├── frmLogin.cs
│   │           │   ├── frmLogin.resx
│   │           │   ├── frmMain.Designer.cs
│   │           │   ├── frmMain.cs
│   │           │   ├── frmMain.resx
│   │           │   └── obj
│   │           │       ├── Debug
│   │           │       │   ├── EquipmentMS.BaseInfo.frmBaseInfo.resources
│   │           │       │   ├── EquipmentMS.BaseInfo.frmBaseNumber.resources
│   │           │       │   ├── EquipmentMS.BaseInfo.frmBaseSort.resources
│   │           │       │   ├── EquipmentMS.BaseInfo.frmDataGridViewSetVisible.resources
│   │           │       │   ├── EquipmentMS.DataManage.frmBakDataBase.resources
│   │           │       │   ├── EquipmentMS.DataManage.frmNewSystem.resources
│   │           │       │   ├── EquipmentMS.Equipment.frmEquimentSum.resources
│   │           │       │   ├── EquipmentMS.Equipment.frmEquipmentClear.resources
│   │           │       │   ├── EquipmentMS.Equipment.frmEquipmentClearFind.resources
│   │           │       │   ├── EquipmentMS.Equipment.frmEquipmentInsert.resources
│   │           │       │   ├── EquipmentMS.Equipment.frmEquipmentUpdate.resources
│   │           │       │   ├── EquipmentMS.Properties.Resources.resources
│   │           │       │   ├── EquipmentMS.SystemSet.frmUnits.resources
│   │           │       │   ├── EquipmentMS.SystemSet.frmUser.resources
│   │           │       │   ├── EquipmentMS.csproj.GenerateResource.Cache
│   │           │       │   ├── EquipmentMS.csproj.ResolveComReference.cache
│   │           │       │   ├── EquipmentMS.exe
│   │           │       │   ├── EquipmentMS.frmLogin.resources
│   │           │       │   ├── EquipmentMS.frmMain.resources
│   │           │       │   ├── EquipmentMS.pdb
│   │           │       │   ├── Interop.Excel.dll
│   │           │       │   ├── Interop.Office.dll
│   │           │       │   ├── Interop.VBIDE.dll
│   │           │       │   ├── Refactor
│   │           │       │   └── TempPE
│   │           │       └── EquipmentMS.csproj.FileList.txt
│   │           ├── EquipmentMS.sln
│   │           ├── EquipmentMS.suo
│   │           └── 程序使用说明书.doc
│   ├── 12
│   │   └── 企业人事管理系统
│   │       └── PWMS
│   │           ├── PWMS
│   │           │   ├── DataClass
│   │           │   │   └── MyMeans.cs
│   │           │   ├── Database
│   │           │   │   ├── db_PWMS.mdf
│   │           │   │   └── db_PWMS_log.ldf
│   │           │   ├── 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
│   │           │   ├── 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
│   │           │   ├── PWMS.csproj
│   │           │   ├── 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_User.cs
│   │           │   │   ├── F_User.designer.cs
│   │           │   │   ├── F_User.resx
│   │           │   │   ├── F_UserAdd.cs
│   │           │   │   ├── F_UserAdd.designer.cs
│   │           │   │   ├── F_UserAdd.resx
│   │           │   │   ├── F_UserPope.cs
│   │           │   │   ├── F_UserPope.designer.cs
│   │           │   │   ├── F_UserPope.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
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── Interop.Microsoft.Office.Core.dll
│   │           │   │       ├── Interop.Office.dll
│   │           │   │       ├── Interop.VBIDE.dll
│   │           │   │       ├── Interop.Word.dll
│   │           │   │       ├── PWMS.exe
│   │           │   │       ├── PWMS.pdb
│   │           │   │       ├── PWMS.vshost.exe
│   │           │   │       ├── PWMS.vshost.exe.manifest
│   │           │   │       ├── bar
│   │           │   │       │   ├── 20110330144110.bak
│   │           │   │       │   └── 20110330144455.bak
│   │           │   │       └── 程序使用说明.doc
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── Interop.Microsoft.Office.Core.dll
│   │           │           ├── Interop.Microsoft.Office.Interop.Word.dll
│   │           │           ├── Interop.Office.dll
│   │           │           ├── Interop.VBIDE.dll
│   │           │           ├── Interop.Word.dll
│   │           │           ├── 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_User.resources
│   │           │           ├── PWMS.PerForm.F_UserAdd.resources
│   │           │           ├── PWMS.PerForm.F_UserPope.resources
│   │           │           ├── PWMS.PerForm.F_WordPad.resources
│   │           │           ├── PWMS.Properties.Resources.resources
│   │           │           ├── PWMS.csproj.FileListAbsolute.txt
│   │           │           ├── PWMS.csproj.GenerateResource.Cache
│   │           │           ├── PWMS.csproj.ResolveComReference.cache
│   │           │           ├── PWMS.exe
│   │           │           ├── PWMS.pdb
│   │           │           └── TempPE
│   │           ├── PWMS.sln
│   │           ├── PWMS.suo
│   │           └── 程序使用说明.doc
│   ├── 13
│   │   └── 人力资源管理系统
│   │       ├── HRP
│   │       │   ├── HRP
│   │       │   │   ├── BaseClass
│   │       │   │   │   ├── BaseClass.cs
│   │       │   │   │   ├── PersonnelClass.cs
│   │       │   │   │   ├── SqlClass.cs
│   │       │   │   │   ├── UserClass.cs
│   │       │   │   │   ├── WageClass.cs
│   │       │   │   │   └── WageSetupClass.cs
│   │       │   │   ├── BaseInfo
│   │       │   │   │   ├── frmBase.Designer.cs
│   │       │   │   │   ├── frmBase.cs
│   │       │   │   │   ├── frmBase.resx
│   │       │   │   │   ├── frmDept.Designer.cs
│   │       │   │   │   ├── frmDept.cs
│   │       │   │   │   └── frmDept.resx
│   │       │   │   ├── Database
│   │       │   │   │   ├── db_HRP.mdf
│   │       │   │   │   └── db_HRP_log.ldf
│   │       │   │   ├── HRP.csproj
│   │       │   │   ├── HRP.csproj.user
│   │       │   │   ├── Image
│   │       │   │   │   ├── 修改.gif
│   │       │   │   │   ├── 全部.gif
│   │       │   │   │   ├── 删除.gif
│   │       │   │   │   ├── 取消.gif
│   │       │   │   │   ├── 打印.gif
│   │       │   │   │   ├── 查询.gif
│   │       │   │   │   ├── 确认.gif
│   │       │   │   │   ├── 退出.gif
│   │       │   │   │   ├── 添加同级.gif
│   │       │   │   │   ├── 添加子级.gif
│   │       │   │   │   ├── 人力资源管理系统主界面.jpg
│   │       │   │   │   └── 人力资源管理系统登录界面.jpg
│   │       │   │   ├── Personnel
│   │       │   │   │   ├── crtPersonel.cs
│   │       │   │   │   ├── crtPersonel.rpt
│   │       │   │   │   ├── dsPersonel.Designer.cs
│   │       │   │   │   ├── dsPersonel.xsc
│   │       │   │   │   ├── dsPersonel.xsd
│   │       │   │   │   ├── dsPersonel.xss
│   │       │   │   │   ├── frmEmployeeRemoveOpen.Designer.cs
│   │       │   │   │   ├── frmEmployeeRemoveOpen.cs
│   │       │   │   │   ├── frmEmployeeRemoveOpen.resx
│   │       │   │   │   ├── frmEmplpyeeRemove.Designer.cs
│   │       │   │   │   ├── frmEmplpyeeRemove.cs
│   │       │   │   │   ├── frmEmplpyeeRemove.resx
│   │       │   │   │   ├── frmPactAdd.Designer.cs
│   │       │   │   │   ├── frmPactAdd.cs
│   │       │   │   │   ├── frmPactAdd.resx
│   │       │   │   │   ├── frmPactEdit.Designer.cs
│   │       │   │   │   ├── frmPactEdit.cs
│   │       │   │   │   ├── frmPactEdit.resx
│   │       │   │   │   ├── frmPactEmployee.Designer.cs
│   │       │   │   │   ├── frmPactEmployee.cs
│   │       │   │   │   ├── frmPactEmployee.resx
│   │       │   │   │   ├── frmPactManage.Designer.cs
│   │       │   │   │   ├── frmPactManage.cs
│   │       │   │   │   ├── frmPactManage.resx
│   │       │   │   │   ├── frmPersonelInfo.Designer.cs
│   │       │   │   │   ├── frmPersonelInfo.cs
│   │       │   │   │   ├── frmPersonelInfo.resx
│   │       │   │   │   ├── frmPersonelPrint.Designer.cs
│   │       │   │   │   ├── frmPersonelPrint.cs
│   │       │   │   │   └── frmPersonelPrint.resx
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   ├── Settings.settings
│   │       │   │   │   └── app.manifest
│   │       │   │   ├── Resources
│   │       │   │   │   ├── 修改.gif
│   │       │   │   │   ├── 全部.gif
│   │       │   │   │   ├── 删除.gif
│   │       │   │   │   ├── 取消.gif
│   │       │   │   │   ├── 打印.gif
│   │       │   │   │   ├── 查询.gif
│   │       │   │   │   ├── 确认.gif
│   │       │   │   │   ├── 退出.gif
│   │       │   │   │   ├── 确认1.gif
│   │       │   │   │   ├── 添加同级.gif
│   │       │   │   │   └── 添加子级.gif
│   │       │   │   ├── UserManage
│   │       │   │   │   ├── frmUserAdd.Designer.cs
│   │       │   │   │   ├── frmUserAdd.cs
│   │       │   │   │   ├── frmUserAdd.resx
│   │       │   │   │   ├── frmUserEdit.Designer.cs
│   │       │   │   │   ├── frmUserEdit.cs
│   │       │   │   │   ├── frmUserEdit.resx
│   │       │   │   │   ├── frmUserManage.Designer.cs
│   │       │   │   │   ├── frmUserManage.cs
│   │       │   │   │   └── frmUserManage.resx
│   │       │   │   ├── Wage
│   │       │   │   │   ├── crtWage.cs
│   │       │   │   │   ├── crtWage.rpt
│   │       │   │   │   ├── dsWage.Designer.cs
│   │       │   │   │   ├── dsWage.cs
│   │       │   │   │   ├── dsWage.xsc
│   │       │   │   │   ├── dsWage.xsd
│   │       │   │   │   ├── dsWage.xss
│   │       │   │   │   ├── frmAttendance.Designer.cs
│   │       │   │   │   ├── frmAttendance.cs
│   │       │   │   │   ├── frmAttendance.resx
│   │       │   │   │   ├── frmHortation.Designer.cs
│   │       │   │   │   ├── frmHortation.cs
│   │       │   │   │   ├── frmHortation.resx
│   │       │   │   │   ├── frmHortationAdd.Designer.cs
│   │       │   │   │   ├── frmHortationAdd.cs
│   │       │   │   │   ├── frmHortationAdd.resx
│   │       │   │   │   ├── frmHortationEdit.Designer.cs
│   │       │   │   │   ├── frmHortationEdit.cs
│   │       │   │   │   ├── frmHortationEdit.resx
│   │       │   │   │   ├── frmWage.Designer.cs
│   │       │   │   │   ├── frmWage.cs
│   │       │   │   │   ├── frmWage.resx
│   │       │   │   │   ├── frmWageAdd.Designer.cs
│   │       │   │   │   ├── frmWageAdd.cs
│   │       │   │   │   ├── frmWageAdd.resx
│   │       │   │   │   ├── frmWagePrint.Designer.cs
│   │       │   │   │   ├── frmWagePrint.cs
│   │       │   │   │   └── frmWagePrint.resx
│   │       │   │   ├── WageManage
│   │       │   │   │   ├── frmWage.Designer.cs
│   │       │   │   │   ├── frmWage.cs
│   │       │   │   │   └── frmWage.resx
│   │       │   │   ├── app.config
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── HRP.exe
│   │       │   │   │       ├── HRP.exe.config
│   │       │   │   │       ├── HRP.pdb
│   │       │   │   │       ├── HRP.vshost.application
│   │       │   │   │       ├── HRP.vshost.exe
│   │       │   │   │       ├── HRP.vshost.exe.config
│   │       │   │   │       └── cs
│   │       │   │   │           └── Desktop.ini
│   │       │   │   ├── frmLogin.Designer.cs
│   │       │   │   ├── frmLogin.cs
│   │       │   │   ├── frmLogin.resx
│   │       │   │   ├── frmMain.Designer.cs
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   └── obj
│   │       │   │       ├── Debug
│   │       │   │       │   ├── HRP.BaseInfo.frmBase.resources
│   │       │   │       │   ├── HRP.BaseInfo.frmDept.resources
│   │       │   │       │   ├── HRP.Personnel.crtPersonel.rpt
│   │       │   │       │   ├── HRP.Personnel.frmEmployeeRemoveOpen.resources
│   │       │   │       │   ├── HRP.Personnel.frmEmplpyeeRemove.resources
│   │       │   │       │   ├── HRP.Personnel.frmPactAdd.resources
│   │       │   │       │   ├── HRP.Personnel.frmPactEdit.resources
│   │       │   │       │   ├── HRP.Personnel.frmPactEmployee.resources
│   │       │   │       │   ├── HRP.Personnel.frmPactManage.resources
│   │       │   │       │   ├── HRP.Personnel.frmPersonelInfo.resources
│   │       │   │       │   ├── HRP.Personnel.frmPersonelPrint.resources
│   │       │   │       │   ├── HRP.Properties.Resources.resources
│   │       │   │       │   ├── HRP.UserManage.frmUserAdd.resources
│   │       │   │       │   ├── HRP.UserManage.frmUserEdit.resources
│   │       │   │       │   ├── HRP.UserManage.frmUserManage.resources
│   │       │   │       │   ├── HRP.Wage.crtWage.rpt
│   │       │   │       │   ├── HRP.Wage.frmAttendance.resources
│   │       │   │       │   ├── HRP.Wage.frmHortation.resources
│   │       │   │       │   ├── HRP.Wage.frmHortationAdd.resources
│   │       │   │       │   ├── HRP.Wage.frmHortationEdit.resources
│   │       │   │       │   ├── HRP.Wage.frmWage.resources
│   │       │   │       │   ├── HRP.Wage.frmWageAdd.resources
│   │       │   │       │   ├── HRP.Wage.frmWagePrint.resources
│   │       │   │       │   ├── HRP.csproj.FileListAbsolute.txt
│   │       │   │       │   ├── HRP.csproj.GenerateResource.Cache
│   │       │   │       │   ├── HRP.exe
│   │       │   │       │   ├── HRP.frmLogin.resources
│   │       │   │       │   ├── HRP.frmMain.resources
│   │       │   │       │   ├── HRP.pdb
│   │       │   │       │   ├── Refactor
│   │       │   │       │   ├── ResolveAssemblyReference.cache
│   │       │   │       │   ├── TempPE
│   │       │   │       │   │   ├── CrystalReport1.cs.dll
│   │       │   │       │   │   ├── CrystalReport2.cs.dll
│   │       │   │       │   │   ├── Personnel.crtPersonel.cs.dll
│   │       │   │       │   │   ├── Personnel.dsPersonel.Designer.cs.dll
│   │       │   │       │   │   ├── Properties.Resources.Designer.cs.dll
│   │       │   │       │   │   ├── Wage.DataSet1.Designer.cs.dll
│   │       │   │       │   │   ├── Wage.crtWage.cs.dll
│   │       │   │       │   │   ├── Wage.dsWage.Designer.cs.dll
│   │       │   │       │   │   └── dsWage.Designer.cs.dll
│   │       │   │       │   └── cs
│   │       │   │       └── HRP.csproj.FileList.txt
│   │       │   ├── HRP.sln
│   │       │   └── HRP.suo
│   │       └── 程序使用说明.doc
│   ├── 14
│   │   └── 企业进销存管理系统
│   │       ├── EMS
│   │       │   ├── EMS
│   │       │   │   ├── BaseClass
│   │       │   │   │   ├── BaseInfo.cs
│   │       │   │   │   └── DataBase.cs
│   │       │   │   ├── BaseInfo
│   │       │   │   │   ├── frmEmployee.cs
│   │       │   │   │   ├── frmEmployee.designer.cs
│   │       │   │   │   ├── frmEmployee.resx
│   │       │   │   │   ├── frmStock.cs
│   │       │   │   │   ├── frmStock.designer.cs
│   │       │   │   │   ├── frmStock.resx
│   │       │   │   │   ├── frmUnits.cs
│   │       │   │   │   ├── frmUnits.designer.cs
│   │       │   │   │   └── frmUnits.resx
│   │       │   │   ├── BuyStock
│   │       │   │   │   ├── frmBuyStock.cs
│   │       │   │   │   ├── frmBuyStock.designer.cs
│   │       │   │   │   ├── frmBuyStock.resx
│   │       │   │   │   ├── frmBuyStockAnalyse.cs
│   │       │   │   │   ├── frmBuyStockAnalyse.designer.cs
│   │       │   │   │   ├── frmBuyStockAnalyse.resx
│   │       │   │   │   ├── frmBuyStockSum.cs
│   │       │   │   │   ├── frmBuyStockSum.designer.cs
│   │       │   │   │   ├── frmBuyStockSum.resx
│   │       │   │   │   ├── frmCurrentAccountBook.cs
│   │       │   │   │   ├── frmCurrentAccountBook.designer.cs
│   │       │   │   │   ├── frmCurrentAccountBook.resx
│   │       │   │   │   ├── frmRebuyStock.cs
│   │       │   │   │   ├── frmRebuyStock.designer.cs
│   │       │   │   │   ├── frmRebuyStock.resx
│   │       │   │   │   ├── frmUnitsList.cs
│   │       │   │   │   ├── frmUnitsList.designer.cs
│   │       │   │   │   └── frmUnitsList.resx
│   │       │   │   ├── Database
│   │       │   │   │   ├── db_EMS.mdf
│   │       │   │   │   └── db_EMS_log.ldf
│   │       │   │   ├── EMS.csproj
│   │       │   │   ├── Image
│   │       │   │   │   ├── 企业进销存主窗体.jpg
│   │       │   │   │   └── 企业进销存登录窗体.jpg
│   │       │   │   ├── Program.cs
│   │       │   │   ├── Properties
│   │       │   │   │   ├── AssemblyInfo.cs
│   │       │   │   │   ├── Resources.Designer.cs
│   │       │   │   │   ├── Resources.resx
│   │       │   │   │   ├── Settings.Designer.cs
│   │       │   │   │   └── Settings.settings
│   │       │   │   ├── Resources
│   │       │   │   ├── SaleStock
│   │       │   │   │   ├── frmResellStock.cs
│   │       │   │   │   ├── frmResellStock.designer.cs
│   │       │   │   │   ├── frmResellStock.resx
│   │       │   │   │   ├── frmSellStock.cs
│   │       │   │   │   ├── frmSellStock.designer.cs
│   │       │   │   │   ├── frmSellStock.resx
│   │       │   │   │   ├── frmSellStockCost.cs
│   │       │   │   │   ├── frmSellStockCost.designer.cs
│   │       │   │   │   ├── frmSellStockCost.resx
│   │       │   │   │   ├── frmSellStockDesc.cs
│   │       │   │   │   ├── frmSellStockDesc.designer.cs
│   │       │   │   │   ├── frmSellStockDesc.resx
│   │       │   │   │   ├── frmSellStockDetailed.cs
│   │       │   │   │   ├── frmSellStockDetailed.designer.cs
│   │       │   │   │   ├── frmSellStockDetailed.resx
│   │       │   │   │   ├── frmSellStockStatus.cs
│   │       │   │   │   ├── frmSellStockStatus.designer.cs
│   │       │   │   │   ├── frmSellStockStatus.resx
│   │       │   │   │   ├── frmSellStockSum.cs
│   │       │   │   │   ├── frmSellStockSum.designer.cs
│   │       │   │   │   └── frmSellStockSum.resx
│   │       │   │   ├── SelectDataDialog
│   │       │   │   │   ├── frmSelectDateTime.cs
│   │       │   │   │   ├── frmSelectDateTime.designer.cs
│   │       │   │   │   ├── frmSelectDateTime.resx
│   │       │   │   │   ├── frmSelectHandle.cs
│   │       │   │   │   ├── frmSelectHandle.designer.cs
│   │       │   │   │   ├── frmSelectHandle.resx
│   │       │   │   │   ├── frmSelectOrderby.cs
│   │       │   │   │   ├── frmSelectOrderby.designer.cs
│   │       │   │   │   ├── frmSelectOrderby.resx
│   │       │   │   │   ├── frmSelectStock.cs
│   │       │   │   │   ├── frmSelectStock.designer.cs
│   │       │   │   │   ├── frmSelectStock.resx
│   │       │   │   │   ├── frmSelectUnits.cs
│   │       │   │   │   ├── frmSelectUnits.designer.cs
│   │       │   │   │   ├── frmSelectUnits.resx
│   │       │   │   │   ├── frmSetStockLimit.cs
│   │       │   │   │   ├── frmSetStockLimit.designer.cs
│   │       │   │   │   └── frmSetStockLimit.resx
│   │       │   │   ├── SetSystem
│   │       │   │   │   ├── frmBakup.cs
│   │       │   │   │   ├── frmBakup.designer.cs
│   │       │   │   │   ├── frmBakup.resx
│   │       │   │   │   ├── frmClearTable.cs
│   │       │   │   │   ├── frmClearTable.designer.cs
│   │       │   │   │   ├── frmClearTable.resx
│   │       │   │   │   ├── frmSetOP.cs
│   │       │   │   │   ├── frmSetOP.designer.cs
│   │       │   │   │   ├── frmSetOP.resx
│   │       │   │   │   ├── frmUnits.cs
│   │       │   │   │   ├── frmUnits.designer.cs
│   │       │   │   │   └── frmUnits.resx
│   │       │   │   ├── Stock
│   │       │   │   │   ├── frmCheckStock.cs
│   │       │   │   │   ├── frmCheckStock.designer.cs
│   │       │   │   │   ├── frmCheckStock.resx
│   │       │   │   │   ├── frmLowerLimit.cs
│   │       │   │   │   ├── frmLowerLimit.designer.cs
│   │       │   │   │   ├── frmLowerLimit.resx
│   │       │   │   │   ├── frmStockStatus.cs
│   │       │   │   │   ├── frmStockStatus.designer.cs
│   │       │   │   │   ├── frmStockStatus.resx
│   │       │   │   │   ├── frmUpperLimit.cs
│   │       │   │   │   ├── frmUpperLimit.designer.cs
│   │       │   │   │   └── frmUpperLimit.resx
│   │       │   │   ├── bin
│   │       │   │   │   └── Debug
│   │       │   │   │       ├── EMS.exe
│   │       │   │   │       ├── EMS.pdb
│   │       │   │   │       ├── EMS.vshost.exe
│   │       │   │   │       ├── EMS.vshost.exe.manifest
│   │       │   │   │       └── 系统涉及算法.txt
│   │       │   │   ├── frmLogin.cs
│   │       │   │   ├── frmLogin.designer.cs
│   │       │   │   ├── frmLogin.resx
│   │       │   │   ├── frmMain.cs
│   │       │   │   ├── frmMain.designer.cs
│   │       │   │   ├── frmMain.resx
│   │       │   │   ├── icon
│   │       │   │   │   ├── 001.ico
│   │       │   │   │   ├── 07.ico
│   │       │   │   │   ├── 162.ico
│   │       │   │   │   ├── 170.ico
│   │       │   │   │   ├── 171.ico
│   │       │   │   │   ├── 172.ico
│   │       │   │   │   ├── 23.ico
│   │       │   │   │   ├── 3.ico
│   │       │   │   │   ├── 42.ico
│   │       │   │   │   ├── 44.ico
│   │       │   │   │   ├── 45.ico
│   │       │   │   │   ├── 87.ico
│   │       │   │   │   ├── Close.ico
│   │       │   │   │   ├── add.ico
│   │       │   │   │   ├── backup.ico
│   │       │   │   │   ├── cancle.ico
│   │       │   │   │   ├── check.ico
│   │       │   │   │   ├── close.bmp
│   │       │   │   │   ├── delete.ico
│   │       │   │   │   ├── detailed.ico
│   │       │   │   │   ├── edit.ico
│   │       │   │   │   ├── exit.ico
│   │       │   │   │   ├── find.ico
│   │       │   │   │   ├── h.ico
│   │       │   │   │   ├── help.bmp
│   │       │   │   │   ├── help.ico
│   │       │   │   │   ├── internet.bmp
│   │       │   │   │   ├── internet.ico
│   │       │   │   │   ├── main.ico
│   │       │   │   │   ├── print.ico
│   │       │   │   │   ├── question.ico
│   │       │   │   │   ├── s.ico
│   │       │   │   │   ├── save.ico
│   │       │   │   │   ├── search.ico
│   │       │   │   │   └── z.ico
│   │       │   │   └── obj
│   │       │   │       └── Debug
│   │       │   │           ├── EMS.BaseInfo.frmEmployee.resources
│   │       │   │           ├── EMS.BaseInfo.frmStock.resources
│   │       │   │           ├── EMS.BaseInfo.frmUnits.resources
│   │       │   │           ├── EMS.BuyStock.frmBuyStock.resources
│   │       │   │           ├── EMS.BuyStock.frmBuyStockAnalyse.resources
│   │       │   │           ├── EMS.BuyStock.frmBuyStockSum.resources
│   │       │   │           ├── EMS.BuyStock.frmCurrentAccountBook.resources
│   │       │   │           ├── EMS.BuyStock.frmRebuyStock.resources
│   │       │   │           ├── EMS.BuyStock.frmUnitsList.resources
│   │       │   │           ├── EMS.Properties.Resources.resources
│   │       │   │           ├── EMS.SaleStock.frmResellStock.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStock.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStockCost.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStockDesc.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStockDetailed.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStockStatus.resources
│   │       │   │           ├── EMS.SaleStock.frmSellStockSum.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSelectDateTime.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSelectHandle.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSelectOrderby.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSelectStock.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSelectUnits.resources
│   │       │   │           ├── EMS.SelectDataDialog.frmSetStockLimit.resources
│   │       │   │           ├── EMS.SetSystem.frmBakup.resources
│   │       │   │           ├── EMS.SetSystem.frmClearTable.resources
│   │       │   │           ├── EMS.SetSystem.frmSetOP.resources
│   │       │   │           ├── EMS.SetSystem.frmUnits.resources
│   │       │   │           ├── EMS.Stock.frmCheckStock.resources
│   │       │   │           ├── EMS.Stock.frmLowerLimit.resources
│   │       │   │           ├── EMS.Stock.frmStockStatus.resources
│   │       │   │           ├── EMS.Stock.frmUpperLimit.resources
│   │       │   │           ├── EMS.csproj.FileListAbsolute.txt
│   │       │   │           ├── EMS.csproj.GenerateResource.Cache
│   │       │   │           ├── EMS.exe
│   │       │   │           ├── EMS.frmLogin.resources
│   │       │   │           ├── EMS.frmMain.resources
│   │       │   │           ├── EMS.pdb
│   │       │   │           ├── Refactor
│   │       │   │           └── TempPE
│   │       │   │               └── Properties.Resources.Designer.cs.dll
│   │       │   ├── EMS.sln
│   │       │   └── EMS.suo
│   │       └── 程序使用说明.doc
│   ├── 15
│   │   └── 编程词典销售分析系统
│   │       └── SALE
│   │           ├── SALE
│   │           │   ├── BLL
│   │           │   │   ├── AgentManage
│   │           │   │   │   ├── AgentRecord.cs
│   │           │   │   │   └── DepRegister.cs
│   │           │   │   ├── Other
│   │           │   │   │   └── AppMain.cs
│   │           │   │   ├── SaleManage
│   │           │   │   │   ├── BarterBaseCDRecord.cs
│   │           │   │   │   ├── BarterConsignCDRecord.cs
│   │           │   │   │   ├── RetailBarterBaseBill.cs
│   │           │   │   │   ├── RetailBarterConsignBill.cs
│   │           │   │   │   ├── RetailBarterExchangeBill.cs
│   │           │   │   │   ├── RetailCustomer.cs
│   │           │   │   │   ├── RetailSaleConsignBill.cs
│   │           │   │   │   ├── RetailSaleOrderBill.cs
│   │           │   │   │   ├── RetailSaleTradeBill.cs
│   │           │   │   │   ├── RetailUntreadBaseBill.cs
│   │           │   │   │   ├── RetailUntreadGatherBill.cs
│   │           │   │   │   ├── RetailUntreadRefundBill.cs
│   │           │   │   │   ├── SaleCDRecord.cs
│   │           │   │   │   └── UntreadCDRecord.cs
│   │           │   │   └── SystemSetting
│   │           │   │       ├── AgentLevel.cs
│   │           │   │       ├── Bank.cs
│   │           │   │       ├── ConsignCorp.cs
│   │           │   │       ├── Employee.cs
│   │           │   │       ├── GoodsSeries.cs
│   │           │   │       ├── GoodsType.cs
│   │           │   │       ├── Operator.cs
│   │           │   │       ├── PayType.cs
│   │           │   │       ├── Province.cs
│   │           │   │       └── SysModule.cs
│   │           │   ├── Common
│   │           │   │   ├── ControlBindDataSource.cs
│   │           │   │   ├── GlobalProperty.cs
│   │           │   │   ├── OperFile.cs
│   │           │   │   └── Useful.cs
│   │           │   ├── DAL
│   │           │   │   └── DataLogic.cs
│   │           │   ├── DataBase
│   │           │   │   ├── Sale_Data.MDF
│   │           │   │   └── Sale_Data.ldf
│   │           │   ├── Images
│   │           │   │   ├── AgentManage
│   │           │   │   │   ├── 16代理登记.gif
│   │           │   │   │   ├── 16代理管理.gif
│   │           │   │   │   └── 16代理商档案.gif
│   │           │   │   ├── ChartAnalyse
│   │           │   │   │   ├── 16图表分析.gif
│   │           │   │   │   ├── 16月份间分析.gif
│   │           │   │   │   └── 16某时段分析.gif
│   │           │   │   ├── DataReport
│   │           │   │   │   ├── 16明细表.gif
│   │           │   │   │   ├── 16汇总表.gif
│   │           │   │   │   └── 16数据报表.gif
│   │           │   │   ├── SaleManage
│   │           │   │   │   ├── 16红点.gif
│   │           │   │   │   ├── 16绿点.gif
│   │           │   │   │   ├── 16蓝点.gif
│   │           │   │   │   ├── 16业务管理.gif
│   │           │   │   │   ├── 16换货业务.gif
│   │           │   │   │   ├── 16退货业务.gif
│   │           │   │   │   └── 16销售业务.gif
│   │           │   │   ├── SystemSetting
│   │           │   │   │   ├── 16人员设置.gif
│   │           │   │   │   ├── 16代理级别.gif
│   │           │   │   │   ├── 16修改密码.gif
│   │           │   │   │   ├── 16商品大类.gif
│   │           │   │   │   ├── 16商品系列.gif
│   │           │   │   │   ├── 16基础设置.gif
│   │           │   │   │   ├── 16支付方式.gif
│   │           │   │   │   ├── 16权限设置.gif
│   │           │   │   │   ├── 16物流公司.gif
│   │           │   │   │   ├── 16省市设置.gif
│   │           │   │   │   ├── 16系统设置.gif
│   │           │   │   │   ├── 16银行设置.gif
│   │           │   │   │   ├── 16操作员维护.gif
│   │           │   │   │   └── 16操作员设置.gif
│   │           │   │   ├── other
│   │           │   │   │   ├── 16退出.gif
│   │           │   │   │   ├── 16编程词典销售分析系统.gif
│   │           │   │   │   ├── 16编程词典销售分析系统.ico
│   │           │   │   │   ├── an_03.gif
│   │           │   │   │   ├── an_05.gif
│   │           │   │   │   ├── an_07.gif
│   │           │   │   │   ├── 登录.bmp
│   │           │   │   │   ├── 退出.bmp
│   │           │   │   │   ├── 重置.bmp
│   │           │   │   │   ├── 关闭.gif
│   │           │   │   │   ├── 打开.gif
│   │           │   │   │   ├── 大图c#.bmp
│   │           │   │   │   ├── 登录小样C#.bmp
│   │           │   │   │   ├── 登录背景C#.bmp
│   │           │   │   │   ├── 关闭的文件夹副本.ico
│   │           │   │   │   └── 打开的文件夹副本.ico
│   │           │   │   └── tool
│   │           │   │       ├── Close.ico
│   │           │   │       ├── Query.ico
│   │           │   │       ├── add.ico
│   │           │   │       ├── btnfind.ico
│   │           │   │       ├── cancel.ico
│   │           │   │       ├── change.ico
│   │           │   │       ├── delete.ico
│   │           │   │       ├── exit.ico
│   │           │   │       ├── find.ico
│   │           │   │       └── save.ico
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── SALE.csproj
│   │           │   ├── SALE.csproj.user
│   │           │   ├── UI
│   │           │   │   ├── AgentManage
│   │           │   │   │   ├── FormAgentRecord .Designer.cs
│   │           │   │   │   ├── FormAgentRecord .cs
│   │           │   │   │   ├── FormAgentRecord .resx
│   │           │   │   │   ├── FormAgentRecordInput.Designer.cs
│   │           │   │   │   ├── FormAgentRecordInput.cs
│   │           │   │   │   ├── FormAgentRecordInput.resx
│   │           │   │   │   ├── FormDepRegister.Designer.cs
│   │           │   │   │   ├── FormDepRegister.cs
│   │           │   │   │   ├── FormDepRegister.resx
│   │           │   │   │   ├── FormDepRegisterInput.Designer.cs
│   │           │   │   │   ├── FormDepRegisterInput.cs
│   │           │   │   │   └── FormDepRegisterInput.resx
│   │           │   │   ├── ChartAnalyse
│   │           │   │   │   ├── CryReprot
│   │           │   │   │   │   ├── AllKinds.Designer.cs
│   │           │   │   │   │   ├── AllKinds.cs
│   │           │   │   │   │   ├── AllKinds.xsc
│   │           │   │   │   │   ├── AllKinds.xsd
│   │           │   │   │   │   ├── AllKinds.xss
│   │           │   │   │   │   ├── CryAllkindsSometimeSaleAnalyse.cs
│   │           │   │   │   │   ├── CryAllkindsSometimeSaleAnalyse.rpt
│   │           │   │   │   │   ├── CryDifferentMonthSaleAnalyse.cs
│   │           │   │   │   │   ├── CryDifferentMonthSaleAnalyse.rpt
│   │           │   │   │   │   ├── DifferentMonth.Designer.cs
│   │           │   │   │   │   ├── DifferentMonth.xsc
│   │           │   │   │   │   ├── DifferentMonth.xsd
│   │           │   │   │   │   └── DifferentMonth.xss
│   │           │   │   │   └── WinForm
│   │           │   │   │       ├── FormAllkindsSometimeSaleAnalyse.Designer.cs
│   │           │   │   │       ├── FormAllkindsSometimeSaleAnalyse.cs
│   │           │   │   │       ├── FormAllkindsSometimeSaleAnalyse.resx
│   │           │   │   │       ├── FormDifferentMonthSaleAnalyse.Designer.cs
│   │           │   │   │       ├── FormDifferentMonthSaleAnalyse.cs
│   │           │   │   │       └── FormDifferentMonthSaleAnalyse.resx
│   │           │   │   ├── DataReport
│   │           │   │   │   ├── CryReprot
│   │           │   │   │   │   ├── CryBarterList.cs
│   │           │   │   │   │   ├── CryBarterList.rpt
│   │           │   │   │   │   ├── CryOperationCollect.cs
│   │           │   │   │   │   ├── CryOperationCollect.rpt
│   │           │   │   │   │   ├── CrySaleList.cs
│   │           │   │   │   │   ├── CrySaleList.rpt
│   │           │   │   │   │   ├── CryUntreadList.cs
│   │           │   │   │   │   ├── CryUntreadList.rpt
│   │           │   │   │   │   ├── OperationCollect.Designer.cs
│   │           │   │   │   │   ├── OperationCollect.cs
│   │           │   │   │   │   ├── OperationCollect.xsc
│   │           │   │   │   │   ├── OperationCollect.xsd
│   │           │   │   │   │   └── OperationCollect.xss
│   │           │   │   │   └── WinForm
│   │           │   │   │       ├── FormOperationCollect.Designer.cs
│   │           │   │   │       ├── FormOperationCollect.cs
│   │           │   │   │       ├── FormOperationCollect.resx
│   │           │   │   │       ├── FormOperationList.Designer.cs
│   │           │   │   │       ├── FormOperationList.cs
│   │           │   │   │       └── FormOperationList.resx
│   │           │   │   ├── FormAppMain.Designer.cs
│   │           │   │   ├── FormAppMain.cs
│   │           │   │   ├── FormAppMain.resx
│   │           │   │   ├── FormLogin.Designer.cs
│   │           │   │   ├── FormLogin.cs
│   │           │   │   ├── FormLogin.resx
│   │           │   │   ├── SaleManage
│   │           │   │   │   ├── FormBarterBaseCDRecord.Designer.cs
│   │           │   │   │   ├── FormBarterBaseCDRecord.cs
│   │           │   │   │   ├── FormBarterBaseCDRecord.resx
│   │           │   │   │   ├── FormBarterConsignCDRecord.Designer.cs
│   │           │   │   │   ├── FormBarterConsignCDRecord.cs
│   │           │   │   │   ├── FormBarterConsignCDRecord.resx
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBill.cs
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBill.resx
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBillOther.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBillOther.cs
│   │           │   │   │   ├── FormBrowseRetailBarterBaseBillOther.resx
│   │           │   │   │   ├── FormBrowseRetailBarterConsignBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailBarterConsignBill.cs
│   │           │   │   │   ├── FormBrowseRetailBarterConsignBill.resx
│   │           │   │   │   ├── FormBrowseRetailBarterExchangeBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailBarterExchangeBill.cs
│   │           │   │   │   ├── FormBrowseRetailBarterExchangeBill.resx
│   │           │   │   │   ├── FormBrowseRetailCustomer.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailCustomer.cs
│   │           │   │   │   ├── FormBrowseRetailCustomer.resx
│   │           │   │   │   ├── FormBrowseRetailSaleConsignBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailSaleConsignBill.cs
│   │           │   │   │   ├── FormBrowseRetailSaleConsignBill.resx
│   │           │   │   │   ├── FormBrowseRetailSaleOrderBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailSaleOrderBill.cs
│   │           │   │   │   ├── FormBrowseRetailSaleOrderBill.resx
│   │           │   │   │   ├── FormBrowseRetailSaleTradeBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailSaleTradeBill.cs
│   │           │   │   │   ├── FormBrowseRetailSaleTradeBill.resx
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBill.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBill.resx
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBillOther.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBillOther.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadBaseBillOther.resx
│   │           │   │   │   ├── FormBrowseRetailUntreadGatherBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadGatherBill.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadGatherBill.resx
│   │           │   │   │   ├── FormBrowseRetailUntreadRefundBill.Designer.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadRefundBill.cs
│   │           │   │   │   ├── FormBrowseRetailUntreadRefundBill.resx
│   │           │   │   │   ├── FormRetailBarterBaseBill.Designer.cs
│   │           │   │   │   ├── FormRetailBarterBaseBill.cs
│   │           │   │   │   ├── FormRetailBarterBaseBill.resx
│   │           │   │   │   ├── FormRetailBarterBaseBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailBarterBaseBillInput.cs
│   │           │   │   │   ├── FormRetailBarterBaseBillInput.resx
│   │           │   │   │   ├── FormRetailBarterConsignBill.Designer.cs
│   │           │   │   │   ├── FormRetailBarterConsignBill.cs
│   │           │   │   │   ├── FormRetailBarterConsignBill.resx
│   │           │   │   │   ├── FormRetailBarterConsignBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailBarterConsignBillInput.cs
│   │           │   │   │   ├── FormRetailBarterConsignBillInput.resx
│   │           │   │   │   ├── FormRetailBarterExchangeBill.Designer.cs
│   │           │   │   │   ├── FormRetailBarterExchangeBill.cs
│   │           │   │   │   ├── FormRetailBarterExchangeBill.resx
│   │           │   │   │   ├── FormRetailBarterExchangeBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailBarterExchangeBillInput.cs
│   │           │   │   │   ├── FormRetailBarterExchangeBillInput.resx
│   │           │   │   │   ├── FormRetailSaleBill.Designer.cs
│   │           │   │   │   ├── FormRetailSaleBill.cs
│   │           │   │   │   ├── FormRetailSaleBill.resx
│   │           │   │   │   ├── FormRetailSaleConsignBill.Designer.cs
│   │           │   │   │   ├── FormRetailSaleConsignBill.cs
│   │           │   │   │   ├── FormRetailSaleConsignBill.resx
│   │           │   │   │   ├── FormRetailSaleConsignBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailSaleConsignBillInput.cs
│   │           │   │   │   ├── FormRetailSaleConsignBillInput.resx
│   │           │   │   │   ├── FormRetailSaleOrderBill.Designer.cs
│   │           │   │   │   ├── FormRetailSaleOrderBill.cs
│   │           │   │   │   ├── FormRetailSaleOrderBill.resx
│   │           │   │   │   ├── FormRetailSaleOrderBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailSaleOrderBillInput.cs
│   │           │   │   │   ├── FormRetailSaleOrderBillInput.resx
│   │           │   │   │   ├── FormRetailSaleTradeBill.Designer.cs
│   │           │   │   │   ├── FormRetailSaleTradeBill.cs
│   │           │   │   │   ├── FormRetailSaleTradeBill.resx
│   │           │   │   │   ├── FormRetailSaleTradeBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailSaleTradeBillInput.cs
│   │           │   │   │   ├── FormRetailSaleTradeBillInput.resx
│   │           │   │   │   ├── FormRetailUntreadBaseBill.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadBaseBill.cs
│   │           │   │   │   ├── FormRetailUntreadBaseBill.resx
│   │           │   │   │   ├── FormRetailUntreadBaseBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadBaseBillInput.cs
│   │           │   │   │   ├── FormRetailUntreadBaseBillInput.resx
│   │           │   │   │   ├── FormRetailUntreadGatherBill.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadGatherBill.cs
│   │           │   │   │   ├── FormRetailUntreadGatherBill.resx
│   │           │   │   │   ├── FormRetailUntreadGatherBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadGatherBillInput.cs
│   │           │   │   │   ├── FormRetailUntreadGatherBillInput.resx
│   │           │   │   │   ├── FormRetailUntreadRefundBill.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadRefundBill.cs
│   │           │   │   │   ├── FormRetailUntreadRefundBill.resx
│   │           │   │   │   ├── FormRetailUntreadRefundBillInput.Designer.cs
│   │           │   │   │   ├── FormRetailUntreadRefundBillInput.cs
│   │           │   │   │   ├── FormRetailUntreadRefundBillInput.resx
│   │           │   │   │   ├── FormSaleCDRecord.Designer.cs
│   │           │   │   │   ├── FormSaleCDRecord.cs
│   │           │   │   │   ├── FormSaleCDRecord.resx
│   │           │   │   │   ├── FormUntreadCDRecord.Designer.cs
│   │           │   │   │   ├── FormUntreadCDRecord.cs
│   │           │   │   │   └── FormUntreadCDRecord.resx
│   │           │   │   └── SystemSetting
│   │           │   │       ├── FormAgentLevel.Designer.cs
│   │           │   │       ├── FormAgentLevel.cs
│   │           │   │       ├── FormAgentLevel.resx
│   │           │   │       ├── FormAgentLevelInput.Designer.cs
│   │           │   │       ├── FormAgentLevelInput.cs
│   │           │   │       ├── FormAgentLevelInput.resx
│   │           │   │       ├── FormAmendPassword.Designer.cs
│   │           │   │       ├── FormAmendPassword.cs
│   │           │   │       ├── FormAmendPassword.resx
│   │           │   │       ├── FormBank.Designer.cs
│   │           │   │       ├── FormBank.cs
│   │           │   │       ├── FormBank.resx
│   │           │   │       ├── FormBankInput.Designer.cs
│   │           │   │       ├── FormBankInput.cs
│   │           │   │       ├── FormBankInput.resx
│   │           │   │       ├── FormConsignCorp.Designer.cs
│   │           │   │       ├── FormConsignCorp.cs
│   │           │   │       ├── FormConsignCorp.resx
│   │           │   │       ├── FormConsignCorpInput.Designer.cs
│   │           │   │       ├── FormConsignCorpInput.cs
│   │           │   │       ├── FormConsignCorpInput.resx
│   │           │   │       ├── FormEmployee.Designer.cs
│   │           │   │       ├── FormEmployee.cs
│   │           │   │       ├── FormEmployee.resx
│   │           │   │       ├── FormEmployeeInput.Designer.cs
│   │           │   │       ├── FormEmployeeInput.cs
│   │           │   │       ├── FormEmployeeInput.resx
│   │           │   │       ├── FormGoodsSeries.Designer.cs
│   │           │   │       ├── FormGoodsSeries.cs
│   │           │   │       ├── FormGoodsSeries.resx
│   │           │   │       ├── FormGoodsSeriesInput.Designer.cs
│   │           │   │       ├── FormGoodsSeriesInput.cs
│   │           │   │       ├── FormGoodsSeriesInput.resx
│   │           │   │       ├── FormGoodsType.Designer.cs
│   │           │   │       ├── FormGoodsType.cs
│   │           │   │       ├── FormGoodsType.resx
│   │           │   │       ├── FormGoodsTypeInput.Designer.cs
│   │           │   │       ├── FormGoodsTypeInput.cs
│   │           │   │       ├── FormGoodsTypeInput.resx
│   │           │   │       ├── FormOperator.Designer.cs
│   │           │   │       ├── FormOperator.cs
│   │           │   │       ├── FormOperator.resx
│   │           │   │       ├── FormOperatorInput.Designer.cs
│   │           │   │       ├── FormOperatorInput.cs
│   │           │   │       ├── FormOperatorInput.resx
│   │           │   │       ├── FormPayType.Designer.cs
│   │           │   │       ├── FormPayType.cs
│   │           │   │       ├── FormPayType.resx
│   │           │   │       ├── FormPayTypeInput.Designer.cs
│   │           │   │       ├── FormPayTypeInput.cs
│   │           │   │       ├── FormPayTypeInput.resx
│   │           │   │       ├── FormProvince.Designer.cs
│   │           │   │       ├── FormProvince.cs
│   │           │   │       ├── FormProvince.resx
│   │           │   │       ├── FormProvinceInput.Designer.cs
│   │           │   │       ├── FormProvinceInput.cs
│   │           │   │       ├── FormProvinceInput.resx
│   │           │   │       ├── FormPurviewAssign.Designer.cs
│   │           │   │       ├── FormPurviewAssign.cs
│   │           │   │       └── FormPurviewAssign.resx
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── SALE.exe
│   │           │   │       ├── SALE.ini
│   │           │   │       ├── SALE.pdb
│   │           │   │       ├── SALE.vshost.exe
│   │           │   │       └── SALE.vshost.exe.manifest
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── Refactor
│   │           │           ├── ResolveAssemblyReference.cache
│   │           │           ├── SALE.Properties.Resources.resources
│   │           │           ├── SALE.UI.AgentManage.FormAgentRecord.resources
│   │           │           ├── SALE.UI.AgentManage.FormAgentRecordInput.resources
│   │           │           ├── SALE.UI.AgentManage.FormDepRegister.resources
│   │           │           ├── SALE.UI.AgentManage.FormDepRegisterInput.resources
│   │           │           ├── SALE.UI.ChartAnalyse.WinForm.FormAllkindsSometimeSaleAnalyse.resources
│   │           │           ├── SALE.UI.ChartAnalyse.WinForm.FormDifferentMonthSaleAnalyse.resources
│   │           │           ├── SALE.UI.DataReport.WinForm.FormOperationCollect.resources
│   │           │           ├── SALE.UI.DataReport.WinForm.FormOperationList.resources
│   │           │           ├── SALE.UI.FormAppMain.resources
│   │           │           ├── SALE.UI.FormLogin.resources
│   │           │           ├── SALE.UI.SaleManage.FormBarterBaseCDRecord.resources
│   │           │           ├── SALE.UI.SaleManage.FormBarterConsignCDRecord.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailBarterBaseBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailBarterBaseBillOther.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailBarterConsignBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailBarterExchangeBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailCustomer.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailSaleConsignBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailSaleOrderBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailSaleTradeBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailUntreadBaseBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailUntreadBaseBillOther.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailUntreadGatherBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormBrowseRetailUntreadRefundBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterBaseBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterBaseBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterConsignBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterConsignBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterExchangeBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailBarterExchangeBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleConsignBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleConsignBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleOrderBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleOrderBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleTradeBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailSaleTradeBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadBaseBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadBaseBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadGatherBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadGatherBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadRefundBill.resources
│   │           │           ├── SALE.UI.SaleManage.FormRetailUntreadRefundBillInput.resources
│   │           │           ├── SALE.UI.SaleManage.FormSaleCDRecord.resources
│   │           │           ├── SALE.UI.SaleManage.FormUntreadCDRecord.resources
│   │           │           ├── SALE.UI.SystemSetting.FormAgentLevel.resources
│   │           │           ├── SALE.UI.SystemSetting.FormAgentLevelInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormAmendPassword.resources
│   │           │           ├── SALE.UI.SystemSetting.FormBank.resources
│   │           │           ├── SALE.UI.SystemSetting.FormBankInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormConsignCorp.resources
│   │           │           ├── SALE.UI.SystemSetting.FormConsignCorpInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormEmployee.resources
│   │           │           ├── SALE.UI.SystemSetting.FormEmployeeInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormGoodsSeries.resources
│   │           │           ├── SALE.UI.SystemSetting.FormGoodsSeriesInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormGoodsType.resources
│   │           │           ├── SALE.UI.SystemSetting.FormGoodsTypeInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormOperator.resources
│   │           │           ├── SALE.UI.SystemSetting.FormOperatorInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormPayType.resources
│   │           │           ├── SALE.UI.SystemSetting.FormPayTypeInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormProvince.resources
│   │           │           ├── SALE.UI.SystemSetting.FormProvinceInput.resources
│   │           │           ├── SALE.UI.SystemSetting.FormPurviewAssign.resources
│   │           │           ├── SALE.csproj.FileListAbsolute.txt
│   │           │           ├── SALE.csproj.GenerateResource.Cache
│   │           │           ├── SALE.exe
│   │           │           ├── SALE.pdb
│   │           │           └── TempPE
│   │           │               ├── Properties.Resources.Designer.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.AllKinds.Designer.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.CryAllkindsSometimeSaleAnalyse.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.CryDifferentMonthSaleAnalyse.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.CrystalReport1.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.DifferentMonth.Designer.cs.dll
│   │           │               ├── UI.ChartAnalyse.CryReprot.DifferentMonths.Designer.cs.dll
│   │           │               ├── UI.ChartAnalyse.WinForm.FormDifferentMonthSaleAnalyse.Designer.cs.dll
│   │           │               ├── UI.ChartAnalyse.WinForm.FormDifferentMonthSaleAnalyse.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryBarterList.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryChargeList.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryOperationCollect.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CrySaleList.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryServiceList.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryText.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CryUntreadList.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.CrystalReport1.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.DataSet1.Designer.cs.dll
│   │           │               ├── UI.DataReport.CryReprot.OperationCollect.Designer.cs.dll
│   │           │               └── UI.DataReport.CryReprot.SaleCollect.Designer.cs.dll
│   │           ├── SALE.sln
│   │           ├── SALE.suo
│   │           └── 程序使用说明书.doc
│   ├── 16
│   │   └── 企业ERP管理系统
│   │       └── SMALLERP
│   │           ├── SMALLERP
│   │           │   ├── AppMain.Designer.cs
│   │           │   ├── AppMain.cs
│   │           │   ├── AppMain.resx
│   │           │   ├── BS
│   │           │   │   ├── FormBSAccount.Designer.cs
│   │           │   │   ├── FormBSAccount.cs
│   │           │   │   ├── FormBSAccount.resx
│   │           │   │   ├── FormBSBom.Designer.cs
│   │           │   │   ├── FormBSBom.cs
│   │           │   │   ├── FormBSBom.resx
│   │           │   │   ├── FormBSBomInput.Designer.cs
│   │           │   │   ├── FormBSBomInput.cs
│   │           │   │   ├── FormBSBomInput.resx
│   │           │   │   ├── FormBSCost.Designer.cs
│   │           │   │   ├── FormBSCost.cs
│   │           │   │   ├── FormBSCost.resx
│   │           │   │   ├── FormBSCostType.Designer.cs
│   │           │   │   ├── FormBSCostType.cs
│   │           │   │   ├── FormBSCostType.resx
│   │           │   │   ├── FormBSCostTypeInput.Designer.cs
│   │           │   │   ├── FormBSCostTypeInput.cs
│   │           │   │   ├── FormBSCostTypeInput.resx
│   │           │   │   ├── FormBSCustomer.Designer.cs
│   │           │   │   ├── FormBSCustomer.cs
│   │           │   │   ├── FormBSCustomer.resx
│   │           │   │   ├── FormBSDepartment.Designer.cs
│   │           │   │   ├── FormBSDepartment.cs
│   │           │   │   ├── FormBSDepartment.resx
│   │           │   │   ├── FormBSDepartmentInput.Designer.cs
│   │           │   │   ├── FormBSDepartmentInput.cs
│   │           │   │   ├── FormBSDepartmentInput.resx
│   │           │   │   ├── FormBSEmployee.Designer.cs
│   │           │   │   ├── FormBSEmployee.cs
│   │           │   │   ├── FormBSEmployee.resx
│   │           │   │   ├── FormBSInven.Designer.cs
│   │           │   │   ├── FormBSInven.cs
│   │           │   │   ├── FormBSInven.resx
│   │           │   │   ├── FormBSInvenType.Designer.cs
│   │           │   │   ├── FormBSInvenType.cs
│   │           │   │   ├── FormBSInvenType.resx
│   │           │   │   ├── FormBSInvenTypeInput.Designer.cs
│   │           │   │   ├── FormBSInvenTypeInput.cs
│   │           │   │   ├── FormBSInvenTypeInput.resx
│   │           │   │   ├── FormBSStore.Designer.cs
│   │           │   │   ├── FormBSStore.cs
│   │           │   │   ├── FormBSStore.resx
│   │           │   │   ├── FormBSSupplier.Designer.cs
│   │           │   │   ├── FormBSSupplier.cs
│   │           │   │   ├── FormBSSupplier.resx
│   │           │   │   ├── FormInitStock.Designer.cs
│   │           │   │   ├── FormInitStock.cs
│   │           │   │   └── FormInitStock.resx
│   │           │   ├── CU
│   │           │   │   ├── FormBaseType.Designer.cs
│   │           │   │   ├── FormBaseType.cs
│   │           │   │   ├── FormBaseType.resx
│   │           │   │   ├── FormBaseTypeInput.Designer.cs
│   │           │   │   ├── FormBaseTypeInput.cs
│   │           │   │   ├── FormBaseTypeInput.resx
│   │           │   │   ├── FormCUAfterService.Designer.cs
│   │           │   │   ├── FormCUAfterService.cs
│   │           │   │   ├── FormCUAfterService.resx
│   │           │   │   ├── FormCURelRecord.Designer.cs
│   │           │   │   ├── FormCURelRecord.cs
│   │           │   │   ├── FormCURelRecord.resx
│   │           │   │   ├── FormCUSellChance.Designer.cs
│   │           │   │   ├── FormCUSellChance.cs
│   │           │   │   ├── FormCUSellChance.resx
│   │           │   │   ├── FormCustomerAnalyse.Designer.cs
│   │           │   │   ├── FormCustomerAnalyse.cs
│   │           │   │   ├── FormCustomerAnalyse.resx
│   │           │   │   ├── FormCustomerCourse.Designer.cs
│   │           │   │   ├── FormCustomerCourse.cs
│   │           │   │   └── FormCustomerCourse.resx
│   │           │   ├── ComClass
│   │           │   │   ├── Chart.cs
│   │           │   │   ├── CommonUse.cs
│   │           │   │   ├── OperatorFile.cs
│   │           │   │   └── PropertyClass.cs
│   │           │   ├── DataBase
│   │           │   │   ├── SMALLERP_Data.MDF
│   │           │   │   └── SMALLERP_Log.LDF
│   │           │   ├── DataClass
│   │           │   │   └── DataBase.cs
│   │           │   ├── FI
│   │           │   │   ├── FormFIDeposit.Designer.cs
│   │           │   │   ├── FormFIDeposit.cs
│   │           │   │   ├── FormFIDeposit.resx
│   │           │   │   ├── FormFIPurCost.Designer.cs
│   │           │   │   ├── FormFIPurCost.cs
│   │           │   │   ├── FormFIPurCost.resx
│   │           │   │   ├── FormFISelCost.Designer.cs
│   │           │   │   ├── FormFISelCost.cs
│   │           │   │   └── FormFISelCost.resx
│   │           │   ├── Images
│   │           │   │   ├── BS
│   │           │   │   │   ├── 档案管理.ico
│   │           │   │   │   ├── 物料清单.ico
│   │           │   │   │   ├── 类别管理.ico
│   │           │   │   │   ├── 结算帐户.ico
│   │           │   │   │   └── 初始化库存.ico
│   │           │   │   ├── CLAIM.ICO
│   │           │   │   ├── CU
│   │           │   │   │   ├── 基础分类.ico
│   │           │   │   │   ├── 客户进程.ico
│   │           │   │   │   └── 类型分析.ico
│   │           │   │   ├── FI
│   │           │   │   │   ├── 采购费用单.ico
│   │           │   │   │   ├── 银行存款单.ico
│   │           │   │   │   └── 销售费用单.ico
│   │           │   │   ├── OT
│   │           │   │   │   ├── baobiao图标.ico
│   │           │   │   │   ├── xitong图标.ico
│   │           │   │   │   ├── 取消.BMP
│   │           │   │   │   ├── 确定.BMP
│   │           │   │   │   ├── 登录.bmp
│   │           │   │   │   ├── 退出.bmp
│   │           │   │   │   ├── 重置.bmp
│   │           │   │   │   ├── 主界面01.BMP
│   │           │   │   │   ├── 仓库管理.ico
│   │           │   │   │   ├── 基础管理.ico
│   │           │   │   │   ├── 客户管理.ico
│   │           │   │   │   ├── 生产管理.ico
│   │           │   │   │   ├── 财务管理.ico
│   │           │   │   │   ├── 采购管理.ico
│   │           │   │   │   ├── 销售管理.ico
│   │           │   │   │   ├── 系统登录界面.BMP
│   │           │   │   │   └── 系统登录界面2.bmp
│   │           │   │   ├── PR
│   │           │   │   │   ├── 生产单.ico
│   │           │   │   │   ├── 主生产计划.ico
│   │           │   │   │   ├── 生产入库单.ico
│   │           │   │   │   └── 生产完工处理.ico
│   │           │   │   ├── PU
│   │           │   │   │   ├── 采购订单.ico
│   │           │   │   │   ├── 采购付款单 (67).ico
│   │           │   │   │   └── 采购入库单.ico
│   │           │   │   ├── Query.ico
│   │           │   │   ├── RP
│   │           │   │   │   ├── 产品销售明细表.ico
│   │           │   │   │   ├── 产品销售汇总表.ico
│   │           │   │   │   ├── 库存预警明细表.ico
│   │           │   │   │   ├── 原材料采购明细表.ico
│   │           │   │   │   ├── 原材料采购汇总表.ico
│   │           │   │   │   ├── 产品销售毛利明细表.ico
│   │           │   │   │   └── 产品销售毛利汇总表.ico
│   │           │   │   ├── SE
│   │           │   │   │   ├── 销售订单.ico
│   │           │   │   │   ├── 销售出库单.ico
│   │           │   │   │   └── 销售收款单.ico
│   │           │   │   ├── ST
│   │           │   │   │   ├── 退料单.ico
│   │           │   │   │   ├── 领料单.ico
│   │           │   │   │   ├── 库存清单.ico
│   │           │   │   │   ├── 库存盘点.ico
│   │           │   │   │   └── 报损清单.ico
│   │           │   │   ├── SY
│   │           │   │   │   ├── 密码修改.ico
│   │           │   │   │   ├── 操作权限.ico
│   │           │   │   │   └── 操作员管理.ico
│   │           │   │   ├── UNCLAIM.ICO
│   │           │   │   ├── add.ico
│   │           │   │   ├── btnfind.ico
│   │           │   │   ├── cancel.ico
│   │           │   │   ├── change.ico
│   │           │   │   ├── close.ico
│   │           │   │   ├── delete.ico
│   │           │   │   ├── export.ico
│   │           │   │   ├── find.ico
│   │           │   │   ├── open.ico
│   │           │   │   ├── print.ico
│   │           │   │   ├── refulsh.ico
│   │           │   │   └── stop.ico
│   │           │   ├── Login.Designer.cs
│   │           │   ├── Login.cs
│   │           │   ├── Login.resx
│   │           │   ├── PR
│   │           │   │   ├── FormBrowsePRPlan.Designer.cs
│   │           │   │   ├── FormBrowsePRPlan.cs
│   │           │   │   ├── FormBrowsePRPlan.resx
│   │           │   │   ├── FormBrowsePRProduce.Designer.cs
│   │           │   │   ├── FormBrowsePRProduce.cs
│   │           │   │   ├── FormBrowsePRProduce.resx
│   │           │   │   ├── FormPRInStore.Designer.cs
│   │           │   │   ├── FormPRInStore.cs
│   │           │   │   ├── FormPRInStore.resx
│   │           │   │   ├── FormPRPlan.Designer.cs
│   │           │   │   ├── FormPRPlan.cs
│   │           │   │   ├── FormPRPlan.resx
│   │           │   │   ├── FormPRProduce.Designer.cs
│   │           │   │   ├── FormPRProduce.cs
│   │           │   │   ├── FormPRProduce.resx
│   │           │   │   ├── FormProduceComplete.Designer.cs
│   │           │   │   ├── FormProduceComplete.cs
│   │           │   │   └── FormProduceComplete.resx
│   │           │   ├── PU
│   │           │   │   ├── FormBrowsePUInStore.Designer.cs
│   │           │   │   ├── FormBrowsePUInStore.cs
│   │           │   │   ├── FormBrowsePUInStore.resx
│   │           │   │   ├── FormBrowsePUOrder.Designer.cs
│   │           │   │   ├── FormBrowsePUOrder.cs
│   │           │   │   ├── FormBrowsePUOrder.resx
│   │           │   │   ├── FormPUInStore.Designer.cs
│   │           │   │   ├── FormPUInStore.cs
│   │           │   │   ├── FormPUInStore.resx
│   │           │   │   ├── FormPUOrder.Designer.cs
│   │           │   │   ├── FormPUOrder.cs
│   │           │   │   ├── FormPUOrder.resx
│   │           │   │   ├── FormPUPay.Designer.cs
│   │           │   │   ├── FormPUPay.cs
│   │           │   │   └── FormPUPay.resx
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   ├── AssemblyInfo.cs
│   │           │   │   ├── Resources.Designer.cs
│   │           │   │   ├── Resources.resx
│   │           │   │   ├── Settings.Designer.cs
│   │           │   │   └── Settings.settings
│   │           │   ├── RP
│   │           │   │   ├── FORM
│   │           │   │   │   ├── FormPurCollectReport.Designer.cs
│   │           │   │   │   ├── FormPurCollectReport.cs
│   │           │   │   │   ├── FormPurCollectReport.resx
│   │           │   │   │   ├── FormPurReport.Designer.cs
│   │           │   │   │   ├── FormPurReport.cs
│   │           │   │   │   ├── FormPurReport.resx
│   │           │   │   │   ├── FormSelCollectReport.Designer.cs
│   │           │   │   │   ├── FormSelCollectReport.cs
│   │           │   │   │   ├── FormSelCollectReport.resx
│   │           │   │   │   ├── FormSelProfitCollectReport.Designer.cs
│   │           │   │   │   ├── FormSelProfitCollectReport.cs
│   │           │   │   │   ├── FormSelProfitCollectReport.resx
│   │           │   │   │   ├── FormSelProfitReport.Designer.cs
│   │           │   │   │   ├── FormSelProfitReport.cs
│   │           │   │   │   ├── FormSelProfitReport.resx
│   │           │   │   │   ├── FormSelReport.Designer.cs
│   │           │   │   │   ├── FormSelReport.cs
│   │           │   │   │   ├── FormSelReport.resx
│   │           │   │   │   ├── FormStockWarnReport.Designer.cs
│   │           │   │   │   ├── FormStockWarnReport.cs
│   │           │   │   │   └── FormStockWarnReport.resx
│   │           │   │   └── RPT
│   │           │   │       ├── CryPurCollectReport.cs
│   │           │   │       ├── CryPurCollectReport.rpt
│   │           │   │       ├── CryPurReport.cs
│   │           │   │       ├── CryPurReport.rpt
│   │           │   │       ├── CrySelCollectReport.cs
│   │           │   │       ├── CrySelCollectReport.rpt
│   │           │   │       ├── CrySelReport.cs
│   │           │   │       ├── CrySelReport.rpt
│   │           │   │       ├── CryStockWarnReport.cs
│   │           │   │       ├── CryStockWarnReport.rpt
│   │           │   │       ├── CrystalSelProfitCollectReport.cs
│   │           │   │       ├── CrystalSelProfitCollectReport.rpt
│   │           │   │       ├── CrystalSelProfitReport.cs
│   │           │   │       ├── CrystalSelProfitReport.rpt
│   │           │   │       ├── CrystalTest.cs
│   │           │   │       └── CrystalTest.rpt
│   │           │   ├── SE
│   │           │   │   ├── FormBrowseSEOrder.Designer.cs
│   │           │   │   ├── FormBrowseSEOrder.cs
│   │           │   │   ├── FormBrowseSEOrder.resx
│   │           │   │   ├── FormBrowseSEOutStore.Designer.cs
│   │           │   │   ├── FormBrowseSEOutStore.cs
│   │           │   │   ├── FormBrowseSEOutStore.resx
│   │           │   │   ├── FormSEGather.Designer.cs
│   │           │   │   ├── FormSEGather.cs
│   │           │   │   ├── FormSEGather.resx
│   │           │   │   ├── FormSEOrder.Designer.cs
│   │           │   │   ├── FormSEOrder.cs
│   │           │   │   ├── FormSEOrder.resx
│   │           │   │   ├── FormSEOutStore.Designer.cs
│   │           │   │   ├── FormSEOutStore.cs
│   │           │   │   └── FormSEOutStore.resx
│   │           │   ├── SMALLERP.csproj
│   │           │   ├── SMALLERP.csproj.user
│   │           │   ├── ST
│   │           │   │   ├── FormSTCheck.Designer.cs
│   │           │   │   ├── FormSTCheck.cs
│   │           │   │   ├── FormSTCheck.resx
│   │           │   │   ├── FormSTGetBrowseProduce.Designer.cs
│   │           │   │   ├── FormSTGetBrowseProduce.cs
│   │           │   │   ├── FormSTGetBrowseProduce.resx
│   │           │   │   ├── FormSTGetMaterial.Designer.cs
│   │           │   │   ├── FormSTGetMaterial.cs
│   │           │   │   ├── FormSTGetMaterial.resx
│   │           │   │   ├── FormSTLoss.Designer.cs
│   │           │   │   ├── FormSTLoss.cs
│   │           │   │   ├── FormSTLoss.resx
│   │           │   │   ├── FormSTReturnBrowseProduce.Designer.cs
│   │           │   │   ├── FormSTReturnBrowseProduce.cs
│   │           │   │   ├── FormSTReturnBrowseProduce.resx
│   │           │   │   ├── FormSTReturnMaterial.Designer.cs
│   │           │   │   ├── FormSTReturnMaterial.cs
│   │           │   │   ├── FormSTReturnMaterial.resx
│   │           │   │   ├── FormStockQuery.Designer.cs
│   │           │   │   ├── FormStockQuery.cs
│   │           │   │   └── FormStockQuery.resx
│   │           │   ├── SY
│   │           │   │   ├── FormAssignRight.Designer.cs
│   │           │   │   ├── FormAssignRight.cs
│   │           │   │   ├── FormAssignRight.resx
│   │           │   │   ├── FormPassWord.Designer.cs
│   │           │   │   ├── FormPassWord.cs
│   │           │   │   ├── FormPassWord.resx
│   │           │   │   ├── FormSYOperator.Designer.cs
│   │           │   │   ├── FormSYOperator.cs
│   │           │   │   └── FormSYOperator.resx
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── SMALLERP.exe
│   │           │   │       ├── SMALLERP.ini
│   │           │   │       ├── SMALLERP.pdb
│   │           │   │       ├── SMALLERP.vshost.exe
│   │           │   │       └── SMALLERP.vshost.exe.manifest
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── Refactor
│   │           │           ├── ResolveAssemblyReference.cache
│   │           │           ├── SMALLERP.AppMain.resources
│   │           │           ├── SMALLERP.BS.FormBSAccount.resources
│   │           │           ├── SMALLERP.BS.FormBSBom.resources
│   │           │           ├── SMALLERP.BS.FormBSBomInput.resources
│   │           │           ├── SMALLERP.BS.FormBSCost.resources
│   │           │           ├── SMALLERP.BS.FormBSCostType.resources
│   │           │           ├── SMALLERP.BS.FormBSCostTypeInput.resources
│   │           │           ├── SMALLERP.BS.FormBSCustomer.resources
│   │           │           ├── SMALLERP.BS.FormBSDepartment.resources
│   │           │           ├── SMALLERP.BS.FormBSDepartmentInput.resources
│   │           │           ├── SMALLERP.BS.FormBSEmployee.resources
│   │           │           ├── SMALLERP.BS.FormBSInven.resources
│   │           │           ├── SMALLERP.BS.FormBSInvenType.resources
│   │           │           ├── SMALLERP.BS.FormBSInvenTypeInput.resources
│   │           │           ├── SMALLERP.BS.FormBSStore.resources
│   │           │           ├── SMALLERP.BS.FormBSSupplier.resources
│   │           │           ├── SMALLERP.BS.FormInitStock.resources
│   │           │           ├── SMALLERP.CU.FormBaseType.resources
│   │           │           ├── SMALLERP.CU.FormBaseTypeInput.resources
│   │           │           ├── SMALLERP.CU.FormCUAfterService.resources
│   │           │           ├── SMALLERP.CU.FormCURelRecord.resources
│   │           │           ├── SMALLERP.CU.FormCUSellChance.resources
│   │           │           ├── SMALLERP.CU.FormCustomerAnalyse.resources
│   │           │           ├── SMALLERP.CU.FormCustomerCourse.resources
│   │           │           ├── SMALLERP.FI.FormFIDeposit.resources
│   │           │           ├── SMALLERP.FI.FormFIPurCost.resources
│   │           │           ├── SMALLERP.FI.FormFISelCost.resources
│   │           │           ├── SMALLERP.Login.resources
│   │           │           ├── SMALLERP.PR.FormBrowsePRPlan.resources
│   │           │           ├── SMALLERP.PR.FormBrowsePRProduce.resources
│   │           │           ├── SMALLERP.PR.FormPRInStore.resources
│   │           │           ├── SMALLERP.PR.FormPRPlan.resources
│   │           │           ├── SMALLERP.PR.FormPRProduce.resources
│   │           │           ├── SMALLERP.PR.FormProduceComplete.resources
│   │           │           ├── SMALLERP.PU.FormBrowsePUInStore.resources
│   │           │           ├── SMALLERP.PU.FormBrowsePUOrder.resources
│   │           │           ├── SMALLERP.PU.FormPUInStore.resources
│   │           │           ├── SMALLERP.PU.FormPUOrder.resources
│   │           │           ├── SMALLERP.PU.FormPUPay.resources
│   │           │           ├── SMALLERP.Properties.Resources.resources
│   │           │           ├── SMALLERP.RP.FORM.FormPurCollectReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormPurReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormSelCollectReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormSelProfitCollectReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormSelProfitReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormSelReport.resources
│   │           │           ├── SMALLERP.RP.FORM.FormStockWarnReport.resources
│   │           │           ├── SMALLERP.SE.FormBrowseSEOrder.resources
│   │           │           ├── SMALLERP.SE.FormBrowseSEOutStore.resources
│   │           │           ├── SMALLERP.SE.FormSEGather.resources
│   │           │           ├── SMALLERP.SE.FormSEOrder.resources
│   │           │           ├── SMALLERP.SE.FormSEOutStore.resources
│   │           │           ├── SMALLERP.ST.FormSTCheck.resources
│   │           │           ├── SMALLERP.ST.FormSTGetBrowseProduce.resources
│   │           │           ├── SMALLERP.ST.FormSTGetMaterial.resources
│   │           │           ├── SMALLERP.ST.FormSTLoss.resources
│   │           │           ├── SMALLERP.ST.FormSTReturnBrowseProduce.resources
│   │           │           ├── SMALLERP.ST.FormSTReturnMaterial.resources
│   │           │           ├── SMALLERP.ST.FormStockQuery.resources
│   │           │           ├── SMALLERP.SY.FormAssignRight.resources
│   │           │           ├── SMALLERP.SY.FormPassWord.resources
│   │           │           ├── SMALLERP.SY.FormSYOperator.resources
│   │           │           ├── SMALLERP.csproj.FileListAbsolute.txt
│   │           │           ├── SMALLERP.csproj.GenerateResource.Cache
│   │           │           ├── SMALLERP.exe
│   │           │           ├── SMALLERP.pdb
│   │           │           └── TempPE
│   │           │               ├── RP.RPT.CryPurCollectReport.cs.dll
│   │           │               ├── RP.RPT.CryPurReport.cs.dll
│   │           │               ├── RP.RPT.CrySelCollectReport.cs.dll
│   │           │               ├── RP.RPT.CrySelReport.cs.dll
│   │           │               ├── RP.RPT.CryStockWarnReport.cs.dll
│   │           │               ├── RP.RPT.CrystalReport1.cs.dll
│   │           │               ├── RP.RPT.CrystalReport2.cs.dll
│   │           │               ├── RP.RPT.CrystalSelProfitCollectReport.cs.dll
│   │           │               ├── RP.RPT.CrystalSelProfitReport.cs.dll
│   │           │               ├── RP.RPT.CrystalTest.cs.dll
│   │           │               ├── RP.RPT.副本 CrystalSelProfitCollectReport.cs.dll
│   │           │               └── RPT.CrystalReport1.cs.dll
│   │           ├── SMALLERP.sln
│   │           ├── SMALLERP.suo
│   │           └── 程序使用说明.doc
│   ├── 17
│   │   └── 在线考试系统
│   │       ├── ExamOnLine
│   │       │   ├── App_Code
│   │       │   │   ├── BaseClass.cs
│   │       │   │   └── MessageBox.cs
│   │       │   ├── App_Data
│   │       │   │   ├── db_ExamOnline.ldf
│   │       │   │   └── db_ExamOnline.mdf
│   │       │   ├── ExamOnLine.sln
│   │       │   ├── ExamOnLine.suo
│   │       │   ├── Image
│   │       │   │   ├── back_01.gif
│   │       │   │   ├── back_03.gif
│   │       │   │   ├── back_13.gif
│   │       │   │   ├── bg.gif
│   │       │   │   ├── emame_03.gif
│   │       │   │   ├── exame_02.gif
│   │       │   │   ├── exame_05.gif
│   │       │   │   ├── kemu_03.gif
│   │       │   │   ├── login.gif
│   │       │   │   └── rule_03.gif
│   │       │   ├── Image.aspx
│   │       │   ├── Image.aspx.cs
│   │       │   ├── Login.aspx
│   │       │   ├── Login.aspx.cs
│   │       │   ├── Mystyle.css
│   │       │   ├── UserControls
│   │       │   │   ├── Fooder.ascx
│   │       │   │   ├── Fooder.ascx.cs
│   │       │   │   ├── Header1.ascx
│   │       │   │   ├── Header1.ascx.cs
│   │       │   │   ├── Header2.ascx
│   │       │   │   └── Header2.ascx.cs
│   │       │   ├── Web.Config
│   │       │   ├── admin
│   │       │   │   ├── AddExamination.aspx
│   │       │   │   ├── AddExamination.aspx.cs
│   │       │   │   ├── AddStudentInfo.aspx
│   │       │   │   ├── AddStudentInfo.aspx.cs
│   │       │   │   ├── AddTeacherInfo.aspx
│   │       │   │   ├── AddTeacherInfo.aspx.cs
│   │       │   │   ├── AdminChangePwd.aspx
│   │       │   │   ├── AdminChangePwd.aspx.cs
│   │       │   │   ├── AdminManage.aspx
│   │       │   │   ├── AdminManage.aspx.cs
│   │       │   │   ├── ChangeStudentInfo.aspx
│   │       │   │   ├── ChangeStudentInfo.aspx.cs
│   │       │   │   ├── ExaminationDetail.aspx
│   │       │   │   ├── ExaminationDetail.aspx.cs
│   │       │   │   ├── ExaminationInfo.aspx
│   │       │   │   ├── ExaminationInfo.aspx.cs
│   │       │   │   ├── ExaminationResult.aspx
│   │       │   │   ├── ExaminationResult.aspx.cs
│   │       │   │   ├── Img
│   │       │   │   │   ├── back_08.gif
│   │       │   │   │   ├── back_11.gif
│   │       │   │   │   └── back_left_06.gif
│   │       │   │   ├── Logout.aspx
│   │       │   │   ├── Logout.aspx.cs
│   │       │   │   ├── StudentInfo.aspx
│   │       │   │   ├── StudentInfo.aspx.cs
│   │       │   │   ├── Subject.aspx
│   │       │   │   ├── Subject.aspx.cs
│   │       │   │   ├── TeacherInfo.aspx
│   │       │   │   ├── TeacherInfo.aspx.cs
│   │       │   │   ├── TeacherXXinfo.aspx
│   │       │   │   ├── TeacherXXinfo.aspx.cs
│   │       │   │   └── left.htm
│   │       │   ├── student
│   │       │   │   ├── StartExam.aspx
│   │       │   │   ├── StartExam.aspx.cs
│   │       │   │   ├── result.aspx
│   │       │   │   ├── result.aspx.cs
│   │       │   │   ├── studentexam.aspx
│   │       │   │   └── studentexam.aspx.cs
│   │       │   └── teacher
│   │       │       ├── Img
│   │       │       │   ├── back_08.gif
│   │       │       │   ├── back_11.gif
│   │       │       │   └── back_left_06.gif
│   │       │       ├── TAddExamination.aspx
│   │       │       ├── TAddExamination.aspx.cs
│   │       │       ├── TExaminationDetail.aspx
│   │       │       ├── TExaminationDetail.aspx.cs
│   │       │       ├── TExaminationInfo.aspx
│   │       │       ├── TExaminationInfo.aspx.cs
│   │       │       ├── TExaminationResult.aspx
│   │       │       ├── TExaminationResult.aspx.cs
│   │       │       ├── TLogout.aspx
│   │       │       ├── TLogout.aspx.cs
│   │       │       ├── TeacherChangePwd.aspx
│   │       │       ├── TeacherChangePwd.aspx.cs
│   │       │       ├── TeacherManage.aspx
│   │       │       ├── TeacherManage.aspx.cs
│   │       │       └── Tleft.htm
│   │       └── 程序使用说明.doc
│   ├── 18
│   │   └── OA办公自动化系统
│   │       ├── OA
│   │       │   ├── App_Code
│   │       │   │   └── BaseClass.cs
│   │       │   ├── App_Data
│   │       │   │   ├── db_OA_Data.MDF
│   │       │   │   └── db_OA_Log.LDF
│   │       │   ├── BaseInfo
│   │       │   │   ├── EditDept.aspx
│   │       │   │   ├── EditDept.aspx.cs
│   │       │   │   ├── addEmployee.aspx
│   │       │   │   ├── addEmployee.aspx.cs
│   │       │   │   ├── adddept.aspx
│   │       │   │   ├── adddept.aspx.cs
│   │       │   │   ├── editEmployee.aspx
│   │       │   │   ├── editEmployee.aspx.cs
│   │       │   │   ├── noteBook.aspx
│   │       │   │   ├── noteBook.aspx.cs
│   │       │   │   ├── notice.aspx
│   │       │   │   ├── notice.aspx.cs
│   │       │   │   ├── noticeList.aspx
│   │       │   │   ├── noticeList.aspx.cs
│   │       │   │   ├── updateDept.aspx
│   │       │   │   ├── updateDept.aspx.cs
│   │       │   │   ├── updateEmployee.aspx
│   │       │   │   └── updateEmployee.aspx.cs
│   │       │   ├── CSS
│   │       │   │   └── CSS.css
│   │       │   ├── Global.asax
│   │       │   ├── Index.aspx
│   │       │   ├── Index.aspx.cs
│   │       │   ├── Login
│   │       │   │   ├── sysLogin.aspx
│   │       │   │   └── sysLogin.aspx.cs
│   │       │   ├── OA.sln
│   │       │   ├── OA.suo
│   │       │   ├── communion
│   │       │   │   ├── chatMsg.aspx
│   │       │   │   ├── chatMsg.aspx.cs
│   │       │   │   ├── chatRoom.aspx
│   │       │   │   ├── chatRoom.aspx.cs
│   │       │   │   ├── checkAttendance
│   │       │   │   │   ├── lateOrleave.aspx
│   │       │   │   │   ├── lateOrleave.aspx.cs
│   │       │   │   │   ├── setTime.aspx
│   │       │   │   │   └── setTime.aspx.cs
│   │       │   │   ├── person.aspx
│   │       │   │   ├── person.aspx.cs
│   │       │   │   ├── sendMsg.aspx
│   │       │   │   ├── sendMsg.aspx.cs
│   │       │   │   ├── setVote.aspx
│   │       │   │   ├── setVote.aspx.cs
│   │       │   │   ├── vote.aspx
│   │       │   │   ├── vote.aspx.cs
│   │       │   │   ├── voteResult.aspx
│   │       │   │   └── voteResult.aspx.cs
│   │       │   ├── file
│   │       │   │   ├── 123.txt
│   │       │   │   ├── vvv.sql
│   │       │   │   └── 模板.htm
│   │       │   ├── fileManage
│   │       │   │   ├── fileList.aspx
│   │       │   │   ├── fileList.aspx.cs
│   │       │   │   ├── inceptFile.aspx
│   │       │   │   ├── inceptFile.aspx.cs
│   │       │   │   ├── sendFile.aspx
│   │       │   │   └── sendFile.aspx.cs
│   │       │   ├── icon
│   │       │   │   ├── dashplus.gif
│   │       │   │   └── del.gif
│   │       │   ├── image
│   │       │   │   ├── OA办公自动化系统首页.gif
│   │       │   │   ├── OA办公自动化系统首页left.gif
│   │       │   │   ├── OA办公自动化系统首页去掉登录.gif
│   │       │   │   ├── ad.PNG
│   │       │   │   ├── denglu.GIF
│   │       │   │   ├── dong11.gif
│   │       │   │   ├── dong9.gif
│   │       │   │   ├── l01.GIF
│   │       │   │   ├── l02.GIF
│   │       │   │   ├── l03.GIF
│   │       │   │   ├── quxiao.GIF
│   │       │   │   ├── rightFrame.gif
│   │       │   │   ├── tminus.gif
│   │       │   │   ├── yd.PNG
│   │       │   │   ├── 菜单.GIF
│   │       │   │   └── 登录左侧框加长new.gif
│   │       │   ├── indexFrame
│   │       │   │   ├── leftEmployee.aspx
│   │       │   │   ├── leftEmployee.aspx.cs
│   │       │   │   ├── righyNotice.aspx
│   │       │   │   ├── righyNotice.aspx.cs
│   │       │   │   ├── topTitle.aspx
│   │       │   │   └── topTitle.aspx.cs
│   │       │   ├── menu
│   │       │   │   ├── treeMenu.aspx
│   │       │   │   ├── treeMenu.aspx.cs
│   │       │   │   ├── treeMenuSys.aspx
│   │       │   │   └── treeMenuSys.aspx.cs
│   │       │   ├── photo
│   │       │   │   ├── 35.bmp
│   │       │   │   ├── ANIMAL23.JPG
│   │       │   │   ├── BM.bmp
│   │       │   │   ├── Image1.gif
│   │       │   │   ├── Image2.gif
│   │       │   │   ├── Image21.gif
│   │       │   │   ├── Image22.gif
│   │       │   │   ├── Image23.gif
│   │       │   │   ├── Image24.gif
│   │       │   │   ├── Image26.gif
│   │       │   │   ├── Image27.gif
│   │       │   │   ├── Image28.gif
│   │       │   │   ├── Image29.gif
│   │       │   │   ├── Image30.gif
│   │       │   │   ├── QT23.bmp
│   │       │   │   ├── WinXP.bmp
│   │       │   │   ├── hammer.ico
│   │       │   │   ├── login_4.gif
│   │       │   │   ├── parts.ico
│   │       │   │   ├── smiley - bored.ico
│   │       │   │   ├── 图片13.bmp
│   │       │   │   └── 图片9.bmp
│   │       │   ├── rule
│   │       │   │   ├── editRule.aspx
│   │       │   │   ├── editRule.aspx.cs
│   │       │   │   ├── rule.aspx
│   │       │   │   └── rule.aspx.cs
│   │       │   ├── system
│   │       │   │   ├── setSysName.aspx
│   │       │   │   ├── setSysName.aspx.cs
│   │       │   │   ├── updatePwd.aspx
│   │       │   │   └── updatePwd.aspx.cs
│   │       │   └── web.config
│   │       └── 程序使用说明.doc
│   ├── 19
│   │   └── 图书馆管理系统
│   │       ├── LibraryMS
│   │       │   ├── App_Code
│   │       │   │   ├── AdminManage.cs
│   │       │   │   ├── BTypeManage.cs
│   │       │   │   ├── BookManage.cs
│   │       │   │   ├── BookcaseManage.cs
│   │       │   │   ├── BorrowandBackManage.cs
│   │       │   │   ├── DataBase.cs
│   │       │   │   ├── LibraryManage.cs
│   │       │   │   ├── OperatorClass.cs
│   │       │   │   ├── PubManage.cs
│   │       │   │   ├── PurviewManage.cs
│   │       │   │   ├── RTypeManage.cs
│   │       │   │   ├── ReaderManage.cs
│   │       │   │   └── ValidateClass.cs
│   │       │   ├── App_Data
│   │       │   │   ├── db_LibraryMS.mdf
│   │       │   │   └── db_LibraryMS_log.ldf
│   │       │   ├── BookBRManage
│   │       │   │   ├── BorrowBook.aspx
│   │       │   │   ├── BorrowBook.aspx.cs
│   │       │   │   ├── ReturnBook.aspx
│   │       │   │   └── ReturnBook.aspx.cs
│   │       │   ├── BookManage
│   │       │   │   ├── AddBType.aspx
│   │       │   │   ├── AddBType.aspx.cs
│   │       │   │   ├── AddBook.aspx
│   │       │   │   ├── AddBook.aspx.cs
│   │       │   │   ├── BTypeManage.aspx
│   │       │   │   ├── BTypeManage.aspx.cs
│   │       │   │   ├── BookManage.aspx
│   │       │   │   └── BookManage.aspx.cs
│   │       │   ├── Common
│   │       │   │   ├── ChanagePwd.aspx
│   │       │   │   ├── ChanagePwd.aspx.cs
│   │       │   │   ├── checkcode.aspx
│   │       │   │   └── checkcode.aspx.cs
│   │       │   ├── Default.aspx
│   │       │   ├── Default.aspx.cs
│   │       │   ├── LibraryMS.sln
│   │       │   ├── LibraryMS.suo
│   │       │   ├── Login.aspx
│   │       │   ├── Login.aspx.cs
│   │       │   ├── MasterPage
│   │       │   │   ├── MainMasterPage.master
│   │       │   │   └── MainMasterPage.master.cs
│   │       │   ├── ReaderManage
│   │       │   │   ├── AddRType.aspx
│   │       │   │   ├── AddRType.aspx.cs
│   │       │   │   ├── AddReader.aspx
│   │       │   │   ├── AddReader.aspx.cs
│   │       │   │   ├── RTypeManage.aspx
│   │       │   │   ├── RTypeManage.aspx.cs
│   │       │   │   ├── ReaderManage.aspx
│   │       │   │   └── ReaderManage.aspx.cs
│   │       │   ├── SortManage
│   │       │   │   ├── BookBorrowSort.aspx
│   │       │   │   ├── BookBorrowSort.aspx.cs
│   │       │   │   ├── ReaderBorrowSort.aspx
│   │       │   │   └── ReaderBorrowSort.aspx.cs
│   │       │   ├── SysQuery
│   │       │   │   ├── BBorrowQuery.aspx
│   │       │   │   ├── BBorrowQuery.aspx.cs
│   │       │   │   ├── BookQuery.aspx
│   │       │   │   └── BookQuery.aspx.cs
│   │       │   ├── SysSet
│   │       │   │   ├── AddAdmin.aspx
│   │       │   │   ├── AddAdmin.aspx.cs
│   │       │   │   ├── AddBCase.aspx
│   │       │   │   ├── AddBCase.aspx.cs
│   │       │   │   ├── AdminManage.aspx
│   │       │   │   ├── AdminManage.aspx.cs
│   │       │   │   ├── BCaseManage.aspx
│   │       │   │   ├── BCaseManage.aspx.cs
│   │       │   │   ├── LibraryInfo.aspx
│   │       │   │   └── LibraryInfo.aspx.cs
│   │       │   ├── Web.Config
│   │       │   ├── css.css
│   │       │   └── images
│   │       │       ├── chaxun tubiao.gif
│   │       │       ├── dakuang1.gif
│   │       │       ├── danganguanli.gif
│   │       │       ├── denglu.gif
│   │       │       ├── duzhedanganguanli.gif
│   │       │       ├── duzheleixingguanli.gif
│   │       │       ├── genggaimima.gif
│   │       │       ├── guanliyuanshezhi.gif
│   │       │       ├── index_02.gif
│   │       │       ├── index_05.gif
│   │       │       ├── index_08.gif
│   │       │       ├── index_14.gif
│   │       │       ├── more.gif
│   │       │       ├── shujiaguanli.gif
│   │       │       ├── shujiaxinxi.gif
│   │       │       ├── shuxian.jpg
│   │       │       ├── shuxian1.gif
│   │       │       ├── tianjia tubiao.gif
│   │       │       ├── tianjiaduzheleixingxinxi.gif
│   │       │       ├── tianjiaguanliyuanxinxi.gif
│   │       │       ├── tianjiashujiaxinxi.gif
│   │       │       ├── tianjiatushuleixingxinxi.gif
│   │       │       ├── tianjiaxiugaiduzhexinxi.gif
│   │       │       ├── tianjiaxiugaitushuxinxi.gif
│   │       │       ├── tu shu pai hang.gif
│   │       │       ├── tu shu pai hang2.gif
│   │       │       ├── tu shu pai hang3.gif
│   │       │       ├── tushudanganchaxun.gif
│   │       │       ├── tushuguanxinxi.gif
│   │       │       ├── tushuguihuan.gif
│   │       │       ├── tushujieyue.gif
│   │       │       ├── tushujieyuechaxun.gif
│   │       │       ├── tushuleixingguanli.gif
│   │       │       ├── zu zhe pai hang.gif
│   │       │       └── zuzheyanzheng.gif
│   │       └── 程序使用说明.doc
│   ├── 20
│   │   └── 企业门户网站
│   │       ├── EnterpriseWeb
│   │       │   ├── App_Code
│   │       │   │   ├── DataBase.cs
│   │       │   │   └── DataOperate.cs
│   │       │   ├── App_Data
│   │       │   │   ├── db_Enterprise.mdf
│   │       │   │   └── db_Enterprise_log.ldf
│   │       │   ├── Bin
│   │       │   │   └── App_Licenses.dll
│   │       │   ├── CSS.css
│   │       │   ├── Common
│   │       │   │   ├── ASPProduct.ascx
│   │       │   │   ├── ASPProduct.ascx.cs
│   │       │   │   ├── CallBoard.ascx
│   │       │   │   ├── CallBoard.ascx.cs
│   │       │   │   ├── DelphiProduct.ascx
│   │       │   │   ├── DelphiProduct.ascx.cs
│   │       │   │   ├── HotNews.ascx
│   │       │   │   ├── HotNews.ascx.cs
│   │       │   │   ├── JavaProduct.ascx
│   │       │   │   ├── JavaProduct.ascx.cs
│   │       │   │   ├── LimitPop.aspx
│   │       │   │   ├── LimitPop.aspx.cs
│   │       │   │   ├── Link.ascx
│   │       │   │   ├── Link.ascx.cs
│   │       │   │   ├── Login.ascx
│   │       │   │   ├── Login.ascx.cs
│   │       │   │   ├── MasterPage.master
│   │       │   │   ├── MasterPage.master.cs
│   │       │   │   ├── MendSort.ascx
│   │       │   │   ├── MendSort.ascx.cs
│   │       │   │   ├── NetProduct.ascx
│   │       │   │   ├── NetProduct.ascx.cs
│   │       │   │   ├── ToolsSort.ascx
│   │       │   │   ├── ToolsSort.ascx.cs
│   │       │   │   ├── VBProduct.ascx
│   │       │   │   ├── VBProduct.ascx.cs
│   │       │   │   ├── VCProduct.ascx
│   │       │   │   ├── VCProduct.ascx.cs
│   │       │   │   ├── checkcode.aspx
│   │       │   │   └── checkcode.aspx.cs
│   │       │   ├── Default.aspx
│   │       │   ├── Default.aspx.cs
│   │       │   ├── EnterpriseWeb.sln
│   │       │   ├── EnterpriseWeb.suo
│   │       │   ├── File
│   │       │   │   ├── 11.jpg
│   │       │   │   ├── 12.jpg
│   │       │   │   ├── 新建 文本文档.txt
│   │       │   │   ├── 头像男.jpg
│   │       │   │   └── 编程词典03.jpg
│   │       │   ├── Manager
│   │       │   │   ├── AdminManage.aspx
│   │       │   │   ├── AdminManage.aspx.cs
│   │       │   │   ├── BoardAndNewManage.aspx
│   │       │   │   ├── BoardAndNewManage.aspx.cs
│   │       │   │   ├── EngageManage.aspx
│   │       │   │   ├── EngageManage.aspx.cs
│   │       │   │   ├── LWordInfo.aspx
│   │       │   │   ├── LWordInfo.aspx.cs
│   │       │   │   ├── LWordManage.aspx
│   │       │   │   ├── LWordManage.aspx.cs
│   │       │   │   ├── LinkManage.aspx
│   │       │   │   ├── LinkManage.aspx.cs
│   │       │   │   ├── Login.aspx
│   │       │   │   ├── Login.aspx.cs
│   │       │   │   ├── ManagerIndex.aspx
│   │       │   │   ├── ManagerIndex.aspx.cs
│   │       │   │   ├── ProductManage.aspx
│   │       │   │   ├── ProductManage.aspx.cs
│   │       │   │   ├── ToolsAndMendManage.aspx
│   │       │   │   ├── ToolsAndMendManage.aspx.cs
│   │       │   │   ├── UserInfo.aspx
│   │       │   │   ├── UserInfo.aspx.cs
│   │       │   │   ├── UserManage.aspx
│   │       │   │   └── UserManage.aspx.cs
│   │       │   ├── User
│   │       │   │   ├── CNInfo.aspx
│   │       │   │   ├── CNInfo.aspx.cs
│   │       │   │   ├── CallBoardAndNews.aspx
│   │       │   │   ├── CallBoardAndNews.aspx.cs
│   │       │   │   ├── EngageInfo.aspx
│   │       │   │   ├── EngageInfo.aspx.cs
│   │       │   │   ├── GetPwd.aspx
│   │       │   │   ├── GetPwd.aspx.cs
│   │       │   │   ├── InName.aspx
│   │       │   │   ├── InName.aspx.cs
│   │       │   │   ├── InResult.aspx
│   │       │   │   ├── InResult.aspx.cs
│   │       │   │   ├── LWordInfo.aspx
│   │       │   │   ├── LWordInfo.aspx.cs
│   │       │   │   ├── LeaveWord.aspx
│   │       │   │   ├── LeaveWord.aspx.cs
│   │       │   │   ├── RegPro.aspx
│   │       │   │   ├── RegPro.aspx.cs
│   │       │   │   ├── Register.aspx
│   │       │   │   ├── Register.aspx.cs
│   │       │   │   ├── Sort.aspx
│   │       │   │   └── Sort.aspx.cs
│   │       │   ├── Web.Config
│   │       │   ├── aspnet_client
│   │       │   │   └── FreeTextBox
│   │       │   │       ├── FTB-FreeTextBox.js
│   │       │   │       ├── FTB-ImageGallery.js
│   │       │   │       ├── FTB-Pro.js
│   │       │   │       ├── FTB-ToolbarItems.js
│   │       │   │       ├── FTB-Utility.js
│   │       │   │       ├── Languages
│   │       │   │       │   ├── Languages.xml
│   │       │   │       │   ├── _sgbak
│   │       │   │       │   │   ├── Languages.xml.2005-03-17.21-30-04.5156
│   │       │   │       │   │   ├── Languages.xml.2005-03-22.10-39-19.7187
│   │       │   │       │   │   └── de-de.xml.2005-03-22.10-39-30.0156
│   │       │   │       │   ├── ca-CA.xml
│   │       │   │       │   ├── ca-ES.xml
│   │       │   │       │   ├── cs-CZ.xml
│   │       │   │       │   ├── da-DK.xml
│   │       │   │       │   ├── de-DE.xml
│   │       │   │       │   ├── en-US.xml
│   │       │   │       │   ├── es-ES.xml
│   │       │   │       │   ├── fr-FR.xml
│   │       │   │       │   ├── he-IL.xml
│   │       │   │       │   ├── hu-HU.xml
│   │       │   │       │   ├── it-IT.xml
│   │       │   │       │   ├── ja-JP.xml
│   │       │   │       │   ├── ko-kr.xml
│   │       │   │       │   ├── nb-NO.xml
│   │       │   │       │   ├── nl-NL.xml
│   │       │   │       │   ├── pl-PL.xml
│   │       │   │       │   ├── pt-pt.xml
│   │       │   │       │   ├── ro-RO.xml
│   │       │   │       │   ├── ru-ru.xml
│   │       │   │       │   ├── sv-se.xml
│   │       │   │       │   ├── zh-TW.xml
│   │       │   │       │   └── zh-cn.xml
│   │       │   │       ├── images
│   │       │   │       │   ├── Picasa.ini
│   │       │   │       │   ├── bold.gif
│   │       │   │       │   ├── bulletedlist.gif
│   │       │   │       │   ├── buttons.gif
│   │       │   │       │   ├── buttons.png
│   │       │   │       │   ├── copy.gif
│   │       │   │       │   ├── createlink.gif
│   │       │   │       │   ├── csharp.gif
│   │       │   │       │   ├── css
│   │       │   │       │   │   ├── toolbarbutton.off.out.gif
│   │       │   │       │   │   ├── toolbarbutton.off.over.gif
│   │       │   │       │   │   ├── toolbarbutton.on.out.gif
│   │       │   │       │   │   ├── toolbarbutton.on.over.gif
│   │       │   │       │   │   └── toolbarbutton.over.gif
│   │       │   │       │   ├── cut.gif
│   │       │   │       │   ├── delete.gif
│   │       │   │       │   ├── deletetablecolumn.gif
│   │       │   │       │   ├── deletetablerow.gif
│   │       │   │       │   ├── editstyle.gif
│   │       │   │       │   ├── edittable.gif
│   │       │   │       │   ├── edittablecell.gif
│   │       │   │       │   ├── edittablerow.gif
│   │       │   │       │   ├── fontbackcolorpicker.gif
│   │       │   │       │   ├── fontforecolorpicker.gif
│   │       │   │       │   ├── iespellcheck.gif
│   │       │   │       │   ├── indent.gif
│   │       │   │       │   ├── insertbutton.gif
│   │       │   │       │   ├── insertcheckbox.gif
│   │       │   │       │   ├── insertdate.gif
│   │       │   │       │   ├── insertdiv.gif
│   │       │   │       │   ├── insertdropdownlist.gif
│   │       │   │       │   ├── insertform.gif
│   │       │   │       │   ├── insertimage.gif
│   │       │   │       │   ├── insertimagefromgallery.gif
│   │       │   │       │   ├── insertlistbox.gif
│   │       │   │       │   ├── insertradiobutton.gif
│   │       │   │       │   ├── insertrule.gif
│   │       │   │       │   ├── inserttable.gif
│   │       │   │       │   ├── inserttablecolumn.gif
│   │       │   │       │   ├── inserttablecolumnafter.gif
│   │       │   │       │   ├── inserttablecolumnbefore.gif
│   │       │   │       │   ├── inserttablerow.gif
│   │       │   │       │   ├── inserttablerowafter.gif
│   │       │   │       │   ├── inserttablerowbefore.gif
│   │       │   │       │   ├── inserttextarea.gif
│   │       │   │       │   ├── inserttextbox.gif
│   │       │   │       │   ├── inserttime.gif
│   │       │   │       │   ├── italic.gif
│   │       │   │       │   ├── justifycenter.gif
│   │       │   │       │   ├── justifyfull.gif
│   │       │   │       │   ├── justifyleft.gif
│   │       │   │       │   ├── justifyright.gif
│   │       │   │       │   ├── mergecells.gif
│   │       │   │       │   ├── mergecolumns.gif
│   │       │   │       │   ├── mergerows.gif
│   │       │   │       │   ├── misc
│   │       │   │       │   │   ├── Image-Normal.psd
│   │       │   │       │   │   ├── Picasa.ini
│   │       │   │       │   │   ├── ToolbarButton-Background.psd
│   │       │   │       │   │   ├── buttonbackgrounds.psd
│   │       │   │       │   │   ├── toolbarbuttoncss.off.out.gif
│   │       │   │       │   │   ├── toolbarbuttoncss.off.over.gif
│   │       │   │       │   │   ├── toolbarbuttoncss.on.out.gif
│   │       │   │       │   │   └── toolbarbuttoncss.on.over.gif
│   │       │   │       │   ├── mode.design.gif
│   │       │   │       │   ├── mode.html.gif
│   │       │   │       │   ├── netspell.gif
│   │       │   │       │   ├── numberedlist.gif
│   │       │   │       │   ├── outdent.gif
│   │       │   │       │   ├── paste.gif
│   │       │   │       │   ├── preview.gif
│   │       │   │       │   ├── print.gif
│   │       │   │       │   ├── redo.gif
│   │       │   │       │   ├── removeformat.gif
│   │       │   │       │   ├── save.gif
│   │       │   │       │   ├── selectall.gif
│   │       │   │       │   ├── separator.horizontal.gif
│   │       │   │       │   ├── separator.vertical.gif
│   │       │   │       │   ├── spacer.gif
│   │       │   │       │   ├── spellcheck.gif
│   │       │   │       │   ├── splitcells.gif
│   │       │   │       │   ├── strikethrough.gif
│   │       │   │       │   ├── subs
│   │       │   │       │   │   ├── bold.gif
│   │       │   │       │   │   ├── bulletedlist.gif
│   │       │   │       │   │   ├── copy.gif
│   │       │   │       │   │   ├── createlink.gif
│   │       │   │       │   │   ├── cut.gif
│   │       │   │       │   │   ├── delete.gif
│   │       │   │       │   │   ├── deletetablecolumn.gif
│   │       │   │       │   │   ├── deletetablerow.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.gif
│   │       │   │       │   │   ├── fontforecolorpicker.gif
│   │       │   │       │   │   ├── indent.gif
│   │       │   │       │   │   ├── insertdate.gif
│   │       │   │       │   │   ├── insertimage.gif
│   │       │   │       │   │   ├── insertimagefromgallery.gif
│   │       │   │       │   │   ├── insertrule.gif
│   │       │   │       │   │   ├── inserttable.gif
│   │       │   │       │   │   ├── inserttablecolumn.gif
│   │       │   │       │   │   ├── inserttablerow.gif
│   │       │   │       │   │   ├── inserttime.gif
│   │       │   │       │   │   ├── italic.gif
│   │       │   │       │   │   ├── justifycenter.gif
│   │       │   │       │   │   ├── justifyfull.gif
│   │       │   │       │   │   ├── justifyleft.gif
│   │       │   │       │   │   ├── justifyright.gif
│   │       │   │       │   │   ├── mergecells.gif
│   │       │   │       │   │   ├── mergecolumns.gif
│   │       │   │       │   │   ├── numberedlist.gif
│   │       │   │       │   │   ├── outdent.gif
│   │       │   │       │   │   ├── paste.gif
│   │       │   │       │   │   ├── print.gif
│   │       │   │       │   │   ├── redo.gif
│   │       │   │       │   │   ├── removeformat.gif
│   │       │   │       │   │   ├── save.gif
│   │       │   │       │   │   ├── spellcheck.gif
│   │       │   │       │   │   ├── strikethrough.gif
│   │       │   │       │   │   ├── subscript.gif
│   │       │   │       │   │   ├── superscript.gif
│   │       │   │       │   │   ├── underline.gif
│   │       │   │       │   │   ├── undo.gif
│   │       │   │       │   │   ├── unlink.gif
│   │       │   │       │   │   ├── wordclean.gif
│   │       │   │       │   │   └── wordcount.gif
│   │       │   │       │   ├── subscript.gif
│   │       │   │       │   ├── superscript.gif
│   │       │   │       │   ├── toolbar.horizontal.background.gif
│   │       │   │       │   ├── toolbar.horizontal.end.gif
│   │       │   │       │   ├── toolbar.horizontal.start.gif
│   │       │   │       │   ├── toolbar.vertical.background.gif
│   │       │   │       │   ├── toolbar.vertical.end.gif
│   │       │   │       │   ├── toolbar.vertical.start.gif
│   │       │   │       │   ├── toolbarbutton.background.gif
│   │       │   │       │   ├── toolbarbutton.down.gif
│   │       │   │       │   ├── toolbarbuttoncss.off.out.gif
│   │       │   │       │   ├── toolbarbuttoncss.off.over.gif
│   │       │   │       │   ├── toolbarbuttoncss.on.out.gif
│   │       │   │       │   ├── toolbarbuttoncss.on.over.gif
│   │       │   │       │   ├── underline.gif
│   │       │   │       │   ├── undo.gif
│   │       │   │       │   ├── unlink.gif
│   │       │   │       │   ├── wordclean.gif
│   │       │   │       │   └── wordcount.gif
│   │       │   │       ├── office2000
│   │       │   │       │   ├── bold.gif
│   │       │   │       │   ├── bulletedlist.gif
│   │       │   │       │   ├── copy.gif
│   │       │   │       │   ├── createlink.gif
│   │       │   │       │   ├── cut.gif
│   │       │   │       │   ├── delete.gif
│   │       │   │       │   ├── deletetablecolumn.gif
│   │       │   │       │   ├── deletetablerow.gif
│   │       │   │       │   ├── editstyle.gif
│   │       │   │       │   ├── edittable.gif
│   │       │   │       │   ├── fontbackcolorpicker.gif
│   │       │   │       │   ├── fontforecolorpicker.gif
│   │       │   │       │   ├── iespellcheck.gif
│   │       │   │       │   ├── indent.gif
│   │       │   │       │   ├── insertbutton.gif
│   │       │   │       │   ├── insertcheckbox.gif
│   │       │   │       │   ├── insertdate.gif
│   │       │   │       │   ├── insertdiv.gif
│   │       │   │       │   ├── insertdropdownlist.gif
│   │       │   │       │   ├── insertform.gif
│   │       │   │       │   ├── insertimage.gif
│   │       │   │       │   ├── insertimagefromgallery.gif
│   │       │   │       │   ├── insertlistbox.gif
│   │       │   │       │   ├── insertradiobutton.gif
│   │       │   │       │   ├── insertrule.gif
│   │       │   │       │   ├── inserttable.gif
│   │       │   │       │   ├── inserttablecolumn.gif
│   │       │   │       │   ├── inserttablecolumnafter.gif
│   │       │   │       │   ├── inserttablecolumnbefore.gif
│   │       │   │       │   ├── inserttablerow.gif
│   │       │   │       │   ├── inserttablerowafter.gif
│   │       │   │       │   ├── inserttablerowbefore.gif
│   │       │   │       │   ├── inserttextarea.gif
│   │       │   │       │   ├── inserttextbox.gif
│   │       │   │       │   ├── inserttime.gif
│   │       │   │       │   ├── italic.gif
│   │       │   │       │   ├── justifycenter.gif
│   │       │   │       │   ├── justifyfull.gif
│   │       │   │       │   ├── justifyleft.gif
│   │       │   │       │   ├── justifyright.gif
│   │       │   │       │   ├── mergecells.gif
│   │       │   │       │   ├── mergerows.gif
│   │       │   │       │   ├── mode.design.gif
│   │       │   │       │   ├── mode.html.gif
│   │       │   │       │   ├── netspell.gif
│   │       │   │       │   ├── normal.gif
│   │       │   │       │   ├── normal.png
│   │       │   │       │   ├── numberedlist.gif
│   │       │   │       │   ├── outdent.gif
│   │       │   │       │   ├── paste.gif
│   │       │   │       │   ├── preview.gif
│   │       │   │       │   ├── print.gif
│   │       │   │       │   ├── redo.gif
│   │       │   │       │   ├── removeformat.gif
│   │       │   │       │   ├── save.gif
│   │       │   │       │   ├── selectall.gif
│   │       │   │       │   ├── separator.horizontal.gif
│   │       │   │       │   ├── spacer.gif
│   │       │   │       │   ├── spellcheck.gif
│   │       │   │       │   ├── strikethrough.gif
│   │       │   │       │   ├── subs
│   │       │   │       │   │   ├── bold.gif
│   │       │   │       │   │   ├── bulletedlist.gif
│   │       │   │       │   │   ├── copy.gif
│   │       │   │       │   │   ├── createlink.gif
│   │       │   │       │   │   ├── cut.gif
│   │       │   │       │   │   ├── delete.gif
│   │       │   │       │   │   ├── deletetablecolumn.gif
│   │       │   │       │   │   ├── deletetablerow.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.gif
│   │       │   │       │   │   ├── fontforecolorpicker.gif
│   │       │   │       │   │   ├── indent.gif
│   │       │   │       │   │   ├── insertdate.gif
│   │       │   │       │   │   ├── insertimage.gif
│   │       │   │       │   │   ├── insertimagefromgallery.gif
│   │       │   │       │   │   ├── insertrule.gif
│   │       │   │       │   │   ├── inserttable.gif
│   │       │   │       │   │   ├── inserttablecolumn.gif
│   │       │   │       │   │   ├── inserttablerow.gif
│   │       │   │       │   │   ├── inserttime.gif
│   │       │   │       │   │   ├── italic.gif
│   │       │   │       │   │   ├── justifycenter.gif
│   │       │   │       │   │   ├── justifyfull.gif
│   │       │   │       │   │   ├── justifyleft.gif
│   │       │   │       │   │   ├── justifyright.gif
│   │       │   │       │   │   ├── mergecells.gif
│   │       │   │       │   │   ├── mergerows.gif
│   │       │   │       │   │   ├── numberedlist.gif
│   │       │   │       │   │   ├── outdent.gif
│   │       │   │       │   │   ├── paste.gif
│   │       │   │       │   │   ├── print.gif
│   │       │   │       │   │   ├── redo.gif
│   │       │   │       │   │   ├── removeformat.gif
│   │       │   │       │   │   ├── save.gif
│   │       │   │       │   │   ├── spellcheck.gif
│   │       │   │       │   │   ├── strikethrough.gif
│   │       │   │       │   │   ├── subscript.gif
│   │       │   │       │   │   ├── superscript.gif
│   │       │   │       │   │   ├── underline.gif
│   │       │   │       │   │   ├── undo.gif
│   │       │   │       │   │   ├── unlink.gif
│   │       │   │       │   │   ├── wordclean.gif
│   │       │   │       │   │   └── wordcount.gif
│   │       │   │       │   ├── subscript.gif
│   │       │   │       │   ├── superscript.gif
│   │       │   │       │   ├── toolbar.horizontal.end.gif
│   │       │   │       │   ├── toolbar.horizontal.start.gif
│   │       │   │       │   ├── underline.gif
│   │       │   │       │   ├── undo.gif
│   │       │   │       │   ├── unlink.gif
│   │       │   │       │   ├── wordclean.gif
│   │       │   │       │   └── wordcount.gif
│   │       │   │       ├── officeMac
│   │       │   │       │   ├── Picasa.ini
│   │       │   │       │   ├── Untitled-2.png
│   │       │   │       │   ├── backcolorpicker.gif
│   │       │   │       │   ├── bold.gif
│   │       │   │       │   ├── bulletedlist.gif
│   │       │   │       │   ├── copy.gif
│   │       │   │       │   ├── createlink.gif
│   │       │   │       │   ├── cut.gif
│   │       │   │       │   ├── delete.gif
│   │       │   │       │   ├── deletetablecolumn.gif
│   │       │   │       │   ├── deletetablerow.gif
│   │       │   │       │   ├── editstyle.gif
│   │       │   │       │   ├── edittable.gif
│   │       │   │       │   ├── fontbackcolorpicker.gif
│   │       │   │       │   ├── fontforecolorpicker.gif
│   │       │   │       │   ├── forecolorpicker.gif
│   │       │   │       │   ├── iespellcheck.gif
│   │       │   │       │   ├── indent.gif
│   │       │   │       │   ├── insertbutton.gif
│   │       │   │       │   ├── insertcheckbox.gif
│   │       │   │       │   ├── insertdate.gif
│   │       │   │       │   ├── insertdiv.gif
│   │       │   │       │   ├── insertdropdownlist.gif
│   │       │   │       │   ├── insertform.gif
│   │       │   │       │   ├── insertimage.gif
│   │       │   │       │   ├── insertimagefromgallery.gif
│   │       │   │       │   ├── insertradiobutton.gif
│   │       │   │       │   ├── insertrule.gif
│   │       │   │       │   ├── inserttable.gif
│   │       │   │       │   ├── inserttablecolumnafter.gif
│   │       │   │       │   ├── inserttablecolumnbefore.gif
│   │       │   │       │   ├── inserttablerowafter.gif
│   │       │   │       │   ├── inserttablerowbefore.gif
│   │       │   │       │   ├── inserttextarea.gif
│   │       │   │       │   ├── inserttextbox.gif
│   │       │   │       │   ├── inserttime.gif
│   │       │   │       │   ├── italic.gif
│   │       │   │       │   ├── justifycenter.gif
│   │       │   │       │   ├── justifyfull.gif
│   │       │   │       │   ├── justifyleft.gif
│   │       │   │       │   ├── justifyright.gif
│   │       │   │       │   ├── mode.design.gif
│   │       │   │       │   ├── mode.html.gif
│   │       │   │       │   ├── netspell.gif
│   │       │   │       │   ├── new.gif
│   │       │   │       │   ├── numberedlist.gif
│   │       │   │       │   ├── outdent.gif
│   │       │   │       │   ├── paste.gif
│   │       │   │       │   ├── paste2.gif
│   │       │   │       │   ├── preview.gif
│   │       │   │       │   ├── print.gif
│   │       │   │       │   ├── redo.gif
│   │       │   │       │   ├── removeformat.gif
│   │       │   │       │   ├── save.gif
│   │       │   │       │   ├── selectall.gif
│   │       │   │       │   ├── separator.horizontal.gif
│   │       │   │       │   ├── strikethrough.gif
│   │       │   │       │   ├── subscript.gif
│   │       │   │       │   ├── superscript.gif
│   │       │   │       │   ├── toolbar.horizontal.background.gif
│   │       │   │       │   ├── toolbar.horizontal.end.gif
│   │       │   │       │   ├── toolbar.horizontal.end2.gif
│   │       │   │       │   ├── toolbar.horizontal.start.gif
│   │       │   │       │   ├── toolbarbuttoncss.off.normal.gif
│   │       │   │       │   ├── toolbarbuttoncss.off.over.gif
│   │       │   │       │   ├── toolbarbuttoncss.on.normal.gif
│   │       │   │       │   ├── toolbarbuttoncss.on.over.gif
│   │       │   │       │   ├── underline.gif
│   │       │   │       │   ├── undo.gif
│   │       │   │       │   ├── unlink.gif
│   │       │   │       │   └── wordclean.gif
│   │       │   │       ├── officeXP
│   │       │   │       │   ├── bold.gif
│   │       │   │       │   ├── bold.over.gif
│   │       │   │       │   ├── bulletedlist.gif
│   │       │   │       │   ├── bulletedlist.over.gif
│   │       │   │       │   ├── copy.gif
│   │       │   │       │   ├── copy.over.gif
│   │       │   │       │   ├── createlink.gif
│   │       │   │       │   ├── createlink.over.gif
│   │       │   │       │   ├── cut.gif
│   │       │   │       │   ├── cut.over.gif
│   │       │   │       │   ├── delete.gif
│   │       │   │       │   ├── delete.over.gif
│   │       │   │       │   ├── deletetablecolumn.gif
│   │       │   │       │   ├── deletetablecolumn.over.gif
│   │       │   │       │   ├── deletetablerow.gif
│   │       │   │       │   ├── deletetablerow.over.gif
│   │       │   │       │   ├── editstyle.gif
│   │       │   │       │   ├── edittable.gif
│   │       │   │       │   ├── fontbackcolorpicker.gif
│   │       │   │       │   ├── fontbackcolorpicker.over.gif
│   │       │   │       │   ├── fontforecolorpicker.gif
│   │       │   │       │   ├── fontforecolorpicker.over.gif
│   │       │   │       │   ├── forumColumnBackground.gif
│   │       │   │       │   ├── iespellcheck.gif
│   │       │   │       │   ├── iespellcheck.over.gif
│   │       │   │       │   ├── indent.gif
│   │       │   │       │   ├── indent.over.gif
│   │       │   │       │   ├── insertbutton.gif
│   │       │   │       │   ├── insertcheckbox.gif
│   │       │   │       │   ├── insertdate.gif
│   │       │   │       │   ├── insertdate.over.gif
│   │       │   │       │   ├── insertdiv.gif
│   │       │   │       │   ├── insertdropdownlist.gif
│   │       │   │       │   ├── insertform.gif
│   │       │   │       │   ├── insertimage.gif
│   │       │   │       │   ├── insertimage.over.gif
│   │       │   │       │   ├── insertimagefromgallery.gif
│   │       │   │       │   ├── insertimagefromgallery.over.gif
│   │       │   │       │   ├── insertlistbox.gif
│   │       │   │       │   ├── insertradiobutton.gif
│   │       │   │       │   ├── insertrule.gif
│   │       │   │       │   ├── insertrule.over.gif
│   │       │   │       │   ├── inserttable.gif
│   │       │   │       │   ├── inserttable.over.gif
│   │       │   │       │   ├── inserttablecolumn.gif
│   │       │   │       │   ├── inserttablecolumn.over.gif
│   │       │   │       │   ├── inserttablecolumnafter.gif
│   │       │   │       │   ├── inserttablecolumnafter.over.gif
│   │       │   │       │   ├── inserttablecolumnbefore.gif
│   │       │   │       │   ├── inserttablecolumnbefore.over.gif
│   │       │   │       │   ├── inserttablerow.gif
│   │       │   │       │   ├── inserttablerow.over.gif
│   │       │   │       │   ├── inserttablerowafter.gif
│   │       │   │       │   ├── inserttablerowafter.over.gif
│   │       │   │       │   ├── inserttablerowbefore.gif
│   │       │   │       │   ├── inserttablerowbefore.over.gif
│   │       │   │       │   ├── inserttextarea.gif
│   │       │   │       │   ├── inserttextbox.gif
│   │       │   │       │   ├── inserttime.gif
│   │       │   │       │   ├── inserttime.over.gif
│   │       │   │       │   ├── italic.gif
│   │       │   │       │   ├── italic.over.gif
│   │       │   │       │   ├── justifycenter.gif
│   │       │   │       │   ├── justifycenter.over.gif
│   │       │   │       │   ├── justifyfull.gif
│   │       │   │       │   ├── justifyfull.over.gif
│   │       │   │       │   ├── justifyleft.gif
│   │       │   │       │   ├── justifyleft.over.gif
│   │       │   │       │   ├── justifyright.gif
│   │       │   │       │   ├── justifyright.over.gif
│   │       │   │       │   ├── mergecells.gif
│   │       │   │       │   ├── mergecells.over.gif
│   │       │   │       │   ├── mergerows.gif
│   │       │   │       │   ├── mergerows.over.gif
│   │       │   │       │   ├── mode.design.gif
│   │       │   │       │   ├── mode.html.gif
│   │       │   │       │   ├── netspell.gif
│   │       │   │       │   ├── netspell.over.gif
│   │       │   │       │   ├── normal.gif
│   │       │   │       │   ├── normal.png
│   │       │   │       │   ├── numberedlist.gif
│   │       │   │       │   ├── numberedlist.over.gif
│   │       │   │       │   ├── old
│   │       │   │       │   │   ├── bgcolor.gif
│   │       │   │       │   │   ├── bold.gif
│   │       │   │       │   │   ├── bold.over.gif
│   │       │   │       │   │   ├── borders.gif
│   │       │   │       │   │   ├── bulletedlist.gif
│   │       │   │       │   │   ├── bulletedlist.over.gif
│   │       │   │       │   │   ├── changecase.gif
│   │       │   │       │   │   ├── changecase.over.gif
│   │       │   │       │   │   ├── copy.gif
│   │       │   │       │   │   ├── copy.over.gif
│   │       │   │       │   │   ├── createlink.gif
│   │       │   │       │   │   ├── createlink.over.gif
│   │       │   │       │   │   ├── cut.gif
│   │       │   │       │   │   ├── cut.over.gif
│   │       │   │       │   │   ├── delete.gif
│   │       │   │       │   │   ├── delete.over.gif
│   │       │   │       │   │   ├── deletetablecolumn.gif
│   │       │   │       │   │   ├── deletetablecolumn.over.gif
│   │       │   │       │   │   ├── deletetablerow.gif
│   │       │   │       │   │   ├── deletetablerow.over.gif
│   │       │   │       │   │   ├── details.gif
│   │       │   │       │   │   ├── find.gif
│   │       │   │       │   │   ├── find.over.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.over.gif
│   │       │   │       │   │   ├── indent.over.gif
│   │       │   │       │   │   ├── insertdate.gif
│   │       │   │       │   │   ├── insertdate.over.gif
│   │       │   │       │   │   ├── insertemail.gif
│   │       │   │       │   │   ├── insertemail.over.gif
│   │       │   │       │   │   ├── insertimage.gif
│   │       │   │       │   │   ├── insertimage.over.gif
│   │       │   │       │   │   ├── insertimagefromgallery.gif
│   │       │   │       │   │   ├── insertimagefromgallery.over.gif
│   │       │   │       │   │   ├── insertrule.gif
│   │       │   │       │   │   ├── insertrule.over.gif
│   │       │   │       │   │   ├── inserttable.gif
│   │       │   │       │   │   ├── inserttable.over.gif
│   │       │   │       │   │   ├── inserttablecolumn.gif
│   │       │   │       │   │   ├── inserttablecolumn.over.gif
│   │       │   │       │   │   ├── inserttablerow.gif
│   │       │   │       │   │   ├── inserttablerow.over.gif
│   │       │   │       │   │   ├── inserttime.gif
│   │       │   │       │   │   ├── inserttime.over.gif
│   │       │   │       │   │   ├── italic.gif
│   │       │   │       │   │   ├── italic.over.gif
│   │       │   │       │   │   ├── justifycenter.gif
│   │       │   │       │   │   ├── justifycenter.over.gif
│   │       │   │       │   │   ├── justifyfull.gif
│   │       │   │       │   │   ├── justifyfull.over.gif
│   │       │   │       │   │   ├── justifyleft.gif
│   │       │   │       │   │   ├── justifyleft.over.gif
│   │       │   │       │   │   ├── justifyright.gif
│   │       │   │       │   │   ├── justifyright.over.gif
│   │       │   │       │   │   ├── numberedlist.gif
│   │       │   │       │   │   ├── numberedlist.over.gif
│   │       │   │       │   │   ├── outdent.gif
│   │       │   │       │   │   ├── outdent.over.gif
│   │       │   │       │   │   ├── paste.gif
│   │       │   │       │   │   ├── paste.over.gif
│   │       │   │       │   │   ├── print.gif
│   │       │   │       │   │   ├── print.over.gif
│   │       │   │       │   │   ├── redo.gif
│   │       │   │       │   │   ├── redo.over.gif
│   │       │   │       │   │   ├── removeformat.gif
│   │       │   │       │   │   ├── removeformat.over.gif
│   │       │   │       │   │   ├── save.gif
│   │       │   │       │   │   ├── save.over.gif
│   │       │   │       │   │   ├── spellcheck.gif
│   │       │   │       │   │   ├── spellcheck.over.gif
│   │       │   │       │   │   ├── strikethrough.gif
│   │       │   │       │   │   ├── strikethrough.over.gif
│   │       │   │       │   │   ├── subscript.gif
│   │       │   │       │   │   ├── subscript.over.gif
│   │       │   │       │   │   ├── superscript.gif
│   │       │   │       │   │   ├── superscript.over.gif
│   │       │   │       │   │   ├── toggleborders.gif
│   │       │   │       │   │   ├── toggledetails.gif
│   │       │   │       │   │   ├── toggledetails.over.gif
│   │       │   │       │   │   ├── underline.gif
│   │       │   │       │   │   ├── underline.over.gif
│   │       │   │       │   │   ├── undo.gif
│   │       │   │       │   │   ├── undo.over.gif
│   │       │   │       │   │   ├── unlink.gif
│   │       │   │       │   │   ├── unlink.over.gif
│   │       │   │       │   │   ├── verse.gif
│   │       │   │       │   │   ├── verse.over.gif
│   │       │   │       │   │   ├── wordcount.gif
│   │       │   │       │   │   └── wordcount.over.gif
│   │       │   │       │   ├── outdent.gif
│   │       │   │       │   ├── outdent.over.gif
│   │       │   │       │   ├── paste.gif
│   │       │   │       │   ├── paste.over.gif
│   │       │   │       │   ├── preview.gif
│   │       │   │       │   ├── print.gif
│   │       │   │       │   ├── print.over.gif
│   │       │   │       │   ├── redo.gif
│   │       │   │       │   ├── redo.over.gif
│   │       │   │       │   ├── removeformat.gif
│   │       │   │       │   ├── removeformat.over.gif
│   │       │   │       │   ├── save.gif
│   │       │   │       │   ├── save.over.gif
│   │       │   │       │   ├── selectall.gif
│   │       │   │       │   ├── separator.horizontal.gif
│   │       │   │       │   ├── spacer.gif
│   │       │   │       │   ├── spellcheck.gif
│   │       │   │       │   ├── spellcheck.over.gif
│   │       │   │       │   ├── strikethrough.gif
│   │       │   │       │   ├── strikethrough.over.gif
│   │       │   │       │   ├── subs
│   │       │   │       │   │   ├── bold.gif
│   │       │   │       │   │   ├── bold.over.gif
│   │       │   │       │   │   ├── bulletedlist.gif
│   │       │   │       │   │   ├── bulletedlist.over.gif
│   │       │   │       │   │   ├── copy.gif
│   │       │   │       │   │   ├── copy.over.gif
│   │       │   │       │   │   ├── createlink.gif
│   │       │   │       │   │   ├── createlink.over.gif
│   │       │   │       │   │   ├── cut.gif
│   │       │   │       │   │   ├── cut.over.gif
│   │       │   │       │   │   ├── delete.gif
│   │       │   │       │   │   ├── delete.over.gif
│   │       │   │       │   │   ├── deletetablecolumn.gif
│   │       │   │       │   │   ├── deletetablecolumn.over.gif
│   │       │   │       │   │   ├── deletetablerow.gif
│   │       │   │       │   │   ├── deletetablerow.over.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.gif
│   │       │   │       │   │   ├── fontbackcolorpicker.over.gif
│   │       │   │       │   │   ├── fontforecolorpicker.gif
│   │       │   │       │   │   ├── fontforecolorpicker.over.gif
│   │       │   │       │   │   ├── indent.gif
│   │       │   │       │   │   ├── indent.over.gif
│   │       │   │       │   │   ├── insertdate.gif
│   │       │   │       │   │   ├── insertdate.over.gif
│   │       │   │       │   │   ├── insertimage.gif
│   │       │   │       │   │   ├── insertimage.over.gif
│   │       │   │       │   │   ├── insertimagefromgallery.gif
│   │       │   │       │   │   ├── insertimagefromgallery.over.gif
│   │       │   │       │   │   ├── insertrule.gif
│   │       │   │       │   │   ├── insertrule.over.gif
│   │       │   │       │   │   ├── inserttable.gif
│   │       │   │       │   │   ├── inserttable.over.gif
│   │       │   │       │   │   ├── inserttablecolumn.gif
│   │       │   │       │   │   ├── inserttablecolumn.over.gif
│   │       │   │       │   │   ├── inserttablerow.gif
│   │       │   │       │   │   ├── inserttablerow.over.gif
│   │       │   │       │   │   ├── inserttime.gif
│   │       │   │       │   │   ├── inserttime.over.gif
│   │       │   │       │   │   ├── italic.gif
│   │       │   │       │   │   ├── italic.over.gif
│   │       │   │       │   │   ├── justifycenter.gif
│   │       │   │       │   │   ├── justifycenter.over.gif
│   │       │   │       │   │   ├── justifyfull.gif
│   │       │   │       │   │   ├── justifyfull.over.gif
│   │       │   │       │   │   ├── justifyleft.gif
│   │       │   │       │   │   ├── justifyleft.over.gif
│   │       │   │       │   │   ├── justifyright.gif
│   │       │   │       │   │   ├── justifyright.over.gif
│   │       │   │       │   │   ├── mergecells.gif
│   │       │   │       │   │   ├── mergecells.over.gif
│   │       │   │       │   │   ├── mergerows.gif
│   │       │   │       │   │   ├── mergerows.over.gif
│   │       │   │       │   │   ├── numberedlist.gif
│   │       │   │       │   │   ├── numberedlist.over.gif
│   │       │   │       │   │   ├── outdent.gif
│   │       │   │       │   │   ├── outdent.over.gif
│   │       │   │       │   │   ├── paste.gif
│   │       │   │       │   │   ├── paste.over.gif
│   │       │   │       │   │   ├── print.gif
│   │       │   │       │   │   ├── print.over.gif
│   │       │   │       │   │   ├── redo.gif
│   │       │   │       │   │   ├── redo.over.gif
│   │       │   │       │   │   ├── removeformat.gif
│   │       │   │       │   │   ├── removeformat.over.gif
│   │       │   │       │   │   ├── save.gif
│   │       │   │       │   │   ├── save.over.gif
│   │       │   │       │   │   ├── spellcheck.gif
│   │       │   │       │   │   ├── spellcheck.over.gif
│   │       │   │       │   │   ├── strikethrough.gif
│   │       │   │       │   │   ├── strikethrough.over.gif
│   │       │   │       │   │   ├── subscript.gif
│   │       │   │       │   │   ├── subscript.over.gif
│   │       │   │       │   │   ├── superscript.gif
│   │       │   │       │   │   ├── superscript.over.gif
│   │       │   │       │   │   ├── underline.gif
│   │       │   │       │   │   ├── underline.over.gif
│   │       │   │       │   │   ├── undo.gif
│   │       │   │       │   │   ├── undo.over.gif
│   │       │   │       │   │   ├── unlink.gif
│   │       │   │       │   │   ├── unlink.over.gif
│   │       │   │       │   │   ├── wordclean.gif
│   │       │   │       │   │   ├── wordclean.over.gif
│   │       │   │       │   │   ├── wordcount.gif
│   │       │   │       │   │   └── wordcount.over.gif
│   │       │   │       │   ├── subscript.gif
│   │       │   │       │   ├── subscript.over.gif
│   │       │   │       │   ├── superscript.gif
│   │       │   │       │   ├── superscript.over.gif
│   │       │   │       │   ├── toolbar.horizontal.end.gif
│   │       │   │       │   ├── toolbar.horizontal.start.gif
│   │       │   │       │   ├── underline.gif
│   │       │   │       │   ├── underline.over.gif
│   │       │   │       │   ├── undo.gif
│   │       │   │       │   ├── undo.over.gif
│   │       │   │       │   ├── unlink.gif
│   │       │   │       │   ├── unlink.over.gif
│   │       │   │       │   ├── wordclean.gif
│   │       │   │       │   ├── wordclean.over.gif
│   │       │   │       │   ├── wordcount.gif
│   │       │   │       │   └── wordcount.over.gif
│   │       │   │       └── utility
│   │       │   │           ├── folder.big.gif
│   │       │   │           ├── folder.small.gif
│   │       │   │           ├── folder.up.gif
│   │       │   │           └── image.gif
│   │       │   ├── images
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 1_0.gif
│   │       │   │   ├── Photo
│   │       │   │   │   ├── 1.gif
│   │       │   │   │   ├── 12.jpg
│   │       │   │   │   ├── 2.gif
│   │       │   │   │   ├── 6.gif
│   │       │   │   │   ├── 7.gif
│   │       │   │   │   ├── lianjie1.gif
│   │       │   │   │   ├── lianjie2.gif
│   │       │   │   │   ├── tu2.gif
│   │       │   │   │   ├── 头像女.jpg
│   │       │   │   │   └── 头像男.jpg
│   │       │   │   ├── banner.jpg
│   │       │   │   ├── biao.gif
│   │       │   │   ├── budingxiazaipaihang.gif
│   │       │   │   ├── chanpin.gif
│   │       │   │   ├── chanpin2.gif
│   │       │   │   ├── chanpinxinxi.gif
│   │       │   │   ├── code_01.gif
│   │       │   │   ├── code_02.gif
│   │       │   │   ├── code_03.gif
│   │       │   │   ├── code_04.gif
│   │       │   │   ├── code_05.gif
│   │       │   │   ├── code_06.gif
│   │       │   │   ├── code_07.gif
│   │       │   │   ├── code_08.gif
│   │       │   │   ├── code_09.gif
│   │       │   │   ├── code_10.gif
│   │       │   │   ├── code_11.gif
│   │       │   │   ├── code_12.gif
│   │       │   │   ├── denglu.gif
│   │       │   │   ├── denglu0.gif
│   │       │   │   ├── denglu2.gif
│   │       │   │   ├── denglu_1.gif
│   │       │   │   ├── di.gif
│   │       │   │   ├── dibuzhong.gif
│   │       │   │   ├── dierbu.gif
│   │       │   │   ├── diyibu.gif
│   │       │   │   ├── fenlei.gif
│   │       │   │   ├── fenlei1.gif
│   │       │   │   ├── fenlei2.gif
│   │       │   │   ├── gognjuxiazaipaihang.gif
│   │       │   │   ├── gonggaojixinwenxinxi.gif
│   │       │   │   ├── gonjujibudingxiazai.gif
│   │       │   │   ├── houtaidenglu.gif
│   │       │   │   ├── jiaodianxinwen.gif
│   │       │   │   ├── jiaodianxinwen2.gif
│   │       │   │   ├── jiaodianxinwen3.gif
│   │       │   │   ├── liuyanbu.gif
│   │       │   │   ├── liuyanxiangxixinxi.gif
│   │       │   │   ├── liuyanzhuti.gif
│   │       │   │   ├── more.gif
│   │       │   │   ├── qiyegongao.gif
│   │       │   │   ├── tu.gif
│   │       │   │   ├── tuichudenglu.GIF
│   │       │   │   ├── wangzhanshouye.GIF
│   │       │   │   ├── yonghuzhecexieyi.gif
│   │       │   │   ├── youqinglianjie.gif
│   │       │   │   ├── zhaodaomima.gif
│   │       │   │   ├── zhaopinxinxi.gif
│   │       │   │   └── zhuce.gif
│   │       │   └── licenses.licx
│   │       └── 程序使用说明.doc
│   └── 21
│       └── 仿百度之明日知道网站
│           ├── MRQA
│           │   ├── App_Code
│           │   ├── Bin
│           │   │   ├── msmdvbanet.dll
│           │   │   └── msmdvbanet.dll.refresh
│           │   ├── ClientWebSite
│           │   │   ├── Answer.aspx
│           │   │   ├── Answer.aspx.cs
│           │   │   ├── App_Code
│           │   │   │   ├── ClientHelper.cs
│           │   │   │   ├── DataClasses.dbml
│           │   │   │   ├── DataClasses.dbml.layout
│           │   │   │   └── DataClasses.designer.cs
│           │   │   ├── App_Data
│           │   │   ├── Bin
│           │   │   │   ├── ServerControl.dll
│           │   │   │   └── ServerControl.pdb
│           │   │   ├── Images
│           │   │   │   ├── SureLogin.JPG
│           │   │   │   ├── bbs_header_nav.gif
│           │   │   │   ├── bg.gif
│           │   │   │   ├── btn_register.gif
│           │   │   │   ├── end.gif
│           │   │   │   ├── hd.gif
│           │   │   │   ├── home32.gif
│           │   │   │   ├── ite.gif
│           │   │   │   ├── left01.gif
│           │   │   │   ├── left011.gif
│           │   │   │   ├── left02.gif
│           │   │   │   ├── left022.GIF
│           │   │   │   ├── left03.gif
│           │   │   │   ├── left033.gif
│           │   │   │   ├── login.jpg
│           │   │   │   ├── login1_01.gif
│           │   │   │   ├── login1_02.gif
│           │   │   │   ├── login1_03.gif
│           │   │   │   ├── login1_04.gif
│           │   │   │   ├── loginb.gif
│           │   │   │   ├── loginbg.gif
│           │   │   │   ├── logo.gif
│           │   │   │   ├── mark_time.gif
│           │   │   │   ├── mark_title_simple.gif
│           │   │   │   ├── mark_ts.gif
│           │   │   │   ├── mark_unsearch.gif
│           │   │   │   ├── so.GIF
│           │   │   │   ├── text.gif
│           │   │   │   ├── top2_01.gif
│           │   │   │   ├── top2_02.gif
│           │   │   │   ├── top2_03.gif
│           │   │   │   ├── top2_04.gif
│           │   │   │   ├── top2_05.gif
│           │   │   │   ├── top2_06.gif
│           │   │   │   ├── top2_07.gif
│           │   │   │   ├── top2_08.gif
│           │   │   │   ├── top2_09.gif
│           │   │   │   ├── top2_10.gif
│           │   │   │   ├── top_01.gif
│           │   │   │   ├── top_02.gif
│           │   │   │   ├── top_03.gif
│           │   │   │   ├── top_04.gif
│           │   │   │   ├── top_05.gif
│           │   │   │   ├── top_06.gif
│           │   │   │   ├── top_07.gif
│           │   │   │   ├── top_08.gif
│           │   │   │   ├── top_09.gif
│           │   │   │   ├── top_10.gif
│           │   │   │   ├── topic_permit.gif
│           │   │   │   ├── tw.gif
│           │   │   │   ├── unface.gif
│           │   │   │   └── zhuce.jpg
│           │   │   ├── Index.aspx
│           │   │   ├── Index.aspx.cs
│           │   │   ├── Login.aspx
│           │   │   ├── Login.aspx.cs
│           │   │   ├── NotLogin.aspx
│           │   │   ├── NotLogin.aspx.cs
│           │   │   ├── NotSearch.aspx
│           │   │   ├── NotSearch.aspx.cs
│           │   │   ├── Question.aspx
│           │   │   ├── Question.aspx.cs
│           │   │   ├── QuestionAnswer.aspx
│           │   │   ├── QuestionAnswer.aspx.cs
│           │   │   ├── QuestionCatalog.aspx
│           │   │   ├── QuestionCatalog.aspx.cs
│           │   │   ├── QuestionList.aspx
│           │   │   ├── QuestionList.aspx.cs
│           │   │   ├── QuestionList2.aspx
│           │   │   ├── QuestionList2.aspx.cs
│           │   │   ├── Register.aspx
│           │   │   ├── Register.aspx.cs
│           │   │   ├── UC_Footer.ascx
│           │   │   ├── UC_Footer.ascx.cs
│           │   │   ├── UC_Header.ascx
│           │   │   ├── UC_Header.ascx.cs
│           │   │   ├── UC_Navigation.ascx
│           │   │   ├── UC_Navigation.ascx.cs
│           │   │   ├── UC_Search.ascx
│           │   │   ├── UC_Search.ascx.cs
│           │   │   ├── css
│           │   │   │   ├── css.css
│           │   │   │   ├── jquery.js
│           │   │   │   └── style.css
│           │   │   ├── vwd.webinfo
│           │   │   └── web.config
│           │   ├── Database
│           │   │   ├── db_MRQA.mdf
│           │   │   └── db_MRQA_log.ldf
│           │   ├── MRQA.sln
│           │   ├── MRQA.suo
│           │   ├── ServerControl
│           │   │   ├── GridView.cs
│           │   │   ├── OurPager.cs
│           │   │   ├── Properties
│           │   │   │   └── AssemblyInfo.cs
│           │   │   ├── ServerControl.csproj
│           │   │   ├── ServerControl.csproj.user
│           │   │   ├── ServerControl.sln
│           │   │   ├── ServerControl.suo
│           │   │   ├── ValidateCode.cs
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── ServerControl.dll
│           │   │   │       └── ServerControl.pdb
│           │   │   └── obj
│           │   │       └── Debug
│           │   │           ├── Refactor
│           │   │           │   └── ServerControl.dll
│           │   │           ├── ServerControl.csproj.FileListAbsolute.txt
│           │   │           ├── ServerControl.dll
│           │   │           ├── ServerControl.pdb
│           │   │           └── TempPE
│           │   ├── ServerWebSite
│           │   │   ├── App_Code
│           │   │   │   ├── ClientHelper.cs
│           │   │   │   ├── Cookie.cs
│           │   │   │   ├── DataClasses.dbml
│           │   │   │   ├── DataClasses.dbml.layout
│           │   │   │   └── DataClasses.designer.cs
│           │   │   ├── App_Data
│           │   │   ├── App_Themes
│           │   │   │   └── Green
│           │   │   │       ├── Images
│           │   │   │       │   ├── Bottom.jpg
│           │   │   │       │   ├── GvTitlebgGreen.gif
│           │   │   │       │   ├── buttonbgGray.gif
│           │   │   │       │   ├── jinxiaocun-index-lan0.gif
│           │   │   │       │   ├── jinxiaocun-index-lan02.gif
│           │   │   │       │   ├── jinxiaocun-index-lan03.gif
│           │   │   │       │   ├── jinxiaocun-index-lan04.gif
│           │   │   │       │   ├── jinxiaocun-index-lan05.gif
│           │   │   │       │   ├── logo.png
│           │   │   │       │   ├── logoGreen.gif
│           │   │   │       │   ├── mainbgGreen.gif
│           │   │   │       │   ├── mainbottomGreen.gif
│           │   │   │       │   ├── maintopbgGreen.gif
│           │   │   │       │   ├── maintopleftGreen.gif
│           │   │   │       │   ├── maintoprightGreen.gif
│           │   │   │       │   ├── miantoptabGreen.gif
│           │   │   │       │   ├── redLine.gif
│           │   │   │       │   ├── submitTitleGreen.gif
│           │   │   │       │   ├── topbg2.gif
│           │   │   │       │   ├── topbgGreen.gif
│           │   │   │       │   └── vssver2.scc
│           │   │   │       ├── SkinFile.skin
│           │   │   │       ├── base.css
│           │   │   │       ├── master.css
│           │   │   │       └── vssver2.scc
│           │   │   ├── Bin
│           │   │   │   ├── ServerControl.dll
│           │   │   │   ├── ServerControl.dll.refresh
│           │   │   │   └── ServerControl.pdb
│           │   │   ├── QuestionManager.aspx
│           │   │   ├── QuestionManager.aspx.cs
│           │   │   ├── Themes
│           │   │   │   ├── Css
│           │   │   │   │   ├── Common.css
│           │   │   │   │   ├── Master.css
│           │   │   │   │   ├── default.css
│           │   │   │   │   ├── screen.css
│           │   │   │   │   ├── uploadify.css
│           │   │   │   │   └── vssver2.scc
│           │   │   │   ├── Images
│           │   │   │   │   ├── Common
│           │   │   │   │   │   ├── buttonbg.gif
│           │   │   │   │   │   ├── buttondel.gif
│           │   │   │   │   │   ├── buttonnext.gif
│           │   │   │   │   │   ├── calendar.gif
│           │   │   │   │   │   ├── help.gif
│           │   │   │   │   │   ├── line.gif
│           │   │   │   │   │   ├── mainContent.jpg
│           │   │   │   │   │   ├── meetingtitlebg.gif
│           │   │   │   │   │   ├── richengicon.gif
│           │   │   │   │   │   ├── rightbg.gif
│           │   │   │   │   │   ├── rightbottom.gif
│           │   │   │   │   │   ├── rightmiddline.gif
│           │   │   │   │   │   ├── rightmiddlw.gif
│           │   │   │   │   │   ├── righttop.gif
│           │   │   │   │   │   ├── tab1.gif
│           │   │   │   │   │   ├── tab2.gif
│           │   │   │   │   │   ├── title.gif
│           │   │   │   │   │   ├── titlebluebg.gif
│           │   │   │   │   │   ├── titleleft.gif
│           │   │   │   │   │   └── vssver2.scc
│           │   │   │   │   ├── Error
│           │   │   │   │   │   ├── Bottom.gif
│           │   │   │   │   │   ├── Broken line.gif
│           │   │   │   │   │   ├── ErectLineleft.gif
│           │   │   │   │   │   ├── ErectLineright.gif
│           │   │   │   │   │   ├── SmallMan.jpg
│           │   │   │   │   │   └── top.gif
│           │   │   │   │   ├── Login
│           │   │   │   │   │   ├── exit.jpg
│           │   │   │   │   │   ├── exitreturn.jpg
│           │   │   │   │   │   ├── login.jpg
│           │   │   │   │   │   ├── loginreturn.jpg
│           │   │   │   │   │   ├── user-login_01.gif
│           │   │   │   │   │   ├── user-login_02.gif
│           │   │   │   │   │   ├── user-login_03.gif
│           │   │   │   │   │   ├── user-login_04.gif
│           │   │   │   │   │   └── user-login_05.gif
│           │   │   │   │   ├── Navigation
│           │   │   │   │   │   ├── Cube.bmp
│           │   │   │   │   │   ├── folder.gif
│           │   │   │   │   │   └── page.gif
│           │   │   │   │   ├── ToolBarN
│           │   │   │   │   │   ├── toolbarbg.gif
│           │   │   │   │   │   └── vssver2.scc
│           │   │   │   │   └── UploadFile
│           │   │   │   │       ├── BeginUpload.gif
│           │   │   │   │       ├── CancelUpload.gif
│           │   │   │   │       └── SelectUpload.gif
│           │   │   │   ├── Js
│           │   │   │   │   ├── Dialog.js
│           │   │   │   │   ├── FileManager.js
│           │   │   │   │   ├── gridrowselect.js
│           │   │   │   │   ├── lightbox.js
│           │   │   │   │   ├── modalDialog.js
│           │   │   │   │   ├── prototype.js
│           │   │   │   │   └── vssver2.scc
│           │   │   │   ├── MasterPage.master
│           │   │   │   ├── MasterPage.master.cs
│           │   │   │   ├── Xml
│           │   │   │   │   ├── CustomConfig.xml
│           │   │   │   │   ├── SiteMap.xml
│           │   │   │   │   └── vssver2.scc
│           │   │   │   └── vssver2.scc
│           │   │   ├── UserManager.aspx
│           │   │   ├── UserManager.aspx.cs
│           │   │   ├── vwd.webinfo
│           │   │   └── web.config
│           │   └── Web.config
│           ├── ~$程序使用说明.doc
│           └── 程序使用说明.doc
├── CSharp Project Practice.part01.rar
├── CSharp Project Practice.part02.rar
├── CSharp Project Practice.part03.rar
└── 各种C#做的系统_C#.rar

455 directories, 3943 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复