在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 动软.Net代码生成器(.Net 2.0版)源码

动软.Net代码生成器(.Net 2.0版)源码

一般编程问题

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

实例介绍

【实例简介】
动软.NET代码生成器 源码开放了!转眼间,动软经历了几年的风风雨雨,得到了众多网友们的支持和厚爱。同时也结识了很多的朋友,虽然几年的update很辛苦,但有这么多朋友的支持和鼓励,也甚感欣慰。为感谢众多网友对该软件的支持,现在正式开放源码。希望它能带给大家和更多的朋友更大的帮助,也不枉这么多年开发...
【实例截图】
【核心代码】
16359647696698568106.rar
└── Codematic2源码
├── AddInManager
│   ├── AddIn.cs
│   ├── AddInManager.csproj
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Builder
│   ├── BuilderBLLComm
│   │   ├── BuilderBLLComm.csproj
│   │   ├── BuilderBLL.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDAELLProc
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALELProc.csproj
│   │   ├── BuilderDALELProc.csproj.user
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALELParam
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALELParam.csproj
│   │   ├── BuilderDALELParam.sln
│   │   ├── BuilderDALELParam.suo
│   │   ├── BuilderDALParam.suo
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALELSQL
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALELSQL.csproj
│   │   ├── LTP.BuilderDALELSQL.csproj.user
│   │   └── 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
│   ├── BuilderDALTranProc
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALTranProc.csproj
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderDALTranSQL
│   │   ├── BuilderDAL.cs
│   │   ├── BuilderDALTranSQL.csproj
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderModel
│   │   ├── BuilderModel.cs
│   │   ├── BuilderModel.csproj
│   │   ├── BuilderModelT.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderWeb
│   │   ├── BuilderWeb.cs
│   │   ├── BuilderWeb.csproj
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── BuilderWebMVC
│   │   ├── BuilderWeb.cs
│   │   ├── BuilderWebMVC.csproj
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   └── Lib
│   ├── LTP.BuilderBLLComm.dll
│   ├── LTP.BuilderDALELParam.dll
│   ├── LTP.BuilderDALELProc.dll
│   ├── LTP.BuilderDALELSQL.dll
│   ├── LTP.BuilderDALIBatisNet.dll
│   ├── LTP.BuilderDALIBatisNetMapXML.dll
│   ├── LTP.BuilderDALParam.dll
│   ├── LTP.BuilderDALProc.dll
│   ├── LTP.BuilderDALSQL.dll
│   ├── LTP.BuilderDALTranParam.dll
│   ├── LTP.BuilderDALTranProc.dll
│   ├── LTP.BuilderDALTranSQL.dll
│   ├── LTP.BuilderModel.dll
│   ├── LTP.BuilderWeb.dll
│   ├── LTP.BuilderWebMVC.dll
│   ├── LTP.CodeHelper.dll
│   ├── LTP.IBuilder.dll
│   ├── LTP.IDBO.dll
│   └── LTP.Utility.dll
├── CmConfig
│   ├── AppConfig.cs
│   ├── CmConfig.csproj
│   ├── Config.cs
│   ├── DbConfig.cs
│   ├── ProjectCfg.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CodeBuild
│   ├── AssemblyInfo.cs
│   ├── BuilderBLL.cs
│   ├── BuilderDAL.cs
│   ├── BuilderFactory.cs
│   ├── BuilderFrame.cs
│   ├── BuilderFrameF3.cs
│   ├── BuilderFrameOne.cs
│   ├── BuilderFrameS3.cs
│   ├── BuilderModel.cs
│   ├── BuilderModelT.cs
│   ├── BuilderTemp.cs
│   ├── BuilderWeb.cs
│   ├── BuilderWebs.cs
│   ├── CodeBuild.csproj
│   ├── CodeBuild.csproj.user
│   ├── CodeBuilders.cs
│   └── CodeCommon.cs
├── CodeHelper
│   ├── CodeCommon.cs
│   ├── CodeHelper.csproj
│   ├── CodeKeys.cs
│   ├── ColumnInfo.cs
│   ├── NameRule.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── TableInfo.cs
├── CodeMatic
│   ├── app.config
│   ├── app.ico
│   ├── bin
│   │   ├── Debug
│   │   │   ├── appconfig.config
│   │   │   ├── BaseClass
│   │   │   │   ├── ConfigHelper.cs
│   │   │   │   ├── DataCache.cs
│   │   │   │   ├── DbHelperOleDb.cs
│   │   │   │   ├── DbHelperOra.cs
│   │   │   │   ├── DbHelperSQL.cs
│   │   │   │   ├── MessageBox.cs
│   │   │   │   ├── PageValidate.cs
│   │   │   │   ├── UP_GetRecordByPageOrder.txt
│   │   │   │   └── UP_GetRecordByPage.txt
│   │   │   ├── cmcfg.ini
│   │   │   ├── CodeDAL.addin
│   │   │   ├── Codematic.exe
│   │   │   ├── Codematic.exe.config
│   │   │   ├── Codematic.suo
│   │   │   ├── config.config
│   │   │   ├── config.xml
│   │   │   ├── datatype.ini
│   │   │   ├── DbSetting.config
│   │   │   ├── de
│   │   │   │   └── Codematic.resources.dll
│   │   │   ├── hotkey.config
│   │   │   ├── ICSharpCode.TextEditor.dll
│   │   │   ├── ICSharpCode.TextEditor.dll.config
│   │   │   ├── img
│   │   │   ├── logInfo.txt
│   │   │   ├── LTP.BuilderBLLComm.dll
│   │   │   ├── LTP.BuilderDALELParam.dll
│   │   │   ├── LTP.BuilderDALELProc.dll
│   │   │   ├── LTP.BuilderDALELSQL.dll
│   │   │   ├── LTP.BuilderDALIBatisNet.dll
│   │   │   ├── LTP.BuilderDALIBatisNetMapXML.dll
│   │   │   ├── LTP.BuilderDALParam.dll
│   │   │   ├── LTP.BuilderDALProc.dll
│   │   │   ├── LTP.BuilderDALSQL.dll
│   │   │   ├── LTP.BuilderDALTranParam.dll
│   │   │   ├── LTP.BuilderModel.dll
│   │   │   ├── LTP.BuilderWeb.dll
│   │   │   ├── LTP.CmConfig.dll
│   │   │   ├── LTP.CodeBuild.dll
│   │   │   ├── LTP.CodeHelper.dll
│   │   │   ├── LTP.ConvertCS2VB.dll
│   │   │   ├── LTP.DBFactory.dll
│   │   │   ├── LTP.DbObjects.dll
│   │   │   ├── LTP.IBuilder.dll
│   │   │   ├── LTP.IDBO.dll
│   │   │   ├── LTP.TextEditor.dll
│   │   │   ├── LTPTextEditor.dll
│   │   │   ├── LTP.Utility.dll
│   │   │   ├── MagicLibrary.dll
│   │   │   ├── Maticsoft.AddInManager.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── PinkieControls.dll
│   │   │   ├── ProConfig.config
│   │   │   ├── Snippets.xml
│   │   │   ├── System.Data.SQLite.DLL
│   │   │   ├── System.Data.SQLite.xml
│   │   │   ├── tableTemplate.xslt
│   │   │   ├── Template
│   │   │   │   ├── Class1.cs
│   │   │   │   ├── Class1.vb
│   │   │   │   ├── CodematicDemoF3
│   │   │   │   │   ├── BLL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   │   ├── Maticsoft.BLL.dll
│   │   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   │   ├── BLL.csproj.user
│   │   │   │   │   │   └── SysManage.cs
│   │   │   │   │   ├── CodematicDemoF3.sln
│   │   │   │   │   ├── CodematicDemoF3.suo
│   │   │   │   │   ├── DALFactory
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   │   └── Maticsoft.OracleDAL.dll
│   │   │   │   │   │   ├── DALFactory.csproj
│   │   │   │   │   │   ├── DALFactory.csproj.user
│   │   │   │   │   │   ├── DataAccess.cs
│   │   │   │   │   │   └── DataCache.cs
│   │   │   │   │   ├── DBUtility
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── 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
│   │   │   │   │   │   ├── OracleHelper.cs
│   │   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   │   └── SQLHelper.cs
│   │   │   │   │   ├── IDAL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   │   ├── IDAL.csproj
│   │   │   │   │   │   ├── IDAL.csproj.user
│   │   │   │   │   │   └── ISysManage.cs
│   │   │   │   │   ├── Lib
│   │   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   │   └── MySql.Data.dll
│   │   │   │   │   ├── Model
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   │   ├── Model.csproj
│   │   │   │   │   │   ├── Model.csproj.user
│   │   │   │   │   │   └── SysNode.cs
│   │   │   │   │   ├── OracleDAL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   │   └── Maticsoft.OracleDAL.dll
│   │   │   │   │   │   ├── OracleDAL.csproj
│   │   │   │   │   │   ├── OracleDAL.csproj.user
│   │   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   │   ├── SysManage1.cs
│   │   │   │   │   │   └── SysManage.cs
│   │   │   │   │   ├── SQLServerDAL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── Release
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   │   └── Maticsoft.SQLServerDAL.dll
│   │   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   │   ├── SQLServerDAL.csproj
│   │   │   │   │   │   ├── SQLServerDAL.csproj.user
│   │   │   │   │   │   ├── SysManage1.cs
│   │   │   │   │   │   └── SysManage.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
│   │   │   │   │   │   │   │   ├── Controls
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   │   ├── navspacer.gif
│   │   │   │   │   │   │   │   │   ├── skin2
│   │   │   │   │   │   │   │   │   │   ├── downbg.gif
│   │   │   │   │   │   │   │   │   │   └── topbar_01.jpg
│   │   │   │   │   │   │   │   │   └── topbg.gif
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── desktop_01.gif
│   │   │   │   │   │   │   │   ├── desktop_02.gif
│   │   │   │   │   │   │   │   ├── desktop_03.gif
│   │   │   │   │   │   │   │   ├── desktop16.gif
│   │   │   │   │   │   │   │   ├── dsj16.gif
│   │   │   │   │   │   │   │   ├── dsj32.gif
│   │   │   │   │   │   │   │   ├── f3.gif
│   │   │   │   │   │   │   │   ├── f4.gif
│   │   │   │   │   │   │   │   ├── find16.gif
│   │   │   │   │   │   │   │   ├── find32.gif
│   │   │   │   │   │   │   │   ├── folder16.gif
│   │   │   │   │   │   │   │   ├── folder32.gif
│   │   │   │   │   │   │   │   ├── foldergreen_16.gif
│   │   │   │   │   │   │   │   ├── gongg16.gif
│   │   │   │   │   │   │   │   ├── help16.gif
│   │   │   │   │   │   │   │   ├── help32.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
│   │   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── more1.gif
│   │   │   │   │   │   │   │   ├── myfile16.gif
│   │   │   │   │   │   │   │   ├── point07.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
│   │   │   │   │   │   │   │   ├── user16.gif
│   │   │   │   │   │   │   │   ├── vote16.gif
│   │   │   │   │   │   │   │   ├── x16.gif
│   │   │   │   │   │   │   │   ├── xinx16.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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── App_Themes
│   │   │   │   │   │   │   ├── BlueTheme
│   │   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   │   ├── Green2Theme
│   │   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   │   ├── GreenTheme
│   │   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   │   ├── PurpleTheme
│   │   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   │   └── RedTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   │   ├── Maticsoft.BLL.dll
│   │   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   │   ├── Maticsoft.OracleDAL.dll
│   │   │   │   │   │   │   └── Maticsoft.Web.dll
│   │   │   │   │   │   ├── Components
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── Default.aspx
│   │   │   │   │   │   ├── Default.aspx.cs
│   │   │   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   │   │   ├── Global.asax
│   │   │   │   │   │   ├── Global.asax.cs
│   │   │   │   │   │   ├── Global.asax.resx
│   │   │   │   │   │   ├── Images
│   │   │   │   │   │   │   ├── code1.JPG
│   │   │   │   │   │   │   ├── code2.JPG
│   │   │   │   │   │   │   ├── sts.gif
│   │   │   │   │   │   │   └── Thumbs.db
│   │   │   │   │   │   ├── MasterPage.master
│   │   │   │   │   │   ├── MasterPage.master.cs
│   │   │   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   ├── Style.css
│   │   │   │   │   │   ├── Web.config
│   │   │   │   │   │   ├── Web.csproj
│   │   │   │   │   │   ├── Web.csproj.user
│   │   │   │   │   │   └── webctrl_client
│   │   │   │   │   │   └── 1_0
│   │   │   │   │   │   ├── Images
│   │   │   │   │   │   │   ├── folder.gif
│   │   │   │   │   │   │   ├── folderopen.gif
│   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   └── root.gif
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   └── white.gif
│   │   │   │   │   │   │   ├── T.gif
│   │   │   │   │   │   │   ├── Tminus.gif
│   │   │   │   │   │   │   ├── Tplus.gif
│   │   │   │   │   │   │   └── white.gif
│   │   │   │   │   │   └── treeview.htc
│   │   │   │   │   └── 说明.txt
│   │   │   │   ├── CodematicDemoS3
│   │   │   │   │   ├── BLL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   │   └── BLL.csproj.user
│   │   │   │   │   ├── CodematicDemoS3.sln
│   │   │   │   │   ├── CodematicDemoS3.suo
│   │   │   │   │   ├── DAL
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── DAL.csproj
│   │   │   │   │   │   └── DAL.csproj.user
│   │   │   │   │   ├── DBUtility
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── CommandInfo.cs
│   │   │   │   │   │   ├── DbHelperMySQL.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
│   │   │   │   │   ├── Lib
│   │   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   │   └── MySql.Data.dll
│   │   │   │   │   ├── Model
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Model.csproj
│   │   │   │   │   │   └── Model.csproj.user
│   │   │   │   │   └── Web
│   │   │   │   │   ├── Admin
│   │   │   │   │   ├── App_Themes
│   │   │   │   │   │   ├── BlueTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── Green2Theme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── GreenTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── PurpleTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   └── RedTheme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── Components
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── Default.aspx
│   │   │   │   │   ├── Default.aspx.cs
│   │   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   │   ├── Global.asax
│   │   │   │   │   ├── Global.asax.cs
│   │   │   │   │   ├── Global.asax.resx
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── code2.JPG
│   │   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   │   └── top1.gif
│   │   │   │   │   ├── MasterPage.master
│   │   │   │   │   ├── MasterPage.master.cs
│   │   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── Style.css
│   │   │   │   │   ├── Web.config
│   │   │   │   │   ├── Web.csproj
│   │   │   │   │   └── Web.csproj.user
│   │   │   │   ├── CodematicDemoS3p
│   │   │   │   │   ├── BLL
│   │   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   │   ├── BLL.csproj.user
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── SysManage.cs
│   │   │   │   │   ├── CodematicDemoS3.sln
│   │   │   │   │   ├── CodematicDemoS3.suo
│   │   │   │   │   ├── Common
│   │   │   │   │   │   ├── Assistant.cs
│   │   │   │   │   │   ├── ChartHelper.cs
│   │   │   │   │   │   ├── Common.csproj
│   │   │   │   │   │   ├── Common.csproj.user
│   │   │   │   │   │   ├── Common.suo
│   │   │   │   │   │   ├── ConfigHelper.cs
│   │   │   │   │   │   ├── DataCache.cs
│   │   │   │   │   │   ├── DataToExcel.cs
│   │   │   │   │   │   ├── DEncrypt
│   │   │   │   │   │   │   ├── DEncrypt.cs
│   │   │   │   │   │   │   ├── DESEncrypt.cs
│   │   │   │   │   │   │   ├── HashEncode.cs
│   │   │   │   │   │   │   ├── RSACryption.cs
│   │   │   │   │   │   │   └── vssver2.scc
│   │   │   │   │   │   ├── HttpProc.cs
│   │   │   │   │   │   ├── INIFile.cs
│   │   │   │   │   │   ├── MailSender.cs
│   │   │   │   │   │   ├── MessageBox.cs
│   │   │   │   │   │   ├── PageBase.cs
│   │   │   │   │   │   ├── PageValidate.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   ├── RMB.cs
│   │   │   │   │   │   ├── StringPlus.cs
│   │   │   │   │   │   ├── TimeParser.cs
│   │   │   │   │   │   ├── UrlOper.cs
│   │   │   │   │   │   └── vssver2.scc
│   │   │   │   │   ├── DAL
│   │   │   │   │   │   ├── DAL.csproj
│   │   │   │   │   │   ├── DAL.csproj.user
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── SysManage.cs
│   │   │   │   │   ├── DBUtility
│   │   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   │   ├── CommandInfo.cs
│   │   │   │   │   │   ├── DbHelperMySQL.cs
│   │   │   │   │   │   ├── DbHelperOleDb.cs
│   │   │   │   │   │   ├── DbHelperOra.cs
│   │   │   │   │   │   ├── DbHelperSQL2.cs
│   │   │   │   │   │   ├── DbHelperSQL.cs
│   │   │   │   │   │   ├── DbHelperSQLP.cs
│   │   │   │   │   │   ├── DBUtility.csproj
│   │   │   │   │   │   ├── DBUtility.csproj.user
│   │   │   │   │   │   ├── DBUtility.suo
│   │   │   │   │   │   ├── DESEncrypt.cs
│   │   │   │   │   │   ├── OracleHelper.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   │   └── SQLHelper.cs
│   │   │   │   │   ├── Lib
│   │   │   │   │   │   ├── COM.Excel.dll
│   │   │   │   │   │   ├── Excel.dll
│   │   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Accounts.txt
│   │   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   │   ├── OpenSmtp.dll
│   │   │   │   │   │   └── OWC10Chart.dll
│   │   │   │   │   ├── Model
│   │   │   │   │   │   ├── Model.csproj
│   │   │   │   │   │   ├── Model.csproj.user
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   │   └── SysNode.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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── ger16.gif
│   │   │   │   │   │   │   ├── ger32.gif
│   │   │   │   │   │   │   ├── gongg16.gif
│   │   │   │   │   │   │   ├── gongg32.gif
│   │   │   │   │   │   │   ├── gongzkp16.gif
│   │   │   │   │   │   │   ├── gongzkp32.gif
│   │   │   │   │   │   │   ├── help16.gif
│   │   │   │   │   │   │   ├── help32.gif
│   │   │   │   │   │   │   ├── image.gif
│   │   │   │   │   │   │   ├── in_bg.gif
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── Controls
│   │   │   │   │   │   ├── checkright.ascx
│   │   │   │   │   │   ├── checkright.ascx.cs
│   │   │   │   │   │   ├── checkright.ascx.designer.cs
│   │   │   │   │   │   ├── copyright.ascx
│   │   │   │   │   │   ├── CopyRight.ascx.cs
│   │   │   │   │   │   └── CopyRight.ascx.designer.cs
│   │   │   │   │   ├── Default.aspx
│   │   │   │   │   ├── Default.aspx.cs
│   │   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   │   ├── Global.asax
│   │   │   │   │   ├── Global.asax.cs
│   │   │   │   │   ├── Global.asax.resx
│   │   │   │   │   ├── Images
│   │   │   │   │   │   └── Thumbs.db
│   │   │   │   │   ├── MasterPage.master
│   │   │   │   │   ├── MasterPage.master.cs
│   │   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── Style.css
│   │   │   │   │   ├── ValidateCode.aspx
│   │   │   │   │   ├── ValidateCode.aspx.cs
│   │   │   │   │   ├── ValidateCode.aspx.designer.cs
│   │   │   │   │   ├── Web.config
│   │   │   │   │   ├── Web.csproj
│   │   │   │   │   └── Web.csproj.user
│   │   │   │   ├── table.htm
│   │   │   │   ├── web
│   │   │   │   │   ├── Add.aspx
│   │   │   │   │   ├── Add.aspx.cs
│   │   │   │   │   ├── Add.aspx.designer.cs
│   │   │   │   │   ├── List.aspx
│   │   │   │   │   ├── List.aspx.cs
│   │   │   │   │   ├── List.aspx.designer.cs
│   │   │   │   │   ├── Modify.aspx
│   │   │   │   │   ├── Modify.aspx.cs
│   │   │   │   │   ├── Modify.aspx.designer.cs
│   │   │   │   │   ├── Show.aspx
│   │   │   │   │   ├── Show.aspx.cs
│   │   │   │   │   └── Show.aspx.designer.cs
│   │   │   │   ├── 复件 temp.xslt
│   │   │   │   ├── 默认模版2.cmt
│   │   │   │   └── 默认模版.cmt
│   │   │   ├── tempnewtxt.txt
│   │   │   ├── temprss.xml
│   │   │   ├── temptree.xml
│   │   │   ├── TextStyle
│   │   │   │   ├── ASPX.xshd
│   │   │   │   ├── CPP-Mode.xshd
│   │   │   │   ├── CSharp-Mode.xshd
│   │   │   │   ├── HTML-Mode.xshd
│   │   │   │   ├── ILAsm-Mode.xshd
│   │   │   │   ├── Java-Mode.xshd
│   │   │   │   ├── JavaScript-Mode.xshd
│   │   │   │   ├── Mode.xsd
│   │   │   │   ├── Mode.xsx
│   │   │   │   ├── PHP-Mode.xshd
│   │   │   │   ├── RightArrow.cur
│   │   │   │   ├── SQL-Mode.xshd
│   │   │   │   ├── SyntaxModes.xml
│   │   │   │   ├── VBNET-Mode.xshd
│   │   │   │   └── XML-Mode.xshd
│   │   │   ├── UpdateApp.exe
│   │   │   ├── Updatelist.ini
│   │   │   ├── UpdateVer.xml
│   │   │   └── 新建模版.cmt
│   │   └── Release
│   │   ├── appconfig.config
│   │   ├── BaseClass
│   │   │   ├── ConfigHelper.cs
│   │   │   ├── DataCache.cs
│   │   │   ├── DbHelperMySQL.cs
│   │   │   ├── DbHelperOleDb.cs
│   │   │   ├── DbHelperOra.cs
│   │   │   ├── DbHelperSQL2.cs
│   │   │   ├── DbHelperSQL.cs
│   │   │   ├── DbHelperSQLP.cs
│   │   │   ├── MessageBox.cs
│   │   │   ├── PageValidate.cs
│   │   │   ├── UP_GetRecordByPageOrder.txt
│   │   │   └── UP_GetRecordByPage.txt
│   │   ├── cmcfg.ini
│   │   ├── CodeDAL.addin
│   │   ├── Codematic.exe
│   │   ├── Codematic.exe.config
│   │   ├── Codematic.vshost.exe
│   │   ├── Codematic.vshost.exe.config
│   │   ├── Codematic.vshost.exe.manifest
│   │   ├── Codematic.XmlSerializers.dll
│   │   ├── Config.xml
│   │   ├── datatype.ini
│   │   ├── DbSetting.config
│   │   ├── de
│   │   │   └── Codematic.resources.dll
│   │   ├── help.url
│   │   ├── hotkey.config
│   │   ├── ICSharpCode.TextEditor.dll
│   │   ├── ICSharpCode.TextEditor.dll.config
│   │   ├── img
│   │   │   ├── help.ico
│   │   │   └── Thumbs.db
│   │   ├── LTP.BuilderBLLComm.dll
│   │   ├── LTP.BuilderDALELParam.dll
│   │   ├── LTP.BuilderDALELProc.dll
│   │   ├── LTP.BuilderDALELSQL.dll
│   │   ├── LTP.BuilderDALIBatisNet.dll
│   │   ├── LTP.BuilderDALIBatisNetMapXML.dll
│   │   ├── LTP.BuilderDALParam.dll
│   │   ├── LTP.BuilderDALProc.dll
│   │   ├── LTP.BuilderDALSQL.dll
│   │   ├── LTP.BuilderDALTranParam.dll
│   │   ├── LTP.BuilderModel.dll
│   │   ├── LTP.BuilderWeb.dll
│   │   ├── LTP.CmConfig.dll
│   │   ├── LTP.CodeBuild.dll
│   │   ├── LTP.CodeHelper.dll
│   │   ├── LTP.ConvertCS2VB.dll
│   │   ├── LTP.DBFactory.dll
│   │   ├── LTP.DbObjects.dll
│   │   ├── LTP.IBuilder.dll
│   │   ├── LTP.IDBO.dll
│   │   ├── LTP.TextEditor.dll
│   │   ├── LTPTextEditor.dll
│   │   ├── LTP.Utility.dll
│   │   ├── MagicLibrary.dll
│   │   ├── Maticsoft.AddInManager.dll
│   │   ├── MySql.Data.dll
│   │   ├── PinkieControls.dll
│   │   ├── ProConfig.config
│   │   ├── Snippets.xml
│   │   ├── System.Data.SQLite.DLL
│   │   ├── System.Data.SQLite.xml
│   │   ├── tableTemplate.xslt
│   │   ├── Template
│   │   │   ├── Class1.cs
│   │   │   ├── Class1.vb
│   │   │   ├── CodematicDemoF3
│   │   │   │   ├── BLL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── Maticsoft.BLL.dll
│   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   ├── BLL.csproj.user
│   │   │   │   │   └── SysManage.cs
│   │   │   │   ├── CodematicDemoF3.sln
│   │   │   │   ├── CodematicDemoF3.suo
│   │   │   │   ├── DALFactory
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   └── Maticsoft.OracleDAL.dll
│   │   │   │   │   ├── DALFactory.csproj
│   │   │   │   │   ├── DALFactory.csproj.user
│   │   │   │   │   ├── DataAccess.cs
│   │   │   │   │   └── DataCache.cs
│   │   │   │   ├── DBUtility
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── OracleHelper.cs
│   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   └── SQLHelper.cs
│   │   │   │   ├── IDAL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   ├── IDAL.csproj
│   │   │   │   │   ├── IDAL.csproj.user
│   │   │   │   │   └── ISysManage.cs
│   │   │   │   ├── Lib
│   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   └── MySql.Data.dll
│   │   │   │   ├── Model
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   └── Maticsoft.Model.dll
│   │   │   │   │   ├── Model.csproj
│   │   │   │   │   ├── Model.csproj.user
│   │   │   │   │   └── SysNode.cs
│   │   │   │   ├── OracleDAL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   └── Maticsoft.OracleDAL.dll
│   │   │   │   │   ├── OracleDAL.csproj
│   │   │   │   │   ├── OracleDAL.csproj.user
│   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   ├── SysManage1.cs
│   │   │   │   │   └── SysManage.cs
│   │   │   │   ├── SQLServerDAL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   └── Maticsoft.SQLServerDAL.dll
│   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   ├── SQLServerDAL.csproj
│   │   │   │   │   ├── SQLServerDAL.csproj.user
│   │   │   │   │   ├── SysManage1.cs
│   │   │   │   │   └── SysManage.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
│   │   │   │   │   │   │   ├── Controls
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── navspacer.gif
│   │   │   │   │   │   │   │   ├── skin2
│   │   │   │   │   │   │   │   │   ├── downbg.gif
│   │   │   │   │   │   │   │   │   └── topbar_01.jpg
│   │   │   │   │   │   │   │   └── topbg.gif
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── desktop_01.gif
│   │   │   │   │   │   │   ├── desktop_02.gif
│   │   │   │   │   │   │   ├── desktop_03.gif
│   │   │   │   │   │   │   ├── desktop16.gif
│   │   │   │   │   │   │   ├── dsj16.gif
│   │   │   │   │   │   │   ├── dsj32.gif
│   │   │   │   │   │   │   ├── f3.gif
│   │   │   │   │   │   │   ├── f4.gif
│   │   │   │   │   │   │   ├── find16.gif
│   │   │   │   │   │   │   ├── find32.gif
│   │   │   │   │   │   │   ├── folder16.gif
│   │   │   │   │   │   │   ├── folder32.gif
│   │   │   │   │   │   │   ├── foldergreen_16.gif
│   │   │   │   │   │   │   ├── gongg16.gif
│   │   │   │   │   │   │   ├── help16.gif
│   │   │   │   │   │   │   ├── help32.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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── more1.gif
│   │   │   │   │   │   │   ├── myfile16.gif
│   │   │   │   │   │   │   ├── point07.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
│   │   │   │   │   │   │   ├── user16.gif
│   │   │   │   │   │   │   ├── vote16.gif
│   │   │   │   │   │   │   ├── x16.gif
│   │   │   │   │   │   │   ├── xinx16.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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── App_Themes
│   │   │   │   │   │   ├── BlueTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── Green2Theme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── GreenTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   ├── PurpleTheme
│   │   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   │   └── Default.css
│   │   │   │   │   │   └── RedTheme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── CodematicDemo.IDAL.dll
│   │   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   │   ├── Maticsoft.BLL.dll
│   │   │   │   │   │   ├── Maticsoft.DALFactory.dll
│   │   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   │   ├── Maticsoft.Model.dll
│   │   │   │   │   │   ├── Maticsoft.OracleDAL.dll
│   │   │   │   │   │   └── Maticsoft.Web.dll
│   │   │   │   │   ├── Components
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── Default.aspx
│   │   │   │   │   ├── Default.aspx.cs
│   │   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   │   ├── Global.asax
│   │   │   │   │   ├── Global.asax.cs
│   │   │   │   │   ├── Global.asax.resx
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── code1.JPG
│   │   │   │   │   │   ├── code2.JPG
│   │   │   │   │   │   ├── sts.gif
│   │   │   │   │   │   └── Thumbs.db
│   │   │   │   │   ├── MasterPage.master
│   │   │   │   │   ├── MasterPage.master.cs
│   │   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── Style.css
│   │   │   │   │   ├── Web.config
│   │   │   │   │   ├── Web.csproj
│   │   │   │   │   ├── Web.csproj.user
│   │   │   │   │   └── webctrl_client
│   │   │   │   │   └── 1_0
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── folder.gif
│   │   │   │   │   │   ├── folderopen.gif
│   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   └── root.gif
│   │   │   │   │   ├── 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
│   │   │   │   │   │   │   └── white.gif
│   │   │   │   │   │   ├── T.gif
│   │   │   │   │   │   ├── Tminus.gif
│   │   │   │   │   │   ├── Tplus.gif
│   │   │   │   │   │   └── white.gif
│   │   │   │   │   └── treeview.htc
│   │   │   │   └── 说明.txt
│   │   │   ├── CodematicDemoS3
│   │   │   │   ├── BLL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   └── BLL.csproj.user
│   │   │   │   ├── CodematicDemoS3.sln
│   │   │   │   ├── CodematicDemoS3.suo
│   │   │   │   ├── DAL
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── DAL.csproj
│   │   │   │   │   └── DAL.csproj.user
│   │   │   │   ├── DBUtility
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── CommandInfo.cs
│   │   │   │   │   ├── DbHelperMySQL.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
│   │   │   │   ├── Lib
│   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   ├── LTP.Common.dll
│   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   ├── Maticsoft.DBUtility.dll
│   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   └── MySql.Data.dll
│   │   │   │   ├── Model
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── Model.csproj
│   │   │   │   │   └── Model.csproj.user
│   │   │   │   └── Web
│   │   │   │   ├── Admin
│   │   │   │   ├── App_Themes
│   │   │   │   │   ├── BlueTheme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   ├── Green2Theme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   ├── GreenTheme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   ├── PurpleTheme
│   │   │   │   │   │   ├── Control.skin
│   │   │   │   │   │   └── Default.css
│   │   │   │   │   └── RedTheme
│   │   │   │   │   ├── Control.skin
│   │   │   │   │   └── Default.css
│   │   │   │   ├── bin
│   │   │   │   ├── Components
│   │   │   │   ├── 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
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Default.aspx.cs
│   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Global.asax.cs
│   │   │   │   ├── Global.asax.resx
│   │   │   │   ├── Images
│   │   │   │   │   ├── code2.JPG
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── top1.gif
│   │   │   │   ├── MasterPage.master
│   │   │   │   ├── MasterPage.master.cs
│   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Style.css
│   │   │   │   ├── Web.config
│   │   │   │   ├── Web.csproj
│   │   │   │   └── Web.csproj.user
│   │   │   ├── CodematicDemoS3p
│   │   │   │   ├── BLL
│   │   │   │   │   ├── BLL.csproj
│   │   │   │   │   ├── BLL.csproj.user
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   └── SysManage.cs
│   │   │   │   ├── CodematicDemoS3.sln
│   │   │   │   ├── CodematicDemoS3.suo
│   │   │   │   ├── Common
│   │   │   │   │   ├── Assistant.cs
│   │   │   │   │   ├── ChartHelper.cs
│   │   │   │   │   ├── Common.csproj
│   │   │   │   │   ├── Common.csproj.user
│   │   │   │   │   ├── Common.suo
│   │   │   │   │   ├── ConfigHelper.cs
│   │   │   │   │   ├── DataCache.cs
│   │   │   │   │   ├── DataToExcel.cs
│   │   │   │   │   ├── DEncrypt
│   │   │   │   │   │   ├── DEncrypt.cs
│   │   │   │   │   │   ├── DESEncrypt.cs
│   │   │   │   │   │   ├── HashEncode.cs
│   │   │   │   │   │   ├── RSACryption.cs
│   │   │   │   │   │   └── vssver2.scc
│   │   │   │   │   ├── HttpProc.cs
│   │   │   │   │   ├── INIFile.cs
│   │   │   │   │   ├── MailSender.cs
│   │   │   │   │   ├── MessageBox.cs
│   │   │   │   │   ├── PageBase.cs
│   │   │   │   │   ├── PageValidate.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── RMB.cs
│   │   │   │   │   ├── StringPlus.cs
│   │   │   │   │   ├── TimeParser.cs
│   │   │   │   │   ├── UrlOper.cs
│   │   │   │   │   └── vssver2.scc
│   │   │   │   ├── DAL
│   │   │   │   │   ├── DAL.csproj
│   │   │   │   │   ├── DAL.csproj.user
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   └── SysManage.cs
│   │   │   │   ├── DBUtility
│   │   │   │   │   ├── BaseSqlMapDao.cs
│   │   │   │   │   ├── CommandInfo.cs
│   │   │   │   │   ├── DbHelperMySQL.cs
│   │   │   │   │   ├── DbHelperOleDb.cs
│   │   │   │   │   ├── DbHelperOra.cs
│   │   │   │   │   ├── DbHelperSQL2.cs
│   │   │   │   │   ├── DbHelperSQL.cs
│   │   │   │   │   ├── DbHelperSQLP.cs
│   │   │   │   │   ├── DBUtility.csproj
│   │   │   │   │   ├── DBUtility.csproj.user
│   │   │   │   │   ├── DBUtility.suo
│   │   │   │   │   ├── DESEncrypt.cs
│   │   │   │   │   ├── OracleHelper.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── PubConstant.cs
│   │   │   │   │   └── SQLHelper.cs
│   │   │   │   ├── Lib
│   │   │   │   │   ├── COM.Excel.dll
│   │   │   │   │   ├── Excel.dll
│   │   │   │   │   ├── IBatisNet.Common.dll
│   │   │   │   │   ├── IBatisNet.DataMapper.dll
│   │   │   │   │   ├── LTP.Accounts.dll
│   │   │   │   │   ├── LTP.Accounts.txt
│   │   │   │   │   ├── LtpPageControl.dll
│   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   ├── OpenSmtp.dll
│   │   │   │   │   └── OWC10Chart.dll
│   │   │   │   ├── Model
│   │   │   │   │   ├── Model.csproj
│   │   │   │   │   ├── Model.csproj.user
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   └── SysNode.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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── ger16.gif
│   │   │   │   │   │   ├── ger32.gif
│   │   │   │   │   │   ├── gongg16.gif
│   │   │   │   │   │   ├── gongg32.gif
│   │   │   │   │   │   ├── gongzkp16.gif
│   │   │   │   │   │   ├── gongzkp32.gif
│   │   │   │   │   │   ├── help16.gif
│   │   │   │   │   │   ├── help32.gif
│   │   │   │   │   │   ├── image.gif
│   │   │   │   │   │   ├── in_bg.gif
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   ├── Controls
│   │   │   │   │   ├── checkright.ascx
│   │   │   │   │   ├── checkright.ascx.cs
│   │   │   │   │   ├── checkright.ascx.designer.cs
│   │   │   │   │   ├── copyright.ascx
│   │   │   │   │   ├── CopyRight.ascx.cs
│   │   │   │   │   └── CopyRight.ascx.designer.cs
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Default.aspx.cs
│   │   │   │   ├── Default.aspx.designer.cs
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Global.asax.cs
│   │   │   │   ├── Global.asax.resx
│   │   │   │   ├── Images
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── MasterPage.master
│   │   │   │   ├── MasterPage.master.cs
│   │   │   │   ├── MasterPage.master.designer.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Style.css
│   │   │   │   ├── ValidateCode.aspx
│   │   │   │   ├── ValidateCode.aspx.cs
│   │   │   │   ├── ValidateCode.aspx.designer.cs
│   │   │   │   ├── Web.config
│   │   │   │   ├── Web.csproj
│   │   │   │   └── Web.csproj.user
│   │   │   ├── table.htm
│   │   │   ├── web
│   │   │   │   ├── Add.aspx
│   │   │   │   ├── Add.aspx.cs
│   │   │   │   ├── Add.aspx.designer.cs
│   │   │   │   ├── List.aspx
│   │   │   │   ├── List.aspx.cs
│   │   │   │   ├── List.aspx.designer.cs
│   │   │   │   ├── Modify.aspx
│   │   │   │   ├── Modify.aspx.cs
│   │   │   │   ├── Modify.aspx.designer.cs
│   │   │   │   ├── Show.aspx
│   │   │   │   ├── Show.aspx.cs
│   │   │   │   └── Show.aspx.designer.cs
│   │   │   ├── 复件 temp.xslt
│   │   │   ├── 默认模版2.cmt
│   │   │   └── 默认模版.cmt
│   │   ├── tempnewtxt.txt
│   │   ├── temprss.xml
│   │   ├── temptree.xml
│   │   ├── TextStyle
│   │   │   ├── ASPX.xshd
│   │   │   ├── CPP-Mode.xshd
│   │   │   ├── CSharp-Mode.xshd
│   │   │   ├── HTML-Mode.xshd
│   │   │   ├── ILAsm-Mode.xshd
│   │   │   ├── Java-Mode.xshd
│   │   │   ├── JavaScript-Mode.xshd
│   │   │   ├── Mode.xsd
│   │   │   ├── Mode.xsx
│   │   │   ├── PHP-Mode.xshd
│   │   │   ├── RightArrow.cur
│   │   │   ├── SQL-Mode.xshd
│   │   │   ├── SyntaxModes.xml
│   │   │   ├── VBNET-Mode.xshd
│   │   │   └── XML-Mode.xshd
│   │   ├── UpdateApp.exe
│   │   ├── UpdateApp.XmlSerializers.dll
│   │   ├── Updatelist.ini
│   │   └── UpdateVer.xml
│   ├── ClassView.cs
│   ├── ClassView.resx
│   ├── Codematic.csproj
│   ├── CodeMatic.csproj.user
│   ├── CommonDialogs
│   │   ├── FrmGotoLine.cs
│   │   ├── FrmGotoLine.resx
│   │   ├── FrmSearch.cs
│   │   └── FrmSearch.resx
│   ├── Components
│   │   ├── CMTreeNode.cs
│   │   ├── FormCommon.cs
│   │   ├── LogInfo.cs
│   │   ├── ObjHelper.cs
│   │   └── SysInfo.cs
│   ├── Config
│   │   ├── AppConfig.cs
│   │   ├── Config.cs
│   │   ├── DbConfig.cs
│   │   └── ProjectCfg.cs
│   ├── DbOption.cs
│   ├── DbOption.resx
│   ├── DbToCode.suo
│   ├── DbTypeSel.cs
│   ├── DbTypeSel.Designer.cs
│   ├── DbTypeSel.resx
│   ├── DbView.cs
│   ├── DbView.Designer.cs
│   ├── DbView.resx
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── FormAbout.cs
│   ├── FormAbout.Designer.cs
│   ├── FormAbout.resx
│   ├── images
│   │   ├── 098.GIF
│   │   ├── 114.GIF
│   │   ├── App0.GIF
│   │   ├── app.gif
│   │   ├── app.ico
│   │   ├── build.gif
│   │   ├── chat.ico
│   │   ├── codeset.gif
│   │   ├── computer2.ico
│   │   ├── dbrow.gif
│   │   ├── dbview
│   │   │   ├── dbadd.gif
│   │   │   ├── db.gif
│   │   │   ├── db.ico
│   │   │   ├── db.JPG
│   │   │   ├── field.ico
│   │   │   ├── fild2.gif
│   │   │   ├── noconnect.gif
│   │   │   ├── noconnect.jpg
│   │   │   ├── pk.gif
│   │   │   ├── refrush.gif
│   │   │   ├── serAdd.gif
│   │   │   ├── server0.gif
│   │   │   ├── server1.gif
│   │   │   ├── server.ico
│   │   │   ├── serverlist.gif
│   │   │   ├── sp.gif
│   │   │   ├── sp_p.gif
│   │   │   ├── sp_return.gif
│   │   │   ├── tab2.gif
│   │   │   ├── Thumbs.db
│   │   │   └── view.gif
│   │   ├── difu.gif
│   │   ├── exec.ico
│   │   ├── Exit.ico
│   │   ├── fav.gif
│   │   ├── file.ico
│   │   ├── Folderclose.gif
│   │   ├── Folderopen.gif
│   │   ├── head.jpg
│   │   ├── help2.gif
│   │   ├── help.gif
│   │   ├── help.ico
│   │   ├── list.gif
│   │   ├── loginsql2.jpg
│   │   ├── loginsql.jpg
│   │   ├── LOGO1.gif
│   │   ├── logo.GIF
│   │   ├── logo.jpg
│   │   ├── Menu
│   │   │   ├── copy.gif
│   │   │   ├── delete.gif
│   │   │   ├── j.gif
│   │   │   ├── pa.gif
│   │   │   └── Thumbs.db
│   │   ├── Network.ico
│   │   ├── New
│   │   │   ├── cs32.gif
│   │   │   ├── f3.gif
│   │   │   ├── htm.gif
│   │   │   ├── one.gif
│   │   │   ├── s3.gif
│   │   │   ├── te.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── txt.gif
│   │   │   ├── vb.gif
│   │   │   └── xml.gif
│   │   ├── oracle.ico
│   │   ├── panal.gif
│   │   ├── refrush.gif
│   │   ├── rss1.gif
│   │   ├── run.gif
│   │   ├── run.jpg
│   │   ├── SlnView
│   │   │   ├── classf.gif
│   │   │   ├── class.gif
│   │   │   ├── cn.gif
│   │   │   ├── cs.gif
│   │   │   ├── cs.ico
│   │   │   ├── csproj.ico
│   │   │   ├── interface.gif
│   │   │   ├── k.gif
│   │   │   ├── sln2.ico
│   │   │   ├── sln.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── toolclass.gif
│   │   │   ├── toolsln.gif
│   │   │   └── VS2005.ico
│   │   ├── sql2005.ico
│   │   ├── SqlExe.gif
│   │   ├── sql.ico
│   │   ├── SqlQuery.ico
│   │   ├── startpages.gif
│   │   ├── task.gif
│   │   ├── tb32.gif
│   │   ├── tb482.jpg
│   │   ├── temp
│   │   │   ├── 12.JPG
│   │   │   ├── app.gif
│   │   │   ├── chat.ico
│   │   │   ├── clock.ico
│   │   │   ├── Control Panel.ico
│   │   │   ├── CS.psd
│   │   │   ├── dotNETconnectedtechnology.JPG
│   │   │   ├── dotNET.ico
│   │   │   ├── download_manager.ico
│   │   │   ├── Open.ico
│   │   │   ├── Redo.GIF
│   │   │   └── Thumbs.db
│   │   ├── temp.ico
│   │   ├── Thumbs.db
│   │   ├── toobar2.gif
│   │   ├── toobar3.gif
│   │   ├── toobar4.gif
│   │   ├── toolbar.gif
│   │   ├── toolbox.gif
│   │   ├── toolsln.gif
│   │   ├── uninstall.ico
│   │   ├── upload.ico
│   │   ├── word.ico
│   │   └── xml.ico
│   ├── lib
│   │   ├── ICSharpCode.TextEditor.dll
│   │   ├── Interop.Word.dll
│   │   ├── LTP.ConvertCS2VB.dll
│   │   ├── LTP.SplashScrForm.dll
│   │   ├── LTP.TextEditor.dll
│   │   ├── MagicLibrary.dll
│   │   ├── MySql.Data.dll
│   │   ├── PinkieControls.dll
│   │   ├── System.Data.SQLite.DLL
│   │   ├── System.Data.SQLite.lib
│   │   ├── System.Data.SQLite.Linq.dll
│   │   └── System.Data.SQLite.XML
│   ├── LoginForm.cs
│   ├── LoginForm.resx
│   ├── LoginMySQL.cs
│   ├── LoginMySQL.Designer.cs
│   ├── LoginMySQL.resx
│   ├── LoginOledb.cs
│   ├── LoginOledb.resx
│   ├── LoginOra.cs
│   ├── LoginOra.resx
│   ├── LoginSQLite.cs
│   ├── LoginSQLite.Designer.cs
│   ├── LoginSQLite.resx
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── NewFile.cs
│   ├── NewFile.Designer.cs
│   ├── NewFile.resx
│   ├── NewProject.cs
│   ├── NewProjectDB.cs
│   ├── NewProjectDB.resx
│   ├── NewProject.Designer.cs
│   ├── NewProject.resx
│   ├── NewProjectSet.cs
│   ├── NewProjectSet.Designer.cs
│   ├── NewProjectSet.resx
│   ├── OptionFrm.cs
│   ├── OptionFrm.Designer.cs
│   ├── OptionFrm.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PropertyForm.cs
│   ├── PropertyForm.Designer.cs
│   ├── PropertyForm.resx
│   ├── Resources
│   │   ├── about3.jpg
│   │   ├── about.gif
│   │   ├── ajax-loader1.gif
│   │   ├── Control.gif
│   │   ├── loginmysql.jpg
│   │   ├── option.gif
│   │   └── Thumbs.db
│   ├── SendErrInfo.cs
│   ├── SendErrInfo.Designer.cs
│   ├── SendErrInfo.resx
│   ├── SolutionExplorer.cs
│   ├── SolutionExplorer.resx
│   ├── SplashForm.cs
│   ├── SplashForm.de.resx
│   ├── SplashForm.resx
│   ├── TabPages
│   │   ├── CodeEditor.cs
│   │   ├── CodeEditor.Designer.cs
│   │   ├── CodeEditor.resx
│   │   ├── CodeMaker.cs
│   │   ├── CodeMaker.Designer.cs
│   │   ├── CodeMakerM.cs
│   │   ├── CodeMakerM.Designer.cs
│   │   ├── CodeMakerM.resx
│   │   ├── CodeMaker.resx
│   │   ├── CodeTemp.cs
│   │   ├── CodeTemp.Designer.cs
│   │   ├── CodeTemplate.cs
│   │   ├── CodeTemplate.Designer.cs
│   │   ├── CodeTemplate.resx
│   │   ├── CodeTemp.resx
│   │   ├── DataList.cs
│   │   ├── DataList.Designer.cs
│   │   ├── DataList.resx
│   │   ├── DbBrowser.cs
│   │   ├── DbBrowser.Designer.cs
│   │   ├── DbBrowser.resx
│   │   ├── DbQuery.cs
│   │   ├── DbQuery.Designer.cs
│   │   ├── DbQuery.resx
│   │   ├── HtmlEditor.cs
│   │   ├── HtmlEditor.Designer.cs
│   │   ├── HtmlEditor.resx
│   │   ├── IEView.cs
│   │   ├── IEView.Designer.cs
│   │   ├── IEView.resx
│   │   ├── StartPageForm.cs
│   │   ├── StartPageForm.Designer.cs
│   │   └── StartPageForm.resx
│   ├── TempView.cs
│   ├── TempView.Designer.cs
│   ├── TempView.resx
│   ├── Thumbs.db
│   ├── Tool
│   │   ├── CodeExport.cs
│   │   ├── CodeExport.resx
│   │   ├── ConverteCS2VB.cs
│   │   ├── ConverteCS2VB.resx
│   │   ├── DataExport.cs
│   │   ├── DataExport.resx
│   │   ├── DbToScript.cs
│   │   ├── DbToScript.resx
│   │   ├── DbToWord.cs
│   │   ├── DbToWord.resx
│   │   ├── FrmAddToSnippet.cs
│   │   ├── FrmAddToSnippet.resx
│   │   ├── Loading.cs
│   │   ├── Loading.resx
│   │   ├── ProjectExpadd.cs
│   │   ├── ProjectExpadd.resx
│   │   ├── ProjectExp.cs
│   │   ├── ProjectExp.resx
│   │   ├── ProjectSet.cs
│   │   ├── ProjectSet.resx
│   │   ├── RenameFrm.cs
│   │   └── RenameFrm.resx
│   ├── UserControls
│   │   ├── DALTypeAddIn.cs
│   │   ├── DALTypeAddIn.Designer.cs
│   │   ├── DALTypeAddIn.resx
│   │   ├── TempNode.cs
│   │   ├── UcAddInManage.cs
│   │   ├── UcAddInManage.Designer.cs
│   │   ├── UcAddInManage.resx
│   │   ├── UcCodeView.cs
│   │   ├── UcCodeView.Designer.cs
│   │   ├── UcCodeView.resx
│   │   ├── UcCSMyCode.cs
│   │   ├── UcCSMyCode.Designer.cs
│   │   ├── UcCSMyCode.resx
│   │   ├── UcCSNameSet.cs
│   │   ├── UcCSNameSet.Designer.cs
│   │   ├── UcCSNameSet.resx
│   │   ├── UcCSSet.cs
│   │   ├── UcCSSet.Designer.cs
│   │   ├── UcCSSet.resx
│   │   ├── UcDatatype.cs
│   │   ├── UcDatatype.Designer.cs
│   │   ├── UcDatatypeMap.cs
│   │   ├── UcDatatypeMap.Designer.cs
│   │   ├── UcDatatypeMap.resx
│   │   ├── UcDatatype.resx
│   │   ├── UcDBSet.cs
│   │   ├── UcDBSet.Designer.cs
│   │   ├── UcDBSet.resx
│   │   ├── UcOptionEditor.cs
│   │   ├── UcOptionEditor.resx
│   │   ├── UcOptionsEnviroments.cs
│   │   ├── UcOptionsEnviroments.resx
│   │   ├── UcOptionsQuerySettings.cs
│   │   ├── UcOptionsQuerySettings.resx
│   │   ├── UcOptionStartUp.cs
│   │   ├── UcOptionStartUp.resx
│   │   ├── UcSysManage.cs
│   │   ├── UcSysManage.Designer.cs
│   │   └── UcSysManage.resx
│   ├── Web References
│   │   └── UpServer
│   │   ├── Reference.cs
│   │   ├── Reference.map
│   │   ├── upserver.disco
│   │   └── upserver.wsdl
│   └── XSLTFile1.xslt
├── Codematic.sln
├── Codematic.suo
├── DBFactory
│   ├── DBFactory.cs
│   ├── DBFactory.csproj
│   └── Properties
│   └── AssemblyInfo.cs
├── DbObject
│   ├── DbObjects.csproj
│   ├── DbObjects.csproj.user
│   ├── MySQL
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   ├── Odbc
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   ├── OleDb
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   ├── Oracle
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SQL2000
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   ├── SQL2005
│   │   ├── DbObject.cs
│   │   └── DbScriptBuilder.cs
│   └── SQLite
│   ├── DbObject.cs
│   └── DbScriptBuilder.cs
├── IBuilder
│   ├── IBuilderAttribute.cs
│   ├── IBuilderBLL.cs
│   ├── IBuilder.csproj
│   ├── IBuilderDAL.cs
│   ├── IBuilderDALTran.cs
│   ├── IBuilderModel.cs
│   ├── IBuilderWeb.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── IDbObject
│   ├── IDbObject.cs
│   ├── IDBO.csproj
│   ├── IDbScriptBuilder.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── LTPTextEditor
│   ├── LTPTextEditor.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SyntaxReader.cs
│   ├── TextEditorControlWrapper.cs
│   └── TextEditorControlWrapper.resx
├── Setup
│   ├── Release
│   └── Setup.vdproj
├── SplashScreen
│   ├── AssemblyInfo.cs
│   ├── Img
│   │   └── logo3.JPG
│   ├── Properties
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── SplashScreen.cs
│   ├── SplashScreen.resx
│   ├── SplashScreen.suo
│   ├── SplashScrForm.csproj
│   ├── SplashScrForm.csproj.user
│   └── Thumbs.db
├── uninstall
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Thumbs.db
│   ├── uninstall.csproj
│   └── uninstall.csproj.user
├── UpdateApp
│   ├── App.config
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Properties
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── Thumbs.db
│   ├── UpdateApp.csproj
│   ├── UpdateApp.csproj.user
│   ├── UpdateVer.cs
│   └── Web References
│   └── UpdateService
│   ├── Reference.cs
│   ├── Reference.map
│   ├── UpServer.disco
│   └── UpServer.wsdl
├── Utility
│   ├── Cache.cs
│   ├── ConfigHelper.cs
│   ├── INIFile.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── StringPlus.cs
│   ├── Utility.csproj
│   ├── Utility.csproj.user
│   └── VSProject.cs
└── VSProject
├── Config.cs
├── OtherProjectSettings.cs
├── Properties
│   └── AssemblyInfo.cs
├── SolutionManager.cs
├── VisualStudioProject.cs
└── VSProject.csproj

304 directories, 2689 files

标签:

实例下载地址

动软.Net代码生成器(.Net 2.0版)源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警