实例介绍
李天平-项目中的.NET光盘内容完整版 光盘内容: 1.code:全部章节的源代码。 2.数据库\Codematic:全部章节代码所用示例和权限角色数据库。 3.数据库\SSO:单点登录系统的数据库。 4.通用类库源码: 日常开发封装的常用类库。 (1) Common:通用类库源码 (2) DBUtility:数据访问基础类库 (3) LtpPageControl: 分页控件源码 5.本光盘还包括: (1) 权限角色管理系统(LTP.Account)的全部源码(code\ch17 LTP.Account), (2) 单点登录系统的全部源代码(code\ch18 SSO)。 如图:Bu
【实例截图】
【核心代码】
NET光盘内容
└── 项目中的.NET光盘内容
├── Builder.bmp
├── code
│ ├── ch01
│ │ ├── 01
│ │ │ ├── 01.csproj
│ │ │ ├── 01.suo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 01.exe
│ │ │ │ ├── 01.vshost.exe
│ │ │ │ └── 01.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 02
│ │ │ ├── 02.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 02.exe
│ │ │ │ ├── 02.vshost.exe
│ │ │ │ └── 02.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 03
│ │ │ ├── 03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 03.exe
│ │ │ │ ├── 03.vshost.exe
│ │ │ │ └── 03.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 04
│ │ │ ├── 04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 04.exe
│ │ │ │ └── 04.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 05
│ │ │ ├── 05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 05.exe
│ │ │ │ └── 05.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 06
│ │ │ ├── 06.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 06.exe
│ │ │ │ └── 06.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 07
│ │ │ ├── 07.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 07.exe
│ │ │ │ └── 07.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 08
│ │ │ ├── 08.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ └── 08.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 09
│ │ │ ├── 09.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 09.exe
│ │ │ │ └── 09.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 10
│ │ │ ├── 10.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 10.exe
│ │ │ │ └── 10.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 11
│ │ │ ├── 11.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 11.exe
│ │ │ │ └── 11.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 12
│ │ │ ├── 12.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 12.exe
│ │ │ │ └── 12.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 13
│ │ │ ├── 13.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 13.exe
│ │ │ │ └── 13.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 14
│ │ │ ├── 14.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 14.exe
│ │ │ │ └── 14.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 15
│ │ │ ├── 15.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 15.exe
│ │ │ │ └── 15.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 16
│ │ │ ├── 16.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 16.exe
│ │ │ │ └── 16.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 17
│ │ │ ├── 17.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 17.exe
│ │ │ │ └── 17.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 18
│ │ │ ├── 18.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 18.exe
│ │ │ │ ├── 18.vshost.exe
│ │ │ │ └── 18.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 19
│ │ │ ├── 19.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 19.exe
│ │ │ │ ├── 19.vshost.exe
│ │ │ │ └── 19.vshost.exe.manifest
│ │ │ ├── BusEntity.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 20
│ │ │ ├── 20.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 20.exe
│ │ │ │ ├── 20.vshost.exe
│ │ │ │ ├── 20.vshost.exe.manifest
│ │ │ │ └── ClassLib.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 21
│ │ │ ├── 21.csproj
│ │ │ ├── 21.csproj.user
│ │ │ ├── bin
│ │ │ │ └── 21.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Web.config
│ │ ├── 22
│ │ │ ├── 22.csproj
│ │ │ ├── 22.csproj.user
│ │ │ ├── bin
│ │ │ │ └── 22.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Web.config
│ │ ├── 23
│ │ │ ├── 23.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 23.exe
│ │ │ │ ├── 23.vshost.exe
│ │ │ │ └── 23.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ch01.sln
│ │ ├── ch01.suo
│ │ └── ClassLib
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── ClassLib.dll
│ │ ├── Class1.cs
│ │ ├── ClassLib.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ch02
│ │ ├── 01
│ │ │ ├── 01.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 01.exe
│ │ │ │ └── 01.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 02
│ │ │ ├── 02.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 02.exe
│ │ │ │ └── 02.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 03
│ │ │ ├── 03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 03.exe
│ │ │ │ └── 03.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 04
│ │ │ ├── 04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 04.exe
│ │ │ │ └── 04.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 05
│ │ │ ├── 05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 05.exe
│ │ │ │ └── 05.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ch02.sln
│ │ └── ch02.suo
│ ├── ch03
│ │ ├── 01
│ │ │ ├── 01.csproj
│ │ │ ├── 01.csproj.user
│ │ │ ├── bin
│ │ │ │ └── 01.dll
│ │ │ ├── ContentPage.aspx
│ │ │ ├── ContentPage.aspx.cs
│ │ │ ├── ContentPage.aspx.designer.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Site.Master
│ │ │ ├── Site.Master.cs
│ │ │ ├── Site.Master.designer.cs
│ │ │ └── Web.config
│ │ ├── 02OnlineUser
│ │ │ ├── 02OnlineUser.csproj
│ │ │ ├── 02OnlineUser.csproj.user
│ │ │ ├── bin
│ │ │ │ └── OnlineUser.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Style.css
│ │ │ └── Web.config
│ │ ├── 02PageState
│ │ │ ├── 02PageState.csproj
│ │ │ ├── bin
│ │ │ │ └── PageState.dll
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── WebForm2.aspx
│ │ │ ├── WebForm2.aspx.cs
│ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ ├── WebForm3.aspx
│ │ │ ├── WebForm3.aspx.cs
│ │ │ ├── WebForm3.aspx.designer.cs
│ │ │ ├── WebForm3UserControl.ascx
│ │ │ ├── WebForm3UserControl.ascx.cs
│ │ │ ├── WebForm3UserControl.ascx.designer.cs
│ │ │ ├── WebForm4.aspx
│ │ │ ├── WebForm4.aspx.cs
│ │ │ ├── WebForm4.aspx.designer.cs
│ │ │ ├── WebForm5.aspx
│ │ │ ├── WebForm5.aspx.cs
│ │ │ └── WebForm5.aspx.designer.cs
│ │ ├── 03WebDataBind
│ │ │ ├── 03WebDataBind.csproj
│ │ │ ├── 03WebDataBind.csproj.user
│ │ │ ├── bin
│ │ │ │ └── WebDataBind.dll
│ │ │ ├── images
│ │ │ │ └── Thumbs.db
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── WebForm2.aspx
│ │ │ ├── WebForm2.aspx.cs
│ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ ├── WebForm3.aspx
│ │ │ ├── WebForm3.aspx.cs
│ │ │ ├── WebForm3.aspx.designer.cs
│ │ │ ├── WebForm4.aspx
│ │ │ ├── WebForm4.aspx.cs
│ │ │ ├── WebForm4.aspx.designer.cs
│ │ │ ├── WebForm5.aspx
│ │ │ ├── WebForm5.aspx.cs
│ │ │ ├── WebForm5.aspx.designer.cs
│ │ │ ├── WebForm6.aspx
│ │ │ ├── WebForm6.aspx.cs
│ │ │ ├── WebForm6.aspx.designer.cs
│ │ │ ├── WebForm7.aspx
│ │ │ ├── WebForm7.aspx.cs
│ │ │ ├── WebForm7.aspx.designer.cs
│ │ │ ├── WebForm8.aspx
│ │ │ ├── WebForm8.aspx.cs
│ │ │ ├── WebForm8.aspx.designer.cs
│ │ │ ├── WebForm9.aspx
│ │ │ ├── WebForm9.aspx.cs
│ │ │ └── WebForm9.aspx.designer.cs
│ │ ├── 04WebApp
│ │ │ ├── 04WebApp.csproj
│ │ │ ├── 04WebApp.csproj.user
│ │ │ ├── 1PageValue
│ │ │ │ ├── WebFormA1.aspx
│ │ │ │ ├── WebFormA1.aspx.cs
│ │ │ │ ├── WebFormA1.aspx.designer.cs
│ │ │ │ ├── WebFormA2.aspx
│ │ │ │ ├── WebFormA2.aspx.cs
│ │ │ │ ├── WebFormA2.aspx.designer.cs
│ │ │ │ ├── WebFormB1.aspx
│ │ │ │ ├── WebFormB1.aspx.cs
│ │ │ │ ├── WebFormB1.aspx.designer.cs
│ │ │ │ ├── WebFormB2.aspx
│ │ │ │ ├── WebFormB2.aspx.cs
│ │ │ │ ├── WebFormB2.aspx.designer.cs
│ │ │ │ ├── WebFormC1.aspx
│ │ │ │ ├── WebFormC1.aspx.cs
│ │ │ │ ├── WebFormC1.aspx.designer.cs
│ │ │ │ ├── WebFormC2.aspx
│ │ │ │ ├── WebFormC2.aspx.cs
│ │ │ │ ├── WebFormC2.aspx.designer.cs
│ │ │ │ ├── WebFormC3.aspx
│ │ │ │ ├── WebFormC3.aspx.cs
│ │ │ │ ├── WebFormC3.aspx.designer.cs
│ │ │ │ ├── WebFormD1.aspx
│ │ │ │ ├── WebFormD1.aspx.cs
│ │ │ │ ├── WebFormD1.aspx.designer.cs
│ │ │ │ ├── WebFormD2.aspx
│ │ │ │ ├── WebFormD2.aspx.cs
│ │ │ │ ├── WebFormD2.aspx.designer.cs
│ │ │ │ ├── WebFormE1.aspx
│ │ │ │ ├── WebFormE1.aspx.cs
│ │ │ │ ├── WebFormE1.aspx.designer.cs
│ │ │ │ ├── WebFormE2.aspx
│ │ │ │ ├── WebFormE2.aspx.cs
│ │ │ │ ├── WebFormE2.aspx.designer.cs
│ │ │ │ ├── WebFormF1.aspx
│ │ │ │ ├── WebFormF1.aspx.cs
│ │ │ │ ├── WebFormF1.aspx.designer.cs
│ │ │ │ ├── WebFormF2.aspx
│ │ │ │ ├── WebFormF2.aspx.cs
│ │ │ │ ├── WebFormF2.aspx.designer.cs
│ │ │ │ ├── WebFormG1.aspx
│ │ │ │ ├── WebFormG1.aspx.cs
│ │ │ │ ├── WebFormG1.aspx.designer.cs
│ │ │ │ ├── WebFormG2.aspx
│ │ │ │ ├── WebFormG2.aspx.cs
│ │ │ │ └── WebFormG2.aspx.designer.cs
│ │ │ ├── 4Redirect
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ └── WebForm2.aspx.designer.cs
│ │ │ ├── 5refresh
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── 6KeyEvent
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ │ ├── WebForm3.aspx
│ │ │ │ ├── WebForm3.aspx.cs
│ │ │ │ └── WebForm3.aspx.designer.cs
│ │ │ ├── 7UrlEncode
│ │ │ │ ├── A1.aspx
│ │ │ │ ├── A1.aspx.cs
│ │ │ │ ├── A1.aspx.designer.cs
│ │ │ │ ├── A2.aspx
│ │ │ │ ├── A2.aspx.cs
│ │ │ │ ├── A2.aspx.designer.cs
│ │ │ │ ├── A3.aspx
│ │ │ │ ├── A3.aspx.cs
│ │ │ │ ├── A3.aspx.designer.cs
│ │ │ │ ├── B.aspx
│ │ │ │ ├── B.aspx.cs
│ │ │ │ ├── B.aspx.designer.cs
│ │ │ │ ├── C.aspx
│ │ │ │ ├── C.aspx.cs
│ │ │ │ ├── C.aspx.designer.cs
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── 8Delete
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ └── WebForm2.aspx.designer.cs
│ │ │ ├── 8Runing
│ │ │ │ ├── loader.gif
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Web.config
│ │ ├── ch03.sln
│ │ ├── ch03.suo
│ │ └── WebPageBase
│ │ ├── bin
│ │ │ ├── LTP.Accounts.dll
│ │ │ └── WebPageBase.dll
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── LTP.Accounts.dll
│ │ ├── PageBase
│ │ │ ├── BizFormBase.cs
│ │ │ ├── PageBase.cs
│ │ │ └── ProductBase.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.config
│ │ ├── WebForm1.aspx
│ │ ├── WebForm1.aspx.cs
│ │ ├── WebForm1.aspx.designer.cs
│ │ ├── WebPageBase.csproj
│ │ └── WebPageBase.csproj.user
│ ├── ch04
│ │ ├── 04.sln
│ │ ├── 04.suo
│ │ ├── 4.1
│ │ │ ├── 01WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 4.11
│ │ │ ├── 11WindowsFormsThread.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsThread.exe
│ │ │ │ ├── WindowsFormsThread.vshost.exe
│ │ │ │ └── WindowsFormsThread.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsThread.sln
│ │ ├── 4.12
│ │ │ ├── 12WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsApplication1.sln
│ │ ├── 4.2 MDI
│ │ │ ├── 02WindowsFormsMDI.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsMDI.exe
│ │ │ │ ├── WindowsFormsMDI.vshost.exe
│ │ │ │ └── WindowsFormsMDI.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormOption.cs
│ │ │ ├── FormOption.Designer.cs
│ │ │ ├── FormOption.resx
│ │ │ ├── MDIParent1.cs
│ │ │ ├── MDIParent1.Designer.cs
│ │ │ ├── MDIParent1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 4.3
│ │ │ ├── 03WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormAppPath.cs
│ │ │ ├── FormAppPath.Designer.cs
│ │ │ ├── FormAppPath.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WindowsFormsApplication1.csproj.user
│ │ │ └── WindowsFormsApplication1.suo
│ │ ├── 4.4
│ │ │ ├── 04WindowsFormsKeyDown.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsKeyDown.exe
│ │ │ │ ├── WindowsFormsKeyDown.vshost.exe
│ │ │ │ └── WindowsFormsKeyDown.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsKeyDown.sln
│ │ ├── 4.5
│ │ │ ├── 05WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form11.cs
│ │ │ ├── Form11.Designer.cs
│ │ │ ├── Form11.resx
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Form3.cs
│ │ │ ├── Form3.Designer.cs
│ │ │ ├── Form3.resx
│ │ │ ├── Form4.cs
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── Form4.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsApplication1.suo
│ │ ├── 4.6
│ │ │ ├── 06WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── tu.bmp
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsApplication1.suo
│ │ ├── 4.8
│ │ │ ├── 08WindowsFormsApp.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApplication1.exe
│ │ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── 4.9 系统托盘和热键呼出
│ │ ├── 09WindowsFormsApp.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── offline.ico
│ │ │ ├── online.ico
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── WindowsFormsApplication1.sln
│ ├── ch05
│ │ ├── 01ADONET
│ │ │ ├── 01ADONET.csproj
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── WebApplication1.suo
│ │ │ ├── Web.config
│ │ │ ├── WebForm2-Connection.aspx
│ │ │ ├── WebForm2-Connection.aspx.cs
│ │ │ ├── WebForm2-Connection.aspx.designer.cs
│ │ │ ├── WebForm3-SqlCommand .aspx
│ │ │ ├── WebForm3-SqlCommand .aspx.cs
│ │ │ ├── WebForm3-SqlCommand .aspx.designer.cs
│ │ │ ├── WebForm4-DataAdapter.aspx
│ │ │ ├── WebForm4-DataAdapter.aspx.cs
│ │ │ ├── WebForm4-DataAdapter.aspx.designer.cs
│ │ │ ├── WebForm5-DataReader.aspx
│ │ │ ├── WebForm5-DataReader.aspx.cs
│ │ │ ├── WebForm5-DataReader.aspx.designer.cs
│ │ │ ├── WebForm6-Using.aspx
│ │ │ ├── WebForm6-Using.aspx.cs
│ │ │ ├── WebForm6-Using.aspx.designer.cs
│ │ │ ├── WebForm8-DataSet.aspx
│ │ │ ├── WebForm8-DataSet.aspx.cs
│ │ │ ├── WebForm8-DataSet.aspx.designer.cs
│ │ │ ├── WebForm9.aspx
│ │ │ ├── WebForm9.aspx.cs
│ │ │ └── WebForm9.aspx.designer.cs
│ │ ├── 02
│ │ │ ├── 02.csproj
│ │ │ ├── 02.csproj.user
│ │ │ ├── bin
│ │ │ │ └── WebApplication2.dll
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── DBUtility
│ │ │ │ ├── DbHelperSQL.cs
│ │ │ │ └── DbHelperSQLP.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PubConstant.cs
│ │ │ ├── WebApplication2.csproj.user
│ │ │ ├── WebApplication2.sln
│ │ │ ├── WebApplication2.suo
│ │ │ ├── Web.config
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ └── WebForm1.aspx.designer.cs
│ │ ├── 04
│ │ │ ├── 04.sln
│ │ │ ├── 04.suo
│ │ │ ├── ClassTran
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── ClassTran.dll
│ │ │ │ ├── ClassTran.csproj
│ │ │ │ ├── key.snk
│ │ │ │ ├── OrderData1.cs
│ │ │ │ ├── OrderData2.cs
│ │ │ │ ├── OrderData3.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web
│ │ │ │ ├── 04.csproj
│ │ │ │ ├── 04.csproj.user
│ │ │ │ ├── bin
│ │ │ │ │ ├── ClassTran.dll
│ │ │ │ │ └── WebApplication4.dll
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Web.config
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ │ ├── WebForm3.aspx
│ │ │ │ ├── WebForm3.aspx.cs
│ │ │ │ ├── WebForm3.aspx.designer.cs
│ │ │ │ ├── WebForm4.aspx
│ │ │ │ ├── WebForm4.aspx.cs
│ │ │ │ ├── WebForm4.aspx.designer.cs
│ │ │ │ ├── WebForm5.aspx
│ │ │ │ ├── WebForm5.aspx.cs
│ │ │ │ └── WebForm5.aspx.designer.cs
│ │ │ └── WebApplication4.suo
│ │ ├── ch05.sln
│ │ ├── ch05.suo
│ │ └── MySQLApplication1
│ │ ├── bin
│ │ │ ├── MySQLApplication1.dll
│ │ │ └── MySql.Data.dll
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── MySQLApplication1.csproj
│ │ ├── MySQLApplication1.csproj.user
│ │ ├── MySQLApplication1.sln
│ │ ├── MySQLApplication1.suo
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Web.config
│ ├── ch06
│ │ ├── 01
│ │ │ ├── 01.csproj
│ │ │ ├── 01.csproj.user
│ │ │ ├── 01.sln
│ │ │ ├── 01.suo
│ │ │ ├── 6.3.72.xml
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Style.css
│ │ │ ├── WebApplication1.suo
│ │ │ ├── Web.config
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── WebForm2.aspx
│ │ │ ├── WebForm2.aspx.cs
│ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ ├── WebForm3.xml
│ │ │ ├── WebForm4.aspx
│ │ │ ├── WebForm4.aspx.cs
│ │ │ ├── WebForm4.aspx.designer.cs
│ │ │ ├── WebForm4.xml
│ │ │ ├── WebForm5.aspx
│ │ │ ├── WebForm5.aspx.cs
│ │ │ ├── WebForm5.aspx.designer.cs
│ │ │ ├── WebForm5.xml
│ │ │ ├── WebForm7.aspx
│ │ │ ├── WebForm7.aspx.cs
│ │ │ ├── WebForm7.aspx.designer.cs
│ │ │ └── WebForm7.xml
│ │ ├── 02-Config
│ │ │ ├── 02Config.csproj
│ │ │ ├── 02Config.sln
│ │ │ ├── 02Config.suo
│ │ │ ├── bin
│ │ │ │ └── WebApplication-Config.dll
│ │ │ ├── Config
│ │ │ │ └── ModuleSettings.xml
│ │ │ ├── Config.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── WebApplication-Config.suo
│ │ │ └── Web.config
│ │ ├── 03-Rss
│ │ │ ├── 03Rss.csproj
│ │ │ ├── 03Rss.sln
│ │ │ ├── 03Rss.suo
│ │ │ ├── bin
│ │ │ │ └── WebApplication2-Rss.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── News.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Rss1.aspx
│ │ │ ├── Rss1.aspx.cs
│ │ │ ├── Rss1.aspx.designer.cs
│ │ │ ├── Rss2.aspx
│ │ │ ├── Rss2.aspx.cs
│ │ │ ├── Rss2.aspx.designer.cs
│ │ │ ├── RssReader1.aspx
│ │ │ ├── RssReader1.aspx.cs
│ │ │ ├── RssReader1.aspx.designer.cs
│ │ │ ├── RssReader2-XmlHttp.aspx
│ │ │ ├── RssReader2-XmlHttp.aspx.cs
│ │ │ ├── RssReader2-XmlHttp.aspx.designer.cs
│ │ │ ├── WebApplication2-Rss.suo
│ │ │ └── Web.config
│ │ └── 03-Rssrss.xml
│ ├── ch07
│ │ ├── WebAppClient
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── JsService1.htm
│ │ │ ├── JsService2.htm
│ │ │ ├── JsService3.htm
│ │ │ ├── JsService4.htm
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WebAppClient.csproj
│ │ │ ├── WebAppClient.csproj.user
│ │ │ ├── Web.config
│ │ │ ├── WebForm.aspx
│ │ │ ├── WebForm.aspx.cs
│ │ │ ├── WebForm.aspx.designer.cs
│ │ │ ├── WebForm-SoapHeader.aspx
│ │ │ ├── WebForm-SoapHeader.aspx.cs
│ │ │ ├── WebForm-SoapHeader.aspx.designer.cs
│ │ │ ├── Web References
│ │ │ │ ├── ProductService
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ ├── Reference.map
│ │ │ │ │ ├── Service1.disco
│ │ │ │ │ └── Service1.wsdl
│ │ │ │ └── ProductServiceSoap
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.map
│ │ │ │ ├── WebService-Soap.disco
│ │ │ │ └── WebService-Soap.wsdl
│ │ │ └── webservice.htc
│ │ ├── WebService1
│ │ │ ├── bin
│ │ │ │ └── WebService1.dll
│ │ │ ├── Common.cs
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── Products.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PubConstant.cs
│ │ │ ├── Service1.asmx
│ │ │ ├── Service1.asmx.cs
│ │ │ ├── Web.config
│ │ │ ├── WebService1.csproj
│ │ │ ├── WebService1.csproj.user
│ │ │ ├── WebService1.suo
│ │ │ ├── WebService-Soap.asmx
│ │ │ └── WebService-Soap.asmx.cs
│ │ ├── WebService1.sln
│ │ ├── WebService1.suo
│ │ └── WinFormsAppClient
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.exe.config
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ ├── WindowsFormsApplication1.vshost.exe.config
│ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.resx
│ │ ├── Form3.cs
│ │ ├── Form3.Designer.cs
│ │ ├── Form3.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Web References
│ │ │ └── ProductService
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.map
│ │ │ ├── Service1.disco
│ │ │ └── Service1.wsdl
│ │ └── WinFormsAppClient.csproj
│ ├── ch08
│ │ ├── 01
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Rss.aspx
│ │ │ ├── Rss.aspx.cs
│ │ │ ├── Rss.aspx.designer.cs
│ │ │ ├── sample.xml
│ │ │ ├── WebApplication1.csproj
│ │ │ ├── WebApplication1.csproj.user
│ │ │ ├── WebApplication1.sln
│ │ │ ├── WebApplication1.suo
│ │ │ ├── Web.config
│ │ │ └── XMLHttp.htm
│ │ ├── 02
│ │ │ ├── 02.csproj
│ │ │ ├── 02.sln
│ │ │ ├── 02.suo
│ │ │ ├── bin
│ │ │ │ └── WebApplication1.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── loader.gif
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── WebFormAjax.aspx
│ │ │ ├── WebFormAjax.aspx.cs
│ │ │ ├── WebFormAjax.aspx.designer.cs
│ │ │ ├── WebFormAjaxErr.aspx
│ │ │ ├── WebFormAjaxErr.aspx.cs
│ │ │ ├── WebFormAjaxErr.aspx.designer.cs
│ │ │ ├── WebFormAjaxNo.aspx
│ │ │ ├── WebFormAjaxNo.aspx.cs
│ │ │ ├── WebFormAjaxNo.aspx.designer.cs
│ │ │ ├── WebFormAjaxTrigger.aspx
│ │ │ ├── WebFormAjaxTrigger.aspx.cs
│ │ │ ├── WebFormAjaxTrigger.aspx.designer.cs
│ │ │ ├── WebFormProgress.aspx
│ │ │ ├── WebFormProgress.aspx.cs
│ │ │ ├── WebFormProgress.aspx.designer.cs
│ │ │ ├── WebFormProgressMore.aspx
│ │ │ ├── WebFormProgressMore.aspx.cs
│ │ │ └── WebFormProgressMore.aspx.designer.cs
│ │ ├── 03 Ajax
│ │ │ ├── AjaxBLLClass.cs
│ │ │ ├── Ajax.dll
│ │ │ ├── bin
│ │ │ │ ├── Ajax.dll
│ │ │ │ └── WebApplication2.dll
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Products.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PubConstant.cs
│ │ │ ├── WebApplication2.csproj
│ │ │ ├── WebApplication2.csproj.user
│ │ │ ├── WebApplication2.sln
│ │ │ ├── WebApplication2.suo
│ │ │ └── Web.config
│ │ ├── 04 AjaxPro
│ │ │ ├── AjaxPro.sln
│ │ │ ├── AjaxPro.suo
│ │ │ ├── AjaxPro使用演示.suo
│ │ │ └── WebSite
│ │ │ ├── bin
│ │ │ │ ├── AjaxPro.2.dll
│ │ │ │ └── WebSite.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Lib
│ │ │ │ └── AjaxPro.2.dll
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── WebSite.csproj
│ │ │ └── WebSite.csproj.user
│ │ └── 05 MagicAjax
│ │ ├── MagicAjax.sln
│ │ ├── MagicAjax使用演示.suo
│ │ └── WebSite
│ │ ├── bin
│ │ │ ├── MagicAjax.dll
│ │ │ └── WebSite.dll
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── Lib
│ │ │ └── MagicAjax.dll
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.config
│ │ ├── WebSite.csproj
│ │ └── WebSite.csproj.user
│ ├── ch09
│ │ ├── 01 SystemInfo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SystemInfoApp.exe
│ │ │ │ ├── SystemInfoApp.vshost.exe
│ │ │ │ ├── SystemInfoApp.vshost.exe.manifest
│ │ │ │ └── SystemInfo.vshost.exe.manifest
│ │ │ ├── ClassAPI
│ │ │ │ ├── CpuInfo.cs
│ │ │ │ ├── MemoryInfo.cs
│ │ │ │ ├── SystemInfo.cs
│ │ │ │ └── SystemTimeInfo.cs
│ │ │ ├── ClassEnvironment
│ │ │ │ └── SystemInfo.cs
│ │ │ ├── ClassRegistryKey
│ │ │ │ └── SystemInfo.cs
│ │ │ ├── ClassWMI
│ │ │ │ └── SystemInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormServer.cs
│ │ │ ├── FormServer.Designer.cs
│ │ │ ├── FormServer.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SystemInfoApp.csproj
│ │ │ ├── SystemInfoApp.sln
│ │ │ ├── SystemInfoApp.suo
│ │ │ └── SystemInfo.suo
│ │ ├── 02 FileRW
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── FileRW.exe
│ │ │ │ ├── FileRW.vshost.exe
│ │ │ │ └── FileRW.vshost.exe.manifest
│ │ │ ├── FileRW.csproj
│ │ │ ├── FileRW.sln
│ │ │ ├── FileRW.suo
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 03 Directory
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DirectoryApp.exe
│ │ │ │ ├── DirectoryApp.vshost.exe
│ │ │ │ └── DirectoryApp.vshost.exe.manifest
│ │ │ ├── DirectoryApp.csproj
│ │ │ ├── DirectoryApp.sln
│ │ │ ├── DirectoryApp.suo
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 04 INIFileClass
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── INIFileClass.exe
│ │ │ │ ├── INIFileClass.vshost.exe
│ │ │ │ ├── INIFileClass.vshost.exe.manifest
│ │ │ │ └── test.ini
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── INIFileClass.csproj
│ │ │ ├── INIFileClass.csproj.user
│ │ │ ├── INIFileClass.suo
│ │ │ ├── INIFile.cs
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 05 Regedit
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Regedit.exe
│ │ │ │ ├── Regedit.vshost.exe
│ │ │ │ └── Regedit.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Regedit.csproj
│ │ │ ├── Regedit.sln
│ │ │ └── Regedit.suo
│ │ └── NetTools
│ │ ├── AddConfig.cs
│ │ ├── AddConfig.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── NetTools.exe
│ │ │ │ ├── NetTools.vshost.exe
│ │ │ │ ├── NetTools.vshost.exe.manifest
│ │ │ │ └── PinkieControls.dll
│ │ │ └── Release
│ │ │ ├── Config.xml
│ │ │ ├── data.xml
│ │ │ ├── NetTools.exe
│ │ │ ├── PinkieControls.dll
│ │ │ └── task.xml
│ │ ├── ChangeIP.cs
│ │ ├── Components
│ │ │ ├── ChangeIP.cs
│ │ │ ├── Config.cs
│ │ │ └── IPInfo.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── FormAbout.cs
│ │ ├── FormAbout.resx
│ │ ├── img
│ │ │ ├── 05.gif
│ │ │ ├── 069.GIF
│ │ │ ├── 072.GIF
│ │ │ ├── 073.GIF
│ │ │ ├── 075.GIF
│ │ │ ├── 076.GIF
│ │ │ ├── 098.GIF
│ │ │ ├── 108.GIF
│ │ │ ├── 109.GIF
│ │ │ ├── 114.GIF
│ │ │ ├── admintools.ico
│ │ │ ├── App.GIF
│ │ │ ├── barframe_back.bmp
│ │ │ ├── barframeline1.bmp
│ │ │ ├── barframeline2.bmp
│ │ │ ├── clock.ico
│ │ │ ├── close.GIF
│ │ │ ├── green.ico
│ │ │ ├── i1.bmp
│ │ │ ├── i2.bmp
│ │ │ ├── i.bmp
│ │ │ ├── My Downloads.ico
│ │ │ ├── net.ico
│ │ │ ├── network2.ico
│ │ │ ├── Network.ico
│ │ │ ├── notify.ICO
│ │ │ ├── open.GIF
│ │ │ ├── Red.ico
│ │ │ ├── reshacker.ico
│ │ │ ├── sqlexe.gif
│ │ │ ├── stop.ICO
│ │ │ └── Thumbs.db
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── NetTools.csproj
│ │ ├── NetTools.sln
│ │ ├── NetTools.suo
│ │ ├── OptionFrm.cs
│ │ ├── OptionFrm.resx
│ │ └── PinkieControls.dll
│ ├── ch10
│ │ ├── 01 SocketApp
│ │ │ ├── SocketApp.sln
│ │ │ ├── SocketApp.suo
│ │ │ ├── SocketClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SocketClient.exe
│ │ │ │ │ ├── SocketClient.vshost.exe
│ │ │ │ │ ├── SocketClient.vshost.exe.manifest
│ │ │ │ │ └── SocketServer.exe.lnk
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SocketClient.csproj
│ │ │ └── SocketServer
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SocketServer.exe
│ │ │ │ ├── SocketServer.sln
│ │ │ │ ├── SocketServer.suo
│ │ │ │ ├── SocketServer.vshost.exe
│ │ │ │ └── SocketServer.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SocketServer.csproj
│ │ │ └── SocketServer.suo
│ │ ├── 02 AsyncSocketApp
│ │ │ ├── SocketApp.sln
│ │ │ ├── SocketApp.suo
│ │ │ ├── SocketClient
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── SocketClient.exe
│ │ │ │ │ ├── SocketClient.vshost.exe
│ │ │ │ │ ├── SocketClient.vshost.exe.manifest
│ │ │ │ │ └── SocketServer.exe.lnk
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── SocketClient.csproj
│ │ │ └── SocketServer
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SocketClient.exe.lnk
│ │ │ │ ├── SocketServer.exe
│ │ │ │ ├── SocketServer.exe.config
│ │ │ │ ├── SocketServer.suo
│ │ │ │ ├── SocketServer.vshost.exe
│ │ │ │ ├── SocketServer.vshost.exe.config
│ │ │ │ └── SocketServer.vshost.exe.manifest
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PubConstant.cs
│ │ │ ├── SocketServer.csproj
│ │ │ └── SocketServer.suo
│ │ └── 03 TCPApp
│ │ ├── TCPApp.sln
│ │ ├── TCPApp.suo
│ │ ├── TcpClientApp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TcpClientApp.exe
│ │ │ │ ├── TcpClientApp.vshost.exe
│ │ │ │ └── TcpClientApp.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TcpClientApp.csproj
│ │ └── TCPServerApp
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── TcpClientApp.exe.lnk
│ │ │ ├── TCPServerApp.exe
│ │ │ ├── TCPServerApp.vshost.exe
│ │ │ └── TCPServerApp.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── TCPServerApp.csproj
│ ├── ch11
│ │ ├── MyService
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── InstallUtil.exe
│ │ │ │ ├── MyService.exe
│ │ │ │ ├── MyService.vshost.exe
│ │ │ │ └── MyService.vshost.exe.manifest
│ │ │ ├── MyService.csproj
│ │ │ ├── Program.cs
│ │ │ ├── ProjectInstaller.cs
│ │ │ ├── ProjectInstaller.Designer.cs
│ │ │ ├── ProjectInstaller.resx
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Service1.cs
│ │ │ ├── Service1.Designer.cs
│ │ │ └── Service1.resx
│ │ ├── MyService.sln
│ │ └── MyService.suo
│ ├── ch12
│ │ ├── 01WpfApp
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WpfApplication1.exe
│ │ │ │ ├── WpfApplication1.vshost.exe
│ │ │ │ └── WpfApplication1.vshost.exe.manifest
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Window1.xaml
│ │ │ ├── Window1.xaml.cs
│ │ │ ├── WpfApplication1.csproj
│ │ │ ├── WpfApplication1.sln
│ │ │ └── WpfApplication1.suo
│ │ ├── 02WcfServiceApp
│ │ │ ├── WCFClientApp
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── WCFClientApp.exe
│ │ │ │ │ ├── WCFClientApp.exe.config
│ │ │ │ │ ├── WCFClientApp.vshost.exe
│ │ │ │ │ ├── WCFClientApp.vshost.exe.config
│ │ │ │ │ └── WCFClientApp.vshost.exe.manifest
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Service References
│ │ │ │ │ └── TicketServiceRef
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── item1.xsd
│ │ │ │ │ ├── item2.xsd
│ │ │ │ │ ├── item.disco
│ │ │ │ │ ├── item.xsd
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ ├── Reference.svcmap
│ │ │ │ │ ├── Service1.wsdl
│ │ │ │ │ └── WCFClientApp.TicketServiceRef.Tickets.datasource
│ │ │ │ └── WCFClientApp.csproj
│ │ │ ├── WcfService1
│ │ │ │ ├── bin
│ │ │ │ │ └── WcfService1.dll
│ │ │ │ ├── IService1.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Service1.svc
│ │ │ │ ├── Service1.svc.cs
│ │ │ │ ├── WcfService1.csproj
│ │ │ │ ├── WcfService1.csproj.user
│ │ │ │ └── Web.config
│ │ │ ├── WcfServiceApp.sln
│ │ │ ├── WcfServiceApp.suo
│ │ │ └── WindowsFormsWcfApp
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WcfService1.dll
│ │ │ │ ├── WindowsFormsWcfApp.exe
│ │ │ │ ├── WindowsFormsWcfApp.exe.config
│ │ │ │ ├── WindowsFormsWcfApp.vshost.exe
│ │ │ │ ├── WindowsFormsWcfApp.vshost.exe.config
│ │ │ │ └── WindowsFormsWcfApp.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── WindowsFormsWcfApp.csproj
│ │ └── 03LINQApp
│ │ ├── bin
│ │ │ └── LINQApp.dll
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── LINQApp.csproj
│ │ ├── LINQApp.csproj.user
│ │ ├── LINQApp.sln
│ │ ├── LINQApp.suo
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── sampledata.xml
│ │ └── Web.config
│ ├── ch13
│ │ ├── 01
│ │ │ ├── 01.csproj
│ │ │ ├── 01.suo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 01.exe
│ │ │ │ ├── 01.vshost.exe
│ │ │ │ └── 01.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 02
│ │ │ ├── 02.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 02.exe
│ │ │ │ └── 02.vshost.exe
│ │ │ ├── ClassApp.suo
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 03
│ │ │ ├── 03.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 03.exe
│ │ │ │ ├── 03.vshost.exe
│ │ │ │ └── 03.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 04
│ │ │ ├── 04.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 04.exe
│ │ │ │ ├── 04.vshost.exe
│ │ │ │ └── 04.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 05
│ │ │ ├── 05.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 05.exe
│ │ │ │ ├── 05.vshost.exe
│ │ │ │ └── 05.vshost.exe.manifest
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── 06
│ │ │ ├── 06.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 06.exe
│ │ │ │ └── 06.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 07
│ │ │ ├── 07.csproj
│ │ │ ├── AudioMedia.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 07.exe
│ │ │ │ └── 07.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── IMedia.cs
│ │ │ ├── MediaPlayer.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── VideoMedia.cs
│ │ ├── 08
│ │ │ ├── 08.csproj
│ │ │ ├── AudioMedia.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 08.exe
│ │ │ │ └── 08.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── IMedia.cs
│ │ │ ├── MediaFactory.cs
│ │ │ ├── MediaPlayer.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── VideoMedia.cs
│ │ ├── 09
│ │ │ ├── 09.csproj
│ │ │ ├── App.config
│ │ │ ├── AudioMedia.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 09.vshost.exe.config
│ │ │ │ ├── MediaLibrary.exe
│ │ │ │ ├── MediaLibrary.exe.config
│ │ │ │ ├── MediaLibrary.vshost.exe
│ │ │ │ └── MediaLibrary.vshost.exe.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── IMedia.cs
│ │ │ ├── MediaFactory.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── VideoMedia.cs
│ │ ├── 10
│ │ │ ├── 10.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 10.exe
│ │ │ │ └── 10.vshost.exe
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ch13.sln
│ │ ├── ch13.suo
│ │ └── OORule
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── OORule.exe
│ │ │ ├── OORule.vshost.exe
│ │ │ └── OORule.vshost.exe.manifest
│ │ ├── Class1.cs
│ │ ├── Class2.cs
│ │ ├── Class3.cs
│ │ ├── Class4.cs
│ │ ├── Class5.cs
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── OORule.csproj
│ │ ├── OORule.sln
│ │ ├── OORule.suo
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ch14
│ │ ├── ThreelayerSolution
│ │ │ ├── BLL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Maticsoft.BLL.dll
│ │ │ │ │ ├── Maticsoft.DAL.dll
│ │ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ │ └── Maticsoft.Model.dll
│ │ │ │ ├── BLL.csproj
│ │ │ │ ├── Product.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Common
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── COM.Excel.dll
│ │ │ │ │ │ ├── Excel.dll
│ │ │ │ │ │ ├── LTP.Common.dll
│ │ │ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ │ │ └── office.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── COM.Excel.dll
│ │ │ │ │ ├── Excel.dll
│ │ │ │ │ ├── LTP.Common.dll
│ │ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ │ └── office.dll
│ │ │ │ ├── Common.csproj
│ │ │ │ ├── Common.csproj.user
│ │ │ │ ├── Common.suo
│ │ │ │ ├── ConfigHelper.cs
│ │ │ │ ├── DataCache.cs
│ │ │ │ ├── DataToExcel.cs
│ │ │ │ ├── DEncrypt
│ │ │ │ │ ├── DEncrypt.cs
│ │ │ │ │ ├── DESEncrypt.cs
│ │ │ │ │ ├── HashEncode.cs
│ │ │ │ │ ├── RSACryption.cs
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── INIFile.cs
│ │ │ │ ├── Lib
│ │ │ │ │ ├── COM.Excel.dll
│ │ │ │ │ ├── Excel.dll
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── MessageBox.cs
│ │ │ │ ├── OWCChart11.cs
│ │ │ │ ├── PageBase.cs
│ │ │ │ ├── PageValidate.cs
│ │ │ │ ├── RMB.cs
│ │ │ │ ├── StringPlus.cs
│ │ │ │ ├── TimeParser.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── DAL
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Maticsoft.DAL.dll
│ │ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ │ └── Maticsoft.Model.dll
│ │ │ │ ├── DAL.csproj
│ │ │ │ ├── Product.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── DBUtility
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ │ │ └── MySql.Data.dll
│ │ │ │ │ └── Release
│ │ │ │ │ └── Maticsoft.DBUtility.dll
│ │ │ │ ├── CommandInfo.cs
│ │ │ │ ├── DbHelperMySQL.cs
│ │ │ │ ├── DbHelperOleDb.cs
│ │ │ │ ├── DbHelperOra.cs
│ │ │ │ ├── DbHelperSQL2.cs
│ │ │ │ ├── DbHelperSQL.cs
│ │ │ │ ├── DbHelperSQLP.cs
│ │ │ │ ├── DBUtility.csproj
│ │ │ │ ├── DBUtility.csproj.user
│ │ │ │ ├── DBUtility.suo
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── MySql.Data.dll
│ │ │ │ ├── OracleHelper.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ ├── SQLHelper.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── Model
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ └── Maticsoft.Model.dll
│ │ │ │ ├── Model.csproj
│ │ │ │ ├── Product.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ThreelayerSolution.sln
│ │ │ ├── ThreelayerSolution.suo
│ │ │ └── Web
│ │ │ ├── bin
│ │ │ │ ├── COM.Excel.dll
│ │ │ │ ├── Excel.dll
│ │ │ │ ├── LTP.Common.dll
│ │ │ │ ├── Maticsoft.BLL.dll
│ │ │ │ ├── Maticsoft.DAL.dll
│ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ ├── Maticsoft.Model.dll
│ │ │ │ ├── Maticsoft.Web.dll
│ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ └── office.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Product
│ │ │ │ ├── Add.aspx
│ │ │ │ ├── Add.aspx.cs
│ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ ├── Show.aspx
│ │ │ │ ├── Show.aspx.cs
│ │ │ │ └── Show.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── Web.csproj
│ │ │ └── Web.csproj.user
│ │ └── ThreelayerSolutionFactory
│ │ ├── BLL
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Maticsoft.BLL.dll
│ │ │ │ ├── Maticsoft.DAL.dll
│ │ │ │ ├── Maticsoft.DALFactory.dll
│ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ ├── Maticsoft.IDAL.dll
│ │ │ │ ├── Maticsoft.Model.dll
│ │ │ │ └── Maticsoft.SQLServerDAL.dll
│ │ │ ├── BLL.csproj
│ │ │ ├── Product.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Common
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── COM.Excel.dll
│ │ │ │ │ ├── Excel.dll
│ │ │ │ │ ├── LTP.Common.dll
│ │ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ │ └── office.dll
│ │ │ │ └── Release
│ │ │ │ ├── COM.Excel.dll
│ │ │ │ ├── Excel.dll
│ │ │ │ ├── LTP.Common.dll
│ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ └── office.dll
│ │ │ ├── Common.csproj
│ │ │ ├── Common.csproj.user
│ │ │ ├── Common.suo
│ │ │ ├── ConfigHelper.cs
│ │ │ ├── DataCache.cs
│ │ │ ├── DataToExcel.cs
│ │ │ ├── DEncrypt
│ │ │ │ ├── DEncrypt.cs
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── HashEncode.cs
│ │ │ │ ├── RSACryption.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── INIFile.cs
│ │ │ ├── Lib
│ │ │ │ ├── COM.Excel.dll
│ │ │ │ ├── Excel.dll
│ │ │ │ └── vssver2.scc
│ │ │ ├── MessageBox.cs
│ │ │ ├── OWCChart11.cs
│ │ │ ├── PageBase.cs
│ │ │ ├── PageValidate.cs
│ │ │ ├── RMB.cs
│ │ │ ├── StringPlus.cs
│ │ │ ├── TimeParser.cs
│ │ │ └── vssver2.scc
│ │ ├── DAL
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Maticsoft.DAL.dll
│ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ ├── Maticsoft.IDAL.dll
│ │ │ │ ├── Maticsoft.Model.dll
│ │ │ │ └── Maticsoft.SQLServerDAL.dll
│ │ │ ├── Product.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SQLServerDAL.csproj
│ │ ├── DALFactory
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Maticsoft.DALFactory.dll
│ │ │ │ ├── Maticsoft.IDAL.dll
│ │ │ │ └── Maticsoft.Model.dll
│ │ │ ├── DALFactory.csproj
│ │ │ ├── DataAccess.cs
│ │ │ ├── DataCache.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DBUtility
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ │ └── MySql.Data.dll
│ │ │ │ └── Release
│ │ │ │ └── Maticsoft.DBUtility.dll
│ │ │ ├── CommandInfo.cs
│ │ │ ├── DbHelperMySQL.cs
│ │ │ ├── DbHelperOleDb.cs
│ │ │ ├── DbHelperOra.cs
│ │ │ ├── DbHelperSQL2.cs
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── DbHelperSQLP.cs
│ │ │ ├── DBUtility.csproj
│ │ │ ├── DBUtility.csproj.user
│ │ │ ├── DBUtility.suo
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── MySql.Data.dll
│ │ │ ├── OracleHelper.cs
│ │ │ ├── PubConstant.cs
│ │ │ ├── SQLHelper.cs
│ │ │ └── vssver2.scc
│ │ ├── IDAL
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Maticsoft.IDAL.dll
│ │ │ │ └── Maticsoft.Model.dll
│ │ │ ├── IDAL.csproj
│ │ │ ├── IProduct.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Model
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── Maticsoft.Model.dll
│ │ │ ├── Model.csproj
│ │ │ ├── Product.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── OracleDAL
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ │ ├── Maticsoft.IDAL.dll
│ │ │ │ ├── Maticsoft.Model.dll
│ │ │ │ └── Maticsoft.OracleDAL.dll
│ │ │ ├── OracleDAL.csproj
│ │ │ ├── Product.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ThreelayerSolution.sln
│ │ ├── ThreelayerSolution.suo
│ │ └── Web
│ │ ├── bin
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── LTP.Common.dll
│ │ │ ├── Maticsoft.BLL.dll
│ │ │ ├── Maticsoft.DAL.dll
│ │ │ ├── Maticsoft.DALFactory.dll
│ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ ├── Maticsoft.IDAL.dll
│ │ │ ├── Maticsoft.Model.dll
│ │ │ ├── Maticsoft.SQLServerDAL.dll
│ │ │ ├── Maticsoft.Web.dll
│ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ └── office.dll
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── Product
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Show.aspx
│ │ │ ├── Show.aspx.cs
│ │ │ └── Show.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.config
│ │ ├── Web.csproj
│ │ └── Web.csproj.user
│ ├── ch15
│ │ ├── 15.4CacheWebApp
│ │ │ ├── 15-4-3
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ └── WebForm2.aspx.designer.cs
│ │ │ ├── 15-4-4
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── 15-4-5
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ │ ├── WebForm2.aspx
│ │ │ │ ├── WebForm2.aspx.cs
│ │ │ │ ├── WebForm2.aspx.designer.cs
│ │ │ │ ├── WebForm3.aspx
│ │ │ │ ├── WebForm3.aspx.cs
│ │ │ │ ├── WebForm3.aspx.designer.cs
│ │ │ │ ├── WebUserControl1.ascx
│ │ │ │ ├── WebUserControl1.ascx.cs
│ │ │ │ └── WebUserControl1.ascx.designer.cs
│ │ │ ├── 15-4-6
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── 15-4-7
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── 15-4-8
│ │ │ │ ├── WebForm1.aspx
│ │ │ │ ├── WebForm1.aspx.cs
│ │ │ │ └── WebForm1.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ └── CacheWebApp.dll
│ │ │ ├── CacheManagement.cs
│ │ │ ├── CacheWebApp.csproj
│ │ │ ├── CacheWebApp.csproj.user
│ │ │ ├── CacheWebApp.sln
│ │ │ ├── CacheWebApp.suo
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Web.config
│ │ ├── 15.6.4SafeWebApp
│ │ │ ├── 101.jpg
│ │ │ ├── 16-6WebApp.suo
│ │ │ ├── bin
│ │ │ │ └── SafeWebApp.dll
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── no.jpg
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SafeWebApp.csproj
│ │ │ ├── SafeWebApp.csproj.user
│ │ │ ├── SafeWebApp.sln
│ │ │ ├── SafeWebApp.suo
│ │ │ ├── UrlHandler.cs
│ │ │ ├── ValidateCode.aspx
│ │ │ ├── ValidateCode.aspx.cs
│ │ │ ├── ValidateCode.aspx.designer.cs
│ │ │ ├── Web.config
│ │ │ ├── WebForm2.htm
│ │ │ ├── WebFormUrlRewrite.aspx
│ │ │ ├── WebFormUrlRewrite.aspx.cs
│ │ │ └── WebFormUrlRewrite.aspx.designer.cs
│ │ ├── Enyim Memcached-18030
│ │ │ ├── branches
│ │ │ │ └── NonLockingPool
│ │ │ │ ├── binaries
│ │ │ │ │ ├── log4net.dll
│ │ │ │ │ └── log4net.xml
│ │ │ │ ├── DemoApp
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── DemoApp.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Enyim.Caching
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── Configuration
│ │ │ │ │ │ ├── ConfigurationHelper.cs
│ │ │ │ │ │ ├── EndPointElementCollection.cs
│ │ │ │ │ │ ├── EndPointElement.cs
│ │ │ │ │ │ ├── IMemcachedClientConfiguration.cs
│ │ │ │ │ │ ├── InterfaceValidator.cs
│ │ │ │ │ │ ├── ISocketPoolConfiguration.cs
│ │ │ │ │ │ ├── MemcachedClientConfiguration.cs
│ │ │ │ │ │ ├── MemcachedClientSection.cs
│ │ │ │ │ │ └── SocketPoolElement.cs
│ │ │ │ │ ├── Enyim.Caching.csproj
│ │ │ │ │ ├── FastActivator.cs
│ │ │ │ │ ├── FnvHash.cs
│ │ │ │ │ ├── IKeyTransformer.cs
│ │ │ │ │ ├── InterlockedQueue.cs
│ │ │ │ │ ├── License.html
│ │ │ │ │ ├── Memcached
│ │ │ │ │ │ ├── DefaultNodeLocator.cs
│ │ │ │ │ │ ├── IMemcachedNodeLocator.cs
│ │ │ │ │ │ ├── KeyTransformers
│ │ │ │ │ │ │ ├── Base64KeyTransformer.cs
│ │ │ │ │ │ │ ├── DefaultKeyTransformer.cs
│ │ │ │ │ │ │ ├── SHA1KeyTransformer.cs
│ │ │ │ │ │ │ └── TigerHashKeyTransformer.cs
│ │ │ │ │ │ ├── MemcachedClientException.cs
│ │ │ │ │ │ ├── MemcachedException.cs
│ │ │ │ │ │ ├── MemcachedNode.cs
│ │ │ │ │ │ ├── Operations
│ │ │ │ │ │ │ ├── DecrementOperation.cs
│ │ │ │ │ │ │ ├── DeleteOperation.cs
│ │ │ │ │ │ │ ├── FlushOperation.cs
│ │ │ │ │ │ │ ├── GetHelper.cs
│ │ │ │ │ │ │ ├── GetOperation.cs
│ │ │ │ │ │ │ ├── IncrementOperation.cs
│ │ │ │ │ │ │ ├── ItemOperation.cs
│ │ │ │ │ │ │ ├── MultiGetOperation.cs
│ │ │ │ │ │ │ ├── Operation.cs
│ │ │ │ │ │ │ ├── StatsOperation.cs
│ │ │ │ │ │ │ └── StoreOperation.cs
│ │ │ │ │ │ ├── PooledSocket.cs
│ │ │ │ │ │ ├── ServerPool.cs
│ │ │ │ │ │ ├── ServerStats.cs
│ │ │ │ │ │ ├── SingleNodeLocator.cs
│ │ │ │ │ │ ├── StoreMode.cs
│ │ │ │ │ │ ├── ThrowHelper.cs
│ │ │ │ │ │ └── Transcoders
│ │ │ │ │ │ ├── CacheItem.cs
│ │ │ │ │ │ ├── DefaultTranscoder.cs
│ │ │ │ │ │ └── ITranscoder.cs
│ │ │ │ │ ├── Memcached.cd
│ │ │ │ │ ├── MemcachedClient.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ ├── StatItem.cs
│ │ │ │ │ ├── TigerHash.cs
│ │ │ │ │ └── UIntEqualityComparer.cs
│ │ │ │ ├── Enyim.Caching.sln
│ │ │ │ ├── Enyim.Caching.vsmdi
│ │ │ │ ├── localtestrun.testrunconfig
│ │ │ │ └── MemcachedTest
│ │ │ │ ├── App.config
│ │ │ │ ├── AuthoringTests.txt
│ │ │ │ ├── MemcachedClientTest.cs
│ │ │ │ ├── MemcachedTest.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── releases
│ │ │ │ ├── 1.2.0.0
│ │ │ │ │ ├── binaries
│ │ │ │ │ │ ├── log4net.dll
│ │ │ │ │ │ └── log4net.xml
│ │ │ │ │ ├── DemoApp
│ │ │ │ │ │ ├── App.config
│ │ │ │ │ │ ├── DemoApp.csproj
│ │ │ │ │ │ ├── Program.cs
│ │ │ │ │ │ └── Properties
│ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ ├── Enyim.Caching
│ │ │ │ │ │ ├── App.config
│ │ │ │ │ │ ├── Configuration
│ │ │ │ │ │ │ ├── ConfigurationHelper.cs
│ │ │ │ │ │ │ ├── EndPointElementCollection.cs
│ │ │ │ │ │ │ ├── EndPointElement.cs
│ │ │ │ │ │ │ ├── IMemcachedClientConfiguration.cs
│ │ │ │ │ │ │ ├── InterfaceValidator.cs
│ │ │ │ │ │ │ ├── ISocketPoolConfiguration.cs
│ │ │ │ │ │ │ ├── MemcachedClientConfiguration.cs
│ │ │ │ │ │ │ ├── MemcachedClientSection.cs
│ │ │ │ │ │ │ └── SocketPoolElement.cs
│ │ │ │ │ │ ├── Enyim.Caching.csproj
│ │ │ │ │ │ ├── FastActivator.cs
│ │ │ │ │ │ ├── FnvHash.cs
│ │ │ │ │ │ ├── IKeyTransformer.cs
│ │ │ │ │ │ ├── InterlockedQueue.cs
│ │ │ │ │ │ ├── License.html
│ │ │ │ │ │ ├── Memcached
│ │ │ │ │ │ │ ├── DefaultNodeLocator.cs
│ │ │ │ │ │ │ ├── IMemcachedNodeLocator.cs
│ │ │ │ │ │ │ ├── KeyTransformers
│ │ │ │ │ │ │ │ ├── Base64KeyTransformer.cs
│ │ │ │ │ │ │ │ ├── DefaultKeyTransformer.cs
│ │ │ │ │ │ │ │ ├── SHA1KeyTransformer.cs
│ │ │ │ │ │ │ │ └── TigerHashKeyTransformer.cs
│ │ │ │ │ │ │ ├── MemcachedClientException.cs
│ │ │ │ │ │ │ ├── MemcachedException.cs
│ │ │ │ │ │ │ ├── MemcachedNode.cs
│ │ │ │ │ │ │ ├── Operations
│ │ │ │ │ │ │ │ ├── DecrementOperation.cs
│ │ │ │ │ │ │ │ ├── DeleteOperation.cs
│ │ │ │ │ │ │ │ ├── FlushOperation.cs
│ │ │ │ │ │ │ │ ├── GetHelper.cs
│ │ │ │ │ │ │ │ ├── GetOperation.cs
│ │ │ │ │ │ │ │ ├── IncrementOperation.cs
│ │ │ │ │ │ │ │ ├── ItemOperation.cs
│ │ │ │ │ │ │ │ ├── MultiGetOperation.cs
│ │ │ │ │ │ │ │ ├── Operation.cs
│ │ │ │ │ │ │ │ ├── StatsOperation.cs
│ │ │ │ │ │ │ │ └── StoreOperation.cs
│ │ │ │ │ │ │ ├── PooledSocket.cs
│ │ │ │ │ │ │ ├── ServerPool.cs
│ │ │ │ │ │ │ ├── ServerStats.cs
│ │ │ │ │ │ │ ├── SingleNodeLocator.cs
│ │ │ │ │ │ │ ├── StoreMode.cs
│ │ │ │ │ │ │ ├── ThrowHelper.cs
│ │ │ │ │ │ │ └── Transcoders
│ │ │ │ │ │ │ ├── CacheItem.cs
│ │ │ │ │ │ │ ├── DefaultTranscoder.cs
│ │ │ │ │ │ │ └── ITranscoder.cs
│ │ │ │ │ │ ├── Memcached.cd
│ │ │ │ │ │ ├── MemcachedClient.cs
│ │ │ │ │ │ ├── Properties
│ │ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ │ ├── StatItem.cs
│ │ │ │ │ │ ├── TigerHash.cs
│ │ │ │ │ │ └── UIntEqualityComparer.cs
│ │ │ │ │ ├── Enyim.Caching.sln
│ │ │ │ │ ├── Enyim.Caching.vsmdi
│ │ │ │ │ ├── localtestrun.testrunconfig
│ │ │ │ │ └── MemcachedTest
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── AuthoringTests.txt
│ │ │ │ │ ├── MemcachedClientTest.cs
│ │ │ │ │ ├── MemcachedTest.csproj
│ │ │ │ │ └── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ └── 1.2.0.2
│ │ │ │ ├── binaries
│ │ │ │ │ ├── log4net.dll
│ │ │ │ │ └── log4net.xml
│ │ │ │ ├── DemoApp
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── DemoApp.exe
│ │ │ │ │ │ ├── DemoApp.exe.config
│ │ │ │ │ │ ├── Enyim.Caching.dll
│ │ │ │ │ │ ├── log4net.dll
│ │ │ │ │ │ └── log4net.xml
│ │ │ │ │ ├── DemoApp.csproj
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Enyim.Caching
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── Enyim.Caching.dll
│ │ │ │ │ │ ├── Enyim.Caching.dll.config
│ │ │ │ │ │ ├── log4net.dll
│ │ │ │ │ │ └── log4net.xml
│ │ │ │ │ ├── Configuration
│ │ │ │ │ │ ├── ConfigurationHelper.cs
│ │ │ │ │ │ ├── EndPointElementCollection.cs
│ │ │ │ │ │ ├── EndPointElement.cs
│ │ │ │ │ │ ├── IMemcachedClientConfiguration.cs
│ │ │ │ │ │ ├── InterfaceValidator.cs
│ │ │ │ │ │ ├── ISocketPoolConfiguration.cs
│ │ │ │ │ │ ├── MemcachedClientConfiguration.cs
│ │ │ │ │ │ ├── MemcachedClientSection.cs
│ │ │ │ │ │ └── SocketPoolElement.cs
│ │ │ │ │ ├── Enyim.Caching.csproj
│ │ │ │ │ ├── FastActivator.cs
│ │ │ │ │ ├── FnvHash.cs
│ │ │ │ │ ├── InterlockedQueue.cs
│ │ │ │ │ ├── License.html
│ │ │ │ │ ├── Memcached
│ │ │ │ │ │ ├── CommandNotSupportedException.cs
│ │ │ │ │ │ ├── DefaultNodeLocator.cs
│ │ │ │ │ │ ├── IMemcachedKeyTransformer.cs
│ │ │ │ │ │ ├── IMemcachedNodeLocator.cs
│ │ │ │ │ │ ├── KeyTransformers
│ │ │ │ │ │ │ ├── Base64KeyTransformer.cs
│ │ │ │ │ │ │ ├── DefaultKeyTransformer.cs
│ │ │ │ │ │ │ ├── SHA1KeyTransformer.cs
│ │ │ │ │ │ │ └── TigerHashKeyTransformer.cs
│ │ │ │ │ │ ├── MemcachedClientException.cs
│ │ │ │ │ │ ├── MemcachedException.cs
│ │ │ │ │ │ ├── MemcachedNode.cs
│ │ │ │ │ │ ├── Operations
│ │ │ │ │ │ │ ├── DecrementOperation.cs
│ │ │ │ │ │ │ ├── DeleteOperation.cs
│ │ │ │ │ │ │ ├── FlushOperation.cs
│ │ │ │ │ │ │ ├── GetHelper.cs
│ │ │ │ │ │ │ ├── GetOperation.cs
│ │ │ │ │ │ │ ├── IncrementOperation.cs
│ │ │ │ │ │ │ ├── ItemOperation.cs
│ │ │ │ │ │ │ ├── MultiGetOperation.cs
│ │ │ │ │ │ │ ├── Operation.cs
│ │ │ │ │ │ │ ├── StatsOperation.cs
│ │ │ │ │ │ │ └── StoreOperation.cs
│ │ │ │ │ │ ├── PooledSocket.cs
│ │ │ │ │ │ ├── ServerPool.cs
│ │ │ │ │ │ ├── ServerStats.cs
│ │ │ │ │ │ ├── SingleNodeLocator.cs
│ │ │ │ │ │ ├── StatItem.cs
│ │ │ │ │ │ ├── StoreMode.cs
│ │ │ │ │ │ ├── ThrowHelper.cs
│ │ │ │ │ │ └── Transcoders
│ │ │ │ │ │ ├── CacheItem.cs
│ │ │ │ │ │ ├── DefaultTranscoder.cs
│ │ │ │ │ │ └── ITranscoder.cs
│ │ │ │ │ ├── Memcached.cd
│ │ │ │ │ ├── MemcachedClient.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ │ ├── TigerHash.cs
│ │ │ │ │ └── UIntEqualityComparer.cs
│ │ │ │ ├── Enyim.Caching.sln
│ │ │ │ ├── Enyim.Caching.suo
│ │ │ │ ├── Enyim.Caching.vsmdi
│ │ │ │ ├── localtestrun.testrunconfig
│ │ │ │ └── MemcachedTest
│ │ │ │ ├── AuthoringTests.txt
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Enyim.Caching.dll
│ │ │ │ │ ├── log4net.dll
│ │ │ │ │ ├── log4net.xml
│ │ │ │ │ ├── MemcachedTest.dll
│ │ │ │ │ └── MemcachedTest.dll.config
│ │ │ │ ├── MemcachedClientTest.cs
│ │ │ │ ├── MemcachedTest.csproj
│ │ │ │ └── Properties
│ │ │ │ ├── App.config
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── trunk
│ │ │ ├── binaries
│ │ │ │ ├── log4net.dll
│ │ │ │ └── log4net.xml
│ │ │ ├── DemoApp
│ │ │ │ ├── App.config
│ │ │ │ ├── DemoApp.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Enyim.Caching
│ │ │ │ ├── App.config
│ │ │ │ ├── Configuration
│ │ │ │ │ ├── ConfigurationHelper.cs
│ │ │ │ │ ├── EndPointElementCollection.cs
│ │ │ │ │ ├── EndPointElement.cs
│ │ │ │ │ ├── IMemcachedClientConfiguration.cs
│ │ │ │ │ ├── InterfaceValidator.cs
│ │ │ │ │ ├── ISocketPoolConfiguration.cs
│ │ │ │ │ ├── MemcachedClientConfiguration.cs
│ │ │ │ │ ├── MemcachedClientSection.cs
│ │ │ │ │ └── SocketPoolElement.cs
│ │ │ │ ├── Enyim.Caching.csproj
│ │ │ │ ├── FastActivator.cs
│ │ │ │ ├── FnvHash.cs
│ │ │ │ ├── InterlockedQueue.cs
│ │ │ │ ├── License.html
│ │ │ │ ├── Memcached
│ │ │ │ │ ├── CommandNotSupportedException.cs
│ │ │ │ │ ├── DefaultNodeLocator.cs
│ │ │ │ │ ├── IMemcachedKeyTransformer.cs
│ │ │ │ │ ├── IMemcachedNodeLocator.cs
│ │ │ │ │ ├── KeyTransformers
│ │ │ │ │ │ ├── Base64KeyTransformer.cs
│ │ │ │ │ │ ├── DefaultKeyTransformer.cs
│ │ │ │ │ │ ├── SHA1KeyTransformer.cs
│ │ │ │ │ │ └── TigerHashKeyTransformer.cs
│ │ │ │ │ ├── MemcachedClientException.cs
│ │ │ │ │ ├── MemcachedException.cs
│ │ │ │ │ ├── MemcachedNode.cs
│ │ │ │ │ ├── Operations
│ │ │ │ │ │ ├── DecrementOperation.cs
│ │ │ │ │ │ ├── DeleteOperation.cs
│ │ │ │ │ │ ├── FlushOperation.cs
│ │ │ │ │ │ ├── GetHelper.cs
│ │ │ │ │ │ ├── GetOperation.cs
│ │ │ │ │ │ ├── IncrementOperation.cs
│ │ │ │ │ │ ├── ItemOperation.cs
│ │ │ │ │ │ ├── MultiGetOperation.cs
│ │ │ │ │ │ ├── Operation.cs
│ │ │ │ │ │ ├── StatsOperation.cs
│ │ │ │ │ │ └── StoreOperation.cs
│ │ │ │ │ ├── PooledSocket.cs
│ │ │ │ │ ├── ServerPool.cs
│ │ │ │ │ ├── ServerStats.cs
│ │ │ │ │ ├── SingleNodeLocator.cs
│ │ │ │ │ ├── StatItem.cs
│ │ │ │ │ ├── StoreMode.cs
│ │ │ │ │ ├── ThrowHelper.cs
│ │ │ │ │ └── Transcoders
│ │ │ │ │ ├── CacheItem.cs
│ │ │ │ │ ├── DefaultTranscoder.cs
│ │ │ │ │ └── ITranscoder.cs
│ │ │ │ ├── Memcached.cd
│ │ │ │ ├── MemcachedClient.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── TigerHash.cs
│ │ │ │ └── UIntEqualityComparer.cs
│ │ │ ├── Enyim.Caching.sln
│ │ │ ├── Enyim.Caching.vsmdi
│ │ │ ├── localtestrun.testrunconfig
│ │ │ └── MemcachedTest
│ │ │ ├── App.config
│ │ │ ├── AuthoringTests.txt
│ │ │ ├── MemcachedClientTest.cs
│ │ │ ├── MemcachedTest.csproj
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── memcached-1.2.1-win32.zip
│ │ └── NET架构下的分布式缓存Cacheman_0_0_2
│ │ ├── CachemanAPI.dll
│ │ ├── CachemanConsole.exe
│ │ ├── CachemanServer.exe
│ │ ├── relnotes.txt
│ │ └── 文档.docx
│ ├── ch17 LTP.Account
│ │ ├── AccountsAdmin
│ │ │ ├── Accounts
│ │ │ │ ├── Accounts.csproj
│ │ │ │ ├── Accounts.csproj.user
│ │ │ │ ├── Accounts.sln
│ │ │ │ ├── Accounts.suo
│ │ │ │ ├── Bus
│ │ │ │ │ ├── AccountsPrincipal.cs
│ │ │ │ │ ├── AccountsTool.cs
│ │ │ │ │ ├── Actions.cs
│ │ │ │ │ ├── PermissionCategories.cs
│ │ │ │ │ ├── Permissions.cs
│ │ │ │ │ ├── Role.cs
│ │ │ │ │ ├── SiteIdentity.cs
│ │ │ │ │ ├── User.cs
│ │ │ │ │ ├── UserType.cs
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── Data
│ │ │ │ │ ├── Actions.cs
│ │ │ │ │ ├── PermissionCategory.cs
│ │ │ │ │ ├── Permission.cs
│ │ │ │ │ ├── Role.cs
│ │ │ │ │ ├── User.cs
│ │ │ │ │ ├── UserType.cs
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── DbHelperSQL.cs
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── Lib
│ │ │ │ │ └── Maticsoft.Common.dll
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── PubConstant.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── Accounts.sln
│ │ │ ├── Accounts.suo
│ │ │ ├── BLL
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── BLL.csproj
│ │ │ │ ├── BLL.csproj.user
│ │ │ │ ├── ErrorLog.cs
│ │ │ │ ├── Images.cs
│ │ │ │ ├── ImgClass.cs
│ │ │ │ ├── NewsManage
│ │ │ │ │ ├── NewsClass.cs
│ │ │ │ │ ├── News.cs
│ │ │ │ │ ├── NewsReply.cs
│ │ │ │ │ └── vssver.scc
│ │ │ │ ├── Products
│ │ │ │ │ ├── Brand.cs
│ │ │ │ │ ├── Category.cs
│ │ │ │ │ └── Product.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ ├── SysManage.cs
│ │ │ │ ├── SysTree.cs
│ │ │ │ └── UserLog.cs
│ │ │ ├── Common
│ │ │ │ ├── ChartHelper.cs
│ │ │ │ ├── Common.csproj
│ │ │ │ ├── Common.csproj.user
│ │ │ │ ├── ConfigHelper.cs
│ │ │ │ ├── DataCache.cs
│ │ │ │ ├── DataConversion.cs
│ │ │ │ ├── DataSetTool.cs
│ │ │ │ ├── DEncrypt
│ │ │ │ │ ├── DEncrypt.cs
│ │ │ │ │ ├── DESEncrypt.cs
│ │ │ │ │ ├── HashEncode.cs
│ │ │ │ │ └── RSACryption.cs
│ │ │ │ ├── FormulaCalculator.cs
│ │ │ │ ├── FormulaExpress.cs
│ │ │ │ ├── HttpProc.cs
│ │ │ │ ├── INIFile.cs
│ │ │ │ │ ├── ConnectCommand.cs
│ │ │ │ │ ├── ConnectResponse.cs
│ │ │ │ │ ├── DeleCommand.cs
│ │ │ │ │ ├── ListCommand.cs
│ │ │ │ │ ├── ListResponse.cs
│ │ │ │ │ ├── MailHeaders.cs
│ │ │ │ │ ├── MailMessageEx.cs
│ │ │ │ │ ├── NoopCommand.cs
│ │ │ │ │ ├── PassCommand.cs
│ │ │ │ │ ├── Pop3Client.cs
│ │ │ │ │ ├── Pop3Command.cs
│ │ │ │ │ ├── Pop3Commands.cs
│ │ │ │ │ ├── Pop3Exception.cs
│ │ │ │ │ ├── Pop3ListItem.cs
│ │ │ │ │ ├── Pop3Response.cs
│ │ │ │ │ ├── Pop3Responses.cs
│ │ │ │ │ ├── Pop3State.cs
│ │ │ │ │ ├── QuitCommand.cs
│ │ │ │ │ ├── RetrCommand.cs
│ │ │ │ │ ├── RetrResponse.cs
│ │ │ │ │ ├── RsetCommand.cs
│ │ │ │ │ ├── StatCommand.cs
│ │ │ │ │ ├── Stat.cs
│ │ │ │ │ ├── StatResponse.cs
│ │ │ │ │ ├── TopCommand.cs
│ │ │ │ │ └── UserCommand.cs
│ │ │ │ ├── MailPoper.cs
│ │ │ │ ├── MailSender.cs
│ │ │ │ ├── MessageBox.cs
│ │ │ │ ├── Mime
│ │ │ │ │ ├── MediaTypes.cs
│ │ │ │ │ ├── MimeEntity.cs
│ │ │ │ │ ├── MimeHeaders.cs
│ │ │ │ │ ├── MimeReader.cs
│ │ │ │ │ └── QuotedPrintableEncoding.cs
│ │ │ │ ├── PageBase.cs
│ │ │ │ ├── PageValidate.cs
│ │ │ │ ├── Pagination.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── RMB.cs
│ │ │ │ ├── StringPlus.cs
│ │ │ │ ├── TimeParser.cs
│ │ │ │ └── UrlOper.cs
│ │ │ ├── DAL
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── DAL.csproj
│ │ │ │ ├── DAL.csproj.user
│ │ │ │ ├── DbManagerSQL.cs
│ │ │ │ ├── ErrorLog.cs
│ │ │ │ ├── Images.cs
│ │ │ │ ├── ImgClass.cs
│ │ │ │ ├── NewsManage
│ │ │ │ │ ├── NewsClass2.cs
│ │ │ │ │ ├── NewsClass.cs
│ │ │ │ │ ├── News.cs
│ │ │ │ │ ├── NewsReply.cs
│ │ │ │ │ └── vssver.scc
│ │ │ │ ├── Products
│ │ │ │ │ ├── Brand.cs
│ │ │ │ │ ├── Category.cs
│ │ │ │ │ └── Product.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ ├── SysManage1.cs
│ │ │ │ ├── SysManage.cs
│ │ │ │ ├── SysTree.cs
│ │ │ │ └── UserLog.cs
│ │ │ ├── DBUtility
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── CommandInfo.cs
│ │ │ │ ├── DbHelperOleDb.cs
│ │ │ │ ├── DbHelperOra.cs
│ │ │ │ ├── DbHelperSQL2.cs
│ │ │ │ ├── DbHelperSQL.cs
│ │ │ │ ├── DbHelperSQLP.cs
│ │ │ │ ├── DBUtility.csproj
│ │ │ │ ├── DBUtility.csproj.user
│ │ │ │ ├── DBUtility.suo
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── OracleHelper.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ ├── SQLHelper.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── Lib
│ │ │ │ ├── FreeTextBox.dll
│ │ │ │ ├── LtpPageControl.dll
│ │ │ │ └── Microsoft.Web.UI.WebControls.dll
│ │ │ ├── Model
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Brand.cs
│ │ │ │ ├── Category.cs
│ │ │ │ ├── ErrorLog.cs
│ │ │ │ ├── Images.cs
│ │ │ │ ├── Model.csproj
│ │ │ │ ├── Model.csproj.user
│ │ │ │ ├── NewsManage
│ │ │ │ │ ├── NewsClass.cs
│ │ │ │ │ ├── News.cs
│ │ │ │ │ ├── NewsReply.cs
│ │ │ │ │ └── vssver.scc
│ │ │ │ ├── Product.cs
│ │ │ │ ├── SysNode.cs
│ │ │ │ └── UserLog.cs
│ │ │ └── Web
│ │ │ ├── Admin
│ │ │ │ ├── Accounts
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── Add.aspx.resx
│ │ │ │ │ ├── Admin
│ │ │ │ │ │ ├── editrole.aspx
│ │ │ │ │ │ ├── EditRole.aspx.cs
│ │ │ │ │ │ ├── EditRole.aspx.designer.cs
│ │ │ │ │ │ ├── EditRole.aspx.resx
│ │ │ │ │ │ ├── index.aspx
│ │ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ │ ├── Index.aspx.resx
│ │ │ │ │ │ ├── permissionadmin.aspx
│ │ │ │ │ │ ├── PermissionAdmin.aspx.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.resx
│ │ │ │ │ │ ├── RoleAdmin.aspx
│ │ │ │ │ │ ├── RoleAdmin.aspx.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.resx
│ │ │ │ │ │ ├── roleassignment.aspx
│ │ │ │ │ │ ├── RoleAssignment.aspx.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.resx
│ │ │ │ │ │ ├── UserAdmin.aspx
│ │ │ │ │ │ ├── UserAdmin.aspx.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.resx
│ │ │ │ │ │ ├── UserAdminList.aspx
│ │ │ │ │ │ ├── UserAdminList.aspx.cs
│ │ │ │ │ │ ├── UserAdminList.aspx.designer.cs
│ │ │ │ │ │ ├── UserAgentAdmin.aspx
│ │ │ │ │ │ ├── UserAgentAdmin.aspx.cs
│ │ │ │ │ │ ├── UserAgentAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.designer.cs
│ │ │ │ │ │ ├── UserRoleAssignment.aspx
│ │ │ │ │ │ ├── UserRoleAssignment.aspx.cs
│ │ │ │ │ │ ├── UserRoleAssignment.aspx.designer.cs
│ │ │ │ │ │ ├── UserType.aspx
│ │ │ │ │ │ ├── UserType.aspx.cs
│ │ │ │ │ │ └── UserType.aspx.designer.cs
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── adminLeftArrow.gif
│ │ │ │ │ │ ├── admin_top_bg.gif
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg2.gif
│ │ │ │ │ │ ├── bg3.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── bottombg.gif
│ │ │ │ │ │ ├── btnreview.GIF
│ │ │ │ │ │ ├── button_add.gif
│ │ │ │ │ │ ├── button_back.gif
│ │ │ │ │ │ ├── button_cancel.gif
│ │ │ │ │ │ ├── button_close.gif
│ │ │ │ │ │ ├── button_del.gif
│ │ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ │ ├── button-join.gif
│ │ │ │ │ │ ├── button-login.gif
│ │ │ │ │ │ ├── button_look.gif
│ │ │ │ │ │ ├── button_ok.gif
│ │ │ │ │ │ ├── button_save.gif
│ │ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ │ ├── button_sift.gif
│ │ │ │ │ │ ├── button_update.gif
│ │ │ │ │ │ ├── lan12.gif
│ │ │ │ │ │ ├── lan1.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── navspacer.gif
│ │ │ │ │ │ ├── skin2
│ │ │ │ │ │ │ ├── downbg.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── topbar_01.jpg
│ │ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── topbg.gif
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── setpass.aspx
│ │ │ │ │ ├── SetPass.aspx.cs
│ │ │ │ │ ├── SetPass.aspx.designer.cs
│ │ │ │ │ ├── SetPass.aspx.resx
│ │ │ │ │ ├── style
│ │ │ │ │ │ ├── css.css
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── userinfo.aspx
│ │ │ │ │ ├── userinfo.aspx.cs
│ │ │ │ │ ├── userinfo.aspx.designer.cs
│ │ │ │ │ ├── userinfo.aspx.resx
│ │ │ │ │ ├── usermodify.aspx
│ │ │ │ │ ├── usermodify.aspx.cs
│ │ │ │ │ ├── usermodify.aspx.designer.cs
│ │ │ │ │ ├── usermodify.aspx.resx
│ │ │ │ │ ├── userpass.aspx
│ │ │ │ │ ├── userPass.aspx.cs
│ │ │ │ │ ├── userPass.aspx.designer.cs
│ │ │ │ │ ├── userPass.aspx.resx
│ │ │ │ │ ├── userupdate.aspx
│ │ │ │ │ ├── userupdate.aspx.cs
│ │ │ │ │ ├── userupdate.aspx.designer.cs
│ │ │ │ │ └── userupdate.aspx.resx
│ │ │ │ ├── Images
│ │ │ │ │ ├── about16.gif
│ │ │ │ │ ├── add16.gif
│ │ │ │ │ ├── a_te01.gif
│ │ │ │ │ ├── a_te02.gif
│ │ │ │ │ ├── b11-1.gif
│ │ │ │ │ ├── b11-2.gif
│ │ │ │ │ ├── b11.gif
│ │ │ │ │ ├── b12.gif
│ │ │ │ │ ├── b13-1.gif
│ │ │ │ │ ├── b13-2.gif
│ │ │ │ │ ├── b13.gif
│ │ │ │ │ ├── b1.gif
│ │ │ │ │ ├── b3.gif
│ │ │ │ │ ├── b4.gif
│ │ │ │ │ ├── b5.gif
│ │ │ │ │ ├── bar_00.gif
│ │ │ │ │ ├── bar_01.gif
│ │ │ │ │ ├── bar_02.gif
│ │ │ │ │ ├── bar_03.gif
│ │ │ │ │ ├── bar_04.gif
│ │ │ │ │ ├── bar_05.gif
│ │ │ │ │ ├── bar_06.gif
│ │ │ │ │ ├── bar_07.gif
│ │ │ │ │ ├── bar_08.gif
│ │ │ │ │ ├── bar_10.gif
│ │ │ │ │ ├── bg_01.gif
│ │ │ │ │ ├── bg_02.gif
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── bgx.GIF
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── bottom_01.gif
│ │ │ │ │ ├── bottom_02.gif
│ │ │ │ │ ├── bottom_03.gif
│ │ │ │ │ ├── Briefcase16.gif
│ │ │ │ │ ├── Briefcase32.gif
│ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ ├── c6.gif
│ │ │ │ │ ├── card16.gif
│ │ │ │ │ ├── card32.gif
│ │ │ │ │ ├── company16.gif
│ │ │ │ │ ├── css.css
│ │ │ │ │ ├── d2.gif
│ │ │ │ │ ├── d3.gif
│ │ │ │ │ ├── desktop_01.gif
│ │ │ │ │ ├── desktop_02.gif
│ │ │ │ │ ├── desktop_03.gif
│ │ │ │ │ ├── desktop16.gif
│ │ │ │ │ ├── desktop32.gif
│ │ │ │ │ ├── dsj16.gif
│ │ │ │ │ ├── dsj32.gif
│ │ │ │ │ ├── f3.gif
│ │ │ │ │ ├── f4.gif
│ │ │ │ │ ├── find16.gif
│ │ │ │ │ ├── find32.gif
│ │ │ │ │ ├── folder16.gif
│ │ │ │ │ ├── folder32.gif
│ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ ├── ftb
│ │ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ │ ├── folder.up.gif
│ │ │ │ │ │ ├── office2000
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── center.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── link.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numbers.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── table.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── office2003
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── toolbar.background.gif
│ │ │ │ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── officeXP
│ │ │ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bold.over.gif
│ │ │ │ │ │ │ ├── borders.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── bullets.over.gif
│ │ │ │ │ │ │ ├── changecase.gif
│ │ │ │ │ │ │ ├── changecase.over.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── copy.over.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── createlink.over.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── cut.over.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── delete.over.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.over.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── deletetablerow.over.gif
│ │ │ │ │ │ │ ├── details.gif
│ │ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ │ ├── find.over.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.over.gif
│ │ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ │ ├── help.over.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── indent.over.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertdate.over.gif
│ │ │ │ │ │ │ ├── insertemail.gif
│ │ │ │ │ │ │ ├── insertemail.over.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.over.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertimage.over.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── insertrule.over.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.over.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttable.over.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttablerow.over.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── inserttime.over.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── italic.over.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifycenter.over.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyfull.over.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyleft.over.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── justifyright.over.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numberedlist.over.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── outdent.over.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── paste.over.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── print.over.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── redo.over.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── removeformat.over.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── save.over.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── spellcheck.over.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── strikethrough.over.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── subscript.over.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── superscript.over.gif
│ │ │ │ │ │ │ ├── toggleborders.gif
│ │ │ │ │ │ │ ├── toggledetails.gif
│ │ │ │ │ │ │ ├── toggledetails.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── underline.over.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── undo.over.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── unlink.over.gif
│ │ │ │ │ │ │ ├── verse.gif
│ │ │ │ │ │ │ ├── verse.over.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ ├── wordclean.over.gif
│ │ │ │ │ │ │ ├── wordcount.gif
│ │ │ │ │ │ │ └── wordcount.over.gif
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── ger16.gif
│ │ │ │ │ ├── ger32.gif
│ │ │ │ │ ├── gongg16.gif
│ │ │ │ │ ├── gongg32.gif
│ │ │ │ │ ├── gongzkp16.gif
│ │ │ │ │ ├── gongzkp32.gif
│ │ │ │ │ ├── help16.gif
│ │ │ │ │ ├── help32.gif
│ │ │ │ │ ├── image.gif
│ │ │ │ │ ├── in_bg.gif
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── left-1-1.gif
│ │ │ │ │ ├── left-1-2.gif
│ │ │ │ │ ├── left-1-3.gif
│ │ │ │ │ ├── left-1.gif
│ │ │ │ │ ├── left-2-1.gif
│ │ │ │ │ ├── left-2-2.gif
│ │ │ │ │ ├── left-2-3.gif
│ │ │ │ │ ├── left-2.gif
│ │ │ │ │ ├── left-3-1.gif
│ │ │ │ │ ├── left-3-2.gif
│ │ │ │ │ ├── left-3-3.gif
│ │ │ │ │ ├── left-3.gif
│ │ │ │ │ ├── left-bj-1.gif
│ │ │ │ │ ├── left-bj-2.gif
│ │ │ │ │ ├── left-bj-3.gif
│ │ │ │ │ ├── left-bj.gif
│ │ │ │ │ ├── Loading.gif
│ │ │ │ │ ├── login.css
│ │ │ │ │ ├── login_p_img02.gif
│ │ │ │ │ ├── login_p_img03.gif
│ │ │ │ │ ├── login_p_img04.gif
│ │ │ │ │ ├── login_p_img05.gif
│ │ │ │ │ ├── login_p_img11.gif
│ │ │ │ │ ├── mag16.gif
│ │ │ │ │ ├── mail16.gif
│ │ │ │ │ ├── main_01.gif
│ │ │ │ │ ├── main_04.gif
│ │ │ │ │ ├── main_05.gif
│ │ │ │ │ ├── main_06.gif
│ │ │ │ │ ├── main_08.gif
│ │ │ │ │ ├── main_09.gif
│ │ │ │ │ ├── member_t04.JPG
│ │ │ │ │ ├── MenuImg
│ │ │ │ │ │ ├── 288.GIF
│ │ │ │ │ │ ├── about16.gif
│ │ │ │ │ │ ├── bbs16.gif
│ │ │ │ │ │ ├── find16.gif
│ │ │ │ │ │ ├── folder16.gif
│ │ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ │ ├── ger16.gif
│ │ │ │ │ │ ├── help16.gif
│ │ │ │ │ │ ├── news16.gif
│ │ │ │ │ │ ├── out16.gif
│ │ │ │ │ │ ├── Programs16.gif
│ │ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ │ ├── thumbnails.gif
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── times.gif
│ │ │ │ │ │ ├── ts16.gif
│ │ │ │ │ │ ├── user16.gif
│ │ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ │ └── zjsp16.gif
│ │ │ │ │ ├── message16.gif
│ │ │ │ │ ├── module16.gif
│ │ │ │ │ ├── module32.gif
│ │ │ │ │ ├── more1.gif
│ │ │ │ │ ├── myfile16.gif
│ │ │ │ │ ├── myfile32.gif
│ │ │ │ │ ├── news16.gif
│ │ │ │ │ ├── onecard16.gif
│ │ │ │ │ ├── onecard32.gif
│ │ │ │ │ ├── out16.gif
│ │ │ │ │ ├── out32.gif
│ │ │ │ │ ├── plan16.gif
│ │ │ │ │ ├── plan32.gif
│ │ │ │ │ ├── point07.gif
│ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ ├── quanx32.gif
│ │ │ │ │ ├── right-bj-1.gif
│ │ │ │ │ ├── right-bj-2.gif
│ │ │ │ │ ├── right-bj-3.gif
│ │ │ │ │ ├── right-bj.gif
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── top-1-1.gif
│ │ │ │ │ ├── top-1-2.gif
│ │ │ │ │ ├── top-1-3.gif
│ │ │ │ │ ├── top-1.gif
│ │ │ │ │ ├── top-2-1.gif
│ │ │ │ │ ├── top-2-2.gif
│ │ │ │ │ ├── top-2-3.gif
│ │ │ │ │ ├── top-2.gif
│ │ │ │ │ ├── top-3-1.gif
│ │ │ │ │ ├── top-3-2.gif
│ │ │ │ │ ├── top-3-3.gif
│ │ │ │ │ ├── top-3.gif
│ │ │ │ │ ├── top-4-1.gif
│ │ │ │ │ ├── top-4-2.gif
│ │ │ │ │ ├── top-4-3.gif
│ │ │ │ │ ├── top-4.gif
│ │ │ │ │ ├── top-5-1.gif
│ │ │ │ │ ├── top-5-2.gif
│ │ │ │ │ ├── top-5-3.gif
│ │ │ │ │ ├── top-5.gif
│ │ │ │ │ ├── topbar_01.jpg
│ │ │ │ │ ├── topbar_02.jpg
│ │ │ │ │ ├── topbar_03.jpg
│ │ │ │ │ ├── top-bj-1.gif
│ │ │ │ │ ├── top-bj-2.gif
│ │ │ │ │ ├── top-bj-3.gif
│ │ │ │ │ ├── top-bj.gif
│ │ │ │ │ ├── tubiao_01.GIF
│ │ │ │ │ ├── tubiao_02.gif
│ │ │ │ │ ├── user16.gif
│ │ │ │ │ ├── vote16.gif
│ │ │ │ │ ├── x16.gif
│ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ ├── xinx32.gif
│ │ │ │ │ ├── yw16.gif
│ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ └── zjsp16.gif
│ │ │ │ ├── Left.aspx
│ │ │ │ ├── Left.aspx.cs
│ │ │ │ ├── Left.aspx.designer.cs
│ │ │ │ ├── Left.aspx.resx
│ │ │ │ ├── Login.aspx
│ │ │ │ ├── Login.aspx.cs
│ │ │ │ ├── Login.aspx.designer.cs
│ │ │ │ ├── Login.aspx.resx
│ │ │ │ ├── Logout.aspx
│ │ │ │ ├── Logout.aspx.cs
│ │ │ │ ├── Logout.aspx.designer.cs
│ │ │ │ ├── Logout.aspx.resx
│ │ │ │ ├── Main.aspx
│ │ │ │ ├── Main.aspx.cs
│ │ │ │ ├── Main.aspx.designer.cs
│ │ │ │ ├── Main.aspx.resx
│ │ │ │ ├── Main.htm
│ │ │ │ ├── NewsClassManage
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── AllList.aspx
│ │ │ │ │ ├── AllList.aspx.cs
│ │ │ │ │ ├── AllList.aspx.designer.cs
│ │ │ │ │ ├── Delete.aspx
│ │ │ │ │ ├── Delete.aspx.cs
│ │ │ │ │ ├── Delete.aspx.designer.cs
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ ├── Modify.aspx.designer.cs
│ │ │ │ │ ├── Search.aspx
│ │ │ │ │ ├── Search.aspx.cs
│ │ │ │ │ ├── Search.aspx.designer.cs
│ │ │ │ │ ├── Show.aspx
│ │ │ │ │ ├── Show.aspx.cs
│ │ │ │ │ └── Show.aspx.designer.cs
│ │ │ │ ├── NewsManage
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── AllList.aspx
│ │ │ │ │ ├── AllList.aspx.cs
│ │ │ │ │ ├── AllList.aspx.designer.cs
│ │ │ │ │ ├── CheckBox.js
│ │ │ │ │ ├── Delete.aspx
│ │ │ │ │ ├── Delete.aspx.cs
│ │ │ │ │ ├── Delete.aspx.designer.cs
│ │ │ │ │ ├── HelperScripts
│ │ │ │ │ │ ├── ftb.colorpicker.aspx
│ │ │ │ │ │ ├── ftb.imagegallery.aspx
│ │ │ │ │ │ └── ftb.inserttable.aspx
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── ftb
│ │ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ │ ├── folder.up.gif
│ │ │ │ │ │ ├── office2000
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── center.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── link.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numbers.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── table.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── office2003
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toolbar.background.gif
│ │ │ │ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── officeXP
│ │ │ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bold.over.gif
│ │ │ │ │ │ │ ├── borders.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── bullets.over.gif
│ │ │ │ │ │ │ ├── changecase.gif
│ │ │ │ │ │ │ ├── changecase.over.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── copy.over.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── createlink.over.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── cut.over.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── delete.over.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.over.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── deletetablerow.over.gif
│ │ │ │ │ │ │ ├── details.gif
│ │ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ │ ├── find.over.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.over.gif
│ │ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ │ ├── help.over.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── indent.over.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertdate.over.gif
│ │ │ │ │ │ │ ├── insertemail.gif
│ │ │ │ │ │ │ ├── insertemail.over.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.over.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertimage.over.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── insertrule.over.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.over.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttable.over.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttablerow.over.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── inserttime.over.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── italic.over.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifycenter.over.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyfull.over.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyleft.over.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── justifyright.over.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numberedlist.over.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── outdent.over.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── paste.over.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── print.over.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── redo.over.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── removeformat.over.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── save.over.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── spellcheck.over.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── strikethrough.over.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── subscript.over.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── superscript.over.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toggleborders.gif
│ │ │ │ │ │ │ ├── toggledetails.gif
│ │ │ │ │ │ │ ├── toggledetails.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── underline.over.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── undo.over.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── unlink.over.gif
│ │ │ │ │ │ │ ├── verse.gif
│ │ │ │ │ │ │ ├── verse.over.gif
│ │ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ ├── wordclean.over.gif
│ │ │ │ │ │ │ ├── wordcount.gif
│ │ │ │ │ │ │ └── wordcount.over.gif
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── Modify2.aspx
│ │ │ │ │ ├── Modify2.aspx.cs
│ │ │ │ │ ├── Modify2.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ ├── Modify.aspx.designer.cs
│ │ │ │ │ ├── Release.aspx
│ │ │ │ │ ├── Release.aspx.cs
│ │ │ │ │ ├── Release.aspx.designer.cs
│ │ │ │ │ ├── Search.aspx
│ │ │ │ │ ├── Search.aspx.cs
│ │ │ │ │ ├── Search.aspx.designer.cs
│ │ │ │ │ ├── Show.aspx
│ │ │ │ │ ├── Show.aspx.cs
│ │ │ │ │ └── Show.aspx.designer.cs
│ │ │ │ ├── PBrand
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── AllList.aspx
│ │ │ │ │ ├── AllList.aspx.cs
│ │ │ │ │ ├── AllList.aspx.designer.cs
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ └── Modify.aspx.designer.cs
│ │ │ │ ├── PCategory
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── AllList.aspx
│ │ │ │ │ ├── AllList.aspx.cs
│ │ │ │ │ ├── AllList.aspx.designer.cs
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── IndexTree.aspx
│ │ │ │ │ ├── IndexTree.aspx.cs
│ │ │ │ │ ├── IndexTree.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ └── Modify.aspx.designer.cs
│ │ │ │ ├── Product
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── AllList.aspx
│ │ │ │ │ ├── AllList.aspx.cs
│ │ │ │ │ ├── AllList.aspx.designer.cs
│ │ │ │ │ ├── HelperScripts
│ │ │ │ │ │ ├── ftb.colorpicker.aspx
│ │ │ │ │ │ ├── ftb.imagegallery.aspx
│ │ │ │ │ │ └── ftb.inserttable.aspx
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── ftb
│ │ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ │ ├── folder.up.gif
│ │ │ │ │ │ ├── office2000
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── center.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── link.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numbers.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── table.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── office2003
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toolbar.background.gif
│ │ │ │ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── vssver.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ │ ├── officeXP
│ │ │ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ │ ├── bold.over.gif
│ │ │ │ │ │ │ ├── borders.gif
│ │ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ │ ├── bullets.over.gif
│ │ │ │ │ │ │ ├── changecase.gif
│ │ │ │ │ │ │ ├── changecase.over.gif
│ │ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ │ ├── copy.over.gif
│ │ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ │ ├── createlink.over.gif
│ │ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ │ ├── cut.over.gif
│ │ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ │ ├── delete.over.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ │ ├── deletetablecolumn.over.gif
│ │ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ │ ├── deletetablerow.over.gif
│ │ │ │ │ │ │ ├── details.gif
│ │ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ │ ├── find.over.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ │ ├── fontforecolorpicker.over.gif
│ │ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ │ ├── help.over.gif
│ │ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ │ ├── indent.over.gif
│ │ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ │ ├── insertdate.over.gif
│ │ │ │ │ │ │ ├── insertemail.gif
│ │ │ │ │ │ │ ├── insertemail.over.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ │ ├── insertimagefromgallery.over.gif
│ │ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ │ ├── insertimage.over.gif
│ │ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ │ ├── insertrule.over.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ │ ├── inserttablecolumn.over.gif
│ │ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ │ ├── inserttable.over.gif
│ │ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ │ ├── inserttablerow.over.gif
│ │ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ │ ├── inserttime.over.gif
│ │ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ │ ├── italic.over.gif
│ │ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ │ ├── justifycenter.over.gif
│ │ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ │ ├── justifyfull.over.gif
│ │ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ │ ├── justifyleft.over.gif
│ │ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ │ ├── justifyright.over.gif
│ │ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ │ ├── numberedlist.over.gif
│ │ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ │ ├── outdent.over.gif
│ │ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ │ ├── paste.over.gif
│ │ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ │ ├── print.over.gif
│ │ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ │ ├── redo.over.gif
│ │ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ │ ├── removeformat.over.gif
│ │ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ │ ├── save.over.gif
│ │ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ │ ├── spellcheck.over.gif
│ │ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ │ ├── strikethrough.over.gif
│ │ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ │ ├── subscript.over.gif
│ │ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ │ ├── superscript.over.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── toggleborders.gif
│ │ │ │ │ │ │ ├── toggledetails.gif
│ │ │ │ │ │ │ ├── toggledetails.over.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ │ ├── underline.over.gif
│ │ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ │ ├── undo.over.gif
│ │ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ │ ├── unlink.over.gif
│ │ │ │ │ │ │ ├── verse.gif
│ │ │ │ │ │ │ ├── verse.over.gif
│ │ │ │ │ │ │ ├── vssver.scc
│ │ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ │ ├── wordclean.over.gif
│ │ │ │ │ │ │ ├── wordcount.gif
│ │ │ │ │ │ │ └── wordcount.over.gif
│ │ │ │ │ │ └── vssver.scc
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ ├── Modify.aspx.designer.cs
│ │ │ │ │ ├── Show.aspx
│ │ │ │ │ ├── Show.aspx.cs
│ │ │ │ │ └── Show.aspx.designer.cs
│ │ │ │ ├── Relogin.aspx
│ │ │ │ ├── Relogin.aspx.cs
│ │ │ │ ├── Relogin.aspx.designer.cs
│ │ │ │ ├── Relogin.aspx.resx
│ │ │ │ ├── ShowCallBoard.aspx
│ │ │ │ ├── ShowCallBoard.aspx.cs
│ │ │ │ ├── ShowCallBoard.aspx.designer.cs
│ │ │ │ ├── ShowCallBoard.aspx.resx
│ │ │ │ ├── Spliter.aspx
│ │ │ │ ├── Spliter.aspx.cs
│ │ │ │ ├── Spliter.aspx.designer.cs
│ │ │ │ ├── Spliter.aspx.resx
│ │ │ │ ├── Style.css
│ │ │ │ ├── SysManage
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── add.aspx.cs
│ │ │ │ │ ├── add.aspx.designer.cs
│ │ │ │ │ ├── add.aspx.resx
│ │ │ │ │ ├── CheckBox.js
│ │ │ │ │ ├── delete.aspx
│ │ │ │ │ ├── delete.aspx.cs
│ │ │ │ │ ├── delete.aspx.designer.cs
│ │ │ │ │ ├── delete.aspx.resx
│ │ │ │ │ ├── IndexTree.aspx
│ │ │ │ │ ├── IndexTree.aspx.cs
│ │ │ │ │ ├── IndexTree.aspx.designer.cs
│ │ │ │ │ ├── logindex.aspx
│ │ │ │ │ ├── LogIndex.aspx.cs
│ │ │ │ │ ├── LogIndex.aspx.designer.cs
│ │ │ │ │ ├── LogIndex.aspx.resx
│ │ │ │ │ ├── logshow.aspx
│ │ │ │ │ ├── LogShow.aspx.cs
│ │ │ │ │ ├── LogShow.aspx.designer.cs
│ │ │ │ │ ├── LogShow.aspx.resx
│ │ │ │ │ ├── makesql.aspx
│ │ │ │ │ ├── makesql.aspx.cs
│ │ │ │ │ ├── makesql.aspx.designer.cs
│ │ │ │ │ ├── makesql.aspx.resx
│ │ │ │ │ ├── modify.aspx
│ │ │ │ │ ├── modify.aspx.cs
│ │ │ │ │ ├── modify.aspx.designer.cs
│ │ │ │ │ ├── modify.aspx.resx
│ │ │ │ │ ├── search.aspx
│ │ │ │ │ ├── search.aspx.cs
│ │ │ │ │ ├── search.aspx.designer.cs
│ │ │ │ │ ├── search.aspx.resx
│ │ │ │ │ ├── show.aspx
│ │ │ │ │ ├── show.aspx.cs
│ │ │ │ │ ├── show.aspx.designer.cs
│ │ │ │ │ ├── show.aspx.resx
│ │ │ │ │ ├── treelist.aspx
│ │ │ │ │ ├── treelist.aspx.cs
│ │ │ │ │ ├── treelist.aspx.designer.cs
│ │ │ │ │ └── treelist.aspx.resx
│ │ │ │ ├── toindex.aspx
│ │ │ │ ├── toindex.aspx.cs
│ │ │ │ ├── toindex.aspx.designer.cs
│ │ │ │ ├── toindex.aspx.resx
│ │ │ │ ├── Top.aspx
│ │ │ │ ├── Top.aspx.cs
│ │ │ │ ├── Top.aspx.designer.cs
│ │ │ │ └── Top.aspx.resx
│ │ │ ├── Components
│ │ │ │ ├── DataToExcel.cs
│ │ │ │ └── UserLog.cs
│ │ │ ├── Controls
│ │ │ │ ├── checkright.ascx
│ │ │ │ ├── CheckRight.ascx.cs
│ │ │ │ ├── CheckRight.ascx.designer.cs
│ │ │ │ ├── CheckRight.ascx.resx
│ │ │ │ ├── copyright.ascx
│ │ │ │ ├── CopyRight.ascx.cs
│ │ │ │ ├── CopyRight.ascx.designer.cs
│ │ │ │ └── CopyRight.ascx.resx
│ │ │ ├── CPZS.aspx
│ │ │ ├── CPZS.aspx.cs
│ │ │ ├── CPZS.aspx.designer.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── ErrorMsg.aspx
│ │ │ ├── ErrorMsg.aspx.cs
│ │ │ ├── ErrorMsg.aspx.designer.cs
│ │ │ ├── ErrorMsg.aspx.resx
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── greybox
│ │ │ │ ├── AJS_fx.js
│ │ │ │ ├── AJS.js
│ │ │ │ ├── gb_scripts.js
│ │ │ │ ├── gb_styles.css
│ │ │ │ ├── g_close.gif
│ │ │ │ ├── header_bg.gif
│ │ │ │ ├── indicator.gif
│ │ │ │ ├── loader_frame.html
│ │ │ │ ├── next.gif
│ │ │ │ ├── prev.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── w_close.gif
│ │ │ ├── Greybox.aspx
│ │ │ ├── Greybox.aspx.cs
│ │ │ ├── Greybox.aspx.designer.cs
│ │ │ ├── GSJJ.aspx
│ │ │ ├── GSJJ.aspx.cs
│ │ │ ├── GSJJ.aspx.designer.cs
│ │ │ ├── GSRY.aspx
│ │ │ ├── GSRY.aspx.cs
│ │ │ ├── GSRY.aspx.designer.cs
│ │ │ ├── GSXW.aspx
│ │ │ ├── GSXW.aspx.cs
│ │ │ ├── GSXW.aspx.designer.cs
│ │ │ ├── Images
│ │ │ │ ├── banner001.jpg
│ │ │ │ ├── bj.gif
│ │ │ │ ├── code1.JPG
│ │ │ │ ├── code2.JPG
│ │ │ │ ├── cpzs1.gif
│ │ │ │ ├── cpzs.gif
│ │ │ │ ├── css.css
│ │ │ │ ├── ct.gif
│ │ │ │ ├── dl.gif
│ │ │ │ ├── ftb
│ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ ├── folder.up.gif
│ │ │ │ │ ├── office2000
│ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ ├── center.gif
│ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ ├── link.gif
│ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ ├── numbers.gif
│ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ ├── table.gif
│ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ ├── toolbar.gif
│ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ ├── office2003
│ │ │ │ │ │ ├── bold.gif
│ │ │ │ │ │ ├── bullets.gif
│ │ │ │ │ │ ├── copy.gif
│ │ │ │ │ │ ├── createlink.gif
│ │ │ │ │ │ ├── cut.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ │ ├── indent.gif
│ │ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ │ ├── italic.gif
│ │ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ │ ├── outdent.gif
│ │ │ │ │ │ ├── paste.gif
│ │ │ │ │ │ ├── print.gif
│ │ │ │ │ │ ├── redo.gif
│ │ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ │ ├── save.gif
│ │ │ │ │ │ ├── separator.gif
│ │ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ │ ├── subscript.gif
│ │ │ │ │ │ ├── superscript.gif
│ │ │ │ │ │ ├── toolbar.background.gif
│ │ │ │ │ │ ├── toolbarbutton.down.gif
│ │ │ │ │ │ ├── toolbarbutton.over.gif
│ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ │ ├── underline.gif
│ │ │ │ │ │ ├── undo.gif
│ │ │ │ │ │ ├── unlink.gif
│ │ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ │ └── wordcount.gif
│ │ │ │ │ └── officeXP
│ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ ├── bold.gif
│ │ │ │ │ ├── bold.over.gif
│ │ │ │ │ ├── borders.gif
│ │ │ │ │ ├── bullets.gif
│ │ │ │ │ ├── bullets.over.gif
│ │ │ │ │ ├── changecase.gif
│ │ │ │ │ ├── changecase.over.gif
│ │ │ │ │ ├── copy.gif
│ │ │ │ │ ├── copy.over.gif
│ │ │ │ │ ├── createlink.gif
│ │ │ │ │ ├── createlink.over.gif
│ │ │ │ │ ├── cut.gif
│ │ │ │ │ ├── cut.over.gif
│ │ │ │ │ ├── delete.gif
│ │ │ │ │ ├── delete.over.gif
│ │ │ │ │ ├── deletetablecolumn.gif
│ │ │ │ │ ├── deletetablecolumn.over.gif
│ │ │ │ │ ├── deletetablerow.gif
│ │ │ │ │ ├── deletetablerow.over.gif
│ │ │ │ │ ├── details.gif
│ │ │ │ │ ├── find.gif
│ │ │ │ │ ├── find.over.gif
│ │ │ │ │ ├── fontbackcolorpicker.gif
│ │ │ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ │ │ ├── fontforecolorpicker.gif
│ │ │ │ │ ├── fontforecolorpicker.over.gif
│ │ │ │ │ ├── help.gif
│ │ │ │ │ ├── help.over.gif
│ │ │ │ │ ├── indent.gif
│ │ │ │ │ ├── indent.over.gif
│ │ │ │ │ ├── insertdate.gif
│ │ │ │ │ ├── insertdate.over.gif
│ │ │ │ │ ├── insertemail.gif
│ │ │ │ │ ├── insertemail.over.gif
│ │ │ │ │ ├── insertimagefromgallery.gif
│ │ │ │ │ ├── insertimagefromgallery.over.gif
│ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ ├── insertimage.over.gif
│ │ │ │ │ ├── insertrule.gif
│ │ │ │ │ ├── insertrule.over.gif
│ │ │ │ │ ├── inserttablecolumn.gif
│ │ │ │ │ ├── inserttablecolumn.over.gif
│ │ │ │ │ ├── inserttable.gif
│ │ │ │ │ ├── inserttable.over.gif
│ │ │ │ │ ├── inserttablerow.gif
│ │ │ │ │ ├── inserttablerow.over.gif
│ │ │ │ │ ├── inserttime.gif
│ │ │ │ │ ├── inserttime.over.gif
│ │ │ │ │ ├── italic.gif
│ │ │ │ │ ├── italic.over.gif
│ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ ├── justifycenter.over.gif
│ │ │ │ │ ├── justifyfull.gif
│ │ │ │ │ ├── justifyfull.over.gif
│ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ ├── justifyleft.over.gif
│ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ ├── justifyright.over.gif
│ │ │ │ │ ├── mode.design.gif
│ │ │ │ │ ├── mode.html.gif
│ │ │ │ │ ├── numberedlist.gif
│ │ │ │ │ ├── numberedlist.over.gif
│ │ │ │ │ ├── outdent.gif
│ │ │ │ │ ├── outdent.over.gif
│ │ │ │ │ ├── paste.gif
│ │ │ │ │ ├── paste.over.gif
│ │ │ │ │ ├── print.gif
│ │ │ │ │ ├── print.over.gif
│ │ │ │ │ ├── redo.gif
│ │ │ │ │ ├── redo.over.gif
│ │ │ │ │ ├── removeformat.gif
│ │ │ │ │ ├── removeformat.over.gif
│ │ │ │ │ ├── save.gif
│ │ │ │ │ ├── save.over.gif
│ │ │ │ │ ├── separator.gif
│ │ │ │ │ ├── spellcheck.gif
│ │ │ │ │ ├── spellcheck.over.gif
│ │ │ │ │ ├── strikethrough.gif
│ │ │ │ │ ├── strikethrough.over.gif
│ │ │ │ │ ├── subscript.gif
│ │ │ │ │ ├── subscript.over.gif
│ │ │ │ │ ├── superscript.gif
│ │ │ │ │ ├── superscript.over.gif
│ │ │ │ │ ├── toggleborders.gif
│ │ │ │ │ ├── toggledetails.gif
│ │ │ │ │ ├── toggledetails.over.gif
│ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ ├── toolbar.start.gif
│ │ │ │ │ ├── underline.gif
│ │ │ │ │ ├── underline.over.gif
│ │ │ │ │ ├── undo.gif
│ │ │ │ │ ├── undo.over.gif
│ │ │ │ │ ├── unlink.gif
│ │ │ │ │ ├── unlink.over.gif
│ │ │ │ │ ├── verse.gif
│ │ │ │ │ ├── verse.over.gif
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ ├── wordclean.gif
│ │ │ │ │ ├── wordclean.over.gif
│ │ │ │ │ ├── wordcount.gif
│ │ │ │ │ └── wordcount.over.gif
│ │ │ │ ├── go1.gif
│ │ │ │ ├── gsjj.gif
│ │ │ │ ├── gsry.gif
│ │ │ │ ├── gsxw.gif
│ │ │ │ ├── left61.gif
│ │ │ │ ├── left6.gif
│ │ │ │ ├── lxwm.gif
│ │ │ │ ├── more.gif
│ │ │ │ ├── news.gif
│ │ │ │ ├── shouye_r1_c2.gif
│ │ │ │ ├── shouye_r2_c2.gif
│ │ │ │ ├── shouye_r4_c2.gif
│ │ │ │ ├── shouye_r8_c2.gif
│ │ │ │ ├── shouye_r8_c4.gif
│ │ │ │ ├── sts.gif
│ │ │ │ ├── t00.gif
│ │ │ │ ├── t01.gif
│ │ │ │ ├── t02.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top1.gif
│ │ │ │ ├── top2.gif
│ │ │ │ ├── topbg.gif
│ │ │ │ ├── topc29.gif
│ │ │ │ └── topc2.gif
│ │ │ ├── js
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── Calendar2.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── Common.js
│ │ │ │ ├── css.css
│ │ │ │ ├── date.gif
│ │ │ │ ├── date.js
│ │ │ │ └── imgbtn_Date.jpg
│ │ │ ├── LXWM.aspx
│ │ │ ├── LXWM.aspx.cs
│ │ │ ├── LXWM.aspx.designer.cs
│ │ │ ├── Main.Master
│ │ │ ├── Main.Master.cs
│ │ │ ├── Main.Master.designer.cs
│ │ │ ├── News.aspx
│ │ │ ├── News.aspx.cs
│ │ │ ├── News.aspx.designer.cs
│ │ │ ├── ProductImages
│ │ │ │ ├── 200706172209100117dnA1-3.jpg
│ │ │ │ ├── 200706172209400313ET960.jpg
│ │ │ │ ├── 20070617221012dzd_zl0514_6515.jpg
│ │ │ │ ├── 200706172210379301784_b.jpg
│ │ │ │ ├── 200706172211169304452_b.jpg
│ │ │ │ ├── 200706172212179280931_m.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── static_files
│ │ │ │ ├── help.css
│ │ │ │ ├── help.js
│ │ │ │ ├── night_valley.jpg
│ │ │ │ ├── night_valley_thumb.gif
│ │ │ │ ├── night_valley_thumb.jpg
│ │ │ │ ├── salt.jpg
│ │ │ │ └── salt_thumb.gif
│ │ │ ├── Style.css
│ │ │ ├── ValidateCode.aspx
│ │ │ ├── ValidateCode.aspx.cs
│ │ │ ├── ValidateCode.aspx.resx
│ │ │ ├── Web.config
│ │ │ ├── Web.csproj
│ │ │ ├── Web.csproj.user
│ │ │ └── webctrl_client
│ │ │ └── 1_0
│ │ │ ├── Images
│ │ │ │ ├── folder.gif
│ │ │ │ ├── folderopen.gif
│ │ │ │ ├── html.gif
│ │ │ │ ├── root.gif
│ │ │ │ └── vssver2.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
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── white.gif
│ │ │ │ ├── T.gif
│ │ │ │ ├── Tminus.gif
│ │ │ │ ├── Tplus.gif
│ │ │ │ ├── vssver2.scc
│ │ │ │ └── white.gif
│ │ │ ├── treeview.htc
│ │ │ └── vssver2.scc
│ │ ├── Codematic_Data.MDF
│ │ ├── Codematic_Log.LDF
│ │ └── 说明.txt
│ ├── ch18 SSO
│ │ └── SSO
│ │ ├── BBS
│ │ │ ├── AnyPage.aspx
│ │ │ ├── AnyPage.aspx.cs
│ │ │ ├── AnyPage.aspx.designer.cs
│ │ │ ├── BBS.csproj
│ │ │ ├── BBS.csproj.user
│ │ │ ├── bin
│ │ │ │ └── BBS.dll
│ │ │ ├── Components
│ │ │ │ ├── Assistant.cs
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ └── UrlOper.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── Logout.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Synchronous.aspx
│ │ │ ├── Synchronous.aspx.cs
│ │ │ ├── Synchronous.aspx.designer.cs
│ │ │ ├── SynServerIFrame.ascx
│ │ │ ├── SynServerIFrame.ascx.cs
│ │ │ ├── SynServerIFrame.ascx.designer.cs
│ │ │ ├── Validate.ascx
│ │ │ ├── Validate.ascx.cs
│ │ │ ├── Validate.ascx.designer.cs
│ │ │ └── Web.config
│ │ ├── Blog
│ │ │ ├── AnyPage.aspx
│ │ │ ├── AnyPage.aspx.cs
│ │ │ ├── AnyPage.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ └── Blog.dll
│ │ │ ├── Blog.csproj
│ │ │ ├── Blog.csproj.user
│ │ │ ├── Components
│ │ │ │ ├── Assistant.cs
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── PubConstant.cs
│ │ │ │ ├── UrlOper.cs
│ │ │ │ └── ValidatePageBase.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── Logout.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Synchronous.aspx
│ │ │ ├── Synchronous.aspx.cs
│ │ │ ├── Synchronous.aspx.designer.cs
│ │ │ ├── SynServerIFrame.ascx
│ │ │ ├── SynServerIFrame.ascx.cs
│ │ │ ├── SynServerIFrame.ascx.designer.cs
│ │ │ └── Web.config
│ │ ├── Photo
│ │ │ ├── AnyPage.aspx
│ │ │ ├── AnyPage.aspx.cs
│ │ │ ├── AnyPage.aspx.designer.cs
│ │ │ ├── bin
│ │ │ │ ├── Photo.dll
│ │ │ │ └── SSOLib.dll
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── Logout.aspx.designer.cs
│ │ │ ├── Photo.csproj
│ │ │ ├── Photo.csproj.user
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Synchronous.aspx
│ │ │ ├── Synchronous.aspx.cs
│ │ │ ├── Synchronous.aspx.designer.cs
│ │ │ ├── SynServerIFrame.ascx
│ │ │ ├── SynServerIFrame.ascx.cs
│ │ │ ├── SynServerIFrame.ascx.designer.cs
│ │ │ ├── Web.config
│ │ │ ├── Web References
│ │ │ │ └── SSOServiceRef
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.map
│ │ │ │ ├── SSOService.disco
│ │ │ │ ├── SSOService.wsdl
│ │ │ │ └── User.datasource
│ │ │ ├── WebServiceTest.aspx
│ │ │ ├── WebServiceTest.aspx.cs
│ │ │ └── WebServiceTest.aspx.designer.cs
│ │ ├── Service
│ │ │ ├── Admin
│ │ │ │ ├── Accounts
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── Add.aspx.resx
│ │ │ │ │ ├── Admin
│ │ │ │ │ │ ├── editrole.aspx
│ │ │ │ │ │ ├── EditRole.aspx.cs
│ │ │ │ │ │ ├── EditRole.aspx.designer.cs
│ │ │ │ │ │ ├── EditRole.aspx.resx
│ │ │ │ │ │ ├── permissionadmin.aspx
│ │ │ │ │ │ ├── PermissionAdmin.aspx.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.resx
│ │ │ │ │ │ ├── RoleAdmin.aspx
│ │ │ │ │ │ ├── RoleAdmin.aspx.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.resx
│ │ │ │ │ │ ├── roleassignment.aspx
│ │ │ │ │ │ ├── RoleAssignment.aspx.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.resx
│ │ │ │ │ │ ├── UserAdmin.aspx
│ │ │ │ │ │ ├── UserAdmin.aspx.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.resx
│ │ │ │ │ │ ├── UserAdminList.aspx
│ │ │ │ │ │ ├── UserAdminList.aspx.cs
│ │ │ │ │ │ ├── UserAdminList.aspx.designer.cs
│ │ │ │ │ │ ├── UserAgentAdmin.aspx
│ │ │ │ │ │ ├── UserAgentAdmin.aspx.cs
│ │ │ │ │ │ ├── UserAgentAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.designer.cs
│ │ │ │ │ │ ├── UserRoleAssignment.aspx
│ │ │ │ │ │ ├── UserRoleAssignment.aspx.cs
│ │ │ │ │ │ ├── UserRoleAssignment.aspx.designer.cs
│ │ │ │ │ │ ├── UserType.aspx
│ │ │ │ │ │ ├── UserType.aspx.cs
│ │ │ │ │ │ └── UserType.aspx.designer.cs
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── adminLeftArrow.gif
│ │ │ │ │ │ ├── admin_top_bg.gif
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg2.gif
│ │ │ │ │ │ ├── bg3.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── bottombg.gif
│ │ │ │ │ │ ├── btnreview.GIF
│ │ │ │ │ │ ├── button_add.gif
│ │ │ │ │ │ ├── button_back.gif
│ │ │ │ │ │ ├── button_cancel.gif
│ │ │ │ │ │ ├── button_close.gif
│ │ │ │ │ │ ├── button_del.gif
│ │ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ │ ├── button-join.gif
│ │ │ │ │ │ ├── button-login.gif
│ │ │ │ │ │ ├── button_look.gif
│ │ │ │ │ │ ├── button_ok.gif
│ │ │ │ │ │ ├── button_save.gif
│ │ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ │ ├── button_sift.gif
│ │ │ │ │ │ ├── button_update.gif
│ │ │ │ │ │ ├── lan12.gif
│ │ │ │ │ │ ├── lan1.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── navspacer.gif
│ │ │ │ │ │ ├── skin2
│ │ │ │ │ │ │ ├── downbg.gif
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── topbar_01.jpg
│ │ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── topbg.gif
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── setpass.aspx
│ │ │ │ │ ├── setpass.aspx.cs
│ │ │ │ │ ├── setpass.aspx.designer.cs
│ │ │ │ │ ├── SetPass.aspx.resx
│ │ │ │ │ ├── style
│ │ │ │ │ │ ├── css.css
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── userinfo.aspx
│ │ │ │ │ ├── userinfo.aspx.cs
│ │ │ │ │ ├── userinfo.aspx.designer.cs
│ │ │ │ │ ├── userinfo.aspx.resx
│ │ │ │ │ ├── usermodify.aspx
│ │ │ │ │ ├── usermodify.aspx.cs
│ │ │ │ │ ├── usermodify.aspx.designer.cs
│ │ │ │ │ ├── usermodify.aspx.resx
│ │ │ │ │ ├── userpass.aspx
│ │ │ │ │ ├── userpass.aspx.cs
│ │ │ │ │ ├── userpass.aspx.designer.cs
│ │ │ │ │ ├── userPass.aspx.resx
│ │ │ │ │ ├── userupdate.aspx
│ │ │ │ │ ├── userupdate.aspx.cs
│ │ │ │ │ ├── userupdate.aspx.designer.cs
│ │ │ │ │ └── userupdate.aspx.resx
│ │ │ │ ├── Apps
│ │ │ │ │ ├── Add1.aspx
│ │ │ │ │ ├── Add1.aspx.cs
│ │ │ │ │ ├── Add1.aspx.resx
│ │ │ │ │ ├── Add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── Delete.aspx
│ │ │ │ │ ├── Delete.aspx.cs
│ │ │ │ │ ├── Delete.aspx.designer.cs
│ │ │ │ │ ├── Delete.aspx.resx
│ │ │ │ │ ├── Index.aspx
│ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ ├── Index.aspx.resx
│ │ │ │ │ ├── makesql.aspx
│ │ │ │ │ ├── makesql.aspx.cs
│ │ │ │ │ ├── makesql.aspx.designer.cs
│ │ │ │ │ ├── makesql.aspx.resx
│ │ │ │ │ ├── Modify.aspx
│ │ │ │ │ ├── Modify.aspx.cs
│ │ │ │ │ ├── Modify.aspx.designer.cs
│ │ │ │ │ ├── Modify.aspx.resx
│ │ │ │ │ ├── reg.aspx
│ │ │ │ │ ├── reg.aspx.cs
│ │ │ │ │ ├── reg.aspx.designer.cs
│ │ │ │ │ ├── reg.aspx.resx
│ │ │ │ │ ├── Search.aspx
│ │ │ │ │ ├── Search.aspx.cs
│ │ │ │ │ ├── Search.aspx.designer.cs
│ │ │ │ │ ├── Search.aspx.resx
│ │ │ │ │ ├── SetIsPass.aspx
│ │ │ │ │ ├── SetIsPass.aspx.cs
│ │ │ │ │ ├── SetIsPass.aspx.designer.cs
│ │ │ │ │ ├── SetIsPass.aspx.resx
│ │ │ │ │ ├── Show.aspx
│ │ │ │ │ ├── Show.aspx.cs
│ │ │ │ │ ├── Show.aspx.designer.cs
│ │ │ │ │ └── Show.aspx.resx
│ │ │ │ ├── Images
│ │ │ │ │ ├── 001.gif
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.gif
│ │ │ │ │ ├── 005.gif
│ │ │ │ │ ├── 006.gif
│ │ │ │ │ ├── 007.gif
│ │ │ │ │ ├── 008.gif
│ │ │ │ │ ├── 01
│ │ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ │ ├── pic_02.gif
│ │ │ │ │ │ ├── pic_03.gif
│ │ │ │ │ │ ├── pic_04.gif
│ │ │ │ │ │ ├── pic_05.gif
│ │ │ │ │ │ ├── pic_06.gif
│ │ │ │ │ │ ├── pic_07.gif
│ │ │ │ │ │ ├── pic_08.gif
│ │ │ │ │ │ ├── pic_09.gif
│ │ │ │ │ │ ├── pic_10.gif
│ │ │ │ │ │ ├── pic_11.gif
│ │ │ │ │ │ ├── pic_12.gif
│ │ │ │ │ │ ├── pic_13.gif
│ │ │ │ │ │ ├── pic_butten_01.gif
│ │ │ │ │ │ ├── pic_left_01.gif
│ │ │ │ │ │ ├── pic_right_01.gif
│ │ │ │ │ │ ├── pic_top_01.gif
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 02
│ │ │ │ │ │ ├── BB.gif
│ │ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ │ ├── pic_02.gif
│ │ │ │ │ │ ├── pic_03.gif
│ │ │ │ │ │ ├── pic_04.gif
│ │ │ │ │ │ ├── pic_05.gif
│ │ │ │ │ │ ├── pic_bg_01.gif
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 03
│ │ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ │ ├── bg_pic_02.gif
│ │ │ │ │ │ ├── bg_pic_03.gif
│ │ │ │ │ │ ├── bg_pic_04_01.gif
│ │ │ │ │ │ ├── bg_pic_04_01.JPG
│ │ │ │ │ │ ├── bg_pic_04_02.gif
│ │ │ │ │ │ ├── bg_pic_04_03.gif
│ │ │ │ │ │ ├── bg_pic_04.gif
│ │ │ │ │ │ ├── bg_pic_05.gif
│ │ │ │ │ │ ├── bg_pic_06.gif
│ │ │ │ │ │ ├── logo_pic_01.gif
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 04
│ │ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ │ ├── bg_pic_02.gif
│ │ │ │ │ │ ├── bg_pic_03.gif
│ │ │ │ │ │ ├── bg_pic_04.gif
│ │ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── 131.gif
│ │ │ │ │ ├── 1.swf
│ │ │ │ │ ├── 268.gif
│ │ │ │ │ ├── 269.gif
│ │ │ │ │ ├── 270.gif
│ │ │ │ │ ├── 271.gif
│ │ │ │ │ ├── 272.gif
│ │ │ │ │ ├── 273.gif
│ │ │ │ │ ├── 274.gif
│ │ │ │ │ ├── 275.gif
│ │ │ │ │ ├── 276.gif
│ │ │ │ │ ├── 277.gif
│ │ │ │ │ ├── 278.gif
│ │ │ │ │ ├── 279.gif
│ │ │ │ │ ├── 280.gif
│ │ │ │ │ ├── 281.gif
│ │ │ │ │ ├── 282.gif
│ │ │ │ │ ├── 283.gif
│ │ │ │ │ ├── 284.gif
│ │ │ │ │ ├── about16.gif
│ │ │ │ │ ├── about32.gif
│ │ │ │ │ ├── add16.gif
│ │ │ │ │ ├── add32.gif
│ │ │ │ │ ├── arrow2.gif
│ │ │ │ │ ├── a_te01.gif
│ │ │ │ │ ├── a_te02.gif
│ │ │ │ │ ├── b12.gif
│ │ │ │ │ ├── b1.gif
│ │ │ │ │ ├── b3.gif
│ │ │ │ │ ├── b4.gif
│ │ │ │ │ ├── b5.gif
│ │ │ │ │ ├── bar_00.gif
│ │ │ │ │ ├── bar_01.gif
│ │ │ │ │ ├── bar_02.gif
│ │ │ │ │ ├── bar_03.gif
│ │ │ │ │ ├── bar_04.gif
│ │ │ │ │ ├── bar_05.gif
│ │ │ │ │ ├── bar_06.gif
│ │ │ │ │ ├── bar_07.gif
│ │ │ │ │ ├── bar_08.gif
│ │ │ │ │ ├── bar_09.gif
│ │ │ │ │ ├── bar_10.gif
│ │ │ │ │ ├── Briefcase16.gif
│ │ │ │ │ ├── Briefcase32.gif
│ │ │ │ │ ├── btnreview.GIF
│ │ │ │ │ ├── button_add.gif
│ │ │ │ │ ├── button_cancel.gif
│ │ │ │ │ ├── button_del.gif
│ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ ├── button.gif
│ │ │ │ │ ├── button_save.gif
│ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ ├── card16.gif
│ │ │ │ │ ├── card32.gif
│ │ │ │ │ ├── company16.gif
│ │ │ │ │ ├── company32.gif
│ │ │ │ │ ├── css.css
│ │ │ │ │ ├── dbsx_01.gif
│ │ │ │ │ ├── dbsx_02.gif
│ │ │ │ │ ├── desktop_01.gif
│ │ │ │ │ ├── desktop_02.gif
│ │ │ │ │ ├── desktop_03.gif
│ │ │ │ │ ├── desktop16.gif
│ │ │ │ │ ├── desktop32.gif
│ │ │ │ │ ├── dsj16.gif
│ │ │ │ │ ├── dsj32.gif
│ │ │ │ │ ├── f3.gif
│ │ │ │ │ ├── f4.gif
│ │ │ │ │ ├── find16.gif
│ │ │ │ │ ├── find32.gif
│ │ │ │ │ ├── firstpage_01.gif
│ │ │ │ │ ├── firstpage_02.gif
│ │ │ │ │ ├── firstpage_03.gif
│ │ │ │ │ ├── folder16.gif
│ │ │ │ │ ├── help16.gif
│ │ │ │ │ ├── image.gif
│ │ │ │ │ ├── in_bg.gif
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── Loading.gif
│ │ │ │ │ ├── login.css
│ │ │ │ │ ├── MenuImg
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── about16.gif
│ │ │ │ │ │ ├── bbs16.gif
│ │ │ │ │ │ ├── Briefcase16.gif
│ │ │ │ │ │ ├── find16.gif
│ │ │ │ │ │ ├── folder16.gif
│ │ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ │ ├── ger16.gif
│ │ │ │ │ │ ├── help16.gif
│ │ │ │ │ │ ├── news16.gif
│ │ │ │ │ │ ├── out16.gif
│ │ │ │ │ │ ├── Programs16.gif
│ │ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── ts16.gif
│ │ │ │ │ │ ├── user16.gif
│ │ │ │ │ │ ├── vote16.gif
│ │ │ │ │ │ ├── vssver.scc
│ │ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ │ └── zjsp16.gif
│ │ │ │ │ ├── minus.gif
│ │ │ │ │ ├── minus.jpg
│ │ │ │ │ ├── module16.gif
│ │ │ │ │ ├── module32.gif
│ │ │ │ │ ├── myfile16.gif
│ │ │ │ │ ├── myfile32.gif
│ │ │ │ │ ├── news16.gif
│ │ │ │ │ ├── news32.gif
│ │ │ │ │ ├── news.gif
│ │ │ │ │ ├── onecard16.gif
│ │ │ │ │ ├── onecard32.gif
│ │ │ │ │ ├── out16.gif
│ │ │ │ │ ├── out32.gif
│ │ │ │ │ ├── plan16.gif
│ │ │ │ │ ├── plan32.gif
│ │ │ │ │ ├── plantal16.gif
│ │ │ │ │ ├── plantal32.gif
│ │ │ │ │ ├── plus.gif
│ │ │ │ │ ├── plus.jpg
│ │ │ │ │ ├── point07.gif
│ │ │ │ │ ├── PRINTER.GIF
│ │ │ │ │ ├── Programs16.gif
│ │ │ │ │ ├── Programs32.gif
│ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ ├── quanx32.gif
│ │ │ │ │ ├── right-bj-1.gif
│ │ │ │ │ ├── right-bj-2.gif
│ │ │ │ │ ├── right-bj-3.gif
│ │ │ │ │ ├── right-bj.gif
│ │ │ │ │ ├── script.GIF
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── tel16.gif
│ │ │ │ │ ├── tel32.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ts16.gif
│ │ │ │ │ ├── ts32.gif
│ │ │ │ │ ├── tubiao_01.GIF
│ │ │ │ │ ├── tubiao_02.gif
│ │ │ │ │ ├── tubiao.gif
│ │ │ │ │ ├── user16.gif
│ │ │ │ │ ├── user32.gif
│ │ │ │ │ ├── vote16.gif
│ │ │ │ │ ├── vote32.gif
│ │ │ │ │ ├── x16.gif
│ │ │ │ │ ├── x32.gif
│ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ ├── xinx32.gif
│ │ │ │ │ ├── yw16.gif
│ │ │ │ │ ├── yw32.gif
│ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ ├── zhut32.gif
│ │ │ │ │ ├── zjsp16.gif
│ │ │ │ │ └── zjsp32.gif
│ │ │ │ ├── Left.aspx
│ │ │ │ ├── Left.aspx.cs
│ │ │ │ ├── Left.aspx.designer.cs
│ │ │ │ ├── Left.aspx.resx
│ │ │ │ ├── Main.aspx
│ │ │ │ ├── Main.aspx.cs
│ │ │ │ ├── Main.aspx.designer.cs
│ │ │ │ ├── Main.aspx.resx
│ │ │ │ ├── Main.htm
│ │ │ │ ├── ShowCallBoard.aspx
│ │ │ │ ├── ShowCallBoard.aspx.cs
│ │ │ │ ├── ShowCallBoard.aspx.designer.cs
│ │ │ │ ├── ShowCallBoard.aspx.resx
│ │ │ │ ├── Spliter.aspx
│ │ │ │ ├── Spliter.aspx.cs
│ │ │ │ ├── Spliter.aspx.designer.cs
│ │ │ │ ├── Spliter.aspx.resx
│ │ │ │ ├── Style.css
│ │ │ │ ├── SysManage
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── add.aspx.cs
│ │ │ │ │ ├── add.aspx.designer.cs
│ │ │ │ │ ├── add.aspx.resx
│ │ │ │ │ ├── CheckBox.js
│ │ │ │ │ ├── delete.aspx
│ │ │ │ │ ├── delete.aspx.cs
│ │ │ │ │ ├── delete.aspx.designer.cs
│ │ │ │ │ ├── delete.aspx.resx
│ │ │ │ │ ├── IndexTree.aspx
│ │ │ │ │ ├── IndexTree.aspx.cs
│ │ │ │ │ ├── IndexTree.aspx.designer.cs
│ │ │ │ │ ├── logindex.aspx
│ │ │ │ │ ├── LogIndex.aspx.cs
│ │ │ │ │ ├── LogIndex.aspx.designer.cs
│ │ │ │ │ ├── LogIndex.aspx.resx
│ │ │ │ │ ├── logshow.aspx
│ │ │ │ │ ├── LogShow.aspx.cs
│ │ │ │ │ ├── LogShow.aspx.designer.cs
│ │ │ │ │ ├── LogShow.aspx.resx
│ │ │ │ │ ├── makesql.aspx
│ │ │ │ │ ├── makesql.aspx.cs
│ │ │ │ │ ├── makesql.aspx.designer.cs
│ │ │ │ │ ├── makesql.aspx.resx
│ │ │ │ │ ├── modify.aspx
│ │ │ │ │ ├── modify.aspx.cs
│ │ │ │ │ ├── modify.aspx.designer.cs
│ │ │ │ │ ├── modify.aspx.resx
│ │ │ │ │ ├── search.aspx
│ │ │ │ │ ├── search.aspx.cs
│ │ │ │ │ ├── search.aspx.designer.cs
│ │ │ │ │ ├── search.aspx.resx
│ │ │ │ │ ├── show.aspx
│ │ │ │ │ ├── show.aspx.cs
│ │ │ │ │ ├── show.aspx.designer.cs
│ │ │ │ │ ├── show.aspx.resx
│ │ │ │ │ ├── treelist.aspx
│ │ │ │ │ ├── treelist.aspx.cs
│ │ │ │ │ ├── treelist.aspx.designer.cs
│ │ │ │ │ └── treelist.aspx.resx
│ │ │ │ ├── toindex.aspx
│ │ │ │ ├── toindex.aspx.cs
│ │ │ │ ├── toindex.aspx.designer.cs
│ │ │ │ ├── toindex.aspx.resx
│ │ │ │ ├── Top.aspx
│ │ │ │ ├── Top.aspx.cs
│ │ │ │ ├── Top.aspx.designer.cs
│ │ │ │ └── Top.aspx.resx
│ │ │ ├── bin
│ │ │ │ ├── LTP.Accounts.dll
│ │ │ │ ├── LTP.Common.dll
│ │ │ │ ├── LtpPageControl.dll
│ │ │ │ ├── Microsoft.Web.UI.WebControls.DLL
│ │ │ │ ├── SSO.Service.dll
│ │ │ │ └── SSO.SSOClass.dll
│ │ │ ├── Components
│ │ │ │ ├── Assistant.cs
│ │ │ │ └── PubConstant.cs
│ │ │ ├── Controls
│ │ │ │ ├── CheckRight.ascx
│ │ │ │ ├── CheckRight.ascx.cs
│ │ │ │ ├── CheckRight.ascx.designer.cs
│ │ │ │ ├── CheckRight.ascx.resx
│ │ │ │ ├── CopyRight.ascx
│ │ │ │ ├── CopyRight.ascx.cs
│ │ │ │ ├── CopyRight.ascx.designer.cs
│ │ │ │ └── CopyRight.ascx.resx
│ │ │ ├── css.css
│ │ │ ├── Default.css
│ │ │ ├── ErrorMsg.aspx
│ │ │ ├── ErrorMsg.aspx.cs
│ │ │ ├── ErrorMsg.aspx.designer.cs
│ │ │ ├── ErrorMsg.aspx.resx
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── Images
│ │ │ │ ├── 001.gif
│ │ │ │ ├── 002.gif
│ │ │ │ ├── 003.gif
│ │ │ │ ├── 004.gif
│ │ │ │ ├── 005.gif
│ │ │ │ ├── 006.gif
│ │ │ │ ├── 007.gif
│ │ │ │ ├── 008.gif
│ │ │ │ ├── 01
│ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ ├── pic_02.gif
│ │ │ │ │ ├── pic_03.gif
│ │ │ │ │ ├── pic_04.gif
│ │ │ │ │ ├── pic_05.gif
│ │ │ │ │ ├── pic_06.gif
│ │ │ │ │ ├── pic_07.gif
│ │ │ │ │ ├── pic_08.gif
│ │ │ │ │ ├── pic_09.gif
│ │ │ │ │ ├── pic_10.gif
│ │ │ │ │ ├── pic_11.gif
│ │ │ │ │ ├── pic_12.gif
│ │ │ │ │ ├── pic_13.gif
│ │ │ │ │ ├── pic_butten_01.gif
│ │ │ │ │ ├── pic_left_01.gif
│ │ │ │ │ ├── pic_right_01.gif
│ │ │ │ │ ├── pic_top_01.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 02
│ │ │ │ │ ├── BB.gif
│ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ ├── pic_02.gif
│ │ │ │ │ ├── pic_03.gif
│ │ │ │ │ ├── pic_04.gif
│ │ │ │ │ ├── pic_05.gif
│ │ │ │ │ ├── pic_bg_01.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 03
│ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ ├── bg_pic_02.gif
│ │ │ │ │ ├── bg_pic_03.gif
│ │ │ │ │ ├── bg_pic_04_01.gif
│ │ │ │ │ ├── bg_pic_04_01.JPG
│ │ │ │ │ ├── bg_pic_04_02.gif
│ │ │ │ │ ├── bg_pic_04_03.gif
│ │ │ │ │ ├── bg_pic_04.gif
│ │ │ │ │ ├── bg_pic_05.gif
│ │ │ │ │ ├── bg_pic_06.gif
│ │ │ │ │ ├── logo_pic_01.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 04
│ │ │ │ │ ├── bg_pic_01.gif
│ │ │ │ │ ├── bg_pic_02.gif
│ │ │ │ │ ├── bg_pic_03.gif
│ │ │ │ │ ├── bg_pic_04.gif
│ │ │ │ │ ├── pic_01.gif
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── 131.gif
│ │ │ │ ├── 1.swf
│ │ │ │ ├── 268.gif
│ │ │ │ ├── 269.gif
│ │ │ │ ├── 270.gif
│ │ │ │ ├── 271.gif
│ │ │ │ ├── 272.gif
│ │ │ │ ├── 273.gif
│ │ │ │ ├── 274.gif
│ │ │ │ ├── 275.gif
│ │ │ │ ├── 276.gif
│ │ │ │ ├── 277.gif
│ │ │ │ ├── 278.gif
│ │ │ │ ├── 279.gif
│ │ │ │ ├── 280.gif
│ │ │ │ ├── 281.gif
│ │ │ │ ├── 282.gif
│ │ │ │ ├── 283.gif
│ │ │ │ ├── 284.gif
│ │ │ │ ├── about16.gif
│ │ │ │ ├── about32.gif
│ │ │ │ ├── add16.gif
│ │ │ │ ├── add32.gif
│ │ │ │ ├── arrow2.gif
│ │ │ │ ├── a_te01.gif
│ │ │ │ ├── a_te02.gif
│ │ │ │ ├── b12.gif
│ │ │ │ ├── b1.gif
│ │ │ │ ├── b3.gif
│ │ │ │ ├── b4.gif
│ │ │ │ ├── b5.gif
│ │ │ │ ├── bar_00.gif
│ │ │ │ ├── bar_01.gif
│ │ │ │ ├── bar_02.gif
│ │ │ │ ├── bar_03.gif
│ │ │ │ ├── bar_04.gif
│ │ │ │ ├── bar_05.gif
│ │ │ │ ├── bar_06.gif
│ │ │ │ ├── bar_07.gif
│ │ │ │ ├── bar_08.gif
│ │ │ │ ├── bar_09.gif
│ │ │ │ ├── bar_10.gif
│ │ │ │ ├── Briefcase16.gif
│ │ │ │ ├── Briefcase32.gif
│ │ │ │ ├── btnreview.GIF
│ │ │ │ ├── button_add.gif
│ │ │ │ ├── button_cancel.gif
│ │ │ │ ├── button_del.gif
│ │ │ │ ├── button_edit.gif
│ │ │ │ ├── button.gif
│ │ │ │ ├── button_save.gif
│ │ │ │ ├── button_search.GIF
│ │ │ │ ├── card16.gif
│ │ │ │ ├── card32.gif
│ │ │ │ ├── company16.gif
│ │ │ │ ├── company32.gif
│ │ │ │ ├── css.css
│ │ │ │ ├── dbsx_01.gif
│ │ │ │ ├── dbsx_02.gif
│ │ │ │ ├── desktop_01.gif
│ │ │ │ ├── desktop_02.gif
│ │ │ │ ├── desktop_03.gif
│ │ │ │ ├── desktop16.gif
│ │ │ │ ├── desktop32.gif
│ │ │ │ ├── dsj16.gif
│ │ │ │ ├── dsj32.gif
│ │ │ │ ├── f3.gif
│ │ │ │ ├── f4.gif
│ │ │ │ ├── find16.gif
│ │ │ │ ├── find32.gif
│ │ │ │ ├── firstpage_01.gif
│ │ │ │ ├── firstpage_02.gif
│ │ │ │ ├── firstpage_03.gif
│ │ │ │ ├── folder16.gif
│ │ │ │ ├── help16.gif
│ │ │ │ ├── image.gif
│ │ │ │ ├── in_bg.gif
│ │ │ │ ├── index.js
│ │ │ │ ├── Loading.gif
│ │ │ │ ├── login.css
│ │ │ │ ├── MenuImg
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── about16.gif
│ │ │ │ │ ├── bbs16.gif
│ │ │ │ │ ├── Briefcase16.gif
│ │ │ │ │ ├── find16.gif
│ │ │ │ │ ├── folder16.gif
│ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ ├── ger16.gif
│ │ │ │ │ ├── help16.gif
│ │ │ │ │ ├── news16.gif
│ │ │ │ │ ├── out16.gif
│ │ │ │ │ ├── Programs16.gif
│ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ts16.gif
│ │ │ │ │ ├── user16.gif
│ │ │ │ │ ├── vote16.gif
│ │ │ │ │ ├── vssver.scc
│ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ └── zjsp16.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── minus.jpg
│ │ │ │ ├── module16.gif
│ │ │ │ ├── module32.gif
│ │ │ │ ├── myfile16.gif
│ │ │ │ ├── myfile32.gif
│ │ │ │ ├── news16.gif
│ │ │ │ ├── news32.gif
│ │ │ │ ├── news.gif
│ │ │ │ ├── onecard16.gif
│ │ │ │ ├── onecard32.gif
│ │ │ │ ├── out16.gif
│ │ │ │ ├── out32.gif
│ │ │ │ ├── plan16.gif
│ │ │ │ ├── plan32.gif
│ │ │ │ ├── plantal16.gif
│ │ │ │ ├── plantal32.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── plus.jpg
│ │ │ │ ├── point07.gif
│ │ │ │ ├── PRINTER.GIF
│ │ │ │ ├── Programs16.gif
│ │ │ │ ├── Programs32.gif
│ │ │ │ ├── quanx16.gif
│ │ │ │ ├── quanx32.gif
│ │ │ │ ├── right-bj-1.gif
│ │ │ │ ├── right-bj-2.gif
│ │ │ │ ├── right-bj-3.gif
│ │ │ │ ├── right-bj.gif
│ │ │ │ ├── script.GIF
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── style.css
│ │ │ │ ├── tel16.gif
│ │ │ │ ├── tel32.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── ts16.gif
│ │ │ │ ├── ts32.gif
│ │ │ │ ├── tubiao_01.GIF
│ │ │ │ ├── tubiao_02.gif
│ │ │ │ ├── tubiao.gif
│ │ │ │ ├── user16.gif
│ │ │ │ ├── user32.gif
│ │ │ │ ├── vote16.gif
│ │ │ │ ├── vote32.gif
│ │ │ │ ├── x16.gif
│ │ │ │ ├── x32.gif
│ │ │ │ ├── xinx16.gif
│ │ │ │ ├── xinx32.gif
│ │ │ │ ├── yw16.gif
│ │ │ │ ├── yw32.gif
│ │ │ │ ├── zhut16.gif
│ │ │ │ ├── zhut32.gif
│ │ │ │ ├── zjsp16.gif
│ │ │ │ └── zjsp32.gif
│ │ │ ├── Index2.aspx
│ │ │ ├── Index2.aspx.cs
│ │ │ ├── Index2.aspx.resx
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Index.aspx.resx
│ │ │ ├── js
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── calendar.js
│ │ │ │ ├── css.css
│ │ │ │ ├── date.gif
│ │ │ │ ├── date.js
│ │ │ │ ├── imgbtn_Date.jpg
│ │ │ │ ├── vssver.scc
│ │ │ │ └── 未命名.JPG
│ │ │ ├── Lib
│ │ │ │ ├── LTP.Accounts.dll
│ │ │ │ ├── LTP.Common.dll
│ │ │ │ ├── LtpPageControl.dll
│ │ │ │ └── Microsoft.Web.UI.WebControls.DLL
│ │ │ ├── Login.aspx
│ │ │ ├── Login.aspx.cs
│ │ │ ├── Login.aspx.designer.cs
│ │ │ ├── Login.aspx.resx
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── Logout.aspx.designer.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RegApp.aspx
│ │ │ ├── RegApp.aspx.cs
│ │ │ ├── RegApp.aspx.designer.cs
│ │ │ ├── RegApp.aspx.resx
│ │ │ ├── RegAppUser.aspx
│ │ │ ├── RegAppUser.aspx.cs
│ │ │ ├── RegAppUser.aspx.designer.cs
│ │ │ ├── RegAppUser.aspx.resx
│ │ │ ├── Reg.aspx
│ │ │ ├── Reg.aspx.cs
│ │ │ ├── Reg.aspx.designer.cs
│ │ │ ├── Reg.aspx.resx
│ │ │ ├── Relogin.aspx
│ │ │ ├── Relogin.aspx.cs
│ │ │ ├── Relogin.aspx.designer.cs
│ │ │ ├── Relogin.aspx.resx
│ │ │ ├── Service.csproj
│ │ │ ├── Service.csproj.user
│ │ │ ├── Service.suo
│ │ │ ├── SessionState.aspx
│ │ │ ├── SessionState.aspx.cs
│ │ │ ├── SessionState.aspx.designer.cs
│ │ │ ├── SSOService.asmx
│ │ │ ├── SSOService.asmx.cs
│ │ │ ├── SSOService.asmx.resx
│ │ │ ├── style
│ │ │ │ └── css.css
│ │ │ ├── Style.css
│ │ │ ├── SysManage
│ │ │ │ ├── add.aspx
│ │ │ │ ├── add.aspx.cs
│ │ │ │ ├── add.aspx.designer.cs
│ │ │ │ ├── add.aspx.resx
│ │ │ │ ├── CheckBox.js
│ │ │ │ ├── delete.aspx
│ │ │ │ ├── delete.aspx.cs
│ │ │ │ ├── delete.aspx.designer.cs
│ │ │ │ ├── delete.aspx.resx
│ │ │ │ ├── LogIndex.aspx
│ │ │ │ ├── LogIndex.aspx.cs
│ │ │ │ ├── LogIndex.aspx.designer.cs
│ │ │ │ ├── LogIndex.aspx.resx
│ │ │ │ ├── LogShow.aspx
│ │ │ │ ├── LogShow.aspx.cs
│ │ │ │ ├── LogShow.aspx.designer.cs
│ │ │ │ ├── LogShow.aspx.resx
│ │ │ │ ├── makesql.aspx
│ │ │ │ ├── makesql.aspx.cs
│ │ │ │ ├── makesql.aspx.designer.cs
│ │ │ │ ├── makesql.aspx.resx
│ │ │ │ ├── modify.aspx
│ │ │ │ ├── modify.aspx.cs
│ │ │ │ ├── modify.aspx.designer.cs
│ │ │ │ ├── modify.aspx.resx
│ │ │ │ ├── search.aspx
│ │ │ │ ├── search.aspx.cs
│ │ │ │ ├── search.aspx.designer.cs
│ │ │ │ ├── search.aspx.resx
│ │ │ │ ├── show.aspx
│ │ │ │ ├── show.aspx.cs
│ │ │ │ ├── show.aspx.designer.cs
│ │ │ │ ├── show.aspx.resx
│ │ │ │ ├── treelist.aspx
│ │ │ │ ├── treelist.aspx.cs
│ │ │ │ ├── treelist.aspx.designer.cs
│ │ │ │ └── treelist.aspx.resx
│ │ │ ├── ToWebSite.aspx
│ │ │ ├── ToWebSite.aspx.cs
│ │ │ ├── ToWebSite.aspx.resx
│ │ │ ├── UserInfo
│ │ │ │ ├── Head.ascx
│ │ │ │ ├── Head.ascx.cs
│ │ │ │ ├── Head.ascx.designer.cs
│ │ │ │ ├── Head.ascx.resx
│ │ │ │ ├── RegApp.aspx
│ │ │ │ ├── RegApp.aspx.cs
│ │ │ │ ├── RegApp.aspx.designer.cs
│ │ │ │ ├── RegApp.aspx.resx
│ │ │ │ ├── RegAppUser.aspx
│ │ │ │ ├── RegAppUser.aspx.cs
│ │ │ │ ├── RegAppUser.aspx.designer.cs
│ │ │ │ ├── RegAppUser.aspx.resx
│ │ │ │ ├── userinfo.aspx
│ │ │ │ ├── userinfo.aspx.cs
│ │ │ │ ├── userinfo.aspx.designer.cs
│ │ │ │ ├── userinfo.aspx.resx
│ │ │ │ ├── usermodify.aspx
│ │ │ │ ├── usermodify.aspx.cs
│ │ │ │ ├── usermodify.aspx.designer.cs
│ │ │ │ ├── usermodify.aspx.resx
│ │ │ │ ├── userPass.aspx
│ │ │ │ ├── userPass.aspx.cs
│ │ │ │ ├── userPass.aspx.designer.cs
│ │ │ │ └── userPass.aspx.resx
│ │ │ ├── Validate.aspx
│ │ │ ├── Validate.aspx.cs
│ │ │ ├── Validate.aspx.designer.cs
│ │ │ ├── ValidateCode.aspx
│ │ │ ├── ValidateCode.aspx.cs
│ │ │ ├── ValidateCode.aspx.designer.cs
│ │ │ ├── ValidateCode.aspx.resx
│ │ │ ├── _vti_pvt
│ │ │ │ ├── access.cnf
│ │ │ │ ├── deptodoc.btr
│ │ │ │ ├── doctodep.btr
│ │ │ │ ├── service.cnf
│ │ │ │ ├── service.lck
│ │ │ │ ├── services.cnf
│ │ │ │ └── writeto.cnf
│ │ │ ├── Web.config
│ │ │ └── webctrl_client
│ │ │ └── 1_0
│ │ │ ├── Images
│ │ │ │ ├── folder.gif
│ │ │ │ ├── folderopen.gif
│ │ │ │ ├── html.gif
│ │ │ │ ├── root.gif
│ │ │ │ └── vssver2.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
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── white.gif
│ │ │ │ ├── T.gif
│ │ │ │ ├── Tminus.gif
│ │ │ │ ├── Tplus.gif
│ │ │ │ ├── vssver2.scc
│ │ │ │ └── white.gif
│ │ │ ├── treeview.htc
│ │ │ └── vssver2.scc
│ │ ├── SSOClass
│ │ │ ├── Apps.cs
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ └── SSO.SSOClass.dll
│ │ │ │ └── Release
│ │ │ │ └── SSO.SSOClass.dll
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── PubConstant.cs
│ │ │ ├── SSOClass.csproj
│ │ │ ├── SSOClass.csproj.user
│ │ │ ├── SysManage.cs
│ │ │ ├── UserApp.cs
│ │ │ └── UserAppUser.cs
│ │ ├── SSOLib
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Assistant.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ └── SSOLib.dll
│ │ │ │ └── Release
│ │ │ │ └── SSOLib.dll
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── SSOLib.csproj
│ │ │ ├── SSOLib.csproj.user
│ │ │ ├── SynPageBase.cs
│ │ │ ├── UrlOper.cs
│ │ │ └── ValidatePageBase.cs
│ │ ├── SSO.sln
│ │ └── SSO.suo
│ └── ch19 Tools
│ └── 动软代码生成器
│ ├── Codematic2.msi
│ ├── Win7无法启动解决方法.txt
│ ├── x64DLL
│ │ ├── System.Data.SQLite.DLL
│ │ ├── System.Data.SQLite.exp
│ │ └── System.Data.SQLite.lib
│ ├── 代码生成组件源码
│ │ ├── BuilderVS2008
│ │ │ ├── BuilderBLLComm
│ │ │ │ ├── BuilderBLLComm.csproj
│ │ │ │ ├── BuilderBLLComm.suo
│ │ │ │ ├── BuilderBLL.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDAELLProc
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALELProc.csproj
│ │ │ │ ├── BuilderDALELProc.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALELParam
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALELParam.csproj
│ │ │ │ ├── BuilderDALELParam.suo
│ │ │ │ ├── BuilderDALParam.suo
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALELSQL
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALELSQL.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALIBatisNet
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALIBatisNet.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALIBatisNetMapXML
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALIBatisNetMapXML.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALParam
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALParam.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALProc
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALProc.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALSQL
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALSQL.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALTranParam
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALTranParam.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderModel
│ │ │ │ ├── BuilderModel.cs
│ │ │ │ ├── BuilderModel.csproj
│ │ │ │ ├── BuilderModelT.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Builder.sln
│ │ │ ├── Builder.suo
│ │ │ ├── BuilderWeb
│ │ │ │ ├── BuilderWeb.cs
│ │ │ │ ├── BuilderWeb.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderWebMVC
│ │ │ │ ├── BuilderWeb.cs
│ │ │ │ ├── BuilderWebMVC.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Lib
│ │ │ │ ├── Maticsoft.CodeHelper.dll
│ │ │ │ ├── Maticsoft.IBuilder.dll
│ │ │ │ ├── Maticsoft.IDBO.dll
│ │ │ │ └── Maticsoft.Utility.dll
│ │ │ └── 说明.txt
│ │ ├── BuilderVS2010精简版
│ │ │ ├── BuilderBLLComm
│ │ │ │ ├── BuilderBLLComm.csproj
│ │ │ │ ├── BuilderBLLComm.csproj.user
│ │ │ │ ├── BuilderBLLComm.suo
│ │ │ │ ├── BuilderBLL.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALParam
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALParam.csproj
│ │ │ │ ├── BuilderDALParam.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALProc
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALProc.csproj
│ │ │ │ ├── BuilderDALProc.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALSQL
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALSQL.csproj
│ │ │ │ ├── BuilderDALSQL.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderDALTranParam
│ │ │ │ ├── BuilderDAL.cs
│ │ │ │ ├── BuilderDALTranParam.csproj
│ │ │ │ ├── BuilderDALTranParam.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderIDAL
│ │ │ │ ├── BuilderIDAL.cs
│ │ │ │ ├── BuilderIDAL.csproj
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── BuilderModel
│ │ │ │ ├── BuilderModel.cs
│ │ │ │ ├── BuilderModel.csproj
│ │ │ │ ├── BuilderModel.csproj.user
│ │ │ │ ├── BuilderModelT.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Builder.sln
│ │ │ ├── Builder.suo
│ │ │ ├── BuilderWeb
│ │ │ │ ├── BuilderWeb.cs
│ │ │ │ ├── BuilderWeb.csproj
│ │ │ │ ├── BuilderWeb.csproj.user
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Lib
│ │ │ │ ├── Maticsoft.CodeHelper.dll
│ │ │ │ ├── Maticsoft.IBuilder.dll
│ │ │ │ ├── Maticsoft.IDBO.dll
│ │ │ │ └── Maticsoft.Utility.dll
│ │ │ └── 说明.txt
│ │ └── 说明.txt
│ ├── 加解密工具
│ │ ├── config.ini
│ │ ├── DEncryptTool
│ │ │ ├── DEncryptTool.csproj
│ │ │ ├── DEncryptTool.sln
│ │ │ ├── DEncryptTool.suo
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── DEncryptTool.exe
│ ├── 数据库
│ │ ├── Codematic_Data.MDF
│ │ ├── Codematic_Log.LDF
│ │ └── DB.sql
│ └── 说明.txt
├── 数据库
│ ├── Codematic_Data.MDF
│ ├── Codematic_Log.LDF
│ ├── SSO_Data.MDF
│ ├── SSO_Log.LDF
│ └── 数据库使用方法.txt
├── 说明.txt
└── 通用类库源码
├── Common
│ ├── bin
│ │ └── Release
│ │ ├── dotnetCHARTING.dll
│ │ ├── LTP.Common.dll
│ │ └── OpenSmtp.dll
│ ├── ChartHelper.cs
│ ├── Common.csproj
│ ├── Common.sln
│ ├── Common.suo
│ ├── ConfigHelper.cs
│ ├── DataCache.cs
│ ├── DEncrypt
│ │ ├── DEncrypt.cs
│ │ ├── DESEncrypt.cs
│ │ ├── HashEncode.cs
│ │ ├── RSACryption.cs
│ │ └── vssver2.scc
│ ├── HttpProc.cs
│ ├── INIFile.cs
│ ├── Lib
│ │ ├── dotnetCHARTING.dll
│ │ ├── OpenSmtp.dll
│ │ └── vssver2.scc
│ ├── MailSender.cs
│ ├── MessageBox.cs
│ ├── PageBase.cs
│ ├── PageValidate.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── RMB.cs
│ ├── StringPlus.cs
│ ├── TimeParser.cs
│ ├── UrlOper.cs
│ └── vssver2.scc
├── DBUtility
│ ├── BaseSqlMapDao.cs
│ ├── bin
│ │ └── Release
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── Maticsoft.DBUtility.dll
│ │ └── MySql.Data.dll
│ ├── CommandInfo.cs
│ ├── DbHelperMySQL.cs
│ ├── DbHelperOleDb.cs
│ ├── DbHelperOra.cs
│ ├── DbHelperSQL2.cs
│ ├── DbHelperSQL.cs
│ ├── DbHelperSQLP.cs
│ ├── DBUtility.csproj
│ ├── DBUtility.csproj.user
│ ├── DBUtility.sln
│ ├── DBUtility.suo
│ ├── DESEncrypt.cs
│ ├── Lib
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ └── MySql.Data.dll
│ ├── OracleHelper.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── PubConstant.cs
│ ├── SQLHelper.cs
│ └── vssver2.scc
├── LtpPageControl
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Release
│ │ └── LtpPageControl.dll
│ ├── LtpPageControl.csproj
│ ├── LtpPageControl.csproj.user
│ ├── LtpPageControl.sln
│ ├── LtpPageControl.suo
│ ├── Navigation01.cs
│ ├── Page01.cs
│ ├── Page02.cs
│ └── Page03.cs
└── readme.txt
725 directories, 4616 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论