Files
skin.udumbar/720p/DialogFileStacking.xml
2015-06-01 00:13:30 -04:00

119 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>450</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<left>315</left>
<top>260</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>0</top>
<width>650</width>
<height>200</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>560</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>13</onleft>
<onright>13</onright>
<onup>13</onup>
<ondown>13</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label">
<description>heading label</description>
<left>40</left>
<top>18</top>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<label>$INFO[ListItem.Label]</label>
<textcolor>white</textcolor>
</control>
<control type="label">
<left>40</left>
<top>60</top>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>31060</label>
<textcolor>grey2</textcolor>
</control>
<control type="image">
<left>50</left>
<top>110</top>
<width>20</width>
<height>25</height>
<texture>scroll-left-focus.png</texture>
<visible>Container(450).HasPrevious</visible>
</control>
<control type="image">
<left>575</left>
<top>110</top>
<width>20</width>
<height>25</height>
<texture>scroll-right-focus.png</texture>
<visible>Container(450).HasNext</visible>
</control>
<control type="list" id="450">
<left>85</left>
<top>105</top>
<width>480</width>
<height>100</height>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<orientation>horizontal</orientation>
<focusposition>2</focusposition>
<viewtype label="535">list</viewtype>
<scrolltime>200</scrolltime>
<itemlayout width="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>38</width>
<height>32</height>
<aspectratio>stretch</aspectratio>
<texture>StackNF.png</texture>
</control>
</itemlayout>
<focusedlayout width="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>38</width>
<height>32</height>
<aspectratio>stretch</aspectratio>
<texture>StackFO.png</texture>
</control>
</focusedlayout>
</control>
<control type="label">
<left>40</left>
<top>155</top>
<width>570</width>
<height>22</height>
<font>font13_title</font>
<align>center</align>
<info>Container(450).ListItem.Label</info>
</control>
</controls>
</window>