实例介绍
C#项目开发案例全程实录源代码C#项目开发案例全程实录源代码C#项目开发案例全程实录源代码C#项目开发案例全程实录源代码
【实例截图】
【核心代码】
2f64a475-aa95-42db-9f46-5c9dd2e79ffe
└── 源代码
├── 01
│ ├── readme.doc
│ └── VWMS
│ ├── VWMS
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.MediaPlayer.dll
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Interop.MediaPlayer.dll
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── VWMS.exe
│ │ │ ├── VWMS.pdb
│ │ │ ├── VWMS.vshost.exe
│ │ │ ├── VWMS.vshost.exe.manifest
│ │ │ └── 系统注册机.exe
│ │ ├── CommonClass
│ │ │ ├── DataCon.cs
│ │ │ ├── DataOperate.cs
│ │ │ ├── PelcoD.cs
│ │ │ ├── SoftReg.cs
│ │ │ └── VideoOperate.cs
│ │ ├── DataBase
│ │ │ └── db_VWMS.mdb
│ │ ├── 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
│ │ ├── Image
│ │ │ ├── 主页面
│ │ │ │ ├── 上.png
│ │ │ │ ├── 下.png
│ │ │ │ ├── 主界面图片.bmp
│ │ │ │ ├── 主界面背景.bmp
│ │ │ │ ├── 停止.png
│ │ │ │ ├── 光圈+.png
│ │ │ │ ├── 光圈-.png
│ │ │ │ ├── 右.png
│ │ │ │ ├── 回放.png
│ │ │ │ ├── 对焦+.png
│ │ │ │ ├── 对焦-按钮.png
│ │ │ │ ├── 左.png
│ │ │ │ ├── 录像.png
│ │ │ │ ├── 快照.png
│ │ │ │ ├── 注册.png
│ │ │ │ ├── 监控管理.png
│ │ │ │ ├── 聚焦+按钮.png
│ │ │ │ ├── 聚焦-按钮.png
│ │ │ │ ├── 雨刷+.png
│ │ │ │ └── 雨刷-.png
│ │ │ ├── 播放器页面
│ │ │ │ ├── 关闭按钮.png
│ │ │ │ └── 回放按钮.png
│ │ │ ├── 用户.ico
│ │ │ ├── 监控管理界面
│ │ │ │ ├── 修改.bmp
│ │ │ │ ├── 删除按钮.bmp
│ │ │ │ ├── 添加按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ ├── 系统登录
│ │ │ │ ├── 登录按钮.png
│ │ │ │ ├── 登录背景.bmp
│ │ │ │ └── 退出按钮.png
│ │ │ └── 软件注册页面
│ │ │ ├── 关闭按钮.png
│ │ │ ├── 注册按钮.png
│ │ │ └── 背景.bmp
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── VWMS.csproj.FileListAbsolute.txt
│ │ │ │ ├── VWMS.csproj.GenerateResource.Cache
│ │ │ │ ├── VWMS.csproj.ResolveComReference.cache
│ │ │ │ ├── VWMS.exe
│ │ │ │ ├── VWMS.frmLogin.resources
│ │ │ │ ├── VWMS.frmMain.resources
│ │ │ │ ├── VWMS.frmPlay.resources
│ │ │ │ ├── VWMS.frmRegister.resources
│ │ │ │ ├── VWMS.frmSetMonitor.resources
│ │ │ │ ├── VWMS.pdb
│ │ │ │ └── VWMS.Properties.Resources.resources
│ │ │ ├── VWMS.csproj.FileListAbsolute.txt
│ │ │ └── VWMS.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── VWMS.csproj
│ │ └── VWMS.csproj.user
│ ├── VWMS.sln
│ └── VWMS.suo
├── 02
│ ├── readme.doc
│ └── SMS
│ ├── SMS
│ │ ├── AboutBox1.cs
│ │ ├── AboutBox1.Designer.cs
│ │ ├── AboutBox1.resx
│ │ ├── BaseClass
│ │ │ ├── ConnClass.cs
│ │ │ └── GSM.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── DataBase
│ │ │ │ └── db_SMS.mdb
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── SMS.exe
│ │ │ ├── SMS.pdb
│ │ │ ├── SMS.vshost.exe
│ │ │ └── SMS.vshost.exe.manifest
│ │ ├── DataBase
│ │ │ └── db_SMS.mdb
│ │ ├── frmAddDy.cs
│ │ ├── frmAddDy.Designer.cs
│ │ ├── frmAddDy.resx
│ │ ├── frmAddUser.cs
│ │ ├── frmAddUser.Designer.cs
│ │ ├── frmAddUser.resx
│ │ ├── frmChangePwd.cs
│ │ ├── frmChangePwd.Designer.cs
│ │ ├── frmChangePwd.resx
│ │ ├── frmCydy.cs
│ │ ├── frmCydy.Designer.cs
│ │ ├── frmCydy.resx
│ │ ├── frmDyChange.cs
│ │ ├── frmDyChange.Designer.cs
│ │ ├── frmDyChange.resx
│ │ ├── frmDy.cs
│ │ ├── frmDy.Designer.cs
│ │ ├── frmDy.resx
│ │ ├── frmLock.cs
│ │ ├── frmLock.Designer.cs
│ │ ├── frmLock.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmResvice.cs
│ │ ├── frmResvice.Designer.cs
│ │ ├── frmResvice.resx
│ │ ├── frmSendSMS.cs
│ │ ├── frmSendSMS.Designer.cs
│ │ ├── frmSendSMS.resx
│ │ ├── frmSmsXX.cs
│ │ ├── frmSmsXX.Designer.cs
│ │ ├── frmSmsXX.resx
│ │ ├── frmTel.cs
│ │ ├── frmTel.Designer.cs
│ │ ├── frmTelNote.cs
│ │ ├── frmTelNote.Designer.cs
│ │ ├── frmTelNote.resx
│ │ ├── frmTel.resx
│ │ ├── frmYfxx.cs
│ │ ├── frmYfxx.Designer.cs
│ │ ├── frmYfxx.resx
│ │ ├── Image
│ │ │ ├── an_1.gif
│ │ │ ├── an_2.gif
│ │ │ ├── b1.gif
│ │ │ ├── b2.gif
│ │ │ ├── bg_1.gif
│ │ │ ├── bg_2.gif
│ │ │ ├── bg.jpg
│ │ │ ├── j_1.gif
│ │ │ ├── login_1.gif
│ │ │ ├── login_2.gif
│ │ │ └── login.jpg
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── SMS.AboutBox1.resources
│ │ │ │ ├── SMS.csproj.FileListAbsolute.txt
│ │ │ │ ├── SMS.csproj.GenerateResource.Cache
│ │ │ │ ├── SMS.csproj.ResolveComReference.cache
│ │ │ │ ├── SMS.exe
│ │ │ │ ├── SMS.frmAddDy.resources
│ │ │ │ ├── SMS.frmAddUser.resources
│ │ │ │ ├── SMS.frmChangePwd.resources
│ │ │ │ ├── SMS.frmCydy.resources
│ │ │ │ ├── SMS.frmDyChange.resources
│ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ ├── SMS.pdb
│ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── SMS.csproj.FileList.txt
│ │ ├── 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
│ ├── SMS.sln
│ └── SMS.suo
├── 03
│ └── PMS
│ ├── PMS
│ │ ├── Backup
│ │ │ └── PMS.bak
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── PMS.exe
│ │ │ ├── PMS.pdb
│ │ │ ├── PMS.vshost.exe
│ │ │ └── PMS.vshost.exe.manifest
│ │ ├── ClassDiagram1.cd
│ │ ├── 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
│ │ ├── frmAddDep.cs
│ │ ├── frmAddDep.Designer.cs
│ │ ├── frmAddDep.resx
│ │ ├── frmAddEmployee.cs
│ │ ├── frmAddEmployee.Designer.cs
│ │ ├── frmAddEmployee.resx
│ │ ├── frmAddUserCheck.cs
│ │ ├── frmAddUserCheck.Designer.cs
│ │ ├── frmAddUserCheck.resx
│ │ ├── frmAddUserRedeploy.cs
│ │ ├── frmAddUserRedeploy.Designer.cs
│ │ ├── frmAddUserRedeploy.resx
│ │ ├── frmChangeDep.cs
│ │ ├── frmChangeDep.Designer.cs
│ │ ├── frmChangeDep.resx
│ │ ├── frmChangePrize.cs
│ │ ├── frmChangePrize.Designer.cs
│ │ ├── frmChangePrize.resx
│ │ ├── frmChangePwd.cs
│ │ ├── frmChangePwd.Designer.cs
│ │ ├── frmChangePwd.resx
│ │ ├── frmChangeUser.cs
│ │ ├── frmChangeUser.Designer.cs
│ │ ├── frmChangeUserRedeploy.cs
│ │ ├── frmChangeUserRedeploy.Designer.cs
│ │ ├── frmChangeUserRedeploy.resx
│ │ ├── frmChangeUser.resx
│ │ ├── frmDataBackup.cs
│ │ ├── frmDataBackup.Designer.cs
│ │ ├── frmDataBackup.resx
│ │ ├── frmDepManager.cs
│ │ ├── frmDepManager.Designer.cs
│ │ ├── frmDepManager.resx
│ │ ├── frmEmployee.cs
│ │ ├── frmEmployee.Designer.cs
│ │ ├── frmEmployeeInfo.cs
│ │ ├── frmEmployeeInfo.Designer.cs
│ │ ├── frmEmployeeInfo.resx
│ │ ├── frmEmployee.resx
│ │ ├── frmJFmanage.cs
│ │ ├── frmJFmanage.Designer.cs
│ │ ├── frmJFmanage.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmOperator.cs
│ │ ├── frmOperator.Designer.cs
│ │ ├── frmOperator.resx
│ │ ├── frmUserCheckChange.cs
│ │ ├── frmUserCheckChange.Designer.cs
│ │ ├── frmUserCheckChange.resx
│ │ ├── frmUserCheck.cs
│ │ ├── frmUserCheck.Designer.cs
│ │ ├── frmUserCheck.resx
│ │ ├── frmUserKqManage.cs
│ │ ├── frmUserKqManage.Designer.cs
│ │ ├── frmUserKqManage.resx
│ │ ├── frmUserPay.cs
│ │ ├── frmUserPay.Designer.cs
│ │ ├── frmUserPay.resx
│ │ ├── frmUserPrize.cs
│ │ ├── frmUserPrize.Designer.cs
│ │ ├── frmUserPrize.resx
│ │ ├── frmUserRedeploy.cs
│ │ ├── frmUserRedeploy.Designer.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.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.frmChangeUserRedeploy.resources
│ │ │ │ ├── PMS.frmChangeUser.resources
│ │ │ │ ├── PMS.frmDataBackup.resources
│ │ │ │ ├── PMS.frmDepManager.resources
│ │ │ │ ├── PMS.frmEmployeeInfo.resources
│ │ │ │ ├── PMS.frmEmployee.resources
│ │ │ │ ├── PMS.frmJFmanage.resources
│ │ │ │ ├── PMS.frmLogin.resources
│ │ │ │ ├── PMS.frmMain.resources
│ │ │ │ ├── PMS.frmOperator.resources
│ │ │ │ ├── PMS.frmUserCheckChange.resources
│ │ │ │ ├── PMS.frmUserCheck.resources
│ │ │ │ ├── PMS.frmUserKqManage.resources
│ │ │ │ ├── PMS.frmUserPay.resources
│ │ │ │ ├── PMS.frmUserPrize.resources
│ │ │ │ ├── PMS.frmUserRedeploy.resources
│ │ │ │ ├── PMS.pdb
│ │ │ │ ├── PMS.PrintForm.frmPrizePrint.resources
│ │ │ │ ├── PMS.PrintForm.frmRedeployPrint.resources
│ │ │ │ ├── PMS.PrintForm.frmUserCheckPrint.resources
│ │ │ │ ├── PMS.PrintForm.frmUserPayPrint.resources
│ │ │ │ ├── PMS.PrintForm.frmUserPrint.resources
│ │ │ │ ├── PMS.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── 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
│ │ ├── PMSClass
│ │ │ ├── DBConnection.cs
│ │ │ └── DBOperate.cs
│ │ ├── PMS.csproj
│ │ ├── PMS.csproj.user
│ │ ├── PMSImage
│ │ │ ├── default.jpg
│ │ │ ├── house.ico
│ │ │ ├── login.jpg
│ │ │ ├── main1.jpg
│ │ │ ├── people.ico
│ │ │ ├── 人事工资管理系统.ico
│ │ │ ├── 保存.ico
│ │ │ ├── 修改.ico
│ │ │ ├── 修改口令.png
│ │ │ ├── 出勤管理.ico
│ │ │ ├── 删除.ico
│ │ │ ├── 奖罚管理.png
│ │ │ ├── 工资总结.png
│ │ │ ├── 工资管理.png
│ │ │ ├── 打印.png
│ │ │ ├── 操作员管理.png
│ │ │ ├── 数据备份.png
│ │ │ ├── 更改操作员.png
│ │ │ ├── 查询.bmp
│ │ │ ├── 档案管理.png
│ │ │ ├── 添加.ico
│ │ │ ├── 用户管理.ico
│ │ │ ├── 系统管理.png
│ │ │ ├── 考勤津贴.png
│ │ │ ├── 考评管理.png
│ │ │ ├── 调动管理.png
│ │ │ ├── 退出.ico
│ │ │ └── 部门管理.png
│ │ ├── PrintForm
│ │ │ ├── frmPrizePrint.cs
│ │ │ ├── frmPrizePrint.Designer.cs
│ │ │ ├── frmPrizePrint.resx
│ │ │ ├── frmRedeployPrint.cs
│ │ │ ├── frmRedeployPrint.Designer.cs
│ │ │ ├── frmRedeployPrint.resx
│ │ │ ├── frmUserCheckPrint.cs
│ │ │ ├── frmUserCheckPrint.Designer.cs
│ │ │ ├── frmUserCheckPrint.resx
│ │ │ ├── frmUserPayPrint.cs
│ │ │ ├── frmUserPayPrint.Designer.cs
│ │ │ ├── frmUserPayPrint.resx
│ │ │ ├── frmUserPrint.cs
│ │ │ ├── frmUserPrint.Designer.cs
│ │ │ └── frmUserPrint.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PMS.sln
│ ├── PMS.suo
│ └── readme.doc
├── 04
│ ├── Daila
│ │ ├── Daila
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.vshost.exe
│ │ │ │ ├── Daila.vshost.exe.manifest
│ │ │ │ └── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── D160A.cs
│ │ │ ├── Daila.csproj
│ │ │ ├── Daila.csproj.user
│ │ │ ├── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── frmCustomer.cs
│ │ │ ├── frmCustomer.Designer.cs
│ │ │ ├── frmCustomer.resx
│ │ │ ├── frmCustomerUpdate.cs
│ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ ├── frmCustomerUpdate.resx
│ │ │ ├── frmDai.cs
│ │ │ ├── frmDai.Designer.cs
│ │ │ ├── frmDai.resx
│ │ │ ├── frmEmployeeInfo.cs
│ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ ├── frmEmployeeInfo.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmProd.cs
│ │ │ ├── frmProd.Designer.cs
│ │ │ ├── frmProd.resx
│ │ │ ├── frmtbProduction.cs
│ │ │ ├── frmtbProduction.Designer.cs
│ │ │ ├── frmtbProduction.resx
│ │ │ ├── frmtbProPath.cs
│ │ │ ├── frmtbProPath.Designer.cs
│ │ │ ├── frmtbProPathNew.cs
│ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ ├── frmtbProPathNew.resx
│ │ │ ├── frmtbProPath.resx
│ │ │ ├── frmTel.cs
│ │ │ ├── frmTel.Designer.cs
│ │ │ ├── frmTel.resx
│ │ │ ├── login.cs
│ │ │ ├── login.Designer.cs
│ │ │ ├── login.resx
│ │ │ ├── NewClass
│ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ ├── tbProductionClass.cs
│ │ │ │ ├── tbProPathClass.cs
│ │ │ │ └── tbTelRecordClass.cs
│ │ │ ├── NewMehod
│ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Daila.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ ├── Daila.login.resources
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 取消按钮.bmp
│ │ │ ├── 确定按钮.bmp
│ │ │ └── 背景.bmp
│ │ ├── Daila.sln
│ │ └── Daila.suo
│ └── readme.doc
├── 05
│ ├── KTV
│ │ ├── KTV
│ │ │ ├── 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
│ │ │ ├── Database
│ │ │ │ └── db_KTV.mdb
│ │ │ ├── frmAuton.cs
│ │ │ ├── frmAuton.Designer.cs
│ │ │ ├── frmAuton.resx
│ │ │ ├── frmDaiGe.cs
│ │ │ ├── frmDaiGe.Designer.cs
│ │ │ ├── frmDaiGe.resx
│ │ │ ├── frmdictionary.cs
│ │ │ ├── frmdictionary.Designer.cs
│ │ │ ├── frmdictionary.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmMusicinfo.cs
│ │ │ ├── frmMusicinfo.Designer.cs
│ │ │ ├── frmMusicinfo.resx
│ │ │ ├── frmNumber.cs
│ │ │ ├── frmNumber.Designer.cs
│ │ │ ├── frmNumber.resx
│ │ │ ├── frmPlay.cs
│ │ │ ├── frmPlay.Designer.cs
│ │ │ ├── frmPlay.resx
│ │ │ ├── KTVclass
│ │ │ │ ├── frmdictionaryMenthod.cs
│ │ │ │ ├── getConnection.cs
│ │ │ │ ├── tb_authorinfo.cs
│ │ │ │ ├── tb_authorinfoMenthod.cs
│ │ │ │ ├── tb_computer.cs
│ │ │ │ ├── tb_dictionary.cs
│ │ │ │ ├── tb_musicinfo.cs
│ │ │ │ └── tbMusicnfoMenthod.cs
│ │ │ ├── KTV.csproj
│ │ │ ├── KTV.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── KTV.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── KTV.csproj.GenerateResource.Cache
│ │ │ │ │ ├── KTV.csproj.ResolveComReference.cache
│ │ │ │ │ ├── KTV.exe
│ │ │ │ │ ├── KTV.frmAuton.resources
│ │ │ │ │ ├── KTV.frmDaiGe.resources
│ │ │ │ │ ├── KTV.frmdictionary.resources
│ │ │ │ │ ├── KTV.frmLogin.resources
│ │ │ │ │ ├── KTV.frmMain.resources
│ │ │ │ │ ├── KTV.frmMusicinfo.resources
│ │ │ │ │ ├── KTV.frmNumber.resources
│ │ │ │ │ ├── KTV.frmPlay.resources
│ │ │ │ │ ├── KTV.pdb
│ │ │ │ │ ├── KTV.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Database.db_KTVDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── KTV.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 0.png
│ │ │ ├── 取消按钮.bmp
│ │ │ ├── 拼音点歌.png
│ │ │ ├── 播放.png
│ │ │ ├── 数字点歌.png
│ │ │ ├── 明星点歌.png
│ │ │ ├── 歌名点歌.png
│ │ │ ├── 确定按钮.bmp
│ │ │ ├── 背景.bmp
│ │ │ ├── 背景图.bmp
│ │ │ ├── 退出.png
│ │ │ └── 选择.png
│ │ ├── KTV.sln
│ │ └── KTV.suo
│ └── readme.doc
├── 06
│ ├── MyQQ
│ │ ├── MyQQClient
│ │ │ ├── MyQQClient
│ │ │ │ ├── 0.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── center.jpg
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ ├── man.bmp
│ │ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ │ ├── my-QQ_08.jpg
│ │ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ │ ├── my-QQ_12.jpg
│ │ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ │ └── video_03.png
│ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── MyQQClient.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQClient.sln
│ │ │ └── MyQQClient.suo
│ │ ├── MyQQServer
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ ├── MyQQServer.vshost.exe.manifest
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ └── db_MyQQData_log.LDF
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── MyQQServer.csproj.user
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MyQQServer.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ └── MyQQ.suo
│ │ └── QQClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QQClass.dll
│ │ │ └── QQClass.pdb
│ │ ├── ClassForms.cs
│ │ ├── ClassMsg.cs
│ │ ├── ClassOptionData.cs
│ │ ├── ClassSerializers.cs
│ │ ├── ClassUserInfo.cs
│ │ ├── ClassUsers.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQClass.csproj.FileListAbsolute.txt
│ │ │ │ ├── QQClass.dll
│ │ │ │ ├── QQClass.pdb
│ │ │ │ └── Refactor
│ │ │ │ └── QQClass.dll
│ │ │ └── QQClass.csproj.FileList.txt
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Publec_Class.cs
│ │ ├── QQClass.csproj
│ │ ├── UDPSocket.cs
│ │ ├── UDPSocket.Designer.cs
│ │ └── Video.cs
│ └── readme.doc
├── 07
│ ├── MrCy
│ │ ├── MrCy
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── BaseClass
│ │ │ │ └── DBConn.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MrCy.exe
│ │ │ │ ├── MrCy.pdb
│ │ │ │ ├── MrCy.vshost.exe
│ │ │ │ └── MrCy.vshost.exe.manifest
│ │ │ ├── Database
│ │ │ │ ├── db_MrCy_Log.LDF
│ │ │ │ └── db_MrCy.MDF
│ │ │ ├── frmBF.cs
│ │ │ ├── frmBF.Designer.cs
│ │ │ ├── frmBF.resx
│ │ │ ├── frmCalender.cs
│ │ │ ├── frmCalender.Designer.cs
│ │ │ ├── frmCalender.resx
│ │ │ ├── frmDC.cs
│ │ │ ├── frmDC.Designer.cs
│ │ │ ├── frmDC.resx
│ │ │ ├── frmDesk.cs
│ │ │ ├── frmDesk.Designer.cs
│ │ │ ├── frmDesk.resx
│ │ │ ├── frmDetails.cs
│ │ │ ├── frmDetails.Designer.cs
│ │ │ ├── frmDetails.resx
│ │ │ ├── frmHF.cs
│ │ │ ├── frmHF.Designer.cs
│ │ │ ├── frmHF.resx
│ │ │ ├── frmJZ.cs
│ │ │ ├── frmJZ.Designer.cs
│ │ │ ├── frmJZ.resx
│ │ │ ├── frmLock.cs
│ │ │ ├── frmLock.Designer.cs
│ │ │ ├── frmLock.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOpen.cs
│ │ │ ├── frmOpen.Designer.cs
│ │ │ ├── frmOpen.resx
│ │ │ ├── frmPwd.cs
│ │ │ ├── frmPwd.Designer.cs
│ │ │ ├── frmPwd.resx
│ │ │ ├── frmQxGl.cs
│ │ │ ├── frmQxGl.Designer.cs
│ │ │ ├── frmQxGl.resx
│ │ │ ├── frmSerch.cs
│ │ │ ├── frmSerch.Designer.cs
│ │ │ ├── frmSerch.resx
│ │ │ ├── frmUser.cs
│ │ │ ├── frmUser.Designer.cs
│ │ │ ├── frmUser.resx
│ │ │ ├── Image
│ │ │ │ ├── a_1.gif
│ │ │ │ ├── a_1.jpg
│ │ │ │ ├── a_2.gif
│ │ │ │ ├── a_2.jpg
│ │ │ │ ├── bg_03.gif
│ │ │ │ ├── bg0.jpg
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── j_1.gif
│ │ │ │ └── login.jpg
│ │ │ ├── MrCy.csproj
│ │ │ ├── MrCy.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── MrCy.AboutBox1.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
│ │ │ │ │ ├── MrCy.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MrCy.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MrCy.sln
│ │ └── MrCy.suo
│ └── readme.doc
├── 08
│ ├── PWMS
│ │ ├── PWMS
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── bar
│ │ │ │ │ └── 2008-1-9104229.bak
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ ├── Interop.Word.dll
│ │ │ │ ├── PWMS.exe
│ │ │ │ ├── PWMS.pdb
│ │ │ │ ├── PWMS.vshost.exe
│ │ │ │ └── PWMS.vshost.exe.manifest
│ │ │ ├── DataBase
│ │ │ │ ├── db_PWMS_log.ldf
│ │ │ │ └── db_PWMS.mdf
│ │ │ ├── DataClass
│ │ │ │ └── MyMeans.cs
│ │ │ ├── F_Login.cs
│ │ │ ├── F_Login.Designer.cs
│ │ │ ├── F_Login.resx
│ │ │ ├── F_Main.cs
│ │ │ ├── F_Main.Designer.cs
│ │ │ ├── F_Main.resx
│ │ │ ├── Image
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.PNG
│ │ │ │ ├── 03.PNG
│ │ │ │ ├── 04.PNG
│ │ │ │ ├── 05.PNG
│ │ │ │ ├── 06.PNG
│ │ │ │ ├── 07.PNG
│ │ │ │ ├── 08.PNG
│ │ │ │ ├── 09.PNG
│ │ │ │ ├── PEOPLE.jpg
│ │ │ │ ├── 主界面.bmp
│ │ │ │ ├── 人事档案浏览.bmp
│ │ │ │ ├── 人事资料查询.BMP
│ │ │ │ ├── 修改.BMP
│ │ │ │ ├── 关闭.BMP
│ │ │ │ ├── 删除.BMP
│ │ │ │ ├── 员工合同提示.BMP
│ │ │ │ ├── 备份.bmp
│ │ │ │ ├── 日常记事.bmp
│ │ │ │ ├── 权限.BMP
│ │ │ │ ├── 添加.BMP
│ │ │ │ ├── 登录1.BMP
│ │ │ │ ├── 登录.BMP
│ │ │ │ ├── 退出系统.BMP
│ │ │ │ └── 通讯录.BMP
│ │ │ ├── InfoAddForm
│ │ │ │ ├── F_Address.cs
│ │ │ │ ├── F_Address.Designer.cs
│ │ │ │ ├── F_Address.resx
│ │ │ │ ├── F_Basic.cs
│ │ │ │ ├── F_Basic.Designer.cs
│ │ │ │ ├── F_Basic.resx
│ │ │ │ ├── F_ClewSet.cs
│ │ │ │ ├── F_ClewSet.Designer.cs
│ │ │ │ └── F_ClewSet.resx
│ │ │ ├── ModuleClass
│ │ │ │ └── MyModule.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PWMS.exe
│ │ │ │ │ ├── PWMS.F_Login.resources
│ │ │ │ │ ├── PWMS.F_Main.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── PWMS.csproj.FileList.txt
│ │ │ ├── PerForm
│ │ │ │ ├── F_AddressList.cs
│ │ │ │ ├── F_AddressList.Designer.cs
│ │ │ │ ├── F_AddressList.resx
│ │ │ │ ├── F_ClearData.cs
│ │ │ │ ├── F_ClearData.Designer.cs
│ │ │ │ ├── F_ClearData.resx
│ │ │ │ ├── F_Find.cs
│ │ │ │ ├── F_Find.Designer.cs
│ │ │ │ ├── F_Find.resx
│ │ │ │ ├── F_HaveBack.cs
│ │ │ │ ├── F_HaveBack.Designer.cs
│ │ │ │ ├── F_HaveBack.resx
│ │ │ │ ├── F_ManFile.cs
│ │ │ │ ├── F_ManFile.Designer.cs
│ │ │ │ ├── F_ManFile.resx
│ │ │ │ ├── F_Stat.cs
│ │ │ │ ├── F_Stat.Designer.cs
│ │ │ │ ├── F_Stat.resx
│ │ │ │ ├── F_UserAdd.cs
│ │ │ │ ├── F_UserAdd.Designer.cs
│ │ │ │ ├── F_UserAdd.resx
│ │ │ │ ├── F_User.cs
│ │ │ │ ├── F_User.Designer.cs
│ │ │ │ ├── F_UserPope.cs
│ │ │ │ ├── F_UserPope.Designer.cs
│ │ │ │ ├── F_UserPope.resx
│ │ │ │ ├── F_User.resx
│ │ │ │ ├── F_WordPad.cs
│ │ │ │ ├── F_WordPad.Designer.cs
│ │ │ │ └── F_WordPad.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PWMS.csproj
│ │ │ └── PWMS.csproj.user
│ │ ├── PWMS.sln
│ │ └── PWMS.suo
│ └── readme.doc
├── 09
│ ├── CHEXC
│ │ ├── CHEXC
│ │ │ ├── bg.JPG
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CHEXC.exe
│ │ │ │ ├── CHEXC.pdb
│ │ │ │ ├── CHEXC.vshost.exe
│ │ │ │ └── CHEXC.vshost.exe.manifest
│ │ │ ├── CHEXC.csproj
│ │ │ ├── CHEXC.csproj.user
│ │ │ ├── ClassInfo
│ │ │ │ ├── tb_Company.cs
│ │ │ │ ├── tb_EmpInfo.cs
│ │ │ │ ├── tb_JhGoodsInfo.cs
│ │ │ │ ├── tb_KcGoods.cs
│ │ │ │ ├── tb_SellGoods.cs
│ │ │ │ └── tb_ThGoodsInfo.cs
│ │ │ ├── DataBase
│ │ │ │ ├── db_CSManage_log.ldf
│ │ │ │ └── db_CSManage.mdf
│ │ │ ├── frmCompanyInfo.cs
│ │ │ ├── frmCompanyInfo.Designer.cs
│ │ │ ├── frmCompanyInfo.resx
│ │ │ ├── frm.cs
│ │ │ ├── frmDataBack.cs
│ │ │ ├── frmDataBack.Designer.cs
│ │ │ ├── frmDataBack.resx
│ │ │ ├── frmDataReole.cs
│ │ │ ├── frmDataReole.Designer.cs
│ │ │ ├── frmDataReole.resx
│ │ │ ├── frm.Designer.cs
│ │ │ ├── frmEmpInfo.cs
│ │ │ ├── frmEmpInfo.Designer.cs
│ │ │ ├── frmEmpInfo.resx
│ │ │ ├── frmFindGood.cs
│ │ │ ├── frmFindGood.Designer.cs
│ │ │ ├── frmFindGood.resx
│ │ │ ├── frmGonYingShang.cs
│ │ │ ├── frmGonYingShang.Designer.cs
│ │ │ ├── frmGonYingShang.resx
│ │ │ ├── frmGoodID.cs
│ │ │ ├── frmGoodID.Designer.cs
│ │ │ ├── frmGoodID.resx
│ │ │ ├── frmJhGoodsInfo.cs
│ │ │ ├── frmJhGoodsInfo.Designer.cs
│ │ │ ├── frmJhGoodsInfo.resx
│ │ │ ├── frmKcGoodFind.cs
│ │ │ ├── frmKcGoodFind.Designer.cs
│ │ │ ├── frmKcGoodFind.resx
│ │ │ ├── frmKcGoods.cs
│ │ │ ├── frmKcGoods.Designer.cs
│ │ │ ├── frmKcGoods.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frm.resx
│ │ │ ├── frmSellGoodInfo.cs
│ │ │ ├── frmSellGoodInfo.Designer.cs
│ │ │ ├── frmSellGoodInfo.resx
│ │ │ ├── frmSellGoods.cs
│ │ │ ├── frmSellGoods.Designer.cs
│ │ │ ├── frmSellGoods.resx
│ │ │ ├── frmThGoodsInfo.cs
│ │ │ ├── frmThGoodsInfo.Designer.cs
│ │ │ ├── frmThGoodsInfo.resx
│ │ │ ├── GoodMenhod
│ │ │ │ ├── getSqlConnection.cs
│ │ │ │ ├── tb_CompanyMenthod.cs
│ │ │ │ ├── tb_EmpInfoMenthod.cs
│ │ │ │ ├── tb_JhGoodsInfoMenthod.cs
│ │ │ │ ├── tb_KcGoodsMenthod.cs
│ │ │ │ ├── tb_SellGoodsMenthod.cs
│ │ │ │ └── tb_ThGoodsMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── CHEXC.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CHEXC.csproj.FileListAbsolute.txt
│ │ │ │ ├── CHEXC.csproj.GenerateResource.Cache
│ │ │ │ ├── CHEXC.exe
│ │ │ │ ├── CHEXC.frmCompanyInfo.resources
│ │ │ │ ├── CHEXC.frmDataBack.resources
│ │ │ │ ├── CHEXC.frmDataReole.resources
│ │ │ │ ├── CHEXC.frmEmpInfo.resources
│ │ │ │ ├── CHEXC.frmFindGood.resources
│ │ │ │ ├── CHEXC.frmGonYingShang.resources
│ │ │ │ ├── CHEXC.frmGoodID.resources
│ │ │ │ ├── CHEXC.frmJhGoodsInfo.resources
│ │ │ │ ├── CHEXC.frmKcGoodFind.resources
│ │ │ │ ├── CHEXC.frmKcGoods.resources
│ │ │ │ ├── CHEXC.frmLogin.resources
│ │ │ │ ├── CHEXC.frmMain.resources
│ │ │ │ ├── CHEXC.frmSellGoodInfo.resources
│ │ │ │ ├── CHEXC.frmSellGoods.resources
│ │ │ │ ├── CHEXC.frmThGoodsInfo.resources
│ │ │ │ ├── CHEXC.pdb
│ │ │ │ ├── CHEXC.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── bg.JPG
│ │ │ ├── 保存1.ico
│ │ │ ├── 保存.ico
│ │ │ ├── 修改.ico
│ │ │ ├── 删除1.ico
│ │ │ ├── 删除.ico
│ │ │ ├── 取消.ico
│ │ │ ├── 取消按钮.png
│ │ │ ├── 添加.ico
│ │ │ ├── 确定按钮.png
│ │ │ ├── 背景.bmp
│ │ │ └── 退出.ico
│ │ ├── CHEXC.sln
│ │ └── CHEXC.suo
│ └── readme.doc
├── 10
│ ├── readme.doc
│ └── SALE
│ ├── SALE
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SALE.exe
│ │ │ ├── SALE.ini
│ │ │ ├── SALE.pdb
│ │ │ ├── SALE.vshost.exe
│ │ │ └── SALE.vshost.exe.manifest
│ │ ├── 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.ldf
│ │ │ └── Sale_Data.MDF
│ │ ├── Images
│ │ │ ├── AgentManage
│ │ │ │ ├── 16代理商档案.gif
│ │ │ │ ├── 16代理登记.gif
│ │ │ │ └── 16代理管理.gif
│ │ │ ├── ChartAnalyse
│ │ │ │ ├── 16图表分析.gif
│ │ │ │ ├── 16月份间分析.gif
│ │ │ │ └── 16某时段分析.gif
│ │ │ ├── DataReport
│ │ │ │ ├── 16数据报表.gif
│ │ │ │ ├── 16明细表.gif
│ │ │ │ └── 16汇总表.gif
│ │ │ ├── other
│ │ │ │ ├── 16编程词典销售分析系统.gif
│ │ │ │ ├── 16编程词典销售分析系统.ico
│ │ │ │ ├── 16退出.gif
│ │ │ │ ├── an_03.gif
│ │ │ │ ├── an_05.gif
│ │ │ │ ├── an_07.gif
│ │ │ │ ├── 关闭.gif
│ │ │ │ ├── 关闭的文件夹副本.ico
│ │ │ │ ├── 大图c#.bmp
│ │ │ │ ├── 打开.gif
│ │ │ │ ├── 打开的文件夹副本.ico
│ │ │ │ ├── 登录.bmp
│ │ │ │ ├── 登录小样C#.bmp
│ │ │ │ ├── 登录背景C#.bmp
│ │ │ │ ├── 退出.bmp
│ │ │ │ └── 重置.bmp
│ │ │ ├── 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
│ │ │ └── tool
│ │ │ ├── add.ico
│ │ │ ├── btnfind.ico
│ │ │ ├── cancel.ico
│ │ │ ├── change.ico
│ │ │ ├── Close.ico
│ │ │ ├── delete.ico
│ │ │ ├── exit.ico
│ │ │ ├── find.ico
│ │ │ ├── Query.ico
│ │ │ └── save.ico
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SALE.csproj.FileListAbsolute.txt
│ │ │ ├── SALE.csproj.GenerateResource.Cache
│ │ │ ├── SALE.exe
│ │ │ ├── SALE.Properties.Resources.resources
│ │ │ ├── SALE.UI.AgentManage.FormAgentRecordInput.resources
│ │ │ ├── SALE.UI.AgentManage.FormAgentRecord.resources
│ │ │ ├── SALE.UI.AgentManage.FormDepRegisterInput.resources
│ │ │ ├── SALE.UI.AgentManage.FormDepRegister.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.FormBrowseRetailBarterBaseBillOther.resources
│ │ │ ├── SALE.UI.SaleManage.FormBrowseRetailBarterBaseBill.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.FormBrowseRetailUntreadBaseBillOther.resources
│ │ │ ├── SALE.UI.SaleManage.FormBrowseRetailUntreadBaseBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormBrowseRetailUntreadGatherBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormBrowseRetailUntreadRefundBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterBaseBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterBaseBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterConsignBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterConsignBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterExchangeBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailBarterExchangeBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleConsignBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleConsignBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleOrderBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleOrderBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleTradeBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailSaleTradeBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadBaseBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadBaseBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadGatherBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadGatherBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadRefundBillInput.resources
│ │ │ ├── SALE.UI.SaleManage.FormRetailUntreadRefundBill.resources
│ │ │ ├── SALE.UI.SaleManage.FormSaleCDRecord.resources
│ │ │ ├── SALE.UI.SaleManage.FormUntreadCDRecord.resources
│ │ │ ├── SALE.UI.SystemSetting.FormAgentLevelInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormAgentLevel.resources
│ │ │ ├── SALE.UI.SystemSetting.FormAmendPassword.resources
│ │ │ ├── SALE.UI.SystemSetting.FormBankInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormBank.resources
│ │ │ ├── SALE.UI.SystemSetting.FormConsignCorpInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormConsignCorp.resources
│ │ │ ├── SALE.UI.SystemSetting.FormEmployeeInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormEmployee.resources
│ │ │ ├── SALE.UI.SystemSetting.FormGoodsSeriesInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormGoodsSeries.resources
│ │ │ ├── SALE.UI.SystemSetting.FormGoodsTypeInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormGoodsType.resources
│ │ │ ├── SALE.UI.SystemSetting.FormOperatorInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormOperator.resources
│ │ │ ├── SALE.UI.SystemSetting.FormPayTypeInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormPayType.resources
│ │ │ ├── SALE.UI.SystemSetting.FormProvinceInput.resources
│ │ │ ├── SALE.UI.SystemSetting.FormProvince.resources
│ │ │ ├── SALE.UI.SystemSetting.FormPurviewAssign.resources
│ │ │ └── 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.cs.dll
│ │ │ ├── UI.ChartAnalyse.WinForm.FormDifferentMonthSaleAnalyse.Designer.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.CrystalReport1.cs.dll
│ │ │ ├── UI.DataReport.CryReprot.CryText.cs.dll
│ │ │ ├── UI.DataReport.CryReprot.CryUntreadList.cs.dll
│ │ │ ├── UI.DataReport.CryReprot.DataSet1.Designer.cs.dll
│ │ │ ├── UI.DataReport.CryReprot.OperationCollect.Designer.cs.dll
│ │ │ └── UI.DataReport.CryReprot.SaleCollect.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SALE.csproj
│ │ ├── SALE.csproj.user
│ │ └── UI
│ │ ├── AgentManage
│ │ │ ├── FormAgentRecord .cs
│ │ │ ├── FormAgentRecord .Designer.cs
│ │ │ ├── FormAgentRecordInput.cs
│ │ │ ├── FormAgentRecordInput.Designer.cs
│ │ │ ├── FormAgentRecordInput.resx
│ │ │ ├── FormAgentRecord .resx
│ │ │ ├── FormDepRegister.cs
│ │ │ ├── FormDepRegister.Designer.cs
│ │ │ ├── FormDepRegisterInput.cs
│ │ │ ├── FormDepRegisterInput.Designer.cs
│ │ │ ├── FormDepRegisterInput.resx
│ │ │ └── FormDepRegister.resx
│ │ ├── ChartAnalyse
│ │ │ ├── CryReprot
│ │ │ │ ├── AllKinds.cs
│ │ │ │ ├── AllKinds.Designer.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.cs
│ │ │ ├── FormAllkindsSometimeSaleAnalyse.Designer.cs
│ │ │ ├── FormAllkindsSometimeSaleAnalyse.resx
│ │ │ ├── FormDifferentMonthSaleAnalyse.cs
│ │ │ ├── FormDifferentMonthSaleAnalyse.Designer.cs
│ │ │ └── FormDifferentMonthSaleAnalyse.resx
│ │ ├── DataReport
│ │ │ ├── CryReprot
│ │ │ │ ├── CryBarterList.cs
│ │ │ │ ├── CryBarterList.rpt
│ │ │ │ ├── CryOperationCollect.cs
│ │ │ │ ├── CryOperationCollect.rpt
│ │ │ │ ├── CrySaleList.cs
│ │ │ │ ├── CrySaleList.rpt
│ │ │ │ ├── CryUntreadList.cs
│ │ │ │ ├── CryUntreadList.rpt
│ │ │ │ ├── OperationCollect.cs
│ │ │ │ ├── OperationCollect.Designer.cs
│ │ │ │ ├── OperationCollect.xsc
│ │ │ │ ├── OperationCollect.xsd
│ │ │ │ └── OperationCollect.xss
│ │ │ └── WinForm
│ │ │ ├── FormOperationCollect.cs
│ │ │ ├── FormOperationCollect.Designer.cs
│ │ │ ├── FormOperationCollect.resx
│ │ │ ├── FormOperationList.cs
│ │ │ ├── FormOperationList.Designer.cs
│ │ │ └── FormOperationList.resx
│ │ ├── FormAppMain.cs
│ │ ├── FormAppMain.Designer.cs
│ │ ├── FormAppMain.resx
│ │ ├── FormLogin.cs
│ │ ├── FormLogin.Designer.cs
│ │ ├── FormLogin.resx
│ │ ├── SaleManage
│ │ │ ├── FormBarterBaseCDRecord.cs
│ │ │ ├── FormBarterBaseCDRecord.Designer.cs
│ │ │ ├── FormBarterBaseCDRecord.resx
│ │ │ ├── FormBarterConsignCDRecord.cs
│ │ │ ├── FormBarterConsignCDRecord.Designer.cs
│ │ │ ├── FormBarterConsignCDRecord.resx
│ │ │ ├── FormBrowseRetailBarterBaseBill.cs
│ │ │ ├── FormBrowseRetailBarterBaseBill.Designer.cs
│ │ │ ├── FormBrowseRetailBarterBaseBillOther.cs
│ │ │ ├── FormBrowseRetailBarterBaseBillOther.Designer.cs
│ │ │ ├── FormBrowseRetailBarterBaseBillOther.resx
│ │ │ ├── FormBrowseRetailBarterBaseBill.resx
│ │ │ ├── FormBrowseRetailBarterConsignBill.cs
│ │ │ ├── FormBrowseRetailBarterConsignBill.Designer.cs
│ │ │ ├── FormBrowseRetailBarterConsignBill.resx
│ │ │ ├── FormBrowseRetailBarterExchangeBill.cs
│ │ │ ├── FormBrowseRetailBarterExchangeBill.Designer.cs
│ │ │ ├── FormBrowseRetailBarterExchangeBill.resx
│ │ │ ├── FormBrowseRetailCustomer.cs
│ │ │ ├── FormBrowseRetailCustomer.Designer.cs
│ │ │ ├── FormBrowseRetailCustomer.resx
│ │ │ ├── FormBrowseRetailSaleConsignBill.cs
│ │ │ ├── FormBrowseRetailSaleConsignBill.Designer.cs
│ │ │ ├── FormBrowseRetailSaleConsignBill.resx
│ │ │ ├── FormBrowseRetailSaleOrderBill.cs
│ │ │ ├── FormBrowseRetailSaleOrderBill.Designer.cs
│ │ │ ├── FormBrowseRetailSaleOrderBill.resx
│ │ │ ├── FormBrowseRetailSaleTradeBill.cs
│ │ │ ├── FormBrowseRetailSaleTradeBill.Designer.cs
│ │ │ ├── FormBrowseRetailSaleTradeBill.resx
│ │ │ ├── FormBrowseRetailUntreadBaseBill.cs
│ │ │ ├── FormBrowseRetailUntreadBaseBill.Designer.cs
│ │ │ ├── FormBrowseRetailUntreadBaseBillOther.cs
│ │ │ ├── FormBrowseRetailUntreadBaseBillOther.Designer.cs
│ │ │ ├── FormBrowseRetailUntreadBaseBillOther.resx
│ │ │ ├── FormBrowseRetailUntreadBaseBill.resx
│ │ │ ├── FormBrowseRetailUntreadGatherBill.cs
│ │ │ ├── FormBrowseRetailUntreadGatherBill.Designer.cs
│ │ │ ├── FormBrowseRetailUntreadGatherBill.resx
│ │ │ ├── FormBrowseRetailUntreadRefundBill.cs
│ │ │ ├── FormBrowseRetailUntreadRefundBill.Designer.cs
│ │ │ ├── FormBrowseRetailUntreadRefundBill.resx
│ │ │ ├── FormRetailBarterBaseBill.cs
│ │ │ ├── FormRetailBarterBaseBill.Designer.cs
│ │ │ ├── FormRetailBarterBaseBillInput.cs
│ │ │ ├── FormRetailBarterBaseBillInput.Designer.cs
│ │ │ ├── FormRetailBarterBaseBillInput.resx
│ │ │ ├── FormRetailBarterBaseBill.resx
│ │ │ ├── FormRetailBarterConsignBill.cs
│ │ │ ├── FormRetailBarterConsignBill.Designer.cs
│ │ │ ├── FormRetailBarterConsignBillInput.cs
│ │ │ ├── FormRetailBarterConsignBillInput.Designer.cs
│ │ │ ├── FormRetailBarterConsignBillInput.resx
│ │ │ ├── FormRetailBarterConsignBill.resx
│ │ │ ├── FormRetailBarterExchangeBill.cs
│ │ │ ├── FormRetailBarterExchangeBill.Designer.cs
│ │ │ ├── FormRetailBarterExchangeBillInput.cs
│ │ │ ├── FormRetailBarterExchangeBillInput.Designer.cs
│ │ │ ├── FormRetailBarterExchangeBillInput.resx
│ │ │ ├── FormRetailBarterExchangeBill.resx
│ │ │ ├── FormRetailSaleBill.cs
│ │ │ ├── FormRetailSaleBill.Designer.cs
│ │ │ ├── FormRetailSaleBill.resx
│ │ │ ├── FormRetailSaleConsignBill.cs
│ │ │ ├── FormRetailSaleConsignBill.Designer.cs
│ │ │ ├── FormRetailSaleConsignBillInput.cs
│ │ │ ├── FormRetailSaleConsignBillInput.Designer.cs
│ │ │ ├── FormRetailSaleConsignBillInput.resx
│ │ │ ├── FormRetailSaleConsignBill.resx
│ │ │ ├── FormRetailSaleOrderBill.cs
│ │ │ ├── FormRetailSaleOrderBill.Designer.cs
│ │ │ ├── FormRetailSaleOrderBillInput.cs
│ │ │ ├── FormRetailSaleOrderBillInput.Designer.cs
│ │ │ ├── FormRetailSaleOrderBillInput.resx
│ │ │ ├── FormRetailSaleOrderBill.resx
│ │ │ ├── FormRetailSaleTradeBill.cs
│ │ │ ├── FormRetailSaleTradeBill.Designer.cs
│ │ │ ├── FormRetailSaleTradeBillInput.cs
│ │ │ ├── FormRetailSaleTradeBillInput.Designer.cs
│ │ │ ├── FormRetailSaleTradeBillInput.resx
│ │ │ ├── FormRetailSaleTradeBill.resx
│ │ │ ├── FormRetailUntreadBaseBill.cs
│ │ │ ├── FormRetailUntreadBaseBill.Designer.cs
│ │ │ ├── FormRetailUntreadBaseBillInput.cs
│ │ │ ├── FormRetailUntreadBaseBillInput.Designer.cs
│ │ │ ├── FormRetailUntreadBaseBillInput.resx
│ │ │ ├── FormRetailUntreadBaseBill.resx
│ │ │ ├── FormRetailUntreadGatherBill.cs
│ │ │ ├── FormRetailUntreadGatherBill.Designer.cs
│ │ │ ├── FormRetailUntreadGatherBillInput.cs
│ │ │ ├── FormRetailUntreadGatherBillInput.Designer.cs
│ │ │ ├── FormRetailUntreadGatherBillInput.resx
│ │ │ ├── FormRetailUntreadGatherBill.resx
│ │ │ ├── FormRetailUntreadRefundBill.cs
│ │ │ ├── FormRetailUntreadRefundBill.Designer.cs
│ │ │ ├── FormRetailUntreadRefundBillInput.cs
│ │ │ ├── FormRetailUntreadRefundBillInput.Designer.cs
│ │ │ ├── FormRetailUntreadRefundBillInput.resx
│ │ │ ├── FormRetailUntreadRefundBill.resx
│ │ │ ├── FormSaleCDRecord.cs
│ │ │ ├── FormSaleCDRecord.Designer.cs
│ │ │ ├── FormSaleCDRecord.resx
│ │ │ ├── FormUntreadCDRecord.cs
│ │ │ ├── FormUntreadCDRecord.Designer.cs
│ │ │ └── FormUntreadCDRecord.resx
│ │ └── SystemSetting
│ │ ├── FormAgentLevel.cs
│ │ ├── FormAgentLevel.Designer.cs
│ │ ├── FormAgentLevelInput.cs
│ │ ├── FormAgentLevelInput.Designer.cs
│ │ ├── FormAgentLevelInput.resx
│ │ ├── FormAgentLevel.resx
│ │ ├── FormAmendPassword.cs
│ │ ├── FormAmendPassword.Designer.cs
│ │ ├── FormAmendPassword.resx
│ │ ├── FormBank.cs
│ │ ├── FormBank.Designer.cs
│ │ ├── FormBankInput.cs
│ │ ├── FormBankInput.Designer.cs
│ │ ├── FormBankInput.resx
│ │ ├── FormBank.resx
│ │ ├── FormConsignCorp.cs
│ │ ├── FormConsignCorp.Designer.cs
│ │ ├── FormConsignCorpInput.cs
│ │ ├── FormConsignCorpInput.Designer.cs
│ │ ├── FormConsignCorpInput.resx
│ │ ├── FormConsignCorp.resx
│ │ ├── FormEmployee.cs
│ │ ├── FormEmployee.Designer.cs
│ │ ├── FormEmployeeInput.cs
│ │ ├── FormEmployeeInput.Designer.cs
│ │ ├── FormEmployeeInput.resx
│ │ ├── FormEmployee.resx
│ │ ├── FormGoodsSeries.cs
│ │ ├── FormGoodsSeries.Designer.cs
│ │ ├── FormGoodsSeriesInput.cs
│ │ ├── FormGoodsSeriesInput.Designer.cs
│ │ ├── FormGoodsSeriesInput.resx
│ │ ├── FormGoodsSeries.resx
│ │ ├── FormGoodsType.cs
│ │ ├── FormGoodsType.Designer.cs
│ │ ├── FormGoodsTypeInput.cs
│ │ ├── FormGoodsTypeInput.Designer.cs
│ │ ├── FormGoodsTypeInput.resx
│ │ ├── FormGoodsType.resx
│ │ ├── FormOperator.cs
│ │ ├── FormOperator.Designer.cs
│ │ ├── FormOperatorInput.cs
│ │ ├── FormOperatorInput.Designer.cs
│ │ ├── FormOperatorInput.resx
│ │ ├── FormOperator.resx
│ │ ├── FormPayType.cs
│ │ ├── FormPayType.Designer.cs
│ │ ├── FormPayTypeInput.cs
│ │ ├── FormPayTypeInput.Designer.cs
│ │ ├── FormPayTypeInput.resx
│ │ ├── FormPayType.resx
│ │ ├── FormProvince.cs
│ │ ├── FormProvince.Designer.cs
│ │ ├── FormProvinceInput.cs
│ │ ├── FormProvinceInput.Designer.cs
│ │ ├── FormProvinceInput.resx
│ │ ├── FormProvince.resx
│ │ ├── FormPurviewAssign.cs
│ │ ├── FormPurviewAssign.Designer.cs
│ │ └── FormPurviewAssign.resx
│ ├── SALE.sln
│ └── SALE.suo
├── 11
│ ├── ExamOnLine
│ │ ├── 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
│ │ │ ├── left.htm
│ │ │ ├── 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
│ │ ├── App_Code
│ │ │ ├── BaseClass.cs
│ │ │ ├── MessageBox.cs
│ │ │ └── projClass.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
│ │ ├── student
│ │ │ ├── result.aspx
│ │ │ ├── result.aspx.cs
│ │ │ ├── StartExam.aspx
│ │ │ ├── StartExam.aspx.cs
│ │ │ ├── studentexam.aspx
│ │ │ └── studentexam.aspx.cs
│ │ ├── teacher
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── TAddExamination.aspx
│ │ │ ├── TAddExamination.aspx.cs
│ │ │ ├── TeacherChangePwd.aspx
│ │ │ ├── TeacherChangePwd.aspx.cs
│ │ │ ├── TeacherManage.aspx
│ │ │ ├── TeacherManage.aspx.cs
│ │ │ ├── TExaminationDetail.aspx
│ │ │ ├── TExaminationDetail.aspx.cs
│ │ │ ├── TExaminationInfo.aspx
│ │ │ ├── TExaminationInfo.aspx.cs
│ │ │ ├── TExaminationResult.aspx
│ │ │ ├── TExaminationResult.aspx.cs
│ │ │ ├── Tleft.htm
│ │ │ ├── TLogout.aspx
│ │ │ └── TLogout.aspx.cs
│ │ ├── UserControls
│ │ │ ├── Fooder.ascx
│ │ │ ├── Fooder.ascx.cs
│ │ │ ├── Header1.ascx
│ │ │ ├── Header1.ascx.cs
│ │ │ ├── Header2.ascx
│ │ │ └── Header2.ascx.cs
│ │ └── Web.Config
│ └── readme.doc
└── 12
├── LibraryMS
│ ├── App_Code
│ │ ├── AdminManage.cs
│ │ ├── BookcaseManage.cs
│ │ ├── BookManage.cs
│ │ ├── BorrowandBackManage.cs
│ │ ├── BTypeManage.cs
│ │ ├── DataBase.cs
│ │ ├── LibraryManage.cs
│ │ ├── OperatorClass.cs
│ │ ├── PubManage.cs
│ │ ├── PurviewManage.cs
│ │ ├── ReaderManage.cs
│ │ ├── RTypeManage.cs
│ │ └── ValidateClass.cs
│ ├── App_Data
│ │ ├── db_LibraryMS_log.ldf
│ │ └── db_LibraryMS.mdf
│ ├── BookBRManage
│ │ ├── BorrowBook.aspx
│ │ ├── BorrowBook.aspx.cs
│ │ ├── ReturnBook.aspx
│ │ └── ReturnBook.aspx.cs
│ ├── BookManage
│ │ ├── AddBook.aspx
│ │ ├── AddBook.aspx.cs
│ │ ├── AddBType.aspx
│ │ ├── AddBType.aspx.cs
│ │ ├── BookManage.aspx
│ │ ├── BookManage.aspx.cs
│ │ ├── BTypeManage.aspx
│ │ └── BTypeManage.aspx.cs
│ ├── Common
│ │ ├── ChanagePwd.aspx
│ │ ├── ChanagePwd.aspx.cs
│ │ ├── checkcode.aspx
│ │ └── checkcode.aspx.cs
│ ├── css.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── 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
│ │ ├── shuxian1.gif
│ │ ├── shuxian.jpg
│ │ ├── tianjiaduzheleixingxinxi.gif
│ │ ├── tianjiaguanliyuanxinxi.gif
│ │ ├── tianjiashujiaxinxi.gif
│ │ ├── tianjia tubiao.gif
│ │ ├── tianjiatushuleixingxinxi.gif
│ │ ├── tianjiaxiugaiduzhexinxi.gif
│ │ ├── tianjiaxiugaitushuxinxi.gif
│ │ ├── tushudanganchaxun.gif
│ │ ├── tushuguanxinxi.gif
│ │ ├── tushuguihuan.gif
│ │ ├── tushujieyuechaxun.gif
│ │ ├── tushujieyue.gif
│ │ ├── tushuleixingguanli.gif
│ │ ├── tu shu pai hang2.gif
│ │ ├── tu shu pai hang3.gif
│ │ ├── tu shu pai hang.gif
│ │ ├── zu zhe pai hang.gif
│ │ └── zuzheyanzheng.gif
│ ├── LibraryMS.sln
│ ├── LibraryMS.suo
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── MasterPage
│ │ ├── MainMasterPage.master
│ │ └── MainMasterPage.master.cs
│ ├── ReaderManage
│ │ ├── AddReader.aspx
│ │ ├── AddReader.aspx.cs
│ │ ├── AddRType.aspx
│ │ ├── AddRType.aspx.cs
│ │ ├── ReaderManage.aspx
│ │ ├── ReaderManage.aspx.cs
│ │ ├── RTypeManage.aspx
│ │ └── RTypeManage.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
└── readme.doc
206 directories, 1646 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论