_w57.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="_w57" dialogTitle="Parameter Debugger" borderStyle="sizable">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_w57._wph( event )" onkeydown="_w57._a7j( event )" onmousedown="_w57._y4g( event )">
  11. <div HAL_dlgItemId="divPanes" HAL_paneId="_w57_Panes"></div>
  12. <div HAL_dlgItemId="divOptionsPane" HAL_paneId="_w57_OptionsPane">
  13. <div style="padding:0 0 8px 0; display:none">
  14. <label HAL_dlgItemFor="chkXml" onclick="_w57._5ie()" class="clsToggle">
  15. <input HAL_dlgItemId="chkXml" type="checkbox"/>XML
  16. </label>
  17. </div>
  18. <div HAL_dlgItemId="divToolbar" class="clsDlgToolbar"></div>
  19. </div>
  20. <div HAL_dlgItemId="divListPane" HAL_paneId="_w57_ListPane">
  21. <div HAL_dlgItemId="divList" HAL_isSelectable="true" style="white-space:nowrap; overflow:auto; font-family:Consolas; font-size:12pt; background-color:var(--ui-01); border:1px solid var(--G2)"></div>
  22. </div>
  23. <div HAL_dlgItemId="divXmlPane" HAL_paneId="_w57_XmlPane">
  24. <div HAL_dlgItemId="divXml" class="clsPrettyPrint" style="white-space:nowrap"></div>
  25. </div>
  26. </div>
  27. ]]></dialogHtml>
  28. <externalScripts>
  29. <externalScript src="hal/_3d8.js"/>
  30. </externalScripts>
  31. </dialog>
  32. <panes id="Panes" minWidth="160px">
  33. <rowPane id="_w57_OptionsPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="_w57_divToolbar"/>
  34. <rowPane id="_w57_ListPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_w57_divList"/>
  35. <rowPane id="_w57_XmlPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_w57_divXml" display="false"/>
  36. </panes>
  37. <toolbar id="Toolbar">
  38. <toolbarButton id="_w57_btnXml" onCommand="_w57._5ie()" tooltip="Show XML" smallSvgIcon="def_show_spec_16x16" enabled="true"/>
  39. <toolbarButton id="_w57_btnCopyAll" onCommand="_w57._mjl()" idsTooltip="IDS_HAL_TITLE_COPYCLIPBOARD" smallSvgIcon="def_hal_copy_16x16" enabled="true"/>
  40. </toolbar>
  41. </resources>