1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22<!-- This is a template. i18n translation is not performed in-place; 23 i18n translated XML files are generated from this template by 24 transex3/layout/tralay. !--> 25 26<tabpage help-id="HID_NUMBERFORMAT" show="false" id="RID_SVXPAGE_NUMBERFORMAT" _title="Number Format" _text="Number Format" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" sizeable="true"> 27 <!-- 28 <imagelist prefix="nu" id="IL_ICON"> 29 <maskcolor blue="0xFFFF" green="0x0000" red="0xFFFF" type="Color"/> 30 <idlist none="IID_INFO"/> 31 <idcount none="3"/> 32 </imagelist> 33 <imagelist prefix="nuh" id="IL_ICON_HC"> 34 <maskcolor blue="0xFFFF" green="0x0000" red="0xFFFF" type="Color"/> 35 <idlist none="IID_INFO"/> 36 <idcount none="3"/> 37 </imagelist> 38 !--> 39 <vbox spacing="5" border="5"> 40 <string id="STR_EUROPE" _text="Europe"/> 41 <string id="STR_AUTO_ENTRY" _text="Automatic"/> 42 <hbox spacing="5"> 43 <vbox spacing="5" cnt:fill="true" cnt:expand="true"> 44 <fixedtext id="FT_CATEGORY" _label="~Category"/> 45 <listbox line-count="8" auto-hscroll="true" has_border="true" id="LB_CATEGORY" _string-item-list="All:User-defined:Number:Percent:Currency:Date:Time:Scientific:Fraction:Boolean Value:Text"/> 46 <flow/> 47 </vbox> 48 <vbox spacing="5" cnt:fill="true" cnt:expand="true"> 49 <fixedtext id="FT_FORMAT" _label="F~ormat"/> 50 <listbox has_border="true" line-count="7" dropdown="true" id="LB_CURRENCY" tabstop="true" _string-item-list="Automatically" cnt:expand="false" cnt:fill="false"/> 51 <svxfontlistbox line-count="7" dropdown="false" has_border="true" help-id="HID_NUMBERFORMAT_LB_FORMAT" id="LB_FORMAT" tabstop="true" string-item-list=" : : : : : : : : : : : : : : : "/> 52 </vbox> 53 <vbox spacing="5" cnt:fill="true" cnt:expand="true"> 54 <fixedtext id="FT_LANGUAGE" _label="~Language" cnt:expand="false" cnt:fill="false"/> 55 <svxlanguagebox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" string-item-list="Dutch:" cnt:expand="false" cnt:fill="false"/> 56 <checkbox id="CB_SOURCEFORMAT" show="false" _label="So~urce format" cnt:expand="false" cnt:fill="false"/> 57 <flow cnt:expand="true" cnt:fill="true"/> 58 <window has_border="true" help-id="HID_NUMBERFORMAT_WND_NUMBER_PREVIEW" id="WND_NUMBER_PREVIEW" sv-look="true"/> 59 </vbox> 60 </hbox> 61 <fixedline id="FL_OPTIONS" _text="Options"/> 62 <hbox> 63 <vbox cnt:padding="13" spacing="5"> 64 <hbox spacing="5"> 65 <vbox spacing="5" cnt:fill="false" cnt:expand="false"> 66 <fixedtext id="FT_DECIMALS" _label="~Decimal places"/> 67 <fixedtext id="FT_LEADZEROES" _label="Leading ~zeroes"/> 68 </vbox> 69 <vbox spacing="5" cnt:fill="false" cnt:expand="false"> 70 <numericfield has_border="true" first="0" last="15" minimum="0" value="2" maximum="20" repeat="true" id="ED_DECIMALS" spin="true" spin-size="1" strict-format="true" cnt:expand="false"/> 71 <numericfield has_border="true" first="0" last="15" minimum="0" value="1" maximum="20" repeat="true" id="ED_LEADZEROES" spin="true" spin-size="1" strict-format="true" cnt:fill="false"/> 72 </vbox> 73 <vbox spacing="5" cnt:fill="false" cnt:expand="false"> 74 <checkbox id="BTN_NEGRED" _label="~Negative numbers red"/> 75 <checkbox id="BTN_THOUSAND" _label="~Thousands separator"/> 76 </vbox> 77 </hbox> 78 </vbox> 79 </hbox> 80 <fixedtext id="FT_EDFORMAT" _label="~Format code"/> 81 <hbox spacing="5" cnt:expand="false"> 82 <edit has_border="true" id="ED_FORMAT"/> 83 <imagebutton cnt:expand="false" cnt:fill="false" help-id="HID_NUMBERFORMAT_TBI_ADD" quick-help-text="Add" id="IB_ADD" sv-look="true" graphic="svx/res/nu01.png"/> 84 <imagebutton cnt:expand="false" help-id="HID_NUMBERFORMAT_TBI_INFO" quick-help-text="Edit Comment" id="IB_INFO" sv-look="true" graphic="svx/res/nu03.png"/> 85 <imagebutton cnt:expand="false" help-id="HID_NUMBERFORMAT_TBI_REMOVE" quick-help-text="Remove" id="IB_REMOVE" sv-look="true" graphic="svx/res/nu02.png"/> 86 </hbox> 87 <fixedtext no-label="true" show="false" id="FT_COMMENT" word-break="true" cnt:expand="false"/> 88 <edit has_border="true" show="false" id="ED_COMMENT" cnt:expand="false"/> 89 </vbox> 90</tabpage> 91