10e2af6afSAndrew Rist/**************************************************************
2*b03844c4Smseidel *
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*b03844c4Smseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b03844c4Smseidel *
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*b03844c4Smseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*b03844c4Smseidel
24*b03844c4Smseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "hangulhanjadlg.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweirWindow RID_SVX_WND_COMMON_LINGU
30cdf0e10cSrcweir{
31*b03844c4Smseidel	DialogControl = TRUE ; // we want to tab out of this
32*b03844c4Smseidel	Hide = TRUE ;
33cdf0e10cSrcweir
34cdf0e10cSrcweir	FixedText FT_WORD
35cdf0e10cSrcweir	{
36*b03844c4Smseidel		Pos = MAP_APPFONT ( 6, 9 ) ;
37*b03844c4Smseidel		Size = MAP_APPFONT ( 42, 10 ) ;
38*b03844c4Smseidel		Text [ en-US ] = "Origi~nal" ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	Control FT_AKTWORD
41cdf0e10cSrcweir	{
42*b03844c4Smseidel		HelpId=HID_SPELLDLG_SETWORD ;
43*b03844c4Smseidel		Pos = MAP_APPFONT ( 51, 9 ) ;
44*b03844c4Smseidel		Size = MAP_APPFONT ( 164, 10 ) ;
45*b03844c4Smseidel		Border = FALSE ;
46*b03844c4Smseidel		TabStop = TRUE ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir
49cdf0e10cSrcweir	FixedText FT_NEWWORD
50cdf0e10cSrcweir	{
51*b03844c4Smseidel		Pos = MAP_APPFONT ( 6, 25 ) ;
52*b03844c4Smseidel		Size = MAP_APPFONT ( 42, 10 ) ;
53cdf0e10cSrcweir		Text [ en-US ] = "~Word" ;
54cdf0e10cSrcweir	};
55cdf0e10cSrcweir
56cdf0e10cSrcweir	Edit ED_NEWWORD
57cdf0e10cSrcweir	{
58*b03844c4Smseidel		Pos = MAP_APPFONT ( 51, 24 ) ;
59*b03844c4Smseidel		Size = MAP_APPFONT ( 137, 12 ) ;
60*b03844c4Smseidel		Border = TRUE ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir
63cdf0e10cSrcweir	FixedText FT_SUGGESTION
64cdf0e10cSrcweir	{
65*b03844c4Smseidel		Pos = MAP_APPFONT ( 6, 48 ) ;
66*b03844c4Smseidel		Size = MAP_APPFONT ( 42, 10 ) ;
67cdf0e10cSrcweir		Text [ en-US ] = "~Suggestions" ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir
70cdf0e10cSrcweir	PushButton BTN_IGNORE
71cdf0e10cSrcweir	{
72*b03844c4Smseidel		Pos = MAP_APPFONT ( 224, 6 ) ;
73*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
74cdf0e10cSrcweir		Text [ en-US ] = "~Ignore" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir
77cdf0e10cSrcweir	PushButton BTN_IGNOREALL
78cdf0e10cSrcweir	{
79*b03844c4Smseidel		Pos = MAP_APPFONT ( 224, 22 ) ;
80*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
81cdf0e10cSrcweir		Text [ en-US ] = "Always I~gnore" ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir
84cdf0e10cSrcweir	PushButton BTN_CHANGE
85cdf0e10cSrcweir	{
86*b03844c4Smseidel		Pos = MAP_APPFONT ( 224, 40 ) ;
87*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
88cdf0e10cSrcweir		Text [ en-US ] = "~Replace" ;
89cdf0e10cSrcweir		DefButton = TRUE ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir
92cdf0e10cSrcweir	PushButton BTN_CHANGEALL
93cdf0e10cSrcweir	{
94*b03844c4Smseidel		Pos = MAP_APPFONT ( 224, 56 ) ;
95*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
96cdf0e10cSrcweir		Text [ en-US ] = "Always R~eplace" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir
99cdf0e10cSrcweir	PushButton BTN_OPTIONS
100cdf0e10cSrcweir	{
101*b03844c4Smseidel		Pos = MAP_APPFONT ( 224, 129 ) ;
102*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
103cdf0e10cSrcweir		Hide = TRUE ;
104cdf0e10cSrcweir		Text [ en-US ] = "Options..." ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir
107cdf0e10cSrcweir	FixedText FT_STATUS
108cdf0e10cSrcweir	{
109*b03844c4Smseidel		Pos = MAP_APPFONT ( 6, 155 ) ;
110*b03844c4Smseidel		Size = MAP_APPFONT ( 130, 10 ) ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir
113cdf0e10cSrcweir	GroupBox GB_AUDIT
114cdf0e10cSrcweir	{
115*b03844c4Smseidel		Pos = MAP_APPFONT ( 1, 1 ) ;
116*b03844c4Smseidel		Size = MAP_APPFONT ( 283, 148 ) ;
117*b03844c4Smseidel		Hide=TRUE ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir
120cdf0e10cSrcweir	HelpButton BTN_SPL_HELP
121cdf0e10cSrcweir	{
122*b03844c4Smseidel		Pos = MAP_APPFONT ( 160, 153 ) ;
123*b03844c4Smseidel		Size = MAP_APPFONT ( 55, 14 ) ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir
126cdf0e10cSrcweir	CancelButton BTN_SPL_CANCEL
127cdf0e10cSrcweir	{
128*b03844c4Smseidel		Pos = MAP_APPFONT ( 224 , 153 ) ;
129cdf0e10cSrcweir		Size = MAP_APPFONT ( 55 , 14 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir};
134cdf0e10cSrcweir
135*b03844c4Smseidel// ********************************************************************** EOF
136