_xcm.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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="_xcm" helpId="dlgFormat" dialogSvgIcon="def_data_format">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_xcm._wph( event )">
  11. <table cellpadding="0" cellspacing="0">
  12. <tr style="vertical-align:bottom">
  13. <td HAL_ids="IDS_LBL_FORMAT_TYPE" style="padding-bottom:2px"></td>
  14. <td style="padding-bottom:2px">
  15. <div style="display:flex; align-items:flex-end">
  16. <span HAL_ids="IDS_LBL_PROPERTIES"></span>
  17. <div class="clsButtonToolbar" style="margin-left:auto; padding-right:var(--16S)">
  18. <button HAL_dlgItemId="btnClear" class="clsSvgButton16x16" onclick="_xcm._dol()" HAL_idsTooltip="IDS_BTN_RESET">
  19. <svg><use xlink:href="#def_hal_reset_16x16"/></svg>
  20. </button>
  21. </div>
  22. </div>
  23. </td>
  24. </tr>
  25. <tr style="vertical-align:top">
  26. <td style="padding-right:var(--16S)">
  27. <table HAL_dlgItemId="cboFormatType" style="vertical-align:middle; width:150px" HAL_idsAriaLabel="IDS_LBL_FORMAT_TYPE"></table>
  28. <div HAL_dlgItemId="divFormatType" class="clsListView" style="width:150px" HAL_idsAriaLabel="IDS_LBL_FORMAT_TYPE"></div>
  29. <div HAL_dlgItemId="divCurrencies">
  30. <div class="clsLabelSequence" HAL_ids="IDS_LBL_CURR"></div>
  31. <div HAL_dlgItemId="divCurrenciesList" class="clsListView" style="width:150px; height:90px" HAL_idsAriaLabel="IDS_LBL_CURR"></div>
  32. <div class="clsButtonToolbar">
  33. <button HAL_dlgItemId="btnAdd" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_ADD" onclick="_xcm._oph()">
  34. <svg><use xlink:href="#def_hal_add_16x16"/></svg>
  35. </button>
  36. <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_xcm._ovc()">
  37. <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
  38. </button>
  39. </div>
  40. </div>
  41. </td>
  42. <td>
  43. <div HAL_dlgItemId="divPropertySheet" class="clsPropertySheetContainer clsDialogPropertySheet" style="height:250px; width:400px" HAL_idsAriaLabel="IDS_LBL_PROPERTIES"></div>
  44. <div id="_xcm_divDescriptionBox" class="clsPropertyDescriptionBox" style="width:400px; height:100px; margin-top:4px">
  45. <div HAL_dlgItemId="divInfoTitle" style="font-weight:bold; padding-bottom:2px">&nbsp;</div>
  46. <div HAL_dlgItemId="divInfoDescription" tabIndex="0" HAL_aria-labelledby="divInfoTitle divInfoDescription">&nbsp;</div>
  47. </div>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td colspan="2">
  52. <div HAL_dlgItemId="divShowSample">
  53. <fieldset HAL_dlgItemId="fsSample" style="padding:var(--8XS)">
  54. <legend HAL_ids="IDS_LBL_SAMPLE"></legend>
  55. <div HAL_dlgItemId="divSample" class="clsLabel" style="height:16px"></div>
  56. </fieldset>
  57. </div>
  58. </td>
  59. </tr>
  60. </table>
  61. <div class="clsDlgButtonBar">
  62. <button class="clsDlgButton" onclick="_xcm._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  63. <button class="clsDlgButton" onclick="_xcm._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  64. </div>
  65. </div>
  66. ]]></dialogHtml>
  67. <externalScripts>
  68. <externalScript src="hal/_opc.js"/>
  69. <externalScript src="_kf2.js"/>
  70. </externalScripts>
  71. <externalStringTables>
  72. <externalStringTable>
  73. <src><srcParam value="_gyc._t5j()"/>res/rs_fm_dta_frmt_props_<srcParam value="_qgn._9eb"/>.xml</src>
  74. </externalStringTable>
  75. </externalStringTables>
  76. </dialog>
  77. <listView id="Currencies">
  78. <listItems>
  79. <listItem value="" idsLabel="IDS_ALL_CURRENCIES"/>
  80. </listItems>
  81. </listView>
  82. <comboBox id="FormatType" type="dropDownList">
  83. <listView>
  84. <listItems>
  85. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  86. <listItem value="stringFormat" idsLabel="IDS_EL_stringFormat"/>
  87. <listItem value="numberFormat" idsLabel="IDS_EL_numberFormat"/>
  88. <listItem value="currencyFormat" idsLabel="IDS_EL_currencyFormat"/>
  89. <listItem value="percentFormat" idsLabel="IDS_EL_percentFormat"/>
  90. <listItem value="dateFormat" idsLabel="IDS_EL_dateFormat"/>
  91. <listItem value="timeFormat" idsLabel="IDS_EL_timeFormat"/>
  92. <listItem value="dateTimeFormat" idsLabel="IDS_EL_dateTimeFormat"/>
  93. <listItem value="intervalFormat" idsLabel="IDS_EL_intervalFormat"/>
  94. <listItem value="format" idsLabel="IDS_EL_format"/>
  95. </listItems>
  96. </listView>
  97. </comboBox>
  98. <comboBox id="FormatType_Output" type="dropDownList">
  99. <listView>
  100. <listItems>
  101. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  102. <listItem value="numberFormat_Output" idsLabel="IDS_EL_numberFormat"/>
  103. <listItem value="currencyFormat_Output" idsLabel="IDS_EL_currencyFormat"/>
  104. <listItem value="percentFormat_Output" idsLabel="IDS_EL_percentFormat"/>
  105. </listItems>
  106. </listView>
  107. </comboBox>
  108. <listView id="useIntlSymbol">
  109. <listItems>
  110. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  111. <listItem value="false" idsLabel="IDS_PROPVAL_USEINTLSYMBOL_FALSE"/>
  112. <listItem value="true" idsLabel="IDS_PROPVAL_USEINTLSYMBOL_TRUE"/>
  113. </listItems>
  114. </listView>
  115. <listView id="useTrailingSymbol">
  116. <listItems>
  117. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  118. <listItem value="false" idsLabel="IDS_PROPVAL_POS_BEGINNING"/>
  119. <listItem value="true" idsLabel="IDS_PROPVAL_POS_END"/>
  120. </listItems>
  121. </listView>
  122. <listView id="percentSymbol">
  123. <listItems>
  124. <listItem value="%" label="%"/>
  125. <listItem value="&#x2030;" label="&#x2030;"/>
  126. </listItems>
  127. </listView>
  128. <listView id="percentScale">
  129. <listItems>
  130. <listItem value="0" label="0"/>
  131. <listItem value="-2" label="-2"/>
  132. <listItem value="-3" label="-3"/>
  133. <listItem value="-4" label="-4"/>
  134. </listItems>
  135. </listView>
  136. <listView id="units">
  137. <listItems>
  138. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  139. <listItem value="time" idsLabel="IDS_PROPVAL_TIME"/>
  140. <listItem value="days" idsLabel="IDS_PROPVAL_DAYS"/>
  141. <listItem value="hours" idsLabel="IDS_PROPVAL_HOURS"/>
  142. <listItem value="minutes" idsLabel="IDS_PROPVAL_MINUTES"/>
  143. <listItem value="seconds" idsLabel="IDS_PROPVAL_SECONDS"/>
  144. <listItem value="milliseconds" idsLabel="IDS_PROPVAL_MILLISECONDS"/>
  145. </listItems>
  146. </listView>
  147. <listView id="dateStyle">
  148. <listItems>
  149. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  150. <listItem value="short" idsLabel="IDS_PROPVAL_DATESTYLE_SHORT"/>
  151. <listItem value="medium" idsLabel="IDS_PROPVAL_DATESTYLE_MEDIUM"/>
  152. <listItem value="long" idsLabel="IDS_PROPVAL_DATESTYLE_LONG"/>
  153. <listItem value="full" idsLabel="IDS_PROPVAL_DATESTYLE_FULL"/>
  154. </listItems>
  155. </listView>
  156. <listView id="dateSeparator">
  157. <listItems>
  158. <listItem value="/" label="/"/>
  159. <listItem value="-" label="-"/>
  160. <listItem value="." label="."/>
  161. </listItems>
  162. </listView>
  163. <listView id="displayOrder">
  164. <listItems>
  165. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  166. <listItem value="YMD" idsLabel="IDS_PROPVAL_DISPLAYORDER_YMD"/>
  167. <listItem value="MDY" idsLabel="IDS_PROPVAL_DISPLAYORDER_MDY"/>
  168. <listItem value="DMY" idsLabel="IDS_PROPVAL_DISPLAYORDER_DMY"/>
  169. </listItems>
  170. </listView>
  171. <listView id="showYears">
  172. <listItems>
  173. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  174. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  175. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  176. <listItem value="hideCentury" idsLabel="IDS_PROPVAL_SHOWYEARS_HIDECENTURY"/>
  177. <listItem value="showCentury" idsLabel="IDS_PROPVAL_SHOWYEARS_SHOWCENTURY"/>
  178. </listItems>
  179. </listView>
  180. <listView id="showMonths">
  181. <listItems>
  182. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  183. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  184. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  185. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  186. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  187. <listItem value="shortName" idsLabel="IDS_PROPVAL_SHOWMONTHS_SHORT"/>
  188. <listItem value="fullName" idsLabel="IDS_PROPVAL_SHOWMONTHS_LONG"/>
  189. </listItems>
  190. </listView>
  191. <listView id="showWeekday">
  192. <listItems>
  193. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  194. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  195. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  196. <listItem value="shortName" idsLabel="IDS_PROPVAL_SHOWWEEKDAY_SHORT"/>
  197. <listItem value="fullName" idsLabel="IDS_PROPVAL_SHOWWEEKDAY_LONG"/>
  198. </listItems>
  199. </listView>
  200. <listView id="showDays">
  201. <listItems>
  202. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  203. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  204. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  205. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  206. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  207. <listItem value="Julian" idsLabel="IDS_PROPVAL_SHOWDAYS_JULIAN"/>
  208. </listItems>
  209. </listView>
  210. <listView id="timeStyle">
  211. <listItems>
  212. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  213. <listItem value="short" idsLabel="IDS_PROPVAL_TIMESTYLE_SHORT"/>
  214. <listItem value="long" idsLabel="IDS_PROPVAL_TIMESTYLE_LONG"/>
  215. <listItem value="full" idsLabel="IDS_PROPVAL_TIMESTYLE_FULL"/>
  216. </listItems>
  217. </listView>
  218. <listView id="timeSeparator">
  219. <listItems>
  220. <listItem value=":" label=":"/>
  221. </listItems>
  222. </listView>
  223. <listView id="showHours">
  224. <listItems>
  225. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  226. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  227. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  228. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  229. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  230. </listItems>
  231. </listView>
  232. <listView id="showMinutes">
  233. <listItems>
  234. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  235. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  236. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  237. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  238. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  239. </listItems>
  240. </listView>
  241. <listView id="showSeconds">
  242. <listItems>
  243. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  244. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  245. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  246. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  247. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  248. </listItems>
  249. </listView>
  250. <listView id="showMilliseconds">
  251. <listItems>
  252. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  253. <listItem value="false" idsLabel="IDS_PROPVAL_FALSE"/>
  254. <listItem value="true" idsLabel="IDS_PROPVAL_TRUE"/>
  255. <listItem value="1-digit" idsLabel="IDS_PROPVAL_1DIGIT"/>
  256. <listItem value="2-digits" idsLabel="IDS_PROPVAL_2DIGITS"/>
  257. <listItem value="3-digits" idsLabel="IDS_PROPVAL_3DIGITS"/>
  258. </listItems>
  259. </listView>
  260. <listView id="clock">
  261. <listItems>
  262. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  263. <listItem value="12-hour" idsLabel="IDS_PROPVAL_12HOUR"/>
  264. <listItem value="24-hour" idsLabel="IDS_PROPVAL_24HOUR"/>
  265. </listItems>
  266. </listView>
  267. <listView id="decimalSize">
  268. <listItems>
  269. <listItem value="0" label="0"/>
  270. <listItem value="1" label="1"/>
  271. <listItem value="2" label="2"/>
  272. <listItem value="3" label="3"/>
  273. <listItem value="4" label="4"/>
  274. <listItem value="5" label="5"/>
  275. <listItem value="6" label="6"/>
  276. <listItem value="7" label="7"/>
  277. <listItem value="8" label="8"/>
  278. <listItem value="9" label="9"/>
  279. <listItem value="10" label="10"/>
  280. </listItems>
  281. </listView>
  282. <listView id="decimalDelimiter">
  283. <listItems>
  284. <listItem value="." label="."/>
  285. <listItem value="," label=","/>
  286. <listItem value="$" label="$"/>
  287. </listItems>
  288. </listView>
  289. <listView id="scale">
  290. <listItems>
  291. <listItem value="0" label="0"/>
  292. <listItem value="-2" label="-2"/>
  293. <listItem value="-3" label="-3"/>
  294. <listItem value="-6" label="-6"/>
  295. <listItem value="-9" label="-9"/>
  296. </listItems>
  297. </listView>
  298. <listView id="sign">
  299. <listItems>
  300. <listItem value="-" label="-"/>
  301. <listItem value="()" label="()"/>
  302. <listItem value="&#x25B3;" label="&#x25B3;"/>
  303. <listItem value="&#x25B2;" label="&#x25B2;"/>
  304. <listItem value="&#x25BD;" label="&#x25BD;"/>
  305. <listItem value="&#x25BC;" label="&#x25BC;"/>
  306. </listItems>
  307. </listView>
  308. <listView id="useTrailingSign">
  309. <listItems>
  310. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  311. <listItem value="false" idsLabel="IDS_PROPVAL_POS_BEGINNING"/>
  312. <listItem value="true" idsLabel="IDS_PROPVAL_POS_END"/>
  313. </listItems>
  314. </listView>
  315. <listView id="groupDelimiter">
  316. <listItems>
  317. <listItem value="," label=","/>
  318. <listItem value=" " idsLabel="IDS_PROPVAL_SPACE"/>
  319. <listItem value="." label="."/>
  320. <listItem value="'" label="'"/>
  321. </listItems>
  322. </listView>
  323. <listView id="groupSize">
  324. <listItems>
  325. <listItem value="2" label="2"/>
  326. <listItem value="3" label="3"/>
  327. <listItem value="4" label="4"/>
  328. </listItems>
  329. </listView>
  330. <listView id="groupSecondarySize">
  331. <listItems>
  332. <listItem value="2" label="2"/>
  333. <listItem value="3" label="3"/>
  334. <listItem value="4" label="4"/>
  335. </listItems>
  336. </listView>
  337. <listView id="maxDigits">
  338. <listItems>
  339. <listItem value="0" label="0"/>
  340. <listItem value="1" label="1"/>
  341. <listItem value="2" label="2"/>
  342. <listItem value="3" label="3"/>
  343. <listItem value="4" label="4"/>
  344. <listItem value="5" label="5"/>
  345. <listItem value="6" label="6"/>
  346. <listItem value="7" label="7"/>
  347. <listItem value="8" label="8"/>
  348. <listItem value="9" label="9"/>
  349. <listItem value="10" label="10"/>
  350. </listItems>
  351. </listView>
  352. <listView id="minDigits">
  353. <listItems>
  354. <listItem value="0" label="0"/>
  355. <listItem value="1" label="1"/>
  356. <listItem value="2" label="2"/>
  357. <listItem value="3" label="3"/>
  358. <listItem value="4" label="4"/>
  359. <listItem value="5" label="5"/>
  360. <listItem value="6" label="6"/>
  361. <listItem value="7" label="7"/>
  362. <listItem value="8" label="8"/>
  363. <listItem value="9" label="9"/>
  364. <listItem value="10" label="10"/>
  365. </listItems>
  366. </listView>
  367. <listView id="exponentSymbol">
  368. <listItems>
  369. <listItem value="E" label="E"/>
  370. <listItem value="e" label="e"/>
  371. </listItems>
  372. </listView>
  373. <listView id="stringDigitShaping">
  374. <listItems>
  375. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  376. <listItem value="national" idsLabel="IDS_PROPVAL_NATIONAL_DIGITAL_SHAPING"/>
  377. <listItem value="contextual" idsLabel="IDS_PROPVAL_CONTEXTUAL_DIGITAL_SHAPING"/>
  378. <listItem value="none" idsLabel="IDS_PROPVAL_NO_DIGITAL_SHAPING"/>
  379. </listItems>
  380. </listView>
  381. <listView id="nonStringDigitShaping">
  382. <listItems>
  383. <listItem value="" idsLabel="IDS_PROPVAL_DEFAULT"/>
  384. <listItem value="national" idsLabel="IDS_PROPVAL_NATIONAL_DIGITAL_SHAPING"/>
  385. <listItem value="none" idsLabel="IDS_PROPVAL_NO_DIGITAL_SHAPING"/>
  386. </listItems>
  387. </listView>
  388. <propertySheet id="PropertySheetFormat">
  389. <properties>
  390. <group>
  391. <property name="currencyCode" type="dropDownList" limitWidth="false" disableCycle="true" idsLabel="IDS_PROP_currencyCode"/>
  392. <property name="useIntlSymbol" type="dropDownList" limitWidth="false" idsLabel="IDS_PROP_useIntlSymbol"/>
  393. <property name="currencySymbol" type="text" idsLabel="IDS_PROP_currencySymbol"/>
  394. <property name="intlCurrencySymbol" type="text" idsLabel="IDS_PROP_intlCurrencySymbol"/>
  395. <property name="useTrailingSymbol" type="dropDownList" idsLabel="IDS_PROP_useTrailingSymbol"/>
  396. <property name="percentSymbol" type="dropDown" idsLabel="IDS_PROP_percentSymbol"/>
  397. <property name="percentScale" type="dropDown" dataType="integer" defaultDelete="remove" max="0" idsLabel="IDS_PROP_percentScale"/>
  398. <property name="units" type="dropDownList" idsLabel="IDS_PROP_units"/>
  399. <property name="dateStyle" type="dropDownList" idsLabel="IDS_PROP_dateStyle"/>
  400. <property name="dateSeparator" type="dropDown" idsLabel="IDS_PROP_dateSeparator"/>
  401. <property name="displayOrder" type="dropDownList" idsLabel="IDS_PROP_displayOrder"/>
  402. <property name="showEra" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_showEra"/>
  403. <property name="showYears" type="dropDownList" idsLabel="IDS_PROP_showYears"/>
  404. <property name="showYearsBoolean" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_showYears"/>
  405. <property name="showMonths" type="dropDownList" idsLabel="IDS_PROP_showMonths"/>
  406. <property name="showMonthsBoolean" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_showMonths"/>
  407. <property name="showWeekday" type="dropDownList" idsLabel="IDS_PROP_showWeekday"/>
  408. <property name="showDays" type="dropDownList" idsLabel="IDS_PROP_showDays"/>
  409. <property name="calendar" type="dropDownList" idsLabel="IDS_PROP_calendar"/>
  410. <property name="timeStyle" type="dropDownList" idsLabel="IDS_PROP_timeStyle"/>
  411. <property name="timeSeparator" type="dropDown" idsLabel="IDS_PROP_timeSeparator"/>
  412. <property name="showAmPm" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_showAmPm"/>
  413. <property name="showTimeZone" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_showTimeZone"/>
  414. <property name="showHours" type="dropDownList" idsLabel="IDS_PROP_showHours"/>
  415. <property name="showMinutes" type="dropDownList" idsLabel="IDS_PROP_showMinutes"/>
  416. <property name="showSeconds" type="dropDownList" idsLabel="IDS_PROP_showSeconds"/>
  417. <property name="showMilliseconds" type="dropDownList" idsLabel="IDS_PROP_showMilliseconds"/>
  418. <property name="clock" type="dropDownList" idsLabel="IDS_PROP_clock"/>
  419. <property name="decimalSize" type="dropDown" dataType="integer" defaultDelete="remove" min="0" idsLabel="IDS_PROP_decimalSize"/>
  420. <property name="decimalDelimiter" type="dropDown" idsLabel="IDS_PROP_decimalDelimiter"/>
  421. <property name="scale" type="dropDown" dataType="integer" defaultDelete="remove" min="-32768" max="32767" idsLabel="IDS_PROP_scale"/>
  422. <property name="sign" type="dropDown" idsLabel="IDS_PROP_sign"/>
  423. <property name="useTrailingSign" type="dropDownList" idsLabel="IDS_PROP_useTrailingSign"/>
  424. <property name="useGrouping" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_useGrouping"/>
  425. <property name="groupDelimiter" type="dropDown" idsLabel="IDS_PROP_groupDelimiter"/>
  426. <property name="groupSize" type="dropDown" dataType="integer" defaultDelete="remove" min="1" idsLabel="IDS_PROP_groupSize"/>
  427. <property name="groupSecondarySize" type="dropDown" dataType="integer" defaultDelete="remove" min="1" idsLabel="IDS_PROP_groupSecondarySize"/>
  428. <property name="maxDigits" type="dropDown" dataType="integer" defaultDelete="remove" min="0" idsLabel="IDS_PROP_maxDigits"/>
  429. <property name="minDigits" type="dropDown" dataType="integer" defaultDelete="remove" min="0" idsLabel="IDS_PROP_minDigits"/>
  430. <property name="paddingCharacter" type="text" idsLabel="IDS_PROP_paddingCharacter"/>
  431. <property name="useScientific" type="dropDownList" listView="3StateBoolean" idsLabel="IDS_PROP_useScientific"/>
  432. <property name="exponentSymbol" type="dropDown" idsLabel="IDS_PROP_exponentSymbol"/>
  433. <property name="exponentSize" type="text" dataType="integer" defaultDelete="remove" min="1" idsLabel="IDS_PROP_exponentSize"/>
  434. <property name="whenMissing" type="text" idsLabel="IDS_PROP_whenMissing"/>
  435. <property name="whenZero" type="text" idsLabel="IDS_PROP_whenZero"/>
  436. <property name="whenDivideZero" type="text" idsLabel="IDS_PROP_whenDivideZero"/>
  437. <property name="whenNumericOverflow" type="text" idsLabel="IDS_PROP_whenNumericOverflow"/>
  438. <property name="whenNotApplicable" type="text" idsLabel="IDS_PROP_whenNotApplicable"/>
  439. <property name="whenAnyError" type="text" idsLabel="IDS_PROP_whenAnyError"/>
  440. <property name="whenSecurityError" type="text" idsLabel="IDS_PROP_whenSecurityError"/>
  441. <property name="pattern" type="text" idsLabel="IDS_PROP_pattern"/>
  442. <property name="whenNegative" type="text" idsLabel="IDS_PROP_whenNegative"/>
  443. <property name="stringDigitShaping" attributeName="digitShaping" type="dropDownList" idsLabel="IDS_PROP_digitShaping"/>
  444. <property name="nonStringDigitShaping" attributeName="digitShaping" type="dropDownList" idsLabel="IDS_PROP_digitShaping"/>
  445. </group>
  446. </properties>
  447. <namedSets>
  448. <namedSet name="Common">
  449. <propertyRef ref="pattern"/>
  450. <propertyRef ref="whenMissing"/>
  451. <propertyRef ref="whenSecurityError"/>
  452. <propertyRef ref="whenAnyError"/>
  453. <propertyRef ref="whenNotApplicable"/>
  454. </namedSet>
  455. <namedSet name="CommonWithWhenZero">
  456. <namedSetRef ref="Common"/>
  457. <propertyRef ref="whenZero"/>
  458. </namedSet>
  459. <namedSet name="CommonNumber">
  460. <propertyRef ref="sign"/>
  461. <propertyRef ref="useTrailingSign"/>
  462. <propertyRef ref="maxDigits"/>
  463. <propertyRef ref="minDigits"/>
  464. <propertyRef ref="paddingCharacter"/>
  465. <propertyRef ref="scale"/>
  466. <propertyRef ref="useGrouping"/>
  467. <propertyRef ref="groupDelimiter"/>
  468. <propertyRef ref="groupSize"/>
  469. <propertyRef ref="groupSecondarySize"/>
  470. <propertyRef ref="whenNegative"/>
  471. <propertyRef ref="whenDivideZero"/>
  472. <propertyRef ref="whenNumericOverflow"/>
  473. <propertyRef ref="decimalSize"/>
  474. <propertyRef ref="decimalDelimiter"/>
  475. </namedSet>
  476. <namedSet name="CommonNumber_Output">
  477. <propertyRef ref="sign"/>
  478. <propertyRef ref="useTrailingSign"/>
  479. <propertyRef ref="scale"/>
  480. <propertyRef ref="useGrouping"/>
  481. <propertyRef ref="groupDelimiter"/>
  482. <propertyRef ref="groupSize"/>
  483. <propertyRef ref="groupSecondarySize"/>
  484. <propertyRef ref="decimalSize"/>
  485. <propertyRef ref="decimalDelimiter"/>
  486. </namedSet>
  487. <namedSet name="CommonDate">
  488. <propertyRef ref="dateStyle"/>
  489. <propertyRef ref="displayOrder"/>
  490. <propertyRef ref="showDays"/>
  491. <propertyRef ref="showWeekday"/>
  492. <propertyRef ref="showEra"/>
  493. <propertyRef ref="calendar"/>
  494. <propertyRef ref="showYears"/>
  495. <propertyRef ref="showMonths"/>
  496. <propertyRef ref="dateSeparator"/>
  497. </namedSet>
  498. <namedSet name="CommonTime">
  499. <propertyRef ref="showHours"/>
  500. <propertyRef ref="showMinutes"/>
  501. <propertyRef ref="showSeconds"/>
  502. <propertyRef ref="showMilliseconds"/>
  503. <propertyRef ref="decimalDelimiter"/>
  504. <propertyRef ref="timeSeparator"/>
  505. <propertyRef ref="timeStyle"/>
  506. <propertyRef ref="showAmPm"/>
  507. <propertyRef ref="showTimeZone"/>
  508. <propertyRef ref="clock"/>
  509. </namedSet>
  510. </namedSets>
  511. <objects>
  512. <object name="format">
  513. <namedSetRef ref="Common"/>
  514. <propertyRef ref="nonStringDigitShaping" />
  515. </object>
  516. <object name="stringFormat">
  517. <namedSetRef ref="Common"/>
  518. <propertyRef ref="stringDigitShaping" />
  519. </object>
  520. <object name="numberFormat">
  521. <namedSetRef ref="CommonWithWhenZero"/>
  522. <namedSetRef ref="CommonNumber"/>
  523. <propertyRef ref="exponentSize"/>
  524. <propertyRef ref="exponentSymbol"/>
  525. <propertyRef ref="useScientific"/>
  526. <propertyRef ref="nonStringDigitShaping" />
  527. </object>
  528. <object name="percentFormat">
  529. <namedSetRef ref="CommonWithWhenZero"/>
  530. <namedSetRef ref="CommonNumber"/>
  531. <propertyRef ref="percentSymbol"/>
  532. <propertyRef ref="percentScale"/>
  533. <propertyRef ref="nonStringDigitShaping" />
  534. </object>
  535. <object name="currencyFormat">
  536. <namedSetRef ref="CommonWithWhenZero"/>
  537. <namedSetRef ref="CommonNumber"/>
  538. <propertyRef ref="currencyCode"/>
  539. <propertyRef ref="currencySymbol"/>
  540. <propertyRef ref="useTrailingSymbol"/>
  541. <propertyRef ref="useIntlSymbol"/>
  542. <propertyRef ref="intlCurrencySymbol"/>
  543. <propertyRef ref="nonStringDigitShaping" />
  544. </object>
  545. <object name="numberFormat_Output">
  546. <namedSetRef ref="CommonNumber_Output"/>
  547. </object>
  548. <object name="percentFormat_Output">
  549. <namedSetRef ref="CommonNumber_Output"/>
  550. <propertyRef ref="percentSymbol"/>
  551. <propertyRef ref="percentScale"/>
  552. </object>
  553. <object name="currencyFormat_Output">
  554. <namedSetRef ref="CommonNumber_Output"/>
  555. <propertyRef ref="currencySymbol"/>
  556. <propertyRef ref="useTrailingSymbol"/>
  557. </object>
  558. <object name="dateFormat">
  559. <namedSetRef ref="CommonWithWhenZero"/>
  560. <namedSetRef ref="CommonDate"/>
  561. <propertyRef ref="nonStringDigitShaping" />
  562. </object>
  563. <object name="timeFormat">
  564. <namedSetRef ref="CommonWithWhenZero"/>
  565. <namedSetRef ref="CommonTime"/>
  566. <propertyRef ref="nonStringDigitShaping" />
  567. </object>
  568. <object name="dateTimeFormat">
  569. <namedSetRef ref="CommonWithWhenZero"/>
  570. <namedSetRef ref="CommonDate"/>
  571. <namedSetRef ref="CommonTime"/>
  572. <propertyRef ref="nonStringDigitShaping" />
  573. </object>
  574. <object name="intervalFormat">
  575. <namedSetRef ref="CommonWithWhenZero"/>
  576. <namedSetRef ref="CommonNumber"/>
  577. <propertyRef ref="units"/>
  578. <propertyRef ref="showDays"/>
  579. <propertyRef ref="showHours"/>
  580. <propertyRef ref="showMinutes"/>
  581. <propertyRef ref="showSeconds"/>
  582. <propertyRef ref="showMilliseconds"/>
  583. <propertyRef ref="timeSeparator"/>
  584. <propertyRef ref="showYearsBoolean"/>
  585. <propertyRef ref="showMonthsBoolean"/>
  586. <propertyRef ref="dateSeparator"/>
  587. <propertyRef ref="nonStringDigitShaping" />
  588. </object>
  589. </objects>
  590. </propertySheet>
  591. </resources>