1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
33 // RID_SVXPAGE_NUMBERFORMAT ----------------------------------------------
34 TabPage RID_SVXPAGE_NUMBERFORMAT
36 HelpId = HID_NUMBERFORMAT ;
38 Text [ en-US ] = "Number Format" ;
39 Size = MAP_APPFONT ( 260 , 185 ) ;
42 Pos = MAP_APPFONT ( 6 , 3 ) ;
43 Size = MAP_APPFONT ( 70 , 8 ) ;
44 Text [ en-US ] = "~Category" ;
48 HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY";
50 Pos = MAP_APPFONT ( 6 , 14 ) ;
51 Size = MAP_APPFONT ( 70 , 71 ) ;
53 StringList [ en-US ] =
55 < "All" ; Default ; > ;
56 < "User-defined" ; Default ; > ;
57 < "Number" ; Default ; > ;
58 < "Percent" ; Default ; > ;
59 < "Currency" ; Default ; > ;
60 < "Date" ; Default ; > ;
61 < "Time" ; Default ; > ;
62 < "Scientific" ; Default ; > ;
63 < "Fraction" ; Default ; > ;
64 < "Boolean Value" ; Default ; > ;
65 < "Text" ; Default ; > ;
70 Pos = MAP_APPFONT ( 6 , 136 ) ;
71 Size = MAP_APPFONT ( 248 , 8 ) ;
72 Text [ en-US ] = "~Format code" ;
76 HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT";
78 Pos = MAP_APPFONT ( 6 , 147 ) ;
79 Size = MAP_APPFONT ( 200 , 12 ) ;
83 Pos = MAP_APPFONT ( 6 , 163 ) ;
84 Size = MAP_APPFONT ( 248 , 16 ) ;
90 HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT";
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" ;
105 HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY";
107 Pos = MAP_APPFONT ( 82 , 14 ) ;
108 Size = MAP_APPFONT ( 90 , 71 ) ;
111 StringList [ en-US ] =
113 < "Automatically" ; Default ; > ;
119 HelpId = HID_NUMBERFORMAT_LB_FORMAT ;
121 Pos = MAP_APPFONT ( 82 , 27 ) ;
122 Size = MAP_APPFONT ( 90 , 58 ) ;
126 FixedText FT_DECIMALS
128 Pos = MAP_APPFONT ( 12 , 104 ) ;
129 Size = MAP_APPFONT ( 69 , 8 ) ;
130 Text [ en-US ] = "~Decimal places" ;
132 NumericField ED_DECIMALS
134 HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS";
136 Pos = MAP_APPFONT ( 84 , 102 ) ;
137 Size = MAP_APPFONT ( 24 , 12 ) ;
142 StrictFormat = TRUE ;
146 FixedText FT_LEADZEROES
148 Pos = MAP_APPFONT ( 12 , 120 ) ;
149 Size = MAP_APPFONT ( 69 , 8 ) ;
150 /* ### ACHTUNG: Neuer Text in Resource? Führende ~Nullen : F³hrende ~Nullen */
151 Text [ en-US ] = "Leading ~zeroes" ;
153 NumericField ED_LEADZEROES
155 HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES";
157 Pos = MAP_APPFONT ( 84 , 118 ) ;
158 Size = MAP_APPFONT ( 24 , 12 ) ;
163 StrictFormat = TRUE ;
169 HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED";
170 Pos = MAP_APPFONT ( 133 , 104 ) ;
171 Size = MAP_APPFONT ( 100 , 10 ) ;
172 Text [ en-US ] = "~Negative numbers red" ;
174 CheckBox BTN_THOUSAND
176 HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND";
177 Pos = MAP_APPFONT ( 133 , 120 ) ;
178 Size = MAP_APPFONT ( 100 , 10 ) ;
179 Text [ en-US ] = "~Thousands separator" ;
183 Pos = MAP_APPFONT ( 6 , 91 ) ;
184 Size = MAP_APPFONT ( 248 , 8 ) ;
185 Text [ en-US ] = "Options" ;
187 FixedText FT_LANGUAGE
189 Pos = MAP_APPFONT ( 178 , 3 ) ;
190 Size = MAP_APPFONT ( 76 , 8 ) ;
191 Text [ en-US ] = "~Language" ;
195 HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE";
198 Pos = MAP_APPFONT ( 178 , 14 ) ;
199 Size = MAP_APPFONT ( 76 , 71 ) ;
202 CheckBox CB_SOURCEFORMAT
204 HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:CB_SOURCEFORMAT";
205 Pos = MAP_APPFONT ( 178 , 42 ) ;
206 Size = MAP_APPFONT ( 76 , 10 ) ;
207 Text [ en-US ] = "So~urce format" ;
209 Window WND_NUMBER_PREVIEW
213 Pos = MAP_APPFONT ( 178 , 67 ) ;
214 Size = MAP_APPFONT ( 76 , 18 ) ;
215 HelpId = HID_NUMBERFORMAT_WND_NUMBER_PREVIEW ;
220 Pos = MAP_APPFONT ( 208 , 146 ) ;
221 Size = MAP_APPFONT ( 14 , 14 ) ;
222 HelpId = HID_NUMBERFORMAT_TBI_ADD ;
223 QuickHelpText [ en-US ] = "Add" ;
225 ImageButton IB_REMOVE
228 Pos = MAP_APPFONT ( 240 , 146 ) ;
229 Size = MAP_APPFONT ( 14 , 14 ) ;
230 HelpId = HID_NUMBERFORMAT_TBI_REMOVE ;
231 QuickHelpText [ en-US ] = "Remove" ;
236 Pos = MAP_APPFONT ( 224 , 146 ) ;
237 Size = MAP_APPFONT ( 14 , 14 ) ;
238 HelpId = HID_NUMBERFORMAT_TBI_INFO ;
239 QuickHelpText [ en-US ] = "Edit Comment" ;
244 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
256 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
266 String STR_AUTO_ENTRY
268 Text [ en-US ] = "Automatic";
272 // ********************************************************************** EOF