update dev300-m58
[ooovba.git] / sw / source / ui / misc / num.src
blob498920771486fa4aff99e9b8e7160a90ddd5225e
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: num.src,v $
10  * $Revision: 1.39 $
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 /* StarView ressource file */
33 #include "globals.hrc"
34 #include "misc.hrc"
35 #include "num.hrc"
36 #include "cmdid.h"
37 #include "helpid.h"
38 #include "svx/dialogs.hrc"
40 /**************************************************************************/
41 /*                                                                        */
42 /*      TabPage Positionen                                                    */
43 /*                                                                        */
44 /**************************************************************************/
45 TabPage TP_NUM_POSITION
47     HelpID = HID_NUM_POSITION ;
48     SVLook = TRUE ;
49     Size = MAP_APPFONT ( 260 , 185 ) ;
50     Hide = TRUE;
51     FixedLine FL_LEVEL
52     {
53         Pos = MAP_APPFONT ( 6 , 3 ) ;
54         Size = MAP_APPFONT ( 35 , 8 ) ;
55         Text [ en-US ] = "Level" ;
56     };
57     MultiListBox LB_LEVEL
58     {
59         Pos = MAP_APPFONT ( 12 , 14 ) ;
60         Size = MAP_APPFONT ( 26 , 163 ) ;
61         TabStop = TRUE ;
62         DropDown = FALSE ;
63         Border = TRUE ;
64         SimpleMode = TRUE ;
65     };
66     FixedLine FL_POSITION
67     {
68         Pos = MAP_APPFONT ( 47 , 3 ) ;
69         Size = MAP_APPFONT ( 207 , 8 ) ;
70         Group = TRUE ;
71         Text [ en-US ] = "Position and spacing" ;
72     };
73     FixedText FT_BORDERDIST
74     {
75         Pos = MAP_APPFONT ( 50 , 27 ) ;
76         Size = MAP_APPFONT ( 105 , 10 ) ;
77         Text [ en-US ] = "Indent" ;
78     };
79     MetricField MF_BORDERDIST
80     {
81         Pos = MAP_APPFONT ( 198 , 25 ) ;
82         Size = MAP_APPFONT ( 40 , 12 ) ;
83         Border = TRUE ;
84         TabStop = TRUE ;
85         Left = TRUE ;
86         Repeat = TRUE ;
87         Spin = TRUE ;
88         Minimum = -1999 ;
89         Maximum = 1999 ;
90         DecimalDigits = 2 ;
91         Value = 0 ;
92         Unit = FUNIT_CM ;
93         First = 0 ;
94         Last = 1999 ;
95         SpinSize = 5 ;
96     };
97     CheckBox CB_RELATIVE
98     {
99         Pos = MAP_APPFONT ( 198 , 41 ) ;
100         Size = MAP_APPFONT ( 52 , 10 ) ;
101         Text [ en-US ] = "Relati~ve" ;
102     };
103     FixedText FT_INDENT
104     {
105         Pos = MAP_APPFONT ( 50 , 59 ) ;
106         Size = MAP_APPFONT ( 105 , 8 ) ;
107         Text [ en-US ] = "Width of numbering" ;
108     };
109     MetricField MF_INDENT
110     {
111         Pos = MAP_APPFONT ( 198 , 57 ) ;
112         Size = MAP_APPFONT ( 40 , 12 ) ;
113         Border = TRUE ;
114         TabStop = TRUE ;
115         Left = TRUE ;
116         Repeat = TRUE ;
117         Spin = TRUE ;
118         Minimum = 0 ;
119         Maximum = 1999 ;
120         DecimalDigits = 2 ;
121         Value = 0 ;
122         Unit = FUNIT_CM ;
123         First = 0 ;
124         Last = 1999 ;
125         SpinSize = 5 ;
126     };
127     FixedText FT_NUMDIST
128     {
129         Pos = MAP_APPFONT ( 50 , 75 ) ;
130         Size = MAP_APPFONT ( 105 , 8 ) ;
131         Text [ en-US ] = "Minimum space numbering <-> text" ;
132     };
133     MetricField MF_NUMDIST
134     {
135         Pos = MAP_APPFONT ( 198 , 73 ) ;
136         Size = MAP_APPFONT ( 40 , 12 ) ;
137         Left = TRUE ;
138         Repeat = TRUE ;
139         Spin = TRUE ;
140         Minimum = 0 ;
141         Maximum = 1999 ;
142         DecimalDigits = 2 ;
143         Value = 0 ;
144         Unit = FUNIT_CM ;
145         First = 0 ;
146         Last = 1999 ;
147         SpinSize = 5 ;
148         Border = TRUE ;
149         TabStop = TRUE ;
150     };
151     FixedText FT_ALIGN
152     {
153         Pos = MAP_APPFONT ( 50 , 91 ) ;
154         Size = MAP_APPFONT ( 105 , 8 ) ;
155         Text [ en-US ] = "N~umbering alignment" ;
156     };
157     ListBox LB_ALIGN
158     {
159         Pos = MAP_APPFONT ( 198 , 89 ) ;
160         Size = MAP_APPFONT ( 40 , 40 ) ;
161         TabStop = TRUE ;
162         DropDown = TRUE ;
163         StringList [ en-US ] =
164         {
165             < "Left" ; > ;
166             < "Centered" ; > ;
167             < "Right" ; > ;
168         };
169     };
170     FixedText FT_LABEL_FOLLOWED_BY
171     {
172         Pos = MAP_APPFONT ( 50 , 27 ) ;
173         Size = MAP_APPFONT ( 105 , 10 ) ;
174         Text [ en-US ] = "Numbering followed by" ;
175     };
176     ListBox LB_LABEL_FOLLOWED_BY
177     {
178         Pos = MAP_APPFONT ( 198 , 25 ) ;
179         Size = MAP_APPFONT ( 40 , 12 ) ;
180         TabStop = TRUE ;
181         DropDown = TRUE ;
182         StringList [ en-US ] =
183         {
184             < "Tab stop" ; > ;
185             < "Space" ; > ;
186             < "Nothing" ; > ;
187         };
188     };
189     FixedText FT_LISTTAB
190     {
191         Pos = MAP_APPFONT ( 50 , 43 ) ;
192         Size = MAP_APPFONT ( 143 , 10 ) ;
193         Right = TRUE ;
194         Text [ en-US ] = "at" ;
195     };
196     MetricField MF_LISTTAB
197     {
198         Pos = MAP_APPFONT ( 198 , 41 ) ;
199         Size = MAP_APPFONT ( 40 , 12 ) ;
200         Border = TRUE ;
201         TabStop = TRUE ;
202         Left = TRUE ;
203         Repeat = TRUE ;
204         Spin = TRUE ;
205         Minimum = 0 ;
206         Maximum = 1999 ;
207         DecimalDigits = 2 ;
208         Value = 0 ;
209         Unit = FUNIT_CM ;
210         First = 0 ;
211         Last = 1999 ;
212         SpinSize = 5 ;
213     };
214     FixedText FT_ALIGN_2
215     {
216         Pos = MAP_APPFONT ( 50 , 59 ) ;
217         Size = MAP_APPFONT ( 105 , 8 ) ;
218     };
219     ListBox LB_ALIGN_2
220     {
221         Pos = MAP_APPFONT ( 198 , 57 ) ;
222         Size = MAP_APPFONT ( 40 , 12 ) ;
223         TabStop = TRUE ;
224         DropDown = TRUE ;
225     };
226     FixedText FT_ALIGNED_AT
227     {
228         Pos = MAP_APPFONT ( 50 , 75 ) ;
229         Size = MAP_APPFONT ( 105 , 8 ) ;
230         Text [ en-US ] = "Aligned at" ;
231     };
232     MetricField MF_ALIGNED_AT
233     {
234         Pos = MAP_APPFONT ( 198 , 73 ) ;
235         Size = MAP_APPFONT ( 40 , 12 ) ;
236         Left = TRUE ;
237         Repeat = TRUE ;
238         Spin = TRUE ;
239         Minimum = -1999 ;
240         Maximum = 1999 ;
241         DecimalDigits = 2 ;
242         Value = 0 ;
243         Unit = FUNIT_CM ;
244         First = 0 ;
245         Last = 1999 ;
246         SpinSize = 5 ;
247         Border = TRUE ;
248         TabStop = TRUE ;
249     };
250     FixedText FT_INDENT_AT
251     {
252         Pos = MAP_APPFONT ( 50 , 91 ) ;
253         Size = MAP_APPFONT ( 105 , 8 ) ;
254         Text [ en-US ] = "Indent at" ;
255     };
256     MetricField MF_INDENT_AT
257     {
258         Pos = MAP_APPFONT ( 198 , 89 ) ;
259         Size = MAP_APPFONT ( 40 , 12 ) ;
260         Left = TRUE ;
261         Repeat = TRUE ;
262         Spin = TRUE ;
263         Minimum = -1999 ;
264         Maximum = 1999 ;
265         DecimalDigits = 2 ;
266         Value = 0 ;
267         Unit = FUNIT_CM ;
268         First = 0 ;
269         Last = 1999 ;
270         SpinSize = 5 ;
271         Border = TRUE ;
272         TabStop = TRUE ;
273     };
274     PushButton PB_STANDARD
275     {
276         Pos = MAP_APPFONT ( 198 , 165 ) ;
277         Size = MAP_APPFONT ( 50 , 14 ) ;
278         Text [ en-US ] = "Default" ;
279     };
280     Window WIN_PREVIEW
281     {
282         Pos = MAP_APPFONT ( 50 , 113 ) ;
283         Size = MAP_APPFONT ( 143 , 67 ) ;
284         Border = TRUE ;
285     };
288 /**************************************************************************/
289 /*                                                                        */
290 /*  Dialog fuer Test der Svx-Implementation                               */
291 /*                                                                        */
292 /**************************************************************************/
293 TabDialog DLG_SVXTEST_NUM_BULLET
295     OutputSize = TRUE ;
296     SVLook = TRUE ;
297     Text [ en-US ] = "Bullets and Numbering";
298     Moveable = TRUE ;
299     TabControl 1
300     {
301         SVLook = TRUE ;
302         PageList =
303         {
304             PageItem
305             {
306                 Identifier = RID_SVXPAGE_PICK_BULLET ;
307                 Text [ en-US ] = "Bullets" ;
308             };
309             PageItem
310             {
311                 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
312                 Text [ en-US ] = "Numbering type" ;
313             };
314             PageItem
315             {
316                 Identifier = RID_SVXPAGE_PICK_NUM ;
317                 Text [ en-US ] = "Outline" ;
318             };
319             PageItem
320             {
321                 Identifier = RID_SVXPAGE_PICK_BMP ;
322                 Text [ en-US ] = "Graphics" ;
323             };
324             PageItem
325             {
326                 Identifier = RID_SVXPAGE_NUM_POSITION ;
327                 Text [ en-US ] = "Position" ;
328             };
329             PageItem
330             {
331                 Identifier = RID_SVXPAGE_NUM_OPTIONS ;
332                 /* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */
333                 Text [ en-US ] = "Options" ;
334             };
335         };
336     };
337     String ST_RESET
338     {
339         Text [ en-US ] = "~Remove" ;
340     };