1
0
Fork 0

Initial revision.

This commit is contained in:
curt 2003-09-11 19:15:38 +00:00
parent 2ecb1b1f80
commit 168c485d1a

120
gui/dialogs/replay.xml Normal file
View file

@ -0,0 +1,120 @@
<?xml version="1.0"?>
<PropertyList>
<!-- Instant replay control -->
<name>replay</name>
<width>460</width>
<height>380</height>
<modal>false</modal>
<text>
<x>10</x>
<y>350</y>
<label>Instant Replay</label>
</text>
<input>
<x>20</x>
<y>300</y>
<width>125</width>
<height>25</height>
<property>/sim/replay/duration</property>
</input>
<text>
<x>10</x>
<y>270</y>
<label>Replay duration in seconds.</label>
</text>
<text>
<x>10</x>
<y>250</y>
<label>Enter 0 (zero) for replay of whole flight.</label>
</text>
<combo>
<x>20</x>
<y>200</y>
<width>200</width>
<height>25</height>
<property>/sim/replay/view</property>
<value>0</value>
<value>1</value>
<value>4</value>
</combo>
<text>
<x>10</x>
<y>170</y>
<label>Select replay view type:</label>
</text>
<text>
<x>10</x>
<y>145</y>
<label>0 - Cockpit view</label>
</text>
<text>
<x>10</x>
<y>125</y>
<label>1 - Chase view</label>
</text>
<text>
<x>10</x>
<y>105</y>
<label>4 - Tower view</label>
</text>
<text>
<x>10</x>
<y>80</y>
<label>Use v/shift-v to change views during replay,</label>
</text>
<text>
<x>10</x>
<y>60</y>
<label>and ctrl-v to return to cockpit view following replay.</label>
</text>
<!-- Header Row -->
<!-- Button Box -->
<group>
<x>20</x>
<y>10</y>
<button>
<x>0</x>
<y>0</y>
<legend>Replay</legend>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>replay</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
<default>true</default>
</button>
<button>
<x>100</x>
<y>0</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>