1234567891011121314151617181920212223242526 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <panes id="ClassesBody">
- <columnPane id="LeftClassesColumn" defaultWidth="*" minWidth="30px" parentResizeBehaviour="resizeFirst">
- <rowPane id="LocalClassesHeader" fillPaneWith="*"/>
- <rowPane id="LocalClassesBody" defaultHeight="*" minHeight="2px" fillPaneWith="idClassStylesView_divLocalClassList" parentResizeBehaviour="resize"/>
- <rowPane id="GlobalClassesHeader" fillPaneWith="*"/>
- <rowPane id="GlobalClassesBody" defaultHeight="2*" minHeight="2px" fillPaneWith="idClassStylesView_divGlobalClassList" parentResizeBehaviour="resize"/>
- </columnPane>
- <columnPane id="RightPreviewColumn" defaultWidth="285px" minWidth="285px" parentResizeBehaviour="fixed">
- <rowPane id="PreviewHeader"/>
- <rowPane id="PreviewBody" defaultHeight="*" minHeight="355px" parentResizeBehaviour="fixed"/>
- </columnPane>
- </panes>
- <listView id="MultiSelectListWithCaseInsensitiveKeySearch" keySearch="caseInsensitive" multiSelect="true">
- <listItems/>
- </listView>
- </resources>
|