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