skin.pellucid/1080i/DialogProgress.xml

96 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<system>1</system>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<posx>col-19-begin</posx>
<include condition="!window.isactive(infodialog)">progressPosition1</include>
<include condition="window.isactive(infodialog)">progressPosition2</include>
<!--animations-->
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
</animation>
<control type="group">
<!--animations-->
<animation type="Windowopen">
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
</animation>
<control type="image">
<posx>-24</posx>
<posy>0</posy>
<width>24</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
</control>
<control type="label">
<description>heading</description>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label" id="9">
<description>message</description>
<posx>24</posx>
<posy>1-row</posy>
<font>dialogTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>2-row</height>
<aligny>center</aligny>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
</animation>
</control>
</control>
<!--hidden labels-->
<control type="group">
<visible>false</visible>
<control type="label" id="1">
<description>fake heading label</description>
</control>
<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>
</control>
</controls>
</window>