173 lines
4.8 KiB
XML
173 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">2</defaultcontrol>
|
|
<coordinates>
|
|
<left>240</left>
|
|
<top>60</top>
|
|
</coordinates>
|
|
<include>dialogeffect</include>
|
|
<controls>
|
|
<control type="image">
|
|
<description>background image</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
<texture border="40">DialogBack2.png</texture>
|
|
</control>
|
|
<control type="image">
|
|
<description>Dialog Header image</description>
|
|
<left>40</left>
|
|
<top>16</top>
|
|
<width>720</width>
|
|
<height>40</height>
|
|
<texture>dialogheader.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<description>header label</description>
|
|
<left>40</left>
|
|
<top>20</top>
|
|
<width>720</width>
|
|
<height>30</height>
|
|
<font>font13_title</font>
|
|
<label>$LOCALIZE[298]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>black</shadowcolor>
|
|
</control>
|
|
<control type="button">
|
|
<description>Close Window button</description>
|
|
<left>710</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>3</onleft>
|
|
<onright>3</onright>
|
|
<onup>3</onup>
|
|
<ondown>3</ondown>
|
|
<visible>system.getbool(input.enablemouse)</visible>
|
|
</control>
|
|
<control type="label">
|
|
<description>number of files/pages in list text label</description>
|
|
<left>460</left>
|
|
<top>495</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(11).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
|
|
</control>
|
|
<control type="panel" id="11">
|
|
<left>40</left>
|
|
<top>65</top>
|
|
<width>720</width>
|
|
<height>430</height>
|
|
<onleft>2</onleft>
|
|
<onright>3</onright>
|
|
<ondown>2</ondown>
|
|
<onup>2</onup>
|
|
<scrolltime>200</scrolltime>
|
|
<viewtype label="536">icon</viewtype>
|
|
<pagecontrol>-</pagecontrol>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout height="215" width="240">
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>2</top>
|
|
<width>235</width>
|
|
<height>211</height>
|
|
<texture border="3">button-nofocus.png</texture>
|
|
</control>
|
|
<control type="image">
|
|
<left>7</left>
|
|
<top>20</top>
|
|
<width>220</width>
|
|
<height>150</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture background="true">$INFO[ListItem.Icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<left>7</left>
|
|
<top>185</top>
|
|
<width>226</width>
|
|
<height>15</height>
|
|
<font>font12</font>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="215" width="240">
|
|
<control type="image">
|
|
<left>2</left>
|
|
<top>2</top>
|
|
<width>235</width>
|
|
<height>211</height>
|
|
<texture border="3">folder-focus.png</texture>
|
|
</control>
|
|
<control type="image">
|
|
<left>7</left>
|
|
<top>20</top>
|
|
<width>220</width>
|
|
<height>150</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture background="true">$INFO[ListItem.Icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<left>7</left>
|
|
<top>185</top>
|
|
<width>226</width>
|
|
<height>15</height>
|
|
<font>font12</font>
|
|
<selectedcolor>selected</selectedcolor>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
<control type="grouplist" id="9000">
|
|
<left>20</left>
|
|
<top>535</top>
|
|
<width>760</width>
|
|
<height>40</height>
|
|
<itemgap>5</itemgap>
|
|
<align>center</align>
|
|
<orientation>horizontal</orientation>
|
|
<onleft>9000</onleft>
|
|
<onright>9000</onright>
|
|
<onup>11</onup>
|
|
<ondown>11</ondown>
|
|
<control type="button" id="2">
|
|
<description>Create Bookmark button</description>
|
|
<label>294</label>
|
|
<width>240</width>
|
|
<include>ButtonInfoDialogsCommonValues</include>
|
|
</control>
|
|
<control type="button" id="3">
|
|
<description>Clear Bookmark button</description>
|
|
<label>296</label>
|
|
<width>240</width>
|
|
<include>ButtonInfoDialogsCommonValues</include>
|
|
</control>
|
|
<control type="button" id="4">
|
|
<description>Clear Bookmark button</description>
|
|
<label>20406</label>
|
|
<width>240</width>
|
|
<include>ButtonInfoDialogsCommonValues</include>
|
|
<visible>videoplayer.content(episodes)</visible>
|
|
</control>
|
|
</control>
|
|
</controls>
|
|
</window>
|