You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
685 B
22 lines
685 B
<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>
|