skin.pellucid/1080i/DialogSubtitles.xml

267 lines
12 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>160</defaultcontrol>
<controls>
<control type="group" id="250">
<posx>col-3-begin</posx>
2015-04-27 22:30:43 +02:00
<posy>row-3-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOutVertical</include>
2018-02-27 22:07:40 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>20-col</width>
<height>23-row</height>
<texture>colors/black.png</texture>
<colordiffuse>99FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
<posy>0</posy>
<width>20-col</width>
2018-02-27 22:07:40 +01:00
<height>71</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-04-27 22:30:43 +02:00
<!--title-->
2015-03-27 21:31:13 +01:00
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>24</posx>
<posy>0</posy>
<width>20-col-gutter</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-10-24 21:48:47 +02:00
<label>$LOCALIZE[31154] - $INFO[Player.Filename]</label>
2015-04-27 22:30:43 +02:00
<textcolor>textActive</textcolor>
</control>
<!--dialog background-->
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>20-col</width>
<height>21-row</height>
2018-02-25 14:05:53 +01:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2015-04-27 22:30:43 +02:00
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
<!-- ** Required ** Do not change <id>or<type>-->
<control type="group">
2015-04-27 22:30:43 +02:00
<!--options-->
<control type="image">
<posx>4-col</posx>
<posy>2-row</posy>
<width>16-col</width>
<height>21-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-05-21 00:38:26 +02:00
<control type="label" id="140">
<posx>col-4-begin</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
2018-02-27 22:07:40 +01:00
<textcolor>textActive</textcolor>
2015-05-21 00:38:26 +02:00
<wrapmultiline>true</wrapmultiline>
</control>
2014-09-28 20:47:53 +02:00
<!--subtitle file selection-->
<control type="panel" id="120">
<posx>4-col</posx>
2015-05-21 00:38:26 +02:00
<posy>4-row</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-05-21 00:38:26 +02:00
<height>19-row</height>
2014-09-28 20:47:53 +02:00
<onleft>150</onleft>
<onright>60</onright>
<scrolltime>200</scrolltime>
<pagecontrol>60</pagecontrol>
2015-04-27 22:30:43 +02:00
<itemlayout width="16-col" height="2-row">
2014-09-28 20:47:53 +02:00
<!--filename-->
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>24</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>12-col-gutter</width>
2015-05-21 00:38:26 +02:00
<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>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label2</info>
</control>
<!--language / rating / sync / CC-->
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>13-col</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-05-21 00:38:26 +02:00
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label] - $INFO[ListItem.ActualIcon]*</label>
</control>
</itemlayout>
2015-04-27 22:30:43 +02:00
<focusedlayout width="16-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
2015-05-21 00:38:26 +02:00
<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
<bordersize>0</bordersize>
<colordiffuse>FFFFFFFF</colordiffuse>
</control>
<!--filename-->
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>24</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>12-col-gutter</width>
2015-05-21 00:38:26 +02:00
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label2</info>
</control>
<!--language / rating / sync / CC-->
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>13-col</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-05-21 00:38:26 +02:00
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label] - $INFO[ListItem.ActualIcon]*</label>
</control>
</focusedlayout>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2015-05-21 00:38:26 +02:00
<right>3-col</right>
<posy>2-row</posy>
<height>21-row</height>
2014-09-28 20:47:53 +02:00
<onleft>120</onleft>
</control>
</control>
</control>
<!--manual search button-->
2015-03-27 21:31:13 +01:00
<control type="button" id="160">
2015-04-27 22:30:43 +02:00
<posy>2-row</posy>
<width>4-col</width>
2014-09-28 20:47:53 +02:00
<label>31134</label>
2015-03-27 21:31:13 +01:00
<ondown>150</ondown>
<onright>120</onright>
2018-02-27 22:07:40 +01:00
<textoffsetx>24</textoffsetx>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<!--subtitle service choice-->
2014-09-28 20:47:53 +02:00
<control type="group">
<control type="list" id="150">
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>4-row</posy>
<width>4-col</width>
2014-09-28 20:47:53 +02:00
<height>11-row</height>
<onright>120</onright>
2015-03-27 21:31:13 +01:00
<onup>160</onup>
2014-09-28 20:47:53 +02:00
<scrolltime>200</scrolltime>
2015-04-27 22:30:43 +02:00
<itemlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2018-02-27 22:07:40 +01:00
<posx>24</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2018-02-27 22:07:40 +01:00
<width>252</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label</info>
<visible>!ListItem.property(man)</visible>
</control>
<control type="label">
2018-02-27 22:07:40 +01:00
<posx>24</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label</info>
<visible>ListItem.property(man)</visible>
</control>
</itemlayout>
2015-04-27 22:30:43 +02:00
<focusedlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<visible>control.hasfocus(150)</visible>
<posx>0</posx>
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>4-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
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<visible>!control.hasfocus(150)</visible>
<posx>0</posx>
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>4-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
<bordersize>0</bordersize>
<colordiffuse>aaFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
2018-02-27 22:07:40 +01:00
<width>252</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label</info>
<visible>!ListItem.property(man)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
2018-02-27 22:07:40 +01:00
<width>252</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<info>ListItem.Label</info>
<visible>ListItem.property(man)</visible>
</control>
</focusedlayout>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSubtitles.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>