├── .gitattributes ├── project ├── easyee-auto-test-smspringboot │ ├── startup.bat │ ├── startup.sh │ ├── readme.txt │ ├── src │ │ ├── main │ │ │ ├── resources │ │ │ │ ├── static │ │ │ │ │ ├── staticresources │ │ │ │ │ │ ├── easyui │ │ │ │ │ │ │ ├── themes │ │ │ │ │ │ │ │ ├── metro-blue │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_open.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_close.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── passwordbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ └── filebox.css │ │ │ │ │ │ │ │ ├── metro-gray │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_open.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_close.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── passwordbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ └── filebox.css │ │ │ │ │ │ │ │ ├── metro-red │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_close.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_open.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── passwordbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ └── filebox.css │ │ │ │ │ │ │ │ ├── metro-green │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_close.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_open.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── passwordbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ └── filebox.css │ │ │ │ │ │ │ │ ├── metro-orange │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_open.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ ├── passwordbox_close.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── passwordbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ └── filebox.css │ │ │ │ │ │ │ │ ├── gray │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── black │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── bootstrap │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── default │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── metro │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── ui-sunny │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── ui-cupertino │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── ui-dark-hive │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ ├── ui-pepper-grinder │ │ │ │ │ │ │ │ │ ├── validatebox.css │ │ │ │ │ │ │ │ │ ├── filebox.css │ │ │ │ │ │ │ │ │ ├── numberbox.css │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ │ │ │ │ ├── datebox_arrow.png │ │ │ │ │ │ │ │ │ │ ├── layout_arrows.png │ │ │ │ │ │ │ │ │ │ ├── linkbutton_bg.png │ │ │ │ │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ │ │ │ │ ├── combobox.css │ │ │ │ │ │ │ │ │ └── dialog.css │ │ │ │ │ │ │ │ └── icons │ │ │ │ │ │ │ │ │ ├── cut.png │ │ │ │ │ │ │ │ │ ├── man.png │ │ │ │ │ │ │ │ │ ├── no.png │ │ │ │ │ │ │ │ │ ├── ok.png │ │ │ │ │ │ │ │ │ ├── sum.png │ │ │ │ │ │ │ │ │ ├── tip.png │ │ │ │ │ │ │ │ │ ├── back.png │ │ │ │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ │ │ │ ├── help.png │ │ │ │ │ │ │ │ │ ├── lock.png │ │ │ │ │ │ │ │ │ ├── more.png │ │ │ │ │ │ │ │ │ ├── print.png │ │ │ │ │ │ │ │ │ ├── redo.png │ │ │ │ │ │ │ │ │ ├── undo.png │ │ │ │ │ │ │ │ │ ├── cancel.png │ │ │ │ │ │ │ │ │ ├── edit_add.png │ │ │ │ │ │ │ │ │ ├── filesave.png │ │ │ │ │ │ │ │ │ ├── filter.png │ │ │ │ │ │ │ │ │ ├── folder.png │ │ │ │ │ │ │ │ │ ├── mini_add.png │ │ │ │ │ │ │ │ │ ├── pencil.png │ │ │ │ │ │ │ │ │ ├── reload.png │ │ │ │ │ │ │ │ │ ├── search.png │ │ │ │ │ │ │ │ │ ├── mini_edit.png │ │ │ │ │ │ │ │ │ ├── edit_remove.png │ │ │ │ │ │ │ │ │ ├── large_chart.png │ │ │ │ │ │ │ │ │ ├── large_clipart.png │ │ │ │ │ │ │ │ │ ├── large_picture.png │ │ │ │ │ │ │ │ │ ├── large_shapes.png │ │ │ │ │ │ │ │ │ ├── mini_refresh.png │ │ │ │ │ │ │ │ │ └── large_smartart.png │ │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ │ └── portal.css │ │ │ │ │ │ ├── style │ │ │ │ │ │ │ └── easyee.main.css │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ │ └── http │ │ │ │ │ │ │ │ └── 404.jpg │ │ │ │ │ │ ├── easyuiex │ │ │ │ │ │ │ └── css │ │ │ │ │ │ │ │ └── icons │ │ │ │ │ │ │ │ ├── book.png │ │ │ │ │ │ │ │ ├── home.png │ │ │ │ │ │ │ │ ├── id.png │ │ │ │ │ │ │ │ ├── menu.png │ │ │ │ │ │ │ │ ├── role.gif │ │ │ │ │ │ │ │ ├── user.gif │ │ │ │ │ │ │ │ ├── user.png │ │ │ │ │ │ │ │ ├── close.png │ │ │ │ │ │ │ │ ├── folder.png │ │ │ │ │ │ │ │ ├── grade.png │ │ │ │ │ │ │ │ ├── group.png │ │ │ │ │ │ │ │ ├── home2.png │ │ │ │ │ │ │ │ ├── house.png │ │ │ │ │ │ │ │ ├── report.png │ │ │ │ │ │ │ │ ├── rights.png │ │ │ │ │ │ │ │ ├── roles.png │ │ │ │ │ │ │ │ ├── vcard.png │ │ │ │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ │ │ │ ├── chart_bar.png │ │ │ │ │ │ │ │ ├── chart_pie.png │ │ │ │ │ │ │ │ ├── computer.png │ │ │ │ │ │ │ │ ├── home_app.png │ │ │ │ │ │ │ │ ├── lock_edit.png │ │ │ │ │ │ │ │ ├── palette.png │ │ │ │ │ │ │ │ ├── resources.png │ │ │ │ │ │ │ │ ├── student.png │ │ │ │ │ │ │ │ ├── application.png │ │ │ │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ │ │ │ ├── chart_curve.png │ │ │ │ │ │ │ │ ├── chart_line.png │ │ │ │ │ │ │ │ ├── monitor_go.png │ │ │ │ │ │ │ │ ├── reduce-user.gif │ │ │ │ │ │ │ │ ├── report_user.png │ │ │ │ │ │ │ │ ├── reduce-charts.gif │ │ │ │ │ │ │ │ ├── application_home.png │ │ │ │ │ │ │ │ ├── reduce-computer.gif │ │ │ │ │ │ │ │ └── application_view_tile.png │ │ │ │ │ │ ├── echarts │ │ │ │ │ │ │ └── themes │ │ │ │ │ │ │ │ └── default.js │ │ │ │ │ │ └── easyee │ │ │ │ │ │ │ └── lang │ │ │ │ │ │ │ └── easyee-zh_CN.js │ │ │ │ │ ├── favicon.ico │ │ │ │ │ └── error │ │ │ │ │ │ ├── 500.html │ │ │ │ │ │ └── 404.html │ │ │ │ ├── log4j2.xml │ │ │ │ ├── banner.txt │ │ │ │ └── log4j.properties │ │ │ ├── webapp │ │ │ │ ├── META-INF │ │ │ │ │ └── MANIFEST.MF │ │ │ │ └── WEB-INF │ │ │ │ │ └── content │ │ │ │ │ └── dialog │ │ │ │ │ └── readme │ │ │ └── java │ │ │ │ └── cn │ │ │ │ └── easyproject │ │ │ │ └── easyee │ │ │ │ └── sm │ │ │ │ ├── sys │ │ │ │ ├── dao │ │ │ │ │ └── SysLogDAO.java │ │ │ │ └── service │ │ │ │ │ └── SysLogService.java │ │ │ │ ├── Code.java │ │ │ │ ├── base │ │ │ │ ├── util │ │ │ │ │ ├── SpringUtil.java │ │ │ │ │ └── StatusCode.java │ │ │ │ └── pagination │ │ │ │ │ └── EasyMyBatisPaginationException.java │ │ │ │ └── hr │ │ │ │ └── dao │ │ │ │ └── DeptDAO.java │ │ └── test │ │ │ └── java │ │ │ └── cn │ │ │ └── easyproject │ │ │ └── easyee │ │ │ └── ssh │ │ │ └── sys │ │ │ └── service │ │ │ └── impl │ │ │ └── MD5Test.java │ ├── .settings │ │ ├── org.eclipse.wst.validation.prefs │ │ ├── org.hibernate.eclipse.console.prefs │ │ ├── org.eclipse.m2e.core.prefs │ │ ├── org.eclipse.wst.common.project.facet.core.xml │ │ ├── org.eclipse.core.resources.prefs │ │ └── org.eclipse.wst.common.component │ └── .springBeans └── easyee-auto │ ├── .settings │ ├── org.eclipse.wst.validation.prefs │ ├── org.eclipse.m2e.core.prefs │ ├── org.eclipse.core.resources.prefs │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.common.component │ └── org.eclipse.jdt.core.prefs │ ├── github │ └── doc │ │ └── images │ │ ├── page.png │ │ ├── addDialog.png │ │ ├── editDialog.png │ │ ├── cellEditPage.png │ │ ├── formEditPage.png │ │ └── rowEditPage.png │ └── src │ ├── main │ └── java │ │ └── cn │ │ └── easyproject │ │ └── easyee │ │ └── auto │ │ ├── generator │ │ ├── Utils.java │ │ └── EasyAutoModule.java │ │ ├── PageType.java │ │ ├── EasyId.java │ │ ├── EasyCriterias.java │ │ ├── EasyPage.java │ │ ├── EasyAddDialog.java │ │ └── EasyEditDialog.java │ └── test │ └── java │ └── cn │ └── easyproject │ └── easyee │ ├── shspringboot │ └── module │ │ └── entity │ │ └── Code.java │ └── smspringboot │ └── module │ └── entity │ └── Code.java ├── doc └── images │ ├── page.png │ ├── easyee.png │ ├── addDialog.png │ ├── cellEditPage.png │ ├── editDialog.png │ ├── formEditPage.png │ └── rowEditPage.png ├── lib ├── easyee-auto-1.4.0-RELEASE.jar ├── easyee-auto-1.4.0-RELEASE-javadoc.jar └── easyee-auto-1.4.0-RELEASE-sources.jar └── .github └── FUNDING.yml /.gitattributes: -------------------------------------------------------------------------------- 1 | * linguist-language=Java -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/startup.bat: -------------------------------------------------------------------------------- 1 | mvn compile spring-boot:run -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/startup.sh: -------------------------------------------------------------------------------- 1 | mvn compile spring-boot:run -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/readme.txt: -------------------------------------------------------------------------------- 1 | mvn spring-boot:run 2 | port: 9999 -------------------------------------------------------------------------------- /doc/images/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/page.png -------------------------------------------------------------------------------- /doc/images/easyee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/easyee.png -------------------------------------------------------------------------------- /doc/images/addDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/addDialog.png -------------------------------------------------------------------------------- /doc/images/cellEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/cellEditPage.png -------------------------------------------------------------------------------- /doc/images/editDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/editDialog.png -------------------------------------------------------------------------------- /doc/images/formEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/formEditPage.png -------------------------------------------------------------------------------- /doc/images/rowEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/doc/images/rowEditPage.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.wst.validation.prefs: -------------------------------------------------------------------------------- 1 | disabled=06target 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /lib/easyee-auto-1.4.0-RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/lib/easyee-auto-1.4.0-RELEASE.jar -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/webapp/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /lib/easyee-auto-1.4.0-RELEASE-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/lib/easyee-auto-1.4.0-RELEASE-javadoc.jar -------------------------------------------------------------------------------- /lib/easyee-auto-1.4.0-RELEASE-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/lib/easyee-auto-1.4.0-RELEASE-sources.jar -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.eclipse.wst.validation.prefs: -------------------------------------------------------------------------------- 1 | disabled=06target 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/page.png -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/addDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/addDialog.png -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/editDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/editDialog.png -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/cellEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/cellEditPage.png -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/formEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/formEditPage.png -------------------------------------------------------------------------------- /project/easyee-auto/github/doc/images/rowEditPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto/github/doc/images/rowEditPage.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.hibernate.eclipse.console.prefs: -------------------------------------------------------------------------------- 1 | default.configuration= 2 | eclipse.preferences.version=1 3 | hibernate3.enabled=false 4 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/webapp/WEB-INF/content/dialog/readme: -------------------------------------------------------------------------------- 1 | # EasyUI Dialog 部分相关页面 2 | # EasyUIEx 框架已经解决了由于 EasyUI 的 Dialog 在标签关闭后并不会被销毁的问题 3 | 4 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/style/easyee.main.css: -------------------------------------------------------------------------------- 1 | body{margin: 0;padding: 0;} 2 | .required{color: red;margin: 0 2px;} 3 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/favicon.ico -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/main/java=UTF-8 3 | encoding//src/main/resources=UTF-8 4 | encoding//src/test/java=UTF-8 5 | encoding/=UTF-8 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/images/logo.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/images/http/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/images/http/404.jpg -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/cut.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/man.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/no.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/ok.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/sum.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/tip.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/book.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/id.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/menu.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/role.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/role.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/user.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/user.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/back.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/clear.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/help.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/lock.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/more.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/print.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/redo.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/undo.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/folder.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/grade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/grade.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/group.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home2.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/house.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/report.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/rights.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/roles.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/vcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/vcard.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/error/500.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 500 EasyEE-SH-Spring Boot 6 | 7 | 8 |

500 Server Error!

9 | 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/cancel.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/edit_add.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/filesave.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/filter.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/folder.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_add.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/pencil.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/reload.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/search.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/arrow_up.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_bar.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_pie.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/computer.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/home_app.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/lock_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/lock_edit.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/palette.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/resources.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/student.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/student.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/error/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404 EasyEE-SH-Spring Boot 6 | 7 | 8 |

$)$ 404 Page Not Found!

9 | 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/arrow_down.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_curve.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/chart_line.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/monitor_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/monitor_go.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-user.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/report_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/report_user.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/main/java=UTF-8 3 | encoding//src/main/resources=UTF-8 4 | encoding//src/main/webapp=UTF-8 5 | encoding//src/test/java=UTF-8 6 | encoding/=UTF-8 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #000; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D3D3D3; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_chart.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_picture.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #ddd; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-charts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-charts.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D4D4D4; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #95B8E7; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #494437; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application_home.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-computer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/reduce-computer.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #AED0EA; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #444444; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #cbc7bd; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application_view_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyuiex/css/icons/application_view_tile.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/blank.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/echarts/themes/default.js: -------------------------------------------------------------------------------- 1 | /** 2 | * echarts默认主题,开发中 3 | * 4 | * @desc echarts基于Canvas,纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据统计图表。 5 | * @author Kener (@Kener-林峰, kener.linfeng@gmail.com) 6 | * 7 | */ 8 | var theme_default = {} -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/passwordbox_open.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/passwordbox_open.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/passwordbox_close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/passwordbox_open.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/loading.gif -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/passwordbox_close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/passwordbox_close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/passwordbox_close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/passwordbox_open.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/passwordbox_open.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/combo_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/menu_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/panel_tools.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/tabs_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/tree_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/passwordbox_close.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/datagrid_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/datebox_arrow.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/layout_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/linkbutton_bg.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/messager_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/slider_handle.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/spinner_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/accordion_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/calendar_arrows.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/pagination_icons.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/searchbox_button.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ushelp/EasyEE-Auto/HEAD/project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/images/validatebox_warning.png -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyee/lang/easyee-zh_CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * EasyEE 资源国际化文件-zh_CN 简体中文 3 | */ 4 | 5 | if(EasyEE){ 6 | EasyEE.msg={ 7 | failure:"操作失败,请稍后再试,或联系管理员", 8 | timeout:"登录超时,请重新登录!", 9 | 10 | ajaxNotFound:"地址无法找到,请联系管理员", 11 | ajaxServerError:"服务器错误,请稍后再试,或联系管理员", 12 | ajaxOtherError:"请求错误!", 13 | 14 | serverError:"操作失败,请稍后再试,或联系管理员" 15 | } 16 | } -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bfbfbf; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/generator/Utils.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto.generator; 2 | 3 | import java.util.regex.Matcher; 4 | import java.util.regex.Pattern; 5 | 6 | public class Utils { 7 | static Pattern p=Pattern.compile("([a-z])([A-Z])"); 8 | public static String escapeToMyBatisName(String str){ 9 | Matcher matcher=p.matcher(str); 10 | return matcher.replaceAll("$1_$2"); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/sys/dao/SysLogDAO.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.sys.dao; 2 | 3 | import java.util.List; 4 | 5 | import cn.easyproject.easyee.sm.base.pagination.PageBean; 6 | import cn.easyproject.easyee.sm.sys.entity.SysLog; 7 | 8 | @SuppressWarnings("rawtypes") 9 | public interface SysLogDAO { 10 | public void save(SysLog sysLog); 11 | public List pagination(PageBean pb); 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #cccccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bbb; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #aac5e7; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #c75252; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #b3b3b3; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #817865; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #1a7bc9; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #84909c; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #859416; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #de8033; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #AED0EA; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #26b3f7; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #cbc7bd; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /project/easyee-auto/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 4 | org.eclipse.jdt.core.compiler.compliance=1.6 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 8 | org.eclipse.jdt.core.compiler.source=1.6 9 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/README.txt: -------------------------------------------------------------------------------- 1 | 1. 使用easyuiex/easy.jquery.edatagrid.js替代jquery.edatagrid.js 2 | 2. 修改了源码,为EasyUI Datagrid 的 Field 增加了支持子属性功能,如dept.dname 3 | 修改版本:EasyUI 1.4.3 4 | 修改代码行:10361 5 | 修改内容: 6 | var col=$(_78d).datagrid("getColumnOption",_793); 7 | if(col){ 8 | var _794=_791[_793]; 9 | //新增 10 | try{ 11 | if(_793.indexOf(".")!=-1){ 12 | _794=eval("(_791['" + _793.replace(/\./g, "']['") + "'])"); 13 | } 14 | }catch(e){} 15 | //新增 16 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-blue/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-gray/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-green/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-red/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro-orange/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/PageType.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | /** 4 | * EasyEE PageType enum 5 | * @author Ray 6 | * @author inthinkcolor@gmail.com 7 | * @author easyproject.cn 8 | * @since 9 | */ 10 | public enum PageType { 11 | /** 12 | * 无需直接编辑,默认方式 13 | * 自动添加以下类注解 14 | * @EasyAddDialog 15 | * @EasyEditDialog 16 | */ 17 | NONE, 18 | /** 19 | * 行编辑模式 20 | */ 21 | ROW_EDIT, 22 | /** 23 | * 列编辑模式 24 | */ 25 | CELL_EDIT, 26 | /** 27 | * 表单编辑模式,单行数据 28 | */ 29 | FORM_EDIT; 30 | } 31 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/generator/EasyAutoModule.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto.generator; 2 | 3 | public enum EasyAutoModule { 4 | CONTROLLER_CLASS("controller"), 5 | CRITERIA_CLASS("criteria"), 6 | SERVICE_INTERFACE("service"), 7 | SERVICE_IMPLEMENTS("serviceImpl"), 8 | PAGE("page"), 9 | MYBATIS_DAO_INTERFACE("dao"), 10 | MYBATIS_MAPPER_XML("mapper"); 11 | 12 | String value; 13 | private EasyAutoModule(String value) { 14 | this.value=value; 15 | } 16 | public String getValue() { 17 | return value; 18 | } 19 | 20 | 21 | } 22 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/log4j2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #777; 19 | color: #fff; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0052A3; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #E6E6E6; 19 | color: #444; 20 | } 21 | .combobox-item-selected { 22 | background-color: #CCE6FF; 23 | color: #000; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/banner.txt: -------------------------------------------------------------------------------- 1 | _______ ___ _______.____ ____ _______ _______ 2 | | ____| / \ / |\ \ / / | ____|| ____| 3 | | |__ / ^ \ | (----` \ \/ / | |__ | |__ 4 | | __| / /_\ \ \ \ \_ _/ | __| | __| 5 | | |____ / _____ \ .----) | | | | |____ | |____ 6 | |_______/__/ \__\ |_______/ |__| |_______||_______| 7 | :: EasyEE-sh-springBoot :: (4.1.0-RELEASE) 8 | :: Spring Boot :: (${spring-boot.version}) 9 | 10 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e2e2e2; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0092DC; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/EasyId.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * Object Id annotation 10 | * 11 | * Set for ID Field 12 | * 13 | * @author Ray 14 | * @author inthinkcolor@gmail.com 15 | * @author easyproject.cn 16 | * @since 1.0.0 17 | */ 18 | @Retention(RetentionPolicy.RUNTIME) 19 | @Target(value={ElementType.FIELD}) 20 | public @interface EasyId { 21 | } 22 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e6e6e6; 19 | color: #00438a; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0081c2; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #eaf2ff; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #ffe48d; 23 | color: #000000; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #ffdd57; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #ffffff; 23 | color: #0074c7; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e4f1fb; 19 | color: #2779AA; 20 | } 21 | .combobox-item-selected { 22 | background-color: #3baae3; 23 | color: #ffffff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #003147; 19 | color: #ffffff; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0972a5; 23 | color: #ffffff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #654b24; 19 | color: #ffffff; 20 | } 21 | .combobox-item-selected { 22 | background-color: #b83400; 23 | color: #ffffff; 24 | } 25 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/Code.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm; 2 | 3 | import cn.easyproject.easyee.auto.generator.SMSpringBootCodeGenerator; 4 | 5 | public class Code { 6 | public static void main(String[] args) { 7 | // Entity Directory or File 8 | // 生成模块代码的基础包 9 | // String entityPackage="cn.easyproject.easyee.sh.hr.entity"; 10 | String entityPackage="cn.easyproject.easyee.sm.cmsmoudle.entity"; 11 | new SMSpringBootCodeGenerator().generator(entityPackage); 12 | // new CodeGenerator().generator(Emp.class,Dept.class); 13 | System.out.println("生成完成"); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/base/util/SpringUtil.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.base.util; 2 | 3 | import org.springframework.context.ApplicationContext; 4 | import org.springframework.context.support.ClassPathXmlApplicationContext; 5 | 6 | /** 7 | * Spring工具类 8 | * @author easyproject.cn 9 | * 10 | */ 11 | @SuppressWarnings("unchecked") 12 | public class SpringUtil { 13 | static ApplicationContext ac=new ClassPathXmlApplicationContext("spring/ApplicationContext.xml"); 14 | 15 | public static T getBean(String name){ 16 | return (T) ac.getBean(name); 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/test/java/cn/easyproject/easyee/ssh/sys/service/impl/MD5Test.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.ssh.sys.service.impl; 2 | 3 | import cn.easyproject.easyee.sm.base.util.MD5; 4 | 5 | public class MD5Test { 6 | 7 | @org.junit.Test 8 | public void testMD5() { 9 | // TODO Auto-generated method stub 10 | System.out.println(MD5.getMd5("admin123","admin".toLowerCase())); 11 | System.out.println(MD5.getMd5("user123","user".toLowerCase())); 12 | System.out.println(MD5.getMd5("hr123","hr".toLowerCase())); 13 | System.out.println(MD5.getMd5("111111","manager".toLowerCase())); 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/base/pagination/EasyMyBatisPaginationException.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.base.pagination; 2 | /** 3 | * EasyMyBatis Pagination Exception 4 | * 5 | * @author Ray 6 | * @author inthinkcolor@gmail.com 7 | * @author easyproject.cn 8 | * @see https://github.com/ushelp/EasyMyBatisPagination 9 | * @since 1.0.0 10 | */ 11 | public class EasyMyBatisPaginationException extends RuntimeException{ 12 | 13 | private static final long serialVersionUID = 1L; 14 | 15 | public EasyMyBatisPaginationException(String msg) { 16 | super(msg); 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.springBeans: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | 6 | 7 | 8 | 9 | 10 | src/main/resources/spring/spring_shiro.xml 11 | 12 | 13 | java:cn.easyproject.easyee.sm.EasyEEJarApplication 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/sys/service/SysLogService.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.sys.service; 2 | 3 | import org.springframework.transaction.annotation.Transactional; 4 | 5 | import cn.easyproject.easyee.sm.base.pagination.PageBean; 6 | import cn.easyproject.easyee.sm.sys.criteria.SysLogCriteria; 7 | import cn.easyproject.easyee.sm.sys.entity.SysLog; 8 | 9 | @Transactional 10 | public interface SysLogService { 11 | public void add(SysLog sysLog); 12 | @SuppressWarnings("rawtypes") 13 | @Transactional(readOnly=true) 14 | public void findByPage(PageBean pb,SysLogCriteria sysLogCriteria); 15 | } 16 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /project/easyee-auto/src/test/java/cn/easyproject/easyee/shspringboot/module/entity/Code.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.shspringboot.module.entity; 2 | 3 | import cn.easyproject.easyee.auto.generator.SHSpringBootCodeGenerator; 4 | 5 | public class Code { 6 | // public static void main(String[] args) { 7 | // // Entity Directory or File 8 | // // 生成模块代码的基础包 9 | //// String entityPackage="cn.easyproject.easyee.sh.hr.entity"; 10 | // String entityPackage="cn.easyproject.easyee.sh.eagles.entity"; 11 | // new CodeGenerator().generator(entityPackage); 12 | //// new CodeGenerator().generator(Emp.class,Dept.class); 13 | // System.out.println("生成完成"); 14 | // } 15 | } 16 | -------------------------------------------------------------------------------- /project/easyee-auto/src/test/java/cn/easyproject/easyee/smspringboot/module/entity/Code.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.smspringboot.module.entity; 2 | 3 | import cn.easyproject.easyee.auto.generator.SHSpringBootCodeGenerator; 4 | 5 | public class Code { 6 | // public static void main(String[] args) { 7 | // // Entity Directory or File 8 | // // 生成模块代码的基础包 9 | //// String entityPackage="cn.easyproject.easyee.sh.hr.entity"; 10 | // String entityPackage="cn.easyproject.easyee.sh.eagles.entity"; 11 | // new CodeGenerator().generator(entityPackage); 12 | //// new CodeGenerator().generator(Emp.class,Dept.class); 13 | // System.out.println("生成完成"); 14 | // } 15 | } 16 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/portal.css: -------------------------------------------------------------------------------- 1 | .portal{ 2 | padding:0; 3 | margin:0; 4 | border:1px solid #99BBE8; 5 | overflow:auto; 6 | } 7 | .portal-noborder{ 8 | border:0; 9 | } 10 | .portal-panel{ 11 | margin-bottom:10px; 12 | } 13 | .portal-column-td{ 14 | vertical-align:top; 15 | } 16 | .portal-column{ 17 | padding:10px 0 10px 10px; 18 | overflow:hidden; 19 | } 20 | .portal-column-left{ 21 | padding-left:10px; 22 | } 23 | .portal-column-right{ 24 | padding-right:10px; 25 | } 26 | .portal-proxy{ 27 | opacity:0.6; 28 | filter:alpha(opacity=60); 29 | } 30 | .portal-spacer{ 31 | border:3px dashed #eee; 32 | margin-bottom:10px; 33 | } -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/EasyCriterias.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * Criterias annotation 10 | * 11 | * Set for Class 12 | * 13 | * @author Ray 14 | * @author inthinkcolor@gmail.com 15 | * @author easyproject.cn 16 | * @since 1.0.0 17 | */ 18 | @Retention(RetentionPolicy.RUNTIME) 19 | @Target(value={ElementType.TYPE}) 20 | public @interface EasyCriterias { 21 | /** 22 | * 条件 23 | * @return 条件 24 | */ 25 | EasyCriteria[] value(); 26 | 27 | } 28 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/base/util/StatusCode.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.base.util; 2 | /** 3 | * 服务器端返回状态码列表,作为JSON输出信息时statusCode属性的可选值 4 | * 5 | * @author easyproject.cn 6 | * @version 1.0 7 | * 8 | */ 9 | public class StatusCode { 10 | /* 11 | * Ajax 请求响应信息
12 | * {
13 | * statusCode: 响应状态码;
14 | * msg:响应消息;
15 | * callback:closeFn,
16 | * locationUrl:
17 | * }
18 | */ 19 | public static final int OK=200; // 操作正常 20 | public static final int ERROR=300; // 操作失败 21 | public static final int TIMEOUT=301; // 用户超时 22 | public static final int NO_PERMISSSION=401; // 权限不足 23 | } 24 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/EasyPage.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * Page Type annotation 10 | * 11 | * Set for Class 12 | * 13 | * @author Ray 14 | * @author inthinkcolor@gmail.com 15 | * @author easyproject.cn 16 | * @since 1.0.0 17 | */ 18 | @Retention(RetentionPolicy.RUNTIME) 19 | @Target(value={ElementType.TYPE}) 20 | public @interface EasyPage{ 21 | /** 22 | * 页面类型,默认为 PageType.NONE 23 | * @return 24 | */ 25 | PageType value() default PageType.NONE; 26 | } 27 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: ['http://www.easyproject.cn/donation'] 13 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | # Logger 2 | log4j.rootLogger=WARN,console 3 | # Permission Log 4 | log4j.logger.cn.easyproject.easyee.sh.base.interceptor.UserInterctptor=DEBUG,console 5 | log4j.additivity.cn.easyproject.easyee.sh.base.interceptor.UserInterctptor=false 6 | 7 | # console 8 | ## console Appdener 9 | log4j.appender.console=org.apache.log4j.ConsoleAppender 10 | ## console Layout 11 | log4j.appender.console.layout=org.apache.log4j.SimpleLayout 12 | 13 | # file 14 | ## file Appdener 15 | log4j.appender.file=org.apache.log4j.DailyRollingFileAppender 16 | log4j.appender.file.file=access_log.html 17 | ## file Layout 18 | log4j.appender.file.layout=org.apache.log4j.HTMLLayout 19 | 20 | 21 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/EasyAddDialog.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * Add Dialog extension 10 | * 11 | * Set for Class 12 | * 13 | * @author Ray 14 | * @author inthinkcolor@gmail.com 15 | * @author easyproject.cn 16 | * @since 1.0.0 17 | */ 18 | @Retention(RetentionPolicy.RUNTIME) 19 | @Target(value={ElementType.TYPE}) 20 | public @interface EasyAddDialog{ 21 | /** 22 | * User multipart form. (enctype="multipart/form-data") 23 | * @return 24 | */ 25 | boolean multipart() default false; 26 | } 27 | -------------------------------------------------------------------------------- /project/easyee-auto/src/main/java/cn/easyproject/easyee/auto/EasyEditDialog.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.auto; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * Edit Dialog extension 10 | * 11 | * Set for Class 12 | * 13 | * @author Ray 14 | * @author inthinkcolor@gmail.com 15 | * @author easyproject.cn 16 | * @since 1.0.0 17 | */ 18 | @Retention(RetentionPolicy.RUNTIME) 19 | @Target(value={ElementType.TYPE}) 20 | public @interface EasyEditDialog{ 21 | /** 22 | * User multipart form. (enctype="multipart/form-data") 23 | * @return 24 | */ 25 | boolean multipart() default false; 26 | } 27 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/black/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #444; 11 | border-right: 1px solid #777; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #555; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #000 #000 #222 #000; 29 | } 30 | .dialog-button { 31 | border-color: #222 #000 #000 #000; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/metro/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ddd; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fff; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #ddd #ddd #ddd #ddd; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #ddd #ddd #ddd; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/java/cn/easyproject/easyee/sm/hr/dao/DeptDAO.java: -------------------------------------------------------------------------------- 1 | package cn.easyproject.easyee.sm.hr.dao; 2 | 3 | import java.io.Serializable; 4 | import java.util.List; 5 | 6 | import cn.easyproject.easyee.sm.base.pagination.PageBean; 7 | import cn.easyproject.easyee.sm.hr.entity.Dept; 8 | /** 9 | * 10 | * @author easyproject.cn 11 | * @version 1.0 12 | * 13 | */ 14 | public interface DeptDAO { 15 | 16 | public void save(Dept dept); 17 | 18 | public void delete(Serializable deptno); 19 | 20 | public void update(Dept dept); 21 | 22 | public Dept get(Integer deptno); 23 | 24 | @SuppressWarnings("rawtypes") 25 | public List pagination(PageBean pageBean); 26 | 27 | public List findAll(); 28 | 29 | public int findMaxRow(); 30 | } 31 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/gray/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fafafa; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/default/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F4F4F4; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #95B8E7 #95B8E7 #dddddd #95B8E7; 29 | } 30 | .dialog-button { 31 | border-color: #dddddd #95B8E7 #95B8E7 #95B8E7; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/bootstrap/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F5F5F5; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4; 29 | } 30 | .dialog-button { 31 | border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-cupertino/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F4F4F4; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #AED0EA #AED0EA #AED0EA #AED0EA; 29 | } 30 | .dialog-button { 31 | border-color: #AED0EA #AED0EA #AED0EA #AED0EA; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-dark-hive/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #aaa; 11 | border-right: 1px solid #444; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #222222; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #444444 #444444 #666666 #444444; 29 | } 30 | .dialog-button { 31 | border-color: #666666 #444444 #444444 #444444; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-sunny/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #efefef; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #494437 #494437 #fece2f #494437; 29 | } 30 | .dialog-button { 31 | border-color: #fece2f #494437 #494437 #494437; 32 | } 33 | -------------------------------------------------------------------------------- /project/easyee-auto-test-smspringboot/src/main/resources/static/staticresources/easyui/themes/ui-pepper-grinder/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #f8f7f6; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #cbc7bd #cbc7bd #dddddd #cbc7bd; 29 | } 30 | .dialog-button { 31 | border-color: #dddddd #cbc7bd #cbc7bd #cbc7bd; 32 | } 33 | --------------------------------------------------------------------------------