Update ooo320-m1
[ooovba.git] / svx / source / cui / numfmt.src
blob6380215e0d7b7495254ccbf2741ba7d9dc8bcec5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: numfmt.src,v $
10  * $Revision: 1.51 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "numfmt.hrc"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXPAGE_NUMBERFORMAT ----------------------------------------------
37 TabPage RID_SVXPAGE_NUMBERFORMAT
39     HelpId = HID_NUMBERFORMAT ;
40     Hide = TRUE ;
41     Text [ en-US ] = "Number Format" ;
42     Size = MAP_APPFONT ( 260 , 185 ) ;
43     FixedText FT_CATEGORY
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 70 , 8 ) ;
47         Text [ en-US ] = "~Category" ;
48     };
49     ListBox LB_CATEGORY
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 6 , 14 ) ;
53         Size = MAP_APPFONT ( 70 , 71 ) ;
54         AutoHScroll = TRUE ;
55         StringList [ en-US ] =
56         {
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 ; > ;
68         };
69     };
70     FixedText FT_EDFORMAT
71     {
72         Pos = MAP_APPFONT ( 6 , 136 ) ;
73         Size = MAP_APPFONT ( 248 , 8 ) ;
74         Text [ en-US ] = "~Format code" ;
75     };
76     Edit ED_FORMAT
77     {
78         Border = TRUE ;
79         Pos = MAP_APPFONT ( 6 , 147 ) ;
80         Size = MAP_APPFONT ( 200 , 12 ) ;
81     };
82     FixedText FT_COMMENT
83     {
84         Pos = MAP_APPFONT ( 6 , 163 ) ;
85         Size = MAP_APPFONT ( 248 , 16 ) ;
86         WordBreak = TRUE ;
87         NoLabel = TRUE ;
88     };
89     Edit ED_COMMENT
90     {
91         Hide = TRUE ;
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( 6 , 163 ) ;
94         Size = MAP_APPFONT ( 248 , 12 ) ;
95     };
96     FixedText FT_FORMAT
97     {
98         Pos = MAP_APPFONT ( 82 , 3 ) ;
99         Size = MAP_APPFONT ( 90 , 8 ) ;
100         Text [ en-US ] = "F~ormat" ;
101     };
103     ListBox LB_CURRENCY
104     {
105         Border = TRUE ;
106         Pos = MAP_APPFONT ( 82 , 14 ) ;
107         Size = MAP_APPFONT ( 90 , 71 ) ;
108         DropDown = TRUE ;
109         TabStop = TRUE ;
110         StringList [ en-US ] =
111         {
112                 < "Automatically" ; Default ; > ;
113         };
114     };
116     Control LB_FORMAT
117     {
118         HelpId = HID_NUMBERFORMAT_LB_FORMAT ;
119         Border = TRUE ;
120         Pos = MAP_APPFONT ( 82 , 27 ) ;
121         Size = MAP_APPFONT ( 90 , 58 ) ;
122         TabStop = TRUE ;
123     };
125     FixedText FT_DECIMALS
126     {
127         Pos = MAP_APPFONT ( 12 , 104 ) ;
128         Size = MAP_APPFONT ( 69 , 8 ) ;
129         Text [ en-US ] = "~Decimal places" ;
130     };
131     NumericField ED_DECIMALS
132     {
133         Border = TRUE ;
134         Pos = MAP_APPFONT ( 84 , 102 ) ;
135         Size = MAP_APPFONT ( 24 , 12 ) ;
136         Spin = TRUE ;
137         Maximum = 20 ;
138         Last = 15 ;
139         First = 0 ;
140         StrictFormat = TRUE ;
141         SpinSize = 1 ;
142         Repeat = TRUE ;
143     };
144     FixedText FT_LEADZEROES
145     {
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" ;
150     };
151     NumericField ED_LEADZEROES
152     {
153         Border = TRUE ;
154         Pos = MAP_APPFONT ( 84 , 118 ) ;
155         Size = MAP_APPFONT ( 24 , 12 ) ;
156         Spin = TRUE ;
157         Maximum = 20 ;
158         Last = 15 ;
159         First = 0 ;
160         StrictFormat = TRUE ;
161         SpinSize = 1 ;
162         Repeat = TRUE ;
163     };
164     CheckBox BTN_NEGRED
165     {
166         Pos = MAP_APPFONT ( 133 , 104 ) ;
167         Size = MAP_APPFONT ( 100 , 10 ) ;
168         Text [ en-US ] = "~Negative numbers red" ;
169     };
170     CheckBox BTN_THOUSAND
171     {
172         Pos = MAP_APPFONT ( 133 , 120 ) ;
173         Size = MAP_APPFONT ( 100 , 10 ) ;
174         Text [ en-US ] = "~Thousands separator" ;
175     };
176     FixedLine FL_OPTIONS
177     {
178         Pos = MAP_APPFONT ( 6 , 91 ) ;
179         Size = MAP_APPFONT ( 248 , 8 ) ;
180         Text [ en-US ] = "Options" ;
181     };
182     FixedText FT_LANGUAGE
183     {
184         Pos = MAP_APPFONT ( 178 , 3 ) ;
185         Size = MAP_APPFONT ( 76 , 8 ) ;
186         Text [ en-US ] = "~Language" ;
187     };
188     ListBox LB_LANGUAGE
189     {
190         Border = TRUE ;
191         Sort = TRUE ;
192         Pos = MAP_APPFONT ( 178 , 14 ) ;
193         Size = MAP_APPFONT ( 76 , 71 ) ;
194         DropDown = TRUE ;
195     };
196     CheckBox CB_SOURCEFORMAT
197     {
198         Pos = MAP_APPFONT ( 178 , 42 ) ;
199         Size = MAP_APPFONT ( 76 , 10 ) ;
200         Text [ en-US ] = "So~urce format" ;
201     };
202     Window WND_NUMBER_PREVIEW
203     {
204         Border = TRUE ;
205         SVLook = TRUE ;
206         Pos = MAP_APPFONT ( 178 , 67 ) ;
207         Size = MAP_APPFONT ( 76 , 18 ) ;
208         HelpId = HID_NUMBERFORMAT_WND_NUMBER_PREVIEW ;
209     };
210     ImageButton IB_ADD
211     {
212         SVLook = TRUE ;
213         Pos = MAP_APPFONT ( 208 , 146 ) ;
214         Size = MAP_APPFONT ( 14 , 14 ) ;
215         HelpId = HID_NUMBERFORMAT_TBI_ADD ;
216         QuickHelpText [ en-US ] = "Add" ;
217     };
218     ImageButton IB_REMOVE
219     {
220         SVLook = TRUE ;
221         Pos = MAP_APPFONT ( 240 , 146 ) ;
222         Size = MAP_APPFONT ( 14 , 14 ) ;
223         HelpId = HID_NUMBERFORMAT_TBI_REMOVE ;
224         QuickHelpText [ en-US ] = "Remove" ;
225     };
226     ImageButton IB_INFO
227     {
228         SVLook = TRUE ;
229         Pos = MAP_APPFONT ( 224 , 146 ) ;
230         Size = MAP_APPFONT ( 14 , 14 ) ;
231         HelpId = HID_NUMBERFORMAT_TBI_INFO ;
232         QuickHelpText [ en-US ] = "Edit Comment" ;
233     };
234     ImageList IL_ICON
235     {
236         Prefix = "nu";
237         MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
238         IdList =
239         {
240             IID_ADD ;
241             IID_REMOVE ;
242             IID_INFO ;
243         };
244         IdCount = { 3 ; };
245     };
246     ImageList IL_ICON_HC
247     {
248         Prefix = "nuh";
249         MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
250         IdList =
251         {
252             IID_ADD ;
253             IID_REMOVE ;
254             IID_INFO ;
255         };
256         IdCount = { 3 ; };
257     };
259     String STR_AUTO_ENTRY
260     {
261         Text [ en-US ] = "Automatic";
262     };
265  // ********************************************************************** EOF