1234567891011121314151617181920212223242526 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: irot
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_aqc" dialogTitle="Shared State" borderStyle="sizable">
- <dialogHtml><![CDATA[
- <div onkeypress="_aqc._wph( event )" onkeydown="_aqc._a7j( event )" onmousedown="_aqc._y4g( event )">
- <div HAL_dlgItemId="divPanes" HAL_paneId="_aqc_Panes"></div>
- <div HAL_dlgItemId="divMainPane" HAL_paneId="_aqc_MainPane">
- <div HAL_dlgItemId="divMain" HAL_isSelectable="true" style="white-space:nowrap; overflow:auto; font-family:Consolas; font-size:11pt; background-color:black; color:#F2F2F2;"></div>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <panes id="_aqc_Panes" minWidth="160px">
- <rowPane id="_aqc_MainPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_aqc_divMain"/>
- </panes>
- </resources>
|