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.
|
|
<Mars_App> <!-- the "Panels" tag contains all panels that will be created initially --> <Panels> <!-- The navigation bar, always at the top --> <Panel PanelType="Trident" Trusted="true" AutoSize="true"> <Name>NavBar</Name> <Layout> <Position>Top</Position> <Width MIN="540">0</Width> </Layout> <StartUrl>hcp://system/panels/NavBar.htm</StartUrl> </Panel> <!-- -->
<!-- The optional context pane, always to the left --> <Panel PanelType="WebBrowser" Trusted="false"> <Name>Context</Name> <Layout> <Position>Left</Position> <Width MIN="1">310</Width> </Layout> <StartUrl>hcp://system/panels/Context.htm</StartUrl> </Panel> <!-- -->
<!-- The optional little nav bar, always on top of the content --> <Panel PanelType="Trident" Trusted="true" AutoSize="true"> <Name>MiniNavBar</Name> <Layout> <Position>Top</Position> </Layout> <StartUrl>hcp://system/panels/MiniNavBar.htm</StartUrl> </Panel> <!-- -->
<!-- Finally out content area --> <Panel PanelType="WebBrowser" Trusted="false"> <Name>Contents</Name> <Layout> <Position>Window</Position> <Width MIN="50">0</Width> <Height MIN="50">0</Height> </Layout> <StartUrl>hcp://system/panels/firstpage.htm</StartUrl> </Panel> <!-- -->
<!-- Ops, another one, for CHM viewing --> <Panel PanelType="CustomControl" Trusted="false"> <Name>HHWindow</Name> <Layout> <Position>Window</Position> <Width MIN="50">0</Width> <Height MIN="50">0</Height> </Layout> <StartUrl>{FC7D9E06-3F9E-11d3-93C0-00C04F72DAF7}</StartUrl> </Panel> <!-- -->
<!-- -->
</Panels>
<!-- places describes which panels are initially made visible --> <Places> <Place> <Name>FullWindow</Name> <PlacePanel DefaultFocusPanel="true" > <Name>NavBar </Name> </PlacePanel> <PlacePanel PersistVisibility="donttouch"> <Name>Contents</Name> </PlacePanel> <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow</Name> </PlacePanel> </Place>
<Place> <Name>Normal</Name> <PlacePanel DefaultFocusPanel="true" > <Name>NavBar </Name> </PlacePanel> <PlacePanel > <Name>Context </Name> </PlacePanel> <PlacePanel > <Name>MiniNavBar</Name> </PlacePanel> <PlacePanel PersistVisibility="donttouch"> <Name>Contents </Name> </PlacePanel> <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow </Name> </PlacePanel> </Place>
<Place> <Name>ContentOnly</Name> <PlacePanel > <Name>MiniNavBar</Name> </PlacePanel> <PlacePanel DefaultFocusPanel="true" PersistVisibility="donttouch"> <Name>Contents </Name> </PlacePanel> <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow </Name> </PlacePanel> </Place>
<Place> <Name>KioskMode</Name> <PlacePanel DefaultFocusPanel="true" PersistVisibility="donttouch"> <Name>Contents</Name> </PlacePanel> <PlacePanel StartVisible="false" PersistVisibility="donttouch"> <Name>HHWindow</Name> </PlacePanel> </Place>
</Places> </Mars_App>
|