blob: 9fa4c910c7d3f6796cb427d4624692269f28d920 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<posx>0</posx>
<posy>-30</posy>
</coordinates>
<controls>
<include>BehindDialogFadeOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>400</width>
<height>60</height>
<texture border="5">dialog_header.png</texture>
</control>
<control type="label">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>300</width>
<label>$LOCALIZE[31007]</label>
</control>
<control type="image" id="999">
<description>background image</description>
<posx>0</posx>
<posy>60</posy>
<width>400</width>
<height>700</height>
<texture>dialog_back.png</texture>
</control>
<control type="group">
<posx>330</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="grouplist" id="996">
<description>grouplist for context buttons</description>
<posx>0</posx>
<posy>60</posy>
<width>400</width>
<height max="700">auto</height>
<itemgap>0</itemgap>
</control>
<control type="button" id="1000">
<description>button template</description>
<posx>0</posx>
<posy></posy>
<width>400</width>
<height>70</height>
<font>font25</font>
<align>center</align>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
</controls>
</window>
|