blob: aeb9493305a390ffd06d01e5134cce5f89455c72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol></defaultcontrol>
<onunload>ClearProperty(PopupMenuVisible,Home)</onunload>
<controls>
<!-- codec info -->
<control type="group" id="0">
<posx>0</posx>
<posy>20</posy>
<animation effect="fade" time="200">VisibleChange</animation>
<control type="image">
<description>media info background image</description>
<posx>0</posx>
<posy>0</posy>
<include>ScreenWidth</include>
<height>160</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture>grey.png</texture>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<posx>50</posx>
<posy>10</posy>
<width>1180</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<font>font16</font>
<label></label>
</control>
<control type="label" id="11">
<description>row 2 label</description>
<posx>50</posx>
<posy>60</posy>
<width>1180</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<font>font16</font>
<label></label>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<posx>50</posx>
<posy>110</posy>
<width>1180</width>
<height>45</height>
<align>left</align>
<aligny>center</aligny>
<font>font16</font>
<label></label>
</control>
</control>
<control type="label" id="1">
<description>seek label</description>
<posx>50</posx>
<posy>30</posy>
<width>1180</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<font>font16</font>
<label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
</control>
</controls>
</window>
|