skin.pellucid/1080i/SmartPlaylistEditor.xml

442 lines
20 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-05-26 20:58:11 +02:00
<defaultcontrol always="true">22</defaultcontrol>
2014-09-28 20:47:53 +02:00
<allowoverlay>no</allowoverlay>
<controls>
2015-05-21 00:38:26 +02:00
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<control type="group">
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="group">
2015-05-21 00:38:26 +02:00
<posx>col-4-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>row-3-begin</posy>
<control type="image">
2015-05-21 00:38:26 +02:00
<posx>0</posx>
<posy>0</posy>
2015-05-26 20:58:11 +02:00
<width>12-col</width>
2015-05-21 00:38:26 +02:00
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2015-05-21 00:38:26 +02:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-05-26 20:58:11 +02:00
<!--
2014-09-28 20:47:53 +02:00
<control type="image">
2015-05-21 00:38:26 +02:00
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>12-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-05-26 20:58:11 +02:00
-->
2014-09-28 20:47:53 +02:00
<control type="label">
<posx>12</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-05-21 00:38:26 +02:00
<label>31203</label>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
<!--name playlist-->
<control type="group">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
<posy>2-row</posy>
2015-05-26 20:58:11 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>96</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="edit" id="12">
<description>Name Button</description>
<posx>12</posx>
<posy>12</posy>
<width>12-col-gutter</width>
<texturenofocus colordiffuse="99ffffff">colors/offblack.png</texturenofocus>
<texturefocus>colors/offblack.png</texturefocus>
<textoffsetx>24</textoffsetx>
<hinttext>21433</hinttext>
<align>left</align>
<label>-</label>
<onright>9002</onright>
<ondown>22</ondown>
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-05-21 00:38:26 +02:00
2015-05-26 20:58:11 +02:00
<!--set playlist type, limits and sort-->
<control type="group">
<posx>0</posx>
<posy>5-row</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>5-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="spincontrolex" id="22">
<description>Set Playlist type</description>
<posx>12</posx>
<posy>12</posy>
<width>6-col-gutter</width>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<label>467</label>
<onright>17</onright>
<ondown>18</ondown>
<onup>12</onup>
</control>
<control type="spincontrolex" id="17">
<posx>6-col</posx>
<posy>12</posy>
<width>420</width>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<label>21427</label>
<onleft>22</onleft>
<onup>12</onup>
<ondown>19</ondown>
</control>
<control type="spincontrolex" id="18">
<posx>12</posx>
<posy>96</posy>
<width>6-col-gutter</width>
<label>21429</label>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<onright>19</onright>
<onup>22</onup>
<ondown>10</ondown>
</control>
<control type="togglebutton" id="19">
<posx>6-col</posx>
<posy>96</posy>
<width>420</width>
<height>2-row</height>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<alttexturenofocus colordiffuse="overlay">colors/black.png</alttexturenofocus>
<texturefocus>colors/white.png</texturefocus>
<alttexturefocus>colors/white.png</alttexturefocus>
<textoffsetx>24</textoffsetx>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<label>$LOCALIZE[31110]</label>
<altlabel>$LOCALIZE[31109]</altlabel>
<onright>9002</onright>
<onup>17</onup>
<onleft>18</onleft>
<ondown>10</ondown>
</control>
2015-05-21 00:38:26 +02:00
</control>
2015-05-26 20:58:11 +02:00
<!--rules list-->
2015-05-21 00:38:26 +02:00
<control type="group">
2015-05-26 20:58:11 +02:00
<posx>0</posx>
<posy>372</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>8-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
<control type="panel" id="10">
<description>Rules List Control</description>
2015-05-26 20:58:11 +02:00
<posx>12</posx>
<posy>12</posy>
<width>12-col-gutter</width>
2014-09-28 20:47:53 +02:00
<height>4-row</height>
2015-05-26 20:58:11 +02:00
<onup>18</onup>
<onright>9001</onright>
2014-09-28 20:47:53 +02:00
<ondown>16</ondown>
2015-05-26 20:58:11 +02:00
<itemlayout width="12-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-05-26 20:58:11 +02:00
<width>12-col</width>
<height>69</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
2015-05-26 20:58:11 +02:00
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
<posx>12</posx>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
<width>12-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<selectedcolor>black</selectedcolor>
<info>ListItem.Label</info>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-05-26 20:58:11 +02:00
<focusedlayout width="12-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-05-26 20:58:11 +02:00
<width>12-col</width>
<height>69</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
<width>12-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<info>ListItem.Label</info>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
</control>
2015-05-26 20:58:11 +02:00
<!--items must match...-->
<control type="spincontrolex" id="16">
<posx>0</posx>
<posy>8-row</posy>
<width>12-col</width>
<label>21424</label>
<onright>9002</onright>
<onup>10</onup>
<ondown>17</ondown>
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
<!--add / edit / delete rules-->
<control type="panel" id="9001">
<posx>14-col</posx>
<posy>6-row</posy>
2014-09-28 20:47:53 +02:00
<width>12-col-gutter</width>
2015-05-26 20:58:11 +02:00
<height>8-row</height>
<itemgap>3</itemgap>
<onright>10</onright>
<onup>12</onup>
<ondown>16</ondown>
<orientation>horizontal</orientation>
<itemlayout width="3-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="3-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>2-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>New Rule</description>
<label>Add</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,13)</onclick>
</item>
<item id="2">
<description>Remove Rule</description>
<label>1210</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,14)</onclick>
</item>
</content>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
2014-09-28 20:47:53 +02:00
<!--OK / Cancel-->
<control type="panel" id="9002">
2015-05-26 20:58:11 +02:00
<visible>false</visible>
2015-05-21 00:38:26 +02:00
<posx>14-col</posx>
2014-09-28 20:47:53 +02:00
<posy>2-row</posy>
<width>4-col</width>
<height>5-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>22</onleft>
2015-05-21 00:38:26 +02:00
<itemlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-05-21 00:38:26 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
2015-05-21 00:38:26 +02:00
<focusedlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-05-21 00:38:26 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-05-21 00:38:26 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,20)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,21)</onclick>
</item>
</content>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="13">
<description>Add Rule Button</description>
</control>
<control type="button" id="14">
<description>Remove Rule Button</description>
</control>
<control type="button" id="15">
<description>Edit Rule Button</description>
</control>
<control type="button" id="20">
<description>Ok Button</description>
<label>186</label>
</control>
<control type="button" id="21">
<description>Cancel Button</description>
<label>222</label>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>SmartPlaylistEditor.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>