blob: f1f93b1eb09776c6ee1256e27909cd68d5703526 (
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
|
<window id="2002">
<defaultcontrol>10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>210</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>13406</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label" id="2">
<description>dialog line 1</description>
<posx>40</posx>
<posy>85</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="3">
<description>dialog line 2</description>
<posx>40</posx>
<posy>115</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>40</posx>
<posy>145</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="button" id="10">
<description>OK button</description>
<posx>250</posx>
<posy>215</posy>
<width>200</width>
<height>35</height>
<label>186</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
</control>
</controls>
</window>
|