_8qc.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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="_8qc" idsDialogTitle="IDS_TITLE_MAPDICTIONARY" helpId="dlgMapDictionary">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_8qc._wph( event )" onkeydown="_8qc._a7j( event )">
  11. <div class="clsLabel" HAL_ids="IDS_LBL_MAPFEATURES"></div>
  12. <div HAL_dlgItemId="divEntries" class="clsListView" style="width:448px; height:200px" HAL_idsAriaLabel="IDS_LBL_MAPFEATURES"></div>
  13. <div class="clsButtonToolbar">
  14. <button HAL_dlgItemId="btnNew" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_NEW" onclick="_8qc._0qh()" ondblclick="_8qc._0qh()">
  15. <svg><use xlink:href="#def_hal_add_16x16"/></svg>
  16. </button>
  17. <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_8qc._ovc()" ondblclick="_8qc._ovc()">
  18. <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
  19. </button>
  20. <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_8qc._s4g()" ondblclick="_8qc._s4g()">
  21. <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
  22. </button>
  23. </div>
  24. <div class="clsDlgButtonBar">
  25. <button class="clsDlgButton" onclick="_8qc._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  26. <button class="clsDlgButton" HAL_isDefault="true" onclick="_8qc._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  27. </div>
  28. </div>
  29. ]]></dialogHtml>
  30. </dialog>
  31. <listView id="MapDictionary" multiSelect="true" showGridLines="true" fullRowSelect="true" showColumnHeaders="true">
  32. <columnHeaders>
  33. <columnHeader idsLabel="IDS_LBL_NAME2" width="120px"/>
  34. <columnHeader idsLabel="IDS_LBL_MAPALIAS2" width="120px"/>
  35. <columnHeader idsLabel="IDS_LBL_LOCALES2"/>
  36. </columnHeaders>
  37. <listItems/>
  38. </listView>
  39. </resources>