2002-12-22 20:22:11 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<!-- Control the weather -->
|
|
|
|
|
|
|
|
<name>winds</name>
|
|
|
|
<width>400</width>
|
2003-02-12 00:32:53 +00:00
|
|
|
<height>210</height>
|
2002-12-22 20:22:11 +00:00
|
|
|
<modal>false</modal>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<x>10</x>
|
2003-02-12 00:32:53 +00:00
|
|
|
<y>180</y>
|
2002-12-22 20:22:11 +00:00
|
|
|
<label>Environment: Winds</label>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<x>10</x>
|
2003-02-12 00:32:53 +00:00
|
|
|
<y>140</y>
|
2002-12-22 20:22:11 +00:00
|
|
|
<width>200</width>
|
|
|
|
<height>25</height>
|
|
|
|
<label>wind direction (deg)</label>
|
|
|
|
<property>/environment/wind-from-heading-deg</property>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<x>10</x>
|
2003-02-12 00:32:53 +00:00
|
|
|
<y>110</y>
|
2002-12-22 20:22:11 +00:00
|
|
|
<width>200</width>
|
|
|
|
<height>25</height>
|
|
|
|
<label>base wind speed (kt)</label>
|
|
|
|
<property>/environment/params/base-wind-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<x>10</x>
|
2003-02-12 00:32:53 +00:00
|
|
|
<y>80</y>
|
2002-12-22 20:22:11 +00:00
|
|
|
<width>200</width>
|
|
|
|
<height>25</height>
|
|
|
|
<label>gust wind speed (kt)</label>
|
|
|
|
<property>/environment/params/gust-wind-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
|
2003-02-12 00:32:53 +00:00
|
|
|
<slider>
|
|
|
|
<x>10</x>
|
|
|
|
<y>50</y>
|
|
|
|
<width>200</width>
|
|
|
|
<height>25</height>
|
|
|
|
<label>turbulence</label>
|
2003-07-13 20:26:00 +00:00
|
|
|
<property>/environment/turbulence/magnitude-norm</property>
|
2003-02-12 00:32:53 +00:00
|
|
|
</slider>
|
|
|
|
|
2002-12-22 20:22:11 +00:00
|
|
|
<button>
|
|
|
|
<x>5</x>
|
|
|
|
<y>10</y>
|
|
|
|
<legend>OK</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<default>true</default>
|
|
|
|
<equal>true</equal>
|
2002-12-22 20:22:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<x>105</x>
|
|
|
|
<y>10</y>
|
|
|
|
<legend>Apply</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<equal>true</equal>
|
2002-12-22 20:22:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<x>205</x>
|
|
|
|
<y>10</y>
|
|
|
|
<legend>Reset</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<equal>true</equal>
|
2002-12-22 20:22:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-update</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<x>305</x>
|
|
|
|
<y>10</y>
|
|
|
|
<legend>Cancel</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<equal>true</equal>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2002-12-22 20:22:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</PropertyList>
|