diff options
Diffstat (limited to 'addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml')
-rw-r--r-- | addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml | 418 |
1 files changed, 418 insertions, 0 deletions
diff --git a/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml b/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml new file mode 100644 index 0000000000..7133a938ef --- /dev/null +++ b/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml @@ -0,0 +1,418 @@ +<window>
+ <allowoverlay>no</allowoverlay>
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <posx>240</posx>
+ <posy>80</posy>
+ <control type="image">
+ <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
+ <posx>-30</posx>
+ <posy>-30</posy>
+ <width>860</width>
+ <height>860</height>
+ <texture border="30">DialogShadow.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>60</height>
+ <texture border="5">DialogHeader.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>800</width>
+ <height>740</height>
+ <texture border="5">DialogBack.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <include>WindowTitleCommons</include>
+ <width>700</width>
+ <label>XBMC Subtitles</label>
+ </control>
+ <control type="group">
+ <posx>730</posx>
+ <posy>0</posy>
+ <include>DialogCloseButtonCommons</include>
+ </control>
+ <control type="button">
+ <description>Subtitle chooser Button</description>
+ <posx>10</posx>
+ <posy>70</posy>
+ <width>250</width>
+ <height>46</height>
+ <label>-</label>
+ <texturenofocus border="5">floor_button.png</texturenofocus>
+ <texturefocus border="5">floor_buttonFO.png</texturefocus>
+ <onclick>Skin.ToggleSetting(SubtitleSourceChooserVisible)</onclick>
+ </control>
+ <control type="image" id="110">
+ <description>Service Logo</description>
+ <posx>20</posx>
+ <posy>75</posy>
+ <width>230</width>
+ <height>40</height>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label" id="100">
+ <description>textarea</description>
+ <posx>270</posx>
+ <posy>70</posy>
+ <width>490</width>
+ <height>50</height>
+ <font>font12_title</font>
+ <textcolor>black</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <wrapmultiline>true</wrapmultiline>
+ </control>
+ <control type="group" id="250">
+ <control type="group" id="111">
+ <control type="grouplist">
+ <posx>20</posx>
+ <posy>120</posy>
+ <width>760</width>
+ <height>40</height>
+ <align>center</align>
+ <orientation>horizontal</orientation>
+ <itemgap>5</itemgap>
+ <control type="image">
+ <width>40</width>
+ <height>40</height>
+ <texture>DefaultIconInfo.png</texture>
+ </control>
+ <control type="label">
+ <description>notification</description>
+ <width min="1" max="720">auto</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>black</textcolor>
+ <label>$LOCALIZE[SCRIPT655]</label>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </control>
+ <control type="list" id="120">
+ <posx>20</posx>
+ <posy>160</posy>
+ <width>760</width>
+ <height>540</height>
+ <onleft>120</onleft>
+ <onright>120</onright>
+ <onup>120</onup>
+ <ondown>120</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout width="760" height="60">
+ <control type="image">
+ <posx>0</posx>
+ <posy>-2</posy>
+ <width>760</width>
+ <height>5</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>700</width>
+ <height>25</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="image">
+ <posx>710</posx>
+ <posy>5</posy>
+ <width>50</width>
+ <height>25</height>
+ <texture border="5">flagging/blank.png</texture>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="label">
+ <posx>735</posx>
+ <posy>5</posy>
+ <width>50</width>
+ <height>23</height>
+ <font>font8_title</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[B]SYNC[/B]</label>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>760</width>
+ <height>25</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ <visible>!ListItem.property(sync)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>34</posy>
+ <width>30</width>
+ <height>20</height>
+ <texture>$INFO[Listitem.Thumb]</texture>
+ </control>
+ <control type="label">
+ <posx>35</posx>
+ <posy>30</posy>
+ <width>80</width>
+ <height>25</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>660</posx>
+ <posy>30</posy>
+ <width>100</width>
+ <height>25</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout width="760" height="60">
+ <control type="image">
+ <posx>0</posx>
+ <posy>-2</posy>
+ <width>760</width>
+ <height>5</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>700</width>
+ <height>25</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="image">
+ <posx>710</posx>
+ <posy>5</posy>
+ <width>50</width>
+ <height>25</height>
+ <texture border="5">flagging/blank.png</texture>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="label">
+ <posx>735</posx>
+ <posy>5</posy>
+ <width>50</width>
+ <height>23</height>
+ <font>font8_title</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[B]SYNC[/B]</label>
+ <visible>ListItem.property(sync)</visible>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>760</width>
+ <height>25</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ <visible>!ListItem.property(sync)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>34</posy>
+ <width>30</width>
+ <height>20</height>
+ <texture>$INFO[Listitem.Thumb]</texture>
+ </control>
+ <control type="label">
+ <posx>35</posx>
+ <posy>30</posy>
+ <width>80</width>
+ <height>25</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>660</posx>
+ <posy>30</posy>
+ <width>100</width>
+ <height>25</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>number of files/pages in list text label</description>
+ <posx>780</posx>
+ <posy>750</posy>
+ <width>300</width>
+ <height>30</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <scroll>true</scroll>
+ <textcolor>black</textcolor>
+ <label>($INFO[Container(120).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(120).CurrentPage]/$INFO[Container(120).NumPages])</label>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Skin.HasSetting(SubtitleSourceChooserVisible)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="button">
+ <description>Hidden button to close the sort when its focused</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>ScreenWidth</width>
+ <height>ScreenHeight</height>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <onclick>Skin.Reset(SubtitleSourceChooserVisible)</onclick>
+ </control>
+ <control type="group">
+ <posx>330</posx>
+ <posy>230</posy>
+ <control type="image">
+ <description>Shadow Background</description>
+ <posx>-30</posx>
+ <posy>-30</posy>
+ <width>380</width>
+ <height>500</height>
+ <texture border="30">ShadowBorder.png</texture>
+ </control>
+ <control type="button">
+ <description>Panel Background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>320</width>
+ <height>440</height>
+ <texturefocus border="5">SubBack.png</texturefocus>
+ <texturenofocus border="5">SubBack.png</texturenofocus>
+ <onclick>-</onclick>
+ </control>
+ <control type="image">
+ <description>Panel Forground image</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>300</width>
+ <height>390</height>
+ <texture border="5">SubBack2.png</texture>
+ </control>
+ <control type="image">
+ <description>Panel Arrow image</description>
+ <posx>50</posx>
+ <posy>-34</posy>
+ <width>40</width>
+ <height>40</height>
+ <texture>arrow-big-up.png</texture>
+ </control>
+ <control type="label">
+ <description>Available sources label</description>
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>300</width>
+ <height>25</height>
+ <label>$LOCALIZE[SCRIPT760]</label>
+ <font>font12_title</font>
+ <align>center</align>
+ <aligny>top</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="panel" id="150">
+ <posx>11</posx>
+ <posy>40</posy>
+ <width>298</width>
+ <height>390</height>
+ <onleft>150</onleft>
+ <onright>150</onright>
+ <onup>150</onup>
+ <ondown>150</ondown>
+ <viewtype label="535">list</viewtype>
+ <scrolltime>200</scrolltime>
+ <itemlayout width="298" height="60">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>298</width>
+ <height>60</height>
+ <texture>button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>149</posx>
+ <posy>0</posy>
+ <width>290</width>
+ <height>60</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>center</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout width="298" height="60">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>298</width>
+ <height>60</height>
+ <texture>button-focus2.png</texture>
+ </control>
+ <control type="label">
+ <posx>149</posx>
+ <posy>0</posy>
+ <width>290</width>
+ <height>60</height>
+ <font>font13</font>
+ <aligny>center</aligny>
+ <textcolor>black</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>center</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
|