windows-nt/Source/XPSP1/NT/admin/pchealth/sr/shell/marsui/srframe.xml
2020-09-26 16:20:57 +08:00

23 lines
663 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>