1
0
Fork 0
fgdata/gui/dialogs/flight-recorder.xml

226 lines
5.9 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<name>flight-recorder-control</name>
<layout>vbox</layout>
<!-- titlebar -->
<group>
<layout>hbox</layout>
<empty><stretch>1</stretch></empty>
<text>
<label>Flight Recorder Control</label>
</text>
<empty><stretch>1</stretch></empty>
<button>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend></legend>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<group>
<layout>table</layout>
<checkbox>
<row>0</row>
<col>0</col>
<property>sim/replay/record-continuous</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>0</row>
<col>1</col>
<label>Continuous record to file</label>
<halign>left</halign>
</text>
<checkbox>
<row>1</row>
<col>0</col>
<property>sim/replay/record-continuous-compression</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>1</row>
<col>1</col>
<label>Continuous record with compression</label>
<halign>left</halign>
</text>
<checkbox>
<row>2</row>
<col>0</col>
<property>sim/replay/recovery-period</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>2</row>
<col>1</col>
<label>Maintain recovery snapshot</label>
<halign>left</halign>
</text>
<checkbox>
<row>3</row>
<col>0</col>
<property>sim/replay/record-signals</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>3</row>
<col>1</col>
<label>Include user aircraft in Continuous recordings</label>
<halign>left</halign>
</text>
<checkbox>
<row>4</row>
<col>0</col>
<property>sim/replay/record-multiplayer</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>4</row>
<col>1</col>
<label>Include multiplayer aircraft in recordings</label>
<halign>left</halign>
</text>
<checkbox>
<row>5</row>
<col>0</col>
<property>sim/replay/record-main-window</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>5</row>
<col>1</col>
<label>Record main window position and size</label>
<halign>left</halign>
</text>
<checkbox>
<row>6</row>
<col>0</col>
<property>sim/replay/record-main-view</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>6</row>
<col>1</col>
<label>Record main window view</label>
<halign>left</halign>
</text>
<checkbox>
<row>7</row>
<col>0</col>
<property>sim/replay/replay-main-window-position</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>7</row>
<col>1</col>
<label>Replay main window position</label>
<halign>left</halign>
</text>
<checkbox>
<row>8</row>
<col>0</col>
<property>sim/replay/replay-main-window-size</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>8</row>
<col>1</col>
<label>Replay main window size</label>
<halign>left</halign>
</text>
<checkbox>
<row>9</row>
<col>0</col>
<property>sim/replay/replay-main-view</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>9</row>
<col>1</col>
<label>Replay main window view</label>
<halign>left</halign>
</text>
</group>
<group>
<layout>table</layout>
<button>
<row>0</row>
<col>0</col>
<legend>Load ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-load</dialog-name>
</binding>
</button>
<text>
<row>0</row>
<col>1</col>
<label>Load Flight Recorder Tape</label>
<halign>left</halign>
</text>
<button>
<row>1</row>
<col>0</col>
<legend>Save ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-save</dialog-name>
</binding>
</button>
<text>
<row>1</row>
<col>1</col>
<label>Save Flight Recorder Tape</label>
<halign>left</halign>
</text>
</group>
</PropertyList>