在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#基于MVC+EasyUI+ECharts后台管理系统完整源码(1.0.5)

C#基于MVC+EasyUI+ECharts后台管理系统完整源码(1.0.5)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.64M
  • 下载次数:10
  • 浏览次数:159
  • 发布时间:2020-08-20
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
1. 本例子采用Vs2012编译(其它VS版本可以转换后使用) 2. MVC + easyUI + sqlserver2005(及以上) + eCharts 3. 主要功能:新增、修改、删除、分页、表格多表头、表格行内编辑、导出Excel文件、上传图片、权限设置、图形报表展示 (权限设置只是为了练习easyUI tree的使用,具体项目具体分析) 4. 添加面板功能,优化代码等... (例子涉及两张表(用户表+权限表),datagrid分页有两种方式,请参考 UserInfoDAL.cs页面方法: getPage2005和getPage2012 ) EasyUI 1.5中文版文档下载
【实例截图】
【核心代码】
eUI
└── eUI
├── eUI
│   ├── App_Start
│   │   ├── BundleConfig.cs
│   │   ├── FilterConfig.cs
│   │   ├── RouteConfig.cs
│   │   └── WebApiConfig.cs
│   ├── common
│   │   ├── BasicAPI.cs
│   │   ├── DynamicJson.cs
│   │   ├── Helper.cs
│   │   └── TokenHelper.cs
│   ├── Content
│   │   ├── Site.css
│   │   └── themes
│   │   └── base
│   │   ├── images
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery.ui.accordion.css
│   │   ├── jquery.ui.all.css
│   │   ├── jquery.ui.autocomplete.css
│   │   ├── jquery.ui.base.css
│   │   ├── jquery.ui.button.css
│   │   ├── jquery.ui.core.css
│   │   ├── jquery-ui.css
│   │   ├── jquery.ui.datepicker.css
│   │   ├── jquery.ui.dialog.css
│   │   ├── jquery.ui.progressbar.css
│   │   ├── jquery.ui.resizable.css
│   │   ├── jquery.ui.selectable.css
│   │   ├── jquery.ui.slider.css
│   │   ├── jquery.ui.tabs.css
│   │   ├── jquery.ui.theme.css
│   │   └── minified
│   │   ├── images
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery.ui.accordion.min.css
│   │   ├── jquery.ui.autocomplete.min.css
│   │   ├── jquery.ui.button.min.css
│   │   ├── jquery.ui.core.min.css
│   │   ├── jquery.ui.datepicker.min.css
│   │   ├── jquery.ui.dialog.min.css
│   │   ├── jquery-ui.min.css
│   │   ├── jquery.ui.progressbar.min.css
│   │   ├── jquery.ui.resizable.min.css
│   │   ├── jquery.ui.selectable.min.css
│   │   ├── jquery.ui.slider.min.css
│   │   ├── jquery.ui.tabs.min.css
│   │   └── jquery.ui.theme.min.css
│   ├── Controllers
│   │   ├── DataController.cs
│   │   ├── ExportController.cs
│   │   ├── HomeController.cs
│   │   ├── PermissionSetController.cs
│   │   ├── UploadController.cs
│   │   ├── UserController.cs
│   │   └── WxPageController.cs
│   ├── easyUI
│   │   ├── 1.5
│   │   │   ├── jquery.easyui.min.js
│   │   │   └── 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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cancel.png
│   │   │   │   ├── clear.png
│   │   │   │   ├── column.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── delete.png
│   │   │   │   ├── edit2.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── excel.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── filter.png
│   │   │   │   ├── help.png
│   │   │   │   ├── large_chart.png
│   │   │   │   ├── large_clipart.png
│   │   │   │   ├── large_picture.png
│   │   │   │   ├── large_shapes.png
│   │   │   │   ├── large_smartart.png
│   │   │   │   ├── line.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── man.png
│   │   │   │   ├── mini_add.png
│   │   │   │   ├── mini_edit.png
│   │   │   │   ├── mini_refresh.png
│   │   │   │   ├── more.png
│   │   │   │   ├── no.png
│   │   │   │   ├── ok.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── pie.png
│   │   │   │   ├── print.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── resize.png
│   │   │   │   ├── search.png
│   │   │   │   ├── security.png
│   │   │   │   ├── sum.png
│   │   │   │   ├── tip.png
│   │   │   │   ├── undo.png
│   │   │   │   └── upload.png
│   │   │   ├── material
│   │   │   │   ├── 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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.png
│   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── numberbox.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── 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
│   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   ├── passwordbox.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── switchbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── textbox.css
│   │   │   │   ├── tooltip.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   └── mobile.css
│   │   ├── combobox_data1.json
│   │   ├── default.css
│   │   └── Extension
│   │   ├── datagrid-filter.js
│   │   ├── GridToExport.js
│   │   └── Test.js
│   ├── echarts
│   │   └── 3.2.3
│   │   └── echarts.min.js
│   ├── eUI.UI.csproj
│   ├── eUI.UI.csproj.user
│   ├── ExcelFile
│   │   └── UploadFile
│   │   ├── 20160919094435.xls
│   │   ├── 20160920175213.xls
│   │   ├── 20160921104750.xls
│   │   └── 20160922100941.xls
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Html
│   │   └── WxPage.html
│   ├── Img
│   │   ├── arrow.gif
│   │   ├── banner.jpg
│   │   ├── blocks.gif
│   │   ├── CategorizeMenu.png
│   │   ├── directory.png
│   │   ├── layout-browser-hd-bg.gif
│   │   ├── loading.gif
│   │   ├── nav_link.png
│   │   ├── noscript.gif
│   │   ├── plugin_big.gif
│   │   ├── ShowCustomPropertiesPage.png
│   │   ├── tabicons.png
│   │   ├── TableDrawTable.png
│   │   ├── tools-sprites-trans.gif
│   │   └── UploadPic
│   │   ├── 15641_100.gif
│   │   ├── 15773_100.gif
│   │   ├── 15812_100.gif
│   │   ├── 15905_100.gif
│   │   ├── 15907_100.gif
│   │   ├── 16139_100.gif
│   │   ├── 16173_100.gif
│   │   ├── 16247_100.gif
│   │   ├── U10.gif
│   │   ├── U1.png
│   │   ├── U2.png
│   │   ├── U3.png
│   │   ├── U4.png
│   │   ├── U5.png
│   │   ├── U6.gif
│   │   ├── U7.png
│   │   ├── U8.gif
│   │   └── U9.png
│   ├── Js
│   │   ├── common.js
│   │   ├── EUIIndex.js
│   │   ├── Report
│   │   │   ├── UserColumnReport.js
│   │   │   ├── UserLineReport.js
│   │   │   └── UserReport.js
│   │   ├── User
│   │   │   ├── AddEditDel.js
│   │   │   ├── Board.js
│   │   │   ├── BoardTest.js
│   │   │   ├── GridEditingInline.js
│   │   │   ├── PermissionSet.js
│   │   │   └── uploadPic.js
│   │   ├── UserInfo.js
│   │   └── Wx
│   │   └── WxPage.js
│   ├── Models
│   │   ├── JSPayModel.cs
│   │   └── JSTickect.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── easyUITest.csproj.FileListAbsolute.txt
│   │   │   ├── easyUITest.csprojResolveAssemblyReference.cache
│   │   │   ├── easyUITest.dll
│   │   │   ├── easyUITest.pdb
│   │   │   ├── eUI.UI.csproj.FileListAbsolute.txt
│   │   │   ├── eUI.UI.csprojResolveAssemblyReference.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── easyUITest.csproj.FileListAbsolute.txt
│   │   ├── easyUITest.csprojResolveAssemblyReference.cache
│   │   ├── easyUITest.dll
│   │   ├── easyUITest.pdb
│   │   ├── Package
│   │   │   └── PackageTmp
│   │   │   ├── bin
│   │   │   │   ├── Antlr3.Runtime.dll
│   │   │   │   ├── easyUITest.dll
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── Files.dll
│   │   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── System.Net.Http.dll
│   │   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   │   ├── System.Net.Http.WebRequest.dll
│   │   │   │   ├── System.Web.Http.dll
│   │   │   │   ├── System.Web.Http.WebHost.dll
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   ├── System.Web.Optimization.dll
│   │   │   │   ├── System.Web.Providers.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
│   │   │   │   ├── System.Net.Http.Formatting.resources.dll
│   │   │   │   ├── System.Net.Http.resources.dll
│   │   │   │   ├── System.Net.Http.WebRequest.resources.dll
│   │   │   │   ├── System.Web.Http.resources.dll
│   │   │   │   ├── System.Web.Http.WebHost.resources.dll
│   │   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   │   ├── System.Web.Optimization.resources.dll
│   │   │   │   ├── System.Web.Providers.resources.dll
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   │   └── System.Web.WebPages.resources.dll
│   │   │   ├── Content
│   │   │   │   ├── Site.css
│   │   │   │   └── themes
│   │   │   │   └── base
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   ├── jquery.ui.all.css
│   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   ├── jquery.ui.base.css
│   │   │   │   ├── jquery.ui.button.css
│   │   │   │   ├── jquery.ui.core.css
│   │   │   │   ├── jquery-ui.css
│   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   ├── jquery.ui.theme.css
│   │   │   │   └── minified
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery.ui.accordion.min.css
│   │   │   │   ├── jquery.ui.autocomplete.min.css
│   │   │   │   ├── jquery.ui.button.min.css
│   │   │   │   ├── jquery.ui.core.min.css
│   │   │   │   ├── jquery.ui.datepicker.min.css
│   │   │   │   ├── jquery.ui.dialog.min.css
│   │   │   │   ├── jquery-ui.min.css
│   │   │   │   ├── jquery.ui.progressbar.min.css
│   │   │   │   ├── jquery.ui.resizable.min.css
│   │   │   │   ├── jquery.ui.selectable.min.css
│   │   │   │   ├── jquery.ui.slider.min.css
│   │   │   │   ├── jquery.ui.tabs.min.css
│   │   │   │   └── jquery.ui.theme.min.css
│   │   │   ├── easyUI
│   │   │   │   ├── 1.4
│   │   │   │   │   ├── jquery.easyui.min.js
│   │   │   │   │   └── themes
│   │   │   │   │   ├── black
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   ├── combobox_data1.json
│   │   │   │   ├── jquery.easyui.min.js
│   │   │   │   └── 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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.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
│   │   │   │   ├── material
│   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.png
│   │   │   │   │   │   ├── searchbox_button.png
│   │   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   │   ├── spinner_arrows.png
│   │   │   │   │   │   ├── tabs_icons.png
│   │   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   ├── layout.css
│   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   ├── menubutton.css
│   │   │   │   │   ├── menu.css
│   │   │   │   │   ├── messager.css
│   │   │   │   │   ├── numberbox.css
│   │   │   │   │   ├── pagination.css
│   │   │   │   │   ├── panel.css
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.css
│   │   │   │   │   ├── tabs.css
│   │   │   │   │   ├── textbox.css
│   │   │   │   │   ├── tooltip.css
│   │   │   │   │   ├── tree.css
│   │   │   │   │   ├── validatebox.css
│   │   │   │   │   └── window.css
│   │   │   │   ├── 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
│   │   │   │   │   │   ├── passwordbox_close.png
│   │   │   │   │   │   ├── passwordbox_open.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
│   │   │   │   │   ├── passwordbox.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── switchbutton.css
│   │   │   │   │   ├── tabs.css
│   │   │   │   │   ├── textbox.css
│   │   │   │   │   ├── tooltip.css
│   │   │   │   │   ├── tree.css
│   │   │   │   │   ├── validatebox.css
│   │   │   │   │   └── window.css
│   │   │   │   └── mobile.css
│   │   │   ├── Global.asax
│   │   │   ├── packages.config
│   │   │   ├── Scripts
│   │   │   │   ├── jquery-1.7.1.js
│   │   │   │   ├── jquery-1.7.1.min.js
│   │   │   │   ├── jquery-ui-1.8.20.js
│   │   │   │   ├── jquery-ui-1.8.20.min.js
│   │   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── jquery.validate.min.js
│   │   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   │   ├── knockout-2.1.0.debug.js
│   │   │   │   ├── knockout-2.1.0.js
│   │   │   │   ├── modernizr-2.5.3.js
│   │   │   │   └── _references.js
│   │   │   ├── Views
│   │   │   │   ├── Home
│   │   │   │   │   ├── DataGrid.cshtml
│   │   │   │   │   ├── EasyUIForm.cshtml
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Layout.cshtml
│   │   │   │   │   ├── MenuAndButton.cshtml
│   │   │   │   │   ├── Panel.cshtml
│   │   │   │   │   └── PanelTest.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   ├── Error.cshtml
│   │   │   │   │   └── _Layout.cshtml
│   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   └── Web.config
│   │   │   └── Web.config
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TransformWebConfig
│   │   │   ├── assist
│   │   │   │   └── Web.config
│   │   │   ├── original
│   │   │   │   └── Web.config
│   │   │   └── transformed
│   │   │   └── Web.config
│   │   └── _WPPLastBuildInfo.txt
│   ├── packages.config
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── PublishProfiles
│   │   ├── easyUITestRelease.pubxml
│   │   └── easyUITestRelease.pubxml.user
│   ├── Scripts
│   │   ├── jquery-1.7.1.intellisense.js
│   │   ├── jquery-1.7.1.js
│   │   ├── jquery-1.7.1.min.js
│   │   ├── jquery-ui-1.8.20.js
│   │   ├── jquery-ui-1.8.20.min.js
│   │   ├── jquery.unobtrusive-ajax.js
│   │   ├── jquery.unobtrusive-ajax.min.js
│   │   ├── jquery.validate.js
│   │   ├── jquery.validate.min.js
│   │   ├── jquery.validate.unobtrusive.js
│   │   ├── jquery.validate.unobtrusive.min.js
│   │   ├── jquery.validate-vsdoc.js
│   │   ├── knockout-2.1.0.debug.js
│   │   ├── knockout-2.1.0.js
│   │   ├── modernizr-2.5.3.js
│   │   └── _references.js
│   ├── Views
│   │   ├── Home
│   │   │   ├── Index.cshtml
│   │   │   └── UserBoard.cshtml
│   │   ├── Product
│   │   │   └── Index.cshtml
│   │   ├── Report
│   │   │   ├── UserColumn.cshtml
│   │   │   ├── User.cshtml
│   │   │   └── UserLine.cshtml
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   └── _Layout.cshtml
│   │   ├── User
│   │   │   └── Index.cshtml
│   │   ├── _ViewStart.cshtml
│   │   ├── Web.config
│   │   └── Wx
│   │   ├── Index.cshtml
│   │   └── WxPage.cshtml
│   ├── Web.config
│   ├── Web.Debug.config
│   └── Web.Release.config
├── eUI.BLL
│   ├── eUI.BLL.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── eUI.BLL.csproj.FileListAbsolute.txt
│   │   ├── eUI.BLL.csprojResolveAssemblyReference.cache
│   │   ├── eUI.BLL.dll
│   │   ├── eUI.BLL.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── UserInfoBLL.cs
├── eUI.Common
│   ├── CssFiles.cs
│   ├── eUI.Common.csproj
│   ├── HelperCommon.cs
│   ├── JsFiles.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── eUI.Common.csproj.FileListAbsolute.txt
│   │   │   ├── eUI.Common.csprojResolveAssemblyReference.cache
│   │   │   ├── eUI.Common.dll
│   │   │   ├── eUI.Common.pdb
│   │   │   ├── eUI.Files.csproj.FileListAbsolute.txt
│   │   │   ├── eUI.Files.csprojResolveAssemblyReference.cache
│   │   │   ├── Files.csproj.FileListAbsolute.txt
│   │   │   ├── Files.csprojResolveAssemblyReference.cache
│   │   │   ├── Files.dll
│   │   │   ├── Files.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Files.csproj.FileListAbsolute.txt
│   │   ├── Files.csprojResolveAssemblyReference.cache
│   │   ├── Files.dll
│   │   ├── Files.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── OperateExcel.cs
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── WebFiles.cs
├── eUI.DAL
│   ├── DBUtility
│   │   └── DBHelper.cs
│   ├── eUI.DAL.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── eUI.DAL.csproj.FileListAbsolute.txt
│   │   ├── eUI.DAL.csprojResolveAssemblyReference.cache
│   │   ├── eUI.DAL.dll
│   │   ├── eUI.DAL.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── UserInfoDAL.cs
├── eUI.Model
│   ├── eUI.Model.csproj
│   ├── ExportExcelModel.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── eUI.Model.csproj.FileListAbsolute.txt
│   │   ├── eUI.Model.csprojResolveAssemblyReference.cache
│   │   ├── eUI.Model.dll
│   │   ├── eUI.Model.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages.config
│   ├── PermissionSetModel.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── UploadPicModel.cs
│   ├── UserColumnReportModel.cs
│   ├── UserInfo.cs
│   ├── UserReportModel.cs
│   └── WxPage.cs
├── eUI.sln
├── eUI.suo
├── eUI.v11.suo
├── initData.sql
├── packages
│   ├── EntityFramework.5.0.0
│   │   ├── Content
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── EntityFramework.5.0.0.nupkg
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.xml
│   │   │   └── zh-Hans
│   │   │   ├── EntityFramework.resources.dll
│   │   │   └── EntityFramework.xml
│   │   └── tools
│   │   ├── about_EntityFramework.help.txt
│   │   ├── EntityFramework.PowerShell.dll
│   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   ├── EntityFramework.PS3.psd1
│   │   ├── EntityFramework.psd1
│   │   ├── EntityFramework.psm1
│   │   ├── init.ps1
│   │   ├── install.ps1
│   │   ├── migrate.exe
│   │   ├── Redirect.config
│   │   └── Redirect.VS11.config
│   ├── EntityFramework.zh-Hans.5.0.0
│   │   ├── EntityFramework.zh-Hans.5.0.0.nupkg
│   │   └── lib
│   │   ├── net40
│   │   │   └── zh-Hans
│   │   │   ├── EntityFramework.resources.dll
│   │   │   └── EntityFramework.xml
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── EntityFramework.resources.dll
│   │   └── EntityFramework.xml
│   ├── jQuery.1.7.1.1
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery-1.7.1.js
│   │   │   ├── jquery-1.7.1.min.js
│   │   │   └── jquery-1.7.1-vsdoc.js
│   │   ├── jQuery.1.7.1.1.nupkg
│   │   └── Tools
│   │   ├── common.ps1
│   │   ├── install.ps1
│   │   ├── jquery-1.7.1.intellisense.js
│   │   └── uninstall.ps1
│   ├── jQuery.UI.Combined.1.8.20.1
│   │   ├── Content
│   │   │   ├── Content
│   │   │   │   └── themes
│   │   │   │   └── base
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   ├── jquery.ui.all.css
│   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   ├── jquery.ui.base.css
│   │   │   │   ├── jquery.ui.button.css
│   │   │   │   ├── jquery.ui.core.css
│   │   │   │   ├── jquery-ui.css
│   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   ├── jquery.ui.theme.css
│   │   │   │   └── minified
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery.ui.accordion.min.css
│   │   │   │   ├── jquery.ui.autocomplete.min.css
│   │   │   │   ├── jquery.ui.button.min.css
│   │   │   │   ├── jquery.ui.core.min.css
│   │   │   │   ├── jquery.ui.datepicker.min.css
│   │   │   │   ├── jquery.ui.dialog.min.css
│   │   │   │   ├── jquery-ui.min.css
│   │   │   │   ├── jquery.ui.progressbar.min.css
│   │   │   │   ├── jquery.ui.resizable.min.css
│   │   │   │   ├── jquery.ui.selectable.min.css
│   │   │   │   ├── jquery.ui.slider.min.css
│   │   │   │   ├── jquery.ui.tabs.min.css
│   │   │   │   └── jquery.ui.theme.min.css
│   │   │   └── Scripts
│   │   │   ├── jquery-ui-1.8.20.js
│   │   │   └── jquery-ui-1.8.20.min.js
│   │   └── jQuery.UI.Combined.1.8.20.1.nupkg
│   ├── jQuery.Validation.1.9.0.1
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   └── jquery.validate-vsdoc.js
│   │   └── jQuery.Validation.1.9.0.1.nupkg
│   ├── knockoutjs.2.1.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── knockout-2.1.0.debug.js
│   │   │   └── knockout-2.1.0.js
│   │   └── knockoutjs.2.1.0.nupkg
│   ├── Microsoft.AspNet.Mvc.4.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Mvc.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   └── System.Web.Mvc.xml
│   │   └── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
│   ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   └── System.Web.Mvc.xml
│   │   └── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nupkg
│   ├── Microsoft.AspNet.Providers.Core.1.1
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Providers.dll
│   │   │   └── zh-Hans
│   │   │   └── System.Web.Providers.resources.dll
│   │   ├── Microsoft.AspNet.Providers.Core.1.1.nupkg
│   │   └── readme.html
│   ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.1
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   └── System.Web.Providers.resources.dll
│   │   └── Microsoft.AspNet.Providers.Core.zh-Hans.1.1.nupkg
│   ├── Microsoft.AspNet.Providers.LocalDB.1.1
│   │   ├── content
│   │   │   └── web.config.transform
│   │   ├── Microsoft.AspNet.Providers.LocalDB.1.1.nupkg
│   │   └── tools
│   │   └── Install.ps1
│   ├── Microsoft.AspNet.Razor.2.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Razor.dll
│   │   │   ├── System.Web.Razor.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   └── system.web.razor.xml
│   │   └── Microsoft.AspNet.Razor.2.0.20710.0.nupkg
│   ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   └── system.web.razor.xml
│   │   └── Microsoft.AspNet.Razor.zh-Hans.2.0.20710.0.nupkg
│   ├── Microsoft.AspNet.WebApi.5.2.3
│   │   └── Microsoft.AspNet.WebApi.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.Client.5.2.3
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   │   ├── System.Net.Http.Formatting.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Net.Http.Formatting.resources.dll
│   │   │   │   └── System.Net.Http.Formatting.xml
│   │   │   └── portable-wp8+netcore45+net45+wp81+wpa81
│   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   └── System.Net.Http.Formatting.xml
│   │   └── Microsoft.AspNet.WebApi.Client.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.Client.zh-Hans.5.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Net.Http.Formatting.resources.dll
│   │   │   └── System.Net.Http.Formatting.xml
│   │   └── Microsoft.AspNet.WebApi.Client.zh-Hans.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.Core.5.2.3
│   │   ├── Content
│   │   │   └── web.config.transform
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Http.dll
│   │   │   ├── System.Web.Http.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Http.resources.dll
│   │   │   └── System.Web.Http.xml
│   │   └── Microsoft.AspNet.WebApi.Core.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.Core.zh-Hans.5.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Http.resources.dll
│   │   │   └── System.Web.Http.xml
│   │   └── Microsoft.AspNet.WebApi.Core.zh-Hans.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.WebHost.5.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Http.WebHost.dll
│   │   │   ├── System.Web.Http.WebHost.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Http.WebHost.resources.dll
│   │   │   └── System.Web.Http.WebHost.xml
│   │   └── Microsoft.AspNet.WebApi.WebHost.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Http.WebHost.resources.dll
│   │   │   └── System.Web.Http.WebHost.xml
│   │   └── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.2.3.nupkg
│   ├── Microsoft.AspNet.Web.Optimization.1.0.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Optimization.dll
│   │   │   └── zh-Hans
│   │   │   └── System.Web.Optimization.resources.dll
│   │   └── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
│   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   └── System.Web.Optimization.resources.dll
│   │   └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nupkg
│   ├── Microsoft.AspNet.WebPages.2.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   ├── System.Web.WebPages.dll
│   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   ├── System.Web.WebPages.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── system.web.helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   ├── system.web.webpages.deployment.xml
│   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   ├── system.web.webpages.razor.xml
│   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   └── system.web.webpages.xml
│   │   └── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
│   ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── system.web.helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   ├── system.web.webpages.deployment.xml
│   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   ├── system.web.webpages.razor.xml
│   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   └── system.web.webpages.xml
│   │   └── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nupkg
│   ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   └── jquery.unobtrusive-ajax.min.js
│   │   └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg
│   ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   └── jquery.validate.unobtrusive.min.js
│   │   └── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg
│   ├── Microsoft.Net.Http.2.0.20710.0
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── System.Net.Http.dll
│   │   │   │   ├── System.Net.Http.WebRequest.dll
│   │   │   │   ├── System.Net.Http.WebRequest.xml
│   │   │   │   ├── System.Net.Http.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Net.Http.resources.dll
│   │   │   │   ├── System.Net.Http.WebRequest.resources.dll
│   │   │   │   ├── System.Net.Http.WebRequest.xml
│   │   │   │   └── System.Net.Http.xml
│   │   │   └── net45
│   │   │   └── _._
│   │   └── Microsoft.Net.Http.2.0.20710.0.nupkg
│   ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── zh-Hans
│   │   │   ├── System.Net.Http.resources.dll
│   │   │   ├── System.Net.Http.WebRequest.resources.dll
│   │   │   ├── System.Net.Http.WebRequest.xml
│   │   │   └── System.Net.Http.xml
│   │   └── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nupkg
│   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   ├── Modernizr.2.5.3
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   └── modernizr-2.5.3.js
│   │   └── Modernizr.2.5.3.nupkg
│   ├── 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
│   │   └── tools
│   │   └── install.ps1
│   ├── NuGet.PackageManagement.3.2.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── NuGet.PackageManagement.dll
│   │   │   ├── NuGet.ProjectManagement.dll
│   │   │   └── NuGet.ProjectManagement.XML
│   │   └── NuGet.PackageManagement.3.2.0.nupkg
│   ├── NuGet.PackageManagement.UI.3.2.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── NuGet.PackageManagement.UI.dll
│   │   └── NuGet.PackageManagement.UI.3.2.0.nupkg
│   ├── repositories.config
│   └── WebGrease.1.1.0
│   ├── lib
│   │   ├── Antlr3.Runtime.dll
│   │   └── WebGrease.dll
│   ├── tools
│   │   └── WG.exe
│   └── WebGrease.1.1.0.nupkg
├── TPF
│   └── Aspose.Cells.dll
└── 说明.txt

262 directories, 1611 files

标签:

实例下载地址

C#基于MVC+EasyUI+ECharts后台管理系统完整源码(1.0.5)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警