12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!--
- 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="_g4b" idsDialogTitle="IDS_TITLE_MAPCHARTDRILLS" helpId="dlgMapChartDrills">
- <dialogHtml><![CDATA[
- <div onkeypress="_g4b._wph( event )">
- <table cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td>
- <div HAL_ids="IDS_LBL_MAPCHARTDRILLS"></div>
- <div HAL_dlgItemId="lvMapDrills" class="clsListView" style="width:200px; height:300px" HAL_idsAriaLabel="IDS_LBL_MAPCHARTDRILLS"></div>
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnNew" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_NEW" onclick="_g4b._0qh()" ondblclick="_g4b._0qh()">
- <svg><use xlink:href="#def_hal_add_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_g4b._ovc()" ondblclick="_g4b._ovc()">
- <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
- </button>
- </div>
- </td>
- <td style="padding-left:var(--16S)">
- <div HAL_ids="IDS_LBL_drillThroughs"></div>
- <div>
- <input HAL_dlgItemId="txtDrillThroughs" class="clsDialogText clsTextBox clsReadOnlyTextBox" style="width:200px; vertical-align:middle;" type="text" readOnly="true" HAL_idsAriaLabel="IDS_LBL_drillThroughs" ondblclick="_g4b._phe()"/> <button HAL_dlgItemId="btnDrillThroughs" class="clsDotDotDotButton" hideFocus="true" HAL_idsAriaLabel="IDS_HAL_AC_DOTDOTDOT" onclick="_g4b._phe()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
- </div>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_g4b._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" HAL_isDefault="true" onclick="_g4b._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|