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