123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2021
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_s57" idsDialogTitle="IDS_PROP_genericHints" helpId="dlgGenericQueryHints">
- <dialogHtml><![CDATA[
- <div onkeydown="_s57._a7j( event )" onkeypress="_s57._wph( event )">
- <div HAL_dlgItemId="divListView" class="clsListView" style="height:300px; width:500px"></div>
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnAdd" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_ADD" onclick="_s57._6hk()">
- <svg><use xlink:href="#def_hal_add_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_s57._ovc()" ondblclick="_s57._ovc()">
- <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_s57._s4g()">
- <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
- </button>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_s57._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_s57._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="ListView" showGridLines="true" fullRowSelect="true" showColumnHeaders="true">
- <columnHeaders>
- <columnHeader idsLabel="IDS_LBL_NAME2" width="250px"/>
- <columnHeader idsLabel="IDS_PROP_value" width="250px"/>
- </columnHeaders>
- <listItems/>
- </listView>
- </resources>
|