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