Leaked source code of windows server 2003
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

  1. <Mars_App>
  2. <!-- the "Panels" tag contains all panels that will be created initially -->
  3. <Panels>
  4. <!-- here's our cool DHTML dynamic content -->
  5. <Panel PanelType="Trident" Trusted="true">
  6. <Name>Contents</Name>
  7. <Layout>
  8. <Position>Window</Position>
  9. </Layout>
  10. <StartUrl>res://rstrui.exe/start.htm</StartUrl>
  11. </Panel>
  12. </Panels>
  13. <!-- places describes which panels are initially made visible -->
  14. <Places>
  15. <Place>
  16. <Name>Web</Name>
  17. <PlacePanel DefaultFocusPanel="true">
  18. <Name>Contents</Name>
  19. </PlacePanel>
  20. </Place>
  21. </Places>
  22. </Mars_App>