xref: /trunk/main/sw/source/ui/config/optdlg.src (revision a3cdc23e488c57f3433f22cd4458e65c27aa499c)
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#ifndef _SFX_HRC
23#include <sfx2/sfx.hrc>
24#endif
25#ifndef _SVX_DIALOGS_HRC
26#include <svx/dialogs.hrc>
27#endif
28#include "globals.hrc"
29#include "config.hrc"
30#include "optdlg.hrc"
31#include "helpid.h"
32
33/**************************************************************************/
34/*  TabPage View                                                          */
35/**************************************************************************/
36TabPage TP_CONTENT_OPT
37{
38    HelpID = HID_CONTENT_OPT ;
39    SVLook = TRUE ;
40    Size = MAP_APPFONT ( 260, 185 ) ;
41    Hide = TRUE ;
42    FixedLine FL_LINE
43    {
44        Pos = MAP_APPFONT ( 6, 3 ) ;
45        Size = MAP_APPFONT ( 118, 8 ) ;
46        Group = TRUE ;
47        Text [ en-US ] = "Guides" ;
48    };
49    CheckBox CB_CROSS
50    {
51        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_CROSS" ;
52        Pos = MAP_APPFONT ( 12, 14 ) ;
53        Size = MAP_APPFONT ( 118, 10 ) ;
54        Text [ en-US ] = "Guides ~while moving" ;
55    };
56    CheckBox CB_BIGHANDLE
57    {
58        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE" ;
59        Pos = MAP_APPFONT ( 12, 27 ) ;
60        Size = MAP_APPFONT ( 118, 10 ) ;
61        Text [ en-US ] = "Large handles" ;
62    };
63    FixedLine FL_WINDOW
64    {
65        Pos = MAP_APPFONT ( 130, 3 ) ;
66        Size = MAP_APPFONT ( 124, 8 ) ;
67        Group = TRUE ;
68        Text [ en-US ] = "View" ;
69    };
70    CheckBox CB_HSCROLL
71    {
72        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL" ;
73        Pos = MAP_APPFONT ( 136, 14 ) ;
74        Size = MAP_APPFONT ( 108, 10 ) ;
75        Text [ en-US ] = "H~orizontal scrollbar" ;
76    };
77    CheckBox CB_VSCROLL
78    {
79        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL" ;
80        Pos = MAP_APPFONT ( 136, 27 ) ;
81        Size = MAP_APPFONT ( 108, 10 ) ;
82        Text [ en-US ] = "~Vertical scrollbar" ;
83    };
84    CheckBox CB_ANY_RULER
85    {
86        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_ANY_RULER" ;
87        Pos = MAP_APPFONT ( 136, 40 ) ;
88        Size = MAP_APPFONT ( 65, 10 ) ;
89        Text [ en-US ] = "R~uler" ;
90    };
91    CheckBox CB_HRULER
92    {
93        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HRULER" ;
94        Pos = MAP_APPFONT ( 142, 53 ) ;
95        Size = MAP_APPFONT ( 62, 10 ) ;
96        Text [ en-US ] = "Hori~zontal ruler" ;
97    };
98    ListBox LB_HMETRIC
99    {
100        HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_HMETRIC" ;
101        Pos = MAP_APPFONT ( 206, 51 ) ;
102        Size = MAP_APPFONT ( 45, 60 ) ;
103        DropDown = TRUE ;
104    };
105    CheckBox CB_VRULER
106    {
107        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER" ;
108        Pos = MAP_APPFONT ( 142, 66 ) ;
109        Size = MAP_APPFONT ( 62, 10 ) ;
110        Text [ en-US ] = "Verti~cal ruler" ;
111    };
112    CheckBox CB_VRULER_RIGHT
113    {
114        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER_RIGHT" ;
115        Pos = MAP_APPFONT ( 148, 79 ) ;
116        Size = MAP_APPFONT ( 100, 10 ) ;
117        Text [ en-US ] = "Right-aligned" ;
118    };
119    ListBox LB_VMETRIC
120    {
121        HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_VMETRIC" ;
122        Pos = MAP_APPFONT ( 206, 64 ) ;
123        Size = MAP_APPFONT ( 45, 60 ) ;
124        DropDown = TRUE ;
125    };
126    CheckBox CB_SMOOTH_SCROLL
127    {
128        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_SMOOTH_SCROLL" ;
129        Pos = MAP_APPFONT ( 136, 79 ) ;
130        Size = MAP_APPFONT ( 108, 10 ) ;
131        Text [ en-US ] = "S~mooth scroll" ;
132    };
133    FixedLine FL_DISP
134    {
135        Pos = MAP_APPFONT ( 6, 56 ) ;
136        Size = MAP_APPFONT ( 118, 8 ) ;
137        Text [ en-US ] = "Display" ;
138        Group = TRUE ;
139    };
140    CheckBox CB_GRF
141    {
142        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_GRF" ;
143        Pos = MAP_APPFONT ( 12, 67 ) ;
144        Size = MAP_APPFONT ( 108, 10 ) ;
145        Text [ en-US ] = "~Graphics and objects" ;
146        TabStop = TRUE ;
147        Group = TRUE ;
148    };
149    CheckBox CB_TBL
150    {
151        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_TBL" ;
152        Pos = MAP_APPFONT ( 12, 80 ) ;
153        Size = MAP_APPFONT ( 108, 10 ) ;
154        Text [ en-US ] = "~Tables " ;
155    };
156    CheckBox CB_DRWFAST
157    {
158        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST" ;
159        Pos = MAP_APPFONT ( 12, 93 ) ;
160        Size = MAP_APPFONT ( 108, 10 ) ;
161        Text [ en-US ] = "Dra~wings and controls" ;
162    };
163    CheckBox CB_FIELD
164    {
165        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_FIELD" ;
166        Pos = MAP_APPFONT ( 12, 106 ) ;
167        Size = MAP_APPFONT ( 108, 10 ) ;
168        Text [ en-US ] = "~Field codes" ;
169    };
170    CheckBox CB_POSTIT
171    {
172        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT" ;
173        Pos = MAP_APPFONT ( 12, 119 ) ;
174        Size = MAP_APPFONT ( 108, 10 ) ;
175        Text [ en-US ] = "~Comments" ;
176    };
177    FixedLine FL_SETTINGS
178    {
179        Pos = MAP_APPFONT ( 130, 122 ) ;
180        Size = MAP_APPFONT ( 124, 8 ) ;
181        Text [ en-US ] = "Settings" ;
182        Hide = TRUE ;
183    };
184    FixedText FT_METRIC
185    {
186        Pos = MAP_APPFONT ( 136, 135 ) ;
187        Size = MAP_APPFONT ( 60, 8 ) ;
188        Text [ en-US ] = "Measurement unit" ;
189        Hide = TRUE ;
190    };
191    ListBox LB_METRIC
192    {
193        HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_METRIC" ;
194        Pos = MAP_APPFONT ( 199, 133 ) ;
195        Size = MAP_APPFONT ( 50, 50 ) ;
196        Border = TRUE ;
197        DropDown = TRUE ;
198        Hide = TRUE ;
199    };
200};
201/**************************************************************************/
202/*                                                                        */
203/**************************************************************************/
204TabPage TP_OPTPRINT_PAGE
205{
206    HelpID = HID_OPTPRINT_PAGE ;
207    Size = MAP_APPFONT ( 260, 185 ) ;
208    Hide = TRUE ;
209    FixedLine FL_1
210    {
211        Pos = MAP_APPFONT ( 6, 3 ) ;
212        Size = MAP_APPFONT ( 78, 8 ) ;
213        Text [ en-US ] = "Contents" ;
214        Group = TRUE ;
215    };
216    CheckBox CB_PGRF /* functionally merged with CB_PDRAW */
217    {
218        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF" ;
219        Pos = MAP_APPFONT ( 12, 14 ) ;
220        Size = MAP_APPFONT ( 70, 10 ) ;
221        Text [ en-US ] = "~Pictures and objects" ;
222        TabStop = TRUE ;
223        Group = TRUE ;
224    };
225    CheckBox CB_CTRLFLD
226    {
227        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD" ;
228        Pos = MAP_APPFONT ( 12, 27 ) ;
229        Size = MAP_APPFONT ( 70, 10 ) ;
230        Text [ en-US ] = "Form control~s" ;
231    };
232    CheckBox CB_BACKGROUND
233    {
234        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BACKGROUND" ;
235        Pos = MAP_APPFONT ( 12, 40 ) ;
236        Size = MAP_APPFONT ( 70, 10 ) ;
237        Text [ en-US ] = "Page ba~ckground" ;
238    };
239    CheckBox CB_BLACK_FONT
240    {
241        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT" ;
242        Pos = MAP_APPFONT ( 12, 53 ) ;
243        Size = MAP_APPFONT ( 70, 10 ) ;
244        Text [ en-US ] = "Print text in blac~k" ;
245    };
246    CheckBox CB_HIDDEN_TEXT
247    {
248        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_HIDDEN_TEXT" ;
249        Pos = MAP_APPFONT ( 12, 66 ) ;
250        Size = MAP_APPFONT ( 70, 10 ) ;
251        Text [ en-US ] = "Hidden te~xt" ;
252    };
253    CheckBox CB_TEXT_PLACEHOLDER
254    {
255        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_TEXT_PLACEHOLDER" ;
256        Pos = MAP_APPFONT ( 12, 79 ) ;
257        Size = MAP_APPFONT ( 70, 10 ) ;
258        Text [ en-US ] = "Text ~placeholder" ;
259    };
260    FixedLine FL_SEP_PRT_LEFT
261    {
262        Pos = MAP_APPFONT ( 85, 14 ) ;
263        Size = MAP_APPFONT ( 4, 78 ) ;
264        Vert = TRUE ;
265    };
266    FixedLine FL_2
267    {
268        Pos = MAP_APPFONT ( 90, 3 ) ;
269        Size = MAP_APPFONT ( 78, 8 ) ;
270        Text [ en-US ] = "Pages" ;
271        Group = TRUE ;
272    };
273    CheckBox CB_LEFTP
274    {
275        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP" ;
276        Pos = MAP_APPFONT ( 96, 14 ) ;
277        Size = MAP_APPFONT ( 70, 10 ) ;
278        Text [ en-US ] = "~Left pages" ;
279        TabStop = TRUE ;
280        Group = TRUE ;
281    };
282    CheckBox CB_RIGHTP
283    {
284        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP" ;
285        Pos = MAP_APPFONT ( 96, 27 ) ;
286        Size = MAP_APPFONT ( 70, 10 ) ;
287        Text [ en-US ] = "~Right pages" ;
288    };
289/*
290    removed, now handled by the new print dialog (i.e. vcl) itself
291    CheckBox CB_REVERSE
292    {
293        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE" ;
294        Pos = MAP_APPFONT ( 96, 40 ) ;
295        Size = MAP_APPFONT ( 70, 10 ) ;
296        Text [ en-US ] = "Re~versed" ;
297    };
298*/
299    CheckBox CB_PROSPECT
300    {
301        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT" ;
302        Pos = MAP_APPFONT ( 96, 40 ) ;
303        Size = MAP_APPFONT ( 70, 10 ) ;
304        Text [ en-US ] = "Broch~ure" ;
305    };
306    CheckBox CB_PROSPECT_RTL
307    {
308        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT_RTL" ;
309        Pos = MAP_APPFONT ( 103, 53 ) ;
310        Size = MAP_APPFONT ( 70, 10 ) ;
311        Text [ en-US ] = "Right to Left" ;
312    };
313    RadioButton RB_NO
314    {
315        HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_NO" ;
316        Pos = MAP_APPFONT ( 180, 14 ) ;
317        Size = MAP_APPFONT ( 74, 10 ) ;
318        Text [ en-US ] = "~None" ;
319        TabStop = TRUE ;
320        Group = TRUE ;
321    };
322    RadioButton RB_ONLY
323    {
324        HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_ONLY" ;
325        Pos = MAP_APPFONT ( 180, 27 ) ;
326        Size = MAP_APPFONT ( 74, 10 ) ;
327        Text [ en-US ] = "Comments ~only" ;
328    };
329    RadioButton RB_END
330    {
331        HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_END" ;
332        Pos = MAP_APPFONT ( 180, 40 ) ;
333        Size = MAP_APPFONT ( 74, 10 ) ;
334        Text [ en-US ] = "End of docu~ment" ;
335    };
336    RadioButton RB_PAGEEND
337    {
338        HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_PAGEEND" ;
339        Pos = MAP_APPFONT ( 180, 53 ) ;
340        Size = MAP_APPFONT ( 74, 10 ) ;
341        Text [ en-US ] = "~End of page" ;
342    };
343    FixedLine FL_SEP_PRT_RIGHT
344    {
345        Pos = MAP_APPFONT ( 169, 14 ) ;
346        Size = MAP_APPFONT ( 4, 78 ) ;
347        Vert = TRUE ;
348    };
349    FixedLine FL_3
350    {
351        Pos = MAP_APPFONT ( 174, 3 ) ;
352        Size = MAP_APPFONT ( 80, 8 ) ;
353        Text [ en-US ] = "Comments" ;
354        Group = TRUE ;
355    };
356    FixedLine FL_4
357    {
358        Pos = MAP_APPFONT ( 6, 95 ) ;
359        Size = MAP_APPFONT ( 248, 8 ) ;
360        Group = TRUE ;
361        Text [ en-US ] = "Other" ;
362    };
363    CheckBox CB_PRINTEMPTYPAGES
364    {
365        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PRINTEMPTYPAGES" ;
366        Pos = MAP_APPFONT ( 12, 106 ) ;
367        Size = MAP_APPFONT ( 200, 10 ) ;
368        TabStop = TRUE ;
369        Text [ en-US ] = "Print ~automatically inserted blank pages" ;
370    };
371/*
372    CheckBox CB_SINGLEJOBS
373    {
374        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS" ;
375        Pos = MAP_APPFONT ( 12, 119 ) ;
376        Size = MAP_APPFONT ( 200, 10 ) ;
377        TabStop = TRUE ;
378        Text [ en-US ] = "Create s~ingle print jobs" ;
379    };
380*/
381    CheckBox CB_PAPERFROMSETUP
382    {
383        HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP" ;
384        Pos = MAP_APPFONT ( 12, 119 ) ;
385        Size = MAP_APPFONT ( 200, 10 ) ;
386        TabStop = TRUE ;
387        Text [ en-US ] = "~Paper tray from printer settings" ;
388    };
389    FixedText FT_FAX
390    {
391        Pos = MAP_APPFONT ( 12, 134 ) ;
392        Size = MAP_APPFONT ( 50, 8 ) ;
393        Group = TRUE ;
394        Text [ en-US ] = "~Fax" ;
395    };
396    ListBox LB_FAX
397    {
398        HelpID = "sw:ListBox:TP_OPTPRINT_PAGE:LB_FAX" ;
399        Border = TRUE ;
400        Pos = MAP_APPFONT ( 70, 132 ) ;
401        Size = MAP_APPFONT ( 184, 70 ) ;
402        TabStop = TRUE ;
403        DropDown = TRUE ;
404        Group = TRUE ;
405    };
406    String ST_NONE
407    {
408        Text [ en-US ] = "<None>" ;
409    };
410};
411/**************************************************************************/
412/*                                                                        */
413/**************************************************************************/
414TabPage TP_STD_FONT
415{
416    HelpID = HID_STD_FONT ;
417    Size = MAP_APPFONT ( 260, 185 ) ;
418    Hide = TRUE ;
419    FixedLine FL_STDCHR
420    {
421        Pos = MAP_APPFONT ( 6, 3 ) ;
422        Size = MAP_APPFONT ( 248, 8 ) ;
423        Text [ en-US ] = "Basic fonts (%1)" ;
424    };
425    FixedText FT_TYPE
426    {
427        Pos = MAP_APPFONT ( 63, 14 ) ;
428        Size = MAP_APPFONT ( 100, 8 ) ;
429        Text [ en-US ] = "Font" ;
430    };
431    FixedText FT_SIZE
432    {
433        Pos = MAP_APPFONT ( 204, 14 ) ;
434        Size = MAP_APPFONT ( 30, 8 ) ;
435        Text [ en-US ] = "Size" ;
436    };
437    MetricBox LB_STANDARD_SIZE
438    {
439        HelpID = "sw:MetricBox:TP_STD_FONT:LB_STANDARD_SIZE" ;
440        Pos = MAP_APPFONT ( 204, 25 ) ;
441        Size = MAP_APPFONT ( 30, 60 ) ;
442        Border = TRUE ;
443        DropDown = TRUE ;
444    };
445    MetricBox LB_TITLE_SIZE
446    {
447        HelpID = "sw:MetricBox:TP_STD_FONT:LB_TITLE_SIZE" ;
448        Pos = MAP_APPFONT ( 204, 42 ) ;
449        Size = MAP_APPFONT ( 30, 60 ) ;
450        Border = TRUE ;
451        DropDown = TRUE ;
452    };
453    MetricBox LB_LIST_SIZE
454    {
455        HelpID = "sw:MetricBox:TP_STD_FONT:LB_LIST_SIZE" ;
456        Pos = MAP_APPFONT ( 204, 59 ) ;
457        Size = MAP_APPFONT ( 30, 60 ) ;
458        Border = TRUE ;
459        DropDown = TRUE ;
460    };
461    MetricBox LB_LABEL_SIZE
462    {
463        HelpID = "sw:MetricBox:TP_STD_FONT:LB_LABEL_SIZE" ;
464        Pos = MAP_APPFONT ( 204, 76 ) ;
465        Size = MAP_APPFONT ( 30, 60 ) ;
466        Border = TRUE ;
467        DropDown = TRUE ;
468    };
469    MetricBox LB_INDEX_SIZE
470    {
471        HelpID = "sw:MetricBox:TP_STD_FONT:LB_INDEX_SIZE" ;
472        Pos = MAP_APPFONT ( 204, 93 ) ;
473        Size = MAP_APPFONT ( 30, 60 ) ;
474        Border = TRUE ;
475        DropDown = TRUE ;
476    };
477    FixedText FT_STANDARD
478    {
479        Pos = MAP_APPFONT ( 12, 26 ) ;
480        Size = MAP_APPFONT ( 48, 10 ) ;
481        Left = TRUE ;
482        Text [ en-US ] = "De~fault" ;
483    };
484    FixedText FT_TITLE
485    {
486        Pos = MAP_APPFONT ( 12, 43 ) ;
487        Size = MAP_APPFONT ( 48, 10 ) ;
488        Text [ en-US ] = "Headin~g" ;
489        Left = TRUE ;
490    };
491    FixedText FT_LIST
492    {
493        Pos = MAP_APPFONT ( 12, 60 ) ;
494        Size = MAP_APPFONT ( 48, 10 ) ;
495        Text [ en-US ] = "~List" ;
496        Left = TRUE ;
497    };
498    FixedText FT_LABEL
499    {
500        Pos = MAP_APPFONT ( 12, 77 ) ;
501        Size = MAP_APPFONT ( 48, 10 ) ;
502        Text [ en-US ] = "C~aption" ;
503        Left = TRUE ;
504    };
505    FixedText FT_IDX
506    {
507        Pos = MAP_APPFONT ( 12, 94 ) ;
508        Size = MAP_APPFONT ( 48, 10 ) ;
509        Text [ en-US ] = "~Index" ;
510        Left = TRUE ;
511    };
512    ComboBox LB_STANDARD
513    {
514        HelpID = "sw:ComboBox:TP_STD_FONT:LB_STANDARD" ;
515        Pos = MAP_APPFONT ( 63, 25 ) ;
516        Size = MAP_APPFONT ( 135, 73 ) ;
517        TabStop = TRUE ;
518        DropDown = TRUE ;
519        Sort = TRUE ;
520    };
521    ComboBox LB_TITLE
522    {
523        HelpID = "sw:ComboBox:TP_STD_FONT:LB_TITLE" ;
524        Pos = MAP_APPFONT ( 63, 42 ) ;
525        Size = MAP_APPFONT ( 135, 73 ) ;
526        TabStop = TRUE ;
527        DropDown = TRUE ;
528        Sort = TRUE ;
529    };
530    ComboBox LB_LIST
531    {
532        HelpID = "sw:ComboBox:TP_STD_FONT:LB_LIST" ;
533        Pos = MAP_APPFONT ( 63, 59 ) ;
534        Size = MAP_APPFONT ( 135, 73 ) ;
535        TabStop = TRUE ;
536        DropDown = TRUE ;
537        Sort = TRUE ;
538    };
539    ComboBox LB_LABEL
540    {
541        HelpID = "sw:ComboBox:TP_STD_FONT:LB_LABEL" ;
542        Pos = MAP_APPFONT ( 63, 76 ) ;
543        Size = MAP_APPFONT ( 135, 73 ) ;
544        TabStop = TRUE ;
545        DropDown = TRUE ;
546        Sort = TRUE ;
547    };
548    ComboBox LB_IDX
549    {
550        HelpID = "sw:ComboBox:TP_STD_FONT:LB_IDX" ;
551        Pos = MAP_APPFONT ( 63, 94 ) ;
552        Size = MAP_APPFONT ( 135, 73 ) ;
553        TabStop = TRUE ;
554        DropDown = TRUE ;
555        Sort = TRUE ;
556    };
557    CheckBox CB_DOCONLY
558    {
559        HelpID = "sw:CheckBox:TP_STD_FONT:CB_DOCONLY" ;
560        Pos = MAP_APPFONT ( 12, 111 ) ;
561        Size = MAP_APPFONT ( 147, 10 ) ;
562        Text [ en-US ] = "C~urrent document only" ;
563    };
564    PushButton PB_STANDARD
565    {
566        HelpID = "sw:PushButton:TP_STD_FONT:PB_STANDARD" ;
567        Pos = MAP_APPFONT ( 204, 165 ) ;
568        Size = MAP_APPFONT ( 50, 14 ) ;
569        Text [ en-US ] = "~Default" ;
570    };
571    String ST_SCRIPT_ASIAN
572    {
573        Text [ en-US ] = "Asian" ;
574    };
575    String ST_SCRIPT_CTL
576    {
577        Text [ en-US ] = "CTL" ;
578    };
579    String ST_SCRIPT_WESTERN
580    {
581        Text [ en-US ] = "Western" ;
582    };
583};
584/**************************************************************************/
585/*                                                                        */
586/**************************************************************************/
587TabPage TP_OPTTABLE_PAGE
588{
589    HelpID = HID_OPTTABLE_PAGE ;
590    Size = MAP_APPFONT ( 260, 185 ) ;
591    Hide = TRUE ;
592    FixedLine FL_TABLE
593    {
594        Pos = MAP_APPFONT ( 6, 3 ) ;
595        Size = MAP_APPFONT ( 113, 8 ) ;
596        Text [ en-US ] = "Default" ;
597    };
598    CheckBox CB_HEADER
599    {
600        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_HEADER" ;
601        Pos = MAP_APPFONT ( 12, 14 ) ;
602        Size = MAP_APPFONT ( 107, 10 ) ;
603        TabStop = TRUE ;
604        Text [ en-US ] = "H~eading" ;
605    };
606    CheckBox CB_REPEAT_HEADER
607    {
608        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_REPEAT_HEADER" ;
609        Pos = MAP_APPFONT ( 21, 27 ) ;
610        Size = MAP_APPFONT ( 99, 10 ) ;
611        TabStop = TRUE ;
612        Text [ en-US ] = "Re~peat on each page" ;
613    };
614    CheckBox CB_DONT_SPLIT
615    {
616        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_DONT_SPLIT" ;
617        Pos = MAP_APPFONT ( 12, 40 ) ;
618        Size = MAP_APPFONT ( 107, 10 ) ;
619        TabStop = TRUE ;
620        Text [ en-US ] = "Do not split" ;
621    };
622    CheckBox CB_BORDER
623    {
624        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_BORDER" ;
625        Pos = MAP_APPFONT ( 12, 53 ) ;
626        Size = MAP_APPFONT ( 107, 10 ) ;
627        TabStop = TRUE ;
628        Text [ en-US ] = "B~order" ;
629    };
630    FixedLine FL_TABLE_SEPARATOR
631    {
632        Pos = MAP_APPFONT ( 120, 14 ) ;
633        Size = MAP_APPFONT ( 4, 52 ) ;
634        Vert = TRUE ;
635    };
636    FixedLine FL_TABLE_INSERT
637    {
638        Pos = MAP_APPFONT ( 125, 3 ) ;
639        Size = MAP_APPFONT ( 129, 8 ) ;
640        Text [ en-US ] = "Input in tables" ;
641    };
642    CheckBox CB_NUMFORMATTING
643    {
644        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFORMATTING" ;
645        Pos = MAP_APPFONT ( 131, 14 ) ;
646        Size = MAP_APPFONT ( 118, 10 ) ;
647        TabStop = TRUE ;
648        Text [ en-US ] = "Number recognition" ;
649    };
650    CheckBox CB_NUMFMT_FORMATTING
651    {
652        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFMT_FORMATTING" ;
653        Pos = MAP_APPFONT ( 140, 27 ) ;
654        Size = MAP_APPFONT ( 114, 10 ) ;
655        TabStop = TRUE ;
656        Text [ en-US ] = "Number format recognition" ;
657    };
658    CheckBox CB_NUMALIGNMENT
659    {
660        HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMALIGNMENT" ;
661        Pos = MAP_APPFONT ( 140, 40 ) ;
662        Size = MAP_APPFONT ( 114, 10 ) ;
663        TabStop = TRUE ;
664        Text [ en-US ] = "Alignment" ;
665    };
666    FixedLine FL_MOVE
667    {
668        Pos = MAP_APPFONT ( 6, 69 ) ;
669        Size = MAP_APPFONT ( 248, 8 ) ;
670        Text [ en-US ] = "Keyboard handling" ;
671    };
672    FixedText FT_MOVE
673    {
674        Pos = MAP_APPFONT ( 12, 80) ;
675        Size = MAP_APPFONT ( 100, 8 ) ;
676        Text [ en-US ] = "Move cells" ;
677    };
678    FixedText FT_ROWMOVE
679    {
680        Pos = MAP_APPFONT ( 21, 93 ) ;
681        Size = MAP_APPFONT ( 51, 8 ) ;
682        Text [ en-US ] = "~Row" ;
683    };
684    MetricField MF_ROWMOVE
685    {
686        HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWMOVE" ;
687        Border = TRUE ;
688        Pos = MAP_APPFONT ( 83, 91 ) ;
689        Size = MAP_APPFONT ( 40, 12 ) ;
690        Left = TRUE ;
691        Repeat = TRUE ;
692        Spin = TRUE ;
693        DecimalDigits = 2 ;
694        Unit = FUNIT_CM ;
695        SpinSize = 10 ;
696        Minimum = 25 ;
697        Maximum = 999 ;
698        First = 25 ;
699        Last = 2000 ;
700    };
701    FixedText FT_COLMOVE
702    {
703        Pos = MAP_APPFONT ( 21, 108 ) ;
704        Size = MAP_APPFONT ( 51, 8 ) ;
705        Text [ en-US ] = "~Column" ;
706    };
707    MetricField MF_COLMOVE
708    {
709        HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLMOVE" ;
710        Border = TRUE ;
711        Pos = MAP_APPFONT ( 83, 106 ) ;
712        Size = MAP_APPFONT ( 40, 12 ) ;
713        Left = TRUE ;
714        Repeat = TRUE ;
715        Spin = TRUE ;
716        DecimalDigits = 2 ;
717        Unit = FUNIT_CM ;
718        SpinSize = 10 ;
719        Minimum = 25 ;
720        Maximum = 999 ;
721        First = 25 ;
722        Last = 2000 ;
723    };
724    FixedText FT_INSERT
725    {
726        Pos = MAP_APPFONT ( 136, 80 ) ;
727        Size = MAP_APPFONT ( 110, 8 ) ;
728        Text [ en-US ] = "Insert cell" ;
729    };
730    FixedText FT_ROWINSERT
731    {
732        Pos = MAP_APPFONT ( 145, 93 ) ;
733        Size = MAP_APPFONT ( 51, 8 ) ;
734        Text [ en-US ] = "Ro~w" ;
735    };
736    MetricField MF_ROWINSERT
737    {
738        HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWINSERT" ;
739        Border = TRUE ;
740        Pos = MAP_APPFONT ( 211, 91 ) ;
741        Size = MAP_APPFONT ( 40, 12 ) ;
742        Left = TRUE ;
743        Repeat = TRUE ;
744        Spin = TRUE ;
745        DecimalDigits = 2 ;
746        Unit = FUNIT_CM ;
747        SpinSize = 10 ;
748        Minimum = 25 ;
749        Maximum = 999 ;
750        First = 25 ;
751        Last = 2000 ;
752    };
753    FixedText FT_COLINSERT
754    {
755        Pos = MAP_APPFONT ( 145, 108 ) ;
756        Size = MAP_APPFONT ( 51, 10 ) ;
757        Text [ en-US ] = "Colu~mn" ;
758    };
759    MetricField MF_COLINSERT
760    {
761        HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLINSERT" ;
762        Border = TRUE ;
763        Pos = MAP_APPFONT ( 211, 106 ) ;
764        Size = MAP_APPFONT ( 40, 12 ) ;
765        Left = TRUE ;
766        Repeat = TRUE ;
767        Spin = TRUE ;
768        DecimalDigits = 2 ;
769        Unit = FUNIT_CM ;
770        SpinSize = 10 ;
771        Minimum = 25 ;
772        Maximum = 999 ;
773        First = 25 ;
774        Last = 2000 ;
775    };
776    FixedText FT_HANDLING
777    {
778        Pos = MAP_APPFONT ( 12, 122 ) ;
779        Size = MAP_APPFONT ( 230, 8 ) ;
780        Text [ en-US ] = "Behavior of rows/columns" ;
781    };
782    RadioButton RB_FIX
783    {
784        HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIX" ;
785        Pos = MAP_APPFONT ( 21, 133 ) ;
786        Size = MAP_APPFONT ( 70, 10 ) ;
787        Text [ en-US ] = "~Fixed" ;
788    };
789    FixedText FT_FIX
790    {
791        Pos = MAP_APPFONT ( 93, 133 ) ;
792        Size = MAP_APPFONT ( 155, 16 ) ;
793        WordBreak = TRUE ;
794        Text [ en-US ] = "Changes affect the adjacent area only" ;
795    };
796    RadioButton RB_FIXPROP
797    {
798        HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIXPROP" ;
799        Pos = MAP_APPFONT ( 21, 151 ) ;
800        Size = MAP_APPFONT ( 70, 10 ) ;
801        Text [ en-US ] = "Fi~xed, proportional" ;
802    };
803    FixedText FT_FIXPROP
804    {
805        Pos = MAP_APPFONT ( 93, 151 ) ;
806        Size = MAP_APPFONT ( 155, 16 ) ;
807        WordBreak = TRUE ;
808        Text [ en-US ] = "Changes affect the entire table" ;
809    };
810    RadioButton RB_VAR
811    {
812        HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_VAR" ;
813        Pos = MAP_APPFONT ( 21, 169 ) ;
814        Size = MAP_APPFONT ( 70, 10 ) ;
815        Text [ en-US ] = "~Variable" ;
816    };
817    FixedText FT_VAR
818    {
819        Pos = MAP_APPFONT ( 93, 169 ) ;
820        Size = MAP_APPFONT ( 155, 16 ) ;
821        WordBreak = TRUE ;
822        Text [ en-US ] = "Changes affect the table size" ;
823    };
824};
825/**************************************************************************/
826/*  TabPage ShadowCursor                                                  */
827/**************************************************************************/
828TabPage TP_OPTSHDWCRSR
829{
830    HelpID = HID_OPTSHDWCRSR ;
831    SVLook = TRUE ;
832    Size = MAP_APPFONT ( 260, 185 ) ;
833    Hide = TRUE ;
834    //_----------------------------
835    FixedLine FL_NOPRINT
836    {
837        Pos = MAP_APPFONT ( 6, 3 ) ;
838        Size = MAP_APPFONT ( 118, 8 ) ;
839        Group = TRUE ;
840        Text [ en-US ] = "Display of" ;
841    };
842    CheckBox CB_PARA
843    {
844        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_PARA" ;
845        Pos = MAP_APPFONT ( 12, 14 ) ;
846        Size = MAP_APPFONT ( 108, 10 ) ;
847        Text [ en-US ] = "Pa~ragraph end" ;
848        TabStop = TRUE ;
849        Group = TRUE ;
850    };
851    CheckBox CB_SHYPH
852    {
853        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHYPH" ;
854        Pos = MAP_APPFONT ( 12, 27 ) ;
855        Size = MAP_APPFONT ( 108, 10 ) ;
856        Text [ en-US ] = "Custom h~yphens" ;
857    };
858    CheckBox CB_SPACE
859    {
860        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SPACE" ;
861        Pos = MAP_APPFONT ( 12, 40 ) ;
862        Size = MAP_APPFONT ( 108, 10 ) ;
863        Text [ en-US ] = "Spac~es" ;
864    };
865    CheckBox CB_HSPACE
866    {
867        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_HSPACE" ;
868        Pos = MAP_APPFONT ( 12, 53 ) ;
869        Size = MAP_APPFONT ( 108, 10 ) ;
870        Text [ en-US ] = "Non-breaking s~paces" ;
871    };
872    CheckBox CB_TAB
873    {
874        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_TAB" ;
875        Pos = MAP_APPFONT ( 12, 66 ) ;
876        Size = MAP_APPFONT ( 108, 10 ) ;
877        Text [ en-US ] = "Ta~bs" ;
878    };
879    CheckBox CB_BREAK
880    {
881        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_BREAK" ;
882        Pos = MAP_APPFONT ( 12, 79 ) ;
883        Size = MAP_APPFONT ( 108, 10 ) ;
884        Text [ en-US ] = "Brea~ks" ;
885    };
886    CheckBox CB_CHAR_HIDDEN
887    {
888        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN" ;
889        Pos = MAP_APPFONT ( 12, 92 ) ;
890        Size = MAP_APPFONT ( 108, 10 ) ;
891        Text [ en-US ] = "Hidden text" ;
892    };
893    CheckBox CB_FLD_HIDDEN
894    {
895        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN" ;
896        Pos = MAP_APPFONT ( 12, 105 ) ;
897        Size = MAP_APPFONT ( 108, 10 ) ;
898        Text [ en-US ] = "Fields: Hidden te~xt" ;
899    };
900    CheckBox CB_FLD_HIDDEN_PARA
901    {
902        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN_PARA" ;
903        Pos = MAP_APPFONT ( 12, 118 ) ;
904        Size = MAP_APPFONT ( 108, 10 ) ;
905        Text [ en-US ] = "Fields: Hidden p~aragraphs" ;
906    };
907    FixedLine FL_SEPARATOR_SHDW
908    {
909        Pos = MAP_APPFONT ( 125, 14 ) ;
910        Size = MAP_APPFONT ( 4, 79 ) ;
911        Vert = TRUE ;
912    };
913    FixedLine FL_SHDWCRSFLAG
914    {
915        Pos = MAP_APPFONT ( 130, 3 ) ;
916        Size = MAP_APPFONT ( 124, 8 ) ;
917        Text [ en-US ] = "Direct cursor" ;
918    };
919    CheckBox CB_SHDWCRSONOFF
920    {
921        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF" ;
922        Pos = MAP_APPFONT ( 136, 14 ) ;
923        Size = MAP_APPFONT ( 100, 10 ) ;
924        TabStop = TRUE ;
925        Group = TRUE ;
926        Text [ en-US ] = "~Direct cursor" ;
927    };
928    FixedText FT_SHDWCRSFILLMODE
929    {
930        Pos = MAP_APPFONT ( 136, 27 ) ;
931        Size = MAP_APPFONT ( 48, 8 ) ;
932        Left = TRUE ;
933        Text [ en-US ] = "Insert" ;
934    };
935    RadioButton RB_SHDWCRSFILLMARGIN
936    {
937        HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN" ;
938        Pos = MAP_APPFONT ( 145, 39 ) ;
939        Size = MAP_APPFONT ( 100, 10 ) ;
940        TabStop = TRUE ;
941        Group = TRUE ;
942        Text [ en-US ] = "Para~graph alignment" ;
943    };
944    RadioButton RB_SHDWCRSFILLINDENT
945    {
946        HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT" ;
947        Pos = MAP_APPFONT ( 145, 52 ) ;
948        Size = MAP_APPFONT ( 100, 10 ) ;
949        Text [ en-US ] = "~Left paragraph margin" ;
950    };
951    RadioButton RB_SHDWCRSFILLTAB
952    {
953        HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB" ;
954        Pos = MAP_APPFONT ( 145, 66 ) ;
955        Size = MAP_APPFONT ( 100, 10 ) ;
956        Text [ en-US ] = "~Tabs" ;
957    };
958    RadioButton RB_SHDWCRSFILLSPACE
959    {
960        HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE" ;
961        Pos = MAP_APPFONT ( 145, 79 ) ;
962        Size = MAP_APPFONT ( 100, 10 ) ;
963        Text [ en-US ] = "Tabs a~nd spaces" ;
964    };
965    FixedLine FL_CRSR_OPT
966    {
967        Pos = MAP_APPFONT ( 130, 96 ) ;
968        Size = MAP_APPFONT ( 124, 8 ) ;
969        Text [ en-US ] = "Cursor in protected areas" ;
970    };
971    CheckBox CB_ALLOW_IN_PROT
972    {
973        HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT" ;
974        Pos = MAP_APPFONT ( 136, 107 ) ;
975        Size = MAP_APPFONT ( 100, 10 ) ;
976        TabStop = TRUE ;
977        Group = TRUE ;
978        Text [ en-US ] = "Enable" ;
979    };
980    FixedLine FL_LAYOUT_OPTIONS
981    {
982        Pos = MAP_APPFONT ( 6, 133 ) ;
983        Size = MAP_APPFONT ( 118, 8 ) ;
984        Text [ en-US ] = "Layout assistance" ;
985    };
986    CheckBox CB_MATH_BASELINE_ALIGNMENT
987    {
988        Pos = MAP_APPFONT ( 12, 144 ) ;
989        Size = MAP_APPFONT ( 236, 10 ) ;
990        Text [ en-US ] = "Math baseline alignment" ;
991    };
992};
993
994StringArray STR_PRINTOPTUI
995{
996    ItemList [en-US] =
997    {
998        < "%PRODUCTNAME %s" ;                               > ;
999        < "Contents" ;                                      > ;
1000        < "Page ba~ckground" ;                              > ;
1001        < "P~ictures and other graphic objects" ;           > ;
1002        < "Hidden te~xt" ;                                  > ;
1003        < "~Text placeholders" ;                            > ;
1004        < "Form control~s" ;                                > ;
1005        < "Color" ;                                         > ;
1006        < "Print text in blac~k" ;                          > ;
1007        < "Pages" ;                                         > ;
1008        < "Print ~automatically inserted blank pages" ;     > ;
1009        < "~Use only paper tray from printer preferences" ; > ;
1010        < "Print" ;                                         > ;
1011        < "None (document only)" ;                          > ;
1012        < "Comments only" ;                                 > ;
1013        < "Place at end of document" ;                      > ;
1014        < "Place at end of page" ;                          > ;
1015        < "~Comments" ;                                     > ;
1016        < "Page sides" ;                                    > ;
1017        < "All pages" ;                                     > ;
1018        < "Back sides / left pages" ;                       > ;
1019        < "Front sides / right pages" ;                     > ;
1020        < "Include" ;                                       > ;
1021        < "Broch~ure" ;                                     > ;
1022        < "Left-to-right script" ;                          > ;
1023        < "Right-to-left script" ;                          > ;
1024        < "Range and copies" ;                              > ;
1025        < "~All pages" ;                                    > ;
1026        < "Pa~ges" ;                                        > ;
1027        < "~Selection" ;                                    > ;
1028    };
1029};
1030
1031// ********************************************************************** EOF
1032