12345678910111213141516171819202122232425 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mdsrv
- (C) Copyright IBM Corp. 2008, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <resources>
- <panes id="id_HAL_root_pane">
- <rowPane id="technicalViewTopPane" defaultHeight="*" minHeight="150px" parentResizeBehaviour="resizeFirst" splitterResizeBehaviour="resize"/>
- <rowPane id="technicalViewPropertiesHeader" defaultHeight="autoFromContent" parentResizeBehaviour="fixed" splitterResizeBehaviour="fixed"/>
- <rowSplitter/>
- <rowPane id="technicalViewBottomPane" defaultHeight="autoFromContent" minHeight="100px" parentResizeBehaviour="fixed" splitterResizeBehaviour="resize" overflow="auto" />
- </panes>
- </resources>
|