123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <!--
- 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="_155" dialogTitle="Client Query Engine Debugger" borderStyle="sizable">
- <dialogHtml><![CDATA[
- <div onkeypress="_155._wph( event )" onkeydown="_155._a7j( event )" onmousedown="_155._y4g( event )">
- <style HAL_dlgItemId="highlightStyles">
- </style>
- <style>
- DIV.clsQueryEngineDebuggerOrgTreeNode_normal
- {
- padding: 4px;
- white-space: nowrap;
- text-align: center;
- }
- DIV.clsQueryEngineDebuggerOrgTreeNode_hover
- {
- padding: 4px;
- white-space: nowrap;
- text-align: center;
- outline: 2px dotted var(--primary1-a80);
- }
- DIV.clsQueryEngineDebuggerOrgTreeNode_selected
- {
- padding: 4px;
- white-space: nowrap;
- text-align: center;
- background-color: #F1F5FA;
- outline: 2px solid var(--primary1-a80);
- }
- DIV._155_clsShowvWorkerDivs > DIV
- {
- background-color: #E8E9EA;
- border: 1px solid #B1B6BA !important;
- }
- DIV._155_clsShowvWorkerDivs > DIV > DIV:first-child
- {
- visibility: visible !important;
- }
- </style>
- <div HAL_dlgItemId="divPanes" HAL_paneId="_155_Panes"></div>
- <div HAL_dlgItemId="divTreePane" HAL_paneId="_155_OptionsPane">
- <label HAL_dlgItemFor="chkShowWorkers" class="clsToggle">
- <input HAL_dlgItemId="chkShowWorkers" hideFocus="true" type="checkbox" onclick="_155._ff4()"/><span>Show workers</span>
- </label>
- </div>
- <div HAL_dlgItemId="divTreePane" HAL_paneId="_155_TreePane">
- <div HAL_dlgItemId="divWorkers" HAL_isSelectable="true" style="white-space:nowrap; overflow:auto; font-size:14px; background-color:white; border:1px solid #CCCCCC; padding:8px"></div>
- </div>
- <div HAL_paneId="_155_TreeLegendPane">
- <table style="white-space:nowrap; overflow:auto; font-size:12px; margin:2px 0 2px auto">
- <tr>
- <td>
- <svg xmlns="http://www.w3.org/2000/svg" stroke-width="1px" stroke="rgb(74, 126, 187)" fill="rgb(37, 64, 97)" height="16px" width="12px" viewBox="0 0 48 48">
- <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
- </svg>
- </td>
- <td style="padding-right:8px">Source</td>
- <td>
- <svg xmlns="http://www.w3.org/2000/svg" stroke-width="1px" stroke="rgb(74, 126, 187)" fill="rgb(163, 196, 255)" height="16px" width="12px" viewBox="0 0 48 48">
- <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
- </svg>
- </td>
- <td style="padding-right:8px">Derived</td>
- <td>
- <svg xmlns="http://www.w3.org/2000/svg" stroke-width="1px" stroke="rgb(74, 126, 187)" fill="rgb(255, 255, 255)" height="16px" width="12px" viewBox="0 0 48 48">
- <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
- </svg>
- </td>
- <td style="padding-right:8px">Control</td>
- </tr>
- </table>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_3d8.js"/>
- <externalScript src="hal/_tzf.js"/>
- </externalScripts>
- </dialog>
- <panes id="Panes" minWidth="300px">
- <rowPane id="_155_OptionsPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- <rowPane id="_155_TreePane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_155_divWorkers"/>
- <rowPane id="_155_TreeLegendPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </panes>
- <menuPopupSet id="MenuPopupSet">
- <menuPopup id="_155_mnuPopup">
- <menuItem id="_155_mnuShowDataStore" label="Show datastore" onCommand="_155._lxc()"/>
- <menuItem id="_155_mnuCopyDataStore" label="Copy datastore" onCommand="_155._arc()"/>
- <menuItem id="_155_mnuDownloadDataStore" label="Download datastore" onCommand="_155._g77()"/>
- <menuItem id="_155_mnuShowClientQuery" label="Show client query" onCommand="_155._tu9()"/>
- <menuItem id="_155_mnuGoToControl" label="Go to control" onCommand="_155._q3g()"/>
- <menuItem id="_155_mnuGoToQuery" idsLabel="IDS_MI_EDIT_GOTO_QUERY" onCommand="_155._k6j()"/>
- </menuPopup>
- </menuPopupSet>
- </resources>
|