blob: b62c243ea182ed4016a242115b2cf1bb4ecd29fe (
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>
<control type="image" id="400">
<description>Icon</description>
<posx>20</posx>
<posy>10</posy>
<width>58</width>
<height>58</height>
<aspectratio>keep</aspectratio>
</control>
<control type="fadelabel" id="401">
<description>Line 1 Label</description>
<posx>78</posx>
<posy>20</posy>
<width>422</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="402">
<description>Line 2 Label</description>
<posx>78</posx>
<posy>42</posy>
<width>422</width>
<height>20</height>
<font>font20</font>
<align>center</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
</controls>
</window>
|