1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: numfmt.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
34 // pragma ----------------------------------------------------------------
36 // RID_SVXPAGE_NUMBERFORMAT ----------------------------------------------
37 TabPage RID_SVXPAGE_NUMBERFORMAT
39 HelpId = HID_NUMBERFORMAT ;
41 Text [ en-US ] = "Number Format" ;
42 Size = MAP_APPFONT ( 260 , 185 ) ;
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 70 , 8 ) ;
47 Text [ en-US ] = "~Category" ;
52 Pos = MAP_APPFONT ( 6 , 14 ) ;
53 Size = MAP_APPFONT ( 70 , 71 ) ;
55 StringList [ en-US ] =
57 < "All" ; Default ; > ;
58 < "User-defined" ; Default ; > ;
59 < "Number" ; Default ; > ;
60 < "Percent" ; Default ; > ;
61 < "Currency" ; Default ; > ;
62 < "Date" ; Default ; > ;
63 < "Time" ; Default ; > ;
64 < "Scientific" ; Default ; > ;
65 < "Fraction" ; Default ; > ;
66 < "Boolean Value" ; Default ; > ;
67 < "Text" ; Default ; > ;
72 Pos = MAP_APPFONT ( 6 , 136 ) ;
73 Size = MAP_APPFONT ( 248 , 8 ) ;
74 Text [ en-US ] = "~Format code" ;
79 Pos = MAP_APPFONT ( 6 , 147 ) ;
80 Size = MAP_APPFONT ( 200 , 12 ) ;
84 Pos = MAP_APPFONT ( 6 , 163 ) ;
85 Size = MAP_APPFONT ( 248 , 16 ) ;
93 Pos = MAP_APPFONT ( 6 , 163 ) ;
94 Size = MAP_APPFONT ( 248 , 12 ) ;
98 Pos = MAP_APPFONT ( 82 , 3 ) ;
99 Size = MAP_APPFONT ( 90 , 8 ) ;
100 Text [ en-US ] = "F~ormat" ;
106 Pos = MAP_APPFONT ( 82 , 14 ) ;
107 Size = MAP_APPFONT ( 90 , 71 ) ;
110 StringList [ en-US ] =
112 < "Automatically" ; Default ; > ;
118 HelpId = HID_NUMBERFORMAT_LB_FORMAT ;
120 Pos = MAP_APPFONT ( 82 , 27 ) ;
121 Size = MAP_APPFONT ( 90 , 58 ) ;
125 FixedText FT_DECIMALS
127 Pos = MAP_APPFONT ( 12 , 104 ) ;
128 Size = MAP_APPFONT ( 69 , 8 ) ;
129 Text [ en-US ] = "~Decimal places" ;
131 NumericField ED_DECIMALS
134 Pos = MAP_APPFONT ( 84 , 102 ) ;
135 Size = MAP_APPFONT ( 24 , 12 ) ;
140 StrictFormat = TRUE ;
144 FixedText FT_LEADZEROES
146 Pos = MAP_APPFONT ( 12 , 120 ) ;
147 Size = MAP_APPFONT ( 69 , 8 ) ;
148 /* ### ACHTUNG: Neuer Text in Resource? Führende ~Nullen : F³hrende ~Nullen */
149 Text [ en-US ] = "Leading ~zeroes" ;
151 NumericField ED_LEADZEROES
154 Pos = MAP_APPFONT ( 84 , 118 ) ;
155 Size = MAP_APPFONT ( 24 , 12 ) ;
160 StrictFormat = TRUE ;
166 Pos = MAP_APPFONT ( 133 , 104 ) ;
167 Size = MAP_APPFONT ( 100 , 10 ) ;
168 Text [ en-US ] = "~Negative numbers red" ;
170 CheckBox BTN_THOUSAND
172 Pos = MAP_APPFONT ( 133 , 120 ) ;
173 Size = MAP_APPFONT ( 100 , 10 ) ;
174 Text [ en-US ] = "~Thousands separator" ;
178 Pos = MAP_APPFONT ( 6 , 91 ) ;
179 Size = MAP_APPFONT ( 248 , 8 ) ;
180 Text [ en-US ] = "Options" ;
182 FixedText FT_LANGUAGE
184 Pos = MAP_APPFONT ( 178 , 3 ) ;
185 Size = MAP_APPFONT ( 76 , 8 ) ;
186 Text [ en-US ] = "~Language" ;
192 Pos = MAP_APPFONT ( 178 , 14 ) ;
193 Size = MAP_APPFONT ( 76 , 71 ) ;
196 CheckBox CB_SOURCEFORMAT
198 Pos = MAP_APPFONT ( 178 , 42 ) ;
199 Size = MAP_APPFONT ( 76 , 10 ) ;
200 Text [ en-US ] = "So~urce format" ;
202 Window WND_NUMBER_PREVIEW
206 Pos = MAP_APPFONT ( 178 , 67 ) ;
207 Size = MAP_APPFONT ( 76 , 18 ) ;
208 HelpId = HID_NUMBERFORMAT_WND_NUMBER_PREVIEW ;
213 Pos = MAP_APPFONT ( 208 , 146 ) ;
214 Size = MAP_APPFONT ( 14 , 14 ) ;
215 HelpId = HID_NUMBERFORMAT_TBI_ADD ;
216 QuickHelpText [ en-US ] = "Add" ;
218 ImageButton IB_REMOVE
221 Pos = MAP_APPFONT ( 240 , 146 ) ;
222 Size = MAP_APPFONT ( 14 , 14 ) ;
223 HelpId = HID_NUMBERFORMAT_TBI_REMOVE ;
224 QuickHelpText [ en-US ] = "Remove" ;
229 Pos = MAP_APPFONT ( 224 , 146 ) ;
230 Size = MAP_APPFONT ( 14 , 14 ) ;
231 HelpId = HID_NUMBERFORMAT_TBI_INFO ;
232 QuickHelpText [ en-US ] = "Edit Comment" ;
237 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
249 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
259 String STR_AUTO_ENTRY
261 Text [ en-US ] = "Automatic";
265 // ********************************************************************** EOF