_omh.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="_omh" idsDialogTitle="IDS_PROP_PAGENUMBER_STYLE" helpId="dlgPageNumber">
  9. <dialogHtml><![CDATA[
  10. <style>
  11. #_omh .clsListView DIV
  12. {
  13. text-align: center;
  14. }
  15. </style>
  16. <div>
  17. <div HAL_dlgItemId="divListView" class="clsListView" style="width:210px; height:300px" HAL_idsAriaLabel="IDS_PROP_PAGENUMBER_STYLE"></div>
  18. <div class="clsButtonToolbar">
  19. <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_omh._nem()" ondblclick="_omh._nem()">
  20. <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
  21. </button>
  22. </div>
  23. <div class="clsDlgButtonBar">
  24. <button class="clsDlgButton" onclick="_omh._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  25. <button class="clsDlgButton" onclick="_omh._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  26. </div>
  27. </div>
  28. ]]></dialogHtml>
  29. </dialog>
  30. <listView id="PageNumberStyle" allowCtrlDeselect="false">
  31. <listItems>
  32. <listItem/>
  33. <listItem beforeText="- " afterText=" -"/>
  34. <!-- <listItem verticalType="lowerCaseRoman"/> -->
  35. <!-- <listItem verticalType="upperCaseRoman"/> -->
  36. <listItem verticalType="range"/>
  37. <listItem beforeText="- " separatorText="." horizontalType="number" afterText=" -"/>
  38. <listItem separatorText="-" horizontalType="number"/>
  39. <listItem separatorText="." horizontalType="number"/>
  40. <listItem separatorText="-" horizontalType="lowerCaseLetter"/>
  41. <listItem separatorText="-" horizontalType="upperCaseLetter"/>
  42. <listItem separatorText=" " horizontalType="lowerCaseRoman"/>
  43. <listItem separatorText=" " horizontalType="upperCaseRoman"/>
  44. <listItem horizontalType="lowerCaseLetter"/>
  45. <listItem horizontalType="upperCaseLetter"/>
  46. <listItem beforeHorizontalText="(" horizontalType="lowerCaseLetter" afterHorizontalText=")"/>
  47. <listItem beforeHorizontalText="(" horizontalType="upperCaseLetter" afterHorizontalText=")"/>
  48. <listItem beforeHorizontalText=" (" horizontalType="range" afterHorizontalText=")"/>
  49. <listItem value="custom" idsLabel="IDS_PN_CUSTOM"/>
  50. </listItems>
  51. </listView>
  52. <listView id="AppIteratorNumber" allowCtrlDeselect="false">
  53. <listItems>
  54. <listItem/>
  55. <listItem beforeText="- " afterText=" -"/>
  56. <!-- <listItem verticalType="lowerCaseRoman"/> -->
  57. <!-- <listItem verticalType="upperCaseRoman"/> -->
  58. <listItem verticalType="range"/>
  59. <listItem value="custom" idsLabel="IDS_PN_CUSTOM"/>
  60. </listItems>
  61. </listView>
  62. </resources>