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