comparison flys-artifacts/doc/conf/default-themes.xml @ 3786:4adc35aa655c

merged flys-artifacts/2.9.1
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:47 +0200
parents a5f65e8983be
children 22cd60315e08
comparison
equal deleted inserted replaced
3719:e82acd5c86f7 3786:4adc35aa655c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <themegroup name="default">
3 <theme name="DischargeCurve">
4 <inherits>
5 <inherit from="HiddenColorLines" />
6 <inherit from="MinMaxPoints" />
7 </inherits>
8 <fields>
9 <field name="linecolor" type="Color" display="Linienfarbe"
10 default="0, 0, 153" />
11 <field name="linesize" type="int" display="Liniendicke"
12 default="2" hints="h" />
13 </fields>
14 </theme>
15
16 <!-- concrete theme for historical discharge curves -->
17 <theme name="HistoricalDischargeCurveQ">
18 <inherits>
19 <inherit from="HiddenColorLines" />
20 <inherit from="MinMaxPoints" />
21 </inherits>
22 <fields>
23 <field name="linecolor" type="Color" display="Linienfarbe"
24 default="0, 0, 153" />
25 <field name="linesize" type="int" display="Liniendicke"
26 default="2" hints="h" />
27 </fields>
28 </theme>
29
30 <theme name="HistoricalDischargeCurveQDiff">
31 <inherits>
32 <inherit from="HiddenColorLines" />
33 <inherit from="MinMaxPoints" />
34 </inherits>
35 <fields>
36 <field name="linecolor" type="Color" display="Linienfarbe"
37 default="204, 204, 204" />
38 <field name="linesize" type="int" display="Liniendicke"
39 default="2" hints="h" />
40 </fields>
41 </theme>
42
43
44 <!-- Discharge Longitudinal Section -->
45 <theme name="LongitudinalSectionW">
46 <inherits>
47 <inherit from="HiddenColorLines" />
48 <inherit from="MinMaxPoints" />
49 </inherits>
50 <fields>
51 <field name="bandwidth" type="double" display="Bandbreite"
52 default="0"/>
53 <field name="fillcolor" type="Color" display="Bandbreitenfarbe"
54 default="104, 104, 104"/>
55 <field name="transparency" type="int" default="20" display="Transparenz"/>
56 <field name="linecolor" type="Color" display="Linienfarbe"
57 default="204, 204, 204" />
58 </fields>
59 </theme>
60
61 <theme name="LongitudinalSectionW_HQ1">
62 <inherits>
63 <inherit from="LongitudinalSectionW" />
64 </inherits>
65 <fields>
66 <field name="linecolor" type="Color" display="Linienfarbe"
67 default="0, 0, 102" />
68 </fields>
69 </theme>
70
71 <theme name="LongitudinalSectionW_HQ2">
72 <inherits>
73 <inherit from="LongitudinalSectionW" />
74 </inherits>
75 <fields>
76 <field name="linecolor" type="Color" display="Linienfarbe"
77 default="0, 0, 102" />
78 </fields>
79 </theme>
80
81 <theme name="LongitudinalSectionW_HQ5">
82 <inherits>
83 <inherit from="LongitudinalSectionW" />
84 </inherits>
85 <fields>
86 <field name="linecolor" type="Color" display="Linienfarbe"
87 default="0, 153, 51" />
88 </fields>
89 </theme>
90
91 <theme name="LongitudinalSectionW_HQ10">
92 <inherits>
93 <inherit from="LongitudinalSectionW" />
94 </inherits>
95 <fields>
96 <field name="linecolor" type="Color" display="Linienfarbe"
97 default="0, 204, 204" />
98 </fields>
99 </theme>
100
101 <theme name="LongitudinalSectionW_HQ20">
102 <inherits>
103 <inherit from="LongitudinalSectionW" />
104 </inherits>
105 <fields>
106 <field name="linecolor" type="Color" display="Linienfarbe"
107 default="153, 153, 0" />
108 </fields>
109 </theme>
110
111 <theme name="LongitudinalSectionW_HQ25">
112 <inherits>
113 <inherit from="LongitudinalSectionW" />
114 </inherits>
115 <fields>
116 <field name="linecolor" type="Color" display="Linienfarbe"
117 default="102, 51, 0" />
118 </fields>
119 </theme>
120
121 <theme name="LongitudinalSectionW_HQ50">
122 <inherits>
123 <inherit from="LongitudinalSectionW" />
124 </inherits>
125 <fields>
126 <field name="linecolor" type="Color" display="Linienfarbe"
127 default="255, 153, 0" />
128 </fields>
129 </theme>
130
131 <theme name="LongitudinalSectionW_HQ100">
132 <inherits>
133 <inherit from="LongitudinalSectionW" />
134 </inherits>
135 <fields>
136 <field name="linecolor" type="Color" display="Linienfarbe"
137 default="255, 0, 255" />
138 </fields>
139 </theme>
140
141 <theme name="LongitudinalSectionW_HQ200">
142 <inherits>
143 <inherit from="LongitudinalSectionW" />
144 </inherits>
145 <fields>
146 <field name="linecolor" type="Color" display="Linienfarbe"
147 default="255, 0, 255" />
148 </fields>
149 </theme>
150
151 <theme name="LongitudinalSectionW_HQ500">
152 <inherits>
153 <inherit from="LongitudinalSectionW" />
154 </inherits>
155 <fields>
156 <field name="linecolor" type="Color" display="Linienfarbe"
157 default="102, 0, 102" />
158 </fields>
159 </theme>
160
161 <theme name="LongitudinalSectionW_HQ1000">
162 <inherits>
163 <inherit from="LongitudinalSectionW" />
164 </inherits>
165 <fields>
166 <field name="linecolor" type="Color" display="Linienfarbe"
167 default="0, 0, 0" />
168 </fields>
169 </theme>
170
171 <theme name="LongitudinalSectionW_HQRZ">
172 <inherits>
173 <inherit from="LongitudinalSectionW" />
174 </inherits>
175 <fields>
176 <field name="linecolor" type="Color" display="Linienfarbe"
177 default="102, 0, 102" />
178 </fields>
179 </theme>
180
181 <theme name="LongitudinalSectionW_HSQ">
182 <inherits>
183 <inherit from="LongitudinalSectionW" />
184 </inherits>
185 <fields>
186 <field name="linecolor" type="Color" display="Linienfarbe"
187 default="253, 153, 0" />
188 </fields>
189 </theme>
190
191 <theme name="LongitudinalSectionW_MHQ">
192 <inherits>
193 <inherit from="LongitudinalSectionW" />
194 </inherits>
195 <fields>
196 <field name="linecolor" type="Color" display="Linienfarbe"
197 default="102, 255, 102" />
198 </fields>
199 </theme>
200
201 <theme name="LongitudinalSectionW_MNQ">
202 <inherits>
203 <inherit from="LongitudinalSectionW" />
204 </inherits>
205 <fields>
206 <field name="linecolor" type="Color" display="Linienfarbe"
207 default="0, 255, 255" />
208 </fields>
209 </theme>
210
211 <theme name="LongitudinalSectionW_MQ">
212 <inherits>
213 <inherit from="LongitudinalSectionW" />
214 </inherits>
215 <fields>
216 <field name="linecolor" type="Color" display="Linienfarbe"
217 default="0, 51, 204" />
218 </fields>
219 </theme>
220
221 <theme name="LongitudinalSectionW_NQ">
222 <inherits>
223 <inherit from="LongitudinalSectionW" />
224 </inherits>
225 <fields>
226 <field name="linecolor" type="Color" display="Linienfarbe"
227 default="153, 204, 255" />
228 </fields>
229 </theme>
230
231 <theme name="LongitudinalSectionW_HQExtrem">
232 <inherits>
233 <inherit from="LongitudinalSectionW" />
234 </inherits>
235 <fields>
236 <field name="linecolor" type="Color" display="Linienfarbe"
237 default="0, 0, 0" />
238 </fields>
239 </theme>
240
241 <theme name="LongitudinalSectionPoints">
242 <inherits>
243 <inherit from="LongitudinalSectionW" />
244 </inherits>
245 <fields>
246 <field name="showlines" type="boolean" display="Linie anzeigen"
247 default="false" />
248 <field name="showpoints" type="boolean" display="Punkte anzeigen"
249 default="true" />
250 </fields>
251 </theme>
252
253 <theme name="LongitudinalSectionW_HQ1_Points">
254 <inherits>
255 <inherit from="LongitudinalSectionPoints" />
256 </inherits>
257 <fields>
258 <field name="linecolor" type="Color" display="Linienfarbe"
259 default="0, 0, 102" />
260 </fields>
261 </theme>
262
263 <theme name="LongitudinalSectionW_HQ2_Points">
264 <inherits>
265 <inherit from="LongitudinalSectionPoints" />
266 </inherits>
267 <fields>
268 <field name="linecolor" type="Color" display="Linienfarbe"
269 default="0, 0, 102" />
270 </fields>
271 </theme>
272
273 <theme name="LongitudinalSectionW_HQ5_Points">
274 <inherits>
275 <inherit from="LongitudinalSectionPoints" />
276 </inherits>
277 <fields>
278 <field name="linecolor" type="Color" display="Linienfarbe"
279 default="0, 153, 51" />
280 </fields>
281 </theme>
282
283 <theme name="LongitudinalSectionW_HQ10_Points">
284 <inherits>
285 <inherit from="LongitudinalSectionPoints" />
286 </inherits>
287 <fields>
288 <field name="linecolor" type="Color" display="Linienfarbe"
289 default="0, 204, 204" />
290 </fields>
291 </theme>
292
293 <theme name="LongitudinalSectionW_HQ20_Points">
294 <inherits>
295 <inherit from="LongitudinalSectionPoints" />
296 </inherits>
297 <fields>
298 <field name="linecolor" type="Color" display="Linienfarbe"
299 default="153, 153, 0" />
300 </fields>
301 </theme>
302
303 <theme name="LongitudinalSectionW_HQ25_Points">
304 <inherits>
305 <inherit from="LongitudinalSectionPoints" />
306 </inherits>
307 <fields>
308 <field name="linecolor" type="Color" display="Linienfarbe"
309 default="102, 51, 0" />
310 </fields>
311 </theme>
312
313 <theme name="LongitudinalSectionW_HQ50_Points">
314 <inherits>
315 <inherit from="LongitudinalSectionPoints" />
316 </inherits>
317 <fields>
318 <field name="linecolor" type="Color" display="Linienfarbe"
319 default="255, 153, 153" />
320 </fields>
321 </theme>
322
323 <theme name="LongitudinalSectionW_HQ100_Points">
324 <inherits>
325 <inherit from="LongitudinalSectionPoints" />
326 </inherits>
327 <fields>
328 <field name="linecolor" type="Color" display="Linienfarbe"
329 default="255, 0, 51" />
330 </fields>
331 </theme>
332
333 <theme name="LongitudinalSectionW_HQ200_Points">
334 <inherits>
335 <inherit from="LongitudinalSectionPoints" />
336 </inherits>
337 <fields>
338 <field name="linecolor" type="Color" display="Linienfarbe"
339 default="255, 0, 255" />
340 </fields>
341 </theme>
342
343 <theme name="LongitudinalSectionW_HQ500_Points">
344 <inherits>
345 <inherit from="LongitudinalSectionPoints" />
346 </inherits>
347 <fields>
348 <field name="linecolor" type="Color" display="Linienfarbe"
349 default="102, 0, 102" />
350 </fields>
351 </theme>
352
353 <theme name="LongitudinalSectionW_HQ1000_Points">
354 <inherits>
355 <inherit from="LongitudinalSectionPoints" />
356 </inherits>
357 <fields>
358 <field name="linecolor" type="Color" display="Linienfarbe"
359 default="0, 0, 0" />
360 </fields>
361 </theme>
362
363 <theme name="LongitudinalSectionW_HQRZ_Points">
364 <inherits>
365 <inherit from="LongitudinalSectionPoints" />
366 </inherits>
367 <fields>
368 <field name="linecolor" type="Color" display="Linienfarbe"
369 default="102, 0, 102" />
370 </fields>
371 </theme>
372
373 <theme name="LongitudinalSectionW_HSQ_Points">
374 <inherits>
375 <inherit from="LongitudinalSectionPoints" />
376 </inherits>
377 <fields>
378 <field name="linecolor" type="Color" display="Linienfarbe"
379 default="253, 153, 0" />
380 </fields>
381 </theme>
382
383 <theme name="LongitudinalSectionW_MHQ_Points">
384 <inherits>
385 <inherit from="LongitudinalSectionPoints" />
386 </inherits>
387 <fields>
388 <field name="linecolor" type="Color" display="Linienfarbe"
389 default="102, 255, 102" />
390 </fields>
391 </theme>
392
393 <theme name="LongitudinalSectionW_MNQ_Points">
394 <inherits>
395 <inherit from="LongitudinalSectionPoints" />
396 </inherits>
397 <fields>
398 <field name="linecolor" type="Color" display="Linienfarbe"
399 default="0, 255, 255" />
400 </fields>
401 </theme>
402
403 <theme name="LongitudinalSectionW_MQ_Points">
404 <inherits>
405 <inherit from="LongitudinalSectionPoints" />
406 </inherits>
407 <fields>
408 <field name="linecolor" type="Color" display="Linienfarbe"
409 default="0, 51, 204" />
410 </fields>
411 </theme>
412
413 <theme name="LongitudinalSectionW_NQ_Points">
414 <inherits>
415 <inherit from="LongitudinalSectionPoints" />
416 </inherits>
417 <fields>
418 <field name="linecolor" type="Color" display="Linienfarbe"
419 default="153, 204, 255" />
420 </fields>
421 </theme>
422
423 <theme name="LongitudinalSectionW_HQExtrem_Points">
424 <inherits>
425 <inherit from="LongitudinalSectionPoints" />
426 </inherits>
427 <fields>
428 <field name="linecolor" type="Color" display="Linienfarbe"
429 default="0, 0, 0" />
430 </fields>
431 </theme>
432
433 <!-- Longitudinal Section Q's -->
434
435 <theme name="LongitudinalSectionQ">
436 <inherits>
437 <inherit from="HiddenColorLines" />
438 <inherit from="MinMaxPoints" />
439 </inherits>
440 <fields>
441 <field name="linecolor" type="Color" display="Linienfarbe"
442 default="204, 204, 204" />
443 </fields>
444 </theme>
445
446 <theme name="LongitudinalSectionQ_HQ1">
447 <inherits>
448 <inherit from="LongitudinalSectionQ" />
449 </inherits>
450 <fields>
451 <field name="linecolor" type="Color" display="Linienfarbe"
452 default="0, 0, 102" />
453 </fields>
454 </theme>
455
456 <theme name="LongitudinalSectionQ_HQ2">
457 <inherits>
458 <inherit from="LongitudinalSectionQ" />
459 </inherits>
460 <fields>
461 <field name="linecolor" type="Color" display="Linienfarbe"
462 default="0, 0, 102" />
463 </fields>
464 </theme>
465
466 <theme name="LongitudinalSectionQ_HQ5">
467 <inherits>
468 <inherit from="LongitudinalSectionQ" />
469 </inherits>
470 <fields>
471 <field name="linecolor" type="Color" display="Linienfarbe"
472 default="0, 153, 51" />
473 </fields>
474 </theme>
475
476 <theme name="LongitudinalSectionQ_HQ10">
477 <inherits>
478 <inherit from="LongitudinalSectionQ" />
479 </inherits>
480 <fields>
481 <field name="linecolor" type="Color" display="Linienfarbe"
482 default="0, 204, 204" />
483 </fields>
484 </theme>
485
486 <theme name="LongitudinalSectionQ_HQ20">
487 <inherits>
488 <inherit from="LongitudinalSectionQ" />
489 </inherits>
490 <fields>
491 <field name="linecolor" type="Color" display="Linienfarbe"
492 default="153, 153, 0" />
493 </fields>
494 </theme>
495
496 <theme name="LongitudinalSectionQ_HQ25">
497 <inherits>
498 <inherit from="LongitudinalSectionQ" />
499 </inherits>
500 <fields>
501 <field name="linecolor" type="Color" display="Linienfarbe"
502 default="102, 51, 0" />
503 </fields>
504 </theme>
505
506 <theme name="LongitudinalSectionQ_HQ50">
507 <inherits>
508 <inherit from="LongitudinalSectionQ" />
509 </inherits>
510 <fields>
511 <field name="linecolor" type="Color" display="Linienfarbe"
512 default="255, 153, 153" />
513 </fields>
514 </theme>
515
516 <theme name="LongitudinalSectionQ_HQ100">
517 <inherits>
518 <inherit from="LongitudinalSectionQ" />
519 </inherits>
520 <fields>
521 <field name="linecolor" type="Color" display="Linienfarbe"
522 default="255, 0, 51" />
523 </fields>
524 </theme>
525
526 <theme name="LongitudinalSectionQ_HQ200">
527 <inherits>
528 <inherit from="LongitudinalSectionQ" />
529 </inherits>
530 <fields>
531 <field name="linecolor" type="Color" display="Linienfarbe"
532 default="255, 0, 255" />
533 </fields>
534 </theme>
535
536 <theme name="LongitudinalSectionQ_HQ500">
537 <inherits>
538 <inherit from="LongitudinalSectionQ" />
539 </inherits>
540 <fields>
541 <field name="linecolor" type="Color" display="Linienfarbe"
542 default="102, 0, 102" />
543 </fields>
544 </theme>
545
546 <theme name="LongitudinalSectionQ_HQ1000">
547 <inherits>
548 <inherit from="LongitudinalSectionQ" />
549 </inherits>
550 <fields>
551 <field name="linecolor" type="Color" display="Linienfarbe"
552 default="0, 0, 0" />
553 </fields>
554 </theme>
555
556 <theme name="LongitudinalSectionQ_HQRZ">
557 <inherits>
558 <inherit from="LongitudinalSectionQ" />
559 </inherits>
560 <fields>
561 <field name="linecolor" type="Color" display="Linienfarbe"
562 default="102, 0, 102" />
563 </fields>
564 </theme>
565
566 <theme name="LongitudinalSectionQ_HSQ">
567 <inherits>
568 <inherit from="LongitudinalSectionQ" />
569 </inherits>
570 <fields>
571 <field name="linecolor" type="Color" display="Linienfarbe"
572 default="253, 153, 0" />
573 </fields>
574 </theme>
575
576 <theme name="LongitudinalSectionQ_MHQ">
577 <inherits>
578 <inherit from="LongitudinalSectionQ" />
579 </inherits>
580 <fields>
581 <field name="linecolor" type="Color" display="Linienfarbe"
582 default="102, 255, 102" />
583 </fields>
584 </theme>
585
586 <theme name="LongitudinalSectionQ_MNQ">
587 <inherits>
588 <inherit from="LongitudinalSectionQ" />
589 </inherits>
590 <fields>
591 <field name="linecolor" type="Color" display="Linienfarbe"
592 default="0, 255, 255" />
593 </fields>
594 </theme>
595
596 <theme name="LongitudinalSectionQ_MQ">
597 <inherits>
598 <inherit from="LongitudinalSectionQ" />
599 </inherits>
600 <fields>
601 <field name="linecolor" type="Color" display="Linienfarbe"
602 default="0, 51, 204" />
603 </fields>
604 </theme>
605
606 <theme name="LongitudinalSectionQ_NQ">
607 <inherits>
608 <inherit from="LongitudinalSectionQ" />
609 </inherits>
610 <fields>
611 <field name="linecolor" type="Color" display="Linienfarbe"
612 default="153, 204, 255" />
613 </fields>
614 </theme>
615
616 <theme name="LongitudinalSectionQ_HQExtrem">
617 <inherits>
618 <inherit from="LongitudinalSectionQ" />
619 </inherits>
620 <fields>
621 <field name="linecolor" type="Color" display="Linienfarbe"
622 default="0, 0, 0" />
623 </fields>
624 </theme>
625
626 <!-- Main Values -->
627 <theme name="MainValuesQ">
628 <inherits>
629 <inherit from="HiddenColorLines" />
630 <inherit from="Text" />
631 </inherits>
632 <fields>
633 <field name="linecolor" type="Color" display="Farbe"
634 default="200, 0, 15" />
635 <field name="textcolor" type="Color" display="Farbe"
636 default="200, 0, 15" />
637 <field name="showhorizontalline" type="boolean"
638 display="Horizontale Linie" default="true" />
639 <field name="showverticalline" type="boolean" display="Vertikale Linie"
640 default="true" />
641 <field name="textorientation" type="boolean" display="Textausrichtung"
642 default="true" />
643 </fields>
644 </theme>
645
646 <theme name="MainValuesW">
647 <inherits>
648 <inherit from="HiddenColorLines" />
649 <inherit from="Text" />
650 </inherits>
651 <fields>
652 <field name="linecolor" type="Color" display="Farbe"
653 default="0, 215, 0" />
654 <field name="textcolor" type="Color" display="Farbe"
655 default="0, 215, 0" />
656 <field name="showhorizontalline" type="boolean"
657 display="Horizontale Linie" default="true" />
658 <field name="showverticalline" type="boolean" display="Vertikale Linie"
659 default="true" />
660 <field name="textorientation" type="boolean" display="Textausrichtung"
661 default="true" />
662 </fields>
663 </theme>
664
665 <!-- Computed Discharge Curves -->
666 <theme name="ComputedDischargeCurve">
667 <inherits>
668 <inherit from="HiddenColorLines" />
669 <inherit from="MinMaxPoints" />
670 </inherits>
671 <fields>
672 <field name="linecolor" type="Color" display="Linienfarbe"
673 default="0, 0, 153" />
674 <field name="linesize" type="int" display="Liniendicke"
675 default="2" hints="h" />
676 </fields>
677 </theme>
678
679 <theme name="ComputedDischargeCurveQ">
680 <inherits>
681 <inherit from="HiddenColorLines" />
682 <inherit from="MinMaxPoints" />
683 <inherit from="Text" />
684 </inherits>
685 <fields>
686 <field name="linecolor" type="Color" display="Farbe"
687 default="200, 0, 15" />
688 <field name="textcolor" type="Color" display="Farbe"
689 default="200, 0, 15" />
690 </fields>
691 </theme>
692
693 <theme name="ComputedDischargeCurveW">
694 <inherits>
695 <inherit from="HiddenColorLines" />
696 <inherit from="MinMaxPoints" />
697 <inherit from="Text" />
698 </inherits>
699 <fields>
700 <field name="linecolor" type="Color" display="Farbe"
701 default="0, 215, 0" />
702 <field name="textcolor" type="Color" display="Farbe"
703 default="0, 215, 0" />
704 <field name="textorientation" type="boolean" display="Textausrichtung"
705 default="true" />
706 </fields>
707 </theme>
708
709 <!-- Cross Sections -->
710 <theme name="CrossSection">
711 <inherits>
712 <inherit from="HiddenColorLines" />
713 <inherit from="MinMaxPoints" />
714 </inherits>
715 <fields>
716 <field name="linecolor" type="Color" display="Linienfarbe"
717 default="0,0,0" />
718 <field name="linesize" type="int" display="Liniendicke"
719 default="1" hints="h" />
720 </fields>
721 </theme>
722
723 <theme name="CrossSectionWaterLine">
724 <inherits>
725 <inherit from="HiddenColorLines" />
726 </inherits>
727 <fields>
728 <field name="linecolor" type="Color" display="Linienfarbe"
729 default="0,0,153" />
730 <field name="linesize" type="int" display="Liniendicke"
731 default="1" hints="h" />
732 <field name="showwidth" type="boolean" display="Breite anzeigen"
733 default="false" />
734 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
735 default="true" />
736 <field name="showlinelabel" type="boolean" default="true"
737 display="Beschriftung anzeigen" />
738 <field name="showmiddleheight" type="boolean"
739 display="Wasserstand anzeigen" default="false" />
740 </fields>
741 </theme>
742
743 <theme name="Hyk">
744 <inherits>
745 <inherit from="Text" />
746 </inherits>
747 <fields>
748 <field name="textorientation" type="boolean" display="Textausrichtung"
749 default="true" />
750 </fields>
751 </theme>
752
753 <!-- Relative Points -->
754 <theme name="RelativePoint">
755 <inherits>
756 <inherit from="LongitudinalSectionPoints" />
757 </inherits>
758 <!--fields> <field name="linecolor" type="Color" display="Linienfarbe"
759 default="0, 0, 0"/> </fields -->
760 </theme>
761
762 <!-- Duration Curves -->
763 <theme name="DurationCurveW">
764 <inherits>
765 <inherit from="HiddenColorLines" />
766 <inherit from="MinMaxPoints" />
767 </inherits>
768 <fields>
769 <field name="linecolor" type="Color" display="Linienfarbe"
770 default="0,51,204" />
771 <field name="linesize" type="int" display="Liniendicke"
772 default="2" hints="h" />
773 </fields>
774 </theme>
775
776 <theme name="DurationCurveQ">
777 <inherits>
778 <inherit from="HiddenColorLines" />
779 <inherit from="MinMaxPoints" />
780 </inherits>
781 <fields>
782 <field name="linecolor" type="Color" display="Linienfarbe"
783 default="0,204,0" />
784 <field name="linesize" type="int" display="Liniendicke"
785 default="2" hints="h" />
786 </fields>
787 </theme>
788
789 <!-- Differences -->
790 <theme name="Differences">
791 <inherits>
792 <inherit from="HiddenColorLines" />
793 <inherit from="MinMaxPoints" />
794 </inherits>
795 <fields>
796 <field name="linecolor" type="Color" display="Linienfarbe"
797 default="204, 204, 204" />
798 </fields>
799 </theme>
800
801 <!-- Reference Curves -->
802 <theme name="ReferenceCurveNormalized">
803 <inherits>
804 <inherit from="HiddenColorLines" />
805 <inherit from="MinMaxPoints" />
806 </inherits>
807 <fields>
808 <field name="linecolor" type="Color" display="Linienfarbe"
809 default="204, 204, 204" />
810 </fields>
811 </theme>
812
813 <theme name="ReferenceCurve">
814 <inherits>
815 <inherit from="HiddenColorLines" />
816 <inherit from="MinMaxPoints" />
817 </inherits>
818 <fields>
819 <field name="linecolor" type="Color" display="Linienfarbe"
820 default="204, 204, 204" />
821 </fields>
822 </theme>
823
824 <!-- General -->
825 <theme name="WKms">
826 <inherits>
827 <inherit from="HiddenColorLines" />
828 <inherit from="MinMaxPoints" />
829 </inherits>
830 <fields>
831 <field name="linecolor" type="Color" display="Linienfarbe"
832 default="204, 204, 204" />
833 </fields>
834 </theme>
835
836 <theme name="WQKms">
837 <inherits>
838 <inherit from="HiddenColorLines" />
839 <inherit from="MinMaxPoints" />
840 </inherits>
841 <fields>
842 <field name="linecolor" type="Color" display="Linienfarbe"
843 default="204, 204, 204" />
844 </fields>
845 </theme>
846
847 <theme name="WQPoints">
848 <inherits>
849 <inherit from="Points" />
850 </inherits>
851 <fields>
852 <field name="showlines" type="boolean" display="Linie anzeigen"
853 default="false" />
854 <field name="showpoints" type="boolean" display="Punkte anzeigen"
855 default="true" />
856 <field name="linecolor" type="Color" display="Linienfarbe"
857 default="204, 0, 0" />
858 </fields>
859 </theme>
860
861 <!-- Discharge Longitudinal Section -->
862 <theme name="DischargeLongitudinalSectionW">
863 <inherits>
864 <inherit from="HiddenColorLines" />
865 <inherit from="MinMaxPoints" />
866 </inherits>
867 <fields>
868 <field name="linecolor" type="Color" display="Linienfarbe"
869 default="204, 204, 204" />
870 </fields>
871 </theme>
872
873
874 <theme name="DischargeLongitudinalSectionC">
875 <inherits>
876 <inherit from="HiddenColorLines" />
877 <inherit from="MinMaxPoints" />
878 </inherits>
879 <fields>
880 <field name="linecolor" type="Color" display="Linienfarbe"
881 default="255, 0 , 0" />
882 </fields>
883 </theme>
884
885 <theme name="DischargeLongitudinalSectionQ">
886 <inherits>
887 <inherit from="HiddenColorLines" />
888 <inherit from="MinMaxPoints" />
889 </inherits>
890 <fields>
891 <field name="linecolor" type="Color" display="Linienfarbe"
892 default="204, 204, 204" />
893 </fields>
894 </theme>
895
896
897 <!-- Annotations -->
898 <theme name="Annotations">
899 <inherits>
900 <inherit from="HiddenColorLines" />
901 <inherit from="Text" />
902 <inherit from="AnnotationText" />
903 </inherits>
904 <fields>
905 <field name="linecolor" type="Color" display="Linienfarbe"
906 default="0, 0, 0" />
907 </fields>
908 </theme>
909
910 <!-- Manual Points -->
911 <theme name="ManualPoints">
912 <inherits>
913 <inherit from="Points" />
914 </inherits>
915 <fields>
916 <field name="linecolor" type="Color" display="Linienfarbe"
917 default="250, 0, 0" />
918 <field name="font" type="Font" display="Schriftart"
919 default="arial" />
920 <field name="textcolor" type="Color" display="Schriftfarbe"
921 default="0, 0, 0" />
922 <field name="textsize" type="int" display="Schriftgröße"
923 default="10" />
924 <field name="textstyle" type="Style" display="Schriftstil"
925 default="standard" />
926 <field name="pointsize" type="int" display="Punktdicke"
927 default="3" hints="h" />
928 <field name="backgroundcolor" type="Color" display="Texthintergrund"
929 default="255, 255, 255" />
930 <field name="textorientation" type="boolean" display="Textausrichtung"
931 default="true" />
932 <field name="showbackground" type="boolean"
933 display="Hintergrund anzeigen" default="false" />
934 </fields>
935 </theme>
936
937 <!-- Height Marks -->
938 <theme name="heightmarks_points">
939 <inherits>
940 <inherit from="Points" />
941 </inherits>
942 <fields>
943 <field name="linecolor" type="Color" display="Linienfarbe"
944 default="0, 0, 0" />
945 </fields>
946 </theme>
947
948 <!-- Areas -->
949 <theme name="Area">
950 <inherits>
951 <inherit from="Areas" />
952 </inherits>
953 <fields>
954 <field name="showarea" type="boolean" display="Show Area"
955 default="true"/>
956 </fields>
957 </theme>
958
959 <!-- Map -->
960 <theme name="Floodmaps">
961 <inherits>
962 <inherit from="Floodmap" />
963 </inherits>
964 </theme>
965
966 <theme name="Floodplains">
967 <inherits>
968 <inherit from="Floodplain" />
969 </inherits>
970 </theme>
971
972 <theme name="WSPLGEN">
973 <inherits>
974 <inherit from="WSPLGENS" />
975 </inherits>
976 </theme>
977
978 <theme name="RiverAxis">
979 <inherits>
980 <inherit from="RiverAxes" />
981 </inherits>
982 </theme>
983
984 <theme name="Kms">
985 <inherits>
986 <inherit from="Km" />
987 </inherits>
988 </theme>
989
990
991 <theme name="Fixpoints">
992 <inherits>
993 <inherit from="Fixpoint" />
994 </inherits>
995 </theme>
996
997
998 <theme name="GaugeLocation">
999 <inherits>
1000 <inherit from="GaugeLocations" />
1001 </inherits>
1002 </theme>
1003
1004
1005 <theme name="Qps">
1006 <inherits>
1007 <inherit from="Qp" />
1008 </inherits>
1009 </theme>
1010
1011 <theme name="Hws">
1012 <inherits>
1013 <inherit from="Hw" />
1014 </inherits>
1015 </theme>
1016
1017 <theme name="Catchment">
1018 <inherits>
1019 <inherit from="Catchments" />
1020 </inherits>
1021 </theme>
1022
1023 <theme name="FloodmapLines">
1024 <inherits>
1025 <inherit from="FloodmapLine" />
1026 </inherits>
1027 </theme>
1028
1029 <theme name="Buildings">
1030 <inherits>
1031 <inherit from="Building" />
1032 </inherits>
1033 </theme>
1034
1035 <theme name="HydrBoundariesLines">
1036 <inherits>
1037 <inherit from="HydrBoundariesLine" />
1038 </inherits>
1039 </theme>
1040
1041 <theme name="HydrBoundariesPolys">
1042 <inherits>
1043 <inherit from="HydrBoundariesPoly" />
1044 </inherits>
1045 </theme>
1046
1047 <!-- MIDDLE BED HEIGHT -->
1048 <theme name="MiddleBedHeightSingle">
1049 <inherits>
1050 <inherit from="HiddenColorLines" />
1051 <inherit from="MinMaxPoints" />
1052 </inherits>
1053 <fields>
1054 <field name="linecolor" type="Color" display="Linienfarbe"
1055 default="204, 204, 204" />
1056 </fields>
1057 </theme>
1058
1059 <theme name="MiddleBedHeightEpoch">
1060 <inherits>
1061 <inherit from="FlowVelocityVMainChannel" />
1062 </inherits>
1063 <fields>
1064 <field name="linecolor" type="Color" display="Linienfarbe"
1065 default="0, 0, 102" />
1066 </fields>
1067 </theme>
1068
1069 <!-- Bed Quality -->
1070 <theme name="PorosityTopLayer">
1071 <inherits>
1072 <inherit from="HiddenColorLines" />
1073 <inherit from="MinMaxPoints" />
1074 </inherits>
1075 <fields>
1076 <field name="linecolor" type="Color" display="Linienfarbe"
1077 default="0, 0, 0" />
1078 </fields>
1079 </theme>
1080
1081 <theme name="PorositySubLayer">
1082 <inherits>
1083 <inherit from="HiddenColorLines" />
1084 <inherit from="MinMaxPoints" />
1085 </inherits>
1086 <fields>
1087 <field name="linecolor" type="Color" display="Linienfarbe"
1088 default="0, 0, 0" />
1089 </fields>
1090 </theme>
1091
1092 <theme name="DensityTopLayer">
1093 <inherits>
1094 <inherit from="HiddenColorLines" />
1095 <inherit from="MinMaxPoints" />
1096 </inherits>
1097 <fields>
1098 <field name="linecolor" type="Color" display="Linienfarbe"
1099 default="#996366" />
1100 </fields>
1101 </theme>
1102
1103 <theme name="DensitySubLayer">
1104 <inherits>
1105 <inherit from="HiddenColorLines" />
1106 <inherit from="MinMaxPoints" />
1107 </inherits>
1108 <fields>
1109 <field name="linecolor" type="Color" display="Linienfarbe"
1110 default="#996366" />
1111 </fields>
1112 </theme>
1113
1114 <theme name="BedDiameterTopLayer">
1115 <inherits>
1116 <inherit from="HiddenColorLines" />
1117 <inherit from="MinMaxPoints" />
1118 </inherits>
1119 <fields>
1120 <field name="linecolor" type="Color" display="Linienfarbe"
1121 default="#FF0000" />
1122 </fields>
1123 </theme>
1124
1125 <theme name="BedDiameterSubLayer">
1126 <inherits>
1127 <inherit from="HiddenColorLines" />
1128 <inherit from="MinMaxPoints" />
1129 </inherits>
1130 <fields>
1131 <field name="linecolor" type="Color" display="Linienfarbe"
1132 default="#FF0000" />
1133 </fields>
1134 </theme>
1135
1136 <theme name="BedLoadDiameter">
1137 <inherits>
1138 <inherit from="HiddenColorLines" />
1139 <inherit from="MinMaxPoints" />
1140 </inherits>
1141 <fields>
1142 <field name="linecolor" type="Color" display="Linienfarbe"
1143 default="#00FF00" />
1144 </fields>
1145 </theme>
1146
1147
1148 <!-- FLOW VELOCITY -->
1149 <theme name="FlowVelocityVMainChannel">
1150 <inherits>
1151 <inherit from="HiddenColorLines" />
1152 <inherit from="MinMaxPoints" />
1153 </inherits>
1154 <fields>
1155 <field name="linecolor" type="Color" display="Linienfarbe"
1156 default="204, 204, 204" />
1157 </fields>
1158 </theme>
1159
1160 <theme name="FlowVelocityVTotalChannel">
1161 <inherits>
1162 <inherit from="FlowVelocityVMainChannel" />
1163 </inherits>
1164 <fields>
1165 <field name="linecolor" type="Color" display="Linienfarbe"
1166 default="0, 0, 102" />
1167 </fields>
1168 </theme>
1169
1170 <theme name="FlowVelocityTau">
1171 <inherits>
1172 <inherit from="HiddenColorLines" />
1173 <inherit from="MinMaxPoints" />
1174 </inherits>
1175 <fields>
1176 <field name="linecolor" type="Color" display="Linienfarbe"
1177 default="0, 204, 204" />
1178 </fields>
1179 </theme>
1180
1181
1182 <!-- SQ Relation -->
1183 <theme name="SQMeasurements">
1184 <inherits>
1185 <inherit from="ColorPoints" />
1186 </inherits>
1187 <fields>
1188 <field name="showlines" type="boolean" display="Linie anzeigen"
1189 default="false" hidden="true" />
1190 <field name="pointcolor" type="Color" default="#0099FF" />
1191 </fields>
1192 </theme>
1193
1194 <theme name="SQOutliers">
1195 <inherits>
1196 <inherit from="ColorPoints" />
1197 </inherits>
1198 <fields>
1199 <field name="showlines" type="boolean" display="Linie anzeigen"
1200 default="false" hidden="true" />
1201 <field name="pointcolor" type="Color" default="#CC0000" />
1202 </fields>
1203 </theme>
1204
1205 <theme name="SQCurve">
1206 <inherits>
1207 <inherit from="HiddenColorLines" />
1208 </inherits>
1209 <fields>
1210 <field name="linecolor" type="Color" default="#000000" />
1211 </fields>
1212 </theme>
1213
1214 <theme name="FixingWQCurve">
1215 <inherits>
1216 <inherit from="HiddenColorLines" />
1217 </inherits>
1218 <fields>
1219 <field name="linecolor" type="Color" default="227, 27, 162" />
1220 </fields>
1221 </theme>
1222
1223 <theme name="FixingDerivedCurve">
1224 <inherits>
1225 <inherit from="HiddenColorLines" />
1226 </inherits>
1227 <fields>
1228 <field name="linecolor" type="Color" default="227, 27, 162" />
1229 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1230 default="false" hints="h" hidden="true" />
1231 <field name="pointsize" type="int" display="Punktdicke"
1232 default="5" hints="h" hidden="true" />
1233 </fields>
1234 </theme>
1235
1236 <theme name="FixingSectorAverageWQ0">
1237 <inherits>
1238 <inherit from="ColorPoints" />
1239 </inherits>
1240 <fields>
1241 <field name="showlines" type="boolean" default="true" />
1242 <field name="showlinelabel" type="boolean"
1243 display="Beschriftung anzeigen" default="false" hints="h" />
1244 <field name="pointsize" type="int" display="Punktdicke"
1245 default="3" />
1246 <field name="pointcolor" type="Color" display="Punktfarbe"
1247 default="0, 128, 0" />
1248 <field name="showpointlabel" type="boolean"
1249 display="Punktbeschriftung anzeigen" default="true"/>
1250 </fields>
1251 </theme>
1252 <theme name="FixingSectorAverageWQ1">
1253 <inherits>
1254 <inherit from="ColorPoints" />
1255 </inherits>
1256 <fields>
1257 <field name="showlinelabel" type="boolean"
1258 display="Beschriftung anzeigen" default="false" hints="h" />
1259 <field name="showlines" type="boolean" default="true" />
1260 <field name="pointsize" type="int" display="Punktdicke"
1261 default="3" />
1262 <field name="pointcolor" type="Color" display="Punktfarbe"
1263 default="0, 0, 255" />
1264 <field name="showpointlabel" type="boolean"
1265 display="Punktbeschriftung anzeigen" default="true"/>
1266 </fields>
1267 </theme>
1268 <theme name="FixingSectorAverageWQ2">
1269 <inherits>
1270 <inherit from="ColorPoints" />
1271 </inherits>
1272 <fields>
1273 <field name="showlinelabel" type="boolean"
1274 display="Beschriftung anzeigen" default="false" hints="h" />
1275 <field name="showlines" type="boolean" default="true" />
1276 <field name="pointsize" type="int" display="Punktdicke"
1277 default="3" />
1278 <field name="pointcolor" type="Color" display="Punktfarbe"
1279 default="255, 0, 255" />
1280 <field name="showpointlabel" type="boolean"
1281 display="Punktbeschriftung anzeigen" default="true"/>
1282 </fields>
1283 </theme>
1284 <theme name="FixingSectorAverageWQ3">
1285 <inherits>
1286 <inherit from="ColorPoints" />
1287 </inherits>
1288 <fields>
1289 <field name="showlinelabel" type="boolean"
1290 display="Beschriftung anzeigen" default="false" hints="h" />
1291 <field name="showlines" type="boolean" default="true" />
1292 <field name="pointsize" type="int" display="Punktdicke"
1293 default="3" />
1294 <field name="pointcolor" type="Color" display="Punktfarbe"
1295 default="255, 0, 0" />
1296 <field name="showpointlabel" type="boolean"
1297 display="Punktbeschriftung anzeigen" default="true"/>
1298 </fields>
1299 </theme>
1300
1301 <theme name="FixingAnalysisEventsWQ">
1302 <inherits>
1303 <inherit from="ColorPoints" />
1304 </inherits>
1305 <fields>
1306 <field name="showlines" type="boolean" default="false" />
1307 <field name="pointsize" type="int" display="Punktdicke"
1308 default="3" />
1309 <field name="pointcolor" type="Color" display="Punktfarbe"
1310 default="0, 255, 0" />
1311 <field name="showpointlabel" type="boolean"
1312 display="Punktbeschriftung anzeigen" default="true"/>
1313 </fields>
1314 </theme>
1315
1316 <theme name="FixingReferenceEvents">
1317 <inherits>
1318 <inherit from="ColorPoints" />
1319 </inherits>
1320 <fields>
1321 <field name="showlines" type="boolean" default="false"
1322 hidden="true" />
1323 <field name="showlinelabel" type="boolean" default="false"
1324 hidden="true" />
1325 <field name="linetype" type="Dash" display="Linienart"
1326 default="10" hidden="true" />
1327 <field name="linesize" type="int" display="Liniendicke"
1328 default="1" hidden="true" />
1329 <field name="pointsize" type="int" display="Punktdicke"
1330 default="3" />
1331 <field name="pointcolor" type="Color" display="Punktfarbe"
1332 default="0, 80, 160" />
1333 <field name="showpointlabel" type="boolean"
1334 display="Punktbeschriftung anzeigen" default="true"/>
1335 </fields>
1336 </theme>
1337
1338 <theme name="FixingOutliers">
1339 <inherits>
1340 <inherit from="ColorPoints" />
1341 </inherits>
1342 <fields>
1343 <field name="showpointlabel" type="boolean"
1344 display="Punktbeschriftung anzeigen" default="false"/>
1345 </fields>
1346 </theme>
1347
1348 <theme name="FixingDeltaWtAverage0">
1349 <inherits>
1350 <inherit from="ColorLines" />
1351 </inherits>
1352 <fields>
1353 <field name="showlinelabel" type="boolean"
1354 display="Beschriftung anzeigen" default="false" hints="h" />
1355 <field name="linecolor" type="Color" display="Linienfarbe"
1356 default="0, 128, 0" />
1357 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1358 </fields>
1359 </theme>
1360 <theme name="FixingDeltaWtAverage1">
1361 <inherits>
1362 <inherit from="ColorLines" />
1363 </inherits>
1364 <fields>
1365 <field name="showlinelabel" type="boolean"
1366 display="Beschriftung anzeigen" default="false" hints="h" />
1367 <field name="linecolor" type="Color" display="Linienfarbe"
1368 default="0, 0, 255" />
1369 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1370 </fields>
1371 </theme>
1372 <theme name="FixingDeltaWtAverage2">
1373 <inherits>
1374 <inherit from="ColorLines" />
1375 </inherits>
1376 <fields>
1377 <field name="showlinelabel" type="boolean"
1378 display="Beschriftung anzeigen" default="false" hints="h" />
1379 <field name="linecolor" type="Color" display="Linienfarbe"
1380 default="255, 0, 255" />
1381 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1382 </fields>
1383 </theme>
1384 <theme name="FixingDeltaWtAverage3">
1385 <inherits>
1386 <inherit from="ColorLines" />
1387 </inherits>
1388 <fields>
1389 <field name="showlinelabel" type="boolean"
1390 display="Beschriftung anzeigen" default="false" hints="h" />
1391 <field name="linecolor" type="Color" display="Linienfarbe"
1392 default="255, 0, 0" />
1393 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1394 </fields>
1395 </theme>
1396
1397 <theme name="FixingDeltaWtAnalysis">
1398 <inherits>
1399 <inherit from="ColorPoints" />
1400 </inherits>
1401 <fields>
1402 <field name="showlinelabel" type="boolean"
1403 display="Beschriftung anzeigen" default="false" hints="h" />
1404 <field name="showlines" type="boolean" default="false" />
1405 <field name="pointsize" type="int" display="Punktdicke"
1406 default="3" />
1407 <field name="pointcolor" type="Color" display="Punktfarbe"
1408 default="0, 255, 0" />
1409 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1410 </fields>
1411 </theme>
1412
1413 <theme name="FixingLSAverage0">
1414 <inherits>
1415 <inherit from="HiddenColorLines" />
1416 </inherits>
1417 <fields>
1418 <field name="linecolor" type="Color" default="0, 128, 0" />
1419 <field name="showlinelabel" type="boolean"
1420 display="Beschriftung anzeigen" default="false" hints="h" />
1421 </fields>
1422 </theme>
1423 <theme name="FixingLSAverage1">
1424 <inherits>
1425 <inherit from="HiddenColorLines" />
1426 </inherits>
1427 <fields>
1428 <field name="linecolor" type="Color" default="0, 0, 255" />
1429 <field name="showlinelabel" type="boolean"
1430 display="Beschriftung anzeigen" default="false" hints="h" />
1431 </fields>
1432 </theme>
1433 <theme name="FixingLSAverage2">
1434 <inherits>
1435 <inherit from="HiddenColorLines" />
1436 </inherits>
1437 <fields>
1438 <field name="linecolor" type="Color" default="255, 0, 255" />
1439 <field name="showlinelabel" type="boolean"
1440 display="Beschriftung anzeigen" default="false" hints="h" />
1441 </fields>
1442 </theme>
1443 <theme name="FixingLSAverage3">
1444 <inherits>
1445 <inherit from="HiddenColorLines" />
1446 </inherits>
1447 <fields>
1448 <field name="linecolor" type="Color" default="255, 0, 0" />
1449 <field name="showlinelabel" type="boolean"
1450 display="Beschriftung anzeigen" default="false" hints="h" />
1451 </fields>
1452 </theme>
1453
1454 <theme name="FixingSectorDeviationLS0">
1455 <inherits>
1456 <inherit from="Areas" />
1457 </inherits>
1458 <fields>
1459 <field name="fillcolor" type="Color" display="Fuellfarbe"
1460 default="0, 128, 0" />
1461 <field name="transparent" type="boolean" display="Transparenz"
1462 default="true" />
1463 </fields>
1464 </theme>
1465 <theme name="FixingSectorDeviationLS1">
1466 <inherits>
1467 <inherit from="Areas" />
1468 </inherits>
1469 <fields>
1470 <field name="fillcolor" type="Color" display="Fuellfarbe"
1471 default="0, 0, 255" />
1472 <field name="transparent" type="boolean" display="Transparenz"
1473 default="true" />
1474 </fields>
1475 </theme>
1476 <theme name="FixingSectorDeviationLS2">
1477 <inherits>
1478 <inherit from="Areas" />
1479 </inherits>
1480 <fields>
1481 <field name="fillcolor" type="Color" display="Fuellfarbe"
1482 default="255, 0, 255" />
1483 <field name="transparent" type="boolean" display="Transparenz"
1484 default="true" />
1485 </fields>
1486 </theme>
1487 <theme name="FixingSectorDeviationLS3">
1488 <inherits>
1489 <inherit from="Areas" />
1490 </inherits>
1491 <fields>
1492 <field name="fillcolor" type="Color" display="Fuellfarbe"
1493 default="255, 0, 0" />
1494 <field name="transparent" type="boolean" display="Transparenz"
1495 default="true" />
1496 </fields>
1497 </theme>
1498 <theme name="FixLSDeviation">
1499 <inherits>
1500 <inherit from="Areas" />
1501 </inherits>
1502 <fields>
1503 <field name="fillcolor" type="Color" display="Fuellfarbe"
1504 default="100, 100, 100" />
1505 <field name="transparent" type="boolean" display="Transparenz"
1506 default="true" />
1507 </fields>
1508 </theme>
1509 <theme name="FixLSAnalysis">
1510 <inherits>
1511 <inherit from="HiddenColorLines" />
1512 </inherits>
1513 <fields>
1514 <field name="linecolor" type="Color" default="0, 255, 0" />
1515 <field name="showlinelabel" type="boolean"
1516 display="Beschriftung anzeigen" default="false" hints="h" />
1517 </fields>
1518 </theme>
1519 <theme name="FixLSReference">
1520 <inherits>
1521 <inherit from="HiddenColorLines" />
1522 </inherits>
1523 <fields>
1524 <field name="linecolor" type="Color" default="0, 80, 160" />
1525 <field name="showlinelabel" type="boolean"
1526 display="Beschriftung anzeigen" default="false" hints="h" />
1527 </fields>
1528 </theme>
1529 <theme name="FixDeltaWtDeviation">
1530 <inherits>
1531 <inherit from="Areas"/>
1532 </inherits>
1533 <fields>
1534 <field name="transparency" type="int" default="80" display="Transparenz"/>
1535 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
1536 </fields>
1537 </theme>
1538 <theme name="FixingDeltaWtAnalysisPeriods">
1539 <inherits>
1540 <inherit from="Areas"/>
1541 </inherits>
1542 <fields>
1543 <field name="transparency" type="int" default="80" display="Transparenz"/>
1544 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
1545 </fields>
1546 </theme>
1547
1548 <theme name="QSectors">
1549 <fields>
1550 <field name="linecolor" type="Color" default="227, 27, 162" />
1551 <field name="showlinelabel" type="boolean"
1552 display="Beschriftung anzeigen" default="false" hints="h" />
1553 <field name="linetype" type="Dash" display="Linienart"
1554 default="10" hidden="true" />
1555 <field name="linesize" type="int" display="Liniendicke"
1556 default="1" hidden="true" />
1557 <field name="labelfontface" type="Font"
1558 display="Beschriftung: Schriftart" default="arial" />
1559 <field name="labelfontcolor" type="Color"
1560 display="Beschriftung: Schriftfarbe" default="0, 0, 0" />
1561 <field name="labelfontsize" type="int"
1562 display="Beschriftung: Schriftgröße" default="10" />
1563 <field name="labelfontstyle" type="Style"
1564 display="Beschriftung: Schriftstil" default="standard" />
1565 </fields>
1566 </theme>
1567
1568 </themegroup>

http://dive4elements.wald.intevation.org