Files
addon/resources/skins/Default/720p/ShortCutMenu.xml
2021-09-18 18:59:00 +02:00

210 lines
6.6 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<depth>0.52</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type='label' id='200'>
<description>Background Color</description>
<visible>False</visible>
</control>
<control type='label' id='201'>
<description>Overlay Color</description>
<visible>False</visible>
</control>
<control type='label' id='202'>
<description>Selection Color</description>
<visible>False</visible>
</control>
<control type='label' id='203'>
<description>Text Color</description>
<visible>False</visible>
</control>
<control type="button">
<description>Close Button</description>
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<texturefocus colordiffuse="Control.GetLabel(201)">white.png</texturefocus>
<texturenofocus colordiffuse="Control.GetLabel(201)">white.png</texturenofocus>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<onclick>Action(close)</onclick>
<onup>100</onup>
<ondown>100</ondown>
<onleft>100</onleft>
<onright>100</onright>
</control>
<control type="group">
<description>Group Controls</description>
<left>100</left>
<top>250</top>
<width>1100</width>
<height>220</height>
<animation type="WindowOpen" reversible="false">
<effect type="slide" start="0,100" end="0,0" delay="160" time="160" />
<effect type="fade" delay="160" end="100" time="100" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
<effect type="fade" delay="160" start="100" end="0" time="100" />
</animation>
<control type="image">
<description>Background</description>
<top>0</top>
<left>0</left>
<width>100%</width>
<height>100%</height>
<texture colordiffuse="Control.GetLabel(200)">white.png</texture>
</control>
<control type="grouplist">
<description>Group List</description>
<top>0</top>
<left>0</left>
<width>100%</width>
<height>100%</height>
<orientation>vertical</orientation>
<control type="list" id="1">
<description>Menu</description>
<left>0</left>
<top>0</top>
<width>100%</width>
<height>220</height>
<onup>32501</onup>
<ondown>61</ondown>
<orientation>horizontal</orientation>
<scrolltime>200</scrolltime>
<pagecontrol>61</pagecontrol>
<itemlayout height="220" width="220">
<control type="image">
<description>Icon</description>
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
</itemlayout>
<focusedlayout height="220" width="220">
<control type="image">
<description>Selection</description>
<top>0</top>
<left>0</left>
<width>100%</width>
<height>100%</height>
<texture colordiffuse="Control.GetLabel(202)">white.png</texture>
</control>
<control type="image">
<description>Icon</description>
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
<control type="textbox">
<description>Item Title</description>
<left>0</left>
<top>180</top>
<width>100%</width>
<height>40</height>
<font>font13</font>
<textcolor>Control.GetLabel(203)</textcolor>
<label>$INFO[ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
</control>
</focusedlayout>
</control>
<control type="list" id="2">
<description>Submenu</description>
<left>0</left>
<top>0</top>
<width>100%</width>
<height>220</height>
<onup>32501</onup>
<ondown>61</ondown>
<orientation>horizontal</orientation>
<scrolltime>200</scrolltime>
<pagecontrol>61</pagecontrol>
<itemlayout height="220" width="220">
<control type="image">
<description>Icon</description>
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
</itemlayout>
<focusedlayout height="220" width="220">
<control type="image">
<description>Selection</description>
<top>0</top>
<left>0</left>
<width>100%</width>
<height>100%</height>
<texture colordiffuse="Control.GetLabel(202)">white.png</texture>
</control>
<control type="image">
<description>Icon</description>
<width>220</width>
<height>220</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>keep</aspectratio>
<align>center</align>
</control>
<control type="textbox">
<description>Item Title</description>
<left>0</left>
<top>180</top>
<width>100%</width>
<height>40</height>
<font>font13</font>
<textcolor>Control.GetLabel(203)</textcolor>
<label>$INFO[ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
</control>
</focusedlayout>
</control>
</control>
<control type="button" id='101'>
<description>Row Down</description>
<visible>!String.IsEmpty(Container(1).ListItem.Property(sub)) + !Control.HasFocus(2) + !Control.HasFocus(102)</visible>
<animation effect="fade" start="0" end="100" time="200" reversible="true" condition="Control.IsVisible(101)">Conditional</animation>
<left>540</left>
<top>260</top>
<width>20</width>
<height>20</height>
<texturefocus colordiffuse="Control.GetLabel(203)">dd.png</texturefocus>
<texturenofocus colordiffuse="Control.GetLabel(203)">dd.png</texturenofocus>
<aspectratio>keep</aspectratio>
</control>
<control type="button" id='102'>
<description>Row Up</description>
<visible>!Control.HasFocus(1) + !Control.HasFocus(101)</visible>
<animation effect="fade" start="0" end="100" time="200" reversible="true" condition="Control.IsVisible(102)">Conditional</animation>
<left>540</left>
<top>-80</top>
<width>20</width>
<height>20</height>
<texturefocus colordiffuse="Control.GetLabel(203)">uu.png</texturefocus>
<texturenofocus colordiffuse="Control.GetLabel(203)">uu.png</texturenofocus>
<aspectratio>keep</aspectratio>
</control>
</control> <!-- GROUP CONTROLS END -->
</controls>
</window>