实例介绍
由从事六年以上OA及工作流开发与实施的团队设计开发,该工作流平台已应用于众多大型企事业单位。拥有全浏览器兼容的可视化流程设计器、表单设计器、基于角色的权限管理等先进设计理念,是您开发 OA、CRM、HR 等企事业各种应用管理系统的最佳基础平台。 路德软件 兼承 “ 开放 分享 进步 ” 的原则,对 RoadFlow 工作流引擎开源,希望与广大工作流开发者共同进步! 平台基于 .Net 的 B/S 架构开发,需要 .Net Framework 4.0 以上版本和 IIS6.0 以上运行环境。数据库支持 SQLServer2005 以上版本,也可以扩展支持 MySql,Oracle 等数据库(需
【实例截图】
【核心代码】
e09207ad-a5e3-496d-a84c-0c69f28eb4af
├── 1.9升级日志.txt
├── Database
│ ├── mvc.sql
│ └── webform.sql
├── LitJSON
│ ├── bin
│ │ ├── Debug
│ │ │ ├── LitJSON.dll
│ │ │ └── LitJSON.pdb
│ │ └── Release
│ │ ├── LitJSON.dll
│ │ └── LitJSON.pdb
│ ├── IJsonWrapper.cs
│ ├── JsonData.cs
│ ├── JsonException.cs
│ ├── JsonMapper.cs
│ ├── JsonMockWrapper.cs
│ ├── JsonReader.cs
│ ├── JsonWriter.cs
│ ├── Lexer.cs
│ ├── LitJSON.csproj
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── LitJSON.csproj.FileListAbsolute.txt
│ │ │ ├── LitJSON.dll
│ │ │ └── LitJSON.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── LitJSON.csproj.FileListAbsolute.txt
│ │ ├── LitJSON.csprojResolveAssemblyReference.cache
│ │ ├── LitJSON.dll
│ │ └── LitJSON.pdb
│ ├── ParserToken.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── packages
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.8.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.8.2.js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ └── jquery-1.8.2-vsdoc.js
│ │ ├── jQuery.1.8.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.8.2.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.UI.Combined.1.8.24
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery-ui.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ └── minified
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ ├── jquery-ui.min.css
│ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ └── jquery.ui.theme.min.css
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.24.js
│ │ │ └── jquery-ui-1.8.24.min.js
│ │ ├── jQuery.UI.Combined.1.8.24.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── jQuery.Validation.1.10.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.10.0.nupkg
│ ├── knockoutjs.2.2.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── knockout-2.2.0.debug.js
│ │ │ └── knockout-2.2.0.js
│ │ └── knockoutjs.2.2.0.nupkg
│ ├── Microsoft.AspNet.Mvc.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ └── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Providers.Core.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Providers.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.1.2.nupkg
│ │ └── readme.html
│ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.2.nupkg
│ ├── Microsoft.AspNet.Providers.LocalDb.1.1
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── Microsoft.AspNet.Providers.LocalDb.1.1.nupkg
│ │ └── tools
│ │ └── Install.ps1
│ ├── Microsoft.AspNet.Razor.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.2.0.20715.0.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0.nupkg
│ ├── Microsoft.AspNet.WebApi.4.0.20710.0
│ │ └── Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ ├── System.Net.Http.Formatting.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.dll
│ │ │ ├── System.Web.Http.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Optimization.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nupkg
│ ├── Microsoft.AspNet.WebPages.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ └── jquery.unobtrusive-ajax.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ └── jquery.validate.unobtrusive.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0.nupkg
│ ├── Microsoft.Net.Http.2.0.20710.0
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.WebRequest.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ ├── System.Net.Http.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── System.Net.Http.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ └── System.Net.Http.xml
│ │ │ └── net45
│ │ │ └── _._
│ │ └── Microsoft.Net.Http.2.0.20710.0.nupkg
│ ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ └── System.Net.Http.xml
│ │ └── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Newtonsoft.Json.4.5.11
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40+sl4+wp7+win8
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl3-wp
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4-windowsphone71
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── winrt45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── Newtonsoft.Json.4.5.11.nupkg
│ ├── repositories.config
│ └── WebGrease.1.3.0
│ ├── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── WebGrease.dll
│ ├── tools
│ │ └── WG.exe
│ └── WebGrease.1.3.0.nupkg
├── RoadFlow1.9.sln
├── RoadFlow.Cache.Factory
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.Factory.dll
│ │ │ ├── RoadFlow.Cache.Factory.pdb
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ ├── RoadFlow.Cache.InProc.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ └── RoadFlow.Cache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ ├── RoadFlow.Cache.Factory.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ └── RoadFlow.Cache.Interface.pdb
│ ├── Cache.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Cache.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.Factory.dll
│ │ │ └── RoadFlow.Cache.Factory.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.Factory.csproj.FileListAbsolute.txt
│ │ ├── MyCache.Factory.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── RoadFlow.Cache.Factory.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Cache.Factory.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ └── RoadFlow.Cache.Factory.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Cache.Factory.csproj
├── RoadFlow.Cache.InProc
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ ├── RoadFlow.Cache.InProc.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ └── RoadFlow.Cache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ └── RoadFlow.Cache.Interface.pdb
│ ├── Cache.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.InProc.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.InProc.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.InProc.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.InProc.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Cache.InProc.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ └── RoadFlow.Cache.InProc.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.InProc.csproj.FileListAbsolute.txt
│ │ ├── MyCache.InProc.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── RoadFlow.Cache.InProc.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Cache.InProc.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ └── RoadFlow.Cache.InProc.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Cache.InProc.csproj
├── RoadFlow.Cache.Interface
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ └── RoadFlow.Cache.Interface.pdb
│ │ └── Release
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ └── RoadFlow.Cache.Interface.pdb
│ ├── ICache.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.Interface.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ └── RoadFlow.Cache.Interface.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.Interface.csproj.FileListAbsolute.txt
│ │ ├── MyCache.Interface.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── RoadFlow.Cache.Interface.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Cache.Interface.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ └── RoadFlow.Cache.Interface.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Cache.Interface.csproj
├── RoadFlow.Cache.IO
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cache1.Factory.dll
│ │ │ ├── Cache1.Factory.pdb
│ │ │ ├── Cache1.InProc.dll
│ │ │ ├── Cache1.InProc.pdb
│ │ │ ├── Cache1.Interface.dll
│ │ │ ├── Cache1.Interface.pdb
│ │ │ ├── Cache1.IO.dll
│ │ │ ├── Cache1.IO.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ ├── RoadFlow.Cache.Factory.dll
│ │ │ ├── RoadFlow.Cache.Factory.pdb
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ ├── RoadFlow.Cache.InProc.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ ├── RoadFlow.Cache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.IO.dll
│ │ │ └── RoadFlow.Cache.IO.pdb
│ │ └── Release
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ ├── RoadFlow.Cache.Factory.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ ├── RoadFlow.Cache.Interface.pdb
│ │ ├── RoadFlow.Cache.IO.dll
│ │ └── RoadFlow.Cache.IO.pdb
│ ├── Cache.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Cache1.IO.csproj.FileListAbsolute.txt
│ │ │ ├── Cache1.IO.dll
│ │ │ ├── Cache1.IO.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MyCache.IO.csproj.FileListAbsolute.txt
│ │ │ ├── MyCache.IO.csprojResolveAssemblyReference.cache
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.IO.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Cache.IO.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Cache.IO.dll
│ │ │ └── RoadFlow.Cache.IO.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyCache.IO.csproj.FileListAbsolute.txt
│ │ ├── MyCache.IO.csprojResolveAssemblyReference.cache
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── RoadFlow.Cache.IO.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Cache.IO.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Cache.IO.dll
│ │ └── RoadFlow.Cache.IO.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Cache.IO.csproj
├── RoadFlow.Data.Factory
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── Oracle.DataAccess.dll
│ │ │ ├── RoadFlow.Cache.Factory.dll
│ │ │ ├── RoadFlow.Cache.Factory.pdb
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ ├── RoadFlow.Cache.InProc.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ ├── RoadFlow.Cache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.IO.dll
│ │ │ ├── RoadFlow.Cache.IO.pdb
│ │ │ ├── RoadFlow.Data.Factory.dll
│ │ │ ├── RoadFlow.Data.Factory.pdb
│ │ │ ├── RoadFlow.Data.Interface.dll
│ │ │ ├── RoadFlow.Data.Interface.pdb
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ ├── RoadFlow.Data.Model.pdb
│ │ │ ├── RoadFlow.Data.MSSQL.dll
│ │ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ │ ├── RoadFlow.Data.ORACLE.dll
│ │ │ ├── RoadFlow.Data.ORACLE.pdb
│ │ │ ├── RoadFlow.Utility.dll
│ │ │ ├── RoadFlow.Utility.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── Oracle.DataAccess.dll
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ ├── RoadFlow.Cache.Factory.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ ├── RoadFlow.Cache.Interface.pdb
│ │ ├── RoadFlow.Cache.IO.dll
│ │ ├── RoadFlow.Cache.IO.pdb
│ │ ├── RoadFlow.Data.Factory.dll
│ │ ├── RoadFlow.Data.Factory.pdb
│ │ ├── RoadFlow.Data.Interface.dll
│ │ ├── RoadFlow.Data.Interface.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ ├── RoadFlow.Data.Model.pdb
│ │ ├── RoadFlow.Data.MSSQL.dll
│ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ ├── RoadFlow.Data.ORACLE.dll
│ │ ├── RoadFlow.Data.ORACLE.pdb
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Factory.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Data.Factory.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Data.Factory.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Data.Factory.dll
│ │ │ └── RoadFlow.Data.Factory.pdb
│ │ └── Release
│ │ ├── Data.Factory.csproj.FileListAbsolute.txt
│ │ ├── Data.Factory.csprojResolveAssemblyReference.cache
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Data.Factory.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Data.Factory.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Data.Factory.dll
│ │ └── RoadFlow.Data.Factory.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Data.Factory.csproj
├── RoadFlow.Data.Interface
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── RoadFlow.Data.Interface.dll
│ │ │ ├── RoadFlow.Data.Interface.pdb
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ └── RoadFlow.Data.Model.pdb
│ │ └── Release
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── RoadFlow.Data.Interface.dll
│ │ ├── RoadFlow.Data.Interface.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ └── RoadFlow.Data.Model.pdb
│ ├── IAppLibrary.cs
│ ├── IDBConnection.cs
│ ├── IDictionary.cs
│ ├── ILog.cs
│ ├── IOrganize.cs
│ ├── IRoleApp.cs
│ ├── IRole.cs
│ ├── IUsersApp.cs
│ ├── IUsers.cs
│ ├── IUsersInfo.cs
│ ├── IUsersRelation.cs
│ ├── IUsersRole.cs
│ ├── IWorkFlowArchives.cs
│ ├── IWorkFlowButtons.cs
│ ├── IWorkFlowComment.cs
│ ├── IWorkFlow.cs
│ ├── IWorkFlowData.cs
│ ├── IWorkFlowDelegation.cs
│ ├── IWorkFlowForm.cs
│ ├── IWorkFlowTask.cs
│ ├── IWorkGroup.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Interface.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Data.Interface.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Data.Interface.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Data.Interface.dll
│ │ │ └── RoadFlow.Data.Interface.pdb
│ │ └── Release
│ │ ├── Data.Interface.csproj.FileListAbsolute.txt
│ │ ├── Data.Interface.csprojResolveAssemblyReference.cache
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Data.Interface.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Data.Interface.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Data.Interface.dll
│ │ └── RoadFlow.Data.Interface.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── RoadFlow.Data.Interface.csproj
├── RoadFlow.Data.Model
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ └── RoadFlow.Data.Model.pdb
│ │ └── Release
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ └── RoadFlow.Data.Model.pdb
│ ├── DBConnection.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.Model.csproj.FileListAbsolute.txt
│ │ │ ├── Data.Model.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Data.Model.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ └── RoadFlow.Data.Model.pdb
│ │ └── Release
│ │ ├── Data.Model.csproj.FileListAbsolute.txt
│ │ ├── Data.Model.csprojResolveAssemblyReference.cache
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Data.Model.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Data.Model.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Data.Model.dll
│ │ └── RoadFlow.Data.Model.pdb
│ ├── OnlineUsers.cs
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoadFlow.Data.Model.csproj
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowCustomEventParams.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowInstalled.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── RoadFlow.Data.MSSQL
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── RoadFlow.Data.Interface.dll
│ │ │ ├── RoadFlow.Data.Interface.pdb
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ ├── RoadFlow.Data.Model.pdb
│ │ │ ├── RoadFlow.Data.MSSQL.dll
│ │ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ │ ├── RoadFlow.Utility.dll
│ │ │ ├── RoadFlow.Utility.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── RoadFlow.Data.Interface.dll
│ │ ├── RoadFlow.Data.Interface.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ ├── RoadFlow.Data.Model.pdb
│ │ ├── RoadFlow.Data.MSSQL.dll
│ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── DBConnection.cs
│ ├── DBHelper.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data.MSSQL.csproj.FileListAbsolute.txt
│ │ │ ├── Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Data.MSSQL.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Data.MSSQL.dll
│ │ │ └── RoadFlow.Data.MSSQL.pdb
│ │ └── Release
│ │ ├── Data.MSSQL.csproj.FileListAbsolute.txt
│ │ ├── Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Data.MSSQL.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Data.MSSQL.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Data.MSSQL.dll
│ │ └── RoadFlow.Data.MSSQL.pdb
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoadFlow.Data.MSSQL.csproj
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── RoadFlow.Platform
│ ├── AppLibrary.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Business.Platform.dll
│ │ │ ├── Business.Platform.pdb
│ │ │ ├── Data.Factory.dll
│ │ │ ├── Data.Factory.pdb
│ │ │ ├── Data.Interface.dll
│ │ │ ├── Data.Interface.pdb
│ │ │ ├── Data.Model.dll
│ │ │ ├── Data.Model.pdb
│ │ │ ├── Data.MSSQL.dll
│ │ │ ├── Data.MSSQL.pdb
│ │ │ ├── Data.ORACLE.dll
│ │ │ ├── Data.ORACLE.pdb
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── MyCache.Factory.dll
│ │ │ ├── MyCache.Factory.pdb
│ │ │ ├── MyCache.InProc.dll
│ │ │ ├── MyCache.InProc.pdb
│ │ │ ├── MyCache.Interface.dll
│ │ │ ├── MyCache.Interface.pdb
│ │ │ ├── MyCache.IO.dll
│ │ │ ├── MyCache.IO.pdb
│ │ │ ├── Oracle.DataAccess.dll
│ │ │ ├── RoadFlow.Cache.Factory.dll
│ │ │ ├── RoadFlow.Cache.Factory.pdb
│ │ │ ├── RoadFlow.Cache.InProc.dll
│ │ │ ├── RoadFlow.Cache.InProc.pdb
│ │ │ ├── RoadFlow.Cache.Interface.dll
│ │ │ ├── RoadFlow.Cache.Interface.pdb
│ │ │ ├── RoadFlow.Cache.IO.dll
│ │ │ ├── RoadFlow.Cache.IO.pdb
│ │ │ ├── RoadFlow.Data.Factory.dll
│ │ │ ├── RoadFlow.Data.Factory.pdb
│ │ │ ├── RoadFlow.Data.Interface.dll
│ │ │ ├── RoadFlow.Data.Interface.pdb
│ │ │ ├── RoadFlow.Data.Model.dll
│ │ │ ├── RoadFlow.Data.Model.pdb
│ │ │ ├── RoadFlow.Data.MSSQL.dll
│ │ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ │ ├── RoadFlow.Data.ORACLE.dll
│ │ │ ├── RoadFlow.Data.ORACLE.pdb
│ │ │ ├── RoadFlow.Platform.dll
│ │ │ ├── RoadFlow.Platform.pdb
│ │ │ ├── RoadFlow.Utility.dll
│ │ │ ├── RoadFlow.Utility.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── Business.Platform.dll
│ │ ├── Business.Platform.pdb
│ │ ├── Data.Factory.dll
│ │ ├── Data.Factory.pdb
│ │ ├── Data.Interface.dll
│ │ ├── Data.Interface.pdb
│ │ ├── Data.Model.dll
│ │ ├── Data.Model.pdb
│ │ ├── Data.MSSQL.dll
│ │ ├── Data.MSSQL.pdb
│ │ ├── Data.ORACLE.dll
│ │ ├── Data.ORACLE.pdb
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── MyCache.Factory.dll
│ │ ├── MyCache.Factory.pdb
│ │ ├── MyCache.InProc.dll
│ │ ├── MyCache.InProc.pdb
│ │ ├── MyCache.Interface.dll
│ │ ├── MyCache.Interface.pdb
│ │ ├── MyCache.IO.dll
│ │ ├── MyCache.IO.pdb
│ │ ├── Oracle.DataAccess.dll
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ ├── RoadFlow.Cache.Factory.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ ├── RoadFlow.Cache.Interface.pdb
│ │ ├── RoadFlow.Cache.IO.dll
│ │ ├── RoadFlow.Cache.IO.pdb
│ │ ├── RoadFlow.Data.Factory.dll
│ │ ├── RoadFlow.Data.Factory.pdb
│ │ ├── RoadFlow.Data.Interface.dll
│ │ ├── RoadFlow.Data.Interface.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ ├── RoadFlow.Data.Model.pdb
│ │ ├── RoadFlow.Data.MSSQL.dll
│ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ ├── RoadFlow.Data.ORACLE.dll
│ │ ├── RoadFlow.Data.ORACLE.pdb
│ │ ├── RoadFlow.Platform.dll
│ │ ├── RoadFlow.Platform.pdb
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── DBConnection.cs
│ ├── Dictionary.cs
│ ├── Log.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Business.Platform.csproj.FileListAbsolute.txt
│ │ │ ├── Business.Platform.csprojResolveAssemblyReference.cache
│ │ │ ├── Business.Platform.dll
│ │ │ ├── Business.Platform.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Platform.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Platform.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Platform.dll
│ │ │ └── RoadFlow.Platform.pdb
│ │ └── Release
│ │ ├── Business.Platform.csproj.FileListAbsolute.txt
│ │ ├── Business.Platform.csprojResolveAssemblyReference.cache
│ │ ├── Business.Platform.dll
│ │ ├── Business.Platform.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Platform.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Platform.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Platform.dll
│ │ └── RoadFlow.Platform.pdb
│ ├── OnlineUsers.cs
│ ├── Organize.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoadFlow.Platform.csproj
│ ├── RoleApp.cs
│ ├── Role.cs
│ ├── UsersApp.cs
│ ├── Users.cs
│ ├── UsersInfo.cs
│ ├── UsersRelation.cs
│ ├── UsersRole.cs
│ ├── WorkFlowArchives.cs
│ ├── WorkFlowButtons.cs
│ ├── WorkFlowComment.cs
│ ├── WorkFlow.cs
│ ├── WorkFlowData.cs
│ ├── WorkFlowDelegation.cs
│ ├── WorkFlowForm.cs
│ ├── WorkFlowTask.cs
│ └── WorkGroup.cs
├── RoadFlow.Utility
│ ├── bin
│ │ ├── Debug
│ │ │ ├── LitJSON.dll
│ │ │ ├── LitJSON.pdb
│ │ │ ├── RoadFlow.Utility.dll
│ │ │ ├── RoadFlow.Utility.pdb
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Config.cs
│ ├── DateTimeNew.cs
│ ├── Encryption.cs
│ ├── EncryptionDes.cs
│ ├── Extensions.cs
│ ├── HashEncrypt.cs
│ ├── HttpHelper.cs
│ ├── Keys.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RoadFlow.Utility.csproj.FileListAbsolute.txt
│ │ │ ├── RoadFlow.Utility.csprojResolveAssemblyReference.cache
│ │ │ ├── RoadFlow.Utility.dll
│ │ │ ├── RoadFlow.Utility.pdb
│ │ │ ├── Utility.csproj.FileListAbsolute.txt
│ │ │ ├── Utility.csprojResolveAssemblyReference.cache
│ │ │ ├── Utility.dll
│ │ │ └── Utility.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RoadFlow.Utility.csproj.FileListAbsolute.txt
│ │ ├── RoadFlow.Utility.csprojResolveAssemblyReference.cache
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── Utility.csproj.FileListAbsolute.txt
│ │ ├── Utility.csprojResolveAssemblyReference.cache
│ │ ├── Utility.dll
│ │ └── Utility.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoadFlow.Utility.csproj
│ └── Tools.cs
├── WebForm
│ ├── bin
│ │ ├── LitJSON.dll
│ │ ├── LitJSON.pdb
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Oracle.DataAccess.dll
│ │ ├── RoadFlow.Cache.Factory.dll
│ │ ├── RoadFlow.Cache.Factory.pdb
│ │ ├── RoadFlow.Cache.InProc.dll
│ │ ├── RoadFlow.Cache.InProc.pdb
│ │ ├── RoadFlow.Cache.Interface.dll
│ │ ├── RoadFlow.Cache.Interface.pdb
│ │ ├── RoadFlow.Cache.IO.dll
│ │ ├── RoadFlow.Cache.IO.pdb
│ │ ├── RoadFlow.Data.Factory.dll
│ │ ├── RoadFlow.Data.Factory.pdb
│ │ ├── RoadFlow.Data.Interface.dll
│ │ ├── RoadFlow.Data.Interface.pdb
│ │ ├── RoadFlow.Data.Model.dll
│ │ ├── RoadFlow.Data.Model.pdb
│ │ ├── RoadFlow.Data.MSSQL.dll
│ │ ├── RoadFlow.Data.MSSQL.pdb
│ │ ├── RoadFlow.Data.ORACLE.dll
│ │ ├── RoadFlow.Data.ORACLE.pdb
│ │ ├── RoadFlow.Platform.dll
│ │ ├── RoadFlow.Platform.pdb
│ │ ├── RoadFlow.Utility.dll
│ │ ├── RoadFlow.Utility.pdb
│ │ ├── WebForm.dll
│ │ └── WebForm.pdb
│ ├── Common
│ │ ├── BasePage.cs
│ │ └── Tools.cs
│ ├── Controls
│ │ ├── SelectDictionary
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── GetNames.ashx
│ │ │ ├── GetNames.ashx.cs
│ │ │ ├── GetNote.ashx
│ │ │ └── GetNote.ashx.cs
│ │ ├── SelectIco
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── File.ashx
│ │ │ └── File.ashx.cs
│ │ ├── SelectMember
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── GetNames.ashx
│ │ │ ├── GetNames.ashx.cs
│ │ │ ├── GetNote.ashx
│ │ │ └── GetNote.ashx.cs
│ │ └── UploadFiles
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── Delete.ashx
│ │ ├── Delete.ashx.cs
│ │ ├── Upload.ashx
│ │ ├── Upload.ashx.cs
│ │ └── Uploadify
│ │ ├── crossdomain.xml
│ │ ├── jquery.uploadify.js
│ │ └── uploadify.swf
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default.aspx.designer.cs
│ ├── Files
│ │ ├── UploadFiles
│ │ │ ├── 2015
│ │ │ │ └── 21
│ │ │ │ └── roadflow.png
│ │ │ └── 201503
│ │ │ └── 21
│ │ │ └── roadflow.png
│ │ └── UserSigns
│ │ └── eb03262c-ab60-4bc6-a4c0-96e66a4229fe.gif
│ ├── Images
│ │ ├── ico
│ │ │ ├── 2012080111634.png
│ │ │ ├── 2012080404391.png
│ │ │ ├── 2012092109942.png
│ │ │ ├── 20130406011043129_easyicon_net_16.png
│ │ │ ├── 20130406014311476_easyicon_net_16.png
│ │ │ ├── accept.gif
│ │ │ ├── add.gif
│ │ │ ├── against.gif
│ │ │ ├── agree.gif
│ │ │ ├── application_osx_add.png
│ │ │ ├── application_osx_double.png
│ │ │ ├── application_osx_remove.png
│ │ │ ├── application_windows_down.png
│ │ │ ├── arrow_large_down.png
│ │ │ ├── arrow_large_left.png
│ │ │ ├── arrow_large_right.png
│ │ │ ├── arrow_medium_down.png
│ │ │ ├── arrow_medium_left.png
│ │ │ ├── arrow_medium_lower_left.png
│ │ │ ├── arrow_medium_lower_right.png
│ │ │ ├── arrow_medium_right.png
│ │ │ ├── arrow_medium_upper_right.png
│ │ │ ├── arrow_medium_up.png
│ │ │ ├── back.gif
│ │ │ ├── box_add.png
│ │ │ ├── box_new.png
│ │ │ ├── box_remove.png
│ │ │ ├── box_warning.png
│ │ │ ├── calllogtype_missed.png
│ │ │ ├── cancel.gif
│ │ │ ├── cart.png
│ │ │ ├── cd.png
│ │ │ ├── chart_bar.png
│ │ │ ├── chart_curve.png
│ │ │ ├── chart_line.png
│ │ │ ├── chart_organisation.png
│ │ │ ├── chart_pie.png
│ │ │ ├── clear.gif
│ │ │ ├── clock.gif
│ │ │ ├── clock.png
│ │ │ ├── coin_cuprum.gif
│ │ │ ├── coin_gold.gif
│ │ │ ├── comment.png
│ │ │ ├── comment_reply.png
│ │ │ ├── comments_reply.png
│ │ │ ├── comments_small.png
│ │ │ ├── computer.png
│ │ │ ├── connect_getpassword_icon.png
│ │ │ ├── connect.png
│ │ │ ├── contact_blue.png
│ │ │ ├── contact_grey.png
│ │ │ ├── contact_grey_remove.png
│ │ │ ├── cross.png
│ │ │ ├── customers.gif
│ │ │ ├── data.png
│ │ │ ├── del.gif
│ │ │ ├── direction.png
│ │ │ ├── disconnect.png
│ │ │ ├── doc_stand.png
│ │ │ ├── doc_tag.png
│ │ │ ├── download.png
│ │ │ ├── edit.gif
│ │ │ ├── error.gif
│ │ │ ├── event_time.gif
│ │ │ ├── file_del.gif
│ │ │ ├── file_edit.gif
│ │ │ ├── find.png
│ │ │ ├── folder_classic_add.png
│ │ │ ├── folder_classic_down.png
│ │ │ ├── folder_classic_edit.png
│ │ │ ├── folder_classic_locked.png
│ │ │ ├── folder_classic_opened.png
│ │ │ ├── folder_classic.png
│ │ │ ├── folder_classic_stuffed_add.png
│ │ │ ├── folder_classic_stuffed_remove.png
│ │ │ ├── folder_classic_up.png
│ │ │ ├── folder_delete.png
│ │ │ ├── folder_new.png
│ │ │ ├── folder.png
│ │ │ ├── forum_add.gif
│ │ │ ├── forum_del.gif
│ │ │ ├── forum_edit.gif
│ │ │ ├── forum.gif
│ │ │ ├── gif-0465.gif
│ │ │ ├── group_blue.png
│ │ │ ├── group.gif
│ │ │ ├── group_green.png
│ │ │ ├── group_green_remove.png
│ │ │ ├── group_grey_remove.png
│ │ │ ├── group.png
│ │ │ ├── group_search.gif
│ │ │ ├── hammer.png
│ │ │ ├── hammer_screwdriver.png
│ │ │ ├── hand_point.png
│ │ │ ├── hcards_down.png
│ │ │ ├── home_green.png
│ │ │ ├── icon_site.gif
│ │ │ ├── images.png
│ │ │ ├── important.gif
│ │ │ ├── info.gif
│ │ │ ├── information.png
│ │ │ ├── inhibit.gif
│ │ │ ├── keyboard.png
│ │ │ ├── key.png
│ │ │ ├── labs.gif
│ │ │ ├── lightbulb.gif
│ │ │ ├── lightbulb_off.gif
│ │ │ ├── lightbulb.png
│ │ │ ├── linkdel.gif
│ │ │ ├── link.gif
│ │ │ ├── lock_large_locked.png
│ │ │ ├── lock.png
│ │ │ ├── lock_unlock.png
│ │ │ ├── magic.gif
│ │ │ ├── magnifier.png
│ │ │ ├── member.gif
│ │ │ ├── microphone.png
│ │ │ ├── module.gif
│ │ │ ├── money_dollar.png
│ │ │ ├── money_euro.png
│ │ │ ├── money.png
│ │ │ ├── mouse.png
│ │ │ ├── music_beam.png
│ │ │ ├── new-icon.gif
│ │ │ ├── newspaper.png
│ │ │ ├── page_code.png
│ │ │ ├── page_tag_blue.gif
│ │ │ ├── page_world.png
│ │ │ ├── permission.gif
│ │ │ ├── pin.png
│ │ │ ├── pipette.png
│ │ │ ├── polemize.gif
│ │ │ ├── poll.gif
│ │ │ ├── printer.gif
│ │ │ ├── printer.png
│ │ │ ├── projection_screen.png
│ │ │ ├── Properties.png
│ │ │ ├── refresh2.png
│ │ │ ├── refresh_backwards.png
│ │ │ ├── refresh.gif
│ │ │ ├── Refresh.png
│ │ │ ├── rgb.png
│ │ │ ├── right.gif
│ │ │ ├── role.gif
│ │ │ ├── saveas.gif
│ │ │ ├── save.gif
│ │ │ ├── search.png
│ │ │ ├── select.gif
│ │ │ ├── setting.gif
│ │ │ ├── shape_aling_center.png
│ │ │ ├── shape_aling_left.png
│ │ │ ├── sitemap.png
│ │ │ ├── sound.png
│ │ │ ├── system-tick-alt-03.png
│ │ │ ├── table_add.gif
│ │ │ ├── table_del.gif
│ │ │ ├── table_edit.gif
│ │ │ ├── table.gif
│ │ │ ├── tag_blue.png
│ │ │ ├── task.gif
│ │ │ ├── textfield_rename.png
│ │ │ ├── theme.gif
│ │ │ ├── topic_add.gif
│ │ │ ├── topic_del.gif
│ │ │ ├── topic_edit.gif
│ │ │ ├── topic.gif
│ │ │ ├── topic_option.gif
│ │ │ ├── topic_search.gif
│ │ │ ├── trash_full.gif
│ │ │ ├── trash.gif
│ │ │ ├── tree_photo_add.png
│ │ │ ├── tree_photo_export.png
│ │ │ ├── tree_photo_library.png
│ │ │ ├── tree_photo_userdefined.png
│ │ │ ├── tree_sms_all.png
│ │ │ ├── ui_saccordion.png
│ │ │ ├── upload.png
│ │ │ ├── user_black_female.png
│ │ │ ├── user.png
│ │ │ ├── vcard.png
│ │ │ ├── vector.png
│ │ │ ├── volume_loud.png
│ │ │ ├── warning.png
│ │ │ ├── weather_clouds.png
│ │ │ ├── weather_cloudy.png
│ │ │ ├── webcam.png
│ │ │ ├── world.png
│ │ │ ├── zone_money.png
│ │ │ ├── zones.png
│ │ │ └── zoom.png
│ │ ├── loading
│ │ │ ├── load1.gif
│ │ │ ├── load2.gif
│ │ │ ├── load3.gif
│ │ │ ├── load.gif
│ │ │ └── vssver2.scc
│ │ ├── login
│ │ │ ├── bg2.png
│ │ │ ├── login2.psd
│ │ │ └── vssver2.scc
│ │ ├── theme_blue1.gif
│ │ ├── theme_blue.gif
│ │ ├── theme_gray1.gif
│ │ ├── theme_gray.gif
│ │ ├── theme_green1.gif
│ │ ├── theme_green.gif
│ │ ├── vcodebg.png
│ │ └── vssver2.scc
│ ├── Login1.aspx
│ ├── Login1.aspx.cs
│ ├── Login1.aspx.designer.cs
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── Login.aspx.designer.cs
│ ├── Logout.ashx
│ ├── Logout.ashx.cs
│ ├── obj
│ │ └── Debug
│ │ ├── WebForm.csproj.FileListAbsolute.txt
│ │ ├── WebForm.csprojResolveAssemblyReference.cache
│ │ ├── WebForm.dll
│ │ └── WebForm.pdb
│ ├── Platform
│ │ ├── AppLibrary
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── List.aspx
│ │ │ ├── List.aspx.cs
│ │ │ ├── List.aspx.designer.cs
│ │ │ ├── Tree.aspx
│ │ │ ├── Tree.aspx.cs
│ │ │ └── Tree.aspx.designer.cs
│ │ ├── DBConnection
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Test.ashx
│ │ │ └── Test.ashx.cs
│ │ ├── Dictionary
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Body.aspx
│ │ │ ├── Body.aspx.cs
│ │ │ ├── Body.aspx.designer.cs
│ │ │ ├── CheckCode.ashx
│ │ │ ├── CheckCode.ashx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Sort.aspx
│ │ │ ├── Sort.aspx.cs
│ │ │ ├── Sort.aspx.designer.cs
│ │ │ ├── Tree1.ashx
│ │ │ ├── Tree1.ashx.cs
│ │ │ ├── Tree.aspx
│ │ │ ├── Tree.aspx.cs
│ │ │ ├── Tree.aspx.designer.cs
│ │ │ ├── TreeRefresh.ashx
│ │ │ └── TreeRefresh.ashx.cs
│ │ ├── Home
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Menu.ashx
│ │ │ ├── Menu.ashx.cs
│ │ │ ├── MenuRefresh.ashx
│ │ │ └── MenuRefresh.ashx.cs
│ │ ├── Log
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── GetData.ashx
│ │ │ └── GetData.ashx.cs
│ │ ├── Members
│ │ │ ├── BodyAdd.aspx
│ │ │ ├── BodyAdd.aspx.cs
│ │ │ ├── BodyAdd.aspx.designer.cs
│ │ │ ├── Body.aspx
│ │ │ ├── Body.aspx.cs
│ │ │ ├── Body.aspx.designer.cs
│ │ │ ├── CheckAccount.ashx
│ │ │ ├── CheckAccount.ashx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Empty.aspx
│ │ │ ├── Empty.aspx.cs
│ │ │ ├── Empty.aspx.designer.cs
│ │ │ ├── GetPy.ashx
│ │ │ ├── GetPy.ashx.cs
│ │ │ ├── Sort.aspx
│ │ │ ├── Sort.aspx.cs
│ │ │ ├── Sort.aspx.designer.cs
│ │ │ ├── SortUsers.aspx
│ │ │ ├── SortUsers.aspx.cs
│ │ │ ├── SortUsers.aspx.designer.cs
│ │ │ ├── Tree1.ashx
│ │ │ ├── Tree1.ashx.cs
│ │ │ ├── Tree.aspx
│ │ │ ├── Tree.aspx.cs
│ │ │ ├── Tree.aspx.designer.cs
│ │ │ ├── TreeRefresh.ashx
│ │ │ ├── TreeRefresh.ashx.cs
│ │ │ ├── UserAdd.aspx
│ │ │ ├── UserAdd.aspx.cs
│ │ │ ├── UserAdd.aspx.designer.cs
│ │ │ ├── User.aspx
│ │ │ ├── User.aspx.cs
│ │ │ └── User.aspx.designer.cs
│ │ ├── OnlineUsers
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Default.aspx.designer.cs
│ │ ├── RoleApp
│ │ │ ├── AddApp.aspx
│ │ │ ├── AddApp.aspx.cs
│ │ │ ├── AddApp.aspx.designer.cs
│ │ │ ├── AddRole.aspx
│ │ │ ├── AddRole.aspx.cs
│ │ │ ├── AddRole.aspx.designer.cs
│ │ │ ├── Body.aspx
│ │ │ ├── Body.aspx.cs
│ │ │ ├── Body.aspx.designer.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── EditRole.aspx
│ │ │ ├── EditRole.aspx.cs
│ │ │ ├── EditRole.aspx.designer.cs
│ │ │ ├── Empty.aspx
│ │ │ ├── Empty.aspx.cs
│ │ │ ├── Empty.aspx.designer.cs
│ │ │ ├── GetApps.ashx
│ │ │ ├── GetApps.ashx.cs
│ │ │ ├── SetApp.aspx
│ │ │ ├── SetApp.aspx.cs
│ │ │ ├── SetApp.aspx.designer.cs
│ │ │ ├── Sort.aspx
│ │ │ ├── Sort.aspx.cs
│ │ │ ├── Sort.aspx.designer.cs
│ │ │ ├── Tree1.ashx
│ │ │ ├── Tree1.ashx.cs
│ │ │ ├── Tree.aspx
│ │ │ ├── Tree.aspx.cs
│ │ │ ├── Tree.aspx.designer.cs
│ │ │ ├── TreeRefresh.ashx
│ │ │ └── TreeRefresh.ashx.cs
│ │ ├── UserInfo
│ │ │ ├── EditPass.aspx
│ │ │ ├── EditPass.aspx.cs
│ │ │ └── EditPass.aspx.designer.cs
│ │ ├── WorkFlowArchives
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── List.aspx
│ │ │ ├── List.aspx.cs
│ │ │ ├── List.aspx.designer.cs
│ │ │ ├── Show.aspx
│ │ │ ├── Show.aspx.cs
│ │ │ ├── Show.aspx.designer.cs
│ │ │ ├── Tree.aspx
│ │ │ ├── Tree.aspx.cs
│ │ │ └── Tree.aspx.designer.cs
│ │ ├── WorkFlowButtons
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ └── Edit.aspx.designer.cs
│ │ ├── WorkFlowComments
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ └── Edit.aspx.designer.cs
│ │ ├── WorkFlowDelegation
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ └── Edit.aspx.designer.cs
│ │ ├── WorkFlowDesigner
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── GetFields.ashx
│ │ │ ├── GetFields.ashx.cs
│ │ │ ├── GetJSON.ashx
│ │ │ ├── GetJSON.ashx.cs
│ │ │ ├── GetTables.ashx
│ │ │ ├── GetTables.ashx.cs
│ │ │ ├── Install.ashx
│ │ │ ├── Install.ashx.cs
│ │ │ ├── Opation.aspx
│ │ │ ├── Opation.aspx.cs
│ │ │ ├── Opation.aspx.designer.cs
│ │ │ ├── Open.aspx
│ │ │ ├── Open.aspx.cs
│ │ │ ├── Open.aspx.designer.cs
│ │ │ ├── Open_List.aspx
│ │ │ ├── Open_List.aspx.cs
│ │ │ ├── Open_List.aspx.designer.cs
│ │ │ ├── Open_Tree.aspx
│ │ │ ├── Open_Tree.aspx.cs
│ │ │ ├── Open_Tree.aspx.designer.cs
│ │ │ ├── SaveAs.aspx
│ │ │ ├── SaveAs.aspx.cs
│ │ │ ├── SaveAs.aspx.designer.cs
│ │ │ ├── Save.ashx
│ │ │ ├── Save.ashx.cs
│ │ │ ├── Scripts
│ │ │ │ ├── draw-min.js
│ │ │ │ ├── workflow.js
│ │ │ │ └── workflow-show.js
│ │ │ ├── Set_Flow.aspx
│ │ │ ├── Set_Flow.aspx.cs
│ │ │ ├── Set_Flow.aspx.designer.cs
│ │ │ ├── Set_Line.aspx
│ │ │ ├── Set_Line.aspx.cs
│ │ │ ├── Set_Line.aspx.designer.cs
│ │ │ ├── Set_Step.aspx
│ │ │ ├── Set_Step.aspx.cs
│ │ │ ├── Set_Step.aspx.designer.cs
│ │ │ ├── Set_SubFlow.aspx
│ │ │ ├── Set_SubFlow.aspx.cs
│ │ │ ├── Set_SubFlow.aspx.designer.cs
│ │ │ ├── TestLineSqlWhere.ashx
│ │ │ ├── TestLineSqlWhere.ashx.cs
│ │ │ ├── UnInstall.ashx
│ │ │ └── UnInstall.ashx.cs
│ │ ├── WorkFlowFormDesigner
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Forms
│ │ │ │ ├── 2e114e74-f21e-06dd-9474-535551c30a3e.aspx
│ │ │ │ ├── 37355170-bda6-8217-3a34-ffce9c8aae24.aspx
│ │ │ │ ├── 475bda65-9c5f-5fcc-a008-9d65d0c1a533.aspx
│ │ │ │ └── 59137107-1594-1f6c-9d7d-ca7e912acec8.aspx
│ │ │ ├── GetAttribute.ashx
│ │ │ ├── GetAttribute.ashx.cs
│ │ │ ├── GetEvents.ashx
│ │ │ ├── GetEvents.ashx.cs
│ │ │ ├── GetHtml.ashx
│ │ │ ├── GetHtml.ashx.cs
│ │ │ ├── Getsubtable.ashx
│ │ │ ├── Getsubtable.ashx.cs
│ │ │ ├── Publish.ashx
│ │ │ ├── Publish.ashx.cs
│ │ │ ├── Save.ashx
│ │ │ ├── Save.ashx.cs
│ │ │ ├── TestSql.ashx
│ │ │ ├── TestSql.ashx.cs
│ │ │ └── ueditor
│ │ │ ├── dialogs
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.html
│ │ │ │ ├── attachment
│ │ │ │ │ ├── attachment.css
│ │ │ │ │ ├── attachment.html
│ │ │ │ │ ├── attachment.js
│ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ ├── alignicon.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── background
│ │ │ │ │ ├── background.css
│ │ │ │ │ ├── background.html
│ │ │ │ │ ├── background.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ ├── chart.config.js
│ │ │ │ │ ├── charts.css
│ │ │ │ │ ├── charts.html
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── charts0.png
│ │ │ │ │ ├── charts1.png
│ │ │ │ │ ├── charts2.png
│ │ │ │ │ ├── charts3.png
│ │ │ │ │ ├── charts4.png
│ │ │ │ │ └── charts5.png
│ │ │ │ ├── emotion
│ │ │ │ │ ├── emotion.css
│ │ │ │ │ ├── emotion.html
│ │ │ │ │ ├── emotion.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── bface.gif
│ │ │ │ │ ├── cface.gif
│ │ │ │ │ ├── fface.gif
│ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── tface.gif
│ │ │ │ │ ├── wface.gif
│ │ │ │ │ └── yface.gif
│ │ │ │ ├── gmap
│ │ │ │ │ └── gmap.html
│ │ │ │ ├── help
│ │ │ │ │ ├── help.css
│ │ │ │ │ ├── help.html
│ │ │ │ │ └── help.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.css
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── insertframe
│ │ │ │ │ └── insertframe.html
│ │ │ │ ├── internal.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.html
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── show.html
│ │ │ │ ├── music
│ │ │ │ │ ├── music.css
│ │ │ │ │ ├── music.html
│ │ │ │ │ └── music.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.html
│ │ │ │ ├── scrawl
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ └── undo.png
│ │ │ │ │ ├── scrawl.css
│ │ │ │ │ ├── scrawl.html
│ │ │ │ │ └── scrawl.js
│ │ │ │ ├── searchreplace
│ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ └── searchreplace.js
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── snapscreen.html
│ │ │ │ ├── spechars
│ │ │ │ │ ├── spechars.html
│ │ │ │ │ └── spechars.js
│ │ │ │ ├── table
│ │ │ │ │ ├── dragicon.png
│ │ │ │ │ ├── edittable.css
│ │ │ │ │ ├── edittable.html
│ │ │ │ │ ├── edittable.js
│ │ │ │ │ ├── edittd.html
│ │ │ │ │ └── edittip.html
│ │ │ │ ├── template
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── template.css
│ │ │ │ │ ├── template.html
│ │ │ │ │ └── template.js
│ │ │ │ ├── video
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── video.css
│ │ │ │ │ ├── video.html
│ │ │ │ │ └── video.js
│ │ │ │ ├── webapp
│ │ │ │ │ └── webapp.html
│ │ │ │ └── wordimage
│ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ ├── imageUploader.swf
│ │ │ │ ├── tangram.js
│ │ │ │ ├── wordimage.html
│ │ │ │ └── wordimage.js
│ │ │ ├── index.html
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── addimage.png
│ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ ├── listbackground.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn
│ │ │ │ ├── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn.js
│ │ │ ├── net
│ │ │ │ ├── App_Code
│ │ │ │ │ ├── Config.cs
│ │ │ │ │ ├── ConfigHandler.cs
│ │ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ │ ├── Handler.cs
│ │ │ │ │ ├── ListFileHandler.cs
│ │ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ │ ├── PathFormater.cs
│ │ │ │ │ └── UploadHandler.cs
│ │ │ │ ├── config.json
│ │ │ │ ├── controller.ashx
│ │ │ │ ├── net.sln
│ │ │ │ ├── README.md
│ │ │ │ ├── upload
│ │ │ │ │ └── image
│ │ │ │ │ └── 20141029
│ │ │ │ │ └── 6355020901654695851366005.gif
│ │ │ │ └── Web.config
│ │ │ ├── plugins
│ │ │ │ ├── common.js
│ │ │ │ ├── compule.js
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── attribute.aspx
│ │ │ │ │ ├── button.aspx
│ │ │ │ │ ├── checkbox.aspx
│ │ │ │ │ ├── datetime.aspx
│ │ │ │ │ ├── delete.aspx
│ │ │ │ │ ├── dictionary.aspx
│ │ │ │ │ ├── events.aspx
│ │ │ │ │ ├── files.aspx
│ │ │ │ │ ├── getdictchilds.aspx
│ │ │ │ │ ├── getsqljson.aspx
│ │ │ │ │ ├── grid.aspx
│ │ │ │ │ ├── hidden.aspx
│ │ │ │ │ ├── html.aspx
│ │ │ │ │ ├── label.aspx
│ │ │ │ │ ├── open.aspx
│ │ │ │ │ ├── open_list1.aspx
│ │ │ │ │ ├── org.aspx
│ │ │ │ │ ├── publish.aspx
│ │ │ │ │ ├── radio.aspx
│ │ │ │ │ ├── saveas.aspx
│ │ │ │ │ ├── save.aspx
│ │ │ │ │ ├── select.aspx
│ │ │ │ │ ├── subtable.aspx
│ │ │ │ │ ├── subtableset.aspx
│ │ │ │ │ ├── textarea.aspx
│ │ │ │ │ └── text.aspx
│ │ │ │ ├── images
│ │ │ │ │ ├── app.gif
│ │ │ │ │ ├── attachment.gif
│ │ │ │ │ ├── button.gif
│ │ │ │ │ ├── calendar.gif
│ │ │ │ │ ├── checkbox.gif
│ │ │ │ │ ├── database_info.gif
│ │ │ │ │ ├── datetime.gif
│ │ │ │ │ ├── dictionary.png
│ │ │ │ │ ├── flowname.png
│ │ │ │ │ ├── hidden.gif
│ │ │ │ │ ├── highlight.gif
│ │ │ │ │ ├── html.gif
│ │ │ │ │ ├── input.gif
│ │ │ │ │ ├── label.gif
│ │ │ │ │ ├── new.png
│ │ │ │ │ ├── open.png
│ │ │ │ │ ├── org.gif
│ │ │ │ │ ├── page_code.png
│ │ │ │ │ ├── radio.gif
│ │ │ │ │ ├── saveas.gif
│ │ │ │ │ ├── save.gif
│ │ │ │ │ ├── select.gif
│ │ │ │ │ ├── setting.gif
│ │ │ │ │ ├── stepname.png
│ │ │ │ │ ├── subtable.gif
│ │ │ │ │ ├── textarea.gif
│ │ │ │ │ └── view_list.gif
│ │ │ │ └── plugins.js
│ │ │ ├── themes
│ │ │ │ ├── default
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ └── images
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── word.gif
│ │ │ │ │ └── wordpaste.png
│ │ │ │ └── iframe.css
│ │ │ ├── third-party
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── highcharts
│ │ │ │ │ ├── adapters
│ │ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ ├── highcharts.js
│ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ ├── highcharts.src.js
│ │ │ │ │ ├── modules
│ │ │ │ │ │ ├── annotations.js
│ │ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ ├── map.src.js
│ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ │ └── themes
│ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ ├── dark-green.js
│ │ │ │ │ ├── gray.js
│ │ │ │ │ ├── grid.js
│ │ │ │ │ └── skies.js
│ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ ├── jquery-1.10.2.min.map
│ │ │ │ ├── snapscreen
│ │ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ ├── SyntaxHighlighter
│ │ │ │ │ ├── shCoreDefault.css
│ │ │ │ │ └── shCore.js
│ │ │ │ ├── video-js
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ ├── vjs.svg
│ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ ├── video.dev.js
│ │ │ │ │ ├── video.js
│ │ │ │ │ ├── video-js.css
│ │ │ │ │ ├── video-js.min.css
│ │ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ ├── webuploader.css
│ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ ├── webuploader.js
│ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ └── zeroclipboard
│ │ │ │ ├── ZeroClipboard.js
│ │ │ │ ├── ZeroClipboard.min.js
│ │ │ │ └── ZeroClipboard.swf
│ │ │ ├── ueditor.all.js
│ │ │ ├── ueditor.all.min.js
│ │ │ ├── ueditor.config.js
│ │ │ ├── ueditor.parse.js
│ │ │ └── ueditor.parse.min.js
│ │ ├── WorkFlowRun
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Execute.aspx
│ │ │ ├── Execute.aspx.cs
│ │ │ ├── Execute.aspx.designer.cs
│ │ │ ├── FlowBack.aspx
│ │ │ ├── FlowBack.aspx.cs
│ │ │ ├── FlowBack.aspx.designer.cs
│ │ │ ├── FlowRedirect.aspx
│ │ │ ├── FlowRedirect.aspx.cs
│ │ │ ├── FlowRedirect.aspx.designer.cs
│ │ │ ├── FlowSend.aspx
│ │ │ ├── FlowSend.aspx.cs
│ │ │ ├── FlowSend.aspx.designer.cs
│ │ │ ├── Print.aspx
│ │ │ ├── Print.aspx.cs
│ │ │ ├── Print.aspx.designer.cs
│ │ │ ├── Process.aspx
│ │ │ ├── Process.aspx.cs
│ │ │ ├── Process.aspx.designer.cs
│ │ │ ├── Scripts
│ │ │ │ ├── common.js
│ │ │ │ └── Forms
│ │ │ │ ├── common.js
│ │ │ │ ├── flowform.css
│ │ │ │ ├── flowform_print.css
│ │ │ │ └── GetSubTableData.aspx
│ │ │ ├── ShowComment.aspx
│ │ │ ├── ShowComment.aspx.cs
│ │ │ ├── ShowComment.aspx.designer.cs
│ │ │ ├── Sign.aspx
│ │ │ ├── Sign.aspx.cs
│ │ │ └── Sign.aspx.designer.cs
│ │ ├── WorkFlowSign
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ └── Default.aspx.designer.cs
│ │ └── WorkFlowTasks
│ │ ├── Back.ashx
│ │ ├── Back.ashx.cs
│ │ ├── CompletedList.aspx
│ │ ├── CompletedList.aspx.cs
│ │ ├── CompletedList.aspx.designer.cs
│ │ ├── Delete.ashx
│ │ ├── Delete.ashx.cs
│ │ ├── Designate.aspx
│ │ ├── Designate.aspx.cs
│ │ ├── Designate.aspx.designer.cs
│ │ ├── Detail.aspx
│ │ ├── Detail.aspx.cs
│ │ ├── Detail.aspx.designer.cs
│ │ ├── DetailSubFlow.aspx
│ │ ├── DetailSubFlow.aspx.cs
│ │ ├── DetailSubFlow.aspx.designer.cs
│ │ ├── Instance.aspx
│ │ ├── Instance.aspx.cs
│ │ ├── Instance.aspx.designer.cs
│ │ ├── InstanceList.aspx
│ │ ├── InstanceList.aspx.cs
│ │ ├── InstanceList.aspx.designer.cs
│ │ ├── InstanceManage.aspx
│ │ ├── InstanceManage.aspx.cs
│ │ ├── InstanceManage.aspx.designer.cs
│ │ ├── InstanceTree.aspx
│ │ ├── InstanceTree.aspx.cs
│ │ ├── InstanceTree.aspx.designer.cs
│ │ ├── WaitList.aspx
│ │ ├── WaitList.aspx.cs
│ │ └── WaitList.aspx.designer.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── PublishProfiles
│ │ ├── publish.pubxml
│ │ └── publish.pubxml.user
│ ├── Scripts
│ │ ├── jquery-1.11.1.min.js
│ │ ├── jquery.cookie.js
│ │ ├── json.js
│ │ ├── My97DatePicker
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ ├── vssver2.scc
│ │ │ │ └── zh-cn.js
│ │ │ ├── skin
│ │ │ │ ├── blueFresh
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── green
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── simple
│ │ │ │ │ ├── bg_calendar.gif
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── down.jpg
│ │ │ │ │ ├── indexbg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── navLeft.gif
│ │ │ │ │ ├── navRight.gif
│ │ │ │ │ ├── qs.jpg
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── up.jpg
│ │ │ │ │ └── ymbg.jpg
│ │ │ │ ├── twoer
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── img.gif
│ │ │ │ │ └── img.png
│ │ │ │ ├── vssver2.scc
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── vssver2.scc
│ │ │ └── WdatePicker.js
│ │ ├── roadui.accordion.js
│ │ ├── roadui.button.js
│ │ ├── roadui.calendar.js
│ │ ├── roadui.combox.js
│ │ ├── roadui.core.js
│ │ ├── roadui.dict.js
│ │ ├── roadui.dragsort.js
│ │ ├── roadui.editor.js
│ │ ├── roadui.file.js
│ │ ├── roadui.grid.js
│ │ ├── roadui.init.js
│ │ ├── roadui.member.js
│ │ ├── roadui.menu.js
│ │ ├── roadui.selectico.js
│ │ ├── roadui.select.js
│ │ ├── roadui.tab.js
│ │ ├── roadui.textarea.js
│ │ ├── roadui.text.js
│ │ ├── roadui.tree.js
│ │ ├── roadui.validate.js
│ │ ├── roadui.window.js
│ │ └── Ueditor
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── App_Code
│ │ │ │ ├── Config.cs
│ │ │ │ ├── ConfigHandler.cs
│ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ ├── Handler.cs
│ │ │ │ ├── ListFileHandler.cs
│ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ ├── PathFormater.cs
│ │ │ │ └── UploadHandler.cs
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ ├── net.sln
│ │ │ ├── README.md
│ │ │ ├── upload
│ │ │ │ └── image
│ │ │ │ ├── 20141104
│ │ │ │ │ └── 6355073061742316887832484.gif
│ │ │ │ ├── 20141120
│ │ │ │ │ └── 6355209065181356956444327.gif
│ │ │ │ └── 20150310
│ │ │ │ ├── 6356159907130362046714478.jpg
│ │ │ │ └── 6356161444801361024305608.jpg
│ │ │ └── Web.config
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── Test.aspx
│ ├── Test.aspx.cs
│ ├── Test.aspx.designer.cs
│ ├── Themes
│ │ ├── Blue
│ │ │ ├── Images
│ │ │ │ ├── accordion
│ │ │ │ │ └── bg.png
│ │ │ │ ├── combox
│ │ │ │ │ ├── down1.gif
│ │ │ │ │ └── down.gif
│ │ │ │ ├── grid
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── sortasc1.gif
│ │ │ │ │ ├── sortasc.gif
│ │ │ │ │ ├── sortdesc1.gif
│ │ │ │ │ └── sortdesc.gif
│ │ │ │ ├── main
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── logo.psd
│ │ │ │ │ ├── menuleftsplit.gif
│ │ │ │ │ ├── split1.png
│ │ │ │ │ ├── split.png
│ │ │ │ │ ├── topbg.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── menu
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── public
│ │ │ │ │ ├── default.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tab
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── left1.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right1.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── scroll.gif
│ │ │ │ │ ├── tab1.gif
│ │ │ │ │ ├── tab2.gif
│ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ ├── tab-content-bg.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tree
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── root.gif
│ │ │ │ │ ├── tree.gif
│ │ │ │ │ ├── tree.psd
│ │ │ │ │ ├── tree副本.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── validate
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── right.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ └── window
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── drag.gif
│ │ │ │ ├── ico.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── Style
│ │ │ ├── style.css
│ │ │ ├── ui.css
│ │ │ └── vssver2.scc
│ │ ├── Common.css
│ │ ├── Gray
│ │ │ ├── Images
│ │ │ │ ├── accordion
│ │ │ │ │ └── bg.png
│ │ │ │ ├── combox
│ │ │ │ │ ├── down1.gif
│ │ │ │ │ └── down.gif
│ │ │ │ ├── grid
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── sortasc1.gif
│ │ │ │ │ ├── sortasc.gif
│ │ │ │ │ ├── sortdesc1.gif
│ │ │ │ │ └── sortdesc.gif
│ │ │ │ ├── main
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── logo.psd
│ │ │ │ │ ├── menuleftsplit.gif
│ │ │ │ │ ├── split1.png
│ │ │ │ │ ├── split.png
│ │ │ │ │ ├── topbg.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── menu
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── public
│ │ │ │ │ ├── default.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tab
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── left1.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right1.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── scroll.gif
│ │ │ │ │ ├── tab1.gif
│ │ │ │ │ ├── tab2.gif
│ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ ├── tab-content-bg.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tree
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── root.gif
│ │ │ │ │ ├── tree.gif
│ │ │ │ │ ├── tree.psd
│ │ │ │ │ ├── tree副本.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── validate
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── right.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ └── window
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── drag.gif
│ │ │ │ ├── ico.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── Style
│ │ │ ├── style.css
│ │ │ ├── ui.css
│ │ │ └── vssver2.scc
│ │ └── Green
│ │ ├── Images
│ │ │ ├── accordion
│ │ │ │ └── bg.png
│ │ │ ├── combox
│ │ │ │ ├── down1.gif
│ │ │ │ └── down.gif
│ │ │ ├── grid
│ │ │ │ ├── loading.gif
│ │ │ │ ├── sortasc1.gif
│ │ │ │ ├── sortasc.gif
│ │ │ │ ├── sortdesc1.gif
│ │ │ │ └── sortdesc.gif
│ │ │ ├── main
│ │ │ │ ├── logo.png
│ │ │ │ ├── logo.psd
│ │ │ │ ├── menuleftsplit.gif
│ │ │ │ ├── split1.png
│ │ │ │ ├── split.png
│ │ │ │ ├── topbg.png
│ │ │ │ └── vssver2.scc
│ │ │ ├── menu
│ │ │ │ ├── bg.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── split.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── public
│ │ │ │ ├── default.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── tab
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── left1.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── right1.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── scroll.gif
│ │ │ │ ├── tab1.gif
│ │ │ │ ├── tab2.gif
│ │ │ │ ├── tab-bg-active.gif
│ │ │ │ ├── tab-bg.gif
│ │ │ │ ├── tab-content-bg.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── toolbar
│ │ │ │ ├── split.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── tree
│ │ │ │ ├── bg.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── root.gif
│ │ │ │ ├── tree.gif
│ │ │ │ ├── tree.psd
│ │ │ │ ├── tree副本.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── validate
│ │ │ │ ├── error.png
│ │ │ │ ├── right.png
│ │ │ │ └── vssver2.scc
│ │ │ └── window
│ │ │ ├── bg.gif
│ │ │ ├── close1.gif
│ │ │ ├── close.gif
│ │ │ ├── drag.gif
│ │ │ ├── ico.gif
│ │ │ └── vssver2.scc
│ │ └── Style
│ │ ├── style.css
│ │ ├── ui.css
│ │ └── vssver2.scc
│ ├── VCode.ashx
│ ├── VCode.ashx.cs
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── WebForm.csproj
│ ├── WebForm.csproj.user
│ └── Web.Release.config
└── WebMvc
├── App_Start
│ ├── BundleConfig.cs
│ ├── FilterConfig.cs
│ ├── MyController.cs
│ ├── RouteConfig.cs
│ └── WebApiConfig.cs
├── Areas
│ └── Controls
│ ├── Controllers
│ │ ├── SelectDictController.cs
│ │ ├── SelectIcoController.cs
│ │ ├── SelectMemberController.cs
│ │ └── UploadFilesController.cs
│ ├── ControlsAreaRegistration.cs
│ └── Views
│ ├── SelectDict
│ │ └── Index.cshtml
│ ├── SelectIco
│ │ ├── File.cshtml
│ │ ├── Folder.cshtml
│ │ └── Index.cshtml
│ ├── SelectMember
│ │ └── Index.cshtml
│ ├── UploadFiles
│ │ └── Index.cshtml
│ ├── _ViewStart.cshtml
│ └── Web.config
├── bin
│ ├── Antlr3.Runtime.dll
│ ├── EntityFramework.dll
│ ├── EntityFramework.xml
│ ├── LitJSON.dll
│ ├── LitJSON.pdb
│ ├── Microsoft.Web.Infrastructure.dll
│ ├── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ ├── Newtonsoft.Json.dll
│ ├── Newtonsoft.Json.xml
│ ├── Oracle.DataAccess.dll
│ ├── RoadFlow.Cache.Factory.dll
│ ├── RoadFlow.Cache.Factory.pdb
│ ├── RoadFlow.Cache.InProc.dll
│ ├── RoadFlow.Cache.InProc.pdb
│ ├── RoadFlow.Cache.Interface.dll
│ ├── RoadFlow.Cache.Interface.pdb
│ ├── RoadFlow.Cache.IO.dll
│ ├── RoadFlow.Cache.IO.pdb
│ ├── RoadFlow.Data.Factory.dll
│ ├── RoadFlow.Data.Factory.pdb
│ ├── RoadFlow.Data.Interface.dll
│ ├── RoadFlow.Data.Interface.pdb
│ ├── RoadFlow.Data.Model.dll
│ ├── RoadFlow.Data.Model.pdb
│ ├── RoadFlow.Data.MSSQL.dll
│ ├── RoadFlow.Data.MSSQL.pdb
│ ├── RoadFlow.Data.ORACLE.dll
│ ├── RoadFlow.Data.ORACLE.pdb
│ ├── RoadFlow.Platform.dll
│ ├── RoadFlow.Platform.pdb
│ ├── RoadFlow.Utility.dll
│ ├── RoadFlow.Utility.pdb
│ ├── System.Net.Http.dll
│ ├── System.Net.Http.WebRequest.dll
│ ├── System.Net.Http.WebRequest.xml
│ ├── System.Net.Http.xml
│ ├── System.Web.Mvc.dll
│ ├── System.Web.Mvc.xml
│ ├── System.Web.Optimization.dll
│ ├── System.Web.Providers.dll
│ ├── System.Web.Razor.dll
│ ├── System.Web.Razor.xml
│ ├── System.Web.WebPages.Deployment.dll
│ ├── System.Web.WebPages.Deployment.xml
│ ├── System.Web.WebPages.dll
│ ├── System.Web.WebPages.Razor.dll
│ ├── System.Web.WebPages.Razor.xml
│ ├── System.Web.WebPages.xml
│ ├── WebGrease.dll
│ ├── WebMvc.dll
│ ├── WebMvc.pdb
│ └── zh-Hans
│ ├── EntityFramework.resources.dll
│ ├── System.Net.Http.resources.dll
│ ├── System.Net.Http.WebRequest.resources.dll
│ ├── System.Web.Mvc.resources.dll
│ ├── System.Web.Optimization.resources.dll
│ ├── System.Web.Providers.resources.dll
│ ├── System.Web.Razor.resources.dll
│ ├── System.Web.WebPages.Deployment.resources.dll
│ ├── System.Web.WebPages.Razor.resources.dll
│ └── System.Web.WebPages.resources.dll
├── Common
│ ├── CustomFormSave.cs
│ ├── CustomRequestValidation.cs
│ └── Tools.cs
├── Content
│ ├── Controls
│ │ └── Files
│ │ ├── crossdomain.xml
│ │ ├── Default.cshtml
│ │ ├── delete.ashx
│ │ ├── jquery.uploadify.js
│ │ ├── upload.ashx
│ │ ├── uploadify.swf
│ │ └── vssver2.scc
│ ├── Theme
│ │ ├── Blue
│ │ │ ├── Images
│ │ │ │ ├── accordion
│ │ │ │ │ └── bg.png
│ │ │ │ ├── combox
│ │ │ │ │ ├── down1.gif
│ │ │ │ │ └── down.gif
│ │ │ │ ├── grid
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── sortasc1.gif
│ │ │ │ │ ├── sortasc.gif
│ │ │ │ │ ├── sortdesc1.gif
│ │ │ │ │ └── sortdesc.gif
│ │ │ │ ├── main
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── logo.psd
│ │ │ │ │ ├── menuleftsplit.gif
│ │ │ │ │ ├── split1.png
│ │ │ │ │ ├── split.png
│ │ │ │ │ ├── topbg.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── menu
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── public
│ │ │ │ │ ├── default.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tab
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── left1.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right1.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── scroll.gif
│ │ │ │ │ ├── tab1.gif
│ │ │ │ │ ├── tab2.gif
│ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ ├── tab-content-bg.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tree
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── root.gif
│ │ │ │ │ ├── tree.gif
│ │ │ │ │ ├── tree.psd
│ │ │ │ │ ├── tree副本.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── validate
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── right.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ └── window
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── drag.gif
│ │ │ │ ├── ico.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── Style
│ │ │ ├── style.css
│ │ │ ├── ui.css
│ │ │ └── vssver2.scc
│ │ ├── Common.css
│ │ ├── Gray
│ │ │ ├── Images
│ │ │ │ ├── accordion
│ │ │ │ │ └── bg.png
│ │ │ │ ├── combox
│ │ │ │ │ ├── down1.gif
│ │ │ │ │ └── down.gif
│ │ │ │ ├── grid
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── sortasc1.gif
│ │ │ │ │ ├── sortasc.gif
│ │ │ │ │ ├── sortdesc1.gif
│ │ │ │ │ └── sortdesc.gif
│ │ │ │ ├── main
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── logo.psd
│ │ │ │ │ ├── menuleftsplit.gif
│ │ │ │ │ ├── split1.png
│ │ │ │ │ ├── split.png
│ │ │ │ │ ├── topbg.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── menu
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── public
│ │ │ │ │ ├── default.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tab
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── left1.gif
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── right1.gif
│ │ │ │ │ ├── right.gif
│ │ │ │ │ ├── scroll.gif
│ │ │ │ │ ├── tab1.gif
│ │ │ │ │ ├── tab2.gif
│ │ │ │ │ ├── tab-bg-active.gif
│ │ │ │ │ ├── tab-bg.gif
│ │ │ │ │ ├── tab-content-bg.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── toolbar
│ │ │ │ │ ├── split.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── tree
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── root.gif
│ │ │ │ │ ├── tree.gif
│ │ │ │ │ ├── tree.psd
│ │ │ │ │ ├── tree副本.gif
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── validate
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── right.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ └── window
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── drag.gif
│ │ │ │ ├── ico.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── Style
│ │ │ ├── style.css
│ │ │ ├── ui.css
│ │ │ └── vssver2.scc
│ │ └── Green
│ │ ├── Images
│ │ │ ├── accordion
│ │ │ │ └── bg.png
│ │ │ ├── combox
│ │ │ │ ├── down1.gif
│ │ │ │ └── down.gif
│ │ │ ├── grid
│ │ │ │ ├── loading.gif
│ │ │ │ ├── sortasc1.gif
│ │ │ │ ├── sortasc.gif
│ │ │ │ ├── sortdesc1.gif
│ │ │ │ └── sortdesc.gif
│ │ │ ├── main
│ │ │ │ ├── logo.png
│ │ │ │ ├── logo.psd
│ │ │ │ ├── menuleftsplit.gif
│ │ │ │ ├── split1.png
│ │ │ │ ├── split.png
│ │ │ │ ├── topbg.png
│ │ │ │ └── vssver2.scc
│ │ │ ├── menu
│ │ │ │ ├── bg.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── split.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── public
│ │ │ │ ├── default.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── tab
│ │ │ │ ├── bg.gif
│ │ │ │ ├── close1.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── left1.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── right1.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── scroll.gif
│ │ │ │ ├── tab1.gif
│ │ │ │ ├── tab2.gif
│ │ │ │ ├── tab-bg-active.gif
│ │ │ │ ├── tab-bg.gif
│ │ │ │ ├── tab-content-bg.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── toolbar
│ │ │ │ ├── split.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── tree
│ │ │ │ ├── bg.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── root.gif
│ │ │ │ ├── tree.gif
│ │ │ │ ├── tree.psd
│ │ │ │ ├── tree副本.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── validate
│ │ │ │ ├── error.png
│ │ │ │ ├── right.png
│ │ │ │ └── vssver2.scc
│ │ │ └── window
│ │ │ ├── bg.gif
│ │ │ ├── close1.gif
│ │ │ ├── close.gif
│ │ │ ├── drag.gif
│ │ │ ├── ico.gif
│ │ │ └── vssver2.scc
│ │ └── Style
│ │ ├── style.css
│ │ ├── ui.css
│ │ └── vssver2.scc
│ └── UserSigns
│ ├── 0362149c-af22-491f-baef-37bffcc1fd5c.gif
│ ├── 095ba7de-084a-41aa-a21e-4ccbb7cd4ff8.gif
│ ├── 23c3e9fc-6d8a-4ea0-925a-0a0671d61378.gif
│ ├── 8086d01f-7ae3-402e-b543-d34f1059f79a.gif
│ ├── c2d3012a-c816-4149-ac04-9da0b60e3867.gif
│ └── eb03262c-ab60-4bc6-a4c0-96e66a4229fe.gif
├── Controllers
│ ├── AppLibraryController.cs
│ ├── DBConnectionController.cs
│ ├── DictController.cs
│ ├── HomeController.cs
│ ├── LogController.cs
│ ├── LoginController.cs
│ ├── MembersController.cs
│ ├── OnlineUsersController.cs
│ ├── RoleAppController.cs
│ ├── TestController.cs
│ ├── UserAppController.cs
│ ├── WorkFlowArchivesController.cs
│ ├── WorkFlowButtonsController.cs
│ ├── WorkFlowCommentsController.cs
│ ├── WorkFlowDelegationController.cs
│ ├── WorkFlowDesignerController.cs
│ ├── WorkFlowFormDesignerController.cs
│ ├── WorkFlowRunController.cs
│ ├── WorkFlowSignController.cs
│ └── WorkFlowTasksController.cs
├── Global.asax
├── Global.asax.cs
├── Images
│ ├── ico
│ │ ├── 2012080111634.png
│ │ ├── 2012080404391.png
│ │ ├── 2012092109942.png
│ │ ├── 20130406011043129_easyicon_net_16.png
│ │ ├── 20130406014311476_easyicon_net_16.png
│ │ ├── accept.gif
│ │ ├── add.gif
│ │ ├── against.gif
│ │ ├── agree.gif
│ │ ├── application_osx_add.png
│ │ ├── application_osx_double.png
│ │ ├── application_osx_remove.png
│ │ ├── application_windows_down.png
│ │ ├── arrow_large_down.png
│ │ ├── arrow_large_left.png
│ │ ├── arrow_large_right.png
│ │ ├── arrow_medium_down.png
│ │ ├── arrow_medium_left.png
│ │ ├── arrow_medium_lower_left.png
│ │ ├── arrow_medium_lower_right.png
│ │ ├── arrow_medium_right.png
│ │ ├── arrow_medium_upper_right.png
│ │ ├── arrow_medium_up.png
│ │ ├── back.gif
│ │ ├── box_add.png
│ │ ├── box_new.png
│ │ ├── box_remove.png
│ │ ├── box_warning.png
│ │ ├── calllogtype_missed.png
│ │ ├── cancel.gif
│ │ ├── cart.png
│ │ ├── cd.png
│ │ ├── chart_bar.png
│ │ ├── chart_curve.png
│ │ ├── chart_line.png
│ │ ├── chart_organisation.png
│ │ ├── chart_pie.png
│ │ ├── clear.gif
│ │ ├── clock.gif
│ │ ├── clock.png
│ │ ├── coin_cuprum.gif
│ │ ├── coin_gold.gif
│ │ ├── comment.png
│ │ ├── comment_reply.png
│ │ ├── comments_reply.png
│ │ ├── comments_small.png
│ │ ├── computer.png
│ │ ├── connect_getpassword_icon.png
│ │ ├── connect.png
│ │ ├── contact_blue.png
│ │ ├── contact_grey.png
│ │ ├── contact_grey_remove.png
│ │ ├── cross.png
│ │ ├── customers.gif
│ │ ├── data.png
│ │ ├── del.gif
│ │ ├── direction.png
│ │ ├── disconnect.png
│ │ ├── doc_stand.png
│ │ ├── doc_tag.png
│ │ ├── download.png
│ │ ├── edit.gif
│ │ ├── error.gif
│ │ ├── event_time.gif
│ │ ├── file_del.gif
│ │ ├── file_edit.gif
│ │ ├── find.png
│ │ ├── folder_classic_add.png
│ │ ├── folder_classic_down.png
│ │ ├── folder_classic_edit.png
│ │ ├── folder_classic_locked.png
│ │ ├── folder_classic_opened.png
│ │ ├── folder_classic.png
│ │ ├── folder_classic_stuffed_add.png
│ │ ├── folder_classic_stuffed_remove.png
│ │ ├── folder_classic_up.png
│ │ ├── folder_delete.png
│ │ ├── folder_new.png
│ │ ├── folder.png
│ │ ├── forum_add.gif
│ │ ├── forum_del.gif
│ │ ├── forum_edit.gif
│ │ ├── forum.gif
│ │ ├── gif-0465.gif
│ │ ├── group_blue.png
│ │ ├── group.gif
│ │ ├── group_green.png
│ │ ├── group_green_remove.png
│ │ ├── group_grey_remove.png
│ │ ├── group.png
│ │ ├── group_search.gif
│ │ ├── hammer.png
│ │ ├── hammer_screwdriver.png
│ │ ├── hand_point.png
│ │ ├── hcards_down.png
│ │ ├── home_green.png
│ │ ├── icon_site.gif
│ │ ├── images.png
│ │ ├── important.gif
│ │ ├── info.gif
│ │ ├── information.png
│ │ ├── inhibit.gif
│ │ ├── keyboard.png
│ │ ├── key.png
│ │ ├── labs.gif
│ │ ├── lightbulb.gif
│ │ ├── lightbulb_off.gif
│ │ ├── lightbulb.png
│ │ ├── linkdel.gif
│ │ ├── link.gif
│ │ ├── lock_large_locked.png
│ │ ├── lock.png
│ │ ├── lock_unlock.png
│ │ ├── magic.gif
│ │ ├── magnifier.png
│ │ ├── member.gif
│ │ ├── microphone.png
│ │ ├── module.gif
│ │ ├── money_dollar.png
│ │ ├── money_euro.png
│ │ ├── money.png
│ │ ├── mouse.png
│ │ ├── music_beam.png
│ │ ├── new-icon.gif
│ │ ├── newspaper.png
│ │ ├── page_code.png
│ │ ├── page_tag_blue.gif
│ │ ├── page_world.png
│ │ ├── permission.gif
│ │ ├── pin.png
│ │ ├── pipette.png
│ │ ├── polemize.gif
│ │ ├── poll.gif
│ │ ├── printer.gif
│ │ ├── printer.png
│ │ ├── projection_screen.png
│ │ ├── Properties.png
│ │ ├── refresh2.png
│ │ ├── refresh_backwards.png
│ │ ├── refresh.gif
│ │ ├── Refresh.png
│ │ ├── rgb.png
│ │ ├── right.gif
│ │ ├── role.gif
│ │ ├── saveas.gif
│ │ ├── save.gif
│ │ ├── search.png
│ │ ├── select.gif
│ │ ├── setting.gif
│ │ ├── shape_aling_center.png
│ │ ├── shape_aling_left.png
│ │ ├── sitemap.png
│ │ ├── sound.png
│ │ ├── system-tick-alt-03.png
│ │ ├── table_add.gif
│ │ ├── table_del.gif
│ │ ├── table_edit.gif
│ │ ├── table.gif
│ │ ├── tag_blue.png
│ │ ├── task.gif
│ │ ├── textfield_rename.png
│ │ ├── theme.gif
│ │ ├── topic_add.gif
│ │ ├── topic_del.gif
│ │ ├── topic_edit.gif
│ │ ├── topic.gif
│ │ ├── topic_option.gif
│ │ ├── topic_search.gif
│ │ ├── trash_full.gif
│ │ ├── trash.gif
│ │ ├── tree_photo_add.png
│ │ ├── tree_photo_export.png
│ │ ├── tree_photo_library.png
│ │ ├── tree_photo_userdefined.png
│ │ ├── tree_sms_all.png
│ │ ├── ui_saccordion.png
│ │ ├── upload.png
│ │ ├── user_black_female.png
│ │ ├── user.png
│ │ ├── vcard.png
│ │ ├── vector.png
│ │ ├── volume_loud.png
│ │ ├── warning.png
│ │ ├── weather_clouds.png
│ │ ├── weather_cloudy.png
│ │ ├── webcam.png
│ │ ├── world.png
│ │ ├── zone_money.png
│ │ ├── zones.png
│ │ └── zoom.png
│ ├── loading
│ │ ├── load1.gif
│ │ ├── load2.gif
│ │ ├── load3.gif
│ │ ├── load.gif
│ │ └── vssver2.scc
│ ├── login
│ │ ├── bg2.png
│ │ ├── login2.psd
│ │ └── vssver2.scc
│ ├── theme_blue1.gif
│ ├── theme_blue.gif
│ ├── theme_gray1.gif
│ ├── theme_gray.gif
│ ├── theme_green1.gif
│ ├── theme_green.gif
│ ├── vcodebg.png
│ └── vssver2.scc
├── obj
│ └── Debug
│ ├── WebMvc.csproj.FileListAbsolute.txt
│ ├── WebMvc.csprojResolveAssemblyReference.cache
│ ├── WebMvc.dll
│ └── WebMvc.pdb
├── packages.config
├── Properties
│ ├── AssemblyInfo.cs
│ └── PublishProfiles
│ ├── Publish.pubxml
│ └── Publish.pubxml.user
├── Scripts
│ ├── FlowDesinger
│ │ ├── draw-min.js
│ │ ├── workflow.js
│ │ └── workflow-show.js
│ ├── FlowRun
│ │ ├── common.js
│ │ └── Forms
│ │ ├── common.js
│ │ ├── flowform.css
│ │ ├── flowform_print.css
│ │ └── GetSubTableData.aspx
│ ├── FormDesinger
│ │ └── ueditor
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── App_Code
│ │ │ │ ├── Config.cs
│ │ │ │ ├── ConfigHandler.cs
│ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ ├── Handler.cs
│ │ │ │ ├── ListFileHandler.cs
│ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ ├── PathFormater.cs
│ │ │ │ └── UploadHandler.cs
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ ├── net.sln
│ │ │ ├── README.md
│ │ │ ├── upload
│ │ │ │ └── image
│ │ │ │ └── 20141029
│ │ │ │ └── 6355020901654695851366005.gif
│ │ │ └── Web.config
│ │ ├── plugins
│ │ │ ├── common.js
│ │ │ ├── compule.js
│ │ │ ├── dialogs
│ │ │ │ ├── attribute.aspx
│ │ │ │ ├── button.aspx
│ │ │ │ ├── checkbox.aspx
│ │ │ │ ├── datetime.aspx
│ │ │ │ ├── delete.aspx
│ │ │ │ ├── dictionary.aspx
│ │ │ │ ├── events.aspx
│ │ │ │ ├── files.aspx
│ │ │ │ ├── getdictchilds.aspx
│ │ │ │ ├── getsqljson.aspx
│ │ │ │ ├── grid.aspx
│ │ │ │ ├── hidden.aspx
│ │ │ │ ├── html.aspx
│ │ │ │ ├── label.aspx
│ │ │ │ ├── open.aspx
│ │ │ │ ├── open_list1.aspx
│ │ │ │ ├── org.aspx
│ │ │ │ ├── publish.aspx
│ │ │ │ ├── radio.aspx
│ │ │ │ ├── saveas.aspx
│ │ │ │ ├── save.aspx
│ │ │ │ ├── select.aspx
│ │ │ │ ├── subtable.aspx
│ │ │ │ ├── subtableset.aspx
│ │ │ │ ├── textarea.aspx
│ │ │ │ └── text.aspx
│ │ │ ├── images
│ │ │ │ ├── app.gif
│ │ │ │ ├── attachment.gif
│ │ │ │ ├── button.gif
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── checkbox.gif
│ │ │ │ ├── database_info.gif
│ │ │ │ ├── datetime.gif
│ │ │ │ ├── dictionary.png
│ │ │ │ ├── flowname.png
│ │ │ │ ├── hidden.gif
│ │ │ │ ├── highlight.gif
│ │ │ │ ├── html.gif
│ │ │ │ ├── input.gif
│ │ │ │ ├── label.gif
│ │ │ │ ├── new.png
│ │ │ │ ├── open.png
│ │ │ │ ├── org.gif
│ │ │ │ ├── page_code.png
│ │ │ │ ├── radio.gif
│ │ │ │ ├── saveas.gif
│ │ │ │ ├── save.gif
│ │ │ │ ├── select.gif
│ │ │ │ ├── setting.gif
│ │ │ │ ├── stepname.png
│ │ │ │ ├── subtable.gif
│ │ │ │ ├── textarea.gif
│ │ │ │ └── view_list.gif
│ │ │ └── plugins.js
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── jquery-1.11.1.js
│ ├── jquery-1.11.1.min.js
│ ├── jquery.cookie.js
│ ├── json.js
│ ├── My97DatePicker
│ │ ├── calendar.js
│ │ ├── lang
│ │ │ ├── vssver2.scc
│ │ │ └── zh-cn.js
│ │ ├── skin
│ │ │ ├── blueFresh
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── img.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── img.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── green
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── simple
│ │ │ │ ├── bg_calendar.gif
│ │ │ │ ├── bg.gif
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── down.jpg
│ │ │ │ ├── indexbg.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── navLeft.gif
│ │ │ │ ├── navRight.gif
│ │ │ │ ├── qs.jpg
│ │ │ │ ├── right.gif
│ │ │ │ ├── up.jpg
│ │ │ │ └── ymbg.jpg
│ │ │ ├── twoer
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── img.gif
│ │ │ │ └── img.png
│ │ │ ├── vssver2.scc
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── vssver2.scc
│ │ └── WdatePicker.js
│ ├── roadui.accordion.js
│ ├── roadui.button.js
│ ├── roadui.calendar.js
│ ├── roadui.combox.js
│ ├── roadui.core.js
│ ├── roadui.dict.js
│ ├── roadui.dragsort.js
│ ├── roadui.editor.js
│ ├── roadui.file.js
│ ├── roadui.grid.js
│ ├── roadui.init.js
│ ├── roadui.member.js
│ ├── roadui.menu.js
│ ├── roadui.selectico.js
│ ├── roadui.select.js
│ ├── roadui.tab.js
│ ├── roadui.textarea.js
│ ├── roadui.text.js
│ ├── roadui.tree.js
│ ├── roadui.validate.js
│ ├── roadui.window.js
│ ├── Ueditor
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── App_Code
│ │ │ │ ├── Config.cs
│ │ │ │ ├── ConfigHandler.cs
│ │ │ │ ├── CrawlerHandler.cs
│ │ │ │ ├── Handler.cs
│ │ │ │ ├── ListFileHandler.cs
│ │ │ │ ├── NotSupportedHandler.cs
│ │ │ │ ├── PathFormater.cs
│ │ │ │ └── UploadHandler.cs
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ ├── net.sln
│ │ │ ├── README.md
│ │ │ ├── upload
│ │ │ │ └── image
│ │ │ │ ├── 20141104
│ │ │ │ │ └── 6355073061742316887832484.gif
│ │ │ │ └── 20141120
│ │ │ │ └── 6355209065181356956444327.gif
│ │ │ └── Web.config
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ └── Uploadify
│ ├── crossdomain.xml
│ ├── jquery.uploadify.js
│ └── uploadify.swf
├── Test
│ ├── Test.aspx
│ ├── Test.aspx.cs
│ └── Test.aspx.designer.cs
├── Views
│ ├── AppLibrary
│ │ ├── Edit.cshtml
│ │ ├── Index.cshtml
│ │ ├── List.cshtml
│ │ └── Tree.cshtml
│ ├── DBConnection
│ │ ├── Edit.cshtml
│ │ └── Index.cshtml
│ ├── Dict
│ │ ├── Add.cshtml
│ │ ├── Body.cshtml
│ │ ├── Index.cshtml
│ │ ├── Sort.cshtml
│ │ └── Tree.cshtml
│ ├── Home
│ │ ├── Home.cshtml
│ │ └── Index.cshtml
│ ├── Log
│ │ ├── Detail.cshtml
│ │ └── Index.cshtml
│ ├── Login
│ │ ├── Index.cshtml
│ │ └── Login.cshtml
│ ├── Members
│ │ ├── BodyAdd.cshtml
│ │ ├── Body.cshtml
│ │ ├── EditPass.cshtml
│ │ ├── Empty.cshtml
│ │ ├── Index.cshtml
│ │ ├── Sort.cshtml
│ │ ├── SortUsers.cshtml
│ │ ├── Tree.cshtml
│ │ ├── UserAdd.cshtml
│ │ ├── User.cshtml
│ │ ├── WorkGroupAdd.cshtml
│ │ └── WorkGroup.cshtml
│ ├── OnlineUsers
│ │ └── Index.cshtml
│ ├── RoleApp
│ │ ├── AddApp.cshtml
│ │ ├── AddRole.cshtml
│ │ ├── Body.cshtml
│ │ ├── EditRole.cshtml
│ │ ├── Index.cshtml
│ │ ├── SetApp.cshtml
│ │ ├── Sort.cshtml
│ │ └── Tree.cshtml
│ ├── Shared
│ │ ├── Error.cshtml
│ │ └── _Layout.cshtml
│ ├── Test
│ │ ├── CustomForm.cshtml
│ │ └── Index.cshtml
│ ├── UserApp
│ │ ├── AddApp.cshtml
│ │ ├── Body1.cshtml
│ │ ├── Body.cshtml
│ │ ├── Index.cshtml
│ │ └── Tree.cshtml
│ ├── _ViewStart.cshtml
│ ├── Web.config
│ ├── WorkFlowArchives
│ │ ├── Index.cshtml
│ │ ├── List.cshtml
│ │ ├── Show.cshtml
│ │ └── Tree.cshtml
│ ├── WorkFlowButtons
│ │ ├── Edit.cshtml
│ │ └── Index.cshtml
│ ├── WorkFlowComments
│ │ ├── Edit.cshtml
│ │ └── Index.cshtml
│ ├── WorkFlowDelegation
│ │ ├── Edit.cshtml
│ │ └── Index.cshtml
│ ├── WorkFlowDesigner
│ │ ├── Index.cshtml
│ │ ├── Install.cshtml
│ │ ├── Opation.cshtml
│ │ ├── Open.cshtml
│ │ ├── Open_List.cshtml
│ │ ├── Open_Tree.cshtml
│ │ ├── SaveAs.cshtml
│ │ ├── Save.cshtml
│ │ ├── Set_Flow.cshtml
│ │ ├── Set_Line.cshtml
│ │ ├── Set_Step.cshtml
│ │ ├── Set_SubFlow.cshtml
│ │ ├── UnInstall.cshtml
│ │ └── 副本 Set_SubFlow.cshtml
│ ├── WorkFlowFormDesigner
│ │ ├── Forms
│ │ │ ├── 2e114e74-f21e-06dd-9474-535551c30a3e.cshtml
│ │ │ ├── 37355170-bda6-8217-3a34-ffce9c8aae24.cshtml
│ │ │ ├── 475bda65-9c5f-5fcc-a008-9d65d0c1a533.cshtml
│ │ │ ├── 59137107-1594-1f6c-9d7d-ca7e912acec8.cshtml
│ │ │ └── 62b1ace2-9ab6-9991-281e-c2852bd51ee5.cshtml
│ │ └── Index.cshtml
│ ├── WorkFlowRun
│ │ ├── Execute.cshtml
│ │ ├── FlowBack.cshtml
│ │ ├── FlowRedirect.cshtml
│ │ ├── FlowSend.cshtml
│ │ ├── Index.cshtml
│ │ ├── Print.cshtml
│ │ ├── Process.cshtml
│ │ ├── ShowComment.cshtml
│ │ ├── ShowDesign.cshtml
│ │ └── Sign.cshtml
│ ├── WorkFlowSign
│ │ └── Index.cshtml
│ └── WorkFlowTasks
│ ├── CompletedList.cshtml
│ ├── Designate.cshtml
│ ├── Detail.cshtml
│ ├── DetailSubFlow.cshtml
│ ├── Instance.cshtml
│ ├── InstanceList.cshtml
│ ├── InstanceManage.cshtml
│ ├── InstanceTree.cshtml
│ └── WaitList.cshtml
├── Web.config
├── Web.Debug.config
├── WebMvc.csproj
├── WebMvc.csproj.user
└── Web.Release.config
684 directories, 3677 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)