_wce.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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="_wce" idsDialogTitle="IDS_PROP_overrideData" helpId="dlgOverrideData">
  9. <dialogHtml>
  10. <![CDATA[
  11. <div onkeypress="_wce._wph( event )">
  12. <table cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td style="vertical-align:top">
  15. <!-- List of numeric axes -->
  16. <div class="clsLabel" HAL_ids="IDS_LBL_OVERRIDEDATA_DATASETS" style="width:350px"></div>
  17. <div HAL_dlgItemId="divDataSets" class="clsListView" style="width:350px; height:200px; padding:var(--16S)" HAL_idsAriaLabel="IDS_LBL_NUMERIC_AXES"></div>
  18. </td>
  19. </tr>
  20. </table>
  21. <div class="clsDlgButtonBar">
  22. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_wce._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  23. <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="_wce._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
  24. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_wce._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  25. </div>
  26. </div>
  27. ]]></dialogHtml>
  28. </dialog>
  29. <listView id="DataSets" smallIconHeight="16px" smallIconWidth="16px" showCheckboxes="true">
  30. <listItems/>
  31. </listView>
  32. </resources>