xref: /AOO41X/main/sd/source/ui/dlg/tpoption.src (revision 1427dd487af34379101841ed27665dde5975f032)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "tpoption.hrc"
25#include "helpids.h"
26
27#define SCALE_TEXT \
28        Text [ en-US ] = "Scale" ; \
29
30// Contents
31TabPage TP_OPTIONS_CONTENTS
32{
33    HelpID = HID_SD_OPTIONS_CONTENTS ;
34    Size = MAP_APPFONT ( 260, 185 ) ;
35    Hide = TRUE ;
36    Text [ en-US ] = "Contents" ;
37    FixedLine GRP_DISPLAY
38    {
39        Pos = MAP_APPFONT ( 6, 72 - 69 ) ;
40        Size = MAP_APPFONT ( 248, 8 ) ;
41        Text [ en-US ] = "Display" ;
42    };
43    CheckBox CBX_RULER
44    {
45        HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_RULER" ;
46        Pos = MAP_APPFONT ( 12, 83 - 69 ) ;
47        Size = MAP_APPFONT ( 242, 10 ) ;
48        TabStop = TRUE ;
49        Text [ en-US ] = "~Rulers visible" ;
50    };
51    CheckBox CBX_HELPLINES
52    {
53        HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HELPLINES" ;
54        Pos = MAP_APPFONT ( 12, 97 - 69 ) ;
55        Size = MAP_APPFONT ( 242, 10 ) ;
56        TabStop = TRUE ;
57        Text [ en-US ] = "~Guides when moving" ;
58    };
59    CheckBox CBX_HANDLES_BEZIER
60    {
61        HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HANDLES_BEZIER" ;
62        Pos = MAP_APPFONT ( 12, 111 - 69 ) ;
63        Size = MAP_APPFONT ( 242, 10 ) ;
64        TabStop = TRUE ;
65        Text [ en-US ] = "~All control points in Bézier editor" ;
66    };
67    CheckBox CBX_MOVE_OUTLINE
68    {
69        HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_MOVE_OUTLINE" ;
70        Pos = MAP_APPFONT ( 12, 125 - 69 ) ;
71        Size = MAP_APPFONT ( 242, 10 ) ;
72        TabStop = TRUE ;
73        Text [ en-US ] = "~Contour of each individual object" ;
74    };
75};
76// Misc
77TabPage TP_OPTIONS_MISC
78{
79    HelpID = HID_SD_OPTIONS_MISC ;
80    Size = MAP_APPFONT ( 260, 185 ) ;
81    Hide = TRUE ;
82    Text [ en-US ] = "Other" ;
83    FixedLine GRP_TEXT
84    {
85        Pos = MAP_APPFONT ( 6, 3 ) ;
86        Size = MAP_APPFONT ( 248, 8 ) ;
87        Text [ en-US ] = "Text objects" ;
88    };
89    CheckBox CBX_QUICKEDIT
90    {
91        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_QUICKEDIT" ;
92        Pos = MAP_APPFONT ( 12, 14 ) ;
93        Size = MAP_APPFONT ( 116, 10 ) ;
94        TabStop = TRUE ;
95        Text [ en-US ] = "Allow quick editing" ;
96    };
97    CheckBox CBX_PICKTHROUGH
98    {
99        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_PICKTHROUGH" ;
100        Pos = MAP_APPFONT ( 12, 27 ) ;
101        Size = MAP_APPFONT ( 116, 10 ) ;
102        TabStop = TRUE ;
103        Text [ en-US ] = "Only text area selectable" ;
104    };
105    FixedLine GRP_PROGRAMSTART
106    {
107        Pos = MAP_APPFONT ( 6, 42 ) ;
108        Size = MAP_APPFONT ( 248, 8 ) ;
109        Text [ en-US ] = "New document" ;
110    };
111    CheckBox CBX_START_WITH_TEMPLATE
112    {
113        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE" ;
114        Pos = MAP_APPFONT ( 12, 53 ) ;
115        Size = MAP_APPFONT ( 242, 10 ) ;
116        TabStop = TRUE ;
117        Text [ en-US ] = "Start with ~wizard" ;
118    };
119    FixedLine GRP_SETTINGS
120    {
121        Pos = MAP_APPFONT ( 6, 69 ) ;
122        Size = MAP_APPFONT ( 248, 8 ) ;
123        Text [ en-US ] = "Settings" ;
124    };
125    CheckBox CBX_MASTERPAGE_CACHE
126    {
127        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE" ;
128        Pos = MAP_APPFONT ( 12, 80 ) ;
129        Size = MAP_APPFONT ( 242, 10 ) ;
130        TabStop = TRUE ;
131        Text [ en-US ] = "Use background cache" ;
132    };
133    CheckBox CBX_COPY
134    {
135        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_COPY" ;
136        Pos = MAP_APPFONT ( 12, 93 ) ;
137        Size = MAP_APPFONT ( 242, 10 ) ;
138        TabStop = TRUE ;
139        Text [ en-US ] = "Copy when moving" ;
140    };
141    CheckBox CBX_MARKED_HIT_MOVES_ALWAYS
142    {
143        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS" ;
144        Pos = MAP_APPFONT ( 12, 106 ) ;
145        Size = MAP_APPFONT ( 242, 10 ) ;
146        TabStop = TRUE ;
147        Text [ en-US ] = "Objects always moveable" ;
148    };
149    CheckBox CBX_CROOK_NO_CONTORTION
150    {
151        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION" ;
152        Pos = MAP_APPFONT ( 12, 119 ) ;
153        Size = MAP_APPFONT ( 242, 10 ) ;
154        TabStop = TRUE ;
155        Hide = TRUE;
156        Text [ en-US ] = "Do not distort objects in curve" ;
157    };
158    FixedText FT_METRIC
159    {
160        Pos = MAP_APPFONT ( 12, 119 ) ;
161        Size = MAP_APPFONT ( 60, 8 ) ;
162        Text [ en-US ] = "Unit of ~measurement" ;
163    };
164    ListBox LB_METRIC
165    {
166        HelpID = "sd:ListBox:TP_OPTIONS_MISC:LB_METRIC" ;
167        Border = TRUE ;
168        Pos = MAP_APPFONT ( 75, 117 ) ;
169        Size = MAP_APPFONT ( 50, 50 ) ;
170        DropDown = TRUE ;
171    };
172    FixedText FT_TABSTOP
173    {
174        Pos = MAP_APPFONT ( 130, 119 ) ;
175        Size = MAP_APPFONT ( 70, 8 ) ;
176        Right = TRUE ;
177        Text [ en-US ] = "Ta~b stops" ;
178    };
179    MetricField MTR_FLD_TABSTOP
180    {
181        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_TABSTOP" ;
182        Border = TRUE ;
183        Pos = MAP_APPFONT ( 206, 117 ) ;
184        Size = MAP_APPFONT ( 45, 12 ) ;
185        TabStop = TRUE ;
186        Repeat = TRUE ;
187        Spin = TRUE ;
188        Unit = FUNIT_CM ;
189        SpinSize = 10 ;
190        Minimum = 50 ;
191        Maximum = 2000;
192        First = 50 ;
193        Last = 2000 ;
194        StrictFormat = TRUE ;
195        DecimalDigits = 2 ;
196    };
197    FixedLine GRP_START_WITH_ACTUAL_PAGE
198    {
199        Pos = MAP_APPFONT ( 6, 134 ) ;
200        Size = MAP_APPFONT ( 248, 8 ) ;
201        Text [ en-US ] = "Start presentation" ;
202    };
203    CheckBox CBX_START_WITH_ACTUAL_PAGE
204    {
205        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE" ;
206        Pos = MAP_APPFONT ( 12, 145 ) ;
207        Size = MAP_APPFONT ( 116, 10 ) ;
208        TabStop = TRUE ;
209        Text [ en-US ] = "Always with current page" ;
210    };
211    CheckBox CBX_START_WITH_PRESENTER_SCREEN
212    {
213        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_PRESENTER_SCREEN" ;
214        Pos = MAP_APPFONT ( 12, 145 ) ;
215        Size = MAP_APPFONT ( 116, 10 ) ;
216        TabStop = TRUE ;
217        Text [ en-US ] = "With Presenter Screen" ;
218    };
219    FixedLine FT_COMPATIBILITY
220    {
221        Pos = MAP_APPFONT ( 6, 160 ) ;
222        Size = MAP_APPFONT ( 248, 8 ) ;
223        Text [ en-US ] = "Compatibility" ;
224    };
225    CheckBox CB_USE_PRINTER_METRICS
226    {
227        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_USE_PRINTER_METRICS" ;
228        // This checkbox and the following one will change places when this
229        // one is wired in into the dialog. At the moment exists only for
230        // translation to work on.
231        Pos = MAP_APPFONT ( 12, 184 ) ;
232        Size = MAP_APPFONT ( 242, 10 ) ;
233        Text [ en-US ] = "Us~e printer metrics for document formatting" ;
234    };
235    CheckBox CB_MERGE_PARA_DIST
236    {
237        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_MERGE_PARA_DIST" ;
238        Pos = MAP_APPFONT ( 12, 171 ) ;
239        Size = MAP_APPFONT ( 242, 10 ) ;
240        Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)" ;
241    };
242    FixedLine GRP_SCALE
243    {
244        Hide = TRUE;
245        Pos = MAP_APPFONT ( 6, 122 ) ;
246        Size = MAP_APPFONT ( 248, 8 ) ;
247        SCALE_TEXT
248    };
249    FixedText FT_ORIGINAL
250    {
251        Hide = TRUE;
252        Pos = MAP_APPFONT ( 155, 133 ) ;
253        Size = MAP_APPFONT ( 45, 10 ) ;
254        Text [ en-US ] = "Original" ;
255    };
256    FixedText FT_EQUIVALENT
257    {
258        Hide = TRUE;
259        Pos = MAP_APPFONT ( 206, 133 ) ;
260        Size = MAP_APPFONT ( 45, 10 ) ;
261        Text [ en-US ] = "Equivalent to" ;
262    };
263    FixedText FT_SCALE
264    {
265        Hide = TRUE;
266        Pos = MAP_APPFONT ( 12, 149 ) ;
267        Size = MAP_APPFONT ( 60, 8 ) ;
268        Text [ en-US ] = "~Drawing scale" ;
269    };
270    ComboBox CB_SCALE
271    {
272        HelpID = "sd:ComboBox:TP_OPTIONS_MISC:CB_SCALE" ;
273        Hide = TRUE;
274        Pos = MAP_APPFONT ( 75, 147 ) ;
275        Size = MAP_APPFONT ( 30, 70 ) ;
276        TabStop = TRUE ;
277        DropDown = TRUE ;
278    };
279    FixedText FT_PAGEWIDTH
280    {
281        Hide = TRUE;
282        Pos = MAP_APPFONT ( 105, 149 ) ;
283        Size = MAP_APPFONT ( 49, 8 ) ;
284        Text [ en-US ] = "Page ~width" ;
285    };
286    FixedText FI_INFO_1
287    {
288        Hide = TRUE;
289        Pos = MAP_APPFONT ( 155, 149 ) ;
290        Size = MAP_APPFONT ( 49, 8 ) ;
291    };
292    MetricField MTR_FLD_ORIGINAL_WIDTH
293    {
294        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_WIDTH" ;
295        Hide = TRUE ;
296        Border = TRUE ;
297        Pos = MAP_APPFONT ( 206, 147 ) ;
298        Size = MAP_APPFONT ( 45, 12 ) ;
299        TabStop = TRUE ;
300        Repeat = TRUE ;
301        Spin = TRUE ;
302        SpinSize = 100 ;
303        Minimum = 1 ;
304        Maximum = 999999999 ;
305        StrictFormat = TRUE ;
306        DecimalDigits = 2 ;
307        Unit = FUNIT_MM ;
308        First = 1 ;
309        Last = 999999999 ;
310    };
311    FixedText FT_PAGEHEIGHT
312    {
313        Hide = TRUE ;
314        Pos = MAP_APPFONT ( 105, 165 ) ;
315        Size = MAP_APPFONT ( 49, 8 ) ;
316        Text [ en-US ] = "Page ~height" ;
317    };
318    FixedText FI_INFO_2
319    {
320        Hide = TRUE ;
321        Pos = MAP_APPFONT ( 155, 165 ) ;
322        Size = MAP_APPFONT ( 49, 8 ) ;
323    };
324    MetricField MTR_FLD_ORIGINAL_HEIGHT
325    {
326        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_HEIGHT" ;
327        Hide = TRUE ;
328        Border = TRUE ;
329        Pos = MAP_APPFONT ( 206, 163 ) ;
330        Size = MAP_APPFONT ( 45, 12 ) ;
331        TabStop = TRUE ;
332        Repeat = TRUE ;
333        Spin = TRUE ;
334        SpinSize = 100 ;
335        Minimum = 1 ;
336        Maximum = 999999999 ;
337        StrictFormat = TRUE ;
338        DecimalDigits = 2 ;
339        Unit = FUNIT_MM ;
340        First = 1 ;
341        Last = 999999999 ;
342    };
343};
344
345// ********************************************************************** EOF
346