merge the formfield patch from ooo-build
[ooovba.git] / svx / source / options / optgrid.src
blob84644d92bc101744ccb0db2339709c2fd0ea9d4f
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: optgrid.src,v $
10  * $Revision: 1.59 $
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 <sfx2/sfx.hrc>
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
34 #include "optgrid.hrc"
35  // pragma ----------------------------------------------------------------
37 TabPage RID_SVXPAGE_GRID
39     HelpId = HID_OPTIONS_GRID ;
40     SVLook = TRUE ;
41     Hide = TRUE ;
42     Size = MAP_APPFONT ( 260 , 185 ) ;
43     FixedLine GRP_DRAWGRID
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 248 , 8 ) ;
47         Text [ en-US ] = "Grid" ;
48     };
49     CheckBox CBX_USE_GRIDSNAP
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 204 , 10 ) ;
53         TabStop = TRUE ;
54         Text [ en-US ] = "Sn~ap to grid" ;
55     };
56     CheckBox CBX_GRID_VISIBLE
57     {
58         Pos = MAP_APPFONT ( 12 , 27 ) ;
59         Size = MAP_APPFONT ( 204 , 10 ) ;
60         TabStop = TRUE ;
61         Text [ en-US ] = "V~isible grid" ;
62     };
63     FixedLine FL_RESOLUTION
64     {
65         Pos = MAP_APPFONT ( 6 , 45 ) ;
66         Size = MAP_APPFONT ( 120 , 8 ) ;
67         Text [ en-US ] = "Resolution" ;
68     };
69     FixedText FT_DRAW_X
70     {
71         Pos = MAP_APPFONT ( 12 , 56 ) ;
72         Size = MAP_APPFONT ( 60 , 8 ) ;
73         Text [ en-US ] = "H~orizontal";
74     };
75     FixedText FT_DRAW_Y
76     {
77         Pos = MAP_APPFONT ( 12 , 71 ) ;
78         Size = MAP_APPFONT ( 60 , 8 ) ;
79         Text [ en-US ] = "~Vertical";
80     };
81     MetricField MTR_FLD_DRAW_X
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 75 , 54 ) ;
85         Size = MAP_APPFONT ( 45 , 12 ) ;
86         TabStop = TRUE ;
87         Repeat = TRUE ;
88         Spin = TRUE ;
89         Minimum = 10 ;
90         First = 10 ;
91         Maximum = 10000 ;
92         Last = 10000 ;
93         StrictFormat = TRUE ;
94         DecimalDigits = 2 ;
95         Unit = FUNIT_MM ;
96         SpinSize = 50 ;
97     };
98     MetricField MTR_FLD_DRAW_Y
99     {
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 75 , 69 ) ;
102         Size = MAP_APPFONT ( 45 , 12 ) ;
103         TabStop = TRUE ;
104         Repeat = TRUE ;
105         Spin = TRUE ;
106         Minimum = 10 ;
107         First = 10 ;
108         Maximum = 10000 ;
109         Last = 10000 ;
110         StrictFormat = TRUE ;
111         DecimalDigits = 2 ;
112         Unit = FUNIT_MM ;
113         SpinSize = 50 ;
114     };
115     FixedLine FL_DIVISION
116     {
117         Pos = MAP_APPFONT ( 130 , 45 ) ;
118         Size = MAP_APPFONT ( 124 , 8 ) ;
119         Text [ en-US ] = "Subdivision" ;
120     };
121     FixedText FT_DIVISION_X
122     {
123         Pos = MAP_APPFONT ( 136 , 56 ) ;
124         Size = MAP_APPFONT ( 50 , 8 ) ;
125         Text [ en-US ] = "Horizont~al";
126     };
127     FixedText FT_DIVISION_Y
128     {
129         Pos = MAP_APPFONT ( 136 , 71 ) ;
130         Size = MAP_APPFONT ( 50 , 8 ) ;
131         Text [ en-US ] = "V~ertical";
132     };
133     NumericField NUM_FLD_DIVISION_X
134     {
135         Border = TRUE ;
136         Pos = MAP_APPFONT ( 195 , 54 ) ;
137         Size = MAP_APPFONT ( 25 , 12 ) ;
138         TabStop = TRUE ;
139         Repeat = TRUE ;
140         Spin = TRUE ;
141         Maximum = 99 ;
142         Last = 99 ;
143         StrictFormat = TRUE ;
144         SpinSize = 1 ;
145     };
146     FixedText FT_HORZ_POINTS
147     {
148         Pos = MAP_APPFONT ( 223 , 56 ) ;
149         Size = MAP_APPFONT ( 29 , 8 ) ;
150         Text [ en-US ] = "point(s)" ;
151     };
152     NumericField NUM_FLD_DIVISION_Y
153     {
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 195 , 69 ) ;
156         Size = MAP_APPFONT ( 25 , 12 ) ;
157         TabStop = TRUE ;
158         Repeat = TRUE ;
159         Spin = TRUE ;
160         Maximum = 99 ;
161         Last = 99 ;
162         StrictFormat = TRUE ;
163         SpinSize = 1 ;
164     };
165     FixedText FT_VERT_POINTS
166     {
167         Pos = MAP_APPFONT ( 223 , 71 ) ;
168         Size = MAP_APPFONT ( 29 , 8 ) ;
170     };
171     CheckBox CBX_SYNCHRONIZE
172     {
173         Pos = MAP_APPFONT ( 12 , 84 ) ;
174         Size = MAP_APPFONT ( 127 , 10 ) ;
175         TabStop = TRUE ;
176         Text [ en-US ] = "Synchronize a~xes" ;
177     };
178     FixedLine GRP_SNAP
179     {
180         Pos = MAP_APPFONT ( 6 , 100  ) ;
181         Size = MAP_APPFONT ( 120 , 8 ) ;
182         Hide = TRUE;
183         Text [ en-US ] = "Snap" ;
184     };
186     CheckBox CBX_SNAP_HELPLINES
187     {
188         Pos = MAP_APPFONT ( 12 , 111  ) ;
189         Size = MAP_APPFONT ( 106 , 10 ) ;
190         Hide = TRUE;
191         TabStop = TRUE ;
192         Text [ en-US ] = "To snap lines" ;
193     };
194     CheckBox CBX_SNAP_BORDER
195     {
196         Hide = TRUE;
197         TabStop = TRUE ;
198         Pos = MAP_APPFONT ( 12 , 125  ) ;
199         Size = MAP_APPFONT ( 106 , 10 ) ;
200         Text [ en-US ] = "To the ~page margins" ;
201     };
202     CheckBox CBX_SNAP_FRAME
203     {
204         Pos = MAP_APPFONT ( 12 , 139  ) ;
205         Size = MAP_APPFONT ( 106 , 10 ) ;
206         Hide = TRUE;
207         TabStop = TRUE ;
208         Text [ en-US ] = "To object ~frame" ;
209     };
210     CheckBox CBX_SNAP_POINTS
211     {
212         Pos = MAP_APPFONT ( 12 , 153  ) ;
213         Size = MAP_APPFONT ( 106 , 10 ) ;
214         Hide = TRUE;
215         TabStop = TRUE ;
216         Text [ en-US ] = "To obje~ct points" ;
217     };
218     FixedText FT_SNAP_AREA
219     {
220         Pos = MAP_APPFONT ( 12 , 169  ) ;
221         Size = MAP_APPFONT ( 69 , 10 ) ;
222         Hide = TRUE;
223         Text [ en-US ] = "~Snap range" ;
224     };
225     MetricField MTR_FLD_SNAP_AREA
226     {
227         Border = TRUE ;
228         Pos = MAP_APPFONT ( 83 , 167  ) ;
229         Size = MAP_APPFONT ( 35 , 12 ) ;
230         Hide = TRUE;
231         TabStop = TRUE ;
232         Repeat = TRUE ;
233         Spin = TRUE ;
234         Minimum = 1 ;
235         Maximum = 50 ;
236         StrictFormat = TRUE ;
237         Unit = FUNIT_CUSTOM ;
238         First = 1 ;
239         Last = 999 ;
240         CustomUnitText [ en-US ] = " Pixels" ;
241     };
242     FixedLine FL_SEPARATOR
243     {
244         Pos = MAP_APPFONT ( 127 , 111 ) ;
245         Size = MAP_APPFONT ( 4 , 68 ) ;
246         Hide = TRUE;
247         Vert = TRUE;
248     };
249     FixedLine GRP_ORTHO
250     {
251         Pos = MAP_APPFONT ( 130 , 100  ) ;
252         Size = MAP_APPFONT ( 124 , 8 ) ;
253         Hide = TRUE;
254         Text [ en-US ] = "Snap position" ;
255     };
256     CheckBox CBX_ORTHO
257     {
258         Pos = MAP_APPFONT ( 136 , 111  ) ;
259         Size = MAP_APPFONT ( 112 , 10 ) ;
260         Hide = TRUE;
261         TabStop = TRUE ;
262         Text [ en-US ] = "~When creating or moving objects" ;
263     };
264     CheckBox CBX_BIGORTHO
265     {
266         Pos = MAP_APPFONT ( 136 , 125  ) ;
267         Size = MAP_APPFONT ( 112 , 10 ) ;
268         Hide = TRUE;
269         TabStop = TRUE ;
270         Text [ en-US ] = "~Extend edges" ;
271     };
272     CheckBox CBX_ROTATE
273     {
274         Pos = MAP_APPFONT ( 136 , 139  ) ;
275          // 136, 111
276         Size = MAP_APPFONT ( 55 , 10 ) ;
277         Hide = TRUE;
278         TabStop = TRUE ;
279         Text [ en-US ] = "When ro~tating" ;
280     };
281     MetricField MTR_FLD_ANGLE
282     {
283         Border = TRUE ;
284         Pos = MAP_APPFONT ( 194 , 137  ) ;
285          // 190, 111
286         Size = MAP_APPFONT ( 54 , 12 ) ;
287         Hide = TRUE;
288         TabStop = TRUE ;
289         Repeat = TRUE ;
290         Spin = TRUE ;
291         Maximum = 18000 ;
292         Last = 18000 ;
293         DecimalDigits = 2 ;
294         StrictFormat = TRUE ;
295         Unit = FUNIT_CUSTOM ;
296         SpinSize = 500 ;
297         CustomUnitText [ en-US ] = " degrees" ;
298     };
299     FixedText FT_BEZ_ANGLE
300     {
301         Pos = MAP_APPFONT ( 136 , 156  ) ;
302         Size = MAP_APPFONT ( 55 , 10 ) ;
303         Hide = TRUE;
304         Text [ en-US ] = "Point reducti~on" ;
305     };
306     MetricField MTR_FLD_BEZ_ANGLE
307     {
308         Border = TRUE ;
309         Pos = MAP_APPFONT ( 194 , 154  ) ;
310         Size = MAP_APPFONT ( 54 , 12 ) ;
311         Hide = TRUE;
312         TabStop = TRUE ;
313         Repeat = TRUE ;
314         Spin = TRUE ;
315         Maximum = 9000 ;
316         Last = 9000 ;
317         DecimalDigits = 2 ;
318         StrictFormat = TRUE ;
319         Unit = FUNIT_CUSTOM ;
320         SpinSize = 500 ;
321         CustomUnitText [ en-US ] = " degrees" ;
322     };