-
Notifications
You must be signed in to change notification settings - Fork 0
/
DialogMultiSelect.xml
132 lines (132 loc) · 3.74 KB
/
DialogMultiSelect.xml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="utf-8"?>
<window>
<id>2100</id>
<defaultcontrol>3</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<type>image</type>
<id>0</id>
<width>1920</width>
<height>1080</height>
<texture>black.png</texture>
<colordiffuse>90ffffff</colordiffuse>
<animation effect="fade" time="200">windowopen</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>150</posX>
<posY>150</posY>
<width>768</width>
<height>55</height>
<texture>dialogmenutop.png</texture>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>150</posX>
<posY>205</posY>
<width>768</width>
<height>649</height>
<texture>dialogmenumiddle.png</texture>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>150</posX>
<posY>854</posY>
<width>768</width>
<height>18</height>
<texture>dialogmenubottom.png</texture>
</control>
<control>
<description>GFX-Heading "menu" text label</description>
<type>label</type>
<id>5</id>
<posX>150</posX>
<posY>180</posY>
<width>768</width>
<label>924</label>
<font>mediastream12tc</font>
<textcolor>White</textcolor>
<align>center</align>
</control>
<control>
<description>Heading text label</description>
<type>label</type>
<id>4</id>
<posX>150</posX>
<posY>232</posY>
<width>768</width>
<label>181</label>
<font>mediastream11c</font>
<align>center</align>
<textcolor>FF025984</textcolor>
</control>
<control>
<description>options listcontrol</description>
<type>listcontrol</type>
<id>3</id>
<posX>153</posX>
<posY>255</posY>
<width>762</width>
<height>585</height>
<textXOff2>750</textXOff2>
<spinPosX>4309</spinPosX>
<spinPosY>3742</spinPosY>
<textXOff>45</textXOff>
<textYOff>10</textYOff>
<PinIconXOff>3367</PinIconXOff>
<PinIconYOff>3340</PinIconYOff>
<textureFocus>dialogmenubutton.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
<textureHeight>60</textureHeight>
<spaceBetweenItems>0</spaceBetweenItems>
<onleft>10</onleft>
<onright>11</onright>
<onup>11</onup>
<ondown>10</ondown>
<selectedColor2>ffEB9E17</selectedColor2>
</control>
<control>
<description>Okay button</description>
<type>button</type>
<id>10</id>
<label>186</label>
<font>mediastream11c</font>
<textureFocus>dialogbigbuttonfo.png</textureFocus>
<textureNoFocus>dialogbigbuttonnf.png</textureNoFocus>
<width>192</width>
<posX>334</posX>
<posY>810</posY>
<textXOff>1</textXOff>
<textYOff>1</textYOff>
<textalign>center</textalign>
<onleft>11</onleft>
<onright>11</onright>
<onup>3</onup>
<ondown>10</ondown>
</control>
<control>
<description>Cancel button</description>
<type>button</type>
<id>11</id>
<label>510</label>
<font>mediastream11c</font>
<textureFocus>dialogbigbuttonfo.png</textureFocus>
<textureNoFocus>dialogbigbuttonnf.png</textureNoFocus>
<width>192</width>
<posX>538</posX>
<posY>810</posY>
<textXOff>1</textXOff>
<textYOff>1</textYOff>
<textalign>center</textalign>
<onleft>10</onleft>
<onright>10</onright>
<onup>3</onup>
<ondown>11</ondown>
</control>
</controls>
</window>
<!--Checksum:005128dcf21ba17814e9e94880127bed-->