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