blob: b7baa157f2afb8562378b6bb5df48c9475c1768b (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">11101</defaultcontrol>
<include>16x9_xPos_Relocation</include>
<include>Window_OpenClose_Animation_Zoom</include>
<coordinates>
<posx>445</posx>
<posy>245</posy>
</coordinates>
<controls>
<control type="group">
<visible>!Window.IsActive(GameVideoSettings) + !Window.IsActive(GameControllers)</visible>
<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[35221]</label>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>60</posy>
<width>400</width>
<height>350</height>
<texture>dialog_back.png</texture>
</control>
<control type="group">
<posx>330</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="grouplist" id="11101">
<description>grouplist for context buttons</description>
<posx>0</posx>
<posy>60</posy>
<width>400</width>
<height max="700">auto</height>
<itemgap>0</itemgap>
<control type="button" id="11102">
<width>400</width>
<height>70</height>
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[13404]</label>
<label2>Select + X</label2>
<onclick>Play</onclick>
</control>
<control type="button" id="11103">
<width>400</width>
<height>70</height>
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[13007]</label>
<label2>Select + B</label2>
<onclick>PlayerControl(Reset)</onclick>
</control>
<control type="button" id="11104">
<width>400</width>
<height>70</height>
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[35222]</label>
<label2>Select + Start</label2>
<onclick>Stop</onclick>
</control>
<control type="button" id="11107">
<width>400</width>
<height>70</height>
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[13395]</label>
<onclick>ActivateWindow(gamevideosettings)</onclick>
</control>
<control type="button" id="11109">
<width>400</width>
<height>70</height>
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[35223]</label>
<onclick>ActivateWindow(gamecontrollers)</onclick>
</control>
</control>
</control>
</controls>
</window>
|