blob: c554cad5c814a7979f34fce72c682c28b86730e9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image" id="999">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>340</width>
<height>720</height>
<texture border="20">DialogBack.png</texture>
</control>
<control type="grouplist" id="996">
<description>grouplist for context buttons</description>
<posx>20</posx>
<posy>30</posy>
<width>300</width>
<height max="670">auto</height>
<itemgap>2</itemgap>
</control>
<control type="button">
<description>Close Window button</description>
<posx>260</posx>
<posy>5</posy>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="button" id="1000">
<description>button template</description>
<posx>-</posx>
<posy>-</posy>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
</control>
</controls>
</window>
|