10e2af6afSAndrew Rist/************************************************************** 2*cc39123aSmseidel * 30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 40e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 50e2af6afSAndrew Rist * distributed with this work for additional information 60e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 90e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10*cc39123aSmseidel * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*cc39123aSmseidel * 130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 140e2af6afSAndrew Rist * software distributed under the License is distributed on an 150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 160e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 170e2af6afSAndrew Rist * specific language governing permissions and limitations 180e2af6afSAndrew Rist * under the License. 19*cc39123aSmseidel * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23*cc39123aSmseidel 24*cc39123aSmseidel// include --------------------------------------------------------------- 25cdf0e10cSrcweir#include <cuires.hrc> 26cdf0e10cSrcweir#include "helpid.hrc" 27cdf0e10cSrcweir#include "SpellDialog.hrc" 28*cc39123aSmseidel// pragma ---------------------------------------------------------------- 29cdf0e10cSrcweir 30cdf0e10cSrcweir// RID_SVXDLG_SPELLCHECK ------------------------------------------------- 31cdf0e10cSrcweir 32cdf0e10cSrcweirModelessDialog RID_SVXDLG_SPELLCHECK 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir HelpId = HID_SPELLCHECK ; 35*cc39123aSmseidel Size = MAP_APPFONT ( 270, 188 ) ; 36*cc39123aSmseidel OutputSize = TRUE ; 37cdf0e10cSrcweir Closeable = TRUE ; 38*cc39123aSmseidel SVLook = TRUE ; 39*cc39123aSmseidel Hide = TRUE ; 40*cc39123aSmseidel Text [ en-US ] = "Spellcheck: " ; 41cdf0e10cSrcweir 42cdf0e10cSrcweir Moveable = TRUE ; 43cdf0e10cSrcweir 44*cc39123aSmseidel FixedImage IMG_VENDOR 45*cc39123aSmseidel { 46*cc39123aSmseidel Pos = MAP_APPFONT ( 0, 0 ) ; 47*cc39123aSmseidel Size = MAP_APPFONT ( 270, 21 ) ; 48*cc39123aSmseidel Hide = TRUE ; 49*cc39123aSmseidel }; 50cdf0e10cSrcweir 51*cc39123aSmseidel FixedText FT_LANGUAGE 52*cc39123aSmseidel { 53*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 8 ) ; 54*cc39123aSmseidel Size = MAP_APPFONT ( 100, 8 ) ; 55*cc39123aSmseidel Text [ en-US ] = "Text languag~e" ; 56*cc39123aSmseidel }; 57*cc39123aSmseidel ListBox LB_LANGUAGE 58*cc39123aSmseidel { 59*cc39123aSmseidel HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_LANGUAGE" ; 60*cc39123aSmseidel Pos = MAP_APPFONT ( 110, 6 ) ; 61*cc39123aSmseidel Size = MAP_APPFONT ( 93, 55 ) ; 62*cc39123aSmseidel Border = TRUE ; 63*cc39123aSmseidel Sort = TRUE ; 64*cc39123aSmseidel DropDown = TRUE ; 65*cc39123aSmseidel }; 66*cc39123aSmseidel FixedText FT_NOTINDICT 67*cc39123aSmseidel { 68*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 26 ) ; 69*cc39123aSmseidel Size = MAP_APPFONT ( 120, 8 ) ; 70*cc39123aSmseidel Text [ en-US ] = "~Not in dictionary" ; 71*cc39123aSmseidel }; 72cdf0e10cSrcweir 73*cc39123aSmseidel MultiLineEdit ED_NEWWORD 74*cc39123aSmseidel { 75*cc39123aSmseidel HelpID = "cui:MultiLineEdit:RID_SVXDLG_SPELLCHECK:ED_NEWWORD" ; 76*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 37 ) ; 77*cc39123aSmseidel Size = MAP_APPFONT ( 197, 48 ) ; 78*cc39123aSmseidel Border = TRUE ; 79*cc39123aSmseidel VScroll = TRUE ; 80*cc39123aSmseidel IgnoreTab = TRUE ; 81*cc39123aSmseidel }; 82cdf0e10cSrcweir 83*cc39123aSmseidel FixedText FT_SUGGESTION 84*cc39123aSmseidel { 85*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 88 ) ; 86*cc39123aSmseidel Size = MAP_APPFONT ( 120, 8 ) ; 87*cc39123aSmseidel Text [ en-US ] = "~Suggestions" ; 88*cc39123aSmseidel }; 89*cc39123aSmseidel ListBox LB_SUGGESTION 90*cc39123aSmseidel { 91*cc39123aSmseidel HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_SUGGESTION" ; 92*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 99 ) ; 93*cc39123aSmseidel Size = MAP_APPFONT ( 197, 48 ) ; 94*cc39123aSmseidel Border = TRUE ; 95*cc39123aSmseidel }; 96cdf0e10cSrcweir 97*cc39123aSmseidel CheckBox CB_CHECK_GRAMMAR 98*cc39123aSmseidel { 99*cc39123aSmseidel HelpID = "cui:CheckBox:RID_SVXDLG_SPELLCHECK:CB_CHECK_GRAMMAR" ; 100*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 153 ) ; 101*cc39123aSmseidel Size = MAP_APPFONT ( 100, 10 ) ; 102*cc39123aSmseidel Text [ en-US ] = "Check ~grammar" ; 103*cc39123aSmseidel Hide = TRUE ; 104*cc39123aSmseidel }; 105cdf0e10cSrcweir 106*cc39123aSmseidel PushButton PB_IGNORE 107*cc39123aSmseidel { 108*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORE" ; 109*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 37 ) ; 110*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 111*cc39123aSmseidel Text [ en-US ] = "~Ignore Once" ; 112*cc39123aSmseidel }; 113cdf0e10cSrcweir 114*cc39123aSmseidel PushButton PB_IGNOREALL 115*cc39123aSmseidel { 116*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNOREALL" ; 117*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 54 ) ; 118*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 119*cc39123aSmseidel Text [ en-US ] = "I~gnore All" ; 120*cc39123aSmseidel }; 121*cc39123aSmseidel PushButton PB_IGNORERULE 122*cc39123aSmseidel { 123*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORERULE" ; 124*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 54 ) ; 125*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 126*cc39123aSmseidel Text [ en-US ] = "I~gnore Rule" ; 127*cc39123aSmseidel Hide = TRUE ; 128*cc39123aSmseidel }; 129*cc39123aSmseidel MenuButton MB_ADDTODICT 130*cc39123aSmseidel { 131*cc39123aSmseidel HelpID = "cui:MenuButton:RID_SVXDLG_SPELLCHECK:MB_ADDTODICT" ; 132*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 71 ) ; 133*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 134*cc39123aSmseidel Text [ en-US ] = "~Add" ; 135*cc39123aSmseidel }; 136cdf0e10cSrcweir 137*cc39123aSmseidel PushButton PB_CHANGE 138*cc39123aSmseidel { 139*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGE" ; 140*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 99 ) ; 141*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 142*cc39123aSmseidel Text [ en-US ] = "~Change" ; 143*cc39123aSmseidel DefButton = TRUE ; 144*cc39123aSmseidel }; 145cdf0e10cSrcweir 146*cc39123aSmseidel PushButton PB_CHANGEALL 147*cc39123aSmseidel { 148*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGEALL" ; 149*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 117 ) ; 150*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 151*cc39123aSmseidel Text [ en-US ] = "Change A~ll" ; 152*cc39123aSmseidel }; 153*cc39123aSmseidel PushButton PB_EXPLAIN 154*cc39123aSmseidel { 155*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_EXPLAIN" ; 156*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 117 ) ; 157*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 158*cc39123aSmseidel Hide = TRUE ; 159*cc39123aSmseidel Text [ en-US ] = "~Explain..." ; 160*cc39123aSmseidel }; 161*cc39123aSmseidel PushButton PB_AUTOCORR 162*cc39123aSmseidel { 163*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_AUTOCORR" ; 164*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 134 ) ; 165*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 166*cc39123aSmseidel Text [ en-US ] = "AutoCor~rect" ; 167*cc39123aSmseidel }; 168*cc39123aSmseidel GroupBox GB_BACKGROUND 169*cc39123aSmseidel { 170*cc39123aSmseidel Pos = MAP_APPFONT ( 1, 21 ) ; 171*cc39123aSmseidel Size = MAP_APPFONT ( 268, 146 ) ; 172*cc39123aSmseidel Hide = FALSE ; 173*cc39123aSmseidel }; 174cdf0e10cSrcweir 175*cc39123aSmseidel HelpButton PB_HELP 176*cc39123aSmseidel { 177*cc39123aSmseidel Pos = MAP_APPFONT ( 6, 170 ) ; 178*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 179*cc39123aSmseidel }; 180*cc39123aSmseidel PushButton PB_OPTIONS 181*cc39123aSmseidel { 182*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_OPTIONS" ; 183*cc39123aSmseidel Pos = MAP_APPFONT ( 87, 170 ) ; 184*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 185*cc39123aSmseidel Text [ en-US ] = "O~ptions..." ; 186*cc39123aSmseidel }; 187*cc39123aSmseidel PushButton PB_UNDO 188*cc39123aSmseidel { 189*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_UNDO" ; 190*cc39123aSmseidel Pos = MAP_APPFONT ( 148, 170 ) ; 191*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 192*cc39123aSmseidel Text [ en-US ] = "~Undo" ; 193*cc39123aSmseidel }; 194cdf0e10cSrcweir 195*cc39123aSmseidel PushButton PB_CLOSE 196*cc39123aSmseidel { 197*cc39123aSmseidel HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CLOSE" ; 198*cc39123aSmseidel Pos = MAP_APPFONT ( 209, 170 ) ; 199*cc39123aSmseidel Size = MAP_APPFONT ( 55, 14 ) ; 200*cc39123aSmseidel TabStop = TRUE ; 201*cc39123aSmseidel Text [ en-US ] = "Cl~ose" ; 202*cc39123aSmseidel }; 203*cc39123aSmseidel String ST_RESUME 204*cc39123aSmseidel { 205*cc39123aSmseidel Text [ en-US ] = "Resu~me" ; 206*cc39123aSmseidel }; 207*cc39123aSmseidel String ST_NOSUGGESTIONS 208*cc39123aSmseidel { 209*cc39123aSmseidel Text [en-US] = "(no suggestions)" ; 210*cc39123aSmseidel }; 211*cc39123aSmseidel String ST_SPELLING 212*cc39123aSmseidel { 213*cc39123aSmseidel Text [ en-US ] = "Spelling: $LANGUAGE ($LOCATION)" ; 214*cc39123aSmseidel }; 215*cc39123aSmseidel String ST_SPELLING_AND_GRAMMAR 216*cc39123aSmseidel { 217*cc39123aSmseidel Text [ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION)" ; 218*cc39123aSmseidel }; 219*cc39123aSmseidel String ST_SPELLING_AND_GRAMMAR_VENDORNAME 220*cc39123aSmseidel { 221*cc39123aSmseidel Text [ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]" ; 222*cc39123aSmseidel }; 223*cc39123aSmseidel Image IMG_DEFAULT_VENDOR 224*cc39123aSmseidel { 225*cc39123aSmseidel ImageBitmap = Bitmap {File = "vendor01.png" ;} ; 226*cc39123aSmseidel }; 227*cc39123aSmseidel Image IMG_DEFAULT_VENDOR_HC 228*cc39123aSmseidel { 229*cc39123aSmseidel ImageBitmap = Bitmap {File = "vendor01h.png" ;} ; 230*cc39123aSmseidel }; 231*cc39123aSmseidel}; 232cdf0e10cSrcweir 233*cc39123aSmseidel// ********************************************************************** EOF 234