12345678910111213141516171819202122232425262728293031323334 |
- <!--
- 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="_wce" idsDialogTitle="IDS_PROP_overrideData" helpId="dlgOverrideData">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_wce._wph( event )">
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td style="vertical-align:top">
- <!-- List of numeric axes -->
- <div class="clsLabel" HAL_ids="IDS_LBL_OVERRIDEDATA_DATASETS" style="width:350px"></div>
- <div HAL_dlgItemId="divDataSets" class="clsListView" style="width:350px; height:200px; padding:var(--16S)" HAL_idsAriaLabel="IDS_LBL_NUMERIC_AXES"></div>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_wce._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="_wce._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_wce._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="DataSets" smallIconHeight="16px" smallIconWidth="16px" showCheckboxes="true">
- <listItems/>
- </listView>
- </resources>
|