12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!--
- 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="_8qc" idsDialogTitle="IDS_TITLE_MAPDICTIONARY" helpId="dlgMapDictionary">
- <dialogHtml><![CDATA[
- <div onkeypress="_8qc._wph( event )" onkeydown="_8qc._a7j( event )">
- <div class="clsLabel" HAL_ids="IDS_LBL_MAPFEATURES"></div>
- <div HAL_dlgItemId="divEntries" class="clsListView" style="width:448px; height:200px" HAL_idsAriaLabel="IDS_LBL_MAPFEATURES"></div>
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnNew" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_NEW" onclick="_8qc._0qh()" ondblclick="_8qc._0qh()">
- <svg><use xlink:href="#def_hal_add_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_8qc._ovc()" ondblclick="_8qc._ovc()">
- <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_8qc._s4g()" ondblclick="_8qc._s4g()">
- <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
- </button>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_8qc._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" HAL_isDefault="true" onclick="_8qc._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="MapDictionary" multiSelect="true" showGridLines="true" fullRowSelect="true" showColumnHeaders="true">
- <columnHeaders>
- <columnHeader idsLabel="IDS_LBL_NAME2" width="120px"/>
- <columnHeader idsLabel="IDS_LBL_MAPALIAS2" width="120px"/>
- <columnHeader idsLabel="IDS_LBL_LOCALES2"/>
- </columnHeaders>
- <listItems/>
- </listView>
- </resources>
|