xref: /trunk/main/cui/source/dialogs/SpellDialog.src (revision 943347cd)
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 <cuires.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "SpellDialog.hrc"
28*943347cdSmseidel// pragma ----------------------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_SVXDLG_SPELLCHECK -------------------------------------------------
31cdf0e10cSrcweir
32cdf0e10cSrcweirModelessDialog RID_SVXDLG_SPELLCHECK
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	HelpId = HID_SPELLCHECK ;
35*943347cdSmseidel	Size = MAP_APPFONT ( 270, 188 ) ;
36*943347cdSmseidel	OutputSize = TRUE ;
37cdf0e10cSrcweir	Closeable = TRUE ;
38*943347cdSmseidel	SVLook = TRUE ;
39*943347cdSmseidel	Hide = TRUE ;
40*943347cdSmseidel	Text [ en-US ] = "Spellcheck: " ;
41cdf0e10cSrcweir
42cdf0e10cSrcweir	Moveable = TRUE ;
43cdf0e10cSrcweir
44*943347cdSmseidel	FixedImage IMG_VENDOR
45*943347cdSmseidel	{
46*943347cdSmseidel		Pos = MAP_APPFONT ( 0, 0 ) ;
47*943347cdSmseidel		Size = MAP_APPFONT ( 270, 21 ) ;
48*943347cdSmseidel		Hide = TRUE ;
49*943347cdSmseidel	};
50cdf0e10cSrcweir
51*943347cdSmseidel	FixedText FT_LANGUAGE
52*943347cdSmseidel	{
53*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 8 ) ;
54*943347cdSmseidel		Size = MAP_APPFONT ( 100, 8 ) ;
55*943347cdSmseidel		Text [ en-US ] = "Text languag~e" ;
56*943347cdSmseidel	};
57*943347cdSmseidel	ListBox LB_LANGUAGE
58*943347cdSmseidel	{
59*943347cdSmseidel		HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_LANGUAGE" ;
60*943347cdSmseidel		Pos = MAP_APPFONT ( 110, 6 ) ;
61*943347cdSmseidel		Size = MAP_APPFONT ( 93, 55 ) ;
62*943347cdSmseidel		Border = TRUE ;
63*943347cdSmseidel		Sort = TRUE ;
64*943347cdSmseidel		DropDown = TRUE ;
65*943347cdSmseidel	};
66*943347cdSmseidel	FixedText FT_NOTINDICT
67*943347cdSmseidel	{
68*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 26 ) ;
69*943347cdSmseidel		Size = MAP_APPFONT ( 120, 8 ) ;
70*943347cdSmseidel		Text [ en-US ] = "~Not in dictionary" ;
71*943347cdSmseidel	};
72cdf0e10cSrcweir
73*943347cdSmseidel	MultiLineEdit ED_NEWWORD
74*943347cdSmseidel	{
75*943347cdSmseidel		HelpID = "cui:MultiLineEdit:RID_SVXDLG_SPELLCHECK:ED_NEWWORD" ;
76*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 37 ) ;
77*943347cdSmseidel		Size = MAP_APPFONT ( 197, 48 ) ;
78*943347cdSmseidel		Border = TRUE ;
79*943347cdSmseidel		VScroll = TRUE ;
80*943347cdSmseidel		IgnoreTab = TRUE ;
81*943347cdSmseidel	};
82cdf0e10cSrcweir
83*943347cdSmseidel	FixedText FT_SUGGESTION
84*943347cdSmseidel	{
85*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 88 ) ;
86*943347cdSmseidel		Size = MAP_APPFONT ( 120, 8 ) ;
87*943347cdSmseidel		Text [ en-US ] = "~Suggestions" ;
88*943347cdSmseidel	};
89*943347cdSmseidel	ListBox LB_SUGGESTION
90*943347cdSmseidel	{
91*943347cdSmseidel		HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_SUGGESTION" ;
92*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 99 ) ;
93*943347cdSmseidel		Size = MAP_APPFONT ( 197, 48 ) ;
94*943347cdSmseidel		Border = TRUE ;
95*943347cdSmseidel	};
96cdf0e10cSrcweir
97*943347cdSmseidel	CheckBox CB_CHECK_GRAMMAR
98*943347cdSmseidel	{
99*943347cdSmseidel		HelpID = "cui:CheckBox:RID_SVXDLG_SPELLCHECK:CB_CHECK_GRAMMAR" ;
100*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 153 ) ;
101*943347cdSmseidel		Size = MAP_APPFONT ( 100, 10 ) ;
102*943347cdSmseidel		Text [ en-US ] = "Check ~grammar" ;
103*943347cdSmseidel		Hide = TRUE ;
104*943347cdSmseidel	};
105cdf0e10cSrcweir
106*943347cdSmseidel	PushButton PB_IGNORE
107*943347cdSmseidel	{
108*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORE" ;
109*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 37 ) ;
110*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
111*943347cdSmseidel		Text [ en-US ] = "~Ignore Once" ;
112*943347cdSmseidel	};
113cdf0e10cSrcweir
114*943347cdSmseidel	PushButton PB_IGNOREALL
115*943347cdSmseidel	{
116*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNOREALL" ;
117*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 54 ) ;
118*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
119*943347cdSmseidel		Text [ en-US ] = "I~gnore All" ;
120*943347cdSmseidel	};
121*943347cdSmseidel	PushButton PB_IGNORERULE
122*943347cdSmseidel	{
123*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORERULE" ;
124*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 54 ) ;
125*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
126*943347cdSmseidel		Text [ en-US ] = "I~gnore Rule" ;
127*943347cdSmseidel		Hide = TRUE ;
128*943347cdSmseidel	};
129*943347cdSmseidel	MenuButton MB_ADDTODICT
130*943347cdSmseidel	{
131*943347cdSmseidel		HelpID = "cui:MenuButton:RID_SVXDLG_SPELLCHECK:MB_ADDTODICT" ;
132*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 71 ) ;
133*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
134*943347cdSmseidel		Text [ en-US ] = "~Add" ;
135*943347cdSmseidel	};
136cdf0e10cSrcweir
137*943347cdSmseidel	PushButton PB_CHANGE
138*943347cdSmseidel	{
139*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGE" ;
140*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 99 ) ;
141*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
142*943347cdSmseidel		Text [ en-US ] = "~Change" ;
143*943347cdSmseidel		DefButton = TRUE ;
144*943347cdSmseidel	};
145cdf0e10cSrcweir
146*943347cdSmseidel	PushButton PB_CHANGEALL
147*943347cdSmseidel	{
148*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGEALL" ;
149*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 117 ) ;
150*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
151*943347cdSmseidel		Text [ en-US ] = "Change A~ll" ;
152*943347cdSmseidel	};
153*943347cdSmseidel	PushButton PB_EXPLAIN
154*943347cdSmseidel	{
155*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_EXPLAIN" ;
156*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 117 ) ;
157*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
158*943347cdSmseidel		Hide = TRUE ;
159*943347cdSmseidel		Text [ en-US ] = "~Explain..." ;
160*943347cdSmseidel	};
161*943347cdSmseidel	PushButton PB_AUTOCORR
162*943347cdSmseidel	{
163*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_AUTOCORR" ;
164*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 134 ) ;
165*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
166*943347cdSmseidel		Text [ en-US ] = "AutoCor~rect" ;
167*943347cdSmseidel	};
168*943347cdSmseidel	GroupBox GB_BACKGROUND
169*943347cdSmseidel	{
170*943347cdSmseidel		Pos = MAP_APPFONT ( 1, 21 ) ;
171*943347cdSmseidel		Size = MAP_APPFONT ( 268, 146 ) ;
172*943347cdSmseidel		Hide = FALSE ;
173*943347cdSmseidel	};
174cdf0e10cSrcweir
175*943347cdSmseidel	HelpButton PB_HELP
176*943347cdSmseidel	{
177*943347cdSmseidel		Pos = MAP_APPFONT ( 6, 170 ) ;
178*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
179*943347cdSmseidel	};
180*943347cdSmseidel	PushButton PB_OPTIONS
181*943347cdSmseidel	{
182*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_OPTIONS" ;
183*943347cdSmseidel		Pos = MAP_APPFONT ( 87, 170 ) ;
184*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
185*943347cdSmseidel		Text [ en-US ] = "O~ptions..." ;
186*943347cdSmseidel	};
187*943347cdSmseidel	PushButton PB_UNDO
188*943347cdSmseidel	{
189*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_UNDO" ;
190*943347cdSmseidel		Pos = MAP_APPFONT ( 148, 170 ) ;
191*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
192*943347cdSmseidel		Text [ en-US ] = "~Undo" ;
193*943347cdSmseidel	};
194cdf0e10cSrcweir
195*943347cdSmseidel	PushButton PB_CLOSE
196*943347cdSmseidel	{
197*943347cdSmseidel		HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CLOSE" ;
198*943347cdSmseidel		Pos = MAP_APPFONT ( 209, 170 ) ;
199*943347cdSmseidel		Size = MAP_APPFONT ( 55, 14 ) ;
200*943347cdSmseidel		TabStop = TRUE ;
201*943347cdSmseidel		Text [ en-US ] = "Cl~ose" ;
202*943347cdSmseidel	};
203*943347cdSmseidel	String ST_RESUME
204*943347cdSmseidel	{
205*943347cdSmseidel		Text [ en-US ] = "Resu~me" ;
206*943347cdSmseidel	};
207*943347cdSmseidel	String ST_NOSUGGESTIONS
208*943347cdSmseidel	{
209*943347cdSmseidel		Text [en-US] = "(no suggestions)" ;
210*943347cdSmseidel	};
211*943347cdSmseidel	String ST_SPELLING
212*943347cdSmseidel	{
213*943347cdSmseidel		Text [ en-US ] = "Spelling: $LANGUAGE ($LOCATION)" ;
214*943347cdSmseidel	};
215*943347cdSmseidel	String ST_SPELLING_AND_GRAMMAR
216*943347cdSmseidel	{
217*943347cdSmseidel		Text [ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION)" ;
218*943347cdSmseidel	};
219*943347cdSmseidel	String ST_SPELLING_AND_GRAMMAR_VENDORNAME
220*943347cdSmseidel	{
221*943347cdSmseidel		Text [ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]" ;
222*943347cdSmseidel	};
223*943347cdSmseidel	Image IMG_DEFAULT_VENDOR
224*943347cdSmseidel	{
225*943347cdSmseidel		ImageBitmap = Bitmap {File = "vendor01.png" ;} ;
226*943347cdSmseidel	};
227*943347cdSmseidel	Image IMG_DEFAULT_VENDOR_HC
228*943347cdSmseidel	{
229*943347cdSmseidel		ImageBitmap = Bitmap {File = "vendor01h.png" ;} ;
230*943347cdSmseidel	};
231*943347cdSmseidel};
232cdf0e10cSrcweir
233*943347cdSmseidel// ********************************************************************** EOF
234