New dialog for cloud layers.
This commit is contained in:
parent
c4c51e68be
commit
2d30029764
1 changed files with 234 additions and 0 deletions
234
gui/dialogs/clouds.xml
Normal file
234
gui/dialogs/clouds.xml
Normal file
|
@ -0,0 +1,234 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<type>dialog</type>
|
||||
|
||||
<!-- Control the weather -->
|
||||
|
||||
<name>clouds</name>
|
||||
<width>600</width>
|
||||
<height>280</height>
|
||||
<modal>false</modal>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>250</y>
|
||||
<label>Weather: Clouds</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>210</y>
|
||||
<label>Layer</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>75</x>
|
||||
<y>210</y>
|
||||
<label>Elevation (ft)</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>225</x>
|
||||
<y>210</y>
|
||||
<label>Type</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>450</x>
|
||||
<y>210</y>
|
||||
<label>Thickness (ft)</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>180</y>
|
||||
<label>4</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>75</x>
|
||||
<y>180</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[4]/elevation-ft</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>225</x>
|
||||
<y>180</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[4]/type</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>450</x>
|
||||
<y>180</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[4]/thickness-ft</property>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>150</y>
|
||||
<label>3</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>75</x>
|
||||
<y>150</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[3]/elevation-ft</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>225</x>
|
||||
<y>150</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[3]/type</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>450</x>
|
||||
<y>150</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[3]/thickness-ft</property>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>120</y>
|
||||
<label>1</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>75</x>
|
||||
<y>120</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[2]/elevation-ft</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>225</x>
|
||||
<y>120</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[2]/type</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>450</x>
|
||||
<y>120</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[2]/thickness-ft</property>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>90</y>
|
||||
<label>1</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>75</x>
|
||||
<y>90</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[1]/elevation-ft</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>225</x>
|
||||
<y>90</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[1]/type</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>450</x>
|
||||
<y>90</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[1]/thickness-ft</property>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>60</y>
|
||||
<label>0</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>75</x>
|
||||
<y>60</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[0]/elevation-ft</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>225</x>
|
||||
<y>60</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[0]/type</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>450</x>
|
||||
<y>60</y>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<property>/environment/clouds/layer[0]/thickness-ft</property>
|
||||
</input>
|
||||
|
||||
<button>
|
||||
<x>5</x>
|
||||
<y>10</y>
|
||||
<legend>OK</legend>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
<default>true</default>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
<x>205</x>
|
||||
<y>10</y>
|
||||
<legend>Apply</legend>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
<x>305</x>
|
||||
<y>10</y>
|
||||
<legend>Reset</legend>
|
||||
<binding>
|
||||
<command>dialog-update</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
<x>405</x>
|
||||
<y>10</y>
|
||||
<legend>Cancel</legend>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue