skin.divide/720p/DialogFavourites.xml
2010-05-24 03:13:05 +00:00

132 lines
3.8 KiB
XML

<window type="dialog" id="134">
<defaultcontrol always="true">450</defaultcontrol>
<coordinates>
<system>1</system>
<posx>450</posx>
<posy>105</posy>
</coordinates>
<animation effect="slide" start="830,0" end="0,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" end="830,0" start="0,0" time="500" tween="quadratic" easing="in">WindowClose</animation>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>900</width>
<height>510</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>900</width>
<height>510</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="2">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>790</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$LOCALIZE[1036]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>80</posy>
<width>790</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="list" id="450">
<posx>45</posx>
<posy>100</posy>
<width>450</width>
<height>320</height>
<onup>450</onup>
<onleft>450</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>450</width>
<height>35</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>430</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>450</width>
<height>35</height>
<visible>!Control.HasFocus(450)</visible>
<texture border="3">button-nofocus.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>450</width>
<height>35</height>
<visible>Control.HasFocus(450)</visible>
<texture border="3">button-focus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>430</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="label">
<description>Page label</description>
<posx>40</posx>
<posy>430</posy>
<width>450</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12b</font>
<label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
<visible>!Control.IsVisible(451)</visible>
</control>
<control type="image">
<posx>500</posx>
<posy>100</posy>
<width>310</width>
<height>315</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Container(450).ListItem.Icon]</texture>
<bordertexture border="5">button-focus2.png</bordertexture>
<bordersize>5</bordersize>
<visible>!IsEmpty(ListItem.Icon)</visible>
</control>
</controls>
</window>