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