mythboxee/skin/Boxee Skin NG/720p/status.xml

194 lines
4.5 KiB
XML

<window type="window" id="14003">
<allowoverlay>yes</allowoverlay>
<onload lang="python"><![CDATA[
import mc
import mythboxee
mb.StatusInit()
]]></onload>
<controls>
<control type="group" id="1010">
<control type="image" id="1011">
<width>1280</width>
<height>720</height>
<texture>mb_bg.png</texture>
</control>
<control type="image" id="1012">
<posx>10</posx>
<posy>10</posy>
<width>244</width>
<height>65</height>
<texture>logo.png</texture>
</control>
</control>
<!-- BEGIN ENCODER STATUS -->
<control type="group" id="1020">
<control type="image" id="1021">
<posx>20</posx>
<posy>120</posy>
<height>185</height>
<width>610</width>
<texture>bg_box.png</texture>
</control>
<control type="label" id="1022">
<posx>30</posx>
<posy>90</posy>
<label>Encoder Status</label>
<font>font28b</font>
</control>
<control type="label" id="1023">
<posx>45</posx>
<posy>135</posy>
<label>Loading Encoder Status ...</label>
<font>font18</font>
</control>
<control type="label" id="1026">
<posx>45</posx>
<posy>175</posy>
<font>font18</font>
</control>
<control type="image" id="1024">
<posx>45</posx>
<posy>200</posy>
<width>560</width>
<height>85</height>
<aspectratio>scale</aspectratio>
<bordersize>3</bordersize>
<bordertexture>mb_thumb_bg.png</bordertexture>
<texture>$INFO[Container(1025).ListItem.Thumb]</texture>
</control>
<control type="list" id="1025">
<posx>1</posx>
<posy>1</posy>
<width>1</width>
<height>1</height>
<itemlayout width="1" height="1">
</itemlayout>
<focusedlayout width="1" height="1">
</focusedlayout>
</control>
</control>
<!-- END ENCODE STATUS -->
<!-- BEGIN SYSTEM INFORMATION -->
<control type="group" id="1030">
<control type="image" id="1031">
<posx>650</posx>
<posy>120</posy>
<height>245</height>
<width>610</width>
<texture>bg_box.png</texture>
</control>
<control type="label" id="1032">
<posx>660</posx>
<posy>90</posy>
<label>System Information</label>
<font>font28b</font>
</control>
<control type="label" id="1033">
<posx>675</posx>
<posy>135</posy>
<height>225</height>
<width>580</width>
<valign>top</valign>
<label>Loading System Information ...</label>
<font>font16</font>
</control>
</control>
<!-- END SYSTEM INFORMATION -->
<!-- BEGIN SCHEDULE -->
<control type="group" id="1040">
<control type="image" id="1041">
<posx>20</posx>
<posy>460</posy>
<height>240</height>
<width>1240</width>
<texture>bg_box.png</texture>
</control>
<control type="label" id="1042">
<posx>30</posx>
<posy>430</posy>
<label>Schedule</label>
<font>font28b</font>
</control>
<control type="list" id="1043">
<posx>45</posx>
<posy>460</posy>
<itemlayout width="580" height="220">
<control type="label">
<posx>5</posx>
<posy>5</posy>
<width>400</width>
<height>50</height>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout width="580" height="220">
<control type="label">
<posx>5</posx>
<posy>5</posy>
<width>400</width>
<height>50</height>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
</control>
<!-- END SCHEDULE -->
<!-- BEGIN JOB QUEUE -->
<!--
<control type="group" id="1050">
<control type="image" id="1051">
<posx>650</posx>
<posy>460</posy>
<height>240</height>
<width>610</width>
<texture>bg_box.png</texture>
</control>
<control type="label" id="1052">
<posx>660</posx>
<posy>430</posy>
<label>Job Queue</label>
<font>font28b</font>
</control>
</control>
-->
<!-- END JOB QUEUE -->
<!-- BEGIN LOADING OVERLAY -->
<control type="group" id="9000">
<visible>App.HasSetting(loadingstatus)</visible>
<animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
<control type="image" id="9001">
<width>1280</width>
<height>720</height>
<texture>black.png</texture>
<animation effect="fade" start="80" end="80" time="0" condition="true">Conditional</animation>
</control>
<control type="label" id="9002">
<posy>0</posy>
<posx>0</posx>
<width>1280</width>
<height>720</height>
<align>center</align>
<aligny>center</aligny>
<font>sans40b</font>
<label>LOADING...</label>
<textcolor>ffffffff</textcolor>
</control>
</control>
<!-- END LOADING OVERLAY -->
</controls>
</window>