_155.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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="_155" dialogTitle="Client Query Engine Debugger" borderStyle="sizable">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_155._wph( event )" onkeydown="_155._a7j( event )" onmousedown="_155._y4g( event )">
  11. <style HAL_dlgItemId="highlightStyles">
  12. </style>
  13. <style>
  14. DIV.clsQueryEngineDebuggerOrgTreeNode_normal
  15. {
  16. padding: 4px;
  17. white-space: nowrap;
  18. text-align: center;
  19. }
  20. DIV.clsQueryEngineDebuggerOrgTreeNode_hover
  21. {
  22. padding: 4px;
  23. white-space: nowrap;
  24. text-align: center;
  25. outline: 2px dotted var(--primary1-a80);
  26. }
  27. DIV.clsQueryEngineDebuggerOrgTreeNode_selected
  28. {
  29. padding: 4px;
  30. white-space: nowrap;
  31. text-align: center;
  32. background-color: #F1F5FA;
  33. outline: 2px solid var(--primary1-a80);
  34. }
  35. DIV._155_clsShowvWorkerDivs > DIV
  36. {
  37. background-color: #E8E9EA;
  38. border: 1px solid #B1B6BA !important;
  39. }
  40. DIV._155_clsShowvWorkerDivs > DIV > DIV:first-child
  41. {
  42. visibility: visible !important;
  43. }
  44. </style>
  45. <div HAL_dlgItemId="divPanes" HAL_paneId="_155_Panes"></div>
  46. <div HAL_dlgItemId="divTreePane" HAL_paneId="_155_OptionsPane">
  47. <label HAL_dlgItemFor="chkShowWorkers" class="clsToggle">
  48. <input HAL_dlgItemId="chkShowWorkers" hideFocus="true" type="checkbox" onclick="_155._ff4()"/><span>Show workers</span>
  49. </label>
  50. </div>
  51. <div HAL_dlgItemId="divTreePane" HAL_paneId="_155_TreePane">
  52. <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>
  53. </div>
  54. <div HAL_paneId="_155_TreeLegendPane">
  55. <table style="white-space:nowrap; overflow:auto; font-size:12px; margin:2px 0 2px auto">
  56. <tr>
  57. <td>
  58. <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">
  59. <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
  60. </svg>
  61. </td>
  62. <td style="padding-right:8px">Source</td>
  63. <td>
  64. <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">
  65. <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
  66. </svg>
  67. </td>
  68. <td style="padding-right:8px">Derived</td>
  69. <td>
  70. <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">
  71. <rect x="1" y="1" width="46" height="46" rx="4" ry="4"/>
  72. </svg>
  73. </td>
  74. <td style="padding-right:8px">Control</td>
  75. </tr>
  76. </table>
  77. </div>
  78. </div>
  79. ]]></dialogHtml>
  80. <externalScripts>
  81. <externalScript src="hal/_3d8.js"/>
  82. <externalScript src="hal/_tzf.js"/>
  83. </externalScripts>
  84. </dialog>
  85. <panes id="Panes" minWidth="300px">
  86. <rowPane id="_155_OptionsPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  87. <rowPane id="_155_TreePane" defaultHeight="*" minHeight="80px" parentResizeBehaviour="resize" fillPaneWith="_155_divWorkers"/>
  88. <rowPane id="_155_TreeLegendPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  89. </panes>
  90. <menuPopupSet id="MenuPopupSet">
  91. <menuPopup id="_155_mnuPopup">
  92. <menuItem id="_155_mnuShowDataStore" label="Show datastore" onCommand="_155._lxc()"/>
  93. <menuItem id="_155_mnuCopyDataStore" label="Copy datastore" onCommand="_155._arc()"/>
  94. <menuItem id="_155_mnuDownloadDataStore" label="Download datastore" onCommand="_155._g77()"/>
  95. <menuItem id="_155_mnuShowClientQuery" label="Show client query" onCommand="_155._tu9()"/>
  96. <menuItem id="_155_mnuGoToControl" label="Go to control" onCommand="_155._q3g()"/>
  97. <menuItem id="_155_mnuGoToQuery" idsLabel="IDS_MI_EDIT_GOTO_QUERY" onCommand="_155._k6j()"/>
  98. </menuPopup>
  99. </menuPopupSet>
  100. </resources>