_k0g.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  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="_k0g" idsDialogTitle="IDS_PROP_sqlText" helpId="dlgTypeInQuery" borderStyle="sizable" startupHeight="450" startupWidth="680">
  9. <dialogHtml><![CDATA[
  10. <div>
  11. <div>
  12. <div HAL_dlgItemId="divRootPane" HAL_paneId="TypeInQueryDlgPane"></div>
  13. <div HAL_paneId="TypeInQueryPane" onkeydown="_k0g._acj( event )">
  14. <textarea HAL_dlgItemId="taText" style="overflow:auto" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_AC_TYPE_IN_QUERY"></textarea>
  15. </div>
  16. <div HAL_dlgItemId="trMsgTitle" HAL_paneId="TypeInQueryMsgTitlePane" style="padding:2px 4px 2px 4px; border:1px solid var(--text-03)">
  17. <table HAL_dlgItemId="tblMsgTitle" cellpadding="0" cellspacing="0">
  18. <tr style="vertical-align:middle">
  19. <td HAL_ids="IDS_LBL_MSGS"></td>
  20. <td style="text-align:right"><span style="font-size:8pt; font-family:Marlett; color:black; font-weight:normal; cursor:pointer" onclick="_k0g._r96(false)" HAL_idsTooltip="IDS_TOOLTIP_HIDE_MSGS">r</span></td>
  21. </tr>
  22. </table>
  23. </div>
  24. <div HAL_dlgItemId="trMsg" HAL_paneId="TypeInQueryMsgPane" style="border:1px solid var(--text-03)">
  25. <div HAL_dlgItemId="divMsg" class="clsListView" style="border:none;"></div>
  26. </div>
  27. <div class="clsDlgButtonBar" HAL_paneId="TypeInQueryButtonBarPane">
  28. <button HAL_dlgItemId="btnCopyToClipboard" style="width:auto" class="clsDlgButton" onclick="_k0g._xn9()" HAL_ids="IDS_BTN_COPYTOCLIPBOARD"></button>
  29. <button class="clsDlgButton" onclick="_k0g._3qh()" HAL_ids="IDS_BTN_VALIDATE"></button>
  30. <button class="clsDlgButton" onclick="_k0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  31. <button class="clsDlgButton" onclick="_k0g._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  32. </div>
  33. </div>
  34. </div>
  35. ]]></dialogHtml>
  36. <externalScripts>
  37. <externalScript src="hal/_pgk.js"/>
  38. <externalScript src="hal/_uzf.js"/>
  39. <externalScript src="cchl/_bmh.js"/>
  40. <externalScript src="cchl/_957.js"/>
  41. <externalScript src="_pf2.js"/>
  42. </externalScripts>
  43. </dialog>
  44. <panes id="TypeInQueryDlgPane">
  45. <rowPane id="TypeInQueryPane" defaultHeight="*" parentResizeBehaviour="resize" minHeight="40px" fillPaneWith="_k0g_taText"/>
  46. <rowPane id="TypeInQueryMsgTitlePane" defaultHeight="autoFromContents" fillPaneWith="_k0g_tblMsgTitle" parentResizeBehaviour="fixed"/>
  47. <rowPane id="TypeInQueryMsgPane" defaultHeight="170px" parentResizeBehaviour="fixed" fillPaneWith="_k0g_divMsg"/>
  48. <rowPane id="TypeInQueryButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  49. </panes>
  50. </resources>