blob: e967a15afc3dd97eaecdef2bb1d86816196947ad (
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
|
<window id="133">
<defaultcontrol></defaultcontrol>
<include>dialogeffect</include>
<controls>
<control type="group">
<posx>420r</posx>
<posy>25</posy>
<visible>!Window.IsVisible(FullscreenVideo) + !Window.IsVisible(Visualisation)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>350</width>
<height>67</height>
<texture border="8">IconBack.png</texture>
</control>
<control type="fadelabel" id="401">
<posx>10</posx>
<posy>5</posy>
<width>330</width>
<height>15</height>
<scrollout>false</scrollout>
<pauseatend>3000</pauseatend>
<align>center</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>black</textcolor>
</control>
<control type="fadelabel" id="405">
<posx>10</posx>
<posy>24</posy>
<width>330</width>
<height>20</height>
<scrollout>false</scrollout>
<pauseatend>3000</pauseatend>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>black</textcolor>
<haspath>true</haspath>
</control>
<control type="progress" id="404">
<description>progress control</description>
<posx>5</posx>
<posy>47</posy>
<width>340</width>
<height>15</height>
</control>
</control>
</controls>
</window>
|