1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include <cuires.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include "hangulhanjadlg.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweirWindow RID_SVX_WND_COMMON_LINGU
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	DialogControl = TRUE;	// we want to tab out of this
31cdf0e10cSrcweir	Hide = TRUE;
32cdf0e10cSrcweir
33cdf0e10cSrcweir	FixedText FT_WORD
34cdf0e10cSrcweir	{
35cdf0e10cSrcweir		Pos = MAP_APPFONT( 6,  9 );
36cdf0e10cSrcweir		Size = MAP_APPFONT( 42, 10 );
37cdf0e10cSrcweir		Text [ en-US ] = "Origi~nal";
38cdf0e10cSrcweir	};
39cdf0e10cSrcweir	Control FT_AKTWORD
40cdf0e10cSrcweir	{
41cdf0e10cSrcweir		HelpId=HID_SPELLDLG_SETWORD;
42cdf0e10cSrcweir		Pos = MAP_APPFONT( 51, 9 );
43cdf0e10cSrcweir        Size = MAP_APPFONT( 164, 10 );
44cdf0e10cSrcweir		Border =FALSE;
45cdf0e10cSrcweir		TabStop = TRUE;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir
48cdf0e10cSrcweir	FixedText FT_NEWWORD
49cdf0e10cSrcweir	{
50cdf0e10cSrcweir		Pos = MAP_APPFONT(  6, 25 );
51cdf0e10cSrcweir		Size = MAP_APPFONT( 42, 10 );
52cdf0e10cSrcweir		Text [ en-US ] = "~Word" ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir
55cdf0e10cSrcweir	Edit ED_NEWWORD
56cdf0e10cSrcweir	{
57cdf0e10cSrcweir		Pos = MAP_APPFONT( 51, 24 );
58cdf0e10cSrcweir        Size = MAP_APPFONT( 137, 12 );
59cdf0e10cSrcweir		Border = TRUE;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir
62cdf0e10cSrcweir	FixedText FT_SUGGESTION
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 48 );
65cdf0e10cSrcweir		Size = MAP_APPFONT( 42, 10 );
66cdf0e10cSrcweir		Text [ en-US ] = "~Suggestions" ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir
69cdf0e10cSrcweir	PushButton BTN_IGNORE
70cdf0e10cSrcweir	{
71cdf0e10cSrcweir        Pos = MAP_APPFONT( 224, 6 );
72cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
73cdf0e10cSrcweir		Text [ en-US ] = "~Ignore" ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir
76cdf0e10cSrcweir	PushButton BTN_IGNOREALL
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir        Pos = MAP_APPFONT( 224, 22 );
79cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
80cdf0e10cSrcweir		Text [ en-US ] = "Always I~gnore" ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir
83cdf0e10cSrcweir	PushButton BTN_CHANGE
84cdf0e10cSrcweir	{
85cdf0e10cSrcweir        Pos = MAP_APPFONT( 224, 40 );
86cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
87cdf0e10cSrcweir		Text [ en-US ] = "~Replace" ;
88cdf0e10cSrcweir		DefButton = TRUE ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir
91cdf0e10cSrcweir	PushButton BTN_CHANGEALL
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir        Pos = MAP_APPFONT( 224, 56 );
94cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
95cdf0e10cSrcweir		Text [ en-US ] = "Always R~eplace" ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir
98cdf0e10cSrcweir	PushButton BTN_OPTIONS
99cdf0e10cSrcweir	{
100cdf0e10cSrcweir        Pos = MAP_APPFONT( 224, 129 );
101cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
102cdf0e10cSrcweir		Hide = TRUE ;
103cdf0e10cSrcweir		Text [ en-US ] = "Options..." ;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir
106cdf0e10cSrcweir	FixedText FT_STATUS
107cdf0e10cSrcweir	{
108cdf0e10cSrcweir		Pos = MAP_APPFONT(  6, 155 );
109cdf0e10cSrcweir		Size = MAP_APPFONT( 130, 10 );
110cdf0e10cSrcweir	};
111cdf0e10cSrcweir
112cdf0e10cSrcweir	GroupBox GB_AUDIT
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		Pos = MAP_APPFONT( 1, 1 );
115cdf0e10cSrcweir        Size = MAP_APPFONT( 283, 148 );
116cdf0e10cSrcweir		Hide=TRUE;
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir
119cdf0e10cSrcweir	HelpButton BTN_SPL_HELP
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir        Pos = MAP_APPFONT( 160, 153 );
122cdf0e10cSrcweir		Size = MAP_APPFONT( 55, 14 );
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir
125cdf0e10cSrcweir	CancelButton BTN_SPL_CANCEL
126cdf0e10cSrcweir	{
127cdf0e10cSrcweir        Pos = MAP_APPFONT ( 224 , 153 ) ;
128cdf0e10cSrcweir		Size = MAP_APPFONT ( 55 , 14 ) ;
129cdf0e10cSrcweir		TabStop = TRUE ;
130cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150