1
0
Fork 0
A320-family/AircraftConfig/psload.xml
2022-12-31 12:56:08 -05:00

54 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2023 Josh Davidson (Octal450) -->
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>aircraft-config-panelstateload</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Please wait...</label>
</text>
<!-- its broken. needs acconfig 2.0 -->
<!--button>
<halign>right</halign>
<legend>Cancel</legend>
<pref-width>60</pref-width>
<pref-height>20</pref-height>
<binding>
<command>nasal</command>
<script>acconfig.abortPanelStates();</script>
</binding>
</button-->
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
<label>Loading Panel State, this may take a few moments...</label>
</text>
<text>
<halign>left</halign>
<label>Please be patient, and don't touch anything during this process!</label>
</text>
<text>
<border>1</border>
<label>9</label>
<valign>center</valign>
<property>/systems/acconfig/spin</property>
<live>1</live>
</text>
</group>
</PropertyList>