blob: 7d4a7bca9f49d46cb5b576521c3934ff7f0829d8 (
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
|
<window id="100">
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>340</posx>
<posy>235</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>600</width>
<height>230</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>header label</description>
<posx>20</posx>
<posy>18</posy>
<width>560</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[13406]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="2">
<description>dialog line 1</description>
<posx>20</posx>
<posy>60</posy>
<width>560</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="3">
<description>dialog line 2</description>
<posx>20</posx>
<posy>85</posy>
<width>560</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>20</posx>
<posy>110</posy>
<width>560</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
</control>
<control type="button" id="11">
<description>Yes button</description>
<posx>75</posx>
<posy>170</posy>
<width>200</width>
<height>40</height>
<label>107</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>11</onup>
<ondown>11</ondown>
</control>
<control type="button" id="10">
<description>No button</description>
<posx>325</posx>
<posy>170</posy>
<width>200</width>
<height>40</height>
<label>106</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<onleft>11</onleft>
<onright>11</onright>
<onup>10</onup>
<ondown>10</ondown>
</control>
</controls>
</window>
|