blob: d3d9f67515449d5092e0f1d8d27fd3888e4a6660 (
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
|
<window type="dialog" id="143">
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>415</posx>
<posy>225</posy>
</coordinates>
<controls>
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>450</width>
<height>150</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>header label</description>
<posx>20</posx>
<posy>18</posy>
<width>410</width>
<height>30</height>
<font>font13_title</font>
<label>31321</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="401">
<description>Song Number Label</description>
<posx>20</posx>
<posy>65</posy>
<width>410</width>
<height>30</height>
<font>font28_title</font>
<textcolor>selected</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="label" id="402">
<description>Song Name Label</description>
<posx>20</posx>
<posy>105</posy>
<width>410</width>
<height>20</height>
<font>font24</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<scroll>true</scroll>
</control>
</control>
</controls>
</window>
|