<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright (c) 2020 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> <button> <halign>right</halign> <legend>Abort</legend> <pref-width>60</pref-width> <key>Esc</key> <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>