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