_s57.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2021
  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="_s57" idsDialogTitle="IDS_PROP_genericHints" helpId="dlgGenericQueryHints">
  9. <dialogHtml><![CDATA[
  10. <div onkeydown="_s57._a7j( event )" onkeypress="_s57._wph( event )">
  11. <div HAL_dlgItemId="divListView" class="clsListView" style="height:300px; width:500px"></div>
  12. <div class="clsButtonToolbar">
  13. <button HAL_dlgItemId="btnAdd" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_ADD" onclick="_s57._6hk()">
  14. <svg><use xlink:href="#def_hal_add_16x16"/></svg>
  15. </button>
  16. <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_s57._ovc()" ondblclick="_s57._ovc()">
  17. <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
  18. </button>
  19. <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_s57._s4g()">
  20. <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
  21. </button>
  22. </div>
  23. <div class="clsDlgButtonBar">
  24. <button class="clsDlgButton" onclick="_s57._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  25. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_s57._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  26. </div>
  27. </div>
  28. ]]></dialogHtml>
  29. </dialog>
  30. <listView id="ListView" showGridLines="true" fullRowSelect="true" showColumnHeaders="true">
  31. <columnHeaders>
  32. <columnHeader idsLabel="IDS_LBL_NAME2" width="250px"/>
  33. <columnHeader idsLabel="IDS_PROP_value" width="250px"/>
  34. </columnHeaders>
  35. <listItems/>
  36. </listView>
  37. </resources>