1
0
Fork 0
fgdata/gui/dialogs/local_weather_tiles.xml

196 lines
3.8 KiB
XML
Raw Normal View History

2010-04-12 20:46:07 +00:00
<?xml version="1.0"?>
<PropertyList>
<!-- Cloud placement methods -->
<name>local_weather_tiles</name>
<width>300</width>
<height>300</height>
<modal>false</modal>
<text>
<x>10</x>
<y>270</y>
<label>Select a weather scenario tile</label>
</text>
<combo>
<x>10</x>
<y>220</y>
2010-04-12 21:29:37 +00:00
<width>280</width>
2010-04-12 20:46:07 +00:00
<height>25</height>
<live>true</live>
<property>/local-weather/tmp/tile-type</property>
2010-06-04 21:05:32 +00:00
<value>High-pressure-core</value>
<value>High-pressure</value>
<value>High-pressure-border</value>
<value>Low-pressure-border</value>
<value>Low-pressure</value>
<value>Low-pressure-core</value>
<value>---</value>
<!--<value>Altocumulus sky</value>-->
<!--<value>Broken layers</value>-->
<!--<value>Cirrus sky</value>-->
<!--<value>Fair weather</value>-->
2010-04-12 21:29:37 +00:00
<value>Glider's sky</value>
2010-06-04 21:05:32 +00:00
<value>Blue thermals</value>
<!--<value>Incoming rainfront</value>-->
<!--<value>8/8 stratus sky</value>-->
<!--<value>Test tile</value>-->
<!--<value>Summer rain</value>-->
2010-04-12 20:46:07 +00:00
<binding>
<command>dialog-apply</command>
</binding>
</combo>
2010-04-12 21:29:37 +00:00
<text>
<x>10</x>
<y>170</y>
<label>orientation (deg)</label>
</text>
<input>
2010-06-04 21:05:32 +00:00
<x>115</x>
2010-04-12 21:29:37 +00:00
<y>170</y>
2010-06-04 21:05:32 +00:00
<width>40</width>
2010-04-12 21:29:37 +00:00
<height>25</height>
<property>/local-weather/tmp/tile-orientation-deg</property>
</input>
<text>
2010-06-04 21:05:32 +00:00
<x>155</x>
2010-04-12 21:29:37 +00:00
<y>170</y>
<label>alt. offset (ft)</label>
</text>
<input>
2010-06-04 21:05:32 +00:00
<x>240</x>
2010-04-12 21:29:37 +00:00
<y>170</y>
2010-06-04 21:05:32 +00:00
<width>50</width>
2010-04-12 21:29:37 +00:00
<height>25</height>
<property>/local-weather/tmp/tile-alt-offset-ft</property>
</input>
2010-06-04 21:05:32 +00:00
<text>
<x>10</x>
<y>130</y>
<label>tile selection mode</label>
</text>
<combo>
<x>150</x>
<y>130</y>
<width>140</width>
<height>25</height>
<live>true</live>
<property>/local-weather/tmp/tile-management</property>
<value>single tile</value>
<value>repeat tile</value>
<value>realistic weather</value>
<binding>
<command>dialog-apply</command>
</binding>
</combo>
<checkbox>
<x>10</x>
<y>90</y>
<width>15</width>
<height>15</height>
<label>Terrain presampling</label>
<property>/local-weather/tmp/presampling-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<x>150</x>
<y>90</y>
<width>15</width>
<height>15</height>
<label>Worker threads</label>
<property>/local-weather/tmp/thread-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<x>10</x>
<y>60</y>
<width>15</width>
<height>15</height>
<label>asymmetric range</label>
<property>/local-weather/tmp/asymmetric-tile-loading-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<x>150</x>
<y>60</y>
<width>15</width>
<height>15</height>
<label>detailed clouds</label>
<property>/local-weather/config/detailed-clouds-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
2010-04-12 20:46:07 +00:00
<group>
<x>10</x>
<y>10</y>
<button>
<x>0</x>
<y>0</y>
<legend>OK</legend>
<default>true</default>
<equal>true</equal>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>nasal</command>
<script>local_weather.set_tile()</script>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<x>80</x>
<y>0</y>
<legend>Clear clouds</legend>
<default>true</default>
<equal>true</equal>
<binding>
<command>nasal</command>
<script>local_weather.clear_all()</script>
</binding>
</button>
<button>
<x>200</x>
<y>0</y>
<legend>Cancel</legend>
<equal>true</equal>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>