在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 流程审批管理系统源代码

流程审批管理系统源代码

一般编程问题

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

实例介绍

【实例简介】
权限管理,流程审批系统,实现了网上流程的审批。
【实例截图】
【核心代码】
16359648095845109725.rar
├── Apache
│   ├── Apache
│   │   ├── Apache.csproj
│   │   ├── Apache.csproj.user
│   │   ├── App_Data
│   │   │   ├── aspnet-Apache-201506140251234516_log.ldf
│   │   │   └── aspnet-Apache-201506140251234516.mdf
│   │   ├── ApplicationDbContexMigration
│   │   │   ├── 201507300234104_Initial.cs
│   │   │   ├── 201507300234104_Initial.Designer.cs
│   │   │   ├── 201507300234104_Initial.resx
│   │   │   └── Configuration.cs
│   │   ├── App_Start
│   │   │   ├── BundleConfig.cs
│   │   │   ├── FilterConfig.cs
│   │   │   ├── RouteConfig.cs
│   │   │   └── Startup.Auth.cs
│   │   ├── BackUp
│   │   │   ├── Migrations
│   │   │   │   ├── buss
│   │   │   │   ├── sys
│   │   │   │   │   ├── Configuration2015722.cs
│   │   │   │   │   └── Configuration2015724.cs
│   │   │   │   └── 多个context迁移.txt
│   │   │   ├── Web.config
│   │   │   └── WorkFlow持久化SQL
│   │   │   ├── en
│   │   │   │   ├── DropSqlPersistenceProviderLogic.sql
│   │   │   │   ├── DropSqlPersistenceProviderSchema.sql
│   │   │   │   ├── DropSqlWorkflowInstanceStoreLogic.sql
│   │   │   │   ├── DropSqlWorkflowInstanceStoreSchema.sql
│   │   │   │   ├── SqlPersistenceProviderLogic.sql
│   │   │   │   ├── SqlPersistenceProviderSchema.sql
│   │   │   │   ├── SqlPersistenceService_Logic.sql
│   │   │   │   ├── SqlPersistenceService_Schema.sql
│   │   │   │   ├── SqlWorkflowInstanceStoreLogic.sql
│   │   │   │   ├── SqlWorkflowInstanceStoreSchema.sql
│   │   │   │   ├── SqlWorkflowInstanceStoreSchemaUpgrade.sql
│   │   │   │   ├── Tracking_Logic.sql
│   │   │   │   └── Tracking_Schema.sql
│   │   │   └── zh-Hans
│   │   │   ├── DropSqlPersistenceProviderLogic.sql
│   │   │   ├── DropSqlPersistenceProviderSchema.sql
│   │   │   ├── DropSqlWorkflowInstanceStoreLogic.sql
│   │   │   ├── DropSqlWorkflowInstanceStoreSchema.sql
│   │   │   ├── SqlPersistenceProviderLogic.sql
│   │   │   ├── SqlPersistenceProviderSchema.sql
│   │   │   ├── SqlPersistenceService_Logic.sql
│   │   │   ├── SqlPersistenceService_Schema.sql
│   │   │   ├── SqlWorkflowInstanceStoreLogic.sql
│   │   │   ├── SqlWorkflowInstanceStoreSchema.sql
│   │   │   ├── SqlWorkflowInstanceStoreSchemaUpgrade.sql
│   │   │   ├── Tracking_Logic.sql
│   │   │   └── Tracking_Schema.sql
│   │   ├── bin
│   │   │   ├── Antlr3.Runtime.dll
│   │   │   ├── Antlr3.Runtime.pdb
│   │   │   ├── Apache.dll
│   │   │   ├── Apache.dll.config
│   │   │   ├── Apache.pdb
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.xml
│   │   │   ├── EPPlus.dll
│   │   │   ├── EPPlus.xml
│   │   │   ├── Microsoft.Activities.Extensions.dll
│   │   │   ├── Microsoft.AspNet.Identity.Core.dll
│   │   │   ├── Microsoft.AspNet.Identity.Core.xml
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.dll
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   │   ├── Microsoft.AspNet.Identity.Owin.dll
│   │   │   ├── Microsoft.AspNet.Identity.Owin.xml
│   │   │   ├── Microsoft.Owin.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   │   ├── Microsoft.Owin.Security.Cookies.dll
│   │   │   ├── Microsoft.Owin.Security.Cookies.xml
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   ├── Microsoft.Owin.Security.Facebook.dll
│   │   │   ├── Microsoft.Owin.Security.Facebook.xml
│   │   │   ├── Microsoft.Owin.Security.Google.dll
│   │   │   ├── Microsoft.Owin.Security.Google.xml
│   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.dll
│   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.xml
│   │   │   ├── Microsoft.Owin.Security.OAuth.dll
│   │   │   ├── Microsoft.Owin.Security.OAuth.xml
│   │   │   ├── Microsoft.Owin.Security.Twitter.dll
│   │   │   ├── Microsoft.Owin.Security.Twitter.xml
│   │   │   ├── Microsoft.Owin.Security.xml
│   │   │   ├── Microsoft.Owin.xml
│   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Owin.dll
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Helpers.xml
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Mvc.xml
│   │   │   ├── System.Web.Optimization.dll
│   │   │   ├── System.Web.Optimization.xml
│   │   │   ├── 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
│   │   │   └── zh-Hans
│   │   │   ├── EntityFramework.resources.dll
│   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   ├── Microsoft.AspNet.Identity.Core.resources.dll
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.resources.dll
│   │   │   ├── Microsoft.AspNet.Identity.Owin.resources.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   ├── Microsoft.Owin.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Facebook.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Google.resources.dll
│   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.resources.dll
│   │   │   ├── Microsoft.Owin.Security.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Twitter.resources.dll
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   ├── System.Web.Optimization.resources.dll
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   └── System.Web.WebPages.resources.dll
│   │   ├── BusinessDataContextMigration
│   │   │   ├── 201507300235214_Initial.cs
│   │   │   ├── 201507300235214_Initial.Designer.cs
│   │   │   ├── 201507300235214_Initial.resx
│   │   │   └── Configuration.cs
│   │   ├── Content
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── customcss
│   │   │   │   └── style.css
│   │   │   ├── Site.css
│   │   │   └── themes
│   │   │   ├── black
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── blue
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── bootstrap
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── color.css
│   │   │   ├── default
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cancell.png
│   │   │   │   ├── cancel.png
│   │   │   │   ├── clear.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── datadict.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── filter.png
│   │   │   │   ├── help.png
│   │   │   │   ├── icon-sys-log.png
│   │   │   │   ├── icon-sys-manage.png
│   │   │   │   ├── icon-sys-model.png
│   │   │   │   ├── icon-sys-organization.png
│   │   │   │   ├── icon-sys-role.png
│   │   │   │   ├── icon-sys-user.png
│   │   │   │   ├── index.png
│   │   │   │   ├── isi_chart.png
│   │   │   │   ├── it_create.png
│   │   │   │   ├── it_e.png
│   │   │   │   ├── it_services_list.png
│   │   │   │   ├── it_services.png
│   │   │   │   ├── it_write.png
│   │   │   │   ├── large_chart.png
│   │   │   │   ├── large_clipart.png
│   │   │   │   ├── large_picture.png
│   │   │   │   ├── large_shapes.png
│   │   │   │   ├── large_smartart.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── man.png
│   │   │   │   ├── menu2.png
│   │   │   │   ├── menu.png
│   │   │   │   ├── mini_add.png
│   │   │   │   ├── mini_edit.png
│   │   │   │   ├── mini_refresh.png
│   │   │   │   ├── more.png
│   │   │   │   ├── no.png
│   │   │   │   ├── ok.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── print.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── search.png
│   │   │   │   ├── sum.png
│   │   │   │   ├── tip.png
│   │   │   │   ├── todo.png
│   │   │   │   ├── undo.png
│   │   │   │   ├── user.png
│   │   │   │   ├── users.png
│   │   │   │   ├── wf_manage.png
│   │   │   │   └── work.png
│   │   │   ├── metro
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── metro-gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── metro-green
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── metro-orange
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── metro-red
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── mobile.css
│   │   │   ├── ui-dark-hive
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── ui-pepper-grinder
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datalist.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.css
│   │   │   │   ├── filebox.css
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   └── ui-sunny
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── Controllers
│   │   │   ├── AccountController.cs
│   │   │   ├── DataDictController.cs
│   │   │   ├── HomeController.cs
│   │   │   ├── ItServiceController.cs
│   │   │   ├── LoggingController.cs
│   │   │   ├── MenuController.cs
│   │   │   ├── OrganizationController.cs
│   │   │   └── xlsController.cs
│   │   ├── DAL
│   │   │   └── ApacheContext.cs
│   │   ├── favicon.ico
│   │   ├── Filters
│   │   │   ├── ApachAuthenticationAttribute.cs
│   │   │   └── LoggingAttribute.cs
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   └── glyphicons-halflings-regular.woff
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Helper
│   │   │   └── EpplusHelper.cs
│   │   ├── images
│   │   │   ├── login
│   │   │   │   ├── btnbg1.png
│   │   │   │   ├── btnbg2.png
│   │   │   │   ├── btnbg.png
│   │   │   │   ├── buttonbg.png
│   │   │   │   ├── cloud.png
│   │   │   │   ├── leftline.gif
│   │   │   │   ├── leftmenubg.gif
│   │   │   │   ├── lefttop.gif
│   │   │   │   ├── libg.png
│   │   │   │   ├── light.png
│   │   │   │   ├── loginbg1.png
│   │   │   │   ├── loginbg2.png
│   │   │   │   ├── loginbg3.png
│   │   │   │   ├── logininfo.png
│   │   │   │   ├── loginlogo.png
│   │   │   │   ├── loginpassword.png
│   │   │   │   ├── loginsj.png
│   │   │   │   ├── loginuser.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── msg.png
│   │   │   │   ├── navbg.png
│   │   │   │   ├── tbg.png
│   │   │   │   ├── tcbg.gif
│   │   │   │   ├── th.gif
│   │   │   │   ├── toolbg.gif
│   │   │   │   ├── topbg.gif
│   │   │   │   ├── topleft.jpg
│   │   │   │   └── topright.jpg
│   │   │   ├── menus
│   │   │   └── ui
│   │   │   ├── head_bg.gif
│   │   │   ├── headbg.png
│   │   │   ├── logo.png
│   │   │   └── theme
│   │   │   ├── black1.png
│   │   │   ├── black.png
│   │   │   ├── blue.png
│   │   │   ├── default.png
│   │   │   ├── gray.png
│   │   │   ├── green.png
│   │   │   ├── metro-red.png
│   │   │   ├── orange.png
│   │   │   ├── red.png
│   │   │   └── ui-sunny.png
│   │   ├── Models
│   │   │   ├── AccountViewModels.cs
│   │   │   ├── BusinessDataContext.cs
│   │   │   ├── IdentityModels.cs
│   │   │   ├── ItServiceModel.cs
│   │   │   ├── SystemModels.cs
│   │   │   └── WorkFlowModel.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AC2C1ABA-CCF6-44D4-8127-588FD4D0A860-DeferredValidationErrors.xml
│   │   │   │   ├── Apache.ApplicationDbContexMigration.Initial.resources
│   │   │   │   ├── Apache.BusinessDataContextMigration.Initial.resources
│   │   │   │   ├── Apache.csproj.FileListAbsolute.txt
│   │   │   │   ├── Apache.csproj.GenerateResource.Cache
│   │   │   │   ├── Apache.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Apache.csproj.XamlGeneratedCodeFileListAbsolute.txt
│   │   │   │   ├── Apache.csproj.XamlGeneratedXamlFileListAbsolute.txt
│   │   │   │   ├── Apache.csproj.XamlPass2Flag.txt
│   │   │   │   ├── Apache.dll
│   │   │   │   ├── _Apache.g.cs
│   │   │   │   ├── Apache.pdb
│   │   │   │   ├── Apache.WorkFlow_ItService_BeforeInitializeComponentHelper.cs
│   │   │   │   ├── Apache.WorkFlow_ItService_BeforeInitializeComponentHelper.txt
│   │   │   │   ├── Apache.WorkFlow_ItService_CompiledExpressionRoot.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── InProcessTempFiles
│   │   │   │   │   ├── _Apache.g.cs
│   │   │   │   │   ├── ItService_bak.g.cs
│   │   │   │   │   ├── ItService_bak.g.xaml
│   │   │   │   │   ├── ItService.g.cs
│   │   │   │   │   └── ItService.g.xaml
│   │   │   │   ├── ItService.g.cs
│   │   │   │   ├── ItService.g.xaml
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── AC2C1ABA-CCF6-44D4-8127-588FD4D0A860-DeferredValidationErrors.xml
│   │   │   ├── Apache.ApplicationDbContexMigration.Initial.resources
│   │   │   ├── Apache.BusinessDataContextMigration.Initial.resources
│   │   │   ├── Apache.csproj.FileListAbsolute.txt
│   │   │   ├── Apache.csproj.GenerateResource.Cache
│   │   │   ├── Apache.csprojResolveAssemblyReference.cache
│   │   │   ├── Apache.csproj.XamlGeneratedCodeFileListAbsolute.txt
│   │   │   ├── Apache.csproj.XamlGeneratedXamlFileListAbsolute.txt
│   │   │   ├── Apache.csproj.XamlPass2Flag.txt
│   │   │   ├── Apache.dll
│   │   │   ├── _Apache.g.cs
│   │   │   ├── Apache.pdb
│   │   │   ├── Apache.WorkFlow_ItService_BeforeInitializeComponentHelper.cs
│   │   │   ├── Apache.WorkFlow_ItService_BeforeInitializeComponentHelper.txt
│   │   │   ├── Apache.WorkFlow_ItService_CompiledExpressionRoot.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── InProcessTempFiles
│   │   │   │   ├── _Apache.g.cs
│   │   │   │   ├── ItService.g.cs
│   │   │   │   └── ItService.g.xaml
│   │   │   ├── ItService.g.cs
│   │   │   ├── ItService.g.xaml
│   │   │   ├── Package
│   │   │   │   └── PackageTmp
│   │   │   │   ├── bin
│   │   │   │   │   ├── Antlr3.Runtime.dll
│   │   │   │   │   ├── Apache.dll
│   │   │   │   │   ├── EntityFramework.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   │   ├── EPPlus.dll
│   │   │   │   │   ├── Microsoft.Activities.Extensions.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.Core.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.Owin.dll
│   │   │   │   │   ├── Microsoft.Owin.dll
│   │   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Cookies.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Facebook.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Google.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.OAuth.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Twitter.dll
│   │   │   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   ├── Owin.dll
│   │   │   │   │   ├── System.Web.Helpers.dll
│   │   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   │   ├── System.Web.Optimization.dll
│   │   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   │   │   ├── System.Web.WebPages.dll
│   │   │   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   │   │   ├── WebGrease.dll
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.Core.resources.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.resources.dll
│   │   │   │   │   ├── Microsoft.AspNet.Identity.Owin.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Facebook.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Google.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.resources.dll
│   │   │   │   │   ├── Microsoft.Owin.Security.Twitter.resources.dll
│   │   │   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   │   │   ├── System.Web.Optimization.resources.dll
│   │   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   │   │   └── System.Web.WebPages.resources.dll
│   │   │   │   ├── Content
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── customcss
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── Site.css
│   │   │   │   │   └── themes
│   │   │   │   │   ├── black
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── blue
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── bootstrap
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── color.css
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── gray
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── icon.css
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── back.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── cancell.png
│   │   │   │   │   │   ├── cancel.png
│   │   │   │   │   │   ├── clear.png
│   │   │   │   │   │   ├── cut.png
│   │   │   │   │   │   ├── datadict.png
│   │   │   │   │   │   ├── edit_add.png
│   │   │   │   │   │   ├── edit.png
│   │   │   │   │   │   ├── edit_remove.png
│   │   │   │   │   │   ├── filesave.png
│   │   │   │   │   │   ├── filter.png
│   │   │   │   │   │   ├── help.png
│   │   │   │   │   │   ├── icon-sys-log.png
│   │   │   │   │   │   ├── icon-sys-manage.png
│   │   │   │   │   │   ├── icon-sys-model.png
│   │   │   │   │   │   ├── icon-sys-organization.png
│   │   │   │   │   │   ├── icon-sys-role.png
│   │   │   │   │   │   ├── icon-sys-user.png
│   │   │   │   │   │   ├── index.png
│   │   │   │   │   │   ├── isi_chart.png
│   │   │   │   │   │   ├── it_create.png
│   │   │   │   │   │   ├── it_e.png
│   │   │   │   │   │   ├── it_services_list.png
│   │   │   │   │   │   ├── it_services.png
│   │   │   │   │   │   ├── it_write.png
│   │   │   │   │   │   ├── large_chart.png
│   │   │   │   │   │   ├── large_clipart.png
│   │   │   │   │   │   ├── large_picture.png
│   │   │   │   │   │   ├── large_shapes.png
│   │   │   │   │   │   ├── large_smartart.png
│   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   ├── man.png
│   │   │   │   │   │   ├── menu2.png
│   │   │   │   │   │   ├── menu.png
│   │   │   │   │   │   ├── mini_add.png
│   │   │   │   │   │   ├── mini_edit.png
│   │   │   │   │   │   ├── mini_refresh.png
│   │   │   │   │   │   ├── more.png
│   │   │   │   │   │   ├── no.png
│   │   │   │   │   │   ├── ok.png
│   │   │   │   │   │   ├── pencil.png
│   │   │   │   │   │   ├── print.png
│   │   │   │   │   │   ├── redo.png
│   │   │   │   │   │   ├── reload.png
│   │   │   │   │   │   ├── search.png
│   │   │   │   │   │   ├── sum.png
│   │   │   │   │   │   ├── tip.png
│   │   │   │   │   │   ├── todo.png
│   │   │   │   │   │   ├── undo.png
│   │   │   │   │   │   ├── user.png
│   │   │   │   │   │   ├── users.png
│   │   │   │   │   │   ├── wf_manage.png
│   │   │   │   │   │   └── work.png
│   │   │   │   │   ├── metro
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── metro-gray
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── metro-green
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── metro-orange
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── metro-red
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── mobile.css
│   │   │   │   │   ├── ui-dark-hive
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── ui-pepper-grinder
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   └── ui-sunny
│   │   │   │   │   ├── accordion.css
│   │   │   │   │   ├── calendar.css
│   │   │   │   │   ├── combobox.css
│   │   │   │   │   ├── combo.css
│   │   │   │   │   ├── datagrid.css
│   │   │   │   │   ├── datalist.css
│   │   │   │   │   ├── datebox.css
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── easyui.css
│   │   │   │   │   ├── filebox.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   ├── layout.css
│   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   ├── menubutton.css
│   │   │   │   │   ├── menu.css
│   │   │   │   │   ├── messager.css
│   │   │   │   │   ├── numberbox.css
│   │   │   │   │   ├── pagination.css
│   │   │   │   │   ├── panel.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── tabs.css
│   │   │   │   │   ├── textbox.css
│   │   │   │   │   ├── tooltip.css
│   │   │   │   │   ├── tree.css
│   │   │   │   │   ├── validatebox.css
│   │   │   │   │   └── window.css
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── fonts
│   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   │   ├── Global.asax
│   │   │   │   ├── images
│   │   │   │   │   ├── login
│   │   │   │   │   │   ├── btnbg1.png
│   │   │   │   │   │   ├── btnbg2.png
│   │   │   │   │   │   ├── btnbg.png
│   │   │   │   │   │   ├── buttonbg.png
│   │   │   │   │   │   ├── cloud.png
│   │   │   │   │   │   ├── leftline.gif
│   │   │   │   │   │   ├── leftmenubg.gif
│   │   │   │   │   │   ├── lefttop.gif
│   │   │   │   │   │   ├── libg.png
│   │   │   │   │   │   ├── light.png
│   │   │   │   │   │   ├── loginbg1.png
│   │   │   │   │   │   ├── loginbg2.png
│   │   │   │   │   │   ├── loginbg3.png
│   │   │   │   │   │   ├── logininfo.png
│   │   │   │   │   │   ├── loginlogo.png
│   │   │   │   │   │   ├── loginpassword.png
│   │   │   │   │   │   ├── loginsj.png
│   │   │   │   │   │   ├── loginuser.png
│   │   │   │   │   │   ├── logo.png
│   │   │   │   │   │   ├── msg.png
│   │   │   │   │   │   ├── navbg.png
│   │   │   │   │   │   ├── tbg.png
│   │   │   │   │   │   ├── tcbg.gif
│   │   │   │   │   │   ├── th.gif
│   │   │   │   │   │   ├── toolbg.gif
│   │   │   │   │   │   ├── topbg.gif
│   │   │   │   │   │   ├── topleft.jpg
│   │   │   │   │   │   └── topright.jpg
│   │   │   │   │   └── ui
│   │   │   │   │   ├── head_bg.gif
│   │   │   │   │   ├── headbg.png
│   │   │   │   │   ├── logo.png
│   │   │   │   │   └── theme
│   │   │   │   │   ├── black1.png
│   │   │   │   │   ├── black.png
│   │   │   │   │   ├── blue.png
│   │   │   │   │   ├── default.png
│   │   │   │   │   ├── gray.png
│   │   │   │   │   ├── green.png
│   │   │   │   │   ├── metro-red.png
│   │   │   │   │   ├── orange.png
│   │   │   │   │   ├── red.png
│   │   │   │   │   └── ui-sunny.png
│   │   │   │   ├── packages.config
│   │   │   │   ├── Scripts
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   ├── changeEasyuiTheme.js
│   │   │   │   │   ├── custom
│   │   │   │   │   │   └── cloud.js
│   │   │   │   │   ├── easyloader.js
│   │   │   │   │   ├── highcharts
│   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── standalone-framework.js
│   │   │   │   │   │   │   └── standalone-framework.src.js
│   │   │   │   │   │   ├── highcharts-3d.js
│   │   │   │   │   │   ├── highcharts-3d.src.js
│   │   │   │   │   │   ├── highcharts.js
│   │   │   │   │   │   ├── highcharts-more.js
│   │   │   │   │   │   ├── highcharts-more.src.js
│   │   │   │   │   │   ├── highcharts.src.js
│   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   ├── broken-axis.js
│   │   │   │   │   │   │   ├── broken-axis.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
│   │   │   │   │   │   │   ├── no-data-to-display.js
│   │   │   │   │   │   │   ├── no-data-to-display.src.js
│   │   │   │   │   │   │   ├── solid-gauge.js
│   │   │   │   │   │   │   ├── solid-gauge.src.js
│   │   │   │   │   │   │   ├── treemap.js
│   │   │   │   │   │   │   └── treemap.src.js
│   │   │   │   │   │   └── themes
│   │   │   │   │   │   ├── dark-blue.js
│   │   │   │   │   │   ├── dark-green.js
│   │   │   │   │   │   ├── dark-unica.js
│   │   │   │   │   │   ├── gray.js
│   │   │   │   │   │   ├── grid.js
│   │   │   │   │   │   ├── grid-light.js
│   │   │   │   │   │   ├── sand-signika.js
│   │   │   │   │   │   └── skies.js
│   │   │   │   │   ├── jquery-1.11.3.js
│   │   │   │   │   ├── jquery-1.11.3.min.js
│   │   │   │   │   ├── jquery-1.11.3.min.map
│   │   │   │   │   ├── jquery.cookie.js
│   │   │   │   │   ├── jquery.easyui-1.4.2.js
│   │   │   │   │   ├── jquery.easyui.min-1.4.2.js
│   │   │   │   │   ├── jquery.easyui.mobile-1.4.2.js
│   │   │   │   │   ├── jquery.easyui.mobile-1.4.2.min.js
│   │   │   │   │   ├── jquery.easyui.validate.js
│   │   │   │   │   ├── jquery.validate.js
│   │   │   │   │   ├── jquery.validate.min.js
│   │   │   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   │   │   ├── locale
│   │   │   │   │   │   ├── easyui-lang-af.js
│   │   │   │   │   │   ├── easyui-lang-am.js
│   │   │   │   │   │   ├── easyui-lang-ar.js
│   │   │   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   │   │   ├── easyui-lang-cz.js
│   │   │   │   │   │   ├── easyui-lang-da.js
│   │   │   │   │   │   ├── easyui-lang-de.js
│   │   │   │   │   │   ├── easyui-lang-el.js
│   │   │   │   │   │   ├── easyui-lang-en.js
│   │   │   │   │   │   ├── easyui-lang-es.js
│   │   │   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   │   │   ├── easyui-lang-it.js
│   │   │   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   │   │   ├── easyui-lang-pl.js
│   │   │   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   │   │   ├── easyui-lang-sv_SE.js
│   │   │   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   │   │   ├── modernizr-2.6.2.js
│   │   │   │   │   ├── _references.js
│   │   │   │   │   ├── respond.js
│   │   │   │   │   └── respond.min.js
│   │   │   │   ├── Views
│   │   │   │   │   ├── Account
│   │   │   │   │   │   ├── _ChangePasswordPartial.cshtml
│   │   │   │   │   │   ├── ExternalLoginConfirmation.cshtml
│   │   │   │   │   │   ├── ExternalLoginFailure.cshtml
│   │   │   │   │   │   ├── _ExternalLoginsListPartial.cshtml
│   │   │   │   │   │   ├── Login.cshtml
│   │   │   │   │   │   ├── Loginys.cshtml
│   │   │   │   │   │   ├── Manage.cshtml
│   │   │   │   │   │   ├── Register.cshtml
│   │   │   │   │   │   ├── _RemoveAccountPartial.cshtml
│   │   │   │   │   │   ├── roles.cshtml
│   │   │   │   │   │   ├── _SetPasswordPartial.cshtml
│   │   │   │   │   │   └── Users.cshtml
│   │   │   │   │   ├── DataDict
│   │   │   │   │   │   └── Index.cshtml
│   │   │   │   │   ├── Home
│   │   │   │   │   │   ├── About.cshtml
│   │   │   │   │   │   ├── Contact.cshtml
│   │   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   │   └── StartPage.cshtml
│   │   │   │   │   ├── ItService
│   │   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   │   ├── MyWorkFlow.cshtml
│   │   │   │   │   │   ├── OpenWorkFlow.cshtml
│   │   │   │   │   │   ├── Statistic.cshtml
│   │   │   │   │   │   ├── SubmitSuccess.cshtml
│   │   │   │   │   │   ├── ViewWorkFlow.cshtml
│   │   │   │   │   │   └── WorkFlowManage.cshtml
│   │   │   │   │   ├── Logging
│   │   │   │   │   │   └── Index.cshtml
│   │   │   │   │   ├── Menu
│   │   │   │   │   │   └── Index.cshtml
│   │   │   │   │   ├── Organization
│   │   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   │   ├── Delete.cshtml
│   │   │   │   │   │   ├── Details.cshtml
│   │   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   │   └── Index.cshtml
│   │   │   │   │   ├── Shared
│   │   │   │   │   │   ├── Error.cshtml
│   │   │   │   │   │   ├── _Layout.cshtml
│   │   │   │   │   │   └── _LoginPartial.cshtml
│   │   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   │   └── Web.config
│   │   │   │   └── Web.config
│   │   │   ├── ProfileTransformWebConfig
│   │   │   │   └── transformed
│   │   │   │   └── Views
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── TransformWebConfig
│   │   │   │   ├── assist
│   │   │   │   │   └── Web.config
│   │   │   │   ├── original
│   │   │   │   │   └── Web.config
│   │   │   │   └── transformed
│   │   │   │   ├── Views
│   │   │   │   └── Web.config
│   │   │   └── _WPPLastBuildInfo.txt
│   │   ├── packages.config
│   │   ├── Project_Readme.html
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   │   ├── isi.pubxml
│   │   │   └── isi.pubxml.user
│   │   ├── Scripts
│   │   │   ├── bootstrap.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── changeEasyuiTheme.js
│   │   │   ├── custom
│   │   │   │   └── cloud.js
│   │   │   ├── easyloader.js
│   │   │   ├── highcharts
│   │   │   │   ├── adapters
│   │   │   │   │   ├── standalone-framework.js
│   │   │   │   │   └── standalone-framework.src.js
│   │   │   │   ├── highcharts-3d.js
│   │   │   │   ├── highcharts-3d.src.js
│   │   │   │   ├── highcharts.js
│   │   │   │   ├── highcharts-more.js
│   │   │   │   ├── highcharts-more.src.js
│   │   │   │   ├── highcharts.src.js
│   │   │   │   ├── modules
│   │   │   │   │   ├── broken-axis.js
│   │   │   │   │   ├── broken-axis.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
│   │   │   │   │   ├── no-data-to-display.js
│   │   │   │   │   ├── no-data-to-display.src.js
│   │   │   │   │   ├── solid-gauge.js
│   │   │   │   │   ├── solid-gauge.src.js
│   │   │   │   │   ├── treemap.js
│   │   │   │   │   └── treemap.src.js
│   │   │   │   ├── solid-gauge.js
│   │   │   │   └── themes
│   │   │   │   ├── dark-blue.js
│   │   │   │   ├── dark-green.js
│   │   │   │   ├── dark-unica.js
│   │   │   │   ├── gray.js
│   │   │   │   ├── grid.js
│   │   │   │   ├── grid-light.js
│   │   │   │   ├── sand-signika.js
│   │   │   │   └── skies.js
│   │   │   ├── jquery-1.11.3.intellisense.js
│   │   │   ├── jquery-1.11.3.js
│   │   │   ├── jquery-1.11.3.min.js
│   │   │   ├── jquery-1.11.3.min.map
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.easyui-1.4.2.js
│   │   │   ├── jquery.easyui.min-1.4.2.js
│   │   │   ├── jquery.easyui.mobile-1.4.2.js
│   │   │   ├── jquery.easyui.mobile-1.4.2.min.js
│   │   │   ├── jquery.easyui.validate.js
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   ├── jquery.validate-vsdoc.js
│   │   │   ├── locale
│   │   │   │   ├── easyui-lang-af.js
│   │   │   │   ├── easyui-lang-am.js
│   │   │   │   ├── easyui-lang-ar.js
│   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   ├── easyui-lang-cz.js
│   │   │   │   ├── easyui-lang-da.js
│   │   │   │   ├── easyui-lang-de.js
│   │   │   │   ├── easyui-lang-el.js
│   │   │   │   ├── easyui-lang-en.js
│   │   │   │   ├── easyui-lang-es.js
│   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   ├── easyui-lang-it.js
│   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-pl.js
│   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   ├── easyui-lang-sv_SE.js
│   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── modernizr-2.6.2.js
│   │   │   ├── _references.js
│   │   │   ├── respond.js
│   │   │   └── respond.min.js
│   │   ├── Startup.cs
│   │   ├── ViewModels
│   │   │   └── UserMenuList.cs
│   │   ├── Views
│   │   │   ├── Account
│   │   │   │   ├── _ChangePasswordPartial.cshtml
│   │   │   │   ├── ExternalLoginConfirmation.cshtml
│   │   │   │   ├── ExternalLoginFailure.cshtml
│   │   │   │   ├── _ExternalLoginsListPartial.cshtml
│   │   │   │   ├── Login.cshtml
│   │   │   │   ├── Loginys.cshtml
│   │   │   │   ├── Manage.cshtml
│   │   │   │   ├── Register.cshtml
│   │   │   │   ├── _RemoveAccountPartial.cshtml
│   │   │   │   ├── roles.cshtml
│   │   │   │   ├── _SetPasswordPartial.cshtml
│   │   │   │   └── Users.cshtml
│   │   │   ├── DataDict
│   │   │   │   └── Index.cshtml
│   │   │   ├── Home
│   │   │   │   ├── About.cshtml
│   │   │   │   ├── Contact.cshtml
│   │   │   │   ├── Index.cshtml
│   │   │   │   └── StartPage.cshtml
│   │   │   ├── ItService
│   │   │   │   ├── Create.cshtml
│   │   │   │   ├── MyWorkFlow.cshtml
│   │   │   │   ├── OpenWorkFlow.cshtml
│   │   │   │   ├── Statistic1.cshtml
│   │   │   │   ├── Statistic.cshtml
│   │   │   │   ├── SubmitSuccess.cshtml
│   │   │   │   ├── ViewWorkFlow.cshtml
│   │   │   │   └── WorkFlowManage.cshtml
│   │   │   ├── Logging
│   │   │   │   └── Index.cshtml
│   │   │   ├── Menu
│   │   │   │   └── Index.cshtml
│   │   │   ├── Organization
│   │   │   │   ├── Create.cshtml
│   │   │   │   ├── Delete.cshtml
│   │   │   │   ├── Details.cshtml
│   │   │   │   ├── Edit.cshtml
│   │   │   │   └── Index.cshtml
│   │   │   ├── Shared
│   │   │   │   ├── Error.cshtml
│   │   │   │   ├── _Layout.cshtml
│   │   │   │   └── _LoginPartial.cshtml
│   │   │   ├── _ViewStart.cshtml
│   │   │   ├── Web.config
│   │   │   └── xls
│   │   ├── Web.config
│   │   ├── Web.config_Mssql2008
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   └── WorkFlow
│   │   ├── CustomTrackingParticipant.cs
│   │   ├── ItServiceBookMark.cs
│   │   └── ItService.xaml
│   ├── Apache.sln
│   ├── Apache.v12.suo
│   ├── packages
│   │   ├── Antlr.3.4.1.9004
│   │   │   ├── Antlr.3.4.1.9004.nupkg
│   │   │   ├── Antlr.3.4.1.9004.nuspec
│   │   │   └── lib
│   │   │   ├── Antlr3.Runtime.dll
│   │   │   └── Antlr3.Runtime.pdb
│   │   ├── bootstrap.3.0.0
│   │   │   ├── bootstrap.3.0.0.nupkg
│   │   │   ├── bootstrap.3.0.0.nuspec
│   │   │   └── content
│   │   │   ├── Content
│   │   │   │   ├── bootstrap.css
│   │   │   │   └── bootstrap.min.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   └── Scripts
│   │   │   ├── bootstrap.js
│   │   │   └── bootstrap.min.js
│   │   ├── EasyUI.1.4.2
│   │   │   ├── content
│   │   │   │   ├── Content
│   │   │   │   │   └── themes
│   │   │   │   │   ├── black
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── bootstrap
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── color.css
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── gray
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── icon.css
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── back.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── cancel.png
│   │   │   │   │   │   ├── clear.png
│   │   │   │   │   │   ├── cut.png
│   │   │   │   │   │   ├── edit_add.png
│   │   │   │   │   │   ├── edit_remove.png
│   │   │   │   │   │   ├── filesave.png
│   │   │   │   │   │   ├── filter.png
│   │   │   │   │   │   ├── help.png
│   │   │   │   │   │   ├── large_chart.png
│   │   │   │   │   │   ├── large_clipart.png
│   │   │   │   │   │   ├── large_picture.png
│   │   │   │   │   │   ├── large_shapes.png
│   │   │   │   │   │   ├── large_smartart.png
│   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   ├── man.png
│   │   │   │   │   │   ├── mini_add.png
│   │   │   │   │   │   ├── mini_edit.png
│   │   │   │   │   │   ├── mini_refresh.png
│   │   │   │   │   │   ├── more.png
│   │   │   │   │   │   ├── no.png
│   │   │   │   │   │   ├── ok.png
│   │   │   │   │   │   ├── pencil.png
│   │   │   │   │   │   ├── print.png
│   │   │   │   │   │   ├── redo.png
│   │   │   │   │   │   ├── reload.png
│   │   │   │   │   │   ├── search.png
│   │   │   │   │   │   ├── sum.png
│   │   │   │   │   │   ├── tip.png
│   │   │   │   │   │   └── undo.png
│   │   │   │   │   ├── metro
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datalist.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.css
│   │   │   │   │   │   ├── filebox.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   │   │   ├── layout_arrows.png
│   │   │   │   │   │   │   ├── linkbutton_bg.png
│   │   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   │   ├── menu_arrows.png
│   │   │   │   │   │   │   ├── messager_icons.png
│   │   │   │   │   │   │   ├── pagination_icons.png
│   │   │   │   │   │   │   ├── panel_tools.png
│   │   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── numberbox.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── textbox.css
│   │   │   │   │   │   ├── tooltip.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   └── mobile.css
│   │   │   │   └── Scripts
│   │   │   │   ├── easyloader.js
│   │   │   │   ├── jquery.easyui-1.4.2.js
│   │   │   │   ├── jquery.easyui.min-1.4.2.js
│   │   │   │   ├── jquery.easyui.mobile-1.4.2.js
│   │   │   │   ├── jquery.easyui.mobile-1.4.2.min.js
│   │   │   │   └── locale
│   │   │   │   ├── easyui-lang-af.js
│   │   │   │   ├── easyui-lang-am.js
│   │   │   │   ├── easyui-lang-ar.js
│   │   │   │   ├── easyui-lang-bg.js
│   │   │   │   ├── easyui-lang-ca.js
│   │   │   │   ├── easyui-lang-cs.js
│   │   │   │   ├── easyui-lang-cz.js
│   │   │   │   ├── easyui-lang-da.js
│   │   │   │   ├── easyui-lang-de.js
│   │   │   │   ├── easyui-lang-el.js
│   │   │   │   ├── easyui-lang-en.js
│   │   │   │   ├── easyui-lang-es.js
│   │   │   │   ├── easyui-lang-fr.js
│   │   │   │   ├── easyui-lang-it.js
│   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-pl.js
│   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   ├── easyui-lang-sv_SE.js
│   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── EasyUI.1.4.2.nupkg
│   │   │   ├── EasyUI.1.4.2.nuspec
│   │   │   └── tools
│   │   │   ├── common.ps1
│   │   │   ├── install.ps1
│   │   │   └── uninstall.ps1
│   │   ├── EntityFramework.6.1.3
│   │   │   ├── content
│   │   │   │   ├── App.config.transform
│   │   │   │   └── Web.config.transform
│   │   │   ├── EntityFramework.6.1.3.nupkg
│   │   │   ├── EntityFramework.6.1.3.nuspec
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── EntityFramework.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   │   ├── EntityFramework.xml
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   │   └── EntityFramework.xml
│   │   │   │   └── net45
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   ├── EntityFramework.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   └── EntityFramework.xml
│   │   │   └── tools
│   │   │   ├── about_EntityFramework.help.txt
│   │   │   ├── EntityFramework.PowerShell.dll
│   │   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   │   ├── EntityFramework.psd1
│   │   │   ├── EntityFramework.psm1
│   │   │   ├── init.ps1
│   │   │   ├── install.ps1
│   │   │   └── migrate.exe
│   │   ├── EntityFramework.zh-Hans.6.1.3
│   │   │   ├── EntityFramework.zh-Hans.6.1.3.nupkg
│   │   │   ├── EntityFramework.zh-Hans.6.1.3.nuspec
│   │   │   └── lib
│   │   │   ├── net40
│   │   │   │   └── zh-Hans
│   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── EntityFramework.resources.dll
│   │   │   ├── EntityFramework.SqlServer.resources.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   └── EntityFramework.xml
│   │   ├── EPPlus.4.0.4
│   │   │   ├── EPPlus.4.0.4.nupkg
│   │   │   ├── EPPlus.4.0.4.nuspec
│   │   │   └── lib
│   │   │   ├── net20
│   │   │   │   ├── EPPlus.dll
│   │   │   │   └── EPPlus.XML
│   │   │   └── readme.txt
│   │   ├── jQuery.1.11.3
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery-1.11.3.js
│   │   │   │   ├── jquery-1.11.3.min.js
│   │   │   │   ├── jquery-1.11.3.min.map
│   │   │   │   └── jquery-1.11.3-vsdoc.js
│   │   │   ├── jQuery.1.11.3.nupkg
│   │   │   ├── jQuery.1.11.3.nuspec
│   │   │   └── Tools
│   │   │   ├── common.ps1
│   │   │   ├── install.ps1
│   │   │   ├── jquery-1.11.3.intellisense.js
│   │   │   └── uninstall.ps1
│   │   ├── jQuery.Validation.1.11.1
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── jquery.validate.min.js
│   │   │   │   └── jquery.validate-vsdoc.js
│   │   │   ├── jQuery.Validation.1.11.1.nupkg
│   │   │   └── jQuery.Validation.1.11.1.nuspec
│   │   ├── Microsoft.Activities.Extensions.2.0.6.9
│   │   │   ├── help
│   │   │   │   └── Microsoft.Activities.Extensions Documentation.chm
│   │   │   ├── lib
│   │   │   │   ├── Net40
│   │   │   │   │   ├── Microsoft.Activities.Extensions.Design.dll
│   │   │   │   │   └── Microsoft.Activities.Extensions.dll
│   │   │   │   ├── Net401
│   │   │   │   │   ├── Microsoft.Activities.Extensions.Design.dll
│   │   │   │   │   └── Microsoft.Activities.Extensions.dll
│   │   │   │   └── Net45
│   │   │   │   ├── Microsoft.Activities.Extensions.Design.dll
│   │   │   │   └── Microsoft.Activities.Extensions.dll
│   │   │   ├── Microsoft.Activities.Extensions.2.0.6.9.nupkg
│   │   │   ├── Microsoft.Activities.Extensions.2.0.6.9.nuspec
│   │   │   └── tools
│   │   │   ├── install.ps1
│   │   │   ├── Microsoft.Activities.Extensions.NuGet.dll
│   │   │   └── uninstall.ps1
│   │   ├── Microsoft.AspNet.Identity.Core.2.2.1
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.AspNet.Identity.Core.dll
│   │   │   │   ├── Microsoft.AspNet.Identity.Core.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── Microsoft.AspNet.Identity.Core.resources.dll
│   │   │   │   └── Microsoft.AspNet.Identity.Core.xml
│   │   │   ├── Microsoft.AspNet.Identity.Core.2.2.1.nupkg
│   │   │   └── Microsoft.AspNet.Identity.Core.2.2.1.nuspec
│   │   ├── Microsoft.AspNet.Identity.Core.zh-Hans.2.2.1
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── Microsoft.AspNet.Identity.Core.resources.dll
│   │   │   │   └── Microsoft.AspNet.Identity.Core.xml
│   │   │   ├── Microsoft.AspNet.Identity.Core.zh-Hans.2.2.1.nupkg
│   │   │   └── Microsoft.AspNet.Identity.Core.zh-Hans.2.2.1.nuspec
│   │   ├── Microsoft.AspNet.Identity.EntityFramework.2.2.1
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.dll
│   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.resources.dll
│   │   │   │   └── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.2.2.1.nupkg
│   │   │   └── Microsoft.AspNet.Identity.EntityFramework.2.2.1.nuspec
│   │   ├── Microsoft.AspNet.Identity.EntityFramework.zh-Hans.2.2.1
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.resources.dll
│   │   │   │   └── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.zh-Hans.2.2.1.nupkg
│   │   │   └── Microsoft.AspNet.Identity.EntityFramework.zh-Hans.2.2.1.nuspec
│   │   ├── Microsoft.AspNet.Identity.Owin.1.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.AspNet.Identity.Owin.dll
│   │   │   │   ├── Microsoft.AspNet.Identity.Owin.xml
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.AspNet.Identity.Owin.resources.dll
│   │   │   ├── Microsoft.AspNet.Identity.Owin.1.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Identity.Owin.1.0.0.nuspec
│   │   ├── Microsoft.AspNet.Identity.Owin.zh-Hans.1.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.AspNet.Identity.Owin.resources.dll
│   │   │   ├── Microsoft.AspNet.Identity.Owin.zh-Hans.1.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Identity.Owin.zh-Hans.1.0.0.nuspec
│   │   ├── Microsoft.AspNet.Mvc.5.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   ├── System.Web.Mvc.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   │   └── System.Web.Mvc.xml
│   │   │   ├── Microsoft.AspNet.Mvc.5.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Mvc.5.0.0.nuspec
│   │   ├── Microsoft.AspNet.Mvc.zh-Hans.5.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   │   └── System.Web.Mvc.xml
│   │   │   ├── Microsoft.AspNet.Mvc.zh-Hans.5.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Mvc.zh-Hans.5.0.0.nuspec
│   │   ├── Microsoft.AspNet.Razor.3.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   ├── System.Web.Razor.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   └── system.web.razor.xml
│   │   │   ├── Microsoft.AspNet.Razor.3.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Razor.3.0.0.nuspec
│   │   ├── Microsoft.AspNet.Razor.zh-Hans.3.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   └── system.web.razor.xml
│   │   │   ├── Microsoft.AspNet.Razor.zh-Hans.3.0.0.nupkg
│   │   │   └── Microsoft.AspNet.Razor.zh-Hans.3.0.0.nuspec
│   │   ├── Microsoft.AspNet.Web.Optimization.1.1.1
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   ├── System.Web.Optimization.dll
│   │   │   │   ├── system.web.optimization.xml
│   │   │   │   └── zh-Hans
│   │   │   │   └── System.Web.Optimization.resources.dll
│   │   │   ├── Microsoft.AspNet.Web.Optimization.1.1.1.nupkg
│   │   │   └── Microsoft.AspNet.Web.Optimization.1.1.1.nuspec
│   │   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.1
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── zh-Hans
│   │   │   │   └── System.Web.Optimization.resources.dll
│   │   │   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.1.nupkg
│   │   │   └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.1.nuspec
│   │   ├── Microsoft.AspNet.WebPages.3.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── 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.3.0.0.nupkg
│   │   │   └── Microsoft.AspNet.WebPages.3.0.0.nuspec
│   │   ├── Microsoft.AspNet.WebPages.zh-Hans.3.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── 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.3.0.0.nupkg
│   │   │   └── Microsoft.AspNet.WebPages.zh-Hans.3.0.0.nuspec
│   │   ├── Microsoft.jQuery.Unobtrusive.Validation.3.0.0
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   │   └── jquery.validate.unobtrusive.min.js
│   │   │   ├── Microsoft.jQuery.Unobtrusive.Validation.3.0.0.nupkg
│   │   │   └── Microsoft.jQuery.Unobtrusive.Validation.3.0.0.nuspec
│   │   ├── Microsoft.Owin.2.0.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── Microsoft.Owin.dll
│   │   │   │   │   ├── Microsoft.Owin.XML
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   └── Microsoft.Owin.resources.dll
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.dll
│   │   │   │   ├── Microsoft.Owin.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.resources.dll
│   │   │   ├── Microsoft.Owin.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Host.SystemWeb.2.0.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   └── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Host.SystemWeb.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Host.SystemWeb.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   └── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Host.SystemWeb.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   │   ├── Microsoft.Owin.Security.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.resources.dll
│   │   │   ├── Microsoft.Owin.Security.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Cookies.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.Cookies.dll
│   │   │   │   └── Microsoft.Owin.Security.Cookies.xml
│   │   │   ├── Microsoft.Owin.Security.Cookies.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Cookies.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Facebook.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.Facebook.dll
│   │   │   │   ├── Microsoft.Owin.Security.Facebook.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Facebook.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Facebook.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Facebook.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Facebook.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Facebook.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Facebook.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Facebook.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Google.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.Google.dll
│   │   │   │   ├── Microsoft.Owin.Security.Google.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Google.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Google.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Google.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Google.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Google.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Google.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Google.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.MicrosoftAccount.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.dll
│   │   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.MicrosoftAccount.resources.dll
│   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.MicrosoftAccount.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.MicrosoftAccount.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.MicrosoftAccount.resources.dll
│   │   │   ├── Microsoft.Owin.Security.MicrosoftAccount.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.MicrosoftAccount.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.OAuth.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.OAuth.dll
│   │   │   │   └── Microsoft.Owin.Security.OAuth.XML
│   │   │   ├── Microsoft.Owin.Security.OAuth.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.OAuth.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Twitter.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.Twitter.dll
│   │   │   │   ├── Microsoft.Owin.Security.Twitter.XML
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Twitter.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Twitter.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Twitter.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.Twitter.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.Twitter.resources.dll
│   │   │   ├── Microsoft.Owin.Security.Twitter.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.Twitter.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.Security.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.Security.resources.dll
│   │   │   ├── Microsoft.Owin.Security.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.Security.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Owin.zh-Hans.2.0.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   └── Microsoft.Owin.resources.dll
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   └── Microsoft.Owin.resources.dll
│   │   │   ├── Microsoft.Owin.zh-Hans.2.0.0.nupkg
│   │   │   └── Microsoft.Owin.zh-Hans.2.0.0.nuspec
│   │   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   │   ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   │   │   └── Microsoft.Web.Infrastructure.1.0.0.0.nuspec
│   │   ├── Modernizr.2.6.2
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   └── modernizr-2.6.2.js
│   │   │   ├── Modernizr.2.6.2.nupkg
│   │   │   ├── Modernizr.2.6.2.nuspec
│   │   │   └── Tools
│   │   │   ├── common.ps1
│   │   │   ├── install.ps1
│   │   │   └── uninstall.ps1
│   │   ├── Newtonsoft.Json.6.0.8
│   │   │   ├── lib
│   │   │   │   ├── net20
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net35
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net40
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net45
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netcore45
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── portable-net40+sl5+wp80+win8+wpa81
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   └── portable-net45+wp80+win8+wpa81+aspnetcore50
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── Newtonsoft.Json.6.0.8.nupkg
│   │   │   ├── Newtonsoft.Json.6.0.8.nuspec
│   │   │   └── tools
│   │   │   └── install.ps1
│   │   ├── Owin.1.0
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── Owin.dll
│   │   │   ├── Owin.1.0.nupkg
│   │   │   └── Owin.1.0.nuspec
│   │   ├── repositories.config
│   │   ├── Respond.1.2.0
│   │   │   ├── content
│   │   │   │   └── Scripts
│   │   │   │   ├── respond.js
│   │   │   │   └── respond.min.js
│   │   │   ├── Respond.1.2.0.nupkg
│   │   │   └── Respond.1.2.0.nuspec
│   │   └── WebGrease.1.5.2
│   │   ├── lib
│   │   │   └── WebGrease.dll
│   │   ├── tools
│   │   │   └── WG.exe
│   │   ├── WebGrease.1.5.2.nupkg
│   │   └── WebGrease.1.5.2.nuspec
│   └── Packages.dgml
├── Apache权限管理、流程审批系统开发说明.doc
├── jb51.net.txt
├── 服务器软件.url
├── 系统截图
│   ├── index.png
│   ├── login.png
│   ├── log.png
│   ├── menu.png
│   ├── org.png
│   ├── role1.png
│   ├── role2.png
│   ├── user.png
│   ├── wf1.png
│   ├── wf2.png
│   └── wf.png
└── 脚本之家.url

360 directories, 2598 files

标签:

实例下载地址

流程审批管理系统源代码

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

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

网友评论

第 1 楼 灰灰.. 发表于: 2023-03-22 14:31 08
和别人上传的一样,可以去其他地方下载

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警