source: trunk/tools/qvfb/config.ui@ 729

Last change on this file since 729 was 651, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.2 sources.

File size: 72.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>*********************************************************************
4**
5** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6** All rights reserved.
7** Contact: Nokia Corporation ([email protected])
8**
9** This file is part of the tools applications of the Qt Toolkit.
10**
11** $QT_BEGIN_LICENSE:LGPL$
12** Commercial Usage
13** Licensees holding valid Qt Commercial licenses may use this file in
14** accordance with the Qt Commercial License Agreement provided with the
15** Software or, alternatively, in accordance with the terms contained in
16** a written agreement between you and Nokia.
17**
18** GNU Lesser General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU Lesser
20** General Public License version 2.1 as published by the Free Software
21** Foundation and appearing in the file LICENSE.LGPL included in the
22** packaging of this file. Please review the following information to
23** ensure the GNU Lesser General Public License version 2.1 requirements
24** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
25**
26** In addition, as a special exception, Nokia gives you certain additional
27** rights. These rights are described in the Nokia Qt LGPL Exception
28** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
38** If you have questions regarding the use of this file, please contact
39** Nokia at [email protected].
40** $QT_END_LICENSE$
41**
42*********************************************************************</comment>
43 <class>Config</class>
44 <widget class="QDialog" name="Config">
45 <property name="geometry">
46 <rect>
47 <x>0</x>
48 <y>0</y>
49 <width>600</width>
50 <height>690</height>
51 </rect>
52 </property>
53 <property name="windowTitle">
54 <string>Configure</string>
55 </property>
56 <property name="sizeGripEnabled">
57 <bool>true</bool>
58 </property>
59 <layout class="QVBoxLayout">
60 <property name="spacing">
61 <number>6</number>
62 </property>
63 <property name="margin">
64 <number>8</number>
65 </property>
66 <item>
67 <layout class="QHBoxLayout">
68 <property name="spacing">
69 <number>6</number>
70 </property>
71 <property name="margin">
72 <number>0</number>
73 </property>
74 <item>
75 <widget class="QGroupBox" name="ButtonGroup1">
76 <property name="sizePolicy">
77 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
80 </sizepolicy>
81 </property>
82 <property name="title">
83 <string>Size</string>
84 </property>
85 <layout class="QVBoxLayout">
86 <property name="spacing">
87 <number>6</number>
88 </property>
89 <property name="margin">
90 <number>11</number>
91 </property>
92 <item>
93 <widget class="QRadioButton" name="size_176_220">
94 <property name="text">
95 <string>176x220 &quot;SmartPhone&quot;</string>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QRadioButton" name="size_240_320">
101 <property name="text">
102 <string>240x320 &quot;PDA&quot;</string>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <widget class="QRadioButton" name="size_320_240">
108 <property name="text">
109 <string>320x240 &quot;TV&quot; / &quot;QVGA&quot;</string>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QRadioButton" name="size_640_480">
115 <property name="text">
116 <string>640x480 &quot;VGA&quot;</string>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <widget class="QRadioButton" name="size_800_480">
122 <property name="text">
123 <string>800x480</string>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <widget class="QRadioButton" name="size_800_600">
129 <property name="text">
130 <string>800x600</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <widget class="QRadioButton" name="size_1024_768">
136 <property name="text">
137 <string>1024x768</string>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <layout class="QHBoxLayout">
143 <property name="spacing">
144 <number>6</number>
145 </property>
146 <property name="margin">
147 <number>0</number>
148 </property>
149 <item>
150 <widget class="QRadioButton" name="size_custom">
151 <property name="sizePolicy">
152 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
153 <horstretch>0</horstretch>
154 <verstretch>0</verstretch>
155 </sizepolicy>
156 </property>
157 <property name="text">
158 <string>Custom</string>
159 </property>
160 </widget>
161 </item>
162 <item>
163 <widget class="QSpinBox" name="size_width">
164 <property name="minimum">
165 <number>1</number>
166 </property>
167 <property name="maximum">
168 <number>1280</number>
169 </property>
170 <property name="singleStep">
171 <number>16</number>
172 </property>
173 <property name="value">
174 <number>400</number>
175 </property>
176 </widget>
177 </item>
178 <item>
179 <widget class="QSpinBox" name="size_height">
180 <property name="minimum">
181 <number>1</number>
182 </property>
183 <property name="maximum">
184 <number>1024</number>
185 </property>
186 <property name="singleStep">
187 <number>16</number>
188 </property>
189 <property name="value">
190 <number>300</number>
191 </property>
192 </widget>
193 </item>
194 </layout>
195 </item>
196 </layout>
197 </widget>
198 </item>
199 <item>
200 <widget class="QGroupBox" name="ButtonGroup2">
201 <property name="title">
202 <string>Depth</string>
203 </property>
204 <layout class="QVBoxLayout" name="verticalLayout">
205 <item>
206 <widget class="QRadioButton" name="depth_1">
207 <property name="text">
208 <string>1 bit monochrome</string>
209 </property>
210 </widget>
211 </item>
212 <item>
213 <widget class="QRadioButton" name="depth_2gray">
214 <property name="text">
215 <string>2 bit grayscale</string>
216 </property>
217 </widget>
218 </item>
219 <item>
220 <widget class="QRadioButton" name="depth_4gray">
221 <property name="text">
222 <string>4 bit grayscale</string>
223 </property>
224 </widget>
225 </item>
226 <item>
227 <widget class="QRadioButton" name="depth_8">
228 <property name="text">
229 <string>8 bit</string>
230 </property>
231 </widget>
232 </item>
233 <item>
234 <widget class="QRadioButton" name="depth_12">
235 <property name="text">
236 <string>12 (16) bit</string>
237 </property>
238 </widget>
239 </item>
240 <item>
241 <widget class="QRadioButton" name="depth_15">
242 <property name="text">
243 <string>15 bit</string>
244 </property>
245 </widget>
246 </item>
247 <item>
248 <widget class="QRadioButton" name="depth_16">
249 <property name="text">
250 <string>16 bit</string>
251 </property>
252 </widget>
253 </item>
254 <item>
255 <widget class="QRadioButton" name="depth_18">
256 <property name="text">
257 <string>18 bit</string>
258 </property>
259 </widget>
260 </item>
261 <item>
262 <widget class="QRadioButton" name="depth_24">
263 <property name="text">
264 <string>24 bit</string>
265 </property>
266 </widget>
267 </item>
268 <item>
269 <widget class="QRadioButton" name="depth_32">
270 <property name="text">
271 <string>32 bit</string>
272 </property>
273 </widget>
274 </item>
275 <item>
276 <widget class="QRadioButton" name="depth_32_argb">
277 <property name="text">
278 <string>32 bit ARGB</string>
279 </property>
280 </widget>
281 </item>
282 <item>
283 <widget class="QCheckBox" name="rgbSwapped">
284 <property name="toolTip">
285 <string>Swap red and blue channels</string>
286 </property>
287 <property name="text">
288 <string>BGR format</string>
289 </property>
290 </widget>
291 </item>
292 </layout>
293 </widget>
294 </item>
295 </layout>
296 </item>
297 <item>
298 <layout class="QHBoxLayout">
299 <property name="spacing">
300 <number>6</number>
301 </property>
302 <property name="margin">
303 <number>0</number>
304 </property>
305 <item>
306 <widget class="QLabel" name="TextLabel1_3">
307 <property name="text">
308 <string>Skin</string>
309 </property>
310 </widget>
311 </item>
312 <item>
313 <widget class="QComboBox" name="skin">
314 <property name="sizePolicy">
315 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
316 <horstretch>0</horstretch>
317 <verstretch>0</verstretch>
318 </sizepolicy>
319 </property>
320 <item>
321 <property name="text">
322 <string>None</string>
323 </property>
324 </item>
325 </widget>
326 </item>
327 </layout>
328 </item>
329 <item>
330 <widget class="QCheckBox" name="touchScreen">
331 <property name="text">
332 <string>Emulate touch screen (no mouse move)</string>
333 </property>
334 </widget>
335 </item>
336 <item>
337 <widget class="QCheckBox" name="lcdScreen">
338 <property name="text">
339 <string>Emulate LCD screen (Only with fixed zoom of 3.0 times magnification)</string>
340 </property>
341 </widget>
342 </item>
343 <item>
344 <spacer>
345 <property name="orientation">
346 <enum>Qt::Vertical</enum>
347 </property>
348 <property name="sizeHint" stdset="0">
349 <size>
350 <width>20</width>
351 <height>10</height>
352 </size>
353 </property>
354 </spacer>
355 </item>
356 <item>
357 <widget class="QLabel" name="TextLabel1">
358 <property name="sizePolicy">
359 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
360 <horstretch>0</horstretch>
361 <verstretch>0</verstretch>
362 </sizepolicy>
363 </property>
364 <property name="text">
365 <string>&lt;p&gt;Note that any applications using the virtual framebuffer will be terminated if you change the Size or Depth &lt;i&gt;above&lt;/i&gt;. You may freely modify the Gamma &lt;i&gt;below&lt;/i&gt;.</string>
366 </property>
367 <property name="wordWrap">
368 <bool>true</bool>
369 </property>
370 </widget>
371 </item>
372 <item>
373 <widget class="QGroupBox" name="GroupBox1">
374 <property name="title">
375 <string>Gamma</string>
376 </property>
377 <layout class="QGridLayout">
378 <property name="margin">
379 <number>11</number>
380 </property>
381 <property name="spacing">
382 <number>6</number>
383 </property>
384 <item row="6" column="0">
385 <widget class="QLabel" name="TextLabel3">
386 <property name="text">
387 <string>Blue</string>
388 </property>
389 </widget>
390 </item>
391 <item row="6" column="1">
392 <widget class="QSlider" name="bslider">
393 <property name="palette">
394 <palette>
395 <active>
396 <colorrole role="WindowText">
397 <brush brushstyle="SolidPattern">
398 <color alpha="255">
399 <red>128</red>
400 <green>128</green>
401 <blue>128</blue>
402 </color>
403 </brush>
404 </colorrole>
405 <colorrole role="Button">
406 <brush brushstyle="SolidPattern">
407 <color alpha="255">
408 <red>0</red>
409 <green>0</green>
410 <blue>255</blue>
411 </color>
412 </brush>
413 </colorrole>
414 <colorrole role="Light">
415 <brush brushstyle="SolidPattern">
416 <color alpha="255">
417 <red>127</red>
418 <green>127</green>
419 <blue>255</blue>
420 </color>
421 </brush>
422 </colorrole>
423 <colorrole role="Midlight">
424 <brush brushstyle="SolidPattern">
425 <color alpha="255">
426 <red>38</red>
427 <green>38</green>
428 <blue>255</blue>
429 </color>
430 </brush>
431 </colorrole>
432 <colorrole role="Dark">
433 <brush brushstyle="SolidPattern">
434 <color alpha="255">
435 <red>0</red>
436 <green>0</green>
437 <blue>127</blue>
438 </color>
439 </brush>
440 </colorrole>
441 <colorrole role="Mid">
442 <brush brushstyle="SolidPattern">
443 <color alpha="255">
444 <red>0</red>
445 <green>0</green>
446 <blue>170</blue>
447 </color>
448 </brush>
449 </colorrole>
450 <colorrole role="Text">
451 <brush brushstyle="SolidPattern">
452 <color alpha="255">
453 <red>0</red>
454 <green>0</green>
455 <blue>0</blue>
456 </color>
457 </brush>
458 </colorrole>
459 <colorrole role="BrightText">
460 <brush brushstyle="SolidPattern">
461 <color alpha="255">
462 <red>255</red>
463 <green>255</green>
464 <blue>255</blue>
465 </color>
466 </brush>
467 </colorrole>
468 <colorrole role="ButtonText">
469 <brush brushstyle="SolidPattern">
470 <color alpha="255">
471 <red>128</red>
472 <green>128</green>
473 <blue>128</blue>
474 </color>
475 </brush>
476 </colorrole>
477 <colorrole role="Base">
478 <brush brushstyle="SolidPattern">
479 <color alpha="255">
480 <red>255</red>
481 <green>255</green>
482 <blue>255</blue>
483 </color>
484 </brush>
485 </colorrole>
486 <colorrole role="Window">
487 <brush brushstyle="SolidPattern">
488 <color alpha="255">
489 <red>220</red>
490 <green>220</green>
491 <blue>220</blue>
492 </color>
493 </brush>
494 </colorrole>
495 <colorrole role="Shadow">
496 <brush brushstyle="SolidPattern">
497 <color alpha="255">
498 <red>0</red>
499 <green>0</green>
500 <blue>0</blue>
501 </color>
502 </brush>
503 </colorrole>
504 <colorrole role="Highlight">
505 <brush brushstyle="SolidPattern">
506 <color alpha="255">
507 <red>10</red>
508 <green>95</green>
509 <blue>137</blue>
510 </color>
511 </brush>
512 </colorrole>
513 <colorrole role="HighlightedText">
514 <brush brushstyle="SolidPattern">
515 <color alpha="255">
516 <red>255</red>
517 <green>255</green>
518 <blue>255</blue>
519 </color>
520 </brush>
521 </colorrole>
522 <colorrole role="Link">
523 <brush brushstyle="SolidPattern">
524 <color alpha="255">
525 <red>0</red>
526 <green>0</green>
527 <blue>0</blue>
528 </color>
529 </brush>
530 </colorrole>
531 <colorrole role="LinkVisited">
532 <brush brushstyle="SolidPattern">
533 <color alpha="255">
534 <red>0</red>
535 <green>0</green>
536 <blue>0</blue>
537 </color>
538 </brush>
539 </colorrole>
540 <colorrole role="AlternateBase">
541 <brush brushstyle="SolidPattern">
542 <color alpha="255">
543 <red>232</red>
544 <green>232</green>
545 <blue>232</blue>
546 </color>
547 </brush>
548 </colorrole>
549 </active>
550 <inactive>
551 <colorrole role="WindowText">
552 <brush brushstyle="SolidPattern">
553 <color alpha="255">
554 <red>128</red>
555 <green>128</green>
556 <blue>128</blue>
557 </color>
558 </brush>
559 </colorrole>
560 <colorrole role="Button">
561 <brush brushstyle="SolidPattern">
562 <color alpha="255">
563 <red>0</red>
564 <green>0</green>
565 <blue>255</blue>
566 </color>
567 </brush>
568 </colorrole>
569 <colorrole role="Light">
570 <brush brushstyle="SolidPattern">
571 <color alpha="255">
572 <red>127</red>
573 <green>127</green>
574 <blue>255</blue>
575 </color>
576 </brush>
577 </colorrole>
578 <colorrole role="Midlight">
579 <brush brushstyle="SolidPattern">
580 <color alpha="255">
581 <red>38</red>
582 <green>38</green>
583 <blue>255</blue>
584 </color>
585 </brush>
586 </colorrole>
587 <colorrole role="Dark">
588 <brush brushstyle="SolidPattern">
589 <color alpha="255">
590 <red>0</red>
591 <green>0</green>
592 <blue>127</blue>
593 </color>
594 </brush>
595 </colorrole>
596 <colorrole role="Mid">
597 <brush brushstyle="SolidPattern">
598 <color alpha="255">
599 <red>0</red>
600 <green>0</green>
601 <blue>170</blue>
602 </color>
603 </brush>
604 </colorrole>
605 <colorrole role="Text">
606 <brush brushstyle="SolidPattern">
607 <color alpha="255">
608 <red>0</red>
609 <green>0</green>
610 <blue>0</blue>
611 </color>
612 </brush>
613 </colorrole>
614 <colorrole role="BrightText">
615 <brush brushstyle="SolidPattern">
616 <color alpha="255">
617 <red>255</red>
618 <green>255</green>
619 <blue>255</blue>
620 </color>
621 </brush>
622 </colorrole>
623 <colorrole role="ButtonText">
624 <brush brushstyle="SolidPattern">
625 <color alpha="255">
626 <red>128</red>
627 <green>128</green>
628 <blue>128</blue>
629 </color>
630 </brush>
631 </colorrole>
632 <colorrole role="Base">
633 <brush brushstyle="SolidPattern">
634 <color alpha="255">
635 <red>255</red>
636 <green>255</green>
637 <blue>255</blue>
638 </color>
639 </brush>
640 </colorrole>
641 <colorrole role="Window">
642 <brush brushstyle="SolidPattern">
643 <color alpha="255">
644 <red>220</red>
645 <green>220</green>
646 <blue>220</blue>
647 </color>
648 </brush>
649 </colorrole>
650 <colorrole role="Shadow">
651 <brush brushstyle="SolidPattern">
652 <color alpha="255">
653 <red>0</red>
654 <green>0</green>
655 <blue>0</blue>
656 </color>
657 </brush>
658 </colorrole>
659 <colorrole role="Highlight">
660 <brush brushstyle="SolidPattern">
661 <color alpha="255">
662 <red>10</red>
663 <green>95</green>
664 <blue>137</blue>
665 </color>
666 </brush>
667 </colorrole>
668 <colorrole role="HighlightedText">
669 <brush brushstyle="SolidPattern">
670 <color alpha="255">
671 <red>255</red>
672 <green>255</green>
673 <blue>255</blue>
674 </color>
675 </brush>
676 </colorrole>
677 <colorrole role="Link">
678 <brush brushstyle="SolidPattern">
679 <color alpha="255">
680 <red>0</red>
681 <green>0</green>
682 <blue>0</blue>
683 </color>
684 </brush>
685 </colorrole>
686 <colorrole role="LinkVisited">
687 <brush brushstyle="SolidPattern">
688 <color alpha="255">
689 <red>0</red>
690 <green>0</green>
691 <blue>0</blue>
692 </color>
693 </brush>
694 </colorrole>
695 <colorrole role="AlternateBase">
696 <brush brushstyle="SolidPattern">
697 <color alpha="255">
698 <red>232</red>
699 <green>232</green>
700 <blue>232</blue>
701 </color>
702 </brush>
703 </colorrole>
704 </inactive>
705 <disabled>
706 <colorrole role="WindowText">
707 <brush brushstyle="SolidPattern">
708 <color alpha="255">
709 <red>128</red>
710 <green>128</green>
711 <blue>128</blue>
712 </color>
713 </brush>
714 </colorrole>
715 <colorrole role="Button">
716 <brush brushstyle="SolidPattern">
717 <color alpha="255">
718 <red>0</red>
719 <green>0</green>
720 <blue>255</blue>
721 </color>
722 </brush>
723 </colorrole>
724 <colorrole role="Light">
725 <brush brushstyle="SolidPattern">
726 <color alpha="255">
727 <red>127</red>
728 <green>127</green>
729 <blue>255</blue>
730 </color>
731 </brush>
732 </colorrole>
733 <colorrole role="Midlight">
734 <brush brushstyle="SolidPattern">
735 <color alpha="255">
736 <red>38</red>
737 <green>38</green>
738 <blue>255</blue>
739 </color>
740 </brush>
741 </colorrole>
742 <colorrole role="Dark">
743 <brush brushstyle="SolidPattern">
744 <color alpha="255">
745 <red>0</red>
746 <green>0</green>
747 <blue>127</blue>
748 </color>
749 </brush>
750 </colorrole>
751 <colorrole role="Mid">
752 <brush brushstyle="SolidPattern">
753 <color alpha="255">
754 <red>0</red>
755 <green>0</green>
756 <blue>170</blue>
757 </color>
758 </brush>
759 </colorrole>
760 <colorrole role="Text">
761 <brush brushstyle="SolidPattern">
762 <color alpha="255">
763 <red>0</red>
764 <green>0</green>
765 <blue>0</blue>
766 </color>
767 </brush>
768 </colorrole>
769 <colorrole role="BrightText">
770 <brush brushstyle="SolidPattern">
771 <color alpha="255">
772 <red>255</red>
773 <green>255</green>
774 <blue>255</blue>
775 </color>
776 </brush>
777 </colorrole>
778 <colorrole role="ButtonText">
779 <brush brushstyle="SolidPattern">
780 <color alpha="255">
781 <red>128</red>
782 <green>128</green>
783 <blue>128</blue>
784 </color>
785 </brush>
786 </colorrole>
787 <colorrole role="Base">
788 <brush brushstyle="SolidPattern">
789 <color alpha="255">
790 <red>255</red>
791 <green>255</green>
792 <blue>255</blue>
793 </color>
794 </brush>
795 </colorrole>
796 <colorrole role="Window">
797 <brush brushstyle="SolidPattern">
798 <color alpha="255">
799 <red>220</red>
800 <green>220</green>
801 <blue>220</blue>
802 </color>
803 </brush>
804 </colorrole>
805 <colorrole role="Shadow">
806 <brush brushstyle="SolidPattern">
807 <color alpha="255">
808 <red>0</red>
809 <green>0</green>
810 <blue>0</blue>
811 </color>
812 </brush>
813 </colorrole>
814 <colorrole role="Highlight">
815 <brush brushstyle="SolidPattern">
816 <color alpha="255">
817 <red>10</red>
818 <green>95</green>
819 <blue>137</blue>
820 </color>
821 </brush>
822 </colorrole>
823 <colorrole role="HighlightedText">
824 <brush brushstyle="SolidPattern">
825 <color alpha="255">
826 <red>255</red>
827 <green>255</green>
828 <blue>255</blue>
829 </color>
830 </brush>
831 </colorrole>
832 <colorrole role="Link">
833 <brush brushstyle="SolidPattern">
834 <color alpha="255">
835 <red>0</red>
836 <green>0</green>
837 <blue>0</blue>
838 </color>
839 </brush>
840 </colorrole>
841 <colorrole role="LinkVisited">
842 <brush brushstyle="SolidPattern">
843 <color alpha="255">
844 <red>0</red>
845 <green>0</green>
846 <blue>0</blue>
847 </color>
848 </brush>
849 </colorrole>
850 <colorrole role="AlternateBase">
851 <brush brushstyle="SolidPattern">
852 <color alpha="255">
853 <red>232</red>
854 <green>232</green>
855 <blue>232</blue>
856 </color>
857 </brush>
858 </colorrole>
859 </disabled>
860 </palette>
861 </property>
862 <property name="maximum">
863 <number>400</number>
864 </property>
865 <property name="value">
866 <number>100</number>
867 </property>
868 <property name="orientation">
869 <enum>Qt::Horizontal</enum>
870 </property>
871 </widget>
872 </item>
873 <item row="6" column="2">
874 <widget class="QLabel" name="blabel">
875 <property name="text">
876 <string>1.0</string>
877 </property>
878 </widget>
879 </item>
880 <item row="4" column="0">
881 <widget class="QLabel" name="TextLabel2">
882 <property name="text">
883 <string>Green</string>
884 </property>
885 </widget>
886 </item>
887 <item row="4" column="1">
888 <widget class="QSlider" name="gslider">
889 <property name="palette">
890 <palette>
891 <active>
892 <colorrole role="WindowText">
893 <brush brushstyle="SolidPattern">
894 <color alpha="255">
895 <red>128</red>
896 <green>128</green>
897 <blue>128</blue>
898 </color>
899 </brush>
900 </colorrole>
901 <colorrole role="Button">
902 <brush brushstyle="SolidPattern">
903 <color alpha="255">
904 <red>0</red>
905 <green>255</green>
906 <blue>0</blue>
907 </color>
908 </brush>
909 </colorrole>
910 <colorrole role="Light">
911 <brush brushstyle="SolidPattern">
912 <color alpha="255">
913 <red>127</red>
914 <green>255</green>
915 <blue>127</blue>
916 </color>
917 </brush>
918 </colorrole>
919 <colorrole role="Midlight">
920 <brush brushstyle="SolidPattern">
921 <color alpha="255">
922 <red>38</red>
923 <green>255</green>
924 <blue>38</blue>
925 </color>
926 </brush>
927 </colorrole>
928 <colorrole role="Dark">
929 <brush brushstyle="SolidPattern">
930 <color alpha="255">
931 <red>0</red>
932 <green>127</green>
933 <blue>0</blue>
934 </color>
935 </brush>
936 </colorrole>
937 <colorrole role="Mid">
938 <brush brushstyle="SolidPattern">
939 <color alpha="255">
940 <red>0</red>
941 <green>170</green>
942 <blue>0</blue>
943 </color>
944 </brush>
945 </colorrole>
946 <colorrole role="Text">
947 <brush brushstyle="SolidPattern">
948 <color alpha="255">
949 <red>0</red>
950 <green>0</green>
951 <blue>0</blue>
952 </color>
953 </brush>
954 </colorrole>
955 <colorrole role="BrightText">
956 <brush brushstyle="SolidPattern">
957 <color alpha="255">
958 <red>255</red>
959 <green>255</green>
960 <blue>255</blue>
961 </color>
962 </brush>
963 </colorrole>
964 <colorrole role="ButtonText">
965 <brush brushstyle="SolidPattern">
966 <color alpha="255">
967 <red>128</red>
968 <green>128</green>
969 <blue>128</blue>
970 </color>
971 </brush>
972 </colorrole>
973 <colorrole role="Base">
974 <brush brushstyle="SolidPattern">
975 <color alpha="255">
976 <red>255</red>
977 <green>255</green>
978 <blue>255</blue>
979 </color>
980 </brush>
981 </colorrole>
982 <colorrole role="Window">
983 <brush brushstyle="SolidPattern">
984 <color alpha="255">
985 <red>220</red>
986 <green>220</green>
987 <blue>220</blue>
988 </color>
989 </brush>
990 </colorrole>
991 <colorrole role="Shadow">
992 <brush brushstyle="SolidPattern">
993 <color alpha="255">
994 <red>0</red>
995 <green>0</green>
996 <blue>0</blue>
997 </color>
998 </brush>
999 </colorrole>
1000 <colorrole role="Highlight">
1001 <brush brushstyle="SolidPattern">
1002 <color alpha="255">
1003 <red>10</red>
1004 <green>95</green>
1005 <blue>137</blue>
1006 </color>
1007 </brush>
1008 </colorrole>
1009 <colorrole role="HighlightedText">
1010 <brush brushstyle="SolidPattern">
1011 <color alpha="255">
1012 <red>255</red>
1013 <green>255</green>
1014 <blue>255</blue>
1015 </color>
1016 </brush>
1017 </colorrole>
1018 <colorrole role="Link">
1019 <brush brushstyle="SolidPattern">
1020 <color alpha="255">
1021 <red>0</red>
1022 <green>0</green>
1023 <blue>0</blue>
1024 </color>
1025 </brush>
1026 </colorrole>
1027 <colorrole role="LinkVisited">
1028 <brush brushstyle="SolidPattern">
1029 <color alpha="255">
1030 <red>0</red>
1031 <green>0</green>
1032 <blue>0</blue>
1033 </color>
1034 </brush>
1035 </colorrole>
1036 <colorrole role="AlternateBase">
1037 <brush brushstyle="SolidPattern">
1038 <color alpha="255">
1039 <red>232</red>
1040 <green>232</green>
1041 <blue>232</blue>
1042 </color>
1043 </brush>
1044 </colorrole>
1045 </active>
1046 <inactive>
1047 <colorrole role="WindowText">
1048 <brush brushstyle="SolidPattern">
1049 <color alpha="255">
1050 <red>128</red>
1051 <green>128</green>
1052 <blue>128</blue>
1053 </color>
1054 </brush>
1055 </colorrole>
1056 <colorrole role="Button">
1057 <brush brushstyle="SolidPattern">
1058 <color alpha="255">
1059 <red>0</red>
1060 <green>255</green>
1061 <blue>0</blue>
1062 </color>
1063 </brush>
1064 </colorrole>
1065 <colorrole role="Light">
1066 <brush brushstyle="SolidPattern">
1067 <color alpha="255">
1068 <red>127</red>
1069 <green>255</green>
1070 <blue>127</blue>
1071 </color>
1072 </brush>
1073 </colorrole>
1074 <colorrole role="Midlight">
1075 <brush brushstyle="SolidPattern">
1076 <color alpha="255">
1077 <red>38</red>
1078 <green>255</green>
1079 <blue>38</blue>
1080 </color>
1081 </brush>
1082 </colorrole>
1083 <colorrole role="Dark">
1084 <brush brushstyle="SolidPattern">
1085 <color alpha="255">
1086 <red>0</red>
1087 <green>127</green>
1088 <blue>0</blue>
1089 </color>
1090 </brush>
1091 </colorrole>
1092 <colorrole role="Mid">
1093 <brush brushstyle="SolidPattern">
1094 <color alpha="255">
1095 <red>0</red>
1096 <green>170</green>
1097 <blue>0</blue>
1098 </color>
1099 </brush>
1100 </colorrole>
1101 <colorrole role="Text">
1102 <brush brushstyle="SolidPattern">
1103 <color alpha="255">
1104 <red>0</red>
1105 <green>0</green>
1106 <blue>0</blue>
1107 </color>
1108 </brush>
1109 </colorrole>
1110 <colorrole role="BrightText">
1111 <brush brushstyle="SolidPattern">
1112 <color alpha="255">
1113 <red>255</red>
1114 <green>255</green>
1115 <blue>255</blue>
1116 </color>
1117 </brush>
1118 </colorrole>
1119 <colorrole role="ButtonText">
1120 <brush brushstyle="SolidPattern">
1121 <color alpha="255">
1122 <red>128</red>
1123 <green>128</green>
1124 <blue>128</blue>
1125 </color>
1126 </brush>
1127 </colorrole>
1128 <colorrole role="Base">
1129 <brush brushstyle="SolidPattern">
1130 <color alpha="255">
1131 <red>255</red>
1132 <green>255</green>
1133 <blue>255</blue>
1134 </color>
1135 </brush>
1136 </colorrole>
1137 <colorrole role="Window">
1138 <brush brushstyle="SolidPattern">
1139 <color alpha="255">
1140 <red>220</red>
1141 <green>220</green>
1142 <blue>220</blue>
1143 </color>
1144 </brush>
1145 </colorrole>
1146 <colorrole role="Shadow">
1147 <brush brushstyle="SolidPattern">
1148 <color alpha="255">
1149 <red>0</red>
1150 <green>0</green>
1151 <blue>0</blue>
1152 </color>
1153 </brush>
1154 </colorrole>
1155 <colorrole role="Highlight">
1156 <brush brushstyle="SolidPattern">
1157 <color alpha="255">
1158 <red>10</red>
1159 <green>95</green>
1160 <blue>137</blue>
1161 </color>
1162 </brush>
1163 </colorrole>
1164 <colorrole role="HighlightedText">
1165 <brush brushstyle="SolidPattern">
1166 <color alpha="255">
1167 <red>255</red>
1168 <green>255</green>
1169 <blue>255</blue>
1170 </color>
1171 </brush>
1172 </colorrole>
1173 <colorrole role="Link">
1174 <brush brushstyle="SolidPattern">
1175 <color alpha="255">
1176 <red>0</red>
1177 <green>0</green>
1178 <blue>0</blue>
1179 </color>
1180 </brush>
1181 </colorrole>
1182 <colorrole role="LinkVisited">
1183 <brush brushstyle="SolidPattern">
1184 <color alpha="255">
1185 <red>0</red>
1186 <green>0</green>
1187 <blue>0</blue>
1188 </color>
1189 </brush>
1190 </colorrole>
1191 <colorrole role="AlternateBase">
1192 <brush brushstyle="SolidPattern">
1193 <color alpha="255">
1194 <red>232</red>
1195 <green>232</green>
1196 <blue>232</blue>
1197 </color>
1198 </brush>
1199 </colorrole>
1200 </inactive>
1201 <disabled>
1202 <colorrole role="WindowText">
1203 <brush brushstyle="SolidPattern">
1204 <color alpha="255">
1205 <red>128</red>
1206 <green>128</green>
1207 <blue>128</blue>
1208 </color>
1209 </brush>
1210 </colorrole>
1211 <colorrole role="Button">
1212 <brush brushstyle="SolidPattern">
1213 <color alpha="255">
1214 <red>0</red>
1215 <green>255</green>
1216 <blue>0</blue>
1217 </color>
1218 </brush>
1219 </colorrole>
1220 <colorrole role="Light">
1221 <brush brushstyle="SolidPattern">
1222 <color alpha="255">
1223 <red>127</red>
1224 <green>255</green>
1225 <blue>127</blue>
1226 </color>
1227 </brush>
1228 </colorrole>
1229 <colorrole role="Midlight">
1230 <brush brushstyle="SolidPattern">
1231 <color alpha="255">
1232 <red>38</red>
1233 <green>255</green>
1234 <blue>38</blue>
1235 </color>
1236 </brush>
1237 </colorrole>
1238 <colorrole role="Dark">
1239 <brush brushstyle="SolidPattern">
1240 <color alpha="255">
1241 <red>0</red>
1242 <green>127</green>
1243 <blue>0</blue>
1244 </color>
1245 </brush>
1246 </colorrole>
1247 <colorrole role="Mid">
1248 <brush brushstyle="SolidPattern">
1249 <color alpha="255">
1250 <red>0</red>
1251 <green>170</green>
1252 <blue>0</blue>
1253 </color>
1254 </brush>
1255 </colorrole>
1256 <colorrole role="Text">
1257 <brush brushstyle="SolidPattern">
1258 <color alpha="255">
1259 <red>0</red>
1260 <green>0</green>
1261 <blue>0</blue>
1262 </color>
1263 </brush>
1264 </colorrole>
1265 <colorrole role="BrightText">
1266 <brush brushstyle="SolidPattern">
1267 <color alpha="255">
1268 <red>255</red>
1269 <green>255</green>
1270 <blue>255</blue>
1271 </color>