Source code of Windows XP (NT5)
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.

96 lines
3.7 KiB

  1. <Mars_App>
  2. <!-- the "Panels" tag contains all panels that will be created initially -->
  3. <Panels>
  4. <!-- The navigation bar, always at the top -->
  5. <Panel PanelType="Trident" Trusted="true" AutoSize="true">
  6. <Name>NavBar</Name>
  7. <Layout>
  8. <Position>Top</Position>
  9. <Width MIN="540">0</Width>
  10. </Layout>
  11. <StartUrl>hcp://system/panels/NavBar.htm</StartUrl>
  12. </Panel>
  13. <!-- -->
  14. <!-- The optional context pane, always to the left -->
  15. <Panel PanelType="WebBrowser" Trusted="false">
  16. <Name>Context</Name>
  17. <Layout>
  18. <Position>Left</Position>
  19. <Width MIN="1">310</Width>
  20. </Layout>
  21. <StartUrl>hcp://system/panels/Context.htm</StartUrl>
  22. </Panel>
  23. <!-- -->
  24. <!-- The optional little nav bar, always on top of the content -->
  25. <Panel PanelType="Trident" Trusted="true" AutoSize="true">
  26. <Name>MiniNavBar</Name>
  27. <Layout>
  28. <Position>Top</Position>
  29. </Layout>
  30. <StartUrl>hcp://system/panels/MiniNavBar.htm</StartUrl>
  31. </Panel>
  32. <!-- -->
  33. <!-- Finally out content area -->
  34. <Panel PanelType="WebBrowser" Trusted="false">
  35. <Name>Contents</Name>
  36. <Layout>
  37. <Position>Window</Position>
  38. <Width MIN="50">0</Width>
  39. <Height MIN="50">0</Height>
  40. </Layout>
  41. <StartUrl>hcp://system/panels/firstpage.htm</StartUrl>
  42. </Panel>
  43. <!-- -->
  44. <!-- Ops, another one, for CHM viewing -->
  45. <Panel PanelType="CustomControl" Trusted="false">
  46. <Name>HHWindow</Name>
  47. <Layout>
  48. <Position>Window</Position>
  49. <Width MIN="50">0</Width>
  50. <Height MIN="50">0</Height>
  51. </Layout>
  52. <StartUrl>{FC7D9E06-3F9E-11d3-93C0-00C04F72DAF7}</StartUrl>
  53. </Panel>
  54. <!-- -->
  55. <!-- -->
  56. </Panels>
  57. <!-- places describes which panels are initially made visible -->
  58. <Places>
  59. <Place>
  60. <Name>FullWindow</Name>
  61. <PlacePanel DefaultFocusPanel="true" > <Name>NavBar </Name> </PlacePanel>
  62. <PlacePanel PersistVisibility="donttouch"> <Name>Contents</Name> </PlacePanel>
  63. <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow</Name> </PlacePanel>
  64. </Place>
  65. <Place>
  66. <Name>Normal</Name>
  67. <PlacePanel DefaultFocusPanel="true" > <Name>NavBar </Name> </PlacePanel>
  68. <PlacePanel > <Name>Context </Name> </PlacePanel>
  69. <PlacePanel > <Name>MiniNavBar</Name> </PlacePanel>
  70. <PlacePanel PersistVisibility="donttouch"> <Name>Contents </Name> </PlacePanel>
  71. <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow </Name> </PlacePanel>
  72. </Place>
  73. <Place>
  74. <Name>ContentOnly</Name>
  75. <PlacePanel > <Name>MiniNavBar</Name> </PlacePanel>
  76. <PlacePanel DefaultFocusPanel="true" PersistVisibility="donttouch"> <Name>Contents </Name> </PlacePanel>
  77. <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow </Name> </PlacePanel>
  78. </Place>
  79. <Place>
  80. <Name>KioskMode</Name>
  81. <PlacePanel DefaultFocusPanel="true" PersistVisibility="donttouch"> <Name>Contents</Name> </PlacePanel>
  82. <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow</Name> </PlacePanel>
  83. </Place>
  84. </Places>
  85. </Mars_App>