blob: fd986d3c9b202581b9390fc0482c36fa8dfd11f5 (
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol></defaultcontrol>
<controls>
<control type="group" id="0">
<control type="label" id="10">
<left>45</left>
<top>15</top>
<width>1770</width>
<height>100</height>
<label></label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="11">
<left>45</left>
<top>45</top>
<width>1770</width>
<height>100</height>
<label></label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="12">
<left>45</left>
<top>75</top>
<width>1770</width>
<height>100</height>
<label></label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="label" id="1">
<left>45</left>
<top>15</top>
<width>1770</width>
<height>100</height>
<label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
</control>
<control type="group" id="1">
<visible>Player.Caching</visible>
<animation delay="300" effect="fade" time="200">Visible</animation>
<animation effect="fade" delay="200" time="150">Hidden</animation>
<control type="image" id="1">
<left>860</left>
<top>440</top>
<width>200</width>
<height>200</height>
<texture>dialogs/volume/progress/p100.png</texture>
<animation effect="fade" end="50" time="0" condition="true">Conditional</animation>
</control>
<control type="image" id="1">
<left>860</left>
<top>440</top>
<width>200</width>
<height>200</height>
<texture colordiffuse="button_focus">$INFO[Player.CacheLevel,dialogs/volume/progress/p,.png]</texture>
</control>
<control type="label" id="1">
<description>buffering value</description>
<label>$INFO[Player.CacheLevel]%</label>
<left>860</left>
<top>440</top>
<width>200</width>
<height>200</height>
<aligny>center</aligny>
<align>center</align>
<font>font12_title</font>
<textcolor>button_focus</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="2">
<description>buffering label</description>
<label>$LOCALIZE[15107]</label>
<left>860</left>
<top>620</top>
<width>200</width>
<height>20</height>
<aligny>center</aligny>
<align>center</align>
<font>font12_title</font>
<textcolor>button_focus</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</controls>
</window>
|