63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<window>
|
||
|
<defaultcontrol>2</defaultcontrol>
|
||
|
<controls>
|
||
|
<!--vignette-->
|
||
|
<control type="image">
|
||
|
<include>dimensionsFullscreen</include>
|
||
|
<texture>backgrounds/vignette.png</texture>
|
||
|
<colordiffuse>ffffffff</colordiffuse>
|
||
|
<aspectratio>stretch</aspectratio>
|
||
|
</control>
|
||
|
<!--picture info-->
|
||
|
<control type="group">
|
||
|
<posx>col-5-begin</posx>
|
||
|
<posy>row-17-begin</posy>
|
||
|
<!--background-->
|
||
|
<control type="image">
|
||
|
<posx>0</posx>
|
||
|
<posy>2</posy>
|
||
|
<width>16-col</width>
|
||
|
<height>53</height>
|
||
|
<aspectratio>stretch</aspectratio>
|
||
|
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
||
|
<bordersize>0</bordersize>
|
||
|
<colordiffuse>99FFFFFF</colordiffuse>
|
||
|
</control>
|
||
|
<!--image tags-->
|
||
|
<control type="label">
|
||
|
<posx>24</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>2-col</width>
|
||
|
<font>smallStrong</font>
|
||
|
<textcolor>selected</textcolor>
|
||
|
<shadowcolor>-</shadowcolor>
|
||
|
<label>$INFO[Slideshow.SlideIndex]</label>
|
||
|
</control>
|
||
|
<control type="label">
|
||
|
<posx>2-col</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>10-col</width>
|
||
|
<font>itemTitle</font>
|
||
|
<textcolor>selected</textcolor>
|
||
|
<shadowcolor>-</shadowcolor>
|
||
|
<label>$INFO[Slideshow.Filename]</label>
|
||
|
</control>
|
||
|
<control type="label">
|
||
|
<posx>13-col</posx>
|
||
|
<posy>0</posy>
|
||
|
<width>4-col</width>
|
||
|
<font>smallStrong</font>
|
||
|
<textcolor>selected</textcolor>
|
||
|
<shadowcolor>-</shadowcolor>
|
||
|
<label>$INFO[Slideshow.Filedate]</label>
|
||
|
</control>
|
||
|
</control>
|
||
|
<!--debugging-->
|
||
|
<include>DebugGrid</include>
|
||
|
<control type="label">
|
||
|
<include>WindowID</include>
|
||
|
<label>SlideShow.xml</label>
|
||
|
</control>
|
||
|
</controls>
|
||
|
</window>
|