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