xref: /aoo4110/main/cui/source/tabpages/autocdlg.src (revision b1cdbd2c)
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 // include ------------------------------------------------------------------
24#include "autocdlg.hrc"
25#include <cuires.hrc>
26#include "helpid.hrc"
27#include <svx/svxids.hrc> // SID_AUTOFORMAT
28
29 // pragma -------------------------------------------------------------------
30/**************************************************************************/
31/*                                                                        */
32/*  TabDialog RID_OFA_AUTOCORR_DLG                                        */
33/*                                                                        */
34/**************************************************************************/
35TabDialog RID_OFA_AUTOCORR_DLG
36{
37	OutputSize = TRUE ;
38	SVLook = TRUE ;
39	Text [ en-US ] = "AutoCorrect" ;
40	Moveable = TRUE ;
41	TabControl 1
42	{
43		SVLook = TRUE ;
44		PageList =
45		{
46			PageItem
47			{
48				Identifier = RID_OFAPAGE_AUTOCORR_REPLACE ;
49				Text [ en-US ] = "Replace" ;
50			};
51			PageItem
52			{
53				Identifier = RID_OFAPAGE_AUTOCORR_EXCEPT ;
54				Text [ en-US ] = "Exceptions" ;
55			};
56			PageItem
57			{
58				Identifier = RID_OFAPAGE_AUTOCORR_OPTIONS ;
59				Text [ en-US ] = "Options" ;
60			};
61			PageItem
62			{
63				Identifier = RID_OFAPAGE_AUTOFMT_APPLY ;
64				Text [ en-US ] = "Options" ;
65			};
66			PageItem
67			{
68				Identifier = RID_OFAPAGE_AUTOCORR_QUOTE ;
69				Text [ en-US ] = "Localized Options" ;
70			};
71			PageItem
72			{
73				Identifier = RID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
74				Text [ en-US ] = "Word Completion";
75			};
76			PageItem
77			{
78				Identifier = RID_OFAPAGE_SMARTTAG_OPTIONS ;
79				Text [ en-US ] = "Smart Tags";
80			};
81		};
82	};
83	FixedText FT_LANG
84	{
85		Pos = MAP_APPFONT ( 6 , 3 ) ;
86		Size = MAP_APPFONT ( 140 , 8 ) ;
87
88		Left = TRUE ;
89		Text [ en-US ] = "Replacements and exceptions for language:";
90	};
91	ListBox LB_LANG
92	{
93		Pos = MAP_APPFONT ( 150 , 3 ) ;
94        Size = MAP_APPFONT ( 60 , 100 ) ;
95		DropDown = TRUE;
96		TabStop = TRUE ;
97		Border = TRUE ;
98	};
99};
100#define COMMON_CLB_ENTRIES \
101    String ST_USE_REPLACE \
102    { \
103        Text [ en-US ] = "Use replacement table" ; \
104	}; \
105    String ST_CPTL_STT_WORD \
106    { \
107        Text [ en-US ] = "Correct TWo INitial CApitals" ; \
108	}; \
109    String ST_CPTL_STT_SENT \
110    { \
111        Text [ en-US ] = "Capitalize first letter of every sentence" ; \
112	}; \
113    String ST_BOLD_UNDER \
114    { \
115        Text [ en-US ] = "Automatic *bold* and _underline_" ; \
116	}; \
117    String STR_NO_DBL_SPACES \
118    { \
119        Text [ en-US ] = "Ignore double spaces" ; \
120	}; \
121    String ST_DETECT_URL \
122    { \
123        Text [ en-US ] = "URL Recognition" ; \
124	}; \
125    String ST_DASH \
126    { \
127        Text [ en-US ] = "Replace dashes" ; \
128    };
129
130/**************************************************************************/
131/*                                                                        */
132/*  Beschreibung: Autokorrektur-Optionen                                  */
133/*                                                                        */
134/**************************************************************************/
135TabPage RID_OFAPAGE_AUTOCORR_OPTIONS
136{
137	HelpId = HID_OFAPAGE_AUTOCORR_OPTIONS ;
138	OutputSize = TRUE ;
139	Size = MAP_APPFONT ( 260 , 185 ) ;
140	Hide = TRUE ;
141	SVLook = TRUE ;
142	Text [ en-US ] = "Settings" ;
143	Control CLB_SETTINGS
144	{
145		Pos = MAP_APPFONT ( 6 , 6 ) ;
146		Size = MAP_APPFONT ( 248 , 173 ) ;
147		Border = TRUE ;
148		TabStop = TRUE ;
149	};
150	COMMON_CLB_ENTRIES
151};
152/**************************************************************************/
153/*                                                                        */
154/*                                                                        */
155/*                                                                        */
156/**************************************************************************/
157TabPage RID_OFAPAGE_AUTOFMT_APPLY
158{
159	HelpID = HID_OFAPAGE_AUTOFMT_OPTIONS ;
160	SVLook = TRUE ;
161	Hide = TRUE ;
162	Size = MAP_APPFONT ( 260 , 185 ) ;
163	Control CLB_SETTINGS
164	{
165		Pos = MAP_APPFONT ( 6 , 6 ) ;
166		Size = MAP_APPFONT ( 248 , 149 ) ;
167		Border = TRUE ;
168		TabStop = TRUE ;
169	};
170	PushButton PB_EDIT
171	{
172	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT";
173		Pos = MAP_APPFONT ( 6 , 162 ) ;
174		Size = MAP_APPFONT ( 50 , 14 ) ;
175		Text [ en-US ] = "~Edit..." ;
176		TabStop = TRUE ;
177	};
178	String STR_HEADER1
179	{
180		Text [ en-US ] = "[M]" ;
181	};
182	String STR_HEADER2
183	{
184		Text [ en-US ] = "[T]" ;
185	};
186	FixedText FT_HEADER1_EXPLANATION
187	{
188		Pos = MAP_APPFONT ( 80 , 159 ) ;
189		Size = MAP_APPFONT ( 174 , 8 ) ;
190		Text [ en-US ] = "[M]: Replace while modifying existing text" ;
191	};
192	FixedText FT_HEADER2_EXPLANATION
193	{
194		Pos = MAP_APPFONT ( 80 , 171 ) ;
195		Size = MAP_APPFONT ( 174 , 8 ) ;
196		Text [ en-US ] = "[T]: AutoFormat/AutoCorrect while typing" ;
197	};
198	COMMON_CLB_ENTRIES
199	String ST_DEL_EMPTY_PARA
200	{
201		/* ### ACHTUNG: Neuer Text in Resource? Leere Abs�tze entfernen : Leere Abs�tze entfernen */
202		Text [ en-US ] = "Remove blank paragraphs" ;
203	};
204	String ST_USER_STYLE
205	{
206		Text [ en-US ] = "Replace Custom Styles" ;
207	};
208	String ST_BULLET
209	{
210		Text [ en-US ] = "Replace bullets with: " ;
211	};
212	String ST_RIGHT_MARGIN
213	{
214		/* ### ACHTUNG: Neuer Text in Resource? Zusammenfassen von einzeiligen Abs�tzen ab : Zusammenfassen von einzeiligen Abs�tzen ab */
215		 //        Text [ norwegian_wrong ] = "+++Combine single line paragraphs at" ;
216		 //        Text [ swedish_wrong ] = ~Kombinera enradiga stycken B738vid " ;
217		Text [ en-US ] = "Combine single line paragraphs if length greater than" ;
218	};
219	String STR_NUM
220	{
221		Text [ en-US ] = "Apply numbering - symbol: " ;
222	};
223	String STR_BORDER
224	{
225		Text [ en-US ] = "Apply border" ;
226	};
227	String STR_TABLE
228	{
229		Text [ en-US ] = "Create table" ;
230	};
231	String STR_REPLACE_TEMPLATES
232	{
233		Text [ en-US ] = "Apply Styles" ;
234	};
235	String STR_DEL_SPACES_AT_STT_END
236	{
237		Text [ en-US ] = "Delete spaces and tabs at beginning and end of paragraph";
238	};
239	String STR_DEL_SPACES_BETWEEN_LINES
240	{
241		Text [ en-US ] = "Delete spaces and tabs at end and start of line";
242	};
243};
244
245ModalDialog RID_OFADLG_PRCNT_SET
246{
247	HelpID = CMD_SID_AUTOFORMAT ;
248	OutputSize = TRUE ;
249	SVLook = TRUE ;
250	Size = MAP_APPFONT ( 155 , 43 ) ;
251	Moveable = TRUE ;
252	FixedLine FL_PRCNT
253	{
254		Pos = MAP_APPFONT ( 4 , 3 ) ;
255		Size = MAP_APPFONT ( 87 , 8 ) ;
256		Text [ en-US ] = "Minimum size" ;
257	};
258	OKButton BT_OK
259	{
260		Pos = MAP_APPFONT ( 99 , 6 ) ;
261		Size = MAP_APPFONT ( 50 , 14 ) ;
262		TabStop = TRUE ;
263		DefButton = TRUE ;
264	};
265	CancelButton BT_CANCEL
266	{
267		Pos = MAP_APPFONT ( 99 , 23 ) ;
268		Size = MAP_APPFONT ( 50 , 14 ) ;
269		TabStop = TRUE ;
270	};
271	MetricField ED_RIGHT_MARGIN
272	{
273	    HelpID = "cui:MetricField:RID_OFADLG_PRCNT_SET:ED_RIGHT_MARGIN";
274		Border = TRUE ;
275		Pos = MAP_APPFONT ( 7 , 14 ) ;
276		Size = MAP_APPFONT ( 31 , 12 ) ;
277		TabStop = TRUE ;
278		Left = TRUE ;
279		Repeat = TRUE ;
280		Spin = TRUE ;
281		Maximum = 100 ;
282		Value = 77 ;
283		Unit = FUNIT_PERCENT ;
284		First = 10 ;
285		Last = 100 ;
286		SpinSize = 5 ;
287	};
288	Text [ en-US ] = "Combine" ;
289};
290
291/**************************************************************************/
292/*                                                                        */
293/*  Beschreibung: Ersetzungstabelle                                       */
294/*                                                                        */
295/**************************************************************************/
296TabPage RID_OFAPAGE_AUTOCORR_REPLACE
297{
298	HelpId = HID_OFAPAGE_AUTOCORR_REPLACE ;
299	OutputSize = TRUE ;
300	Size = MAP_APPFONT ( 260 , 185 ) ;
301	SVLook = TRUE ;
302	Hide = TRUE ;
303	FixedText FT_SHORT
304	{
305		Pos = MAP_APPFONT ( 7 , 3 ) ;
306		Size = MAP_APPFONT ( 60 , 8 ) ;
307		Text [ en-US ] = "Repla~ce" ;
308		Left = TRUE ;
309	};
310	Edit ED_SHORT
311	{
312	    HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT";
313		Pos = MAP_APPFONT ( 7 , 13 ) ;
314		Size = MAP_APPFONT ( 60 , 12 ) ;
315		Border = TRUE ;
316		TabStop = TRUE ;
317	};
318	FixedText FT_REPLACE
319	{
320		Pos = MAP_APPFONT ( 71 , 3 ) ;
321		Size = MAP_APPFONT ( 64 , 8 ) ;
322		Text [ en-US ] = "~With:" ;
323		Left = TRUE ;
324	};
325	Edit ED_REPLACE
326	{
327	    HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE";
328		Pos = MAP_APPFONT ( 71 , 13 ) ;
329		Size = MAP_APPFONT ( 123 , 12 ) ;
330		Border = TRUE ;
331		TabStop = TRUE ;
332	};
333	CheckBox CB_TEXT_ONLY
334	{
335	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY";
336		Pos = MAP_APPFONT ( 140 , 3 ) ;
337		Size = MAP_APPFONT ( 108 , 10 ) ;
338		TabStop = TRUE ;
339		Text [ en-US ] = "~Text only" ;
340	};
341	PushButton PB_NEW_REPLACE
342	{
343	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE";
344		Pos = MAP_APPFONT ( 198 , 14 ) ;
345		Size = MAP_APPFONT ( 50 , 14 ) ;
346		TabStop = TRUE ;
347		Text [ en-US ] = "~New" ;
348	};
349	PushButton PB_DELETE_REPLACE
350	{
351	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_DELETE_REPLACE";
352		Pos = MAP_APPFONT ( 198 , 32 ) ;
353		Size = MAP_APPFONT ( 50 , 14 ) ;
354		TabStop = TRUE ;
355		Text [ en-US ] = "~Delete" ;
356	};
357	Control TLB_REPLACE
358	{
359		HelpId = HID_OFACTL_AUTOCORR_REPLACE ;
360		Pos = MAP_APPFONT ( 7 , 29 ) ;
361		Size = MAP_APPFONT ( 187 , 150 ) ;
362		Border = TRUE ;
363		TabStop = TRUE ;
364	};
365	String STR_MODIFY
366	{
367		Text [ en-US ] = "~Replace" ;
368	};
369};
370/**************************************************************************/
371/*                                                                        */
372/*  Beschreibung: Ausnahmelisten                                          */
373/*                                                                        */
374/**************************************************************************/
375TabPage RID_OFAPAGE_AUTOCORR_EXCEPT
376{
377	HelpId = HID_OFAPAGE_AUTOCORR_EXCEPT ;
378	OutputSize = TRUE ;
379	Size = MAP_APPFONT ( 260 , 185 ) ;
380	SVLook = TRUE ;
381	Hide = TRUE ;
382	FixedLine FL_ABBREV
383	{
384		Pos = MAP_APPFONT ( 4 , 3 ) ;
385		Size = MAP_APPFONT ( 252 , 8 ) ;
386		Text [ en-US ] = "Abbreviations (no subsequent capital)" ;
387	};
388	Edit ED_ABBREV
389	{
390	    HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV";
391		Pos = MAP_APPFONT ( 7 , 14 ) ;
392		Size = MAP_APPFONT ( 123 , 12 ) ;
393		TabStop = TRUE ;
394		Border = TRUE ;
395	};
396	ListBox LB_ABBREV
397	{
398	    HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV";
399		Pos = MAP_APPFONT ( 7 , 30 ) ;
400		Size = MAP_APPFONT ( 123 , 58 ) ;
401		TabStop = TRUE ;
402		AutoHScroll = TRUE ;
403		SORT = TRUE ;
404		Border = TRUE ;
405	};
406	PushButton PB_NEWABBREV
407	{
408	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWABBREV";
409		Pos = MAP_APPFONT ( 198 , 14 ) ;
410		Size = MAP_APPFONT ( 50 , 14 ) ;
411		TabStop = TRUE ;
412		Disable = TRUE ;
413		Text [ en-US ] = "~New" ;
414	};
415	PushButton PB_DELABBREV
416	{
417	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELABBREV";
418		Pos = MAP_APPFONT ( 198 , 31 ) ;
419		Size = MAP_APPFONT ( 50 , 14 ) ;
420		TabStop = TRUE ;
421		Disable = TRUE ;
422		Text [ en-US ] = "~Delete" ;
423	};
424	CheckBox CB_AUTOABBREV
425	{
426	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOABBREV";
427		Pos = MAP_APPFONT ( 137 , 78 ) ;
428		Size = MAP_APPFONT ( 111 , 10 ) ;
429		Text [ en-US ] = "~AutoInclude";
430		TabStop = TRUE ;
431	};
432	FixedLine FL_DOUBLECAPS
433	{
434		Pos = MAP_APPFONT ( 4 , 94 ) ;
435		Size = MAP_APPFONT ( 252 , 8 ) ;
436		Text [ en-US ] = "Words with TWo INitial CApitals" ;
437	};
438	Edit ED_DOUBLE_CAPS
439	{
440	    HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS";
441		Pos = MAP_APPFONT ( 7 , 105 ) ;
442		Size = MAP_APPFONT ( 123 , 12 ) ;
443		TabStop = TRUE ;
444		Border = TRUE ;
445	};
446	ListBox LB_DOUBLE_CAPS
447	{
448	    HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS";
449		Pos = MAP_APPFONT ( 7 , 120 ) ;
450		Size = MAP_APPFONT ( 123 , 59 ) ;
451		TabStop = TRUE ;
452		AutoHScroll = TRUE ;
453		SORT = TRUE ;
454		Border = TRUE ;
455	};
456	PushButton PB_NEWDOUBLECAPS
457	{
458	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS";
459		Pos = MAP_APPFONT ( 198 , 105 ) ;
460		Size = MAP_APPFONT ( 50 , 14 ) ;
461		Disable = TRUE ;
462		Text [ en-US ] = "Ne~w" ;
463	};
464	PushButton PB_DELDOUBLECAPS
465	{
466	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELDOUBLECAPS";
467		Pos = MAP_APPFONT ( 198 , 122 ) ;
468		Size = MAP_APPFONT ( 50 , 14 ) ;
469		Disable = TRUE ;
470		Text [ en-US ] = "Dele~te" ;
471	};
472	CheckBox CB_AUTOCAPS
473	{
474	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS";
475		Pos = MAP_APPFONT ( 137 , 169 ) ;
476		Size = MAP_APPFONT ( 111 , 10 ) ;
477		Text [ en-US ] = "A~utoInclude" ;
478	};
479	String STR_PB_NEWABBREV
480    {
481        Text [ en-US ] = "New abbreviations" ;
482	};
483	String STR_PB_DELABBREV
484    {
485        Text [ en-US ] = "Delete abbreviations" ;
486	};
487	String STR_PB_NEWDOUBLECAPS
488    {
489        Text [ en-US ] = "New words with two initial capitals" ;
490	};
491	String STR_PB_DELDOUBLECAPS
492    {
493        Text [ en-US ] = "Delete words with two initial capitals" ;
494	};
495	String STR_PB_SGL_STD
496    {
497        Text [ en-US ] = "Single quotes default" ;
498	};
499	String STR_PB_DBL_STD
500    {
501        Text [ en-US ] = "Double quotes default" ;
502	};
503	String STR_PB_SGL_START
504    {
505        Text [ en-US ] = "Start quote of single quotes" ;
506	};
507	String STR_PB_DBL_START
508    {
509        Text [ en-US ] = "Start quote of double quotes" ;
510	};
511	String STR_PB_SGL_END
512    {
513        Text [ en-US ] = "End quote of single quotes" ;
514	};
515	String STR_PB_DBL_END
516    {
517        Text [ en-US ] = "End quote of double quotes" ;
518	};
519};
520/**************************************************************************/
521/*                                                                        */
522/*  Beschreibung: Typografische Anfuehrungszeichen                        */
523/*                                                                        */
524/**************************************************************************/
525TabPage RID_OFAPAGE_AUTOCORR_QUOTE
526{
527	HelpId = HID_OFAPAGE_AUTOCORR_QUOTE ;
528	OutputSize = TRUE ;
529	Size = MAP_APPFONT ( 260 , 185 ) ;
530	SVLook = TRUE ;
531	Hide = TRUE ;
532	Text [ en-US ] = "Localized Options" ;
533	Control CLB_SETTINGS
534	{
535		Pos = MAP_APPFONT ( 4 , 3 ) ;
536		Size = MAP_APPFONT ( 252 , 85 ) ;
537		Border = TRUE ;
538		TabStop = TRUE ;
539	};
540	String STR_HEADER1
541	{
542		Text [ en-US ] = "[M]" ;
543	};
544	String STR_HEADER2
545	{
546		Text [ en-US ] = "[T]" ;
547	};
548    String ST_NON_BREAK_SPACE
549    {
550       Text [ en-US ] = "Add non breaking space before specific punctuation marks in french text" ;
551	};
552    String ST_ORDINAL
553    {
554        Text [ en-US ] = "Format ordinal numbers suffixes (1st -> 1^st)" ;
555	};
556	FixedLine FL_SINGLE
557	{
558		Pos = MAP_APPFONT ( 4 , 90 ) ;
559		Size = MAP_APPFONT ( 122 , 8 ) ;
560		Text [ en-US ] = "Single quotes" ;
561	};
562	CheckBox CB_SGL_TYPO
563	{
564	        HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO";
565		Pos = MAP_APPFONT ( 7 , 101 ) ;
566		Size = MAP_APPFONT ( 86 , 10 ) ;
567		Text [ en-US ] = "Repla~ce" ;
568	};
569	FixedText FT_SGL_STARTQUOTE
570	{
571		Pos = MAP_APPFONT ( 7 , 114 ) ;
572		Size = MAP_APPFONT ( 86 , 8 ) ;
573		Text [ en-US ] = "~Start quote:" ;
574	};
575	PushButton PB_SGL_STARTQUOTE
576	{
577	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOTE";
578		Pos = MAP_APPFONT ( 10 , 125 ) ;
579		Size = MAP_APPFONT ( 12 , 12 ) ;
580		Text = "\'" ;
581		TabStop = TRUE ;
582	};
583	FixedText FT_SGSTEX
584	{
585		Pos = MAP_APPFONT ( 26 , 127 ) ;
586		Size = MAP_APPFONT ( 50 , 8 ) ;
587	};
588	FixedText FT_SGL_ENDQUOTE
589	{
590		Pos = MAP_APPFONT ( 7 , 139 ) ;
591		Size = MAP_APPFONT ( 86 , 8 ) ;
592		Text [ en-US ] = "~End quote:" ;
593	};
594	PushButton PB_SGL_ENDQUOTE
595	{
596	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE";
597		Pos = MAP_APPFONT ( 10 , 151 ) ;
598		Size = MAP_APPFONT ( 12 , 12 ) ;
599		Text = "\'" ;
600		TabStop = TRUE ;
601	};
602	FixedText FT_SGENEX
603	{
604		Pos = MAP_APPFONT ( 26 , 153 ) ;
605		Size = MAP_APPFONT ( 50 , 8 ) ;
606	};
607	PushButton PB_SGL_STD
608	{
609	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD";
610		Pos = MAP_APPFONT ( 7 , 167 ) ;
611		Size = MAP_APPFONT ( 50 , 14 ) ;
612		TabStop = TRUE ;
613		Text [ en-US ] = "~Default" ;
614	};
615	FixedLine FL_DOUBLE
616	{
617		Pos = MAP_APPFONT ( 134 , 90 ) ;
618		Size = MAP_APPFONT ( 122 , 8 ) ;
619		Text [ en-US ] = "Double quotes" ;
620	};
621	CheckBox CB_TYPO
622	{
623	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO";
624		Pos = MAP_APPFONT ( 137 , 101 ) ;
625		Size = MAP_APPFONT ( 86 , 10 ) ;
626		TabStop = TRUE ;
627		Text [ en-US ] = "Repl~ace" ;
628	};
629	FixedText FT_STARTQUOTE
630	{
631		Pos = MAP_APPFONT ( 137 , 114 ) ;
632		Size = MAP_APPFONT ( 86 , 8 ) ;
633		Text [ en-US ] = "Start q~uote:" ;
634	};
635	PushButton PB_STARTQUOTE
636	{
637	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE";
638		Pos = MAP_APPFONT ( 140 , 125 ) ;
639		Size = MAP_APPFONT ( 12 , 12 ) ;
640		Text = "\"" ;
641		TabStop = TRUE ;
642	};
643	FixedText FT_DBSTEX
644	{
645		Pos = MAP_APPFONT ( 156 , 127 ) ;
646		Size = MAP_APPFONT ( 50 , 8 ) ;
647	};
648	FixedText FT_ENDQUOTE
649	{
650		Pos = MAP_APPFONT ( 137 , 139 ) ;
651		Size = MAP_APPFONT ( 86 , 10 ) ;
652		Text [ en-US ] = "E~nd quote:" ;
653	};
654	PushButton PB_ENDQUOTE
655	{
656	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE";
657		Pos = MAP_APPFONT ( 140 , 151 ) ;
658		Size = MAP_APPFONT ( 12 , 12 ) ;
659        Text = "\"" ;
660		TabStop = TRUE ;
661	};
662	FixedText FT_DBECEX
663	{
664		Pos = MAP_APPFONT ( 156 , 153 ) ;
665		Size = MAP_APPFONT ( 50 , 8 ) ;
666	};
667	PushButton PB_DBL_STD
668	{
669	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD";
670		Pos = MAP_APPFONT ( 137 , 167 ) ;
671		Size = MAP_APPFONT ( 50 , 14 ) ;
672		TabStop = TRUE ;
673		Text [ en-US ] = "De~fault" ;
674	};
675	String STR_CHANGE_START
676	{
677		Text [ en-US ] = "Start quote" ;
678	};
679	String STR_CHANGE_END
680	{
681		Text [ en-US ] = "End quote" ;
682	};
683    String ST_STANDARD
684    {
685        Text [ en-US ] = "Default" ;
686	};
687};
688
689/**************************************************************************/
690/*                                                                        */
691/*  Beschreibung: automatische Worterg�nzung                              */
692/*                                                                        */
693/**************************************************************************/
694TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
695{
696	HelpId = HID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
697	OutputSize = TRUE ;
698	Size = MAP_APPFONT ( 260 , 185 ) ;
699	SVLook = TRUE ;
700	Hide = TRUE ;
701	CheckBox CB_ACTIV
702	{
703	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV";
704		Pos = MAP_APPFONT( 4, 3 );
705        Size = MAP_APPFONT( 116, 10 );
706        Text [ en-US ] = "Enable word ~completion";
707	};
708    CheckBox CB_APPEND_SPACE
709	{
710        HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE";
711        Pos = MAP_APPFONT( 10, 17 );
712        Size = MAP_APPFONT( 110, 10 );
713		Text [ en-US ] = "~Append space";
714	};
715	CheckBox CB_AS_TIP
716	{
717	    HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP";
718        Pos = MAP_APPFONT( 10, 31 );
719        Size = MAP_APPFONT( 110, 10 );
720		Text [ en-US ] = "~Show as tip";
721	};
722    CheckBox CB_COLLECT
723	{
724        HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT";
725        Pos = MAP_APPFONT( 4, 45 );
726        Size = MAP_APPFONT( 116, 10 );
727        Text [ en-US ] = "C~ollect words";
728	};
729    CheckBox CB_REMOVE_LIST
730	{
731        HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST";
732        Pos = MAP_APPFONT( 10, 59 );
733        Size = MAP_APPFONT( 110, 40 );
734        WordBreak = TRUE;
735        Text [ en-US ] = "~When closing a document, remove the words collected from it from the list";
736	};
737    FixedText FT_EXPAND_KEY
738	{
739		Pos = MAP_APPFONT( 4, 102 );
740		Size = MAP_APPFONT( 116, 8 );
741        Text [ en-US ] = "Acc~ept with";
742	};
743	ListBox DCB_EXPAND_KEY
744	{
745	    HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY";
746		Pos = MAP_APPFONT( 4, 113 );
747		Size = MAP_APPFONT( 116, 60 );
748		TabStop = TRUE;
749		DropDown = TRUE;
750		Group = TRUE;
751		Sort = FALSE;
752	};
753	FixedText FT_MIN_WORDLEN
754	{
755		Pos = MAP_APPFONT( 4, 129 );
756		Size = MAP_APPFONT( 116, 8 );
757		Text [ en-US ] = "Mi~n. word length";
758	};
759	NumericField NF_MIN_WORDLEN
760	{
761	    HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN";
762		Border = TRUE;
763		Pos = MAP_APPFONT( 4, 140 );
764		Size = MAP_APPFONT( 30, 12 );
765		TabStop = TRUE ;
766		Left = TRUE ;
767		Repeat = TRUE ;
768		Spin = TRUE ;
769		Value = 10 ;
770		Minimum = 5 ;
771		First = 5 ;
772		Last = 100 ;
773		Maximum = 100 ;
774		SpinSize = 1 ;
775	};
776	FixedText FT_MAX_ENTRIES
777	{
778		Pos = MAP_APPFONT( 4, 156 );
779		Size = MAP_APPFONT( 116, 8 );
780		Text [ en-US ] = "~Max. entries";
781	};
782	NumericField NF_MAX_ENTRIES
783	{
784	    HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES";
785		Border = TRUE;
786		Pos = MAP_APPFONT( 4, 167 );
787		Size = MAP_APPFONT( 30, 12 );
788		TabStop = TRUE ;
789		Left = TRUE ;
790		Repeat = TRUE ;
791		Spin = TRUE ;
792		Value = 500 ;
793		Maximum = 10000;
794		Last = 10000 ;
795		First = 50 ;
796		Minimum = 50;
797		SpinSize = 25 ;
798	};
799	MultiListBox LB_ENTRIES
800	{
801	    HelpID = "cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES";
802		Pos = MAP_APPFONT( 127, 3 );
803		Size = MAP_APPFONT( 121, 158 );
804		TabStop = TRUE;
805		DropDown = FALSE;
806		Group = TRUE;
807		Border = TRUE;
808		Sort = TRUE;
809	};
810	PushButton PB_ENTRIES
811	{
812	    HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES";
813		Pos = MAP_APPFONT( 127, 165 );
814		Size = MAP_APPFONT( 121, 14 );
815		TabStop = TRUE ;
816		Text [ en-US ] = "~Delete Entry";
817	};
818	Text [ en-US ] = "Word Completion";
819};
820
821
822/**************************************************************************/
823/*                                                                        */
824/*  Beschreibung: Smart Tag Options                                       */
825/*                                                                        */
826/**************************************************************************/
827TabPage RID_OFAPAGE_SMARTTAG_OPTIONS
828{
829	HelpId = HID_OFAPAGE_SMARTTAG_OPTIONS ;
830	OutputSize = TRUE ;
831	Size = MAP_APPFONT ( 260 , 185 ) ;
832	SVLook = TRUE ;
833	Hide = TRUE ;
834	Text [ en-US ] = "Smart Tags";
835
836	CheckBox CB_SMARTTAGS
837	{
838	    HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS";
839		Pos = MAP_APPFONT( 4, 3 );
840        Size = MAP_APPFONT( 116, 10 );
841        Text [ en-US ] = "Label text with smart tags";
842	};
843
844    FixedText FT_SMARTTAGS
845	{
846		Pos = MAP_APPFONT( 12, 15 );
847		Size = MAP_APPFONT( 116, 8 );
848        Text [ en-US ] = "Currently installed smart tags";
849	};
850
851	Control LB_SMARTTAGS
852	{
853		Pos = MAP_APPFONT ( 12 , 25 ) ;
854		Size = MAP_APPFONT ( 172 , 154 ) ;
855		Border = TRUE ;
856        TabStop = TRUE ;
857	};
858
859    PushButton PB_SMARTTAGS
860	{
861        HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS";
862        Pos = MAP_APPFONT ( 188 , 25 ) ;
863        Size = MAP_APPFONT ( 60 , 14 ) ;
864    	Text [ en-US ] = "Properties...";
865	};
866
867};
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935