_35j.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 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="_35j" idsDialogTitle="IDS_PROP_VizLength" helpId="dlgVizLength">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_35j._wph(event)" onkeydown="_35j._a7j(event)">
  11. <table cellpadding="0" cellspacing="1" class="clsDialogText" style="margin-bottom:4px">
  12. <tr>
  13. <td style="padding-right:7px">
  14. <table cellpadding="0" cellspacing="0" class="clsDialogText">
  15. <tr>
  16. <td><input HAL_dlgItemId="txtLength" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" HAL_idsAriaLabel="IDS_PROP_VizLength"/></td>
  17. <td><table HAL_dlgItemId="cboLengthUnit" class="clsCCHLCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
  18. </tr>
  19. </table>
  20. </td>
  21. </tr>
  22. </table>
  23. <div class="clsDlgButtonBar">
  24. <button class="clsDlgButton" onclick="_35j._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  25. <button class="clsDlgButton" onclick="_35j._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  26. </div>
  27. </div>
  28. ]]></dialogHtml>
  29. <externalResources>
  30. <externalResource src="cchl/res/cchl_dialog_resources.xml"/>
  31. </externalResources>
  32. <styleSheets>
  33. <styleSheet src="cchl/cchl_dialogs.css"/>
  34. </styleSheets>
  35. </dialog>
  36. </resources>