autocdlg.src (ad5621ca) autocdlg.src (d15d3e1c)
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

--- 83 unchanged lines hidden (view full) ---

92 Pos = MAP_APPFONT ( 150, 3 ) ;
93 Size = MAP_APPFONT ( 60, 100 ) ;
94 DropDown = TRUE;
95 TabStop = TRUE ;
96 Border = TRUE ;
97 };
98};
99#define COMMON_CLB_ENTRIES \
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

--- 83 unchanged lines hidden (view full) ---

92 Pos = MAP_APPFONT ( 150, 3 ) ;
93 Size = MAP_APPFONT ( 60, 100 ) ;
94 DropDown = TRUE;
95 TabStop = TRUE ;
96 Border = TRUE ;
97 };
98};
99#define COMMON_CLB_ENTRIES \
100 String ST_USE_REPLACE \
101 { \
102 Text [ en-US ] = "Use replacement table" ; \
100 String ST_USE_REPLACE \
101 { \
102 Text [ en-US ] = "Use replacement table" ; \
103 }; \
103 }; \
104 String ST_CPTL_STT_WORD \
105 { \
106 Text [ en-US ] = "Correct TWo INitial CApitals" ; \
104 String ST_CPTL_STT_WORD \
105 { \
106 Text [ en-US ] = "Correct TWo INitial CApitals" ; \
107 }; \
107 }; \
108 String ST_CPTL_STT_SENT \
109 { \
110 Text [ en-US ] = "Capitalize first letter of every sentence" ; \
108 String ST_CPTL_STT_SENT \
109 { \
110 Text [ en-US ] = "Capitalize first letter of every sentence" ; \
111 }; \
111 }; \
112 String ST_BOLD_UNDER \
113 { \
114 Text [ en-US ] = "Automatic *bold* and _underline_" ; \
112 String ST_BOLD_UNDER \
113 { \
114 Text [ en-US ] = "Automatic *bold* and _underline_" ; \
115 }; \
115 }; \
116 String STR_NO_DBL_SPACES \
117 { \
118 Text [ en-US ] = "Ignore double spaces" ; \
116 String STR_NO_DBL_SPACES \
117 { \
118 Text [ en-US ] = "Ignore double spaces" ; \
119 }; \
119 }; \
120 String ST_DETECT_URL \
121 { \
122 Text [ en-US ] = "URL Recognition" ; \
120 String ST_DETECT_URL \
121 { \
122 Text [ en-US ] = "URL Recognition" ; \
123 }; \
124 String ST_DASH \
125 { \
126 Text [ en-US ] = "Replace dashes" ; \
127 };
128
129/**************************************************************************/
130/* Beschreibung: Autokorrektur-Optionen */

--- 328 unchanged lines hidden (view full) ---

459 CheckBox CB_AUTOCAPS
460 {
461 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS" ;
462 Pos = MAP_APPFONT ( 137, 169 ) ;
463 Size = MAP_APPFONT ( 111, 10 ) ;
464 Text [ en-US ] = "A~utoInclude" ;
465 };
466 String STR_PB_NEWABBREV
123 }; \
124 String ST_DASH \
125 { \
126 Text [ en-US ] = "Replace dashes" ; \
127 };
128
129/**************************************************************************/
130/* Beschreibung: Autokorrektur-Optionen */

--- 328 unchanged lines hidden (view full) ---

459 CheckBox CB_AUTOCAPS
460 {
461 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS" ;
462 Pos = MAP_APPFONT ( 137, 169 ) ;
463 Size = MAP_APPFONT ( 111, 10 ) ;
464 Text [ en-US ] = "A~utoInclude" ;
465 };
466 String STR_PB_NEWABBREV
467 {
468 Text [ en-US ] = "New abbreviations" ;
467 {
468 Text [ en-US ] = "New abbreviations" ;
469 };
470 String STR_PB_DELABBREV
469 };
470 String STR_PB_DELABBREV
471 {
472 Text [ en-US ] = "Delete abbreviations" ;
471 {
472 Text [ en-US ] = "Delete abbreviations" ;
473 };
474 String STR_PB_NEWDOUBLECAPS
473 };
474 String STR_PB_NEWDOUBLECAPS
475 {
476 Text [ en-US ] = "New words with two initial capitals" ;
475 {
476 Text [ en-US ] = "New words with two initial capitals" ;
477 };
478 String STR_PB_DELDOUBLECAPS
477 };
478 String STR_PB_DELDOUBLECAPS
479 {
480 Text [ en-US ] = "Delete words with two initial capitals" ;
479 {
480 Text [ en-US ] = "Delete words with two initial capitals" ;
481 };
482 String STR_PB_SGL_STD
481 };
482 String STR_PB_SGL_STD
483 {
484 Text [ en-US ] = "Single quotes default" ;
483 {
484 Text [ en-US ] = "Single quotes default" ;
485 };
486 String STR_PB_DBL_STD
487 {
488 Text [ en-US ] = "Double quotes default" ;
489 };
490 String STR_PB_SGL_START
491 {
492 Text [ en-US ] = "Start quote of single quotes" ;

--- 7 unchanged lines hidden (view full) ---

500 Text [ en-US ] = "End quote of single quotes" ;
501 };
502 String STR_PB_DBL_END
503 {
504 Text [ en-US ] = "End quote of double quotes" ;
505 };
506};
507/**************************************************************************/
485 };
486 String STR_PB_DBL_STD
487 {
488 Text [ en-US ] = "Double quotes default" ;
489 };
490 String STR_PB_SGL_START
491 {
492 Text [ en-US ] = "Start quote of single quotes" ;

--- 7 unchanged lines hidden (view full) ---

500 Text [ en-US ] = "End quote of single quotes" ;
501 };
502 String STR_PB_DBL_END
503 {
504 Text [ en-US ] = "End quote of double quotes" ;
505 };
506};
507/**************************************************************************/
508/* Beschreibung: Typografische Anfuehrungszeichen */
508/* Beschreibung: Typografische Anführungszeichen */
509/**************************************************************************/
510TabPage RID_OFAPAGE_AUTOCORR_QUOTE
511{
512 HelpId = HID_OFAPAGE_AUTOCORR_QUOTE ;
513 OutputSize = TRUE ;
514 Size = MAP_APPFONT ( 260, 185 ) ;
515 SVLook = TRUE ;
516 Hide = TRUE ;

--- 69 unchanged lines hidden (view full) ---

586 };
587 FixedText FT_SGENEX
588 {
589 Pos = MAP_APPFONT ( 26, 153 ) ;
590 Size = MAP_APPFONT ( 50, 8 ) ;
591 };
592 PushButton PB_SGL_STD
593 {
509/**************************************************************************/
510TabPage RID_OFAPAGE_AUTOCORR_QUOTE
511{
512 HelpId = HID_OFAPAGE_AUTOCORR_QUOTE ;
513 OutputSize = TRUE ;
514 Size = MAP_APPFONT ( 260, 185 ) ;
515 SVLook = TRUE ;
516 Hide = TRUE ;

--- 69 unchanged lines hidden (view full) ---

586 };
587 FixedText FT_SGENEX
588 {
589 Pos = MAP_APPFONT ( 26, 153 ) ;
590 Size = MAP_APPFONT ( 50, 8 ) ;
591 };
592 PushButton PB_SGL_STD
593 {
594 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD" ;
594 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD" ;
595 Pos = MAP_APPFONT ( 7, 167 ) ;
596 Size = MAP_APPFONT ( 50, 14 ) ;
597 TabStop = TRUE ;
598 Text [ en-US ] = "~Default" ;
599 };
600 FixedLine FL_DOUBLE
601 {
602 Pos = MAP_APPFONT ( 134, 90 ) ;
603 Size = MAP_APPFONT ( 122, 8 ) ;
604 Text [ en-US ] = "Double quotes" ;
605 };
606 CheckBox CB_TYPO
607 {
595 Pos = MAP_APPFONT ( 7, 167 ) ;
596 Size = MAP_APPFONT ( 50, 14 ) ;
597 TabStop = TRUE ;
598 Text [ en-US ] = "~Default" ;
599 };
600 FixedLine FL_DOUBLE
601 {
602 Pos = MAP_APPFONT ( 134, 90 ) ;
603 Size = MAP_APPFONT ( 122, 8 ) ;
604 Text [ en-US ] = "Double quotes" ;
605 };
606 CheckBox CB_TYPO
607 {
608 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO" ;
608 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO" ;
609 Pos = MAP_APPFONT ( 137, 101 ) ;
610 Size = MAP_APPFONT ( 86, 10 ) ;
611 TabStop = TRUE ;
612 Text [ en-US ] = "Repl~ace" ;
613 };
614 FixedText FT_STARTQUOTE
615 {
616 Pos = MAP_APPFONT ( 137, 114 ) ;
617 Size = MAP_APPFONT ( 86, 8 ) ;
618 Text [ en-US ] = "Start q~uote:" ;
619 };
620 PushButton PB_STARTQUOTE
621 {
609 Pos = MAP_APPFONT ( 137, 101 ) ;
610 Size = MAP_APPFONT ( 86, 10 ) ;
611 TabStop = TRUE ;
612 Text [ en-US ] = "Repl~ace" ;
613 };
614 FixedText FT_STARTQUOTE
615 {
616 Pos = MAP_APPFONT ( 137, 114 ) ;
617 Size = MAP_APPFONT ( 86, 8 ) ;
618 Text [ en-US ] = "Start q~uote:" ;
619 };
620 PushButton PB_STARTQUOTE
621 {
622 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE" ;
622 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE" ;
623 Pos = MAP_APPFONT ( 140, 125 ) ;
624 Size = MAP_APPFONT ( 12, 12 ) ;
625 Text = "\"" ;
626 TabStop = TRUE ;
627 };
628 FixedText FT_DBSTEX
629 {
630 Pos = MAP_APPFONT ( 156, 127 ) ;
631 Size = MAP_APPFONT ( 50, 8 ) ;
632 };
633 FixedText FT_ENDQUOTE
634 {
635 Pos = MAP_APPFONT ( 137, 139 ) ;
636 Size = MAP_APPFONT ( 86, 10 ) ;
637 Text [ en-US ] = "E~nd quote:" ;
638 };
639 PushButton PB_ENDQUOTE
640 {
623 Pos = MAP_APPFONT ( 140, 125 ) ;
624 Size = MAP_APPFONT ( 12, 12 ) ;
625 Text = "\"" ;
626 TabStop = TRUE ;
627 };
628 FixedText FT_DBSTEX
629 {
630 Pos = MAP_APPFONT ( 156, 127 ) ;
631 Size = MAP_APPFONT ( 50, 8 ) ;
632 };
633 FixedText FT_ENDQUOTE
634 {
635 Pos = MAP_APPFONT ( 137, 139 ) ;
636 Size = MAP_APPFONT ( 86, 10 ) ;
637 Text [ en-US ] = "E~nd quote:" ;
638 };
639 PushButton PB_ENDQUOTE
640 {
641 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE" ;
641 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE" ;
642 Pos = MAP_APPFONT ( 140, 151 ) ;
643 Size = MAP_APPFONT ( 12, 12 ) ;
642 Pos = MAP_APPFONT ( 140, 151 ) ;
643 Size = MAP_APPFONT ( 12, 12 ) ;
644 Text = "\"" ;
644 Text = "\"" ;
645 TabStop = TRUE ;
646 };
647 FixedText FT_DBECEX
648 {
649 Pos = MAP_APPFONT ( 156, 153 ) ;
650 Size = MAP_APPFONT ( 50, 8 ) ;
651 };
652 PushButton PB_DBL_STD
653 {
645 TabStop = TRUE ;
646 };
647 FixedText FT_DBECEX
648 {
649 Pos = MAP_APPFONT ( 156, 153 ) ;
650 Size = MAP_APPFONT ( 50, 8 ) ;
651 };
652 PushButton PB_DBL_STD
653 {
654 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD" ;
654 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD" ;
655 Pos = MAP_APPFONT ( 137, 167 ) ;
656 Size = MAP_APPFONT ( 50, 14 ) ;
657 TabStop = TRUE ;
658 Text [ en-US ] = "De~fault" ;
659 };
660 String STR_CHANGE_START
661 {
662 Text [ en-US ] = "Start quote" ;
663 };
664 String STR_CHANGE_END
665 {
666 Text [ en-US ] = "End quote" ;
667 };
655 Pos = MAP_APPFONT ( 137, 167 ) ;
656 Size = MAP_APPFONT ( 50, 14 ) ;
657 TabStop = TRUE ;
658 Text [ en-US ] = "De~fault" ;
659 };
660 String STR_CHANGE_START
661 {
662 Text [ en-US ] = "Start quote" ;
663 };
664 String STR_CHANGE_END
665 {
666 Text [ en-US ] = "End quote" ;
667 };
668 String ST_STANDARD
669 {
670 Text [ en-US ] = "Default" ;
668 String ST_STANDARD
669 {
670 Text [ en-US ] = "Default" ;
671 };
672};
673
674/**************************************************************************/
671 };
672};
673
674/**************************************************************************/
675/* Beschreibung: automatische Wortergnzung */
675/* Beschreibung: automatische Wortergänzung */
676/**************************************************************************/
677TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
678{
679 HelpId = HID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
680 OutputSize = TRUE ;
681 Size = MAP_APPFONT ( 260, 185 ) ;
682 SVLook = TRUE ;
683 Hide = TRUE ;
684 CheckBox CB_ACTIV
685 {
676/**************************************************************************/
677TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
678{
679 HelpId = HID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
680 OutputSize = TRUE ;
681 Size = MAP_APPFONT ( 260, 185 ) ;
682 SVLook = TRUE ;
683 Hide = TRUE ;
684 CheckBox CB_ACTIV
685 {
686 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV" ;
686 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV" ;
687 Pos = MAP_APPFONT ( 4, 3 ) ;
687 Pos = MAP_APPFONT ( 4, 3 ) ;
688 Size = MAP_APPFONT ( 116, 10 ) ;
689 Text [ en-US ] = "Enable word ~completion" ;
688 Size = MAP_APPFONT ( 116, 10 ) ;
689 Text [ en-US ] = "Enable word ~completion" ;
690 };
690 };
691 CheckBox CB_APPEND_SPACE
691 CheckBox CB_APPEND_SPACE
692 {
692 {
693 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE" ;
694 Pos = MAP_APPFONT ( 10, 17 ) ;
695 Size = MAP_APPFONT ( 110, 10 ) ;
693 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE" ;
694 Pos = MAP_APPFONT ( 10, 17 ) ;
695 Size = MAP_APPFONT ( 110, 10 ) ;
696 Text [ en-US ] = "~Append space" ;
697 };
698 CheckBox CB_AS_TIP
699 {
696 Text [ en-US ] = "~Append space" ;
697 };
698 CheckBox CB_AS_TIP
699 {
700 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP" ;
701 Pos = MAP_APPFONT ( 10, 31 ) ;
702 Size = MAP_APPFONT ( 110, 10 ) ;
700 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP" ;
701 Pos = MAP_APPFONT ( 10, 31 ) ;
702 Size = MAP_APPFONT ( 110, 10 ) ;
703 Text [ en-US ] = "~Show as tip" ;
704 };
703 Text [ en-US ] = "~Show as tip" ;
704 };
705 CheckBox CB_COLLECT
705 CheckBox CB_COLLECT
706 {
706 {
707 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT" ;
708 Pos = MAP_APPFONT ( 4, 45 ) ;
709 Size = MAP_APPFONT ( 116, 10 ) ;
710 Text [ en-US ] = "C~ollect words" ;
707 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT" ;
708 Pos = MAP_APPFONT ( 4, 45 ) ;
709 Size = MAP_APPFONT ( 116, 10 ) ;
710 Text [ en-US ] = "C~ollect words" ;
711 };
711 };
712 CheckBox CB_REMOVE_LIST
712 CheckBox CB_REMOVE_LIST
713 {
713 {
714 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST" ;
715 Pos = MAP_APPFONT ( 10, 59 ) ;
716 Size = MAP_APPFONT ( 110, 40 ) ;
717 WordBreak = TRUE ;
718 Text [ en-US ] = "~When closing a document, remove the words collected from it from the list" ;
714 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST" ;
715 Pos = MAP_APPFONT ( 10, 59 ) ;
716 Size = MAP_APPFONT ( 110, 40 ) ;
717 WordBreak = TRUE ;
718 Text [ en-US ] = "~When closing a document, remove the words collected from it from the list" ;
719 };
719 };
720 FixedText FT_EXPAND_KEY
720 FixedText FT_EXPAND_KEY
721 {
722 Pos = MAP_APPFONT ( 4, 102 ) ;
723 Size = MAP_APPFONT ( 116, 8 ) ;
721 {
722 Pos = MAP_APPFONT ( 4, 102 ) ;
723 Size = MAP_APPFONT ( 116, 8 ) ;
724 Text [ en-US ] = "Acc~ept with" ;
724 Text [ en-US ] = "Acc~ept with" ;
725 };
726 ListBox DCB_EXPAND_KEY
727 {
725 };
726 ListBox DCB_EXPAND_KEY
727 {
728 HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY" ;
728 HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY" ;
729 Pos = MAP_APPFONT ( 4, 113 ) ;
730 Size = MAP_APPFONT ( 116, 60 ) ;
731 TabStop = TRUE ;
732 DropDown = TRUE ;
733 Group = TRUE ;
734 Sort = FALSE ;
735 };
736 FixedText FT_MIN_WORDLEN
737 {
738 Pos = MAP_APPFONT ( 4, 129 ) ;
739 Size = MAP_APPFONT ( 116, 8 ) ;
740 Text [ en-US ] = "Mi~n. word length" ;
741 };
742 NumericField NF_MIN_WORDLEN
743 {
729 Pos = MAP_APPFONT ( 4, 113 ) ;
730 Size = MAP_APPFONT ( 116, 60 ) ;
731 TabStop = TRUE ;
732 DropDown = TRUE ;
733 Group = TRUE ;
734 Sort = FALSE ;
735 };
736 FixedText FT_MIN_WORDLEN
737 {
738 Pos = MAP_APPFONT ( 4, 129 ) ;
739 Size = MAP_APPFONT ( 116, 8 ) ;
740 Text [ en-US ] = "Mi~n. word length" ;
741 };
742 NumericField NF_MIN_WORDLEN
743 {
744 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN" ;
744 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN" ;
745 Border = TRUE ;
746 Pos = MAP_APPFONT ( 4, 140 ) ;
747 Size = MAP_APPFONT ( 30, 12 ) ;
748 TabStop = TRUE ;
749 Left = TRUE ;
750 Repeat = TRUE ;
751 Spin = TRUE ;
752 Value = 10 ;

--- 6 unchanged lines hidden (view full) ---

759 FixedText FT_MAX_ENTRIES
760 {
761 Pos = MAP_APPFONT ( 4, 156 ) ;
762 Size = MAP_APPFONT ( 116, 8 ) ;
763 Text [ en-US ] = "~Max. entries" ;
764 };
765 NumericField NF_MAX_ENTRIES
766 {
745 Border = TRUE ;
746 Pos = MAP_APPFONT ( 4, 140 ) ;
747 Size = MAP_APPFONT ( 30, 12 ) ;
748 TabStop = TRUE ;
749 Left = TRUE ;
750 Repeat = TRUE ;
751 Spin = TRUE ;
752 Value = 10 ;

--- 6 unchanged lines hidden (view full) ---

759 FixedText FT_MAX_ENTRIES
760 {
761 Pos = MAP_APPFONT ( 4, 156 ) ;
762 Size = MAP_APPFONT ( 116, 8 ) ;
763 Text [ en-US ] = "~Max. entries" ;
764 };
765 NumericField NF_MAX_ENTRIES
766 {
767 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES" ;
767 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES" ;
768 Border = TRUE ;
769 Pos = MAP_APPFONT ( 4, 167 ) ;
770 Size = MAP_APPFONT ( 30, 12 ) ;
771 TabStop = TRUE ;
772 Left = TRUE ;
773 Repeat = TRUE ;
774 Spin = TRUE ;
775 Value = 500 ;
776 Maximum = 10000 ;
777 Last = 10000 ;
778 First = 50 ;
779 Minimum = 50 ;
780 SpinSize = 25 ;
781 };
782 MultiListBox LB_ENTRIES
783 {
768 Border = TRUE ;
769 Pos = MAP_APPFONT ( 4, 167 ) ;
770 Size = MAP_APPFONT ( 30, 12 ) ;
771 TabStop = TRUE ;
772 Left = TRUE ;
773 Repeat = TRUE ;
774 Spin = TRUE ;
775 Value = 500 ;
776 Maximum = 10000 ;
777 Last = 10000 ;
778 First = 50 ;
779 Minimum = 50 ;
780 SpinSize = 25 ;
781 };
782 MultiListBox LB_ENTRIES
783 {
784 HelpID = "cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES" ;
784 HelpID = "cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES" ;
785 Pos = MAP_APPFONT ( 127, 3 ) ;
786 Size = MAP_APPFONT ( 121, 158 ) ;
787 TabStop = TRUE ;
788 DropDown = FALSE ;
789 Group = TRUE ;
790 Border = TRUE ;
791 Sort = TRUE ;
792 };
793 PushButton PB_ENTRIES
794 {
785 Pos = MAP_APPFONT ( 127, 3 ) ;
786 Size = MAP_APPFONT ( 121, 158 ) ;
787 TabStop = TRUE ;
788 DropDown = FALSE ;
789 Group = TRUE ;
790 Border = TRUE ;
791 Sort = TRUE ;
792 };
793 PushButton PB_ENTRIES
794 {
795 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES" ;
795 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES" ;
796 Pos = MAP_APPFONT ( 127, 165 ) ;
797 Size = MAP_APPFONT ( 121, 14 ) ;
798 TabStop = TRUE ;
799 Text [ en-US ] = "~Delete Entry" ;
800 };
801 Text [ en-US ] = "Word Completion" ;
802};
803

--- 7 unchanged lines hidden (view full) ---

811 OutputSize = TRUE ;
812 Size = MAP_APPFONT ( 260, 185 ) ;
813 SVLook = TRUE ;
814 Hide = TRUE ;
815 Text [ en-US ] = "Smart Tags" ;
816
817 CheckBox CB_SMARTTAGS
818 {
796 Pos = MAP_APPFONT ( 127, 165 ) ;
797 Size = MAP_APPFONT ( 121, 14 ) ;
798 TabStop = TRUE ;
799 Text [ en-US ] = "~Delete Entry" ;
800 };
801 Text [ en-US ] = "Word Completion" ;
802};
803

--- 7 unchanged lines hidden (view full) ---

811 OutputSize = TRUE ;
812 Size = MAP_APPFONT ( 260, 185 ) ;
813 SVLook = TRUE ;
814 Hide = TRUE ;
815 Text [ en-US ] = "Smart Tags" ;
816
817 CheckBox CB_SMARTTAGS
818 {
819 HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS" ;
819 HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS" ;
820 Pos = MAP_APPFONT ( 4, 3 ) ;
820 Pos = MAP_APPFONT ( 4, 3 ) ;
821 Size = MAP_APPFONT ( 116, 10 ) ;
822 Text [ en-US ] = "Label text with smart tags" ;
821 Size = MAP_APPFONT ( 116, 10 ) ;
822 Text [ en-US ] = "Label text with smart tags" ;
823 };
824
823 };
824
825 FixedText FT_SMARTTAGS
825 FixedText FT_SMARTTAGS
826 {
827 Pos = MAP_APPFONT ( 12, 15 ) ;
828 Size = MAP_APPFONT ( 116, 8 ) ;
826 {
827 Pos = MAP_APPFONT ( 12, 15 ) ;
828 Size = MAP_APPFONT ( 116, 8 ) ;
829 Text [ en-US ] = "Currently installed smart tags" ;
829 Text [ en-US ] = "Currently installed smart tags" ;
830 };
831
832 Control LB_SMARTTAGS
833 {
834 Pos = MAP_APPFONT ( 12, 25 ) ;
835 Size = MAP_APPFONT ( 172, 154 ) ;
836 Border = TRUE ;
830 };
831
832 Control LB_SMARTTAGS
833 {
834 Pos = MAP_APPFONT ( 12, 25 ) ;
835 Size = MAP_APPFONT ( 172, 154 ) ;
836 Border = TRUE ;
837 TabStop = TRUE ;
837 TabStop = TRUE ;
838 };
839
838 };
839
840 PushButton PB_SMARTTAGS
840 PushButton PB_SMARTTAGS
841 {
841 {
842 HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS" ;
843 Pos = MAP_APPFONT ( 188, 25 ) ;
844 Size = MAP_APPFONT ( 60, 14 ) ;
845 Text [ en-US ] = "Properties..." ;
842 HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS" ;
843 Pos = MAP_APPFONT ( 188, 25 ) ;
844 Size = MAP_APPFONT ( 60, 14 ) ;
845 Text [ en-US ] = "Properties..." ;
846 };
847
848};
849
850// ********************************************************************** EOF
846 };
847
848};
849
850// ********************************************************************** EOF