12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (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="_k0g" idsDialogTitle="IDS_PROP_sqlText" helpId="dlgTypeInQuery" borderStyle="sizable" startupHeight="450" startupWidth="680">
- <dialogHtml><![CDATA[
- <div>
- <div>
- <div HAL_dlgItemId="divRootPane" HAL_paneId="TypeInQueryDlgPane"></div>
- <div HAL_paneId="TypeInQueryPane" onkeydown="_k0g._acj( event )">
- <textarea HAL_dlgItemId="taText" style="overflow:auto" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_AC_TYPE_IN_QUERY"></textarea>
- </div>
- <div HAL_dlgItemId="trMsgTitle" HAL_paneId="TypeInQueryMsgTitlePane" style="padding:2px 4px 2px 4px; border:1px solid var(--text-03)">
- <table HAL_dlgItemId="tblMsgTitle" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:middle">
- <td HAL_ids="IDS_LBL_MSGS"></td>
- <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>
- </tr>
- </table>
- </div>
- <div HAL_dlgItemId="trMsg" HAL_paneId="TypeInQueryMsgPane" style="border:1px solid var(--text-03)">
- <div HAL_dlgItemId="divMsg" class="clsListView" style="border:none;"></div>
- </div>
- <div class="clsDlgButtonBar" HAL_paneId="TypeInQueryButtonBarPane">
- <button HAL_dlgItemId="btnCopyToClipboard" style="width:auto" class="clsDlgButton" onclick="_k0g._xn9()" HAL_ids="IDS_BTN_COPYTOCLIPBOARD"></button>
- <button class="clsDlgButton" onclick="_k0g._3qh()" HAL_ids="IDS_BTN_VALIDATE"></button>
- <button class="clsDlgButton" onclick="_k0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_k0g._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_pgk.js"/>
- <externalScript src="hal/_uzf.js"/>
- <externalScript src="cchl/_bmh.js"/>
- <externalScript src="cchl/_957.js"/>
- <externalScript src="_pf2.js"/>
- </externalScripts>
- </dialog>
- <panes id="TypeInQueryDlgPane">
- <rowPane id="TypeInQueryPane" defaultHeight="*" parentResizeBehaviour="resize" minHeight="40px" fillPaneWith="_k0g_taText"/>
- <rowPane id="TypeInQueryMsgTitlePane" defaultHeight="autoFromContents" fillPaneWith="_k0g_tblMsgTitle" parentResizeBehaviour="fixed"/>
- <rowPane id="TypeInQueryMsgPane" defaultHeight="170px" parentResizeBehaviour="fixed" fillPaneWith="_k0g_divMsg"/>
- <rowPane id="TypeInQueryButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </panes>
- </resources>
|