blob: 9a81341a20146c8ba6cb5ca0d06f2ecf9713486a (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<zorder>3</zorder>
<controls>
<control type="group">
<depth>DepthMax</depth>
<top>85</top>
<right>0</right>
<width>640</width>
<include>OpenClose_Right</include>
<visible>String.IsEmpty(Window(Home).Property(script.cinemavision.running))</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>640</width>
<height>160</height>
<texture>dialogs/dialog-bg-nobo.png</texture>
<bordertexture border="21">overlays/shadow.png</bordertexture>
<bordersize>20</bordersize>
</control>
<control type="image" id="400">
<description>avatar</description>
<left>25</left>
<top>25</top>
<width>110</width>
<height>110</height>
<aspectratio>stretch</aspectratio>
</control>
<control type="fadelabel" id="401">
<description>Line 1 Label</description>
<left>150</left>
<top>40</top>
<width>450</width>
<height>18</height>
<font>font37</font>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel" id="402">
<description>Line 2 Label</description>
<left>151</left>
<top>68</top>
<width>450</width>
<height>60</height>
<font>font27_narrow</font>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
</controls>
</window>
|