2025-04-27 07:49:33 -04:00

23 lines
685 B
XML

<Mars_App>
<!-- the "Panels" tag contains all panels that will be created initially -->
<Panels>
<!-- here's our cool DHTML dynamic content -->
<Panel PanelType="Trident" Trusted="true">
<Name>Contents</Name>
<Layout>
<Position>Window</Position>
</Layout>
<StartUrl>res://rstrui.exe/start.htm</StartUrl>
</Panel>
</Panels>
<!-- places describes which panels are initially made visible -->
<Places>
<Place>
<Name>Web</Name>
<PlacePanel DefaultFocusPanel="true">
<Name>Contents</Name>
</PlacePanel>
</Place>
</Places>
</Mars_App>