├── HmiEditor ├── Content │ ├── themes │ │ ├── gray │ │ │ ├── numberbox.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 │ │ │ │ ├── tagbox_icons.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 │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ └── datalist.css │ │ ├── black │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tagbox_icons.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 │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ ├── datalist.css │ │ │ └── menubutton.css │ │ ├── bootstrap │ │ │ ├── numberbox.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 │ │ │ │ ├── tagbox_icons.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 │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ └── datalist.css │ │ ├── default │ │ │ ├── numberbox.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 │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ └── datalist.css │ │ ├── material │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tagbox_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 │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ └── datalist.css │ │ ├── metro │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tagbox_icons.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 │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ ├── pagination.css │ │ │ ├── switchbutton.css │ │ │ ├── slider.css │ │ │ └── datalist.css │ │ └── icons │ │ │ ├── no.png │ │ │ ├── ok.png │ │ │ ├── back.png │ │ │ ├── cut.png │ │ │ ├── help.png │ │ │ ├── lock.png │ │ │ ├── man.png │ │ │ ├── more.png │ │ │ ├── redo.png │ │ │ ├── sum.png │ │ │ ├── tip.png │ │ │ ├── undo.png │ │ │ ├── blank.gif │ │ │ ├── cancel.png │ │ │ ├── clear.png │ │ │ ├── filter.png │ │ │ ├── pencil.png │ │ │ ├── print.png │ │ │ ├── reload.png │ │ │ ├── search.png │ │ │ ├── edit_add.png │ │ │ ├── filesave.png │ │ │ ├── mini_add.png │ │ │ ├── mini_edit.png │ │ │ ├── edit_remove.png │ │ │ ├── large_chart.png │ │ │ ├── large_shapes.png │ │ │ ├── mini_refresh.png │ │ │ ├── large_clipart.png │ │ │ ├── large_picture.png │ │ │ └── large_smartart.png │ ├── topojson │ │ ├── fabricTopology-.json │ │ └── fabricTopology-abc.json │ ├── icon │ │ ├── bps.png │ │ ├── panel.png │ │ ├── pipH.png │ │ ├── pipV.png │ │ ├── pool.png │ │ ├── PumRed.png │ │ ├── btnRed.png │ │ ├── btnRed2.png │ │ ├── device2.png │ │ ├── movRed.png │ │ ├── pureBox.png │ │ ├── pureDev.png │ │ ├── 5pTestPool.png │ │ ├── btnGreen.png │ │ ├── btnGreen2.png │ │ ├── connect4.png │ │ ├── movGreen.png │ │ ├── movLeftRed.png │ │ ├── pumpLeft.png │ │ ├── pumpRight.png │ │ ├── samplePump.png │ │ ├── connect3Left.png │ │ ├── connect3Top.png │ │ ├── movLeftGreen.png │ │ ├── 5pTestPoolGreen.png │ │ ├── 5pTestPoolRed.png │ │ ├── connect3Buttom.png │ │ ├── connect3Right.png │ │ ├── connectTopLeft.png │ │ ├── connectTopRight.png │ │ ├── movLeftStatus0.png │ │ ├── movLeftStatus1.png │ │ ├── qualityControl.png │ │ ├── connectButtomLeft.png │ │ └── connectButtonRight.png │ ├── images │ │ ├── baseicon │ │ │ ├── a.jpg │ │ │ ├── baseMode1.png │ │ │ ├── baseMode2.png │ │ │ ├── baseMode3.png │ │ │ ├── baseMode4.png │ │ │ ├── baseMode5.png │ │ │ ├── baseMode6.png │ │ │ ├── baseMode7.png │ │ │ ├── baseMode8.png │ │ │ └── baseMode9.png │ │ └── water │ │ │ ├── bps.png │ │ │ ├── pipH.png │ │ │ ├── pipV.png │ │ │ ├── pool.png │ │ │ ├── PumRed.png │ │ │ ├── btnRed.png │ │ │ ├── btnRed2.png │ │ │ ├── device2.png │ │ │ ├── movRed.png │ │ │ ├── panel.png │ │ │ ├── pureBox.png │ │ │ ├── pureDev.png │ │ │ ├── btnGreen.png │ │ │ ├── btnGreen2.png │ │ │ ├── connect4.png │ │ │ ├── movGreen.png │ │ │ ├── pumpLeft.png │ │ │ ├── pumpRight.png │ │ │ ├── 5pTestPool.png │ │ │ ├── connect3Left.png │ │ │ ├── connect3Top.png │ │ │ ├── movLeftGreen.png │ │ │ ├── movLeftRed.png │ │ │ ├── samplePump.png │ │ │ ├── 5pTestPoolRed.png │ │ │ ├── connect3Buttom.png │ │ │ ├── connect3Right.png │ │ │ ├── connectTopLeft.png │ │ │ ├── movLeftStatus0.png │ │ │ ├── movLeftStatus1.png │ │ │ ├── qualityControl.png │ │ │ ├── 5pTestPoolGreen.png │ │ │ ├── connectButtomLeft.png │ │ │ ├── connectTopRight.png │ │ │ └── connectButtonRight.png │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ └── css │ │ └── Site.css ├── Views │ ├── _ViewStart.cshtml │ ├── Hmi │ │ └── Index.cshtml │ ├── Shared │ │ └── _Layout.cshtml │ └── web.config ├── Global.asax ├── Global.asax.cs ├── App_Start │ └── RouteConfig.cs ├── Properties │ └── AssemblyInfo.cs ├── Web.Debug.config ├── Web.Release.config ├── packages.config └── Controllers │ └── HmiController.cs ├── webhmidemo.png ├── README.md └── HMIViewer.sln /HmiEditor/Content/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HmiEditor/Content/topojson/fabricTopology-.json: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /webhmidemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/webhmidemo.png -------------------------------------------------------------------------------- /HmiEditor/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "~/Views/Shared/_Layout.cshtml"; 3 | } -------------------------------------------------------------------------------- /HmiEditor/Content/icon/bps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/bps.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/panel.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pipH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pipH.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pipV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pipV.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pool.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/PumRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/PumRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/btnRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/btnRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/btnRed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/btnRed2.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/device2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/device2.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pureBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pureBox.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pureDev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pureDev.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/5pTestPool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/5pTestPool.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/btnGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/btnGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/btnGreen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/btnGreen2.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connect4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connect4.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movLeftRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movLeftRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pumpLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pumpLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/pumpRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/pumpRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/samplePump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/samplePump.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/no.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/ok.png -------------------------------------------------------------------------------- /HmiEditor/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="HmiEditor.MvcApplication" Language="C#" %> 2 | -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connect3Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connect3Left.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connect3Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connect3Top.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movLeftGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movLeftGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/a.jpg -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/bps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/bps.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pipH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pipH.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pipV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pipV.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pool.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/back.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/cut.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/help.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/lock.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/man.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/more.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/redo.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/sum.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/tip.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/undo.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/5pTestPoolGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/5pTestPoolGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/5pTestPoolRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/5pTestPoolRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connect3Buttom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connect3Buttom.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connect3Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connect3Right.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connectTopLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connectTopLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connectTopRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connectTopRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movLeftStatus0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movLeftStatus0.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/movLeftStatus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/movLeftStatus1.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/qualityControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/qualityControl.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/PumRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/PumRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/btnRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/btnRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/btnRed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/btnRed2.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/device2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/device2.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/panel.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pureBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pureBox.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pureDev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pureDev.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/cancel.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/clear.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/filter.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/pencil.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/print.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/reload.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/search.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WebHMI 2 | 基于Fabricjs的WebHMI组态界面实现 3 |  4 | -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connectButtomLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connectButtomLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/btnGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/btnGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/btnGreen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/btnGreen2.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connect4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connect4.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pumpLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pumpLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/pumpRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/pumpRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/edit_add.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/filesave.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/mini_add.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /HmiEditor/Content/icon/connectButtonRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/icon/connectButtonRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode1.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode2.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode3.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode4.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode5.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode6.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode7.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode8.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/baseicon/baseMode9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/baseicon/baseMode9.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/5pTestPool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/5pTestPool.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connect3Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connect3Left.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connect3Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connect3Top.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movLeftGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movLeftGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movLeftRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movLeftRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/samplePump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/samplePump.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/large_chart.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/5pTestPoolRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/5pTestPoolRed.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connect3Buttom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connect3Buttom.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connect3Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connect3Right.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connectTopLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connectTopLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movLeftStatus0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movLeftStatus0.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/movLeftStatus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/movLeftStatus1.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/qualityControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/qualityControl.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/large_picture.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/5pTestPoolGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/5pTestPoolGreen.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connectButtomLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connectButtomLeft.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connectTopRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connectTopRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/Thumbs.db -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/blank.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/images/water/connectButtonRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/images/water/connectButtonRight.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /HmiEditor/Content/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /HmiEditor/Content/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/combo_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/menu_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/panel_tools.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/tabs_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/tree_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/tagbox_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/datebox_arrow.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/layout_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/linkbutton_bg.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/slider_handle.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/accordion_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/calendar_arrows.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/pagination_icons.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/passwordbox_open.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/searchbox_button.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/passwordbox_close.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/material/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogle/WebHMI/HEAD/HmiEditor/Content/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /HmiEditor/Content/themes/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 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/black/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 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/bootstrap/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 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/default/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 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/material/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 | -------------------------------------------------------------------------------- /HmiEditor/Content/themes/metro/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 | -------------------------------------------------------------------------------- /HmiEditor/Views/Hmi/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = null; 3 | } 4 | 5 | 6 | 7 | 8 |
9 | 10 |