blob: b3b5496cbedbf5cab13a1d535b1cfe07a4f46ed6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<include>dialogeffect</include>
<controls>
<control type="group">
<posx>390</posx>
<posy>0</posy>
<width>500</width>
<height>78</height>
<include>16x9_xPos_Relocation</include>
<visible>![Window.IsVisible(Notification) | Window.IsVisible(BusyDialog) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112) | Window.IsVisible(Visualisation) | Window.IsVisible(FullscreenVideo)]</visible>
<control type="fadelabel" id="30">
<posx>0</posx>
<posy>10</posy>
<width>500</width>
<height>15</height>
<font>font18_title</font>
<align>center</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel" id="31">
<posx>0</posx>
<posy>34</posy>
<width>500</width>
<height>20</height>
<font>font20</font>
<align>center</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="progress" id="32">
<description>progress control</description>
<posx>0</posx>
<posy>72</posy>
<width>500</width>
<height>6</height>
<texturebg colordiffuse="grey3">white.png</texturebg>
<midtexture colordiffuse="blue">white.png</midtexture>
</control>
</control>
</controls>
</window>
|