windows-nt/Source/XPSP1/NT/admin/pchealth/sr/shell/marsui/srframe.xml

23 lines
663 B
XML
Raw Normal View History

2020-09-26 03:20:57 -05:00
<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>