skin.pellucid/1080i/DialogProgress.xml

84 lines
3.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
2015-03-27 21:31:13 +01:00
<system>1</system>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
2014-09-28 20:47:53 +02:00
<control type="group">
<posx>col-19-begin</posx>
2015-03-27 21:31:13 +01:00
<include condition="!window.isactive(infodialog)">progressPosition1</include>
<include condition="window.isactive(infodialog)">progressPosition2</include>
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowclose">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="group">
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
2015-04-20 21:33:20 +02:00
<colordiffuse>FFFFFFFF</colordiffuse>
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
<bordersize>6,0,0,0</bordersize>
2015-03-30 21:32:00 +02:00
</control>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<description>heading</description>
2014-09-28 20:47:53 +02:00
<posx>24</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<width>468</width>
2015-03-30 21:32:00 +02:00
<height>60</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
<textcolor>black</textcolor>
2015-04-20 21:33:20 +02:00
<!--animations-->
2014-09-28 20:47:53 +02:00
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
2015-03-30 21:32:00 +02:00
<control type="label" id="9">
2014-09-28 20:47:53 +02:00
<description>message</description>
<posx>24</posx>
2015-03-30 21:32:00 +02:00
<posy>1-row</posy>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<width>468</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<aligny>center</aligny>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
</control>
<!--hidden labels-->
<control type="group">
<visible>false</visible>
<control type="label" id="1">
<description>fake heading label</description>
</control>
2015-03-27 21:31:13 +01:00
<control type="button" id="10">
<description>Cancel button</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>DialogProgress.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
</window>