1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <mythuitheme>
|
---|
3 |
|
---|
4 | <!-- Base Font Definitions -->
|
---|
5 | <font name="basesmall" face="Liberation Sans">
|
---|
6 | <pixelsize>22</pixelsize>
|
---|
7 | <color>#EEEEEE</color>
|
---|
8 | <bold>yes</bold>
|
---|
9 | </font>
|
---|
10 |
|
---|
11 | <font name="basesmallbold" from="basesmall">
|
---|
12 | <bold>yes</bold>
|
---|
13 | </font>
|
---|
14 |
|
---|
15 | <font name="small" from="basesmall">
|
---|
16 | <shadowcolor>#000000</shadowcolor>
|
---|
17 | <shadowoffset>2,2</shadowoffset>
|
---|
18 | <shadowalpha>0</shadowalpha>
|
---|
19 | </font>
|
---|
20 |
|
---|
21 | <font name="basemedium" from="basesmall" face="Liberation Sans">
|
---|
22 | <pixelsize>26</pixelsize>
|
---|
23 | </font>
|
---|
24 |
|
---|
25 | <font name="basemediumbold" from="basemedium">
|
---|
26 | <pixelsize>26</pixelsize>
|
---|
27 | <bold>yes</bold>
|
---|
28 | </font>
|
---|
29 |
|
---|
30 | <font name="baselarge" from="basemedium">
|
---|
31 | <pixelsize>30</pixelsize>
|
---|
32 | <shadowcolor>#000000</shadowcolor>
|
---|
33 | <shadowoffset>4,4</shadowoffset>
|
---|
34 | <shadowalpha>64</shadowalpha>
|
---|
35 | <bold>yes</bold>
|
---|
36 | </font>
|
---|
37 |
|
---|
38 | <font name="baselargenormal" from="baselarge">
|
---|
39 | <bold>no</bold>
|
---|
40 | </font>
|
---|
41 |
|
---|
42 | <font name="baseextralarge" from="baselarge">
|
---|
43 | <pixelsize>34</pixelsize>
|
---|
44 | <shadowcolor>#000000</shadowcolor>
|
---|
45 | <shadowoffset>4,4</shadowoffset>
|
---|
46 | <shadowalpha>64</shadowalpha>
|
---|
47 | <bold>yes</bold>
|
---|
48 | </font>
|
---|
49 |
|
---|
50 | <!-- State variations on small font -->
|
---|
51 | <font name="basesmall_normal_selected" from="basesmallbold">
|
---|
52 | <color>#FFFFFF</color>
|
---|
53 | </font>
|
---|
54 | <font name="basesmall_normal" from="basesmall">
|
---|
55 | <color>#9999cc</color>
|
---|
56 | </font>
|
---|
57 | <font name="basesmall_normal_inactive" from="basesmall">
|
---|
58 | <color>#666666</color>
|
---|
59 | </font>
|
---|
60 | <font name="basesmall_warning_selected" from="basesmallbold">
|
---|
61 | <color>#dddd44</color>
|
---|
62 | </font>
|
---|
63 | <font name="basesmall_warning" from="basesmall">
|
---|
64 | <color>#bbbb33</color>
|
---|
65 | </font>
|
---|
66 | <font name="basesmall_favourite_selected" from="basesmallbold">
|
---|
67 | <color>#dddd44</color>
|
---|
68 | </font>
|
---|
69 | <font name="basesmall_favourite" from="basesmall">
|
---|
70 | <color>#bbbb33</color>
|
---|
71 | </font>
|
---|
72 | <font name="basesmall_favourite_unavailable" from="basesmall">
|
---|
73 | <color>#9999cc</color>
|
---|
74 | </font>
|
---|
75 | <font name="basesmall_error_selected" from="basesmallbold">
|
---|
76 | <color>#900800</color>
|
---|
77 | </font>
|
---|
78 | <font name="basesmall_error" from="basesmall">
|
---|
79 | <color>#700700</color>
|
---|
80 | </font>
|
---|
81 | <font name="basesmall_disabled_selected" from="basesmallbold">
|
---|
82 | <color>#888888</color>
|
---|
83 | </font>
|
---|
84 | <font name="basesmall_disabled" from="basesmall">
|
---|
85 | <color>#666666</color>
|
---|
86 | </font>
|
---|
87 | <font name="basesmall_running_selected" from="basesmallbold">
|
---|
88 | <color>#00FF00</color>
|
---|
89 | </font>
|
---|
90 | <font name="basesmall_running" from="basesmall">
|
---|
91 | <color>#11DD11</color>
|
---|
92 | </font>
|
---|
93 | <font name="basesmall_textedit" from="basesmall">
|
---|
94 | <color>#000000</color>
|
---|
95 | </font>
|
---|
96 | <font name="basesmall_normal_button" from="basesmallbold">
|
---|
97 | <color>#FFFFFF</color>
|
---|
98 | </font>
|
---|
99 | <font name="basesmall_selected_button" from="basesmallbold">
|
---|
100 | <color>#FFFFFF</color>
|
---|
101 | </font>
|
---|
102 | <font name="basesmall_disabled_button" from="basesmallbold">
|
---|
103 | <color>#9999cc</color>
|
---|
104 | </font>
|
---|
105 | <!-- State variations on medium font -->
|
---|
106 | <font name="basemedium_normal" from="basemediumbold">
|
---|
107 | <color>#9999cc</color>
|
---|
108 | </font>
|
---|
109 | <font name="basemedium_normal_selected" from="basemedium">
|
---|
110 | <color>#FFFFFF</color>
|
---|
111 | </font>
|
---|
112 | <font name="basemedium_disabled" from="basemedium">
|
---|
113 | <color>#666666</color>
|
---|
114 | </font>
|
---|
115 | <font name="basemedium_highlight" from="basemediumbold">
|
---|
116 | <color>#FFFF33</color>
|
---|
117 | </font>
|
---|
118 | <font name="basemedium_normal_button" from="basemediumbold">
|
---|
119 | <color>#FFFFFF</color>
|
---|
120 | </font>
|
---|
121 | <font name="basemedium_selected_button" from="basemediumbold">
|
---|
122 | <color>#FFFFFF</color>
|
---|
123 | </font>
|
---|
124 | <font name="basemedium_disabled_button" from="basemediumbold">
|
---|
125 | <color>#9999cc</color>
|
---|
126 | </font>
|
---|
127 |
|
---|
128 | <!-- Fonts for specific screens -->
|
---|
129 | <font name="deleterecordings_filesize_font" from="basemedium">
|
---|
130 | <pixelsize>40</pixelsize>
|
---|
131 | <color>#bbbb33</color>
|
---|
132 | <bold>yes</bold>
|
---|
133 | </font>
|
---|
134 | <font name="baseguide" from="basesmall">
|
---|
135 | <pixelsize>20</pixelsize>
|
---|
136 | <bold>no</bold>
|
---|
137 | </font>
|
---|
138 |
|
---|
139 | <!-- Base definition of a shape used as a background on many screens -->
|
---|
140 | <shape name="basebackground">
|
---|
141 | <area>0,0,10,10</area>
|
---|
142 | <type>roundbox</type>
|
---|
143 | <fill color="#000000" alpha="120" />
|
---|
144 | <line color="#FFFFFF" alpha="255" width="2" />
|
---|
145 | <cornerradius>12</cornerradius>
|
---|
146 | </shape>
|
---|
147 |
|
---|
148 | <!-- Base definition of a shape used as a background to many widgets -->
|
---|
149 | <shape name="basewidgetshape">
|
---|
150 | <area>0,0,100%,100%</area>
|
---|
151 | <type>roundbox</type>
|
---|
152 | <cornerradius>4</cornerradius>
|
---|
153 | <fill color="#CCCCCC" alpha="120" />
|
---|
154 | <line color="#FFFFFF" width="3" />
|
---|
155 | </shape>
|
---|
156 |
|
---|
157 | <shape name="baseselectedwidgetshape" from="basewidgetshape">
|
---|
158 | <fill color="#43b038" alpha="200" />
|
---|
159 | </shape>
|
---|
160 |
|
---|
161 | <buttonlist name="basebuttonlist">
|
---|
162 | <area>0,0,300,250</area>
|
---|
163 | <layout>vertical</layout>
|
---|
164 | <spacing>4</spacing>
|
---|
165 | <buttonarea>0,0,100%,97%</buttonarea>
|
---|
166 | <statetype name="buttonitem">
|
---|
167 | <state name="active">
|
---|
168 | <area>0,0,100%,30</area>
|
---|
169 | <imagetype name="buttonbackground">
|
---|
170 | <gradient start="#505050" end="#000000" alpha="200" />
|
---|
171 | </imagetype>
|
---|
172 | <textarea name="buttontext">
|
---|
173 | <area>6,0,85%,30</area>
|
---|
174 | <font>basesmall</font>
|
---|
175 | <cutdown>yes</cutdown>
|
---|
176 | <align>left,vcenter</align>
|
---|
177 | </textarea>
|
---|
178 | <statetype name="buttoncheck">
|
---|
179 | <position>91%,4</position>
|
---|
180 | <state type="off">
|
---|
181 | <imagetype name="checkoff">
|
---|
182 | <filename>lb-check-empty.png</filename>
|
---|
183 | </imagetype>
|
---|
184 | </state>
|
---|
185 | <state type="half">
|
---|
186 | <imagetype name="checkhalf">
|
---|
187 | <filename>lb-check-half.png</filename>
|
---|
188 | </imagetype>
|
---|
189 | </state>
|
---|
190 | <state type="full">
|
---|
191 | <imagetype name="checkfull">
|
---|
192 | <filename>lb-check-full.png</filename>
|
---|
193 | </imagetype>
|
---|
194 | </state>
|
---|
195 | </statetype>
|
---|
196 | <imagetype name="buttonarrow">
|
---|
197 | <position>94%,6</position>
|
---|
198 | <filename>lb-arrow.png</filename>
|
---|
199 | </imagetype>
|
---|
200 | </state>
|
---|
201 | <state name="selectedactive" from="active">
|
---|
202 | <imagetype name="buttonbackground">
|
---|
203 | <gradient start="#52CA38" end="#349838" alpha="255" />
|
---|
204 | </imagetype>
|
---|
205 | </state>
|
---|
206 | <state name="selectedinactive" from="active">
|
---|
207 | <imagetype name="buttonbackground">
|
---|
208 | <gradient start="#52CA38" end="#349838" alpha="100" />
|
---|
209 | </imagetype>
|
---|
210 | <textarea name="buttontext">
|
---|
211 | <font>basesmall_normal_inactive</font>
|
---|
212 | </textarea>
|
---|
213 | </state>
|
---|
214 | </statetype>
|
---|
215 | <statetype name="upscrollarrow">
|
---|
216 | <position>10,96%</position>
|
---|
217 | <state type="off">
|
---|
218 | <imagetype name="upon">
|
---|
219 | <filename>lb-uparrow-reg.png</filename>
|
---|
220 | </imagetype>
|
---|
221 | </state>
|
---|
222 | <state type="full">
|
---|
223 | <imagetype name="upoff">
|
---|
224 | <filename>lb-uparrow-sel.png</filename>
|
---|
225 | </imagetype>
|
---|
226 | </state>
|
---|
227 | </statetype>
|
---|
228 | <statetype name="downscrollarrow">
|
---|
229 | <position>40,96%</position>
|
---|
230 | <state type="off">
|
---|
231 | <imagetype name="dnon">
|
---|
232 | <filename>lb-dnarrow-reg.png</filename>
|
---|
233 | </imagetype>
|
---|
234 | </state>
|
---|
235 | <state type="full">
|
---|
236 | <imagetype name="dnoff">
|
---|
237 | <filename>lb-dnarrow-sel.png</filename>
|
---|
238 | </imagetype>
|
---|
239 | </state>
|
---|
240 | </statetype>
|
---|
241 | </buttonlist>
|
---|
242 |
|
---|
243 |
|
---|
244 | <!-- Base definition of a buttonlist in wide configuration -->
|
---|
245 | <buttonlist name="basebuttonlist2">
|
---|
246 | <area>0,0,1240,356</area>
|
---|
247 | <layout>vertical</layout>
|
---|
248 | <spacing>4</spacing>
|
---|
249 | <wrapstyle>selection</wrapstyle>
|
---|
250 | <buttonarea>0,0,1200,356</buttonarea>
|
---|
251 | <statetype name="buttonitem">
|
---|
252 | <area>0,0,1200,26</area>
|
---|
253 | <state name="active">
|
---|
254 | <textarea name="buttontext">
|
---|
255 | <area>34,2,1138,24</area>
|
---|
256 | <font>basesmall_normal</font>
|
---|
257 | <font state="disabled">basesmall_disabled</font>
|
---|
258 | <font state="error">basesmall_error</font>
|
---|
259 | <font state="warning">basesmall_warning</font>
|
---|
260 | <font state="normal">basesmall_normal</font>
|
---|
261 | <font state="running">basesmall_running</font>
|
---|
262 | <align>vcenter</align>
|
---|
263 | </textarea>
|
---|
264 | </state>
|
---|
265 | <state name="selectedactive" from="active">
|
---|
266 | <shape name="selectbar">
|
---|
267 | <area>28,0,1144,30</area>
|
---|
268 | <type>roundbox</type>
|
---|
269 | <line color="#00FF00" alpha="255" width="1" />
|
---|
270 | <fill color="#43b038" alpha="128" />
|
---|
271 | <cornerradius>4</cornerradius>
|
---|
272 | </shape>
|
---|
273 | <textarea name="buttontext">
|
---|
274 | <area>34,2,1138,26</area>
|
---|
275 | <font>base_normal_selected</font>
|
---|
276 | <font state="disabled">basesmall_disabled_selected</font>
|
---|
277 | <font state="error">basesmall_error_selected</font>
|
---|
278 | <font state="warning">basesmall_warning_selected</font>
|
---|
279 | <font state="normal">basesmall_normal_selected</font>
|
---|
280 | <font state="running">basesmall_running_selected</font>
|
---|
281 | <align>vcenter</align>
|
---|
282 | </textarea>
|
---|
283 | </state>
|
---|
284 | <state name="selectedinactive" from="active" />
|
---|
285 | </statetype>
|
---|
286 | <statetype name="upscrollarrow">
|
---|
287 | <position>1190,6</position>
|
---|
288 | <state type="off">
|
---|
289 | <imagetype name="upon">
|
---|
290 | <filename>lb-uparrow-reg.png</filename>
|
---|
291 | </imagetype>
|
---|
292 | </state>
|
---|
293 | <state type="full">
|
---|
294 | <imagetype name="upoff">
|
---|
295 | <filename>lb-uparrow-sel.png</filename>
|
---|
296 | </imagetype>
|
---|
297 | </state>
|
---|
298 | </statetype>
|
---|
299 | <statetype name="downscrollarrow">
|
---|
300 | <position>1190,320</position>
|
---|
301 | <state type="off">
|
---|
302 | <imagetype name="dnon">
|
---|
303 | <filename>lb-dnarrow-reg.png</filename>
|
---|
304 | </imagetype>
|
---|
305 | </state>
|
---|
306 | <state type="full">
|
---|
307 | <imagetype name="dnoff">
|
---|
308 | <filename>lb-dnarrow-sel.png</filename>
|
---|
309 | </imagetype>
|
---|
310 | </state>
|
---|
311 | </statetype>
|
---|
312 | </buttonlist>
|
---|
313 |
|
---|
314 | <!-- Base definition of a button -->
|
---|
315 | <button name="basebutton">
|
---|
316 | <area>0,0,154,44</area>
|
---|
317 | <position>0,0</position>
|
---|
318 | <statetype name="buttonstate">
|
---|
319 | <state name="active">
|
---|
320 | <imagetype name="background">
|
---|
321 | <area>0,0,153,43</area>
|
---|
322 | <filename>button_background.png</filename>
|
---|
323 | </imagetype>
|
---|
324 | <textarea name="text">
|
---|
325 | <area>4,2,146,40</area>
|
---|
326 | <align>allcenter</align>
|
---|
327 | <font>basemedium_normal_button</font>
|
---|
328 | <font state="selected">basemedium_selected_button</font>
|
---|
329 | <font state="disabled">basemedium_disabled_button</font>
|
---|
330 | </textarea>
|
---|
331 | </state>
|
---|
332 | <state name="selected" from="active">
|
---|
333 | <imagetype name="background">
|
---|
334 | <area>0,0,153,43</area>
|
---|
335 | <filename>button_selected_background.png</filename>
|
---|
336 | </imagetype>
|
---|
337 | </state>
|
---|
338 | <state name="disabled" from="active" />
|
---|
339 | <state name="pushed" from="active">
|
---|
340 | <imagetype name="background">
|
---|
341 | <area>0,0,153,43</area>
|
---|
342 | <filename>button_pushed_background.png</filename>
|
---|
343 | </imagetype>
|
---|
344 | <textarea name="text">
|
---|
345 | <position>4,4</position>
|
---|
346 | </textarea>
|
---|
347 | </state>
|
---|
348 | </statetype>
|
---|
349 | </button>
|
---|
350 |
|
---|
351 | <!-- Base definition of a wide button -->
|
---|
352 | <button name="basewidebutton">
|
---|
353 | <position>0,0</position>
|
---|
354 | <statetype name="buttonstate">
|
---|
355 | <state name="active">
|
---|
356 | <imagetype name="background">
|
---|
357 | <position>0,0</position>
|
---|
358 | <filename>wide_button_background.png</filename>
|
---|
359 | </imagetype>
|
---|
360 | <textarea name="text">
|
---|
361 | <area>2,2,282,43</area>
|
---|
362 | <align>allcenter</align>
|
---|
363 | <font>basemedium_normal_button</font>
|
---|
364 | <font state="selected">basemedium_selected_button</font>
|
---|
365 | <font state="disabled">basemedium_disabled_button</font>
|
---|
366 | </textarea>
|
---|
367 | </state>
|
---|
368 | <state name="selected" from="active">
|
---|
369 | <imagetype name="background">
|
---|
370 | <area>2,2,282,43</area>
|
---|
371 | <filename>wide_button_selected_background.png</filename>
|
---|
372 | </imagetype>
|
---|
373 | </state>
|
---|
374 | <state name="disabled" from="active" />
|
---|
375 | <state name="pushed" from="active">
|
---|
376 | <imagetype name="background">
|
---|
377 | <area>0,0,282,43</area>
|
---|
378 | <filename>wide_button_pushed_background.png</filename>
|
---|
379 | </imagetype>
|
---|
380 | <textarea name="text">
|
---|
381 | <position>4,4</position>
|
---|
382 | </textarea>
|
---|
383 | </state>
|
---|
384 | </statetype>
|
---|
385 | </button>
|
---|
386 |
|
---|
387 | <!-- Base definition of a very wide button -->
|
---|
388 | <!-- Use when text is long (JM) -->
|
---|
389 | <button name="baseverywidebutton">
|
---|
390 | <area>0,0,626,44</area>
|
---|
391 | <statetype name="buttonstate">
|
---|
392 | <state name="active">
|
---|
393 | <imagetype name="background">
|
---|
394 | <area>0,0,625,43</area>
|
---|
395 | <filename>very_wide_button_background.png</filename>
|
---|
396 | </imagetype>
|
---|
397 | <textarea name="text">
|
---|
398 | <area>5,2,616,40</area>
|
---|
399 | <align>allcenter</align>
|
---|
400 | <font>basesmall_normal_button</font>
|
---|
401 | <font state="selected">basesmall_selected_button</font>
|
---|
402 | <font state="disabled">basesmall_disabled_button</font>
|
---|
403 | </textarea>
|
---|
404 | </state>
|
---|
405 | <state name="selected" from="active">
|
---|
406 | <imagetype name="background">
|
---|
407 | <area>0,0,625,43</area>
|
---|
408 | <filename>very_wide_button_selected_background.png</filename>
|
---|
409 | </imagetype>
|
---|
410 | </state>
|
---|
411 | <state name="disabled" from="active" />
|
---|
412 | <state name="pushed" from="active">
|
---|
413 | <imagetype name="background">
|
---|
414 | <area>0,0,625,43</area>
|
---|
415 | <filename>very_wide_button_pushed_background.png</filename>
|
---|
416 | </imagetype>
|
---|
417 | <textarea name="text">
|
---|
418 | <position>4,4</position>
|
---|
419 | </textarea>
|
---|
420 | </state>
|
---|
421 | </statetype>
|
---|
422 | </button>
|
---|
423 |
|
---|
424 | <!-- Base definition of 'search' button, those little search launch buttons
|
---|
425 | which appear next to some text input fields in forms -->
|
---|
426 | <button name="basesearchbutton">
|
---|
427 | <area>0,0,32,32</area>
|
---|
428 | <statetype name="buttonstate">
|
---|
429 | <state name="active">
|
---|
430 | <imagetype name="background">
|
---|
431 | <area>0,0,32,32</area>
|
---|
432 | <filename>blankbutton_off.png</filename>
|
---|
433 | </imagetype>
|
---|
434 | </state>
|
---|
435 | <state name="selected" from="active">
|
---|
436 | <imagetype name="background">
|
---|
437 | <area>0,0,32,32</area>
|
---|
438 | <filename>blankbutton_on.png</filename>
|
---|
439 | </imagetype>
|
---|
440 | </state>
|
---|
441 | <state name="disabled" from="active" />
|
---|
442 | <state name="pushed" from="active">
|
---|
443 | <imagetype name="background">
|
---|
444 | <area>0,0,32,32</area>
|
---|
445 | <filename>blankbutton_pushed.png</filename>
|
---|
446 | </imagetype>
|
---|
447 | </state>
|
---|
448 | </statetype>
|
---|
449 | </button>
|
---|
450 |
|
---|
451 | <!-- Base definition of checkbox -->
|
---|
452 | <checkbox name="basecheckbox">
|
---|
453 | <position>0,0</position>
|
---|
454 | <statetype name="background">
|
---|
455 | <state name="active">
|
---|
456 | <imagetype name="background">
|
---|
457 | <filename>checkbox_background_off.png</filename>
|
---|
458 | </imagetype>
|
---|
459 | </state>
|
---|
460 | <state name="selected">
|
---|
461 | <imagetype name="background">
|
---|
462 | <filename>checkbox_background_selected.png</filename>
|
---|
463 | </imagetype>
|
---|
464 | </state>
|
---|
465 | <state name="disabled" />
|
---|
466 | </statetype>
|
---|
467 | <statetype name="checkstate">
|
---|
468 | <position>4,4</position>
|
---|
469 | <state type="off" />
|
---|
470 | <state type="half">
|
---|
471 | <imagetype name="background">
|
---|
472 | <filename>checkbox_halfcheck.png</filename>
|
---|
473 | </imagetype>
|
---|
474 | </state>
|
---|
475 | <state type="full">
|
---|
476 | <imagetype name="mark">
|
---|
477 | <filename>checkbox_fullcheck.png</filename>
|
---|
478 | </imagetype>
|
---|
479 | </state>
|
---|
480 | </statetype>
|
---|
481 | </checkbox>
|
---|
482 |
|
---|
483 | <!-- Base definition of a spinbox -->
|
---|
484 | <spinbox name="basespinbox">
|
---|
485 | <area>0,0,90,40</area>
|
---|
486 | <layout>horizontal</layout>
|
---|
487 | <statetype name="buttonitem">
|
---|
488 | <state name="active">
|
---|
489 | <area>0,0,70,40</area>
|
---|
490 | <shape name="background" from="basewidgetshape" />
|
---|
491 | <textarea name="buttontext">
|
---|
492 | <area>6,4,58,32</area>
|
---|
493 | <font>basesmall</font>
|
---|
494 | <cutdown>yes</cutdown>
|
---|
495 | <align>right,vcenter</align>
|
---|
496 | </textarea>
|
---|
497 | </state>
|
---|
498 | <state name="selectedactive" from="active">
|
---|
499 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
500 | </state>
|
---|
501 | <state name="selectedinactive" from="active" />
|
---|
502 | </statetype>
|
---|
503 | <statetype name="downscrollarrow">
|
---|
504 | <position>76,2</position>
|
---|
505 | <state type="off">
|
---|
506 | <imagetype name="dnon">
|
---|
507 | <filename>lb-rtarrow-reg.png</filename>
|
---|
508 | </imagetype>
|
---|
509 | </state>
|
---|
510 | <state type="full">
|
---|
511 | <imagetype name="dnoff">
|
---|
512 | <filename>lb-rtarrow-sel.png</filename>
|
---|
513 | </imagetype>
|
---|
514 | </state>
|
---|
515 | </statetype>
|
---|
516 | <statetype name="upscrollarrow">
|
---|
517 | <position>76,22</position>
|
---|
518 | <state type="off">
|
---|
519 | <imagetype name="upon">
|
---|
520 | <filename>lb-ltarrow-reg.png</filename>
|
---|
521 | </imagetype>
|
---|
522 | </state>
|
---|
523 | <state type="full">
|
---|
524 | <imagetype name="upoff">
|
---|
525 | <filename>lb-ltarrow-sel.png</filename>
|
---|
526 | </imagetype>
|
---|
527 | </state>
|
---|
528 | </statetype>
|
---|
529 | </spinbox>
|
---|
530 |
|
---|
531 | <!-- Base definition of a spinbox with centered strings -->
|
---|
532 | <spinbox name="base_centered_spinbox" from="basespinbox">
|
---|
533 | <area>0,0,90,40</area>
|
---|
534 | <layout>horizontal</layout>
|
---|
535 | <statetype name="buttonitem">
|
---|
536 | <state name="active">
|
---|
537 | <area>0,0,70,40</area>
|
---|
538 | <shape name="background" from="basewidgetshape" />
|
---|
539 | <textarea name="buttontext">
|
---|
540 | <area>2,2,66,36</area>
|
---|
541 | <font>basesmall</font>
|
---|
542 | <cutdown>no</cutdown>
|
---|
543 | <align>allcenter</align>
|
---|
544 | </textarea>
|
---|
545 | </state>
|
---|
546 | <state name="selectedactive" from="active">
|
---|
547 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
548 | </state>
|
---|
549 | <state name="selectedinactive" from="active" />
|
---|
550 | </statetype>
|
---|
551 | </spinbox>
|
---|
552 |
|
---|
553 | <!-- Base definition of a wide spinbox (room for strings) -->
|
---|
554 | <spinbox name="basewidespinbox" from="basespinbox">
|
---|
555 | <area>0,0,596,44</area>
|
---|
556 | <layout>horizontal</layout>
|
---|
557 | <buttonarea>0,0,576,44</buttonarea>
|
---|
558 | <statetype name="buttonitem">
|
---|
559 | <state name="active">
|
---|
560 | <area>0,0,576,44</area>
|
---|
561 | <textarea name="buttontext">
|
---|
562 | <area>4,4,568,36</area>
|
---|
563 | <align>allcenter</align>
|
---|
564 | </textarea>
|
---|
565 | </state>
|
---|
566 | <state name="selectedactive" from="active">
|
---|
567 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
568 | </state>
|
---|
569 | <state name="selectedinactive" from="active" />
|
---|
570 | </statetype>
|
---|
571 | <statetype name="downscrollarrow">
|
---|
572 | <position>580,2</position>
|
---|
573 | </statetype>
|
---|
574 | <statetype name="upscrollarrow">
|
---|
575 | <position>580,22</position>
|
---|
576 | </statetype>
|
---|
577 | </spinbox>
|
---|
578 |
|
---|
579 |
|
---|
580 | <!-- New! Use when text is very long (JM) -->
|
---|
581 | <spinbox name="baseverywidespinbox" from="basespinbox">
|
---|
582 | <area>0,0,646,44</area>
|
---|
583 | <layout>horizontal</layout>
|
---|
584 | <buttonarea>0,0,626,44</buttonarea>
|
---|
585 | <statetype name="buttonitem">
|
---|
586 | <state name="active">
|
---|
587 | <area>0,0,626,44</area>
|
---|
588 | <textarea name="buttontext">
|
---|
589 | <area>5,2,616,40</area>
|
---|
590 | <align>allcenter</align>
|
---|
591 | </textarea>
|
---|
592 | </state>
|
---|
593 | <state name="selectedactive" from="active">
|
---|
594 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
595 | </state>
|
---|
596 | <state name="selectedinactive" from="active" />
|
---|
597 | </statetype>
|
---|
598 | <statetype name="downscrollarrow">
|
---|
599 | <position>630,2</position>
|
---|
600 | </statetype>
|
---|
601 | <statetype name="upscrollarrow">
|
---|
602 | <position>630,22</position>
|
---|
603 | </statetype>
|
---|
604 | </spinbox>
|
---|
605 |
|
---|
606 |
|
---|
607 |
|
---|
608 | <!-- Base definition of a list in 'selector' configuration -->
|
---|
609 | <buttonlist name="baseselector">
|
---|
610 | <area>0,0,220,40</area>
|
---|
611 | <layout>horizontal</layout>
|
---|
612 | <buttonarea>0,0,200,100%</buttonarea>
|
---|
613 | <statetype name="buttonitem">
|
---|
614 | <state name="active">
|
---|
615 | <area>0,0,200,40</area>
|
---|
616 | <shape name="background" from="basewidgetshape" />
|
---|
617 | <textarea name="buttontext">
|
---|
618 | <area>10,4,180,32</area>
|
---|
619 | <font>basesmall</font>
|
---|
620 | <cutdown>yes</cutdown>
|
---|
621 | <align>left,vcenter</align>
|
---|
622 | </textarea>
|
---|
623 | </state>
|
---|
624 | <state name="selectedinactive" from="active" />
|
---|
625 | <state name="selectedactive" from="active">
|
---|
626 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
627 | </state>
|
---|
628 | </statetype>
|
---|
629 | <statetype name="downscrollarrow">
|
---|
630 | <position>206,2</position>
|
---|
631 | <state type="off">
|
---|
632 | <imagetype name="dnon">
|
---|
633 | <area>0,0,12,18</area>
|
---|
634 | <filename>lb-rtarrow-reg.png</filename>
|
---|
635 | </imagetype>
|
---|
636 | </state>
|
---|
637 | <state type="full">
|
---|
638 | <imagetype name="dnoff">
|
---|
639 | <area>0,0,12,18</area>
|
---|
640 | <filename>lb-rtarrow-sel.png</filename>
|
---|
641 | </imagetype>
|
---|
642 | </state>
|
---|
643 | </statetype>
|
---|
644 | <statetype name="upscrollarrow">
|
---|
645 | <position>206,22</position>
|
---|
646 | <state type="off">
|
---|
647 | <imagetype name="upon">
|
---|
648 | <area>0,0,12,18</area>
|
---|
649 | <filename>lb-ltarrow-reg.png</filename>
|
---|
650 | </imagetype>
|
---|
651 | </state>
|
---|
652 | <state type="full">
|
---|
653 | <imagetype name="upoff">
|
---|
654 | <area>0,0,12,18</area>
|
---|
655 | <filename>lb-ltarrow-sel.png</filename>
|
---|
656 | </imagetype>
|
---|
657 | </state>
|
---|
658 | </statetype>
|
---|
659 | </buttonlist>
|
---|
660 |
|
---|
661 | <!-- Base definition of a list in wide 'selector' configuration -->
|
---|
662 | <buttonlist name="basewideselector" from="baseselector">
|
---|
663 | <area>0,0,596,44</area>
|
---|
664 | <buttonarea>0,0,576,44</buttonarea>
|
---|
665 | <statetype name="buttonitem">
|
---|
666 | <state name="active">
|
---|
667 | <area>0,0,576,44</area>
|
---|
668 | <textarea name="buttontext">
|
---|
669 | <area>5,2,566,40</area>
|
---|
670 | <align>allcenter</align>
|
---|
671 | </textarea>
|
---|
672 | </state>
|
---|
673 | <state name="selectedactive" from="active">
|
---|
674 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
675 | </state>
|
---|
676 | <state name="selectedinactive" from="active" />
|
---|
677 | </statetype>
|
---|
678 | <statetype name="downscrollarrow">
|
---|
679 | <position>580,2</position>
|
---|
680 | </statetype>
|
---|
681 | <statetype name="upscrollarrow">
|
---|
682 | <position>580,22</position>
|
---|
683 | </statetype>
|
---|
684 | </buttonlist>
|
---|
685 |
|
---|
686 |
|
---|
687 | <!-- Use when text is long (JM) -->
|
---|
688 | <buttonlist name="baseverywideselector" from="baseselector">
|
---|
689 | <area>0,0,646,44</area>
|
---|
690 | <buttonarea>0,0,626,44</buttonarea>
|
---|
691 | <statetype name="buttonitem">
|
---|
692 | <state name="active">
|
---|
693 | <area>0,0,626,44</area>
|
---|
694 | <textarea name="buttontext">
|
---|
695 | <area>5,2,616,40</area>
|
---|
696 | <align>allcenter</align>
|
---|
697 | </textarea>
|
---|
698 | </state>
|
---|
699 | <state name="selectedactive" from="active">
|
---|
700 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
701 | </state>
|
---|
702 | <state name="selectedinactive" from="active" />
|
---|
703 | </statetype>
|
---|
704 | <statetype name="downscrollarrow">
|
---|
705 | <position>630,2</position>
|
---|
706 | </statetype>
|
---|
707 | <statetype name="upscrollarrow">
|
---|
708 | <position>630,22</position>
|
---|
709 | </statetype>
|
---|
710 | </buttonlist>
|
---|
711 |
|
---|
712 | <!-- Base definition of a textarea -->
|
---|
713 | <textarea name="basetextarea">
|
---|
714 | <area>0,0,0,0</area>
|
---|
715 | <font>basesmall</font>
|
---|
716 | <multiline>no</multiline>
|
---|
717 | <align>left</align>
|
---|
718 | </textarea>
|
---|
719 |
|
---|
720 | <!-- Base definition of a textedit -->
|
---|
721 | <textedit name="basetextedit">
|
---|
722 | <area>0,0,376,50</area>
|
---|
723 | <statetype name="background">
|
---|
724 | <state name="active">
|
---|
725 | <area>0,0,376,50</area>
|
---|
726 | <shape name="background" from="basewidgetshape" />
|
---|
727 | <shape name="textbackground">
|
---|
728 | <area>10,10,356,30</area>
|
---|
729 | <type>roundbox</type>
|
---|
730 | <cornerradius>4</cornerradius>
|
---|
731 | <fill color="#FFFFFF" alpha="200" />
|
---|
732 | </shape>
|
---|
733 | </state>
|
---|
734 | <state name="selected" from="active">
|
---|
735 | <shape name="background" from="baseselectedwidgetshape" />
|
---|
736 | <shape name="textbackground">
|
---|
737 | <fill color="#FFFFFF" alpha="255" />
|
---|
738 | </shape>
|
---|
739 | </state>
|
---|
740 | <state name="inactive" from="active" />
|
---|
741 | </statetype>
|
---|
742 | <imagetype name="cursor">
|
---|
743 | <filename>cursor.png</filename>
|
---|
744 | </imagetype>
|
---|
745 | <textarea name="text">
|
---|
746 | <area>12,12,352,26</area>
|
---|
747 | <font>basesmall_textedit</font>
|
---|
748 | </textarea>
|
---|
749 | </textedit>
|
---|
750 |
|
---|
751 | <!-- Base definition of a progressbar -->
|
---|
752 | <progressbar name="baseprogressbar">
|
---|
753 | <area>0,0,536,38</area>
|
---|
754 | <layout>horizontal</layout>
|
---|
755 | <style>reveal</style>
|
---|
756 | <imagetype name="background">
|
---|
757 | <area>0,0,100%,100%</area>
|
---|
758 | <filename>progressbar_background.png</filename>
|
---|
759 | </imagetype>
|
---|
760 | <imagetype name="progressimage">
|
---|
761 | <area>0,0,100%,100%</area>
|
---|
762 | <filename>progressbar_fill.png</filename>
|
---|
763 | </imagetype>
|
---|
764 | </progressbar>
|
---|
765 |
|
---|
766 | <!-- Base definition of a shape used as a background on many screens -->
|
---|
767 | <shape name="basebackground">
|
---|
768 | <area>0,0,0,0</area>
|
---|
769 | <type>roundbox</type>
|
---|
770 | <fill color="#0c58a7" alpha="120" />
|
---|
771 | <line color="#FFFFFF" alpha="255" width="2" />
|
---|
772 | <cornerradius>12</cornerradius>
|
---|
773 | </shape>
|
---|
774 |
|
---|
775 | <!-- Popup Dialogue Box -->
|
---|
776 | <window name="MythPopupBox">
|
---|
777 | <area>-1,-1,500,500</area>
|
---|
778 | <imagetype name="backimg">
|
---|
779 | <filename>mythdialogbox-background.png</filename>
|
---|
780 | </imagetype>
|
---|
781 |
|
---|
782 | <textarea name="messagearea" from="basetextarea">
|
---|
783 | <area>12,14,470,210</area>
|
---|
784 | <multiline>yes</multiline>
|
---|
785 | <align>allcenter</align>
|
---|
786 | </textarea>
|
---|
787 |
|
---|
788 | <buttonlist name="list" from="basebuttonlist">
|
---|
789 | <area>12,224,470,250</area>
|
---|
790 | <drawfrombottom>yes</drawfrombottom>
|
---|
791 | <showarrow>no</showarrow>
|
---|
792 | <wrapstyle>selection</wrapstyle>
|
---|
793 | <statetype name="buttonitem">
|
---|
794 | <state name="active">
|
---|
795 | <textarea name="buttontext">
|
---|
796 | <area>0,0,100%,30</area>
|
---|
797 | <align>allcenter</align>
|
---|
798 | </textarea>
|
---|
799 | </state>
|
---|
800 | <state name="selectedinactive">
|
---|
801 | <textarea name="buttontext">
|
---|
802 | <area>0,0,100%,30</area>
|
---|
803 | <align>allcenter</align>
|
---|
804 | </textarea>
|
---|
805 | </state>
|
---|
806 | <state name="selectedactive">
|
---|
807 | <textarea name="buttontext">
|
---|
808 | <area>0,0,100%,30</area>
|
---|
809 | <align>allcenter</align>
|
---|
810 | </textarea>
|
---|
811 | </state>
|
---|
812 | </statetype>
|
---|
813 | </buttonlist>
|
---|
814 | </window>
|
---|
815 |
|
---|
816 | <!-- Fullscreen Dialogue Box -->
|
---|
817 | <window name="MythDialogBox">
|
---|
818 |
|
---|
819 | <shape name="background" from="basebackground">
|
---|
820 | <area>10,10,1260,700</area>
|
---|
821 | <fill color="#0e58a7" alpha="255" />
|
---|
822 | </shape>
|
---|
823 |
|
---|
824 | <textarea name="title" from="basetextarea">
|
---|
825 | <area>20,14,1260,50</area>
|
---|
826 | <font>baselarge</font>
|
---|
827 | <align>allcenter</align>
|
---|
828 | </textarea>
|
---|
829 |
|
---|
830 | <textarea name="messagearea" from="basetextarea">
|
---|
831 | <area>100,100,1080,210</area>
|
---|
832 | <multiline>yes</multiline>
|
---|
833 | <font>basemedium</font>
|
---|
834 | <align>allcenter</align>
|
---|
835 | </textarea>
|
---|
836 |
|
---|
837 | <buttonlist name="list" from="basebuttonlist">
|
---|
838 | <area>100,320,1080,350</area>
|
---|
839 | <drawfrombottom>yes</drawfrombottom>
|
---|
840 | <showarrow>no</showarrow>
|
---|
841 | <wrapstyle>selection</wrapstyle>
|
---|
842 | <statetype name="buttonitem">
|
---|
843 | <state name="active">
|
---|
844 | <textarea name="buttontext">
|
---|
845 | <area>0,0,100%,30</area>
|
---|
846 | <align>allcenter</align>
|
---|
847 | </textarea>
|
---|
848 | </state>
|
---|
849 | <state name="selectedinactive">
|
---|
850 | <textarea name="buttontext">
|
---|
851 | <area>0,0,100%,30</area>
|
---|
852 | <align>allcenter</align>
|
---|
853 | </textarea>
|
---|
854 | </state>
|
---|
855 | <state name="selectedactive">
|
---|
856 | <textarea name="buttontext">
|
---|
857 | <area>0,0,100%,30</area>
|
---|
858 | <align>allcenter</align>
|
---|
859 | </textarea>
|
---|
860 | </state>
|
---|
861 | </statetype>
|
---|
862 | </buttonlist>
|
---|
863 | </window>
|
---|
864 |
|
---|
865 | <window name="MythBusyDialog">
|
---|
866 | <area>-1,-1,588,170</area>
|
---|
867 | <imagetype name="backimg">
|
---|
868 | <area>0,0,587,170</area>
|
---|
869 | <filename>mythprogressdialog-background.png</filename>
|
---|
870 | </imagetype>
|
---|
871 | <imagetype name="animation">
|
---|
872 | <area>40,40,105,105</area>
|
---|
873 | <filepattern low="0" high="24">busyimages/%1.png</filepattern>
|
---|
874 | <delay>250</delay>
|
---|
875 | </imagetype>
|
---|
876 | <textarea name="message" from="basetextarea">
|
---|
877 | <area>170,20,390,126</area>
|
---|
878 | <align>allcenter</align>
|
---|
879 | </textarea>
|
---|
880 | </window>
|
---|
881 |
|
---|
882 | <window name="MythProgressDialog">
|
---|
883 | <area>-1,-1,588,170</area>
|
---|
884 | <imagetype name="backimg">
|
---|
885 | <area>0,0,587,170</area>
|
---|
886 | <filename>mythprogressdialog-background.png</filename>
|
---|
887 | </imagetype>
|
---|
888 | <textarea name="message" from="basetextarea">
|
---|
889 | <area>20,20,548,60</area>
|
---|
890 | <multiline>yes</multiline>
|
---|
891 | <align>allcenter</align>
|
---|
892 | </textarea>
|
---|
893 | <progressbar name="progressbar" from="baseprogressbar">
|
---|
894 | <position>22,80</position>
|
---|
895 | </progressbar>
|
---|
896 | <textarea name="progresstext" from="basetextarea">
|
---|
897 | <area>30,130,200,30</area>
|
---|
898 | <align>left,top</align>
|
---|
899 | <value>0%</value>
|
---|
900 | </textarea>
|
---|
901 | </window>
|
---|
902 |
|
---|
903 | <window name="MythConfirmationDialog">
|
---|
904 | <area>-1,-1,588,170</area>
|
---|
905 |
|
---|
906 | <imagetype name="backimg">
|
---|
907 | <area>0,0,587,170</area>
|
---|
908 | <filename>mythprogressdialog-background.png</filename>
|
---|
909 | </imagetype>
|
---|
910 |
|
---|
911 | <textarea name="message" from="basetextarea">
|
---|
912 | <area>14,14,560,90</area>
|
---|
913 | <align>allcenter</align>
|
---|
914 | <multiline>yes</multiline>
|
---|
915 | <cutdown>no</cutdown>
|
---|
916 | </textarea>
|
---|
917 |
|
---|
918 | <button name="cancel" from="basebutton">
|
---|
919 | <position>90,110</position>
|
---|
920 | <value>Cancel</value>
|
---|
921 | </button>
|
---|
922 |
|
---|
923 | <button name="ok" from="basebutton">
|
---|
924 | <position>338,110</position>
|
---|
925 | <value>Ok</value>
|
---|
926 | </button>
|
---|
927 | </window>
|
---|
928 |
|
---|
929 | <window name="MythTextInputDialog">
|
---|
930 | <area>-1,-1,588,170</area>
|
---|
931 |
|
---|
932 | <imagetype name="backimg">
|
---|
933 | <area>0,0,587,170</area>
|
---|
934 | <filename>mythprogressdialog-background.png</filename>
|
---|
935 | </imagetype>
|
---|
936 |
|
---|
937 | <textarea name="message" from="basetextarea">
|
---|
938 | <area>20,20,548,30</area>
|
---|
939 | <align>allcenter</align>
|
---|
940 | </textarea>
|
---|
941 |
|
---|
942 | <textedit name="input" from="basetextedit">
|
---|
943 | <position>102,50</position>
|
---|
944 | </textedit>
|
---|
945 |
|
---|
946 | <button name="ok" from="basebutton">
|
---|
947 | <position>110,110</position>
|
---|
948 | <value>Ok</value>
|
---|
949 | </button>
|
---|
950 | </window>
|
---|
951 |
|
---|
952 | <window name="MythSearchDialog">
|
---|
953 | <area>-1,-1,500,500</area>
|
---|
954 | <imagetype name="backimg">
|
---|
955 | <area>0,0,500,500</area>
|
---|
956 | <filename>mythdialogbox-background.png</filename>
|
---|
957 | </imagetype>
|
---|
958 |
|
---|
959 | <textarea name="title" from="basetextarea">
|
---|
960 | <area>12,20,470,60</area>
|
---|
961 | <multiline>yes</multiline>
|
---|
962 | <align>allcenter</align>
|
---|
963 | </textarea>
|
---|
964 |
|
---|
965 | <textedit name="input" from="basetextedit">
|
---|
966 | <position>58,84</position>
|
---|
967 | </textedit>
|
---|
968 |
|
---|
969 | <buttonlist name="itemlist" from="basebuttonlist">
|
---|
970 | <area>12,150,470,270</area>
|
---|
971 | <showarrow>no</showarrow>
|
---|
972 | <statetype name="buttonitem">
|
---|
973 | <state name="active">
|
---|
974 | <textarea name="buttontext">
|
---|
975 | <area>4,0,460,30</area>
|
---|
976 | </textarea>
|
---|
977 | </state>
|
---|
978 | <state name="selectedinactive">
|
---|
979 | <textarea name="buttontext">
|
---|
980 | <area>4,0,460,30</area>
|
---|
981 | </textarea>
|
---|
982 | </state>
|
---|
983 | <state name="selectedactive">
|
---|
984 | <textarea name="buttontext">
|
---|
985 | <area>4,0,460,30</area>
|
---|
986 | </textarea>
|
---|
987 | </state>
|
---|
988 | </statetype>
|
---|
989 | </buttonlist>
|
---|
990 |
|
---|
991 | <button name="cancel" from="basebutton">
|
---|
992 | <position>30,436</position>
|
---|
993 | <value>Cancel</value>
|
---|
994 | </button>
|
---|
995 |
|
---|
996 | <button name="ok" from="basebutton">
|
---|
997 | <position>316,436</position>
|
---|
998 | <value>Ok</value>
|
---|
999 | </button>
|
---|
1000 |
|
---|
1001 | </window>
|
---|
1002 |
|
---|
1003 | <window name="MythFileBrowser">
|
---|
1004 | <area>-1,-1,730,510</area>
|
---|
1005 | <imagetype name="backimg">
|
---|
1006 | <filename>mythfilebrowser-background.png</filename>
|
---|
1007 | </imagetype>
|
---|
1008 |
|
---|
1009 | <textedit name="location" from="basetextedit">
|
---|
1010 | <position>40,14</position>
|
---|
1011 | </textedit>
|
---|
1012 |
|
---|
1013 | <buttonlist name="filelist">
|
---|
1014 | <area>4,70,500,440</area>
|
---|
1015 | <layout>grid</layout>
|
---|
1016 | <buttonarea>0,0,500,430</buttonarea>
|
---|
1017 | <statetype name="buttonitem">
|
---|
1018 | <state name="active">
|
---|
1019 | <area>0,0,166,106</area>
|
---|
1020 | <imagetype name="buttonbackground" />
|
---|
1021 | <statetype name="nodetype">
|
---|
1022 | <state name="folder">
|
---|
1023 | <imagetype name="icon">
|
---|
1024 | <area>6,4,150,74</area>
|
---|
1025 | <filename>shared/directory.png</filename>
|
---|
1026 | <preserveaspect>yes</preserveaspect>
|
---|
1027 | </imagetype>
|
---|
1028 | </state>
|
---|
1029 | <state name="upfolder" from="folder">
|
---|
1030 | <imagetype name="icon">
|
---|
1031 | <filename>shared/updirectory.png</filename>
|
---|
1032 | </imagetype>
|
---|
1033 | </state>
|
---|
1034 | <state name="executable" from="folder">
|
---|
1035 | <imagetype name="icon">
|
---|
1036 | <filename>shared/executable.png</filename>
|
---|
1037 | </imagetype>
|
---|
1038 | </state>
|
---|
1039 | <state name="file" from="folder">
|
---|
1040 | <imagetype name="icon">
|
---|
1041 | <filename>shared/file.png</filename>
|
---|
1042 | </imagetype>
|
---|
1043 | </state>
|
---|
1044 | </statetype>
|
---|
1045 | <imagetype name="buttonimage">
|
---|
1046 | <area>4,4,150,74</area>
|
---|
1047 | <preserveaspect>true</preserveaspect>
|
---|
1048 | </imagetype>
|
---|
1049 | <textarea name="buttontext" from="basetextarea">
|
---|
1050 | <area>2,80,160,26</area>
|
---|
1051 | <align>allcenter</align>
|
---|
1052 | </textarea>
|
---|
1053 | </state>
|
---|
1054 | <state name="selectedinactive" from="active" />
|
---|
1055 | <state name="selectedactive" from="active">
|
---|
1056 | <imagetype name="buttonbackground">
|
---|
1057 | <area>0,0,166,106</area>
|
---|
1058 | <gradient start="#999999" end="#666666" alpha="220" />
|
---|
1059 | </imagetype>
|
---|
1060 | </state>
|
---|
1061 | </statetype>
|
---|
1062 | </buttonlist>
|
---|
1063 |
|
---|
1064 | <imagetype name="preview">
|
---|
1065 | <area>510,126,200,230</area>
|
---|
1066 | <preserveaspect>true</preserveaspect>
|
---|
1067 | </imagetype>
|
---|
1068 |
|
---|
1069 | <textarea name="info" from="basetextarea">
|
---|
1070 | <area>520,356,180,26</area>
|
---|
1071 | <align>allcenter</align>
|
---|
1072 | </textarea>
|
---|
1073 |
|
---|
1074 | <button name="back" from="basebutton">
|
---|
1075 | <position>530,16</position>
|
---|
1076 | <value>Up Level</value>
|
---|
1077 | </button>
|
---|
1078 |
|
---|
1079 | <button name="home" from="basebutton">
|
---|
1080 | <position>530,70</position>
|
---|
1081 | <value>Home</value>
|
---|
1082 | </button>
|
---|
1083 |
|
---|
1084 | <button name="cancel" from="basebutton">
|
---|
1085 | <position>530,386</position>
|
---|
1086 | <value>Cancel</value>
|
---|
1087 | </button>
|
---|
1088 |
|
---|
1089 | <button name="ok" from="basebutton">
|
---|
1090 | <position>530,440</position>
|
---|
1091 | <value>Ok</value>
|
---|
1092 | </button>
|
---|
1093 |
|
---|
1094 | </window>
|
---|
1095 |
|
---|
1096 | <window name="videowindow">
|
---|
1097 |
|
---|
1098 | <shape name="shape1">
|
---|
1099 | <area>0,0,1280,720</area>
|
---|
1100 | <type>box</type>
|
---|
1101 | <fill color="#000000" alpha="255" />
|
---|
1102 | </shape>
|
---|
1103 |
|
---|
1104 | <textarea name="title" from="basetextarea">
|
---|
1105 | <area>500,336,280,50</area>
|
---|
1106 | <font>baselarge</font>
|
---|
1107 | <align>allcenter</align>
|
---|
1108 | <value>Please Wait....</value>
|
---|
1109 | </textarea>
|
---|
1110 |
|
---|
1111 | </window>
|
---|
1112 |
|
---|
1113 | <window name="backgroundwindow">
|
---|
1114 | <imagetype name="backimg">
|
---|
1115 | <filename>ui/background.png</filename>
|
---|
1116 | </imagetype>
|
---|
1117 |
|
---|
1118 | <font name="medium" face="Liberation Sans">
|
---|
1119 | <color>#FFFFFF</color>
|
---|
1120 | <pixelsize>26</pixelsize>
|
---|
1121 | <bold>yes</bold>
|
---|
1122 | </font>
|
---|
1123 |
|
---|
1124 | <font name="large" face="Liberation Sans">
|
---|
1125 | <color>#FFFFFF</color>
|
---|
1126 | <pixelsize>28</pixelsize>
|
---|
1127 | <bold>yes</bold>
|
---|
1128 | </font>
|
---|
1129 |
|
---|
1130 | <font name="clock" face="Liberation Sans">
|
---|
1131 | <color>#FFFFFF</color>
|
---|
1132 | <pixelsize>26</pixelsize>
|
---|
1133 | <bold>yes</bold>
|
---|
1134 | </font>
|
---|
1135 | </window>
|
---|
1136 |
|
---|
1137 | </mythuitheme>
|
---|