_aqc.xml 992 B

1234567891011121314151617181920212223242526
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: irot
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_aqc" dialogTitle="Shared State" borderStyle="sizable">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_aqc._wph( event )" onkeydown="_aqc._a7j( event )" onmousedown="_aqc._y4g( event )">
  11. <div HAL_dlgItemId="divPanes" HAL_paneId="_aqc_Panes"></div>
  12. <div HAL_dlgItemId="divMainPane" HAL_paneId="_aqc_MainPane">
  13. <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>
  14. </div>
  15. </div>
  16. ]]></dialogHtml>
  17. </dialog>
  18. <panes id="_aqc_Panes" minWidth="160px">
  19. <rowPane id="_aqc_MainPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_aqc_divMain"/>
  20. </panes>
  21. </resources>