_zpc.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="_zpc" idsDialogTitle="IDS_PROP_appDimensions" helpId="">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_zpc._wph(event)" onkeydown="_zpc._a7j(event)">
  11. <table cellpadding="0" cellspacing="0">
  12. <tr>
  13. <td HAL_dlgItemId="tdWidthLabel" HAL_ids="IDS_LBL_WIDTH"></td>
  14. <td HAL_dlgItemId="tdHeightLabel" style="padding-left:var(--16S)" HAL_ids="IDS_LBL_HEIGHT"></td>
  15. </tr>
  16. <tr>
  17. <td HAL_dlgItemId="tdWidthValue">
  18. <table cellpadding="0" cellspacing="0">
  19. <tr>
  20. <td><input HAL_dlgItemId="txtWidth" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" HAL_idsAriaLabel="IDS_LBL_WIDTH"/></td>
  21. <td><table HAL_dlgItemId="cboWidthUnit" class="clsCCHLCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
  22. </tr>
  23. </table>
  24. </td>
  25. <td HAL_dlgItemId="tdHeightValue" style="padding-left:var(--16S)">
  26. <table cellpadding="0" cellspacing="0">
  27. <tr>
  28. <td><input HAL_dlgItemId="txtHeight" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" HAL_idsAriaLabel="IDS_LBL_HEIGHT"/></td>
  29. <td><table HAL_dlgItemId="cboHeightUnit" class="clsCCHLCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
  30. </tr>
  31. </table>
  32. </td>
  33. </tr>
  34. </table>
  35. <div class="clsDlgButtonBar">
  36. <button class="clsDlgButton" onclick="_zpc._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  37. <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="_zpc._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
  38. <button class="clsDlgButton" onclick="_zpc._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  39. </div>
  40. </div>
  41. ]]></dialogHtml>
  42. <externalResources>
  43. <externalResource src="cchl/res/cchl_dialog_resources.xml"/>
  44. </externalResources>
  45. <styleSheets>
  46. <styleSheet src="cchl/cchl_dialogs.css"/>
  47. </styleSheets>
  48. </dialog>
  49. </resources>