8728b7b42d
Updated GameOSD
451 lines
15 KiB
XML
451 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<include name="DefaultDialogSelectLayout">
|
|
<control type="group">
|
|
<left>235</left>
|
|
<top>75</top>
|
|
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,4)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,2)]">Conditional</animation>
|
|
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,6)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,3)]">Conditional</animation>
|
|
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,8)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,4)]">Conditional</animation>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>850</width>
|
|
<height>550</height>
|
|
<texture border="40">$VAR[SelectBack]</texture>
|
|
<visible>[Control.IsVisible(3) + Integer.IsGreater(Container(3).NumItems,8)] | [Control.IsVisible(6) + Integer.IsGreater(Container(6).NumItems,4)]</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>850</width>
|
|
<height>458</height>
|
|
<texture border="40">$VAR[SelectBack]</texture>
|
|
<visible>[Control.IsVisible(3) + Integer.IsGreater(Container(3).NumItems,6) + !Integer.IsGreater(Container(3).NumItems,8)] | [Control.IsVisible(6) + Integer.IsGreater(Container(6).NumItems,3) + !Integer.IsGreater(Container(6).NumItems,4)]</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>850</width>
|
|
<height>366</height>
|
|
<texture border="40">$VAR[SelectBack]</texture>
|
|
<visible>[Control.IsVisible(3) + Integer.IsGreater(Container(3).NumItems,4) + !Integer.IsGreater(Container(3).NumItems,6)] | [Control.IsVisible(6) + Integer.IsGreater(Container(6).NumItems,2) + !Integer.IsGreater(Container(6).NumItems,3)]</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>850</width>
|
|
<height>274</height>
|
|
<texture border="40">$VAR[SelectBack]</texture>
|
|
<visible>[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,4)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,2)]</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>Dialog Header image</description>
|
|
<left>40</left>
|
|
<top>16</top>
|
|
<width>770</width>
|
|
<height>40</height>
|
|
<texture>dialogheader.png</texture>
|
|
</control>
|
|
<control type="label" id="1">
|
|
<description>header label</description>
|
|
<left>40</left>
|
|
<top>20</top>
|
|
<width>770</width>
|
|
<height>30</height>
|
|
<font>font13_title</font>
|
|
<label>$LOCALIZE[13406]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>black</shadowcolor>
|
|
</control>
|
|
<control type="label" id="4">
|
|
<description>No Settings Label</description>
|
|
<left>20</left>
|
|
<top>120</top>
|
|
<width>550</width>
|
|
<align>center</align>
|
|
<font>font13</font>
|
|
</control>
|
|
<control type="button">
|
|
<description>Close Window button</description>
|
|
<left>760</left>
|
|
<top>15</top>
|
|
<width>64</width>
|
|
<height>32</height>
|
|
<label/>
|
|
<font/>
|
|
<onclick>PreviousMenu</onclick>
|
|
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
|
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
|
<visible>system.getbool(input.enablemouse)</visible>
|
|
</control>
|
|
<control type="list" id="3">
|
|
<left>20</left>
|
|
<top>67</top>
|
|
<width>550</width>
|
|
<height>460</height>
|
|
<onup>3</onup>
|
|
<ondown>3</ondown>
|
|
<onleft>7</onleft>
|
|
<onright>61</onright>
|
|
<pagecontrol>61</pagecontrol>
|
|
<scrolltime>200</scrolltime>
|
|
<itemlayout height="46" width="550">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>40</height>
|
|
<texture border="5">button-nofocus.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<left>20</left>
|
|
<top>0</top>
|
|
<width>510</width>
|
|
<height>40</height>
|
|
<font>font13</font>
|
|
<textcolor>grey2</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="46" width="550">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>40</height>
|
|
<texture border="5">button-nofocus.png</texture>
|
|
<visible>!Control.HasFocus(3)</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
</control>
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>40</height>
|
|
<texture border="5">button-focus2.png</texture>
|
|
<visible>Control.HasFocus(3)</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
</control>
|
|
<control type="label">
|
|
<left>20</left>
|
|
<top>0</top>
|
|
<width>510</width>
|
|
<height>40</height>
|
|
<font>font13</font>
|
|
<textcolor>white</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
<control type="list" id="6">
|
|
<left>20</left>
|
|
<top>67</top>
|
|
<width>550</width>
|
|
<height>460</height>
|
|
<onup>6</onup>
|
|
<ondown>6</ondown>
|
|
<onleft>7</onleft>
|
|
<onright>61</onright>
|
|
<pagecontrol>61</pagecontrol>
|
|
<scrolltime>200</scrolltime>
|
|
<itemlayout height="92" width="550">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>86</height>
|
|
<texture border="5">button-nofocus.png</texture>
|
|
</control>
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>3</top>
|
|
<width>80</width>
|
|
<height>80</height>
|
|
<texture>$INFO[Listitem.Icon]</texture>
|
|
<aspectratio>keep</aspectratio>
|
|
<bordertexture border="3">black-back2.png</bordertexture>
|
|
<bordersize>2</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<left>90</left>
|
|
<top>2</top>
|
|
<width>450</width>
|
|
<height>30</height>
|
|
<font>font13</font>
|
|
<textcolor>grey</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>[B]$INFO[ListItem.Label][/B]</label>
|
|
</control>
|
|
<control type="textbox">
|
|
<left>90</left>
|
|
<top>34</top>
|
|
<width>450</width>
|
|
<height>48</height>
|
|
<font>font12</font>
|
|
<textcolor>grey</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<label>$INFO[ListItem.Label2]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="92" width="550">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>86</height>
|
|
<texture border="5">button-nofocus.png</texture>
|
|
<visible>!Control.HasFocus(6)</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
</control>
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>550</width>
|
|
<height>86</height>
|
|
<texture border="5">button-focus2.png</texture>
|
|
<visible>Control.HasFocus(6)</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
</control>
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>3</top>
|
|
<width>80</width>
|
|
<height>80</height>
|
|
<texture>$INFO[Listitem.Icon]</texture>
|
|
<aspectratio>keep</aspectratio>
|
|
<bordertexture border="3">black-back2.png</bordertexture>
|
|
<bordersize>2</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<left>90</left>
|
|
<top>2</top>
|
|
<width>450</width>
|
|
<height>30</height>
|
|
<font>font13</font>
|
|
<textcolor>white</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>[B]$INFO[ListItem.Label][/B]</label>
|
|
</control>
|
|
<control type="textbox">
|
|
<left>90</left>
|
|
<top>34</top>
|
|
<width>450</width>
|
|
<height>48</height>
|
|
<font>font12</font>
|
|
<textcolor>grey</textcolor>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>left</align>
|
|
<label>$INFO[ListItem.Label2]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
<control type="scrollbar" id="61">
|
|
<left>570</left>
|
|
<top>65</top>
|
|
<width>25</width>
|
|
<height>464</height>
|
|
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
|
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
|
|
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
|
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
|
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
|
<onleft condition="Control.IsVisible(3)">3</onleft>
|
|
<onleft condition="Control.IsVisible(6)">6</onleft>
|
|
<onright>90</onright>
|
|
<ondown>61</ondown>
|
|
<onup>61</onup>
|
|
<showonepage>false</showonepage>
|
|
<orientation>vertical</orientation>
|
|
</control>
|
|
<control type="group">
|
|
<control type="label">
|
|
<description>number of files/pages in list text label</description>
|
|
<left>592</left>
|
|
<top>490</top>
|
|
<width>240</width>
|
|
<height>35</height>
|
|
<font>font12</font>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>grey</textcolor>
|
|
<label>$VAR[SelectLabel]</label>
|
|
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,4)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,2)]">Conditional</animation>
|
|
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,6)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,3)]">Conditional</animation>
|
|
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !Integer.IsGreater(Container(3).NumItems,8)] | [Control.IsVisible(6) + !Integer.IsGreater(Container(6).NumItems,4)]">Conditional</animation>
|
|
</control>
|
|
<control type="grouplist" id="90">
|
|
<left>612</left>
|
|
<top>100</top>
|
|
<onleft condition="Control.IsVisible(3)">3</onleft>
|
|
<onleft condition="Control.IsVisible(6)">6</onleft>
|
|
<onright condition="Control.IsVisible(3)">3</onright>
|
|
<onright condition="Control.IsVisible(6)">6</onright>
|
|
<control type="button" id="5">
|
|
<description>Manual button</description>
|
|
<width>200</width>
|
|
<height>40</height>
|
|
<label/>
|
|
<font>font12_title</font>
|
|
<textcolor>white</textcolor>
|
|
<focusedcolor>white</focusedcolor>
|
|
<align>center</align>
|
|
</control>
|
|
<control type="button" id="7">
|
|
<description>Cancel button</description>
|
|
<width>200</width>
|
|
<height>40</height>
|
|
<label/>
|
|
<font>font12_title</font>
|
|
<textcolor>white</textcolor>
|
|
<focusedcolor>white</focusedcolor>
|
|
<align>center</align>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<include name="GameDialogSelectLayout">
|
|
<control type="group">
|
|
<left>20</left>
|
|
<top>408</top>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>1240</width>
|
|
<height>302</height>
|
|
<texture border="40">DialogBack2.png</texture>
|
|
</control>
|
|
<control type="image">
|
|
<description>Dialog Header image</description>
|
|
<left>40</left>
|
|
<top>16</top>
|
|
<width>1240</width>
|
|
<height>40</height>
|
|
<texture>dialogheader.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<description>header label</description>
|
|
<left>40</left>
|
|
<top>20</top>
|
|
<width>1240</width>
|
|
<height>30</height>
|
|
<font>font13_title</font>
|
|
<label>$VAR[GameSelectHeader]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>black</shadowcolor>
|
|
</control>
|
|
<control type="button">
|
|
<description>Close Window button</description>
|
|
<left>1154</left>
|
|
<top>15</top>
|
|
<width>64</width>
|
|
<height>32</height>
|
|
<label/>
|
|
<font/>
|
|
<onclick>PreviousMenu</onclick>
|
|
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
|
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
|
<onleft>3</onleft>
|
|
<onright>3</onright>
|
|
<onup>3</onup>
|
|
<ondown>3</ondown>
|
|
<visible>system.getbool(input.enablemouse)</visible>
|
|
</control>
|
|
<control type="panel" id="11">
|
|
<left>20</left>
|
|
<top>65</top>
|
|
<width>1200</width>
|
|
<height>215</height>
|
|
<onleft>11</onleft>
|
|
<onright>11</onright>
|
|
<ondown>noop</ondown>
|
|
<onup>noop</onup>
|
|
<scrolltime>200</scrolltime>
|
|
<viewtype label="536">icon</viewtype>
|
|
<orientation>horizontal</orientation>
|
|
<pagecontrol/>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout height="215" width="240">
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>2</top>
|
|
<width>235</width>
|
|
<height>211</height>
|
|
<texture border="3">button-nofocus.png</texture>
|
|
</control>
|
|
<control type="gamewindow">
|
|
<left>7</left>
|
|
<top>20</top>
|
|
<width>220</width>
|
|
<height>150</height>
|
|
<viewmode>$INFO[ListItem.Property(game.viewmode)]</viewmode>
|
|
<videofilter>$INFO[ListItem.Property(game.videofilter)]</videofilter>
|
|
<rotation>$INFO[ListItem.Property(game.videorotation)]</rotation>
|
|
</control>
|
|
<control type="label">
|
|
<left>7</left>
|
|
<top>185</top>
|
|
<width>226</width>
|
|
<height>15</height>
|
|
<font>font12</font>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="215" width="240">
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>2</top>
|
|
<width>235</width>
|
|
<height>211</height>
|
|
<texture border="3">folder-focus.png</texture>
|
|
</control>
|
|
<control type="gamewindow">
|
|
<left>7</left>
|
|
<top>20</top>
|
|
<width>220</width>
|
|
<height>150</height>
|
|
<viewmode>$INFO[ListItem.Property(game.viewmode)]</viewmode>
|
|
<videofilter>$INFO[ListItem.Property(game.videofilter)]</videofilter>
|
|
<rotation>$INFO[ListItem.Property(game.videorotation)]</rotation>
|
|
</control>
|
|
<control type="label">
|
|
<left>7</left>
|
|
<top>185</top>
|
|
<width>226</width>
|
|
<height>15</height>
|
|
<font>font12</font>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
</includes>
|