Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 3938:c0cab28ba1ea
merged flys-artifacts
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:15:03 +0200 |
parents | 355c843245c1 |
children | 22cd60315e08 |
comparison
equal
deleted
inserted
replaced
3865:436eec3be6ff | 3938:c0cab28ba1ea |
---|---|
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 <!-- Bedheight differences --> | |
1148 <theme name="BedheightDiffYear"> | |
1149 <inherits> | |
1150 <inherit from="HiddenColorLines" /> | |
1151 <inherit from="MinMaxPoints" /> | |
1152 </inherits> | |
1153 <fields> | |
1154 <field name="linecolor" type="Color" display="Linienfarbe" | |
1155 default="0, 204, 204" /> | |
1156 </fields> | |
1157 </theme> | |
1158 | |
1159 <theme name="BedheightDiffMorphWidth"> | |
1160 <inherits> | |
1161 <inherit from="HiddenColorLines" /> | |
1162 <inherit from="MinMaxPoints" /> | |
1163 </inherits> | |
1164 <fields> | |
1165 <field name="linecolor" type="Color" display="Linienfarbe" | |
1166 default="204, 204, 0" /> | |
1167 </fields> | |
1168 </theme> | |
1169 | |
1170 <theme name="BedheightDiffEpoch"> | |
1171 <inherits> | |
1172 <inherit from="HiddenColorLines" /> | |
1173 <inherit from="MinMaxPoints" /> | |
1174 </inherits> | |
1175 <fields> | |
1176 <field name="linecolor" type="Color" display="Linienfarbe" | |
1177 default="204, 0, 204" /> | |
1178 </fields> | |
1179 </theme> | |
1180 | |
1181 <theme name="BedheightDiffAbsHeight1"> | |
1182 <inherits> | |
1183 <inherit from="HiddenColorLines" /> | |
1184 <inherit from="MinMaxPoints" /> | |
1185 </inherits> | |
1186 <fields> | |
1187 <field name="linecolor" type="Color" display="Linienfarbe" | |
1188 default="204, 0, 204" /> | |
1189 </fields> | |
1190 </theme> | |
1191 | |
1192 <theme name="BedheightDiffAbsHeight2"> | |
1193 <inherits> | |
1194 <inherit from="HiddenColorLines" /> | |
1195 <inherit from="MinMaxPoints" /> | |
1196 </inherits> | |
1197 <fields> | |
1198 <field name="linecolor" type="Color" display="Linienfarbe" | |
1199 default="255, 100, 100" /> | |
1200 </fields> | |
1201 </theme> | |
1202 | |
1203 <theme name="BedheightDiffHeightYear"> | |
1204 <inherits> | |
1205 <inherit from="HiddenColorLines" /> | |
1206 <inherit from="MinMaxPoints" /> | |
1207 </inherits> | |
1208 <fields> | |
1209 <field name="linecolor" type="Color" display="Linienfarbe" | |
1210 default="204, 0, 0" /> | |
1211 </fields> | |
1212 </theme> | |
1213 | |
1214 | |
1215 <!-- FLOW VELOCITY --> | |
1216 <theme name="FlowVelocityVMainChannel"> | |
1217 <inherits> | |
1218 <inherit from="HiddenColorLines" /> | |
1219 <inherit from="MinMaxPoints" /> | |
1220 </inherits> | |
1221 <fields> | |
1222 <field name="linecolor" type="Color" display="Linienfarbe" | |
1223 default="204, 204, 204" /> | |
1224 </fields> | |
1225 </theme> | |
1226 | |
1227 <theme name="FlowVelocityVTotalChannel"> | |
1228 <inherits> | |
1229 <inherit from="FlowVelocityVMainChannel" /> | |
1230 </inherits> | |
1231 <fields> | |
1232 <field name="linecolor" type="Color" display="Linienfarbe" | |
1233 default="0, 0, 102" /> | |
1234 </fields> | |
1235 </theme> | |
1236 | |
1237 <theme name="FlowVelocityTau"> | |
1238 <inherits> | |
1239 <inherit from="HiddenColorLines" /> | |
1240 <inherit from="MinMaxPoints" /> | |
1241 </inherits> | |
1242 <fields> | |
1243 <field name="linecolor" type="Color" display="Linienfarbe" | |
1244 default="0, 204, 204" /> | |
1245 </fields> | |
1246 </theme> | |
1247 | |
1248 | |
1249 <!-- SQ Relation --> | |
1250 <theme name="SQMeasurements"> | |
1251 <inherits> | |
1252 <inherit from="ColorPoints" /> | |
1253 </inherits> | |
1254 <fields> | |
1255 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1256 default="false" hidden="true" /> | |
1257 <field name="pointcolor" type="Color" default="#0099FF" /> | |
1258 </fields> | |
1259 </theme> | |
1260 | |
1261 <theme name="SQOutliers"> | |
1262 <inherits> | |
1263 <inherit from="ColorPoints" /> | |
1264 </inherits> | |
1265 <fields> | |
1266 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1267 default="false" hidden="true" /> | |
1268 <field name="pointcolor" type="Color" default="#CC0000" /> | |
1269 </fields> | |
1270 </theme> | |
1271 | |
1272 <theme name="SQCurve"> | |
1273 <inherits> | |
1274 <inherit from="HiddenColorLines" /> | |
1275 </inherits> | |
1276 <fields> | |
1277 <field name="linecolor" type="Color" default="#000000" /> | |
1278 </fields> | |
1279 </theme> | |
1280 | |
1281 <theme name="FixingWQCurve"> | |
1282 <inherits> | |
1283 <inherit from="HiddenColorLines" /> | |
1284 </inherits> | |
1285 <fields> | |
1286 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1287 </fields> | |
1288 </theme> | |
1289 | |
1290 <theme name="FixingDerivedCurve"> | |
1291 <inherits> | |
1292 <inherit from="HiddenColorLines" /> | |
1293 </inherits> | |
1294 <fields> | |
1295 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1296 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1297 default="false" hints="h" hidden="true" /> | |
1298 <field name="pointsize" type="int" display="Punktdicke" | |
1299 default="5" hints="h" hidden="true" /> | |
1300 </fields> | |
1301 </theme> | |
1302 | |
1303 <theme name="FixingSectorAverageWQ0"> | |
1304 <inherits> | |
1305 <inherit from="ColorPoints" /> | |
1306 </inherits> | |
1307 <fields> | |
1308 <field name="showlines" type="boolean" default="true" /> | |
1309 <field name="showlinelabel" type="boolean" | |
1310 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1311 <field name="pointsize" type="int" display="Punktdicke" | |
1312 default="3" /> | |
1313 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1314 default="0, 128, 0" /> | |
1315 <field name="showpointlabel" type="boolean" | |
1316 display="Punktbeschriftung anzeigen" default="true"/> | |
1317 </fields> | |
1318 </theme> | |
1319 <theme name="FixingSectorAverageWQ1"> | |
1320 <inherits> | |
1321 <inherit from="ColorPoints" /> | |
1322 </inherits> | |
1323 <fields> | |
1324 <field name="showlinelabel" type="boolean" | |
1325 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1326 <field name="showlines" type="boolean" default="true" /> | |
1327 <field name="pointsize" type="int" display="Punktdicke" | |
1328 default="3" /> | |
1329 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1330 default="0, 0, 255" /> | |
1331 <field name="showpointlabel" type="boolean" | |
1332 display="Punktbeschriftung anzeigen" default="true"/> | |
1333 </fields> | |
1334 </theme> | |
1335 <theme name="FixingSectorAverageWQ2"> | |
1336 <inherits> | |
1337 <inherit from="ColorPoints" /> | |
1338 </inherits> | |
1339 <fields> | |
1340 <field name="showlinelabel" type="boolean" | |
1341 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1342 <field name="showlines" type="boolean" default="true" /> | |
1343 <field name="pointsize" type="int" display="Punktdicke" | |
1344 default="3" /> | |
1345 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1346 default="255, 0, 255" /> | |
1347 <field name="showpointlabel" type="boolean" | |
1348 display="Punktbeschriftung anzeigen" default="true"/> | |
1349 </fields> | |
1350 </theme> | |
1351 <theme name="FixingSectorAverageWQ3"> | |
1352 <inherits> | |
1353 <inherit from="ColorPoints" /> | |
1354 </inherits> | |
1355 <fields> | |
1356 <field name="showlinelabel" type="boolean" | |
1357 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1358 <field name="showlines" type="boolean" default="true" /> | |
1359 <field name="pointsize" type="int" display="Punktdicke" | |
1360 default="3" /> | |
1361 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1362 default="255, 0, 0" /> | |
1363 <field name="showpointlabel" type="boolean" | |
1364 display="Punktbeschriftung anzeigen" default="true"/> | |
1365 </fields> | |
1366 </theme> | |
1367 | |
1368 <theme name="FixingAnalysisEventsWQ"> | |
1369 <inherits> | |
1370 <inherit from="ColorPoints" /> | |
1371 </inherits> | |
1372 <fields> | |
1373 <field name="showlines" type="boolean" default="false" /> | |
1374 <field name="pointsize" type="int" display="Punktdicke" | |
1375 default="3" /> | |
1376 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1377 default="0, 255, 0" /> | |
1378 <field name="showpointlabel" type="boolean" | |
1379 display="Punktbeschriftung anzeigen" default="true"/> | |
1380 </fields> | |
1381 </theme> | |
1382 | |
1383 <theme name="FixingReferenceEvents"> | |
1384 <inherits> | |
1385 <inherit from="ColorPoints" /> | |
1386 </inherits> | |
1387 <fields> | |
1388 <field name="showlines" type="boolean" default="false" | |
1389 hidden="true" /> | |
1390 <field name="showlinelabel" type="boolean" default="false" | |
1391 hidden="true" /> | |
1392 <field name="linetype" type="Dash" display="Linienart" | |
1393 default="10" hidden="true" /> | |
1394 <field name="linesize" type="int" display="Liniendicke" | |
1395 default="1" hidden="true" /> | |
1396 <field name="pointsize" type="int" display="Punktdicke" | |
1397 default="3" /> | |
1398 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1399 default="0, 80, 160" /> | |
1400 <field name="showpointlabel" type="boolean" | |
1401 display="Punktbeschriftung anzeigen" default="true"/> | |
1402 </fields> | |
1403 </theme> | |
1404 | |
1405 <theme name="FixingOutliers"> | |
1406 <inherits> | |
1407 <inherit from="ColorPoints" /> | |
1408 </inherits> | |
1409 <fields> | |
1410 <field name="showpointlabel" type="boolean" | |
1411 display="Punktbeschriftung anzeigen" default="false"/> | |
1412 </fields> | |
1413 </theme> | |
1414 | |
1415 <theme name="FixingDeltaWtAverage0"> | |
1416 <inherits> | |
1417 <inherit from="ColorLines" /> | |
1418 </inherits> | |
1419 <fields> | |
1420 <field name="showlinelabel" type="boolean" | |
1421 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1422 <field name="linecolor" type="Color" display="Linienfarbe" | |
1423 default="0, 128, 0" /> | |
1424 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/> | |
1425 </fields> | |
1426 </theme> | |
1427 <theme name="FixingDeltaWtAverage1"> | |
1428 <inherits> | |
1429 <inherit from="ColorLines" /> | |
1430 </inherits> | |
1431 <fields> | |
1432 <field name="showlinelabel" type="boolean" | |
1433 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1434 <field name="linecolor" type="Color" display="Linienfarbe" | |
1435 default="0, 0, 255" /> | |
1436 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/> | |
1437 </fields> | |
1438 </theme> | |
1439 <theme name="FixingDeltaWtAverage2"> | |
1440 <inherits> | |
1441 <inherit from="ColorLines" /> | |
1442 </inherits> | |
1443 <fields> | |
1444 <field name="showlinelabel" type="boolean" | |
1445 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1446 <field name="linecolor" type="Color" display="Linienfarbe" | |
1447 default="255, 0, 255" /> | |
1448 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/> | |
1449 </fields> | |
1450 </theme> | |
1451 <theme name="FixingDeltaWtAverage3"> | |
1452 <inherits> | |
1453 <inherit from="ColorLines" /> | |
1454 </inherits> | |
1455 <fields> | |
1456 <field name="showlinelabel" type="boolean" | |
1457 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1458 <field name="linecolor" type="Color" display="Linienfarbe" | |
1459 default="255, 0, 0" /> | |
1460 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/> | |
1461 </fields> | |
1462 </theme> | |
1463 | |
1464 <theme name="FixingDeltaWtAnalysis"> | |
1465 <inherits> | |
1466 <inherit from="ColorPoints" /> | |
1467 </inherits> | |
1468 <fields> | |
1469 <field name="showlinelabel" type="boolean" | |
1470 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1471 <field name="showpointlabel" type="boolean" | |
1472 display="Punktbeschriftung anzeigen" default="true"/> | |
1473 <field name="showlines" type="boolean" default="false" /> | |
1474 <field name="pointsize" type="int" display="Punktdicke" | |
1475 default="3" /> | |
1476 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1477 default="0, 255, 0" /> | |
1478 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/> | |
1479 </fields> | |
1480 </theme> | |
1481 | |
1482 <theme name="FixingLSAverage0"> | |
1483 <inherits> | |
1484 <inherit from="HiddenColorLines" /> | |
1485 </inherits> | |
1486 <fields> | |
1487 <field name="linecolor" type="Color" default="0, 128, 0" /> | |
1488 <field name="showlinelabel" type="boolean" | |
1489 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1490 </fields> | |
1491 </theme> | |
1492 <theme name="FixingLSAverage1"> | |
1493 <inherits> | |
1494 <inherit from="HiddenColorLines" /> | |
1495 </inherits> | |
1496 <fields> | |
1497 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1498 <field name="showlinelabel" type="boolean" | |
1499 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1500 </fields> | |
1501 </theme> | |
1502 <theme name="FixingLSAverage2"> | |
1503 <inherits> | |
1504 <inherit from="HiddenColorLines" /> | |
1505 </inherits> | |
1506 <fields> | |
1507 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1508 <field name="showlinelabel" type="boolean" | |
1509 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1510 </fields> | |
1511 </theme> | |
1512 <theme name="FixingLSAverage3"> | |
1513 <inherits> | |
1514 <inherit from="HiddenColorLines" /> | |
1515 </inherits> | |
1516 <fields> | |
1517 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1518 <field name="showlinelabel" type="boolean" | |
1519 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1520 </fields> | |
1521 </theme> | |
1522 | |
1523 <theme name="FixingSectorDeviationLS0"> | |
1524 <inherits> | |
1525 <inherit from="Areas" /> | |
1526 </inherits> | |
1527 <fields> | |
1528 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
1529 default="0, 128, 0" /> | |
1530 </fields> | |
1531 </theme> | |
1532 <theme name="FixingSectorDeviationLS1"> | |
1533 <inherits> | |
1534 <inherit from="Areas" /> | |
1535 </inherits> | |
1536 <fields> | |
1537 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
1538 default="0, 0, 255" /> | |
1539 </fields> | |
1540 </theme> | |
1541 <theme name="FixingSectorDeviationLS2"> | |
1542 <inherits> | |
1543 <inherit from="Areas" /> | |
1544 </inherits> | |
1545 <fields> | |
1546 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
1547 default="255, 0, 255" /> | |
1548 </fields> | |
1549 </theme> | |
1550 <theme name="FixingSectorDeviationLS3"> | |
1551 <inherits> | |
1552 <inherit from="Areas" /> | |
1553 </inherits> | |
1554 <fields> | |
1555 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
1556 default="255, 0, 0" /> | |
1557 </fields> | |
1558 </theme> | |
1559 <theme name="FixLSDeviation"> | |
1560 <inherits> | |
1561 <inherit from="Areas" /> | |
1562 </inherits> | |
1563 <fields> | |
1564 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
1565 default="100, 100, 100" /> | |
1566 </fields> | |
1567 </theme> | |
1568 <theme name="FixLSAnalysis"> | |
1569 <inherits> | |
1570 <inherit from="HiddenColorLines" /> | |
1571 </inherits> | |
1572 <fields> | |
1573 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1574 <field name="showlinelabel" type="boolean" | |
1575 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1576 </fields> | |
1577 </theme> | |
1578 <theme name="FixLSReference"> | |
1579 <inherits> | |
1580 <inherit from="HiddenColorLines" /> | |
1581 </inherits> | |
1582 <fields> | |
1583 <field name="linecolor" type="Color" default="0, 80, 160" /> | |
1584 <field name="showlinelabel" type="boolean" | |
1585 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1586 </fields> | |
1587 </theme> | |
1588 <theme name="FixDeltaWtDeviation"> | |
1589 <inherits> | |
1590 <inherit from="Areas"/> | |
1591 </inherits> | |
1592 <fields> | |
1593 <field name="transparency" type="int" default="80" display="Transparenz"/> | |
1594 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> | |
1595 </fields> | |
1596 </theme> | |
1597 <theme name="FixingDeltaWtAnalysisPeriods"> | |
1598 <inherits> | |
1599 <inherit from="Areas"/> | |
1600 </inherits> | |
1601 <fields> | |
1602 <field name="transparency" type="int" default="80" display="Transparenz"/> | |
1603 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> | |
1604 </fields> | |
1605 </theme> | |
1606 | |
1607 <theme name="FixingReferencePeriod"> | |
1608 <inherits> | |
1609 <inherit from="Areas"/> | |
1610 </inherits> | |
1611 <fields> | |
1612 <field name="transparency" type="int" default="80" display="Transparenz"/> | |
1613 <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> | |
1614 </fields> | |
1615 </theme> | |
1616 | |
1617 <theme name="QSectors"> | |
1618 <fields> | |
1619 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1620 <field name="showlinelabel" type="boolean" | |
1621 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1622 <field name="linetype" type="Dash" display="Linienart" | |
1623 default="10" hidden="true" /> | |
1624 <field name="linesize" type="int" display="Liniendicke" | |
1625 default="1" hidden="true" /> | |
1626 <field name="labelfontface" type="Font" | |
1627 display="Beschriftung: Schriftart" default="arial" /> | |
1628 <field name="labelfontcolor" type="Color" | |
1629 display="Beschriftung: Schriftfarbe" default="0, 0, 0" /> | |
1630 <field name="labelfontsize" type="int" | |
1631 display="Beschriftung: Schriftgröße" default="10" /> | |
1632 <field name="labelfontstyle" type="Style" | |
1633 display="Beschriftung: Schriftstil" default="standard" /> | |
1634 </fields> | |
1635 </theme> | |
1636 | |
1637 </themegroup> |