10e2af6afSAndrew Rist/************************************************************** 2*943347cdSmseidel * 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*943347cdSmseidel * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*943347cdSmseidel * 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*943347cdSmseidel * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23*943347cdSmseidel 24*943347cdSmseidel// include ------------------------------------------------------------------ 25cdf0e10cSrcweir#include <sfx2/sfx.hrc> 26cdf0e10cSrcweir#include "helpid.hrc" 27cdf0e10cSrcweir#include "optspell.hrc" 28*943347cdSmseidel// pragma ------------------------------------------------------------------- 29cdf0e10cSrcweir 30*943347cdSmseidel// RID_SFXPAGE_SPELL -------------------------------------------------------- 31cdf0e10cSrcweirTabPage RID_SFXPAGE_SPELL 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir HelpId = HID_OPTIONS_SPELL ; 34cdf0e10cSrcweir SVLook = TRUE ; 35*943347cdSmseidel Size = MAP_APPFONT ( 221, 185 ) ; 36cdf0e10cSrcweir Text [ en-US ] = "Spellcheck" ; 37cdf0e10cSrcweir PushButton BTN_BOOK 38cdf0e10cSrcweir { 39*943347cdSmseidel HelpID = "cui:PushButton:RID_SFXPAGE_SPELL:BTN_BOOK" ; 40*943347cdSmseidel Pos = MAP_APPFONT ( 128, 6 ) ; 41*943347cdSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 42cdf0e10cSrcweir Text [ en-US ] = "~Edit..." ; 43cdf0e10cSrcweir TabStop = TRUE ; 44cdf0e10cSrcweir }; 45cdf0e10cSrcweir MultiListBox LB_BOOK 46cdf0e10cSrcweir { 47*943347cdSmseidel HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK" ; 48cdf0e10cSrcweir Border = TRUE ; 49*943347cdSmseidel Pos = MAP_APPFONT ( 12, 14 ) ; 50*943347cdSmseidel Size = MAP_APPFONT ( 103, 47 ) ; 51cdf0e10cSrcweir TabStop = TRUE ; 52cdf0e10cSrcweir AutoHScroll = TRUE ; 53cdf0e10cSrcweir }; 54*943347cdSmseidel FixedLine GB_BOOK 55cdf0e10cSrcweir { 56*943347cdSmseidel Pos = MAP_APPFONT ( 6, 3 ) ; 57*943347cdSmseidel Size = MAP_APPFONT ( 115, 66 ) ; 58cdf0e10cSrcweir Text [ en-US ] = "Dictionaries" ; 59cdf0e10cSrcweir }; 60cdf0e10cSrcweir CheckBox BTN_CAPS 61cdf0e10cSrcweir { 62*943347cdSmseidel HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_CAPS" ; 63*943347cdSmseidel Pos = MAP_APPFONT ( 12, 82 ) ; 64*943347cdSmseidel Size = MAP_APPFONT ( 103, 10 ) ; 65cdf0e10cSrcweir Text [ en-US ] = "~Capital words" ; 66cdf0e10cSrcweir TabStop = TRUE ; 67cdf0e10cSrcweir }; 68cdf0e10cSrcweir CheckBox BTN_NUMS 69cdf0e10cSrcweir { 70*943347cdSmseidel HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_NUMS" ; 71*943347cdSmseidel Pos = MAP_APPFONT ( 12, 95 ) ; 72*943347cdSmseidel Size = MAP_APPFONT ( 103, 10 ) ; 73cdf0e10cSrcweir Text [ en-US ] = "~Words with numbers " ; 74cdf0e10cSrcweir TabStop = TRUE ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir CheckBox BTN_UPLOW 77cdf0e10cSrcweir { 78*943347cdSmseidel HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_UPLOW" ; 79*943347cdSmseidel Pos = MAP_APPFONT ( 12, 108 ) ; 80*943347cdSmseidel Size = MAP_APPFONT ( 103, 10 ) ; 81cdf0e10cSrcweir Text [ en-US ] = "~Case sensitive " ; 82cdf0e10cSrcweir TabStop = TRUE ; 83cdf0e10cSrcweir }; 84*943347cdSmseidel FixedLine GB_AUDIT 85cdf0e10cSrcweir { 86*943347cdSmseidel Pos = MAP_APPFONT ( 6, 71 ) ; 87*943347cdSmseidel Size = MAP_APPFONT ( 115, 53 ) ; 88cdf0e10cSrcweir Text [ en-US ] = "Check" ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir}; 91cdf0e10cSrcweir 92*943347cdSmseidel// ********************************************************************** EOF 93