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 <sfx2/sfx.hrc> 25#include "helpid.hrc" 26#include "optspell.hrc" 27 // pragma ------------------------------------------------------------------- 28 29 // RID_SFXPAGE_SPELL -------------------------------------------------------- 30TabPage RID_SFXPAGE_SPELL 31{ 32 HelpId = HID_OPTIONS_SPELL ; 33 SVLook = TRUE ; 34 Size = MAP_APPFONT ( 221 , 185 ) ; 35 Text [ en-US ] = "Spellcheck" ; 36 PushButton BTN_BOOK 37 { 38 HelpID = "cui:PushButton:RID_SFXPAGE_SPELL:BTN_BOOK"; 39 Pos = MAP_APPFONT ( 128 , 6 ) ; 40 Size = MAP_APPFONT ( 50 , 14 ) ; 41 Text [ en-US ] = "~Edit..." ; 42 TabStop = TRUE ; 43 }; 44 MultiListBox LB_BOOK 45 { 46 HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK"; 47 Border = TRUE ; 48 Pos = MAP_APPFONT ( 12 , 14 ) ; 49 Size = MAP_APPFONT ( 103 , 47 ) ; 50 TabStop = TRUE ; 51 AutoHScroll = TRUE ; 52 }; 53 FixedLine GB_BOOK 54 { 55 Pos = MAP_APPFONT ( 6 , 3 ) ; 56 Size = MAP_APPFONT ( 115 , 66 ) ; 57 /* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */ 58 /* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */ 59 Text [ en-US ] = "Dictionaries" ; 60 }; 61 CheckBox BTN_CAPS 62 { 63 HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_CAPS"; 64 Pos = MAP_APPFONT ( 12 , 82 ) ; 65 Size = MAP_APPFONT ( 103 , 10 ) ; 66 /* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */ 67 /* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */ 68 Text [ en-US ] = "~Capital words" ; 69 TabStop = TRUE ; 70 }; 71 CheckBox BTN_NUMS 72 { 73 HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_NUMS"; 74 Pos = MAP_APPFONT ( 12 , 95 ) ; 75 Size = MAP_APPFONT ( 103 , 10 ) ; 76 /* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern : ~W�rter mit Ziffern */ 77 /* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern : ~W�rter mit Ziffern */ 78 Text [ en-US ] = "~Words with numbers " ; 79 TabStop = TRUE ; 80 }; 81 CheckBox BTN_UPLOW 82 { 83 HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_UPLOW"; 84 Pos = MAP_APPFONT ( 12 , 108 ) ; 85 Size = MAP_APPFONT ( 103 , 10 ) ; 86 /* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung : Gro�- u. ~Kleinschreibung */ 87 /* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung : Gro�- u. ~Kleinschreibung */ 88 Text [ en-US ] = "~Case sensitive " ; 89 TabStop = TRUE ; 90 }; 91 FixedLine GB_AUDIT 92 { 93 Pos = MAP_APPFONT ( 6 , 71 ) ; 94 Size = MAP_APPFONT ( 115 , 53 ) ; 95 /* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */ 96 /* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */ 97 Text [ en-US ] = "Check" ; 98 }; 99}; 100 // ********************************************************************** EOF 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127