12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!--
- 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="_w57" dialogTitle="Parameter Debugger" borderStyle="sizable">
- <dialogHtml><![CDATA[
- <div onkeypress="_w57._wph( event )" onkeydown="_w57._a7j( event )" onmousedown="_w57._y4g( event )">
- <div HAL_dlgItemId="divPanes" HAL_paneId="_w57_Panes"></div>
- <div HAL_dlgItemId="divOptionsPane" HAL_paneId="_w57_OptionsPane">
- <div style="padding:0 0 8px 0; display:none">
- <label HAL_dlgItemFor="chkXml" onclick="_w57._5ie()" class="clsToggle">
- <input HAL_dlgItemId="chkXml" type="checkbox"/>XML
- </label>
- </div>
- <div HAL_dlgItemId="divToolbar" class="clsDlgToolbar"></div>
- </div>
- <div HAL_dlgItemId="divListPane" HAL_paneId="_w57_ListPane">
- <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>
- </div>
- <div HAL_dlgItemId="divXmlPane" HAL_paneId="_w57_XmlPane">
- <div HAL_dlgItemId="divXml" class="clsPrettyPrint" style="white-space:nowrap"></div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_3d8.js"/>
- </externalScripts>
- </dialog>
- <panes id="Panes" minWidth="160px">
- <rowPane id="_w57_OptionsPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="_w57_divToolbar"/>
- <rowPane id="_w57_ListPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_w57_divList"/>
- <rowPane id="_w57_XmlPane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_w57_divXml" display="false"/>
- </panes>
- <toolbar id="Toolbar">
- <toolbarButton id="_w57_btnXml" onCommand="_w57._5ie()" tooltip="Show XML" smallSvgIcon="def_show_spec_16x16" enabled="true"/>
- <toolbarButton id="_w57_btnCopyAll" onCommand="_w57._mjl()" idsTooltip="IDS_HAL_TITLE_COPYCLIPBOARD" smallSvgIcon="def_hal_copy_16x16" enabled="true"/>
- </toolbar>
- </resources>
|