update credits
[LibreOffice.git] / svx / source / dialog / optgrid.src
blob306cb4214f20993afaa45f04d99d6ac6c8a03d04
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include <svx/dialogs.hrc>
23 #include "optgrid.hrc"
25 TabPage RID_SVXPAGE_GRID
27     HelpId = HID_OPTIONS_GRID ;
28     SVLook = TRUE ;
29     Hide = TRUE ;
30     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31     FixedLine GRP_DRAWGRID
32     {
33         Pos = MAP_APPFONT ( 6 , 3 ) ;
34         Size = MAP_APPFONT ( 248 , 8 ) ;
35         Text [ en-US ] = "Grid" ;
36     };
37     CheckBox CBX_USE_GRIDSNAP
38     {
39         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_USE_GRIDSNAP";
40         Pos = MAP_APPFONT ( 12 , 14 ) ;
41         Size = MAP_APPFONT ( 204 , 10 ) ;
42         TabStop = TRUE ;
43         Text [ en-US ] = "Sn~ap to grid" ;
44     };
45     CheckBox CBX_GRID_VISIBLE
46     {
47         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_GRID_VISIBLE";
48         Pos = MAP_APPFONT ( 12 , 27 ) ;
49         Size = MAP_APPFONT ( 204 , 10 ) ;
50         TabStop = TRUE ;
51         Text [ en-US ] = "V~isible grid" ;
52     };
53     FixedLine FL_RESOLUTION
54     {
55         Pos = MAP_APPFONT ( 6 , 45 ) ;
56         Size = MAP_APPFONT ( 120 , 8 ) ;
57         Text [ en-US ] = "Resolution" ;
58     };
59     FixedText FT_DRAW_X
60     {
61         Pos = MAP_APPFONT ( 12 , 56 ) ;
62         Size = MAP_APPFONT ( 60 , 8 ) ;
63         Text [ en-US ] = "H~orizontal";
64     };
65     FixedText FT_DRAW_Y
66     {
67         Pos = MAP_APPFONT ( 12 , 71 ) ;
68         Size = MAP_APPFONT ( 60 , 8 ) ;
69         Text [ en-US ] = "~Vertical";
70     };
71     MetricField MTR_FLD_DRAW_X
72     {
73         HelpID = "svx:MetricField:RID_SVXPAGE_GRID:MTR_FLD_DRAW_X";
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 75 , 54 ) ;
76         Size = MAP_APPFONT ( 45 , 12 ) ;
77         TabStop = TRUE ;
78         Repeat = TRUE ;
79         Spin = TRUE ;
80         Minimum = 10 ;
81         First = 10 ;
82         Maximum = 10000 ;
83         Last = 10000 ;
84         StrictFormat = TRUE ;
85         DecimalDigits = 2 ;
86         Unit = FUNIT_MM ;
87         SpinSize = 50 ;
88     };
89     MetricField MTR_FLD_DRAW_Y
90     {
91         HelpID = "svx:MetricField:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y";
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( 75 , 69 ) ;
94         Size = MAP_APPFONT ( 45 , 12 ) ;
95         TabStop = TRUE ;
96         Repeat = TRUE ;
97         Spin = TRUE ;
98         Minimum = 10 ;
99         First = 10 ;
100         Maximum = 10000 ;
101         Last = 10000 ;
102         StrictFormat = TRUE ;
103         DecimalDigits = 2 ;
104         Unit = FUNIT_MM ;
105         SpinSize = 50 ;
106     };
107     FixedLine FL_DIVISION
108     {
109         Pos = MAP_APPFONT ( 130 , 45 ) ;
110         Size = MAP_APPFONT ( 124 , 8 ) ;
111         Text [ en-US ] = "Subdivision" ;
112     };
113     FixedText FT_DIVISION_X
114     {
115         Pos = MAP_APPFONT ( 136 , 56 ) ;
116         Size = MAP_APPFONT ( 50 , 8 ) ;
117         Text [ en-US ] = "Horizont~al";
118     };
119     FixedText FT_DIVISION_Y
120     {
121         Pos = MAP_APPFONT ( 136 , 71 ) ;
122         Size = MAP_APPFONT ( 50 , 8 ) ;
123         Text [ en-US ] = "V~ertical";
124     };
125     NumericField NUM_FLD_DIVISION_X
126     {
127         HelpID = "svx:NumericField:RID_SVXPAGE_GRID:NUM_FLD_DIVISION_X";
128         Border = TRUE ;
129         Pos = MAP_APPFONT ( 195 , 54 ) ;
130         Size = MAP_APPFONT ( 25 , 12 ) ;
131         TabStop = TRUE ;
132         Repeat = TRUE ;
133         Spin = TRUE ;
134         Minimum = 1 ;
135         Maximum = 99 ;
136         Last = 99 ;
137         StrictFormat = TRUE ;
138         SpinSize = 1 ;
139     };
140     FixedText FT_HORZ_POINTS
141     {
142         Pos = MAP_APPFONT ( 223 , 56 ) ;
143         Size = MAP_APPFONT ( 29 , 8 ) ;
144         Text [ en-US ] = "space(s)" ;
145     };
146     NumericField NUM_FLD_DIVISION_Y
147     {
148         HelpID = "svx:NumericField:RID_SVXPAGE_GRID:NUM_FLD_DIVISION_Y";
149         Border = TRUE ;
150         Pos = MAP_APPFONT ( 195 , 69 ) ;
151         Size = MAP_APPFONT ( 25 , 12 ) ;
152         TabStop = TRUE ;
153         Repeat = TRUE ;
154         Spin = TRUE ;
155         Minimum = 1 ;
156         Maximum = 99 ;
157         Last = 99 ;
158         StrictFormat = TRUE ;
159         SpinSize = 1 ;
160     };
161     FixedText FT_VERT_POINTS
162     {
163         Pos = MAP_APPFONT ( 223 , 71 ) ;
164         Size = MAP_APPFONT ( 29 , 8 ) ;
166     };
167     CheckBox CBX_SYNCHRONIZE
168     {
169         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE";
170         Pos = MAP_APPFONT ( 12 , 84 ) ;
171         Size = MAP_APPFONT ( 127 , 10 ) ;
172         TabStop = TRUE ;
173         Text [ en-US ] = "Synchronize a~xes" ;
174     };
175     FixedLine GRP_SNAP
176     {
177         Pos = MAP_APPFONT ( 6 , 100  ) ;
178         Size = MAP_APPFONT ( 120 , 8 ) ;
179         Hide = TRUE;
180         Text [ en-US ] = "Snap" ;
181     };
183     CheckBox CBX_SNAP_HELPLINES
184     {
185         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_SNAP_HELPLINES";
186         Pos = MAP_APPFONT ( 12 , 111  ) ;
187         Size = MAP_APPFONT ( 106 , 10 ) ;
188         Hide = TRUE;
189         TabStop = TRUE ;
190         Text [ en-US ] = "To snap lines" ;
191     };
192     CheckBox CBX_SNAP_BORDER
193     {
194         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_SNAP_BORDER";
195         Hide = TRUE;
196         TabStop = TRUE ;
197         Pos = MAP_APPFONT ( 12 , 125  ) ;
198         Size = MAP_APPFONT ( 106 , 10 ) ;
199         Text [ en-US ] = "To the ~page margins" ;
200     };
201     CheckBox CBX_SNAP_FRAME
202     {
203         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_SNAP_FRAME";
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         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_SNAP_POINTS";
213         Pos = MAP_APPFONT ( 12 , 153  ) ;
214         Size = MAP_APPFONT ( 106 , 10 ) ;
215         Hide = TRUE;
216         TabStop = TRUE ;
217         Text [ en-US ] = "To obje~ct points" ;
218     };
219     FixedText FT_SNAP_AREA
220     {
221         Pos = MAP_APPFONT ( 12 , 169  ) ;
222         Size = MAP_APPFONT ( 69 , 10 ) ;
223         Hide = TRUE;
224         Text [ en-US ] = "~Snap range" ;
225     };
226     MetricField MTR_FLD_SNAP_AREA
227     {
228         HelpID = "svx:MetricField:RID_SVXPAGE_GRID:MTR_FLD_SNAP_AREA";
229         Border = TRUE ;
230         Pos = MAP_APPFONT ( 83 , 167  ) ;
231         Size = MAP_APPFONT ( 35 , 12 ) ;
232         Hide = TRUE;
233         TabStop = TRUE ;
234         Repeat = TRUE ;
235         Spin = TRUE ;
236         Minimum = 1 ;
237         Maximum = 50 ;
238         StrictFormat = TRUE ;
239         Unit = FUNIT_CUSTOM ;
240         First = 1 ;
241         Last = 999 ;
242         CustomUnitText [ en-US ] = " Pixels" ;
243     };
244     FixedLine FL_SEPARATOR
245     {
246         Pos = MAP_APPFONT ( 127 , 111 ) ;
247         Size = MAP_APPFONT ( 4 , 68 ) ;
248         Hide = TRUE;
249         Vert = TRUE;
250     };
251     FixedLine GRP_ORTHO
252     {
253         Pos = MAP_APPFONT ( 130 , 100  ) ;
254         Size = MAP_APPFONT ( 124 , 8 ) ;
255         Hide = TRUE;
256         Text [ en-US ] = "Snap position" ;
257     };
258     CheckBox CBX_ORTHO
259     {
260         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_ORTHO";
261         Pos = MAP_APPFONT ( 136 , 111  ) ;
262         Size = MAP_APPFONT ( 112 , 10 ) ;
263         Hide = TRUE;
264         TabStop = TRUE ;
265         Text [ en-US ] = "~When creating or moving objects" ;
266     };
267     CheckBox CBX_BIGORTHO
268     {
269         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_BIGORTHO";
270         Pos = MAP_APPFONT ( 136 , 125  ) ;
271         Size = MAP_APPFONT ( 112 , 10 ) ;
272         Hide = TRUE;
273         TabStop = TRUE ;
274         Text [ en-US ] = "~Extend edges" ;
275     };
276     CheckBox CBX_ROTATE
277     {
278         HelpID = "svx:CheckBox:RID_SVXPAGE_GRID:CBX_ROTATE";
279         Pos = MAP_APPFONT ( 136 , 139  ) ;
280          // 136, 111
281         Size = MAP_APPFONT ( 55 , 10 ) ;
282         Hide = TRUE;
283         TabStop = TRUE ;
284         Text [ en-US ] = "When ro~tating" ;
285     };
286     MetricField MTR_FLD_ANGLE
287     {
288         HelpID = "svx:MetricField:RID_SVXPAGE_GRID:MTR_FLD_ANGLE";
289         Border = TRUE ;
290         Pos = MAP_APPFONT ( 194 , 137  ) ;
291          // 190, 111
292         Size = MAP_APPFONT ( 54 , 12 ) ;
293         Hide = TRUE;
294         TabStop = TRUE ;
295         Repeat = TRUE ;
296         Spin = TRUE ;
297         Maximum = 18000 ;
298         Last = 18000 ;
299         DecimalDigits = 2 ;
300         StrictFormat = TRUE ;
301         Unit = FUNIT_CUSTOM ;
302         SpinSize = 500 ;
303         CustomUnitText [ en-US ] = " degrees" ;
304     };
305     FixedText FT_BEZ_ANGLE
306     {
307         Pos = MAP_APPFONT ( 136 , 156  ) ;
308         Size = MAP_APPFONT ( 55 , 10 ) ;
309         Hide = TRUE;
310         Text [ en-US ] = "Point reducti~on" ;
311     };
312     MetricField MTR_FLD_BEZ_ANGLE
313     {
314         HelpID = "svx:MetricField:RID_SVXPAGE_GRID:MTR_FLD_BEZ_ANGLE";
315         Border = TRUE ;
316         Pos = MAP_APPFONT ( 194 , 154  ) ;
317         Size = MAP_APPFONT ( 54 , 12 ) ;
318         Hide = TRUE;
319         TabStop = TRUE ;
320         Repeat = TRUE ;
321         Spin = TRUE ;
322         Maximum = 9000 ;
323         Last = 9000 ;
324         DecimalDigits = 2 ;
325         StrictFormat = TRUE ;
326         Unit = FUNIT_CUSTOM ;
327         SpinSize = 500 ;
328         CustomUnitText [ en-US ] = " degrees" ;
329     };
332 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */