diff options
author | ronie <ronie@users.noreply.github.com> | 2016-01-14 18:06:40 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-01-18 01:26:41 +0100 |
commit | 34ae127bf2c04b8b810362737ba9157a6810e78d (patch) | |
tree | a116364c5b1beffb11b3213e7f2cc4c1624b8a68 /addons/skin.confluence/720p/DialogProgress.xml | |
parent | 41c85a16ad714ccc572695a0a5495a211de56204 (diff) |
[Confluence] add DialogConfirm.xml and remove others
Diffstat (limited to 'addons/skin.confluence/720p/DialogProgress.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogProgress.xml | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/addons/skin.confluence/720p/DialogProgress.xml b/addons/skin.confluence/720p/DialogProgress.xml deleted file mode 100644 index 7d6d2a6352..0000000000 --- a/addons/skin.confluence/720p/DialogProgress.xml +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<window> - <defaultcontrol always="true">10</defaultcontrol> - <coordinates> - <left>335</left> - <top>230</top> - </coordinates> - <include>dialogeffect</include> - <depth>DepthDialog+</depth> - <controls> - <include name="DialogBackgroundCommons"> - <param name="DialogBackgroundWidth" value="610" /> - <param name="DialogBackgroundHeight" value="240" /> - <param name="DialogHeaderWidth" value="530" /> - <param name="DialogHeaderLabel" value="$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]" /> - <param name="DialogHeaderId" value="0" /> - <param name="CloseButtonLeft" value="520" /> - <param name="CloseButtonNav" value="10" /> - </include> - <control type="label" id="1"> - <description>fake heading label</description> - <left>0</left> - <top>0</top> - <width>0</width> - <height>0</height> - <font>-</font> - <visible>false</visible> - </control> - <control type="textbox" id="9"> - <description>text</description> - <left>30</left> - <top>62</top> - <width>550</width> - <height>78</height> - <align>left</align> - <label>-</label> - <font>font13</font> - <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll> - </control> - <control type="progress" id="20"> - <description>Progressbar</description> - <left>30</left> - <top>148</top> - <width>550</width> - <height>16</height> - <info>System.Progressbar</info> - </control> - <control type="button" id="10"> - <description>Cancel button</description> - <left>205</left> - <top>175</top> - <width>200</width> - <height>40</height> - <label>222</label> - <font>font12_title</font> - <textcolor>white</textcolor> - <focusedcolor>white</focusedcolor> - <align>center</align> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> |