在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → c#MIS系统开发与应用(ASP.NET+SQL)

c#MIS系统开发与应用(ASP.NET+SQL)

一般编程问题

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

实例介绍

【实例简介】
MIS系统开发与应用(ASP.NET+SQL),内部有八个项目例子!
【实例截图】
【核心代码】
4744302543312147943.rar
└── MIS系统开发与应用(ASP.NET+SQL)
├── chp01
│   ├── Database
│   │   ├── ASPNETMisDB.sql
│   │   ├── ASPNETMisDB(数据库备份)
│   │   ├── Tree.sql
│   │   └── User.sql
│   ├── Dll
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   └── SQLHelper.dll
│   ├── SQLHelper
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SQLHelper.dll
│   │   │   └── SQLHelper.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── SQLHelper.dll
│   │   │   │   ├── SQLHelper.pdb
│   │   │   │   ├── SQLHelper.projdata
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   └── SQLHelper.csproj.FileList.txt
│   │   ├── SQLHelper.cs
│   │   ├── SQLHelper.csproj
│   │   ├── SQLHelper.csproj.user
│   │   ├── SQLHelper.sln
│   │   ├── SQLHelper.suo
│   │   ├── SystemError.cs
│   │   └── SystemTools.cs
│   └── WebControls
│   └── webctrl_client
│   └── 1_0
│   ├── images
│   │   ├── folder.gif
│   │   ├── folderopen.gif
│   │   ├── html.gif
│   │   ├── root.gif
│   │   └── vssver.scc
│   ├── MultiPage.htc
│   ├── TabStrip.htc
│   ├── toolbar.htc
│   ├── treeimages
│   │   ├── f.gif
│   │   ├── fminus.gif
│   │   ├── fplus.gif
│   │   ├── i.gif
│   │   ├── L.gif
│   │   ├── Lminus.gif
│   │   ├── Lplus.gif
│   │   ├── minus.gif
│   │   ├── plus.gif
│   │   ├── r.gif
│   │   ├── Rminus.gif
│   │   ├── Rplus.gif
│   │   ├── rtl
│   │   │   ├── F.gif
│   │   │   ├── Fminus.gif
│   │   │   ├── Fplus.gif
│   │   │   ├── I.gif
│   │   │   ├── L.gif
│   │   │   ├── Lminus.gif
│   │   │   ├── Lplus.gif
│   │   │   ├── minus.gif
│   │   │   ├── plus.gif
│   │   │   ├── r.gif
│   │   │   ├── Rminus.gif
│   │   │   ├── Rplus.gif
│   │   │   ├── T.gif
│   │   │   ├── Tminus.gif
│   │   │   ├── Tplus.gif
│   │   │   ├── vssver.scc
│   │   │   └── white.gif
│   │   ├── T.gif
│   │   ├── Tminus.gif
│   │   ├── Tplus.gif
│   │   ├── vssver.scc
│   │   └── white.gif
│   ├── treeview.htc
│   ├── vssver.scc
│   ├── webserviced.htc
│   └── webservice.htc
├── chp02
│   ├── Database
│   │   ├── Attendance.sql
│   │   ├── Department.sql
│   │   ├── Employee.sql
│   │   ├── Evaluation.sql
│   │   ├── Experience.sql
│   │   ├── MarkDegree.sql
│   │   ├── Picture.sql
│   │   ├── Prize.sql
│   │   ├── Relation.sql
│   │   ├── SalaryItem.sql
│   │   ├── Salary.sql
│   │   ├── TaxRatio.sql
│   │   ├── Transfer.sql
│   │   └── Type.sql
│   └── MisPersonnel
│   ├── Admins
│   │   ├── adduser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── userlogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── usermanage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── userupdatepwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── App_Code
│   │   ├── AssemblyInfo.cs
│   │   ├── Components
│   │   │   ├── Attendance.cs
│   │   │   ├── Department.cs
│   │   │   ├── Employee.cs
│   │   │   ├── Evaluation.cs
│   │   │   ├── Experience.cs
│   │   │   ├── MisSystem.cs
│   │   │   ├── Picture.cs
│   │   │   ├── Prize.cs
│   │   │   ├── Relation.cs
│   │   │   ├── Salary.cs
│   │   │   ├── Transfer.cs
│   │   │   ├── Tree.cs
│   │   │   └── User.cs
│   │   └── Global.asax.cs
│   ├── Backup
│   │   ├── AssemblyInfo.cs
│   │   ├── SQLHelper.cs
│   │   ├── SQLHelper.csproj
│   │   ├── SQLHelper.csproj.user
│   │   ├── SystemError.cs
│   │   └── SystemTools.cs
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   └── SQLHelper.dll
│   ├── Components
│   ├── ConversionReport.txt
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── Attendance
│   │   │   ├── addattendance.aspx
│   │   │   ├── AddAttendance.aspx.cs
│   │   │   ├── AddAttendance.aspx.resx
│   │   │   ├── attendancemanage.aspx
│   │   │   ├── AttendanceManage.aspx.cs
│   │   │   ├── AttendanceManage.aspx.resx
│   │   │   ├── deleteattendance.aspx
│   │   │   ├── DeleteAttendance.aspx.cs
│   │   │   ├── DeleteAttendance.aspx.resx
│   │   │   ├── updateattendance.aspx
│   │   │   ├── UpdateAttendance.aspx.cs
│   │   │   ├── UpdateAttendance.aspx.resx
│   │   │   ├── viewattendance.aspx
│   │   │   ├── ViewAttendance.aspx.cs
│   │   │   └── ViewAttendance.aspx.resx
│   │   ├── Department
│   │   │   ├── adddepartment.aspx
│   │   │   ├── AddDepartment.aspx.cs
│   │   │   ├── AddDepartment.aspx.resx
│   │   │   ├── deletedepartment.aspx
│   │   │   ├── DeleteDepartment.aspx.cs
│   │   │   ├── DeleteDepartment.aspx.resx
│   │   │   ├── departmentmanage.aspx
│   │   │   ├── DepartmentManage.aspx.cs
│   │   │   ├── DepartmentManage.aspx.resx
│   │   │   ├── updatedepartment.aspx
│   │   │   ├── UpdateDepartment.aspx.cs
│   │   │   ├── UpdateDepartment.aspx.resx
│   │   │   ├── viewdepartment.aspx
│   │   │   ├── ViewDepartment.aspx.cs
│   │   │   └── ViewDepartment.aspx.resx
│   │   ├── Employee
│   │   │   ├── addemployee.aspx
│   │   │   ├── AddEmployee.aspx.cs
│   │   │   ├── AddEmployee.aspx.resx
│   │   │   ├── employeemanage.aspx
│   │   │   ├── EmployeeManage.aspx.cs
│   │   │   └── EmployeeManage.aspx.resx
│   │   ├── errorpage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Evaluation
│   │   │   ├── addevaluation.aspx
│   │   │   ├── AddEvaluation.aspx.cs
│   │   │   ├── AddEvaluation.aspx.resx
│   │   │   ├── addmarkdegree.aspx
│   │   │   ├── AddMarkDegree.aspx.cs
│   │   │   ├── AddMarkDegree.aspx.resx
│   │   │   ├── deleteevaluation.aspx
│   │   │   ├── DeleteEvaluation.aspx.cs
│   │   │   ├── DeleteEvaluation.aspx.resx
│   │   │   ├── evaluationmanage.aspx
│   │   │   ├── EvaluationManage.aspx.cs
│   │   │   ├── EvaluationManage.aspx.resx
│   │   │   ├── markdegreemanage.aspx
│   │   │   ├── MarkDegreeManage.aspx.cs
│   │   │   ├── MarkDegreeManage.aspx.resx
│   │   │   ├── updateevaluation.aspx
│   │   │   ├── UpdateEvaluation.aspx.cs
│   │   │   ├── UpdateEvaluation.aspx.resx
│   │   │   ├── updatemarkdegree.aspx
│   │   │   ├── UpdateMarkDegree.aspx.cs
│   │   │   ├── UpdateMarkDegree.aspx.resx
│   │   │   ├── viewevaluation.aspx
│   │   │   ├── ViewEvaluation.aspx.cs
│   │   │   └── ViewEvaluation.aspx.resx
│   │   ├── Experience
│   │   │   ├── addexperience.aspx
│   │   │   ├── AddExperience.aspx.cs
│   │   │   ├── AddExperience.aspx.resx
│   │   │   ├── deleteexperience.aspx
│   │   │   ├── DeleteExperience.aspx.cs
│   │   │   ├── DeleteExperience.aspx.resx
│   │   │   ├── experiencemanage.aspx
│   │   │   ├── ExperienceManage.aspx.cs
│   │   │   ├── ExperienceManage.aspx.resx
│   │   │   ├── updateexperience.aspx
│   │   │   ├── UpdateExperience.aspx.cs
│   │   │   ├── UpdateExperience.aspx.resx
│   │   │   ├── viewexperience.aspx
│   │   │   ├── ViewExperience.aspx.cs
│   │   │   └── ViewExperience.aspx.resx
│   │   ├── index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── lefttree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── maindesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   ├── Picture
│   │   │   ├── addpicture.aspx
│   │   │   ├── AddPicture.aspx.cs
│   │   │   ├── AddPicture.aspx.resx
│   │   │   ├── picturemanage.aspx
│   │   │   ├── PictureManage.aspx.cs
│   │   │   ├── PictureManage.aspx.resx
│   │   │   ├── showpicture.aspx
│   │   │   ├── ShowPicture.aspx.cs
│   │   │   ├── ShowPicture.aspx.resx
│   │   │   ├── updatepicture.aspx
│   │   │   ├── UpdatePicture.aspx.cs
│   │   │   └── UpdatePicture.aspx.resx
│   │   ├── Prize
│   │   │   ├── addprize.aspx
│   │   │   ├── AddPrize.aspx.cs
│   │   │   ├── AddPrize.aspx.resx
│   │   │   ├── deleteprize.aspx
│   │   │   ├── DeletePrize.aspx.cs
│   │   │   ├── DeletePrize.aspx.resx
│   │   │   ├── prizemanage.aspx
│   │   │   ├── PrizeManage.aspx.cs
│   │   │   ├── PrizeManage.aspx.resx
│   │   │   ├── updateprize.aspx
│   │   │   ├── UpdatePrize.aspx.cs
│   │   │   ├── UpdatePrize.aspx.resx
│   │   │   ├── viewprize.aspx
│   │   │   ├── ViewPrize.aspx.cs
│   │   │   └── ViewPrize.aspx.resx
│   │   ├── Relation
│   │   │   ├── addrelation.aspx
│   │   │   ├── AddRelation.aspx.cs
│   │   │   ├── AddRelation.aspx.resx
│   │   │   ├── deleterelation.aspx
│   │   │   ├── DeleteRelation.aspx.cs
│   │   │   ├── DeleteRelation.aspx.resx
│   │   │   ├── relationmanage.aspx
│   │   │   ├── RelationManage.aspx.cs
│   │   │   ├── RelationManage.aspx.resx
│   │   │   ├── updaterelation.aspx
│   │   │   ├── UpdateRelation.aspx.cs
│   │   │   ├── UpdateRelation.aspx.resx
│   │   │   ├── viewrelation.aspx
│   │   │   ├── ViewRelation.aspx.cs
│   │   │   └── ViewRelation.aspx.resx
│   │   ├── Salary
│   │   │   ├── addsalary.aspx
│   │   │   ├── AddSalary.aspx.cs
│   │   │   ├── AddSalary.aspx.resx
│   │   │   ├── addsalaryitem.aspx
│   │   │   ├── AddSalaryItem.aspx.cs
│   │   │   ├── AddSalaryItem.aspx.resx
│   │   │   ├── addtaxratio.aspx
│   │   │   ├── AddTaxRatio.aspx.cs
│   │   │   ├── AddTaxRatio.aspx.resx
│   │   │   ├── deletesalary.aspx
│   │   │   ├── DeleteSalary.aspx.cs
│   │   │   ├── DeleteSalary.aspx.resx
│   │   │   ├── deletesalaryitem.aspx
│   │   │   ├── DeleteSalaryItem.aspx.cs
│   │   │   ├── DeleteSalaryItem.aspx.resx
│   │   │   ├── deletetaxratio.aspx
│   │   │   ├── DeleteTaxRatio.aspx.cs
│   │   │   ├── DeleteTaxRatio.aspx.resx
│   │   │   ├── SalaryItemManage.aspx
│   │   │   ├── SalaryItemManage.aspx.cs
│   │   │   ├── SalaryItemManage.aspx.resx
│   │   │   ├── salarymanage.aspx
│   │   │   ├── SalaryManage.aspx.cs
│   │   │   ├── SalaryManage.aspx.resx
│   │   │   ├── taxratiomanage.aspx
│   │   │   ├── TaxRatioManage.aspx.cs
│   │   │   ├── TaxRatioManage.aspx.resx
│   │   │   ├── updatesalary.aspx
│   │   │   ├── UpdateSalary.aspx.cs
│   │   │   ├── UpdateSalary.aspx.resx
│   │   │   ├── updatesalaryitem.aspx
│   │   │   ├── UpdateSalaryItem.aspx.cs
│   │   │   ├── UpdateSalaryItem.aspx.resx
│   │   │   ├── updatetaxratio.aspx
│   │   │   ├── UpdateTaxRatio.aspx.cs
│   │   │   ├── UpdateTaxRatio.aspx.resx
│   │   │   ├── viewsalary.aspx
│   │   │   ├── ViewSalary.aspx.cs
│   │   │   ├── ViewSalary.aspx.resx
│   │   │   ├── viewsalaryitem.aspx
│   │   │   ├── ViewSalaryItem.aspx.cs
│   │   │   ├── ViewSalaryItem.aspx.resx
│   │   │   ├── viewtaxratio.aspx
│   │   │   ├── ViewTaxRatio.aspx.cs
│   │   │   └── ViewTaxRatio.aspx.resx
│   │   └── Transfer
│   │   ├── addtransfer.aspx
│   │   ├── AddTransfer.aspx.cs
│   │   ├── AddTransfer.aspx.resx
│   │   ├── deletetransfer.aspx
│   │   ├── DeleteTransfer.aspx.cs
│   │   ├── DeleteTransfer.aspx.resx
│   │   ├── transfermanage.aspx
│   │   ├── TransferManage.aspx.cs
│   │   ├── TransferManage.aspx.resx
│   │   ├── updatetransfer.aspx
│   │   ├── UpdateTransfer.aspx.cs
│   │   ├── UpdateTransfer.aspx.resx
│   │   ├── viewtransfer.aspx
│   │   ├── ViewTransfer.aspx.cs
│   │   └── ViewTransfer.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisPersonnel.sln
│   ├── MisPersonnel.suo
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── UserControls
│   │   ├── headbanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── systemheader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── tailbanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
├── chp03
│   ├── Database
│   │   ├── Area.sql
│   │   ├── Contact.sql
│   │   ├── Customer.sql
│   │   ├── SaleChance.sql
│   │   ├── Task.sql
│   │   └── Type.sql
│   └── MisResource
│   ├── Admins
│   │   ├── AddUser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── UserLogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── UserManage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── UserUpdatePwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── AssemblyInfo.cs
│   ├── Backup
│   │   ├── MisResource
│   │   ├── MisResource.sln
│   │   └── MisResource.suo
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   ├── MisResource.dll
│   │   ├── MisResource.pdb
│   │   └── SQLHelper.dll
│   ├── Components
│   │   ├── Area.cs
│   │   ├── Contact.cs
│   │   ├── Customer.cs
│   │   ├── Employee.cs
│   │   ├── MisSystem.cs
│   │   ├── SaleChance.cs
│   │   ├── Task.cs
│   │   ├── Tree.cs
│   │   ├── Type.cs
│   │   └── User.cs
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── Area
│   │   │   ├── AddArea.aspx
│   │   │   ├── AddArea.aspx.cs
│   │   │   ├── AddArea.aspx.resx
│   │   │   ├── AreaManage.aspx
│   │   │   ├── AreaManage.aspx.cs
│   │   │   ├── AreaManage.aspx.resx
│   │   │   ├── DeleteArea.aspx
│   │   │   ├── DeleteArea.aspx.cs
│   │   │   ├── DeleteArea.aspx.resx
│   │   │   ├── UpdateArea.aspx
│   │   │   ├── UpdateArea.aspx.cs
│   │   │   ├── UpdateArea.aspx.resx
│   │   │   ├── ViewArea.aspx
│   │   │   ├── ViewArea.aspx.cs
│   │   │   └── ViewArea.aspx.resx
│   │   ├── Contact
│   │   │   ├── AddContact.aspx
│   │   │   ├── AddContact.aspx.cs
│   │   │   ├── AddContact.aspx.resx
│   │   │   ├── ContactManage.aspx
│   │   │   ├── ContactManage.aspx.cs
│   │   │   ├── ContactManage.aspx.resx
│   │   │   ├── DeleteContact.aspx
│   │   │   ├── DeleteContact.aspx.cs
│   │   │   ├── DeleteContact.aspx.resx
│   │   │   ├── UpdateContact.aspx
│   │   │   ├── UpdateContact.aspx.cs
│   │   │   ├── UpdateContact.aspx.resx
│   │   │   ├── ViewContact.aspx
│   │   │   ├── ViewContact.aspx.cs
│   │   │   └── ViewContact.aspx.resx
│   │   ├── Customer
│   │   │   ├── AddCustomer.aspx
│   │   │   ├── AddCustomer.aspx.cs
│   │   │   ├── AddCustomer.aspx.resx
│   │   │   ├── CustomerManage.aspx
│   │   │   ├── CustomerManage.aspx.cs
│   │   │   ├── CustomerManage.aspx.resx
│   │   │   ├── DeleteCustomer.aspx
│   │   │   ├── DeleteCustomer.aspx.cs
│   │   │   ├── DeleteCustomer.aspx.resx
│   │   │   ├── UpdateCustomer.aspx
│   │   │   ├── UpdateCustomer.aspx.cs
│   │   │   ├── UpdateCustomer.aspx.resx
│   │   │   ├── ViewCustomer.aspx
│   │   │   ├── ViewCustomer.aspx.cs
│   │   │   └── ViewCustomer.aspx.resx
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── LeftTree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── MainDesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   ├── SaleChance
│   │   │   ├── AddSaleChance.aspx
│   │   │   ├── AddSaleChance.aspx.cs
│   │   │   ├── AddSaleChance.aspx.resx
│   │   │   ├── DeleteSaleChance.aspx
│   │   │   ├── DeleteSaleChance.aspx.cs
│   │   │   ├── DeleteSaleChance.aspx.resx
│   │   │   ├── SaleChanceManage.aspx
│   │   │   ├── SaleChanceManage.aspx.cs
│   │   │   ├── SaleChanceManage.aspx.resx
│   │   │   ├── UpdateSaleChance.aspx
│   │   │   ├── UpdateSaleChance.aspx.cs
│   │   │   ├── UpdateSaleChance.aspx.resx
│   │   │   ├── ViewSaleChance.aspx
│   │   │   ├── ViewSaleChance.aspx.cs
│   │   │   └── ViewSaleChance.aspx.resx
│   │   ├── Task
│   │   │   ├── AddTask.aspx
│   │   │   ├── AddTask.aspx.cs
│   │   │   ├── AddTask.aspx.resx
│   │   │   ├── DeleteTask.aspx
│   │   │   ├── DeleteTask.aspx.cs
│   │   │   ├── DeleteTask.aspx.resx
│   │   │   ├── TaskManage.aspx
│   │   │   ├── TaskManage.aspx.cs
│   │   │   ├── TaskManage.aspx.resx
│   │   │   ├── UpdateTask.aspx
│   │   │   ├── UpdateTask.aspx.cs
│   │   │   ├── UpdateTask.aspx.resx
│   │   │   ├── ViewTask.aspx
│   │   │   ├── ViewTask.aspx.cs
│   │   │   └── ViewTask.aspx.resx
│   │   └── Type
│   │   ├── AddType.aspx
│   │   ├── AddType.aspx.cs
│   │   ├── AddType.aspx.resx
│   │   ├── DeleteType.aspx
│   │   ├── DeleteType.aspx.cs
│   │   ├── DeleteType.aspx.resx
│   │   ├── TypeManage.aspx
│   │   ├── TypeManage.aspx.cs
│   │   ├── TypeManage.aspx.resx
│   │   ├── UpdateType.aspx
│   │   ├── UpdateType.aspx.cs
│   │   ├── UpdateType.aspx.resx
│   │   ├── ViewType.aspx
│   │   ├── ViewType.aspx.cs
│   │   └── ViewType.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisResource.csproj
│   ├── MisResource.csproj.webinfo
│   ├── MisResource.sln
│   ├── MisResource.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── UserControls
│   │   ├── HeadBanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── SystemHeader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── TailBanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
├── chp04
│   ├── Database
│   │   ├── Boardroom.sql
│   │   ├── Meeting.sql
│   │   ├── ResourceIn.sql
│   │   ├── ResourceLend.sql
│   │   ├── Resource.sql
│   │   ├── SignTrain.sql
│   │   └── Train.sql
│   └── MisOfficeAffair
│   ├── Admins
│   │   ├── AddUser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── UserLogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── UserManage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── UserUpdatePwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   ├── MisOfficeAffair.dll
│   │   ├── MisOfficeAffair.pdb
│   │   └── SQLHelper.dll
│   ├── Components
│   │   ├── Boardroom.cs
│   │   ├── Employee.cs
│   │   ├── Meeting.cs
│   │   ├── MisSystem.cs
│   │   ├── Resource.cs
│   │   ├── ResourceIn.cs
│   │   ├── ResourceLend.cs
│   │   ├── SignTrain.cs
│   │   ├── Train.cs
│   │   ├── Tree.cs
│   │   ├── Type.cs
│   │   └── User.cs
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── Boardroom
│   │   │   ├── AddBoardroom.aspx
│   │   │   ├── AddBoardroom.aspx.cs
│   │   │   ├── AddBoardroom.aspx.resx
│   │   │   ├── BoardroomManage.aspx
│   │   │   ├── BoardroomManage.aspx.cs
│   │   │   ├── BoardroomManage.aspx.resx
│   │   │   ├── DeleteBoardroom.aspx
│   │   │   ├── DeleteBoardroom.aspx.cs
│   │   │   ├── DeleteBoardroom.aspx.resx
│   │   │   ├── UpdateBoardroom.aspx
│   │   │   ├── UpdateBoardroom.aspx.cs
│   │   │   ├── UpdateBoardroom.aspx.resx
│   │   │   ├── ViewBoardroom.aspx
│   │   │   ├── ViewBoardroom.aspx.cs
│   │   │   └── ViewBoardroom.aspx.resx
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── LeftTree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── MainDesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   ├── Meeting
│   │   │   ├── AddMeeting.aspx
│   │   │   ├── AddMeeting.aspx.cs
│   │   │   ├── AddMeeting.aspx.resx
│   │   │   ├── DeleteMeeting.aspx
│   │   │   ├── DeleteMeeting.aspx.cs
│   │   │   ├── DeleteMeeting.aspx.resx
│   │   │   ├── MeetingManage.aspx
│   │   │   ├── MeetingManage.aspx.cs
│   │   │   ├── MeetingManage.aspx.resx
│   │   │   ├── UpdateMeeting.aspx
│   │   │   ├── UpdateMeeting.aspx.cs
│   │   │   ├── UpdateMeeting.aspx.resx
│   │   │   ├── ViewMeeting.aspx
│   │   │   ├── ViewMeeting.aspx.cs
│   │   │   └── ViewMeeting.aspx.resx
│   │   ├── Resource
│   │   │   ├── AddResource.aspx
│   │   │   ├── AddResource.aspx.cs
│   │   │   ├── AddResource.aspx.resx
│   │   │   ├── DeleteResource.aspx
│   │   │   ├── DeleteResource.aspx.cs
│   │   │   ├── DeleteResource.aspx.resx
│   │   │   ├── ResourceManage.aspx
│   │   │   ├── ResourceManage.aspx.cs
│   │   │   ├── ResourceManage.aspx.resx
│   │   │   ├── UpdateResource.aspx
│   │   │   ├── UpdateResource.aspx.cs
│   │   │   ├── UpdateResource.aspx.resx
│   │   │   ├── ViewResource.aspx
│   │   │   ├── ViewResource.aspx.cs
│   │   │   └── ViewResource.aspx.resx
│   │   ├── ResourceIn
│   │   │   ├── AddResourceIn.aspx
│   │   │   ├── AddResourceIn.aspx.cs
│   │   │   ├── AddResourceIn.aspx.resx
│   │   │   ├── DeleteResourceIn.aspx
│   │   │   ├── DeleteResourceIn.aspx.cs
│   │   │   ├── DeleteResourceIn.aspx.resx
│   │   │   ├── ResourceInManage.aspx
│   │   │   ├── ResourceInManage.aspx.cs
│   │   │   ├── ResourceInManage.aspx.resx
│   │   │   ├── UpdateResourceIn.aspx
│   │   │   ├── UpdateResourceIn.aspx.cs
│   │   │   ├── UpdateResourceIn.aspx.resx
│   │   │   ├── ViewResourceIn.aspx
│   │   │   ├── ViewResourceIn.aspx.cs
│   │   │   └── ViewResourceIn.aspx.resx
│   │   ├── ResourceLend
│   │   │   ├── AddResourceLend.aspx
│   │   │   ├── AddResourceLend.aspx.cs
│   │   │   ├── AddResourceLend.aspx.resx
│   │   │   ├── DeleteResourceLend.aspx
│   │   │   ├── DeleteResourceLend.aspx.cs
│   │   │   ├── DeleteResourceLend.aspx.resx
│   │   │   ├── ResourceLendManage.aspx
│   │   │   ├── ResourceLendManage.aspx.cs
│   │   │   ├── ResourceLendManage.aspx.resx
│   │   │   ├── UpdateResourceLend.aspx
│   │   │   ├── UpdateResourceLend.aspx.cs
│   │   │   ├── UpdateResourceLend.aspx.resx
│   │   │   ├── ViewResourceLend.aspx
│   │   │   ├── ViewResourceLend.aspx.cs
│   │   │   └── ViewResourceLend.aspx.resx
│   │   ├── SignTrain
│   │   │   ├── AddSignTrain.aspx
│   │   │   ├── AddSignTrain.aspx.cs
│   │   │   ├── AddSignTrain.aspx.resx
│   │   │   ├── DeleteSignTrain.aspx
│   │   │   ├── DeleteSignTrain.aspx.cs
│   │   │   ├── DeleteSignTrain.aspx.resx
│   │   │   ├── SignTrainManage.aspx
│   │   │   ├── SignTrainManage.aspx.cs
│   │   │   ├── SignTrainManage.aspx.resx
│   │   │   ├── UpdateSignTrain.aspx
│   │   │   ├── UpdateSignTrain.aspx.cs
│   │   │   ├── UpdateSignTrain.aspx.resx
│   │   │   ├── ViewSignTrain.aspx
│   │   │   ├── ViewSignTrain.aspx.cs
│   │   │   └── ViewSignTrain.aspx.resx
│   │   └── Train
│   │   ├── AddTrain.aspx
│   │   ├── AddTrain.aspx.cs
│   │   ├── AddTrain.aspx.resx
│   │   ├── DeleteTrain.aspx
│   │   ├── DeleteTrain.aspx.cs
│   │   ├── DeleteTrain.aspx.resx
│   │   ├── TrainManage.aspx
│   │   ├── TrainManage.aspx.cs
│   │   ├── TrainManage.aspx.resx
│   │   ├── UpdateTrain.aspx
│   │   ├── UpdateTrain.aspx.cs
│   │   ├── UpdateTrain.aspx.resx
│   │   ├── ViewTrain.aspx
│   │   ├── ViewTrain.aspx.cs
│   │   └── ViewTrain.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisOfficeAffair.csproj
│   ├── MisOfficeAffair.csproj.webinfo
│   ├── MisOfficeAffair.sln
│   ├── MisOfficeAffair.suo
│   ├── UserControls
│   │   ├── HeadBanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── SystemHeader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── TailBanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
├── chp05
│   ├── Database
│   │   ├── AssetAlter.sql
│   │   ├── AssetRepair.sql
│   │   └── Asset.sql
│   └── MisAsset
│   ├── Admins
│   │   ├── AddUser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── UserLogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── UserManage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── UserUpdatePwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   ├── MisAsset.dll
│   │   ├── MisAsset.pdb
│   │   └── SQLHelper.dll
│   ├── Components
│   │   ├── AssetAlter.cs
│   │   ├── Asset.cs
│   │   ├── AssetRepair.cs
│   │   ├── Department.cs
│   │   ├── Employee.cs
│   │   ├── MisSystem.cs
│   │   ├── Tree.cs
│   │   ├── Type.cs
│   │   └── User.cs
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── Asset
│   │   │   ├── AddAsset.aspx
│   │   │   ├── AddAsset.aspx.cs
│   │   │   ├── AddAsset.aspx.resx
│   │   │   ├── AssetAssign.aspx
│   │   │   ├── AssetAssign.aspx.cs
│   │   │   ├── AssetAssign.aspx.resx
│   │   │   ├── AssetDiscount.aspx
│   │   │   ├── AssetDiscount.aspx.cs
│   │   │   ├── AssetDiscount.aspx.resx
│   │   │   ├── AssetManage.aspx
│   │   │   ├── AssetManage.aspx.cs
│   │   │   ├── AssetManage.aspx.resx
│   │   │   ├── DeleteAsset.aspx
│   │   │   ├── DeleteAsset.aspx.cs
│   │   │   ├── DeleteAsset.aspx.resx
│   │   │   ├── UpdateAsset.aspx
│   │   │   ├── UpdateAsset.aspx.cs
│   │   │   ├── UpdateAsset.aspx.resx
│   │   │   ├── ViewAsset.aspx
│   │   │   ├── ViewAsset.aspx.cs
│   │   │   └── ViewAsset.aspx.resx
│   │   ├── AssetAlter
│   │   │   ├── AddAssetAlter.aspx
│   │   │   ├── AddAssetAlter.aspx.cs
│   │   │   ├── AddAssetAlter.aspx.resx
│   │   │   ├── AssetAlterManage.aspx
│   │   │   ├── AssetAlterManage.aspx.cs
│   │   │   ├── AssetAlterManage.aspx.resx
│   │   │   ├── DeleteAssetAlter.aspx
│   │   │   ├── DeleteAssetAlter.aspx.cs
│   │   │   ├── DeleteAssetAlter.aspx.resx
│   │   │   ├── UpdateAssetAlter.aspx
│   │   │   ├── UpdateAssetAlter.aspx.cs
│   │   │   ├── UpdateAssetAlter.aspx.resx
│   │   │   ├── ViewAssetAlter.aspx
│   │   │   ├── ViewAssetAlter.aspx.cs
│   │   │   └── ViewAssetAlter.aspx.resx
│   │   ├── AssetRepair
│   │   │   ├── AddAssetRepair.aspx
│   │   │   ├── AddAssetRepair.aspx.cs
│   │   │   ├── AddAssetRepair.aspx.resx
│   │   │   ├── AssetRepairManage.aspx
│   │   │   ├── AssetRepairManage.aspx.cs
│   │   │   ├── AssetRepairManage.aspx.resx
│   │   │   ├── DeleteAssetRepair.aspx
│   │   │   ├── DeleteAssetRepair.aspx.cs
│   │   │   ├── DeleteAssetRepair.aspx.resx
│   │   │   ├── UpdateAssetRepair.aspx
│   │   │   ├── UpdateAssetRepair.aspx.cs
│   │   │   ├── UpdateAssetRepair.aspx.resx
│   │   │   ├── ViewAssetRepair.aspx
│   │   │   ├── ViewAssetRepair.aspx.cs
│   │   │   └── ViewAssetRepair.aspx.resx
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── LeftTree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── MainDesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   └── Statistics
│   │   ├── StatByDepartment.aspx
│   │   ├── StatByDepartment.aspx.cs
│   │   ├── StatByDepartment.aspx.resx
│   │   ├── StatByDiscount.aspx
│   │   ├── StatByDiscount.aspx.cs
│   │   ├── StatByDiscount.aspx.resx
│   │   ├── StatByType.aspx
│   │   ├── StatByType.aspx.cs
│   │   └── StatByType.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisAsset.csproj
│   ├── MisAsset.csproj.webinfo
│   ├── MisAsset.sln
│   ├── MisAsset.suo
│   ├── UserControls
│   │   ├── HeadBanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── SystemHeader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── TailBanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
├── chp06
│   ├── Database
│   │   ├── Exchange.sql
│   │   ├── GatheringMethod.sql
│   │   ├── Invoice.sql
│   │   ├── OrderProduct.sql
│   │   ├── Product.sql
│   │   ├── ProductType.sql
│   │   ├── SaleOrder.sql
│   │   └── SaleReturn.sql
│   └── MisSale
│   ├── Admins
│   │   ├── AddUser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── UserLogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── UserManage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── UserUpdatePwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   ├── MisSale.dll
│   │   ├── MisSale.pdb
│   │   └── SQLHelper.dll
│   ├── Components
│   │   ├── Contact.cs
│   │   ├── Customer.cs
│   │   ├── Employee.cs
│   │   ├── Exchange.cs
│   │   ├── GatheringMethod.cs
│   │   ├── Invoice.cs
│   │   ├── MisSystem.cs
│   │   ├── OrderProduct.cs
│   │   ├── Product.cs
│   │   ├── ProductType.cs
│   │   ├── SaleChance.cs
│   │   ├── SaleOrder.cs
│   │   ├── SaleReturn.cs
│   │   ├── Tree.cs
│   │   ├── Type.cs
│   │   └── User.cs
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Exchange
│   │   │   ├── AddExchange.aspx
│   │   │   ├── AddExchange.aspx.cs
│   │   │   ├── AddExchange.aspx.resx
│   │   │   ├── DeleteExchange.aspx
│   │   │   ├── DeleteExchange.aspx.cs
│   │   │   ├── DeleteExchange.aspx.resx
│   │   │   ├── ExchangeManage.aspx
│   │   │   ├── ExchangeManage.aspx.cs
│   │   │   ├── ExchangeManage.aspx.resx
│   │   │   ├── UpdateExchange.aspx
│   │   │   ├── UpdateExchange.aspx.cs
│   │   │   ├── UpdateExchange.aspx.resx
│   │   │   ├── ViewExchange.aspx
│   │   │   ├── ViewExchange.aspx.cs
│   │   │   └── ViewExchange.aspx.resx
│   │   ├── GatheringMethod
│   │   │   ├── AddGatheringMethod.aspx
│   │   │   ├── AddGatheringMethod.aspx.cs
│   │   │   ├── AddGatheringMethod.aspx.resx
│   │   │   ├── DeleteGatheringMethod.aspx
│   │   │   ├── DeleteGatheringMethod.aspx.cs
│   │   │   ├── DeleteGatheringMethod.aspx.resx
│   │   │   ├── GatheringMethodManage.aspx
│   │   │   ├── GatheringMethodManage.aspx.cs
│   │   │   ├── GatheringMethodManage.aspx.resx
│   │   │   ├── UpdateGatheringMethod.aspx
│   │   │   ├── UpdateGatheringMethod.aspx.cs
│   │   │   ├── UpdateGatheringMethod.aspx.resx
│   │   │   ├── ViewGatheringMethod.aspx
│   │   │   ├── ViewGatheringMethod.aspx.cs
│   │   │   ├── ViewGatheringMethod.aspx.resx
│   │   │   ├── ViewSaleOrder.aspx
│   │   │   ├── ViewSaleOrder.aspx.cs
│   │   │   └── ViewSaleOrder.aspx.resx
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── Invoice
│   │   │   ├── AddInvoice.aspx
│   │   │   ├── AddInvoice.aspx.cs
│   │   │   ├── AddInvoice.aspx.resx
│   │   │   ├── DeleteInvoice.aspx
│   │   │   ├── DeleteInvoice.aspx.cs
│   │   │   ├── DeleteInvoice.aspx.resx
│   │   │   ├── InvoiceManage.aspx
│   │   │   ├── InvoiceManage.aspx.cs
│   │   │   ├── InvoiceManage.aspx.resx
│   │   │   ├── UpdateInvoice.aspx
│   │   │   ├── UpdateInvoice.aspx.cs
│   │   │   ├── UpdateInvoice.aspx.resx
│   │   │   ├── ViewInvoice.aspx
│   │   │   ├── ViewInvoice.aspx.cs
│   │   │   └── ViewInvoice.aspx.resx
│   │   ├── LeftTree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── MainDesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   ├── OrderProduct
│   │   │   ├── AddOrderProduct.aspx
│   │   │   ├── AddOrderProduct.aspx.cs
│   │   │   ├── AddOrderProduct.aspx.resx
│   │   │   ├── DeleteOrderProduct.aspx
│   │   │   ├── DeleteOrderProduct.aspx.cs
│   │   │   ├── DeleteOrderProduct.aspx.resx
│   │   │   ├── OrderProductManage.aspx
│   │   │   ├── OrderProductManage.aspx.cs
│   │   │   ├── OrderProductManage.aspx.resx
│   │   │   ├── UpdateOrderProduct.aspx
│   │   │   ├── UpdateOrderProduct.aspx.cs
│   │   │   ├── UpdateOrderProduct.aspx.resx
│   │   │   ├── ViewOrderProduct.aspx
│   │   │   ├── ViewOrderProduct.aspx.cs
│   │   │   └── ViewOrderProduct.aspx.resx
│   │   ├── SaleOrder
│   │   │   ├── AddSaleOrder.aspx
│   │   │   ├── AddSaleOrder.aspx.cs
│   │   │   ├── AddSaleOrder.aspx.resx
│   │   │   ├── DeleteSaleOrder.aspx
│   │   │   ├── DeleteSaleOrder.aspx.cs
│   │   │   ├── DeleteSaleOrder.aspx.resx
│   │   │   ├── SaleOrderManage.aspx
│   │   │   ├── SaleOrderManage.aspx.cs
│   │   │   ├── SaleOrderManage.aspx.resx
│   │   │   ├── UpdateSaleOrder.aspx
│   │   │   ├── UpdateSaleOrder.aspx.cs
│   │   │   ├── UpdateSaleOrder.aspx.resx
│   │   │   ├── UpdateSaleOrderStatus.aspx
│   │   │   ├── UpdateSaleOrderStatus.aspx.cs
│   │   │   ├── UpdateSaleOrderStatus.aspx.resx
│   │   │   ├── ViewSaleOrder.aspx
│   │   │   ├── ViewSaleOrder.aspx.cs
│   │   │   └── ViewSaleOrder.aspx.resx
│   │   ├── SaleReturn
│   │   │   ├── AddSaleReturn.aspx
│   │   │   ├── AddSaleReturn.aspx.cs
│   │   │   ├── AddSaleReturn.aspx.resx
│   │   │   ├── DeleteSaleReturn.aspx
│   │   │   ├── DeleteSaleReturn.aspx.cs
│   │   │   ├── DeleteSaleReturn.aspx.resx
│   │   │   ├── SaleReturnManage.aspx
│   │   │   ├── SaleReturnManage.aspx.cs
│   │   │   ├── SaleReturnManage.aspx.resx
│   │   │   ├── UpdateSaleReturn.aspx
│   │   │   ├── UpdateSaleReturn.aspx.cs
│   │   │   ├── UpdateSaleReturn.aspx.resx
│   │   │   ├── ViewSaleOrder.aspx
│   │   │   ├── ViewSaleOrder.aspx.cs
│   │   │   ├── ViewSaleOrder.aspx.resx
│   │   │   ├── ViewSaleReturn.aspx
│   │   │   ├── ViewSaleReturn.aspx.cs
│   │   │   └── ViewSaleReturn.aspx.resx
│   │   └── Statistics
│   │   ├── StatByContact.aspx
│   │   ├── StatByContact.aspx.cs
│   │   ├── StatByContact.aspx.resx
│   │   ├── StatByCustomer.aspx
│   │   ├── StatByCustomer.aspx.cs
│   │   ├── StatByCustomer.aspx.resx
│   │   ├── StatByProduct.aspx
│   │   ├── StatByProduct.aspx.cs
│   │   ├── StatByProduct.aspx.resx
│   │   ├── StatByProductType.aspx
│   │   ├── StatByProductType.aspx.cs
│   │   └── StatByProductType.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisSale.csproj
│   ├── MisSale.csproj.webinfo
│   ├── MisSale.sln
│   ├── MisSale.suo
│   ├── UserControls
│   │   ├── HeadBanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── SystemHeader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── TailBanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
├── chp07
│   ├── Database
│   │   ├── PurOrder.sql
│   │   ├── PurProduct.sql
│   │   └── PurQuote.sql
│   └── MisPurchase
│   ├── Admins
│   │   ├── AddUser.aspx
│   │   ├── AddUser.aspx.cs
│   │   ├── AddUser.aspx.resx
│   │   ├── UserLogout.aspx
│   │   ├── UserLogout.aspx.cs
│   │   ├── UserLogout.aspx.resx
│   │   ├── UserManage.aspx
│   │   ├── UserManage.aspx.cs
│   │   ├── UserManage.aspx.resx
│   │   ├── UserUpdatePwd.aspx
│   │   ├── UserUpdatePwd.aspx.cs
│   │   └── UserUpdatePwd.aspx.resx
│   ├── AssemblyInfo.cs
│   ├── Backup
│   │   ├── MisPurchase
│   │   ├── MisPurchase.sln
│   │   └── MisPurchase.suo
│   ├── bin
│   │   ├── microsoft.web.ui.webcontrols.dll
│   │   ├── MisPurchase.dll
│   │   ├── MisPurchase.pdb
│   │   └── SQLHelper.dll
│   ├── Components
│   │   ├── Contact.cs
│   │   ├── Customer.cs
│   │   ├── Employee.cs
│   │   ├── MisSystem.cs
│   │   ├── Product.cs
│   │   ├── ProductType.cs
│   │   ├── PurOrder.cs
│   │   ├── PurProduct.cs
│   │   ├── PurQuote.cs
│   │   ├── Tree.cs
│   │   ├── Type.cs
│   │   └── User.cs
│   ├── CSS
│   │   ├── BaseCss.css
│   │   ├── Calendar.css
│   │   ├── Normal.css
│   │   ├── Search.css
│   │   ├── Tree.css
│   │   └── WebNormal.css
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.resx
│   ├── DesktopModules
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── ErrorPage.aspx.resx
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Index.aspx.resx
│   │   ├── LeftTree.aspx
│   │   ├── LeftTree.aspx.cs
│   │   ├── LeftTree.aspx.resx
│   │   ├── Main.aspx
│   │   ├── Main.aspx.cs
│   │   ├── Main.aspx.resx
│   │   ├── MainDesktop.aspx
│   │   ├── MainDesktop.aspx.cs
│   │   ├── MainDesktop.aspx.resx
│   │   ├── PurOrder
│   │   │   ├── AddPurOrder.aspx
│   │   │   ├── AddPurOrder.aspx.cs
│   │   │   ├── AddPurOrder.aspx.resx
│   │   │   ├── DeletePurOrder.aspx
│   │   │   ├── DeletePurOrder.aspx.cs
│   │   │   ├── DeletePurOrder.aspx.resx
│   │   │   ├── PurOrderManage.aspx
│   │   │   ├── PurOrderManage.aspx.cs
│   │   │   ├── PurOrderManage.aspx.resx
│   │   │   ├── UpdatePurOrder.aspx
│   │   │   ├── UpdatePurOrder.aspx.cs
│   │   │   ├── UpdatePurOrder.aspx.resx
│   │   │   ├── UpdatePurOrderStatus.aspx
│   │   │   ├── UpdatePurOrderStatus.aspx.cs
│   │   │   ├── UpdatePurOrderStatus.aspx.resx
│   │   │   ├── ViewPurOrder.aspx
│   │   │   ├── ViewPurOrder.aspx.cs
│   │   │   └── ViewPurOrder.aspx.resx
│   │   ├── PurProduct
│   │   │   ├── AddPurProduct.aspx
│   │   │   ├── AddPurProduct.aspx.cs
│   │   │   ├── AddPurProduct.aspx.resx
│   │   │   ├── DeletePurProduct.aspx
│   │   │   ├── DeletePurProduct.aspx.cs
│   │   │   ├── DeletePurProduct.aspx.resx
│   │   │   ├── PurProductManage.aspx
│   │   │   ├── PurProductManage.aspx.cs
│   │   │   ├── PurProductManage.aspx.resx
│   │   │   ├── UpdatePurProduct.aspx
│   │   │   ├── UpdatePurProduct.aspx.cs
│   │   │   ├── UpdatePurProduct.aspx.resx
│   │   │   ├── ViewPurProduct.aspx
│   │   │   ├── ViewPurProduct.aspx.cs
│   │   │   └── ViewPurProduct.aspx.resx
│   │   ├── PurQuote
│   │   │   ├── AddPurQuote.aspx
│   │   │   ├── AddPurQuote.aspx.cs
│   │   │   ├── AddPurQuote.aspx.resx
│   │   │   ├── DeletePurQuote.aspx
│   │   │   ├── DeletePurQuote.aspx.cs
│   │   │   ├── DeletePurQuote.aspx.resx
│   │   │   ├── PurQuoteManage.aspx
│   │   │   ├── PurQuoteManage.aspx.cs
│   │   │   ├── PurQuoteManage.aspx.resx
│   │   │   ├── UpdatePurQuote.aspx
│   │   │   ├── UpdatePurQuote.aspx.cs
│   │   │   ├── UpdatePurQuote.aspx.resx
│   │   │   ├── ViewPurQuote.aspx
│   │   │   ├── ViewPurQuote.aspx.cs
│   │   │   └── ViewPurQuote.aspx.resx
│   │   └── Statistics
│   │   ├── StatByContact.aspx
│   │   ├── StatByContact.aspx.cs
│   │   ├── StatByContact.aspx.resx
│   │   ├── StatByCustomer.aspx
│   │   ├── StatByCustomer.aspx.cs
│   │   ├── StatByCustomer.aspx.resx
│   │   ├── StatByProduct.aspx
│   │   ├── StatByProduct.aspx.cs
│   │   ├── StatByProduct.aspx.resx
│   │   ├── StatByProductType.aspx
│   │   ├── StatByProductType.aspx.cs
│   │   └── StatByProductType.aspx.resx
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Images
│   │   ├── 0.gif
│   │   ├── 111.png
│   │   ├── 1.gif
│   │   ├── 222.png
│   │   ├── 2.gif
│   │   ├── 333.png
│   │   ├── 3.gif
│   │   ├── 444.png
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   ├── 9.gif
│   │   ├── applebottom.gif
│   │   ├── appletop.gif
│   │   ├── arrowblue.gif
│   │   ├── arrowred.GIF
│   │   ├── asphome.gif
│   │   ├── bluemoon.jpg
│   │   ├── cbiron1.gif
│   │   ├── cbiron2.gif
│   │   ├── closedb.gif
│   │   ├── delete.gif
│   │   ├── dn.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── ffwd.gif
│   │   ├── folder.gif
│   │   ├── frew.gif
│   │   ├── fwd.gif
│   │   ├── gdn_icon_leaving.gif
│   │   ├── guestlogin.gif
│   │   ├── head.gif
│   │   ├── hotfolder.gif
│   │   ├── icon
│   │   │   ├── 001.gif
│   │   │   ├── 002.GIF
│   │   │   ├── 003.GIF
│   │   │   ├── 004.GIF
│   │   │   ├── 005.GIF
│   │   │   ├── 006.GIF
│   │   │   ├── 007.GIF
│   │   │   ├── 008.GIF
│   │   │   ├── 009.GIF
│   │   │   ├── 00.gif
│   │   │   ├── 010.GIF
│   │   │   ├── 011.GIF
│   │   │   ├── 012.GIF
│   │   │   ├── 013.GIF
│   │   │   ├── 014.GIF
│   │   │   ├── 015.GIF
│   │   │   ├── 016.GIF
│   │   │   ├── 017.GIF
│   │   │   ├── 018.GIF
│   │   │   ├── 019.GIF
│   │   │   ├── 01.gif
│   │   │   ├── 020.GIF
│   │   │   ├── 021.GIF
│   │   │   ├── 022.GIF
│   │   │   ├── 023.GIF
│   │   │   ├── 024.GIF
│   │   │   ├── 025.GIF
│   │   │   ├── 026.GIF
│   │   │   ├── 027.GIF
│   │   │   ├── 028.GIF
│   │   │   ├── 029.GIF
│   │   │   ├── 02.gif
│   │   │   ├── 030.GIF
│   │   │   ├── 031.GIF
│   │   │   ├── 032.GIF
│   │   │   ├── 033.GIF
│   │   │   ├── 034.GIF
│   │   │   ├── 035.GIF
│   │   │   ├── 036.GIF
│   │   │   ├── 037.GIF
│   │   │   ├── 038.GIF
│   │   │   ├── 039.GIF
│   │   │   ├── 03.gif
│   │   │   ├── 040.GIF
│   │   │   ├── 041.GIF
│   │   │   ├── 042.GIF
│   │   │   ├── 043.GIF
│   │   │   ├── 044.GIF
│   │   │   ├── 045.GIF
│   │   │   ├── 046.GIF
│   │   │   ├── 047.GIF
│   │   │   ├── 048.GIF
│   │   │   ├── 049.GIF
│   │   │   ├── 04.gif
│   │   │   ├── 050.GIF
│   │   │   ├── 051.GIF
│   │   │   ├── 052.GIF
│   │   │   ├── 053.GIF
│   │   │   ├── 054.GIF
│   │   │   ├── 055.GIF
│   │   │   ├── 056.GIF
│   │   │   ├── 057.GIF
│   │   │   ├── 058.GIF
│   │   │   ├── 059.GIF
│   │   │   ├── 05.gif
│   │   │   ├── 060.GIF
│   │   │   ├── 061.GIF
│   │   │   ├── 062.GIF
│   │   │   ├── 063.GIF
│   │   │   ├── 064.GIF
│   │   │   ├── 065.GIF
│   │   │   ├── 066.GIF
│   │   │   ├── 067.GIF
│   │   │   ├── 068.GIF
│   │   │   ├── 069.GIF
│   │   │   ├── 06.gif
│   │   │   ├── 070.GIF
│   │   │   ├── 071.GIF
│   │   │   ├── 072.GIF
│   │   │   ├── 073.GIF
│   │   │   ├── 074.GIF
│   │   │   ├── 075.GIF
│   │   │   ├── 076.GIF
│   │   │   ├── 077.GIF
│   │   │   ├── 078.GIF
│   │   │   ├── 079.GIF
│   │   │   ├── 07.gif
│   │   │   ├── 080.GIF
│   │   │   ├── 081.GIF
│   │   │   ├── 082.GIF
│   │   │   ├── 083.GIF
│   │   │   ├── 084.GIF
│   │   │   ├── 085.GIF
│   │   │   ├── 086.GIF
│   │   │   ├── 087.GIF
│   │   │   ├── 088.GIF
│   │   │   ├── 089.GIF
│   │   │   ├── 08.gif
│   │   │   ├── 090.GIF
│   │   │   ├── 091.GIF
│   │   │   ├── 092.GIF
│   │   │   ├── 093.GIF
│   │   │   ├── 094.GIF
│   │   │   ├── 095.GIF
│   │   │   ├── 096.GIF
│   │   │   ├── 097.GIF
│   │   │   ├── 098.GIF
│   │   │   ├── 099.GIF
│   │   │   ├── 09.gif
│   │   │   ├── 100.GIF
│   │   │   ├── 101.GIF
│   │   │   ├── 102.GIF
│   │   │   ├── 103.GIF
│   │   │   ├── 104.GIF
│   │   │   ├── 105.GIF
│   │   │   ├── 106.GIF
│   │   │   ├── 107.GIF
│   │   │   ├── 108.GIF
│   │   │   ├── 109.GIF
│   │   │   ├── 10.gif
│   │   │   ├── 110.GIF
│   │   │   ├── 111.GIF
│   │   │   ├── 112.GIF
│   │   │   ├── 113.GIF
│   │   │   ├── 114.GIF
│   │   │   ├── 115.GIF
│   │   │   ├── 116.GIF
│   │   │   ├── 117.GIF
│   │   │   ├── 118.GIF
│   │   │   ├── 119.GIF
│   │   │   ├── 11.gif
│   │   │   ├── 120.GIF
│   │   │   ├── 121.GIF
│   │   │   ├── 122.GIF
│   │   │   ├── 123.GIF
│   │   │   ├── 124.GIF
│   │   │   ├── 125.GIF
│   │   │   ├── 126.GIF
│   │   │   ├── 127.GIF
│   │   │   ├── 128.GIF
│   │   │   ├── 129.GIF
│   │   │   ├── 12.gif
│   │   │   ├── 130.GIF
│   │   │   ├── 131.GIF
│   │   │   ├── 132.GIF
│   │   │   ├── 133.GIF
│   │   │   ├── 134.GIF
│   │   │   ├── 135.GIF
│   │   │   ├── 136.GIF
│   │   │   ├── 137.GIF
│   │   │   ├── 138.GIF
│   │   │   ├── 139.GIF
│   │   │   ├── 13.gif
│   │   │   ├── 140.GIF
│   │   │   ├── 141.GIF
│   │   │   ├── 142.GIF
│   │   │   ├── 143.GIF
│   │   │   ├── 144.GIF
│   │   │   ├── 145.GIF
│   │   │   ├── 146.GIF
│   │   │   ├── 147.GIF
│   │   │   ├── 148.GIF
│   │   │   ├── 149.GIF
│   │   │   ├── 14.gif
│   │   │   ├── 150.GIF
│   │   │   ├── 151.GIF
│   │   │   ├── 152.GIF
│   │   │   ├── 153.GIF
│   │   │   ├── 154.GIF
│   │   │   ├── 155.GIF
│   │   │   ├── 156.GIF
│   │   │   ├── 157.GIF
│   │   │   ├── 158.GIF
│   │   │   ├── 159.GIF
│   │   │   ├── 15.gif
│   │   │   ├── 160.GIF
│   │   │   ├── 161.GIF
│   │   │   ├── 162.GIF
│   │   │   ├── 163.GIF
│   │   │   ├── 164.GIF
│   │   │   ├── 165.GIF
│   │   │   ├── 166.GIF
│   │   │   ├── 167.GIF
│   │   │   ├── 168.GIF
│   │   │   ├── 169.GIF
│   │   │   ├── 16.gif
│   │   │   ├── 170.GIF
│   │   │   ├── 171.GIF
│   │   │   ├── 172.GIF
│   │   │   ├── 173.GIF
│   │   │   ├── 174.GIF
│   │   │   ├── 175.GIF
│   │   │   ├── 176.GIF
│   │   │   ├── 177.GIF
│   │   │   ├── 178.GIF
│   │   │   ├── 179.GIF
│   │   │   ├── 17.gif
│   │   │   ├── 180.GIF
│   │   │   ├── 181.GIF
│   │   │   ├── 182.GIF
│   │   │   ├── 183.GIF
│   │   │   ├── 184.GIF
│   │   │   ├── 185.GIF
│   │   │   ├── 186.GIF
│   │   │   ├── 187.GIF
│   │   │   ├── 188.GIF
│   │   │   ├── 189.GIF
│   │   │   ├── 18.gif
│   │   │   ├── 190.GIF
│   │   │   ├── 191.GIF
│   │   │   ├── 192.GIF
│   │   │   ├── 193.GIF
│   │   │   ├── 194.GIF
│   │   │   ├── 195.GIF
│   │   │   ├── 196.GIF
│   │   │   ├── 197.GIF
│   │   │   ├── 198.GIF
│   │   │   ├── 199.GIF
│   │   │   ├── 19.gif
│   │   │   ├── 200.GIF
│   │   │   ├── 201.GIF
│   │   │   ├── 202.GIF
│   │   │   ├── 203.GIF
│   │   │   ├── 204.GIF
│   │   │   ├── 205.GIF
│   │   │   ├── 206.GIF
│   │   │   ├── 207.GIF
│   │   │   ├── 208.GIF
│   │   │   ├── 209.GIF
│   │   │   ├── 20.gif
│   │   │   ├── 210.GIF
│   │   │   ├── 211.GIF
│   │   │   ├── 212.GIF
│   │   │   ├── 213.GIF
│   │   │   ├── 214.GIF
│   │   │   ├── 215.GIF
│   │   │   ├── 216.GIF
│   │   │   ├── 217.GIF
│   │   │   ├── 218.GIF
│   │   │   ├── 219.GIF
│   │   │   ├── 21.gif
│   │   │   ├── 220.GIF
│   │   │   ├── 221.GIF
│   │   │   ├── 222.GIF
│   │   │   ├── 223.GIF
│   │   │   ├── 224.GIF
│   │   │   ├── 225.GIF
│   │   │   ├── 226.GIF
│   │   │   ├── 227.GIF
│   │   │   ├── 228.GIF
│   │   │   ├── 229.GIF
│   │   │   ├── 22.gif
│   │   │   ├── 230.GIF
│   │   │   ├── 231.GIF
│   │   │   ├── 232.GIF
│   │   │   ├── 233.GIF
│   │   │   ├── 234.GIF
│   │   │   ├── 235.GIF
│   │   │   ├── 236.GIF
│   │   │   ├── 237.GIF
│   │   │   ├── 238.GIF
│   │   │   ├── 239.GIF
│   │   │   ├── 23.gif
│   │   │   ├── 240.GIF
│   │   │   ├── 241.GIF
│   │   │   ├── 242.GIF
│   │   │   ├── 243.GIF
│   │   │   ├── 244.GIF
│   │   │   ├── 245.GIF
│   │   │   ├── 246.GIF
│   │   │   ├── 247.GIF
│   │   │   ├── 248.GIF
│   │   │   ├── 249.GIF
│   │   │   ├── 24.gif
│   │   │   ├── 250.GIF
│   │   │   ├── 251.GIF
│   │   │   ├── 252.GIF
│   │   │   ├── 253.GIF
│   │   │   ├── 254.GIF
│   │   │   ├── 255.GIF
│   │   │   ├── 256.GIF
│   │   │   ├── 257.GIF
│   │   │   ├── 258.GIF
│   │   │   ├── 259.GIF
│   │   │   ├── 25.gif
│   │   │   ├── 260.GIF
│   │   │   ├── 261.GIF
│   │   │   ├── 262.GIF
│   │   │   ├── 263.GIF
│   │   │   ├── 264.GIF
│   │   │   ├── 265.GIF
│   │   │   ├── 266.GIF
│   │   │   ├── 267.GIF
│   │   │   ├── 268.GIF
│   │   │   ├── 269.GIF
│   │   │   ├── 26.gif
│   │   │   ├── 270.GIF
│   │   │   ├── 271.GIF
│   │   │   ├── 272.GIF
│   │   │   ├── 273.gif
│   │   │   ├── 274.GIF
│   │   │   ├── 275.GIF
│   │   │   ├── 276.GIF
│   │   │   ├── 277.GIF
│   │   │   ├── 278.gif
│   │   │   ├── 279.GIF
│   │   │   ├── 27.gif
│   │   │   ├── 280.GIF
│   │   │   ├── 281.GIF
│   │   │   ├── 282.GIF
│   │   │   ├── 283.GIF
│   │   │   ├── 284.gif
│   │   │   ├── 285.GIF
│   │   │   ├── 286.GIF
│   │   │   ├── 287.GIF
│   │   │   ├── 288.GIF
│   │   │   ├── 289.GIF
│   │   │   ├── 28.gif
│   │   │   ├── 290.GIF
│   │   │   ├── 291.GIF
│   │   │   ├── 292.GIF
│   │   │   ├── 293.GIF
│   │   │   ├── 294.GIF
│   │   │   ├── 295.GIF
│   │   │   ├── 296.GIF
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 30s.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── mydoc.gif
│   │   │   └── vssver.scc
│   │   ├── isbest.gif
│   │   ├── istop.gif
│   │   ├── leaving_gdn.gif
│   │   ├── leaving_gdn_ltblue.gif
│   │   ├── lockfolder.gif
│   │   ├── login.gif
│   │   ├── lt.gif
│   │   ├── mail.gif
│   │   ├── male.gif
│   │   ├── managehide.gif
│   │   ├── managequit.gif
│   │   ├── manageshow.gif
│   │   ├── moduleheaher.gif
│   │   ├── navlink.gif
│   │   ├── navspacer.gif
│   │   ├── new_gdn.gif
│   │   ├── newimg.gif
│   │   ├── nextthread.gif
│   │   ├── oatail.jpg
│   │   ├── oatop.jpg
│   │   ├── pag.gif
│   │   ├── prethread.gif
│   │   ├── profile.gif
│   │   ├── Quote.gif
│   │   ├── refresh.gif
│   │   ├── reply(1).gif
│   │   ├── reply_a.gif
│   │   ├── rew.gif
│   │   ├── rt.gif
│   │   ├── SendMail.gif
│   │   ├── standard
│   │   │   ├── about.gif
│   │   │   ├── BackColor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bgpic.gif
│   │   │   ├── blink.gif
│   │   │   ├── Bold.gif
│   │   │   ├── bookmark.gif
│   │   │   ├── BR.gif
│   │   │   ├── code.GIF
│   │   │   ├── COPY.GIF
│   │   │   ├── CreateLink.GIF
│   │   │   ├── CUT.GIF
│   │   │   ├── date.gif
│   │   │   ├── Delete.gif
│   │   │   ├── Emot.gif
│   │   │   ├── Excel.gif
│   │   │   ├── fieldset.gif
│   │   │   ├── File.gif
│   │   │   ├── Flash.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── help.gif
│   │   │   ├── icq.gif
│   │   │   ├── iframe.gif
│   │   │   ├── Img.gif
│   │   │   ├── Indent.GIF
│   │   │   ├── InsertButton.gif
│   │   │   ├── InsertHorizontalRule.gif
│   │   │   ├── InsertInputCheckbox.gif
│   │   │   ├── InsertInputRadio.gif
│   │   │   ├── InsertInputText.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── InsertParagraph.gif
│   │   │   ├── InsertSelectDropdown.gif
│   │   │   ├── InsertTextArea.gif
│   │   │   ├── insertunorderedlist.GIF
│   │   │   ├── Italic.gif
│   │   │   ├── JustifyCenter.GIF
│   │   │   ├── JustifyFull.gif
│   │   │   ├── JustifyLeft.GIF
│   │   │   ├── JustifyRight.GIF
│   │   │   ├── Marquee.gif
│   │   │   ├── maximize.gif
│   │   │   ├── Media.gif
│   │   │   ├── minimize.gif
│   │   │   ├── modecodebtn.gif
│   │   │   ├── modecode.gif
│   │   │   ├── modeeditbtn.gif
│   │   │   ├── modeedit.gif
│   │   │   ├── modepreview.gif
│   │   │   ├── modeviewbtn.gif
│   │   │   ├── msn.gif
│   │   │   ├── Outdent.GIF
│   │   │   ├── Paste.gif
│   │   │   ├── PasteText.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── print.gif
│   │   │   ├── qq.gif
│   │   │   ├── quote.gif
│   │   │   ├── REDO.GIF
│   │   │   ├── RemoveFormat.gif
│   │   │   ├── save.gif
│   │   │   ├── selectAll.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── symbol.gif
│   │   │   ├── table.gif
│   │   │   ├── time.gif
│   │   │   ├── tobig.gif
│   │   │   ├── tosmall.gif
│   │   │   ├── UNDERline.GIF
│   │   │   ├── UNDO.GIF
│   │   │   ├── UNLINK.GIF
│   │   │   └── Unselect.gif
│   │   ├── team2.gif
│   │   ├── topbar.gif
│   │   ├── up.gif
│   │   └── ztop.gif
│   ├── MisPurchase.csproj
│   ├── MisPurchase.csproj.webinfo
│   ├── MisPurchase.sln
│   ├── MisPurchase.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── UserControls
│   │   ├── HeadBanner.ascx
│   │   ├── HeadBanner.ascx.cs
│   │   ├── HeadBanner.ascx.resx
│   │   ├── SystemHeader.aspx
│   │   ├── SystemHeader.aspx.cs
│   │   ├── SystemHeader.aspx.resx
│   │   ├── TailBanner.ascx
│   │   ├── TailBanner.ascx.cs
│   │   └── TailBanner.ascx.resx
│   └── Web.config
└── chp08
├── Database
│   ├── IOProduct.sql
│   ├── Product.sql
│   ├── ProductType.sql
│   ├── StoreCheck.sql
│   ├── StoreInOut.sql
│   └── Store.sql
└── MisStock
├── Admins
│   ├── AddUser.aspx
│   ├── AddUser.aspx.cs
│   ├── AddUser.aspx.resx
│   ├── UserLogout.aspx
│   ├── UserLogout.aspx.cs
│   ├── UserLogout.aspx.resx
│   ├── UserManage.aspx
│   ├── UserManage.aspx.cs
│   ├── UserManage.aspx.resx
│   ├── UserUpdatePwd.aspx
│   ├── UserUpdatePwd.aspx.cs
│   └── UserUpdatePwd.aspx.resx
├── AssemblyInfo.cs
├── bin
│   ├── microsoft.web.ui.webcontrols.dll
│   ├── MisStock.dll
│   ├── MisStock.pdb
│   └── SQLHelper.dll
├── Components
│   ├── Customer.cs
│   ├── Employee.cs
│   ├── IOProduct.cs
│   ├── MisSystem.cs
│   ├── Product.cs
│   ├── ProductType.cs
│   ├── StoreCheck.cs
│   ├── Store.cs
│   ├── StoreInOut.cs
│   ├── Tree.cs
│   ├── Type.cs
│   └── User.cs
├── CSS
│   ├── BaseCss.css
│   ├── Calendar.css
│   ├── Normal.css
│   ├── Search.css
│   ├── Tree.css
│   └── WebNormal.css
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.resx
├── DesktopModules
│   ├── ErrorPage.aspx
│   ├── ErrorPage.aspx.cs
│   ├── ErrorPage.aspx.resx
│   ├── Index.aspx
│   ├── Index.aspx.cs
│   ├── Index.aspx.resx
│   ├── IOProduct
│   │   ├── AddIOProduct.aspx
│   │   ├── AddIOProduct.aspx.cs
│   │   ├── AddIOProduct.aspx.resx
│   │   ├── DeleteIOProduct.aspx
│   │   ├── DeleteIOProduct.aspx.cs
│   │   ├── DeleteIOProduct.aspx.resx
│   │   ├── IOProductManage.aspx
│   │   ├── IOProductManage.aspx.cs
│   │   ├── IOProductManage.aspx.resx
│   │   ├── UpdateIOProduct.aspx
│   │   ├── UpdateIOProduct.aspx.cs
│   │   ├── UpdateIOProduct.aspx.resx
│   │   ├── ViewIOProduct.aspx
│   │   ├── ViewIOProduct.aspx.cs
│   │   └── ViewIOProduct.aspx.resx
│   ├── LeftTree.aspx
│   ├── LeftTree.aspx.cs
│   ├── LeftTree.aspx.resx
│   ├── Main.aspx
│   ├── Main.aspx.cs
│   ├── Main.aspx.resx
│   ├── MainDesktop.aspx
│   ├── MainDesktop.aspx.cs
│   ├── MainDesktop.aspx.resx
│   ├── Product
│   │   ├── AddProduct.aspx
│   │   ├── AddProduct.aspx.cs
│   │   ├── AddProduct.aspx.resx
│   │   ├── DeleteProduct.aspx
│   │   ├── DeleteProduct.aspx.cs
│   │   ├── DeleteProduct.aspx.resx
│   │   ├── ProductAlarm.aspx
│   │   ├── ProductAlarm.aspx.cs
│   │   ├── ProductAlarm.aspx.resx
│   │   ├── ProductManage.aspx
│   │   ├── ProductManage.aspx.cs
│   │   ├── ProductManage.aspx.resx
│   │   ├── UpdateProduct.aspx
│   │   ├── UpdateProduct.aspx.cs
│   │   ├── UpdateProduct.aspx.resx
│   │   ├── ViewProduct.aspx
│   │   ├── ViewProduct.aspx.cs
│   │   └── ViewProduct.aspx.resx
│   ├── ProductType
│   │   ├── AddProductType.aspx
│   │   ├── AddProductType.aspx.cs
│   │   ├── AddProductType.aspx.resx
│   │   ├── DeleteProductType.aspx
│   │   ├── DeleteProductType.aspx.cs
│   │   ├── DeleteProductType.aspx.resx
│   │   ├── ProductTypeManage.aspx
│   │   ├── ProductTypeManage.aspx.cs
│   │   ├── ProductTypeManage.aspx.resx
│   │   ├── UpdateProductType.aspx
│   │   ├── UpdateProductType.aspx.cs
│   │   ├── UpdateProductType.aspx.resx
│   │   ├── ViewProductType.aspx
│   │   ├── ViewProductType.aspx.cs
│   │   └── ViewProductType.aspx.resx
│   ├── Statistics
│   │   ├── StatByProduct.aspx
│   │   ├── StatByProduct.aspx.cs
│   │   ├── StatByProduct.aspx.resx
│   │   ├── ViewStoreInOut.aspx
│   │   ├── ViewStoreInOut.aspx.cs
│   │   └── ViewStoreInOut.aspx.resx
│   ├── Store
│   │   ├── AddStore.aspx
│   │   ├── AddStore.aspx.cs
│   │   ├── AddStore.aspx.resx
│   │   ├── DeleteStore.aspx
│   │   ├── DeleteStore.aspx.cs
│   │   ├── DeleteStore.aspx.resx
│   │   ├── StoreManage.aspx
│   │   ├── StoreManage.aspx.cs
│   │   ├── StoreManage.aspx.resx
│   │   ├── UpdateStore.aspx
│   │   ├── UpdateStore.aspx.cs
│   │   ├── UpdateStore.aspx.resx
│   │   ├── ViewStore.aspx
│   │   ├── ViewStore.aspx.cs
│   │   └── ViewStore.aspx.resx
│   ├── StoreCheck
│   │   ├── AddStoreCheck.aspx
│   │   ├── AddStoreCheck.aspx.cs
│   │   ├── AddStoreCheck.aspx.resx
│   │   ├── DeleteStoreCheck.aspx
│   │   ├── DeleteStoreCheck.aspx.cs
│   │   ├── DeleteStoreCheck.aspx.resx
│   │   ├── StoreCheckManage.aspx
│   │   ├── StoreCheckManage.aspx.cs
│   │   ├── StoreCheckManage.aspx.resx
│   │   ├── UpdateStoreCheck.aspx
│   │   ├── UpdateStoreCheck.aspx.cs
│   │   ├── UpdateStoreCheck.aspx.resx
│   │   ├── ViewStoreCheck.aspx
│   │   ├── ViewStoreCheck.aspx.cs
│   │   └── ViewStoreCheck.aspx.resx
│   └── StoreInOut
│   ├── AddStoreInOut.aspx
│   ├── AddStoreInOut.aspx.cs
│   ├── AddStoreInOut.aspx.resx
│   ├── DeleteStoreInOut.aspx
│   ├── DeleteStoreInOut.aspx.cs
│   ├── DeleteStoreInOut.aspx.resx
│   ├── StoreInOutManage.aspx
│   ├── StoreInOutManage.aspx.cs
│   ├── StoreInOutManage.aspx.resx
│   ├── UpdateStoreInOut.aspx
│   ├── UpdateStoreInOut.aspx.cs
│   ├── UpdateStoreInOut.aspx.resx
│   ├── ViewStoreInOut.aspx
│   ├── ViewStoreInOut.aspx.cs
│   └── ViewStoreInOut.aspx.resx
├── Global.asax
├── Global.asax.cs
├── Global.asax.resx
├── Images
│   ├── 0.gif
│   ├── 111.png
│   ├── 1.gif
│   ├── 222.png
│   ├── 2.gif
│   ├── 333.png
│   ├── 3.gif
│   ├── 444.png
│   ├── 4.gif
│   ├── 5.gif
│   ├── 6.gif
│   ├── 7.gif
│   ├── 8.gif
│   ├── 9.gif
│   ├── applebottom.gif
│   ├── appletop.gif
│   ├── arrowblue.gif
│   ├── arrowred.GIF
│   ├── asphome.gif
│   ├── bluemoon.jpg
│   ├── cbiron1.gif
│   ├── cbiron2.gif
│   ├── closedb.gif
│   ├── delete.gif
│   ├── dn.gif
│   ├── edit.gif
│   ├── email.gif
│   ├── ffwd.gif
│   ├── folder.gif
│   ├── frew.gif
│   ├── fwd.gif
│   ├── gdn_icon_leaving.gif
│   ├── guestlogin.gif
│   ├── head.gif
│   ├── hotfolder.gif
│   ├── icon
│   │   ├── 001.gif
│   │   ├── 002.GIF
│   │   ├── 003.GIF
│   │   ├── 004.GIF
│   │   ├── 005.GIF
│   │   ├── 006.GIF
│   │   ├── 007.GIF
│   │   ├── 008.GIF
│   │   ├── 009.GIF
│   │   ├── 00.gif
│   │   ├── 010.GIF
│   │   ├── 011.GIF
│   │   ├── 012.GIF
│   │   ├── 013.GIF
│   │   ├── 014.GIF
│   │   ├── 015.GIF
│   │   ├── 016.GIF
│   │   ├── 017.GIF
│   │   ├── 018.GIF
│   │   ├── 019.GIF
│   │   ├── 01.gif
│   │   ├── 020.GIF
│   │   ├── 021.GIF
│   │   ├── 022.GIF
│   │   ├── 023.GIF
│   │   ├── 024.GIF
│   │   ├── 025.GIF
│   │   ├── 026.GIF
│   │   ├── 027.GIF
│   │   ├── 028.GIF
│   │   ├── 029.GIF
│   │   ├── 02.gif
│   │   ├── 030.GIF
│   │   ├── 031.GIF
│   │   ├── 032.GIF
│   │   ├── 033.GIF
│   │   ├── 034.GIF
│   │   ├── 035.GIF
│   │   ├── 036.GIF
│   │   ├── 037.GIF
│   │   ├── 038.GIF
│   │   ├── 039.GIF
│   │   ├── 03.gif
│   │   ├── 040.GIF
│   │   ├── 041.GIF
│   │   ├── 042.GIF
│   │   ├── 043.GIF
│   │   ├── 044.GIF
│   │   ├── 045.GIF
│   │   ├── 046.GIF
│   │   ├── 047.GIF
│   │   ├── 048.GIF
│   │   ├── 049.GIF
│   │   ├── 04.gif
│   │   ├── 050.GIF
│   │   ├── 051.GIF
│   │   ├── 052.GIF
│   │   ├── 053.GIF
│   │   ├── 054.GIF
│   │   ├── 055.GIF
│   │   ├── 056.GIF
│   │   ├── 057.GIF
│   │   ├── 058.GIF
│   │   ├── 059.GIF
│   │   ├── 05.gif
│   │   ├── 060.GIF
│   │   ├── 061.GIF
│   │   ├── 062.GIF
│   │   ├── 063.GIF
│   │   ├── 064.GIF
│   │   ├── 065.GIF
│   │   ├── 066.GIF
│   │   ├── 067.GIF
│   │   ├── 068.GIF
│   │   ├── 069.GIF
│   │   ├── 06.gif
│   │   ├── 070.GIF
│   │   ├── 071.GIF
│   │   ├── 072.GIF
│   │   ├── 073.GIF
│   │   ├── 074.GIF
│   │   ├── 075.GIF
│   │   ├── 076.GIF
│   │   ├── 077.GIF
│   │   ├── 078.GIF
│   │   ├── 079.GIF
│   │   ├── 07.gif
│   │   ├── 080.GIF
│   │   ├── 081.GIF
│   │   ├── 082.GIF
│   │   ├── 083.GIF
│   │   ├── 084.GIF
│   │   ├── 085.GIF
│   │   ├── 086.GIF
│   │   ├── 087.GIF
│   │   ├── 088.GIF
│   │   ├── 089.GIF
│   │   ├── 08.gif
│   │   ├── 090.GIF
│   │   ├── 091.GIF
│   │   ├── 092.GIF
│   │   ├── 093.GIF
│   │   ├── 094.GIF
│   │   ├── 095.GIF
│   │   ├── 096.GIF
│   │   ├── 097.GIF
│   │   ├── 098.GIF
│   │   ├── 099.GIF
│   │   ├── 09.gif
│   │   ├── 100.GIF
│   │   ├── 101.GIF
│   │   ├── 102.GIF
│   │   ├── 103.GIF
│   │   ├── 104.GIF
│   │   ├── 105.GIF
│   │   ├── 106.GIF
│   │   ├── 107.GIF
│   │   ├── 108.GIF
│   │   ├── 109.GIF
│   │   ├── 10.gif
│   │   ├── 110.GIF
│   │   ├── 111.GIF
│   │   ├── 112.GIF
│   │   ├── 113.GIF
│   │   ├── 114.GIF
│   │   ├── 115.GIF
│   │   ├── 116.GIF
│   │   ├── 117.GIF
│   │   ├── 118.GIF
│   │   ├── 119.GIF
│   │   ├── 11.gif
│   │   ├── 120.GIF
│   │   ├── 121.GIF
│   │   ├── 122.GIF
│   │   ├── 123.GIF
│   │   ├── 124.GIF
│   │   ├── 125.GIF
│   │   ├── 126.GIF
│   │   ├── 127.GIF
│   │   ├── 128.GIF
│   │   ├── 129.GIF
│   │   ├── 12.gif
│   │   ├── 130.GIF
│   │   ├── 131.GIF
│   │   ├── 132.GIF
│   │   ├── 133.GIF
│   │   ├── 134.GIF
│   │   ├── 135.GIF
│   │   ├── 136.GIF
│   │   ├── 137.GIF
│   │   ├── 138.GIF
│   │   ├── 139.GIF
│   │   ├── 13.gif
│   │   ├── 140.GIF
│   │   ├── 141.GIF
│   │   ├── 142.GIF
│   │   ├── 143.GIF
│   │   ├── 144.GIF
│   │   ├── 145.GIF
│   │   ├── 146.GIF
│   │   ├── 147.GIF
│   │   ├── 148.GIF
│   │   ├── 149.GIF
│   │   ├── 14.gif
│   │   ├── 150.GIF
│   │   ├── 151.GIF
│   │   ├── 152.GIF
│   │   ├── 153.GIF
│   │   ├── 154.GIF
│   │   ├── 155.GIF
│   │   ├── 156.GIF
│   │   ├── 157.GIF
│   │   ├── 158.GIF
│   │   ├── 159.GIF
│   │   ├── 15.gif
│   │   ├── 160.GIF
│   │   ├── 161.GIF
│   │   ├── 162.GIF
│   │   ├── 163.GIF
│   │   ├── 164.GIF
│   │   ├── 165.GIF
│   │   ├── 166.GIF
│   │   ├── 167.GIF
│   │   ├── 168.GIF
│   │   ├── 169.GIF
│   │   ├── 16.gif
│   │   ├── 170.GIF
│   │   ├── 171.GIF
│   │   ├── 172.GIF
│   │   ├── 173.GIF
│   │   ├── 174.GIF
│   │   ├── 175.GIF
│   │   ├── 176.GIF
│   │   ├── 177.GIF
│   │   ├── 178.GIF
│   │   ├── 179.GIF
│   │   ├── 17.gif
│   │   ├── 180.GIF
│   │   ├── 181.GIF
│   │   ├── 182.GIF
│   │   ├── 183.GIF
│   │   ├── 184.GIF
│   │   ├── 185.GIF
│   │   ├── 186.GIF
│   │   ├── 187.GIF
│   │   ├── 188.GIF
│   │   ├── 189.GIF
│   │   ├── 18.gif
│   │   ├── 190.GIF
│   │   ├── 191.GIF
│   │   ├── 192.GIF
│   │   ├── 193.GIF
│   │   ├── 194.GIF
│   │   ├── 195.GIF
│   │   ├── 196.GIF
│   │   ├── 197.GIF
│   │   ├── 198.GIF
│   │   ├── 199.GIF
│   │   ├── 19.gif
│   │   ├── 200.GIF
│   │   ├── 201.GIF
│   │   ├── 202.GIF
│   │   ├── 203.GIF
│   │   ├── 204.GIF
│   │   ├── 205.GIF
│   │   ├── 206.GIF
│   │   ├── 207.GIF
│   │   ├── 208.GIF
│   │   ├── 209.GIF
│   │   ├── 20.gif
│   │   ├── 210.GIF
│   │   ├── 211.GIF
│   │   ├── 212.GIF
│   │   ├── 213.GIF
│   │   ├── 214.GIF
│   │   ├── 215.GIF
│   │   ├── 216.GIF
│   │   ├── 217.GIF
│   │   ├── 218.GIF
│   │   ├── 219.GIF
│   │   ├── 21.gif
│   │   ├── 220.GIF
│   │   ├── 221.GIF
│   │   ├── 222.GIF
│   │   ├── 223.GIF
│   │   ├── 224.GIF
│   │   ├── 225.GIF
│   │   ├── 226.GIF
│   │   ├── 227.GIF
│   │   ├── 228.GIF
│   │   ├── 229.GIF
│   │   ├── 22.gif
│   │   ├── 230.GIF
│   │   ├── 231.GIF
│   │   ├── 232.GIF
│   │   ├── 233.GIF
│   │   ├── 234.GIF
│   │   ├── 235.GIF
│   │   ├── 236.GIF
│   │   ├── 237.GIF
│   │   ├── 238.GIF
│   │   ├── 239.GIF
│   │   ├── 23.gif
│   │   ├── 240.GIF
│   │   ├── 241.GIF
│   │   ├── 242.GIF
│   │   ├── 243.GIF
│   │   ├── 244.GIF
│   │   ├── 245.GIF
│   │   ├── 246.GIF
│   │   ├── 247.GIF
│   │   ├── 248.GIF
│   │   ├── 249.GIF
│   │   ├── 24.gif
│   │   ├── 250.GIF
│   │   ├── 251.GIF
│   │   ├── 252.GIF
│   │   ├── 253.GIF
│   │   ├── 254.GIF
│   │   ├── 255.GIF
│   │   ├── 256.GIF
│   │   ├── 257.GIF
│   │   ├── 258.GIF
│   │   ├── 259.GIF
│   │   ├── 25.gif
│   │   ├── 260.GIF
│   │   ├── 261.GIF
│   │   ├── 262.GIF
│   │   ├── 263.GIF
│   │   ├── 264.GIF
│   │   ├── 265.GIF
│   │   ├── 266.GIF
│   │   ├── 267.GIF
│   │   ├── 268.GIF
│   │   ├── 269.GIF
│   │   ├── 26.gif
│   │   ├── 270.GIF
│   │   ├── 271.GIF
│   │   ├── 272.GIF
│   │   ├── 273.gif
│   │   ├── 274.GIF
│   │   ├── 275.GIF
│   │   ├── 276.GIF
│   │   ├── 277.GIF
│   │   ├── 278.gif
│   │   ├── 279.GIF
│   │   ├── 27.gif
│   │   ├── 280.GIF
│   │   ├── 281.GIF
│   │   ├── 282.GIF
│   │   ├── 283.GIF
│   │   ├── 284.gif
│   │   ├── 285.GIF
│   │   ├── 286.GIF
│   │   ├── 287.GIF
│   │   ├── 288.GIF
│   │   ├── 289.GIF
│   │   ├── 28.gif
│   │   ├── 290.GIF
│   │   ├── 291.GIF
│   │   ├── 292.GIF
│   │   ├── 293.GIF
│   │   ├── 294.GIF
│   │   ├── 295.GIF
│   │   ├── 296.GIF
│   │   ├── 29.gif
│   │   ├── 30.gif
│   │   ├── 30s.gif
│   │   ├── 31.gif
│   │   ├── 32.gif
│   │   ├── 33.gif
│   │   ├── 34.gif
│   │   ├── 35.gif
│   │   ├── mydoc.gif
│   │   └── vssver.scc
│   ├── isbest.gif
│   ├── istop.gif
│   ├── leaving_gdn.gif
│   ├── leaving_gdn_ltblue.gif
│   ├── lockfolder.gif
│   ├── login.gif
│   ├── lt.gif
│   ├── mail.gif
│   ├── male.gif
│   ├── managehide.gif
│   ├── managequit.gif
│   ├── manageshow.gif
│   ├── moduleheaher.gif
│   ├── navlink.gif
│   ├── navspacer.gif
│   ├── new_gdn.gif
│   ├── newimg.gif
│   ├── nextthread.gif
│   ├── oatail.jpg
│   ├── oatop.jpg
│   ├── pag.gif
│   ├── prethread.gif
│   ├── profile.gif
│   ├── Quote.gif
│   ├── refresh.gif
│   ├── reply(1).gif
│   ├── reply_a.gif
│   ├── rew.gif
│   ├── rt.gif
│   ├── SendMail.gif
│   ├── standard
│   │   ├── about.gif
│   │   ├── BackColor.gif
│   │   ├── bgcolor.gif
│   │   ├── bgpic.gif
│   │   ├── blink.gif
│   │   ├── Bold.gif
│   │   ├── bookmark.gif
│   │   ├── BR.gif
│   │   ├── code.GIF
│   │   ├── COPY.GIF
│   │   ├── CreateLink.GIF
│   │   ├── CUT.GIF
│   │   ├── date.gif
│   │   ├── Delete.gif
│   │   ├── Emot.gif
│   │   ├── Excel.gif
│   │   ├── fieldset.gif
│   │   ├── File.gif
│   │   ├── Flash.gif
│   │   ├── forecolor.gif
│   │   ├── help.gif
│   │   ├── icq.gif
│   │   ├── iframe.gif
│   │   ├── Img.gif
│   │   ├── Indent.GIF
│   │   ├── InsertButton.gif
│   │   ├── InsertHorizontalRule.gif
│   │   ├── InsertInputCheckbox.gif
│   │   ├── InsertInputRadio.gif
│   │   ├── InsertInputText.gif
│   │   ├── insertorderedlist.gif
│   │   ├── InsertParagraph.gif
│   │   ├── InsertSelectDropdown.gif
│   │   ├── InsertTextArea.gif
│   │   ├── insertunorderedlist.GIF
│   │   ├── Italic.gif
│   │   ├── JustifyCenter.GIF
│   │   ├── JustifyFull.gif
│   │   ├── JustifyLeft.GIF
│   │   ├── JustifyRight.GIF
│   │   ├── Marquee.gif
│   │   ├── maximize.gif
│   │   ├── Media.gif
│   │   ├── minimize.gif
│   │   ├── modecodebtn.gif
│   │   ├── modecode.gif
│   │   ├── modeeditbtn.gif
│   │   ├── modeedit.gif
│   │   ├── modepreview.gif
│   │   ├── modeviewbtn.gif
│   │   ├── msn.gif
│   │   ├── Outdent.GIF
│   │   ├── Paste.gif
│   │   ├── PasteText.gif
│   │   ├── pasteword.gif
│   │   ├── print.gif
│   │   ├── qq.gif
│   │   ├── quote.gif
│   │   ├── REDO.GIF
│   │   ├── RemoveFormat.gif
│   │   ├── save.gif
│   │   ├── selectAll.gif
│   │   ├── showdetails.gif
│   │   ├── showtableborders.gif
│   │   ├── strikethrough.gif
│   │   ├── subscript.gif
│   │   ├── superscript.gif
│   │   ├── symbol.gif
│   │   ├── table.gif
│   │   ├── time.gif
│   │   ├── tobig.gif
│   │   ├── tosmall.gif
│   │   ├── UNDERline.GIF
│   │   ├── UNDO.GIF
│   │   ├── UNLINK.GIF
│   │   └── Unselect.gif
│   ├── team2.gif
│   ├── topbar.gif
│   ├── up.gif
│   └── ztop.gif
├── MisStock.csproj
├── MisStock.csproj.webinfo
├── MisStock.sln
├── MisStock.suo
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── UserControls
│   ├── HeadBanner.ascx
│   ├── HeadBanner.ascx.cs
│   ├── HeadBanner.ascx.resx
│   ├── SystemHeader.aspx
│   ├── SystemHeader.aspx.cs
│   ├── SystemHeader.aspx.resx
│   ├── TailBanner.ascx
│   ├── TailBanner.ascx.cs
│   └── TailBanner.ascx.resx
└── Web.config

157 directories, 4693 files

标签:

实例下载地址

c#MIS系统开发与应用(ASP.NET+SQL)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警