123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!--
- 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="_omh" idsDialogTitle="IDS_PROP_PAGENUMBER_STYLE" helpId="dlgPageNumber">
- <dialogHtml><![CDATA[
- <style>
- #_omh .clsListView DIV
- {
- text-align: center;
- }
- </style>
- <div>
- <div HAL_dlgItemId="divListView" class="clsListView" style="width:210px; height:300px" HAL_idsAriaLabel="IDS_PROP_PAGENUMBER_STYLE"></div>
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnEdit" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_omh._nem()" ondblclick="_omh._nem()">
- <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
- </button>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_omh._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_omh._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="PageNumberStyle" allowCtrlDeselect="false">
- <listItems>
- <listItem/>
- <listItem beforeText="- " afterText=" -"/>
- <!-- <listItem verticalType="lowerCaseRoman"/> -->
- <!-- <listItem verticalType="upperCaseRoman"/> -->
- <listItem verticalType="range"/>
- <listItem beforeText="- " separatorText="." horizontalType="number" afterText=" -"/>
- <listItem separatorText="-" horizontalType="number"/>
- <listItem separatorText="." horizontalType="number"/>
- <listItem separatorText="-" horizontalType="lowerCaseLetter"/>
- <listItem separatorText="-" horizontalType="upperCaseLetter"/>
- <listItem separatorText=" " horizontalType="lowerCaseRoman"/>
- <listItem separatorText=" " horizontalType="upperCaseRoman"/>
- <listItem horizontalType="lowerCaseLetter"/>
- <listItem horizontalType="upperCaseLetter"/>
- <listItem beforeHorizontalText="(" horizontalType="lowerCaseLetter" afterHorizontalText=")"/>
- <listItem beforeHorizontalText="(" horizontalType="upperCaseLetter" afterHorizontalText=")"/>
- <listItem beforeHorizontalText=" (" horizontalType="range" afterHorizontalText=")"/>
- <listItem value="custom" idsLabel="IDS_PN_CUSTOM"/>
- </listItems>
- </listView>
-
- <listView id="AppIteratorNumber" allowCtrlDeselect="false">
- <listItems>
- <listItem/>
- <listItem beforeText="- " afterText=" -"/>
- <!-- <listItem verticalType="lowerCaseRoman"/> -->
- <!-- <listItem verticalType="upperCaseRoman"/> -->
- <listItem verticalType="range"/>
- <listItem value="custom" idsLabel="IDS_PN_CUSTOM"/>
- </listItems>
- </listView>
- </resources>
|