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

233 lines
7.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<coordinates>
<system>1</system>
<left>335</left>
<top>30</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<visible>!Window.IsVisible(PeripheralSettings)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>610</width>
<height>650</height>
<texture border="40">DialogBack.png</texture>
<visible>![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>610</width>
<height>650</height>
<texture border="40">DialogBack2.png</texture>
<visible>Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>530</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>530</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[35000]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>520</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="list" id="20">
<left>20</left>
<top>65</top>
<width>550</width>
<height>510</height>
<onup>10</onup>
<ondown>10</ondown>
<onleft>61</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
<itemlayout height="85" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<description>Name</description>
<left>10</left>
<top>5</top>
<width>520</width>
<height>20</height>
<label>$INFO[ListItem.Label]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Product ID Vendor ID</description>
<left>10</left>
<top>30</top>
<width>520</width>
<height>20</height>
<label>$LOCALIZE[35504]: [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR] $LOCALIZE[35503]: [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>class</description>
<left>10</left>
<top>50</top>
<width>520</width>
<height>20</height>
<label>$LOCALIZE[35501]: [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR] $LOCALIZE[19114]: [COLOR=grey2]$INFO[ListItem.Property(Version)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
</itemlayout>
<focusedlayout height="85" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(20)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>80</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(20)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<description>Name</description>
<left>10</left>
<top>5</top>
<width>520</width>
<height>20</height>
<label>$INFO[ListItem.Label]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Product ID Vendor ID</description>
<left>10</left>
<top>30</top>
<width>520</width>
<height>20</height>
<label>$LOCALIZE[35504]: [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR] $LOCALIZE[35503]: [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>class</description>
<left>10</left>
<top>50</top>
<width>520</width>
<height>20</height>
<label>$LOCALIZE[35501]: [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR] $LOCALIZE[19114]: [COLOR=grey2]$INFO[ListItem.Property(Version)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="61">
<left>570</left>
<top>65</top>
<width>25</width>
<height>510</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>20</onleft>
<onright>10</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>280</left>
<top>585</top>
<width>300</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
</control>
<control type="button" id="10">
<description>OK button</description>
<left>20</left>
<top>585</top>
<width>200</width>
<height>40</height>
<label>186</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<onup>20</onup>
<ondown>20</ondown>
</control>
</control>
</controls>
</window>