skin.tributary/720p/GameOSD.xml

131 lines
3.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>470</left>
<top>229</top>
</coordinates>
<controls>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>302</height>
<texture border="20">DialogBack.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>260</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>260</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[35221]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="1000">
<description>grouplist for buttons</description>
<left>20</left>
<top>70</top>
<width>300</width>
<height>212</height>
<itemgap>4</itemgap>
<control type="button" id="1001">
<description>Resume button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[13404]</label>
<label2>Select + X</label2>
<onclick>Play</onclick>
</control>
<control type="button" id="1002">
<description>Reset button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[10035]</label>
<label2>Select + B</label2>
<onclick>PlayerControl(Reset)</onclick>
</control>
<control type="button" id="1003">
<description>Stop button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[35222]</label>
<label2>Select + Start</label2>
<onclick>Stop</onclick>
</control>
<control type="image" id="1004">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="button" id="1005">
<description>Video settings button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[13395]</label>
<onclick>ActivateWindow(gamevideosettings)</onclick>
</control>
<control type="button" id="1006">
<description>Input settings button</description>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
<label>$LOCALIZE[35223]</label>
<onclick>ActivateWindow(gamecontrollers)</onclick>
</control>
</control>
<control type="button">
<description>Close Window button</description>
<left>260</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label/>
<font/>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</controls>
</window>