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