blob: 7d8d2d56ea68f4bf574bb0530b158de42dcb4a74 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<window type="dialog" id="143">
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>442</posx>
<posy>220</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>Header Background</description>
<posx>0</posx>
<posy>0</posy>
<width>395</width>
<height>60</height>
<texture border="5">DialogHeader.png</texture>
</control>
<control type="group">
<posx>325</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="label" id="1">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>290</width>
<label>$LOCALIZE[31321]</label>
</control>
<control type="image">
<description>Background</description>
<posx>0</posx>
<posy>60</posy>
<width>395</width>
<height>140</height>
<texture border="5">DialogBack.png</texture>
</control>
<control type="label" id="401">
<description>Song Number Label</description>
<posx>20</posx>
<posy>80</posy>
<width>355</width>
<height>30</height>
<font>font28_title</font>
<textcolor>black</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="label" id="402">
<description>Song Name Label</description>
<posx>20</posx>
<posy>150</posy>
<width>355</width>
<height>20</height>
<font>font24</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>black</textcolor>
<scroll>true</scroll>
</control>
<control type="group">
<posx>0</posx>
<posy>205</posy>
<include>KeypadButtons</include>
</control>
</controls>
</window>
|