10e2af6afSAndrew Rist/**************************************************************
2*3776b56bSmseidel *
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*3776b56bSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*3776b56bSmseidel *
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*3776b56bSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*3776b56bSmseidel
24cdf0e10cSrcweir#include <cuires.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef SVX_HANGUL_HANJA_DLG_HRC
28cdf0e10cSrcweir#include "hangulhanjadlg.hrc"
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweirModalDialog RID_SVX_MDLG_HANGULHANJA
32cdf0e10cSrcweir{
33*3776b56bSmseidel	HelpId = HID_DIALOG_HANGULHANJA ;
34*3776b56bSmseidel	Size = MAP_APPFONT ( 302, 175 ) ;
35*3776b56bSmseidel	OutputSize = TRUE ;
36cdf0e10cSrcweir	Closeable = TRUE ;
37cdf0e10cSrcweir	Moveable = TRUE ;
38*3776b56bSmseidel	SVLook = TRUE ;
39cdf0e10cSrcweir
40*3776b56bSmseidel	Text [ en-US ] = "Hangul/Hanja Conversion" ;
41cdf0e10cSrcweir
42cdf0e10cSrcweir	PushButton PB_FIND
43cdf0e10cSrcweir	{
44*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA:PB_FIND" ;
45*3776b56bSmseidel		Pos = MAP_APPFONT ( 207, 23 ) ;
46*3776b56bSmseidel		Size = MAP_APPFONT ( 30, 14 ) ;
47cdf0e10cSrcweir
48*3776b56bSmseidel		Text [ en-US ] = "~Find" ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir
51cdf0e10cSrcweir	Control CTL_SUGGESTIONS
52cdf0e10cSrcweir	{
53*3776b56bSmseidel		Pos = MAP_APPFONT ( 51, 46 ) ;
54*3776b56bSmseidel		Size = MAP_APPFONT ( 186, 30 ) ;
55cdf0e10cSrcweir		TabStop = TRUE ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir
58cdf0e10cSrcweir	FixedText FT_FORMAT
59cdf0e10cSrcweir	{
60*3776b56bSmseidel		Pos = MAP_APPFONT ( 6, 81 ) ;
61*3776b56bSmseidel		Size = MAP_APPFONT ( 42, 8 ) ;
62cdf0e10cSrcweir
63*3776b56bSmseidel		Text [ en-US ] = "Format" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir
66cdf0e10cSrcweir	RadioButton RB_SIMPLE_CONVERSION
67cdf0e10cSrcweir	{
68*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_SIMPLE_CONVERSION" ;
69*3776b56bSmseidel		Pos = MAP_APPFONT ( 51, 81 ) ;
70*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
71cdf0e10cSrcweir
72*3776b56bSmseidel		Group = TRUE ;
73cdf0e10cSrcweir
74*3776b56bSmseidel		Text [ en-US ] = "~Hangul/Hanja" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir
77cdf0e10cSrcweir	RadioButton RB_HANJA_HANGUL_BRACKETED
78cdf0e10cSrcweir	{
79*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANJA_HANGUL_BRACKETED" ;
80*3776b56bSmseidel		Pos = MAP_APPFONT ( 114, 81 ) ;
81*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
82cdf0e10cSrcweir
83*3776b56bSmseidel		Text [ en-US ] = "Hanja (Han~gul)" ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir
86cdf0e10cSrcweir	RadioButton RB_HANGUL_HANJA_BRACKETED
87cdf0e10cSrcweir	{
88*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANGUL_HANJA_BRACKETED" ;
89*3776b56bSmseidel		Pos = MAP_APPFONT ( 177, 81 ) ;
90*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
91cdf0e10cSrcweir
92*3776b56bSmseidel		Text [ en-US ] = "Hang~ul (Hanja)" ;
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir
95cdf0e10cSrcweir	RadioButton RB_HANGUL_HANJA_ABOVE
96cdf0e10cSrcweir	{
97*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANGUL_HANJA_ABOVE" ;
98*3776b56bSmseidel		Pos = MAP_APPFONT ( 51, 95 ) ;
99*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 16 ) ;
100cdf0e10cSrcweir
101cdf0e10cSrcweir		// this is the _primary_ text
102*3776b56bSmseidel		Text [ en-US ] = "Hangu~l" ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir
105cdf0e10cSrcweir	RadioButton RB_HANGUL_HANJA_BELOW
106cdf0e10cSrcweir	{
107*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANGUL_HANJA_BELOW" ;
108*3776b56bSmseidel		Pos = MAP_APPFONT ( 114, 95 ) ;
109*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 16 ) ;
110cdf0e10cSrcweir
111cdf0e10cSrcweir		// this is the _primary_ text
112*3776b56bSmseidel		Text [ en-US ] = "Hang~ul" ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir
115cdf0e10cSrcweir	RadioButton RB_HANJA_HANGUL_ABOVE
116cdf0e10cSrcweir	{
117*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANJA_HANGUL_ABOVE" ;
118*3776b56bSmseidel		Pos = MAP_APPFONT ( 56, 114 ) ;
119*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 16 ) ;
120cdf0e10cSrcweir
121cdf0e10cSrcweir		// this is the _primary_ text
122*3776b56bSmseidel		Text [ en-US ] = "Han~ja" ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir
125cdf0e10cSrcweir	RadioButton RB_HANJA_HANGUL_BELOW
126cdf0e10cSrcweir	{
127*3776b56bSmseidel		HelpID = "cui:RadioButton:RID_SVX_MDLG_HANGULHANJA:RB_HANJA_HANGUL_BELOW" ;
128*3776b56bSmseidel		Pos = MAP_APPFONT ( 114, 114 ) ;
129*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 16 ) ;
130cdf0e10cSrcweir
131cdf0e10cSrcweir		// this is the _primary_ text
132*3776b56bSmseidel		Text [ en-US ] = "Ha~nja" ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir
135cdf0e10cSrcweir	FixedText FT_CONVERSION
136cdf0e10cSrcweir	{
137*3776b56bSmseidel		Pos = MAP_APPFONT ( 6, 134 ) ;
138*3776b56bSmseidel		Size = MAP_APPFONT ( 42, 8 ) ;
139cdf0e10cSrcweir
140*3776b56bSmseidel		Text [ en-US ] = "Conversion" ;
141cdf0e10cSrcweir	};
142cdf0e10cSrcweir
143cdf0e10cSrcweir	CheckBox CB_HANGUL_ONLY
144cdf0e10cSrcweir	{
145*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA:CB_HANGUL_ONLY" ;
146*3776b56bSmseidel		Pos = MAP_APPFONT ( 51, 134 ) ;
147*3776b56bSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
148cdf0e10cSrcweir
149*3776b56bSmseidel		Text [ en-US ] = "Hangul ~only" ;
150cdf0e10cSrcweir	};
151cdf0e10cSrcweir
152cdf0e10cSrcweir	CheckBox CB_HANJA_ONLY
153cdf0e10cSrcweir	{
154*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA:CB_HANJA_ONLY" ;
155*3776b56bSmseidel		Pos = MAP_APPFONT ( 114, 134 ) ;
156*3776b56bSmseidel		Size = MAP_APPFONT ( 55, 8 ) ;
157cdf0e10cSrcweir
158*3776b56bSmseidel		Text [ en-US ] = "Hanja onl~y" ;
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir
161cdf0e10cSrcweir	// this element is only for determining where our radio button group ends (in both directions)
162cdf0e10cSrcweir	FixedText FT_RESIZE_ANCHOR
163cdf0e10cSrcweir	{
164*3776b56bSmseidel		Pos = MAP_APPFONT ( 241, 133 ) ;
165cdf0e10cSrcweir	};
166cdf0e10cSrcweir
167cdf0e10cSrcweir	CheckBox CB_REPLACE_BY_CHARACTER
168cdf0e10cSrcweir	{
169*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA:CB_REPLACE_BY_CHARACTER" ;
170*3776b56bSmseidel		Pos = MAP_APPFONT ( 241, 81 ) ;
171*3776b56bSmseidel		Size = MAP_APPFONT ( 55, 24 ) ;
172cdf0e10cSrcweir
173*3776b56bSmseidel		WordBreak = TRUE ;
174cdf0e10cSrcweir
175*3776b56bSmseidel		Text [ en-US ] = "Replace b~y character" ;
176cdf0e10cSrcweir	};
177cdf0e10cSrcweir
178cdf0e10cSrcweir	String STR_HANGUL
179cdf0e10cSrcweir	{
180*3776b56bSmseidel		Text [ en-US ] = "Hangul" ;
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir
183cdf0e10cSrcweir	String STR_HANJA
184cdf0e10cSrcweir	{
185*3776b56bSmseidel		Text [ en-US ] = "Hanja" ;
186cdf0e10cSrcweir	};
187cdf0e10cSrcweir};
188cdf0e10cSrcweir
189cdf0e10cSrcweirModalDialog RID_SVX_MDLG_HANGULHANJA_OPT
190cdf0e10cSrcweir{
191cdf0e10cSrcweir	OutputSize = TRUE ;
192cdf0e10cSrcweir	Hide = TRUE ;
193cdf0e10cSrcweir	SVLook = TRUE ;
194*3776b56bSmseidel	HelpId = HID_HANGULHANJA_OPT_DLG ;
195*3776b56bSmseidel	Pos = MAP_APPFONT ( 0, 0 ) ;
196*3776b56bSmseidel	Size = MAP_APPFONT ( HHO_DLGWIDTH, HHx_DLGHIGHT ) ;
197cdf0e10cSrcweir	Text [ en-US ] = "Hangul/Hanja Options" ;
198cdf0e10cSrcweir	Moveable = TRUE ;
199cdf0e10cSrcweir	Closeable = TRUE ;
200*3776b56bSmseidel
201*3776b56bSmseidel	FixedText FT_USERDEFDICT
202cdf0e10cSrcweir	{
203*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_1, HHO_ROW_1 ) ;
204*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_2 - HHO_COL_1, 8 ) ;
205*3776b56bSmseidel		Text [ en-US ] = "User-defined dictionaries" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	Control LB_DICTS
208cdf0e10cSrcweir	{
209*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_1, HHO_ROW_2 ) ;
210*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_2 - HHO_COL_1, HHO_ROW_7 - HHO_ROW_2 ) ;
211*3776b56bSmseidel		HelpId = HID_HANGULHANJA_OPT_DICTS_LB ;
212*3776b56bSmseidel		TabStop = TRUE ;
213*3776b56bSmseidel		Border = TRUE ;
214cdf0e10cSrcweir	};
215*3776b56bSmseidel	FixedLine FL_OPTIONS
216cdf0e10cSrcweir	{
217*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_1, HHO_ROW_8 ) ;
218*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_4 - HHO_COL_1, 8 ) ;
219*3776b56bSmseidel		Text [ en-US ] = "Options" ;
220cdf0e10cSrcweir	};
221cdf0e10cSrcweir	CheckBox CB_IGNOREPOST
222cdf0e10cSrcweir	{
223*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_IGNOREPOST" ;
224cdf0e10cSrcweir		Pos = MAP_APPFONT ( HHO_COL_1a, HHO_ROW_9 ) ;
225*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_1a, 12 ) ;
226*3776b56bSmseidel		Text [ en-US ] = "Ignore post-positional word" ;
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir	CheckBox CB_SHOWRECENTLYFIRST
229cdf0e10cSrcweir	{
230*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_SHOWRECENTLYFIRST" ;
231cdf0e10cSrcweir		Pos = MAP_APPFONT ( HHO_COL_1a, HHO_ROW_11 ) ;
232*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_1a, 12 ) ;
233*3776b56bSmseidel		Text [ en-US ] = "Show recently used entries first" ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir	CheckBox CB_AUTOREPLACEUNIQUE
236cdf0e10cSrcweir	{
237*3776b56bSmseidel		HelpID = "cui:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOREPLACEUNIQUE" ;
238cdf0e10cSrcweir		Pos = MAP_APPFONT ( HHO_COL_1a, HHO_ROW_12 ) ;
239*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_1a, 12 ) ;
240*3776b56bSmseidel		Text [ en-US ] = "Replace all unique entries automatically" ;
241cdf0e10cSrcweir	};
242cdf0e10cSrcweir	PushButton PB_HHO_NEW
243cdf0e10cSrcweir	{
244*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_NEW" ;
245*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_3, HHO_ROW_2 ) ;
246*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_4 - HHO_COL_3, 14 ) ;
247*3776b56bSmseidel		Text [ en-US ] = "New..." ;
248cdf0e10cSrcweir	};
249cdf0e10cSrcweir	PushButton PB_HHO_EDIT
250cdf0e10cSrcweir	{
251*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_EDIT" ;
252*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_3, HHO_ROW_4 ) ;
253*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_4 - HHO_COL_3, 14 ) ;
254*3776b56bSmseidel		Text [ en-US ] = "Edit..." ;
255cdf0e10cSrcweir	};
256cdf0e10cSrcweir	PushButton PB_HHO_DELETE
257cdf0e10cSrcweir	{
258*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_DELETE" ;
259*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_3, HHO_ROW_6 ) ;
260*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_4 - HHO_COL_3, 14 ) ;
261*3776b56bSmseidel		Text [ en-US ] = "Delete" ;
262cdf0e10cSrcweir	};
263cdf0e10cSrcweir	OKButton PB_HHO_OK
264cdf0e10cSrcweir	{
265*3776b56bSmseidel		DefButton = TRUE ;
266*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_5, HHO_ROW_a1 ) ;
267*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_5, 14 ) ;
268cdf0e10cSrcweir	};
269cdf0e10cSrcweir	CancelButton PB_HHO_CANCEL
270cdf0e10cSrcweir	{
271*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_5, HHO_ROW_a3 ) ;
272*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_5, 14 ) ;
273cdf0e10cSrcweir	};
274cdf0e10cSrcweir	HelpButton PB_HHO_HELP
275cdf0e10cSrcweir	{
276*3776b56bSmseidel		Pos = MAP_APPFONT ( HHO_COL_5, HHO_ROW_a5 ) ;
277*3776b56bSmseidel		Size = MAP_APPFONT ( HHO_COL_6 - HHO_COL_5, 14 ) ;
278cdf0e10cSrcweir	};
279cdf0e10cSrcweir
280cdf0e10cSrcweir};
281cdf0e10cSrcweir
282cdf0e10cSrcweir
283cdf0e10cSrcweirModalDialog RID_SVX_MDLG_HANGULHANJA_NEWDICT
284cdf0e10cSrcweir{
285*3776b56bSmseidel	HelpId = HID_HANGULHANJA_NEWDICT_DLG ;
286cdf0e10cSrcweir	OutputSize = TRUE ;
287cdf0e10cSrcweir	SVLook = TRUE ;
288*3776b56bSmseidel	Size = MAP_APPFONT ( 213, 66 ) ;
289cdf0e10cSrcweir	Moveable = TRUE ;
290cdf0e10cSrcweir
291cdf0e10cSrcweir	Text [ en-US ] = "New Dictionary" ;
292cdf0e10cSrcweir
293cdf0e10cSrcweir	FixedLine FL_NEWDICT
294cdf0e10cSrcweir	{
295*3776b56bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
296*3776b56bSmseidel		Size = MAP_APPFONT ( 145, 8 ) ;
297cdf0e10cSrcweir		Text [ en-US ] = "Dictionary" ;
298cdf0e10cSrcweir	};
299cdf0e10cSrcweir	FixedText FT_DICTNAME
300cdf0e10cSrcweir	{
301*3776b56bSmseidel		Pos = MAP_APPFONT ( 11, 15 ) ;
302*3776b56bSmseidel		Size = MAP_APPFONT ( 40, 10 ) ;
303cdf0e10cSrcweir		LeftLabel = TRUE ;
304cdf0e10cSrcweir		Text [ en-US ] = "~Name" ;
305cdf0e10cSrcweir	};
306cdf0e10cSrcweir	Edit ED_DICTNAME
307cdf0e10cSrcweir	{
308*3776b56bSmseidel		HelpID = "cui:Edit:RID_SVX_MDLG_HANGULHANJA_NEWDICT:ED_DICTNAME" ;
309cdf0e10cSrcweir		Border = TRUE ;
310*3776b56bSmseidel		Pos = MAP_APPFONT ( 55, 14 ) ;
311*3776b56bSmseidel		Size = MAP_APPFONT ( 90, 12 ) ;
312cdf0e10cSrcweir		MaxTextLength = 32 ;
313cdf0e10cSrcweir	};
314cdf0e10cSrcweir	OKButton PB_NEWDICT_OK
315cdf0e10cSrcweir	{
316*3776b56bSmseidel		Pos = MAP_APPFONT ( 157, 6 ) ;
317*3776b56bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
318cdf0e10cSrcweir		Disable = TRUE ;
319cdf0e10cSrcweir		DefButton = TRUE ;
320cdf0e10cSrcweir	};
321cdf0e10cSrcweir	CancelButton PB_NEWDICT_ESC
322cdf0e10cSrcweir	{
323*3776b56bSmseidel		Pos = MAP_APPFONT ( 157, 23 ) ;
324*3776b56bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
325cdf0e10cSrcweir	};
326cdf0e10cSrcweir	HelpButton PB_NEWDICT_HLP
327cdf0e10cSrcweir	{
328*3776b56bSmseidel		Pos = MAP_APPFONT ( 157, 43 ) ;
329*3776b56bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
330cdf0e10cSrcweir	};
331cdf0e10cSrcweir};
332cdf0e10cSrcweir
333cdf0e10cSrcweir
334cdf0e10cSrcweirModalDialog RID_SVX_MDLG_HANGULHANJA_EDIT
335cdf0e10cSrcweir{
336cdf0e10cSrcweir	OutputSize = TRUE ;
337cdf0e10cSrcweir	Hide = TRUE ;
338cdf0e10cSrcweir	SVLook = TRUE ;
339*3776b56bSmseidel	HelpId = HID_HANGULHANJA_EDIT_DLG ;
340*3776b56bSmseidel	Pos = MAP_APPFONT ( 0, 0 ) ;
341*3776b56bSmseidel	Size = MAP_APPFONT ( HHE_DLGWIDTH, HHx_DLGHIGHT ) ;
342cdf0e10cSrcweir	Text [ en-US ] = "Edit Custom Dictionary" ;
343cdf0e10cSrcweir	Moveable = TRUE ;
344cdf0e10cSrcweir	Closeable = TRUE ;
345*3776b56bSmseidel
346cdf0e10cSrcweir	String STR_EDITHINT
347cdf0e10cSrcweir	{
348*3776b56bSmseidel		Text [ en-US ] = "[Enter text here]" ;
349cdf0e10cSrcweir	};
350*3776b56bSmseidel	FixedText FT_BOOK
351cdf0e10cSrcweir	{
352*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_2 ) ;
353*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_2 - HHE_COL_1, 8 ) ;
354*3776b56bSmseidel		Text [ en-US ] = "Book" ;
355cdf0e10cSrcweir	};
356cdf0e10cSrcweir	ListBox LB_BOOK
357cdf0e10cSrcweir	{
358*3776b56bSmseidel		HelpID = "cui:ListBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_BOOK" ;
359*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_3, HHE_ROW_1 ) ;
360*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_4 - HHE_COL_3, 60 ) ;
361*3776b56bSmseidel		DropDown = TRUE ;
362*3776b56bSmseidel		Border = TRUE ;
363cdf0e10cSrcweir	};
364*3776b56bSmseidel	FixedText FT_ORIGINAL
365cdf0e10cSrcweir	{
366*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_4 ) ;
367*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_4 - HHE_COL_1, 8 ) ;
368*3776b56bSmseidel		Text [ en-US ] = "Original" ;
369cdf0e10cSrcweir	};
370cdf0e10cSrcweir	ComboBox LB_ORIGINAL
371cdf0e10cSrcweir	{
372*3776b56bSmseidel		HelpID = "cui:ComboBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_ORIGINAL" ;
373*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_5 ) ;
374*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_4 - HHE_COL_1, 60 ) ;
375*3776b56bSmseidel		DropDown = TRUE ;
376*3776b56bSmseidel		Border = TRUE ;
377cdf0e10cSrcweir	};
378*3776b56bSmseidel	FixedText FT_SUGGESTIONS
379cdf0e10cSrcweir	{
380*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_10 ) ;
381*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_4 - HHE_COL_1, 8 ) ;
382*3776b56bSmseidel		Text [ en-US ] = "Suggestions (max. 8)" ;
383cdf0e10cSrcweir	};
384*3776b56bSmseidel	Edit ED_1
385cdf0e10cSrcweir	{
386*3776b56bSmseidel		HelpID = "cui:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_1" ;
387*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_11 ) ;
388*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_3_1 - HHE_COL_1, 12 ) ;
389*3776b56bSmseidel		Hide = FALSE ;
390*3776b56bSmseidel		Border = TRUE ;
391cdf0e10cSrcweir	};
392*3776b56bSmseidel	Edit ED_2
393cdf0e10cSrcweir	{
394*3776b56bSmseidel		HelpID = "cui:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_2" ;
395*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_11 + 12 ) ;
396*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_3_1 - HHE_COL_1, 12 ) ;
397*3776b56bSmseidel		Hide = FALSE ;
398*3776b56bSmseidel		Border = TRUE ;
399cdf0e10cSrcweir	};
400*3776b56bSmseidel	Edit ED_3
401cdf0e10cSrcweir	{
402*3776b56bSmseidel		HelpID = "cui:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_3" ;
403*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_11 + 24 ) ;
404*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_3_1 - HHE_COL_1, 12 ) ;
405*3776b56bSmseidel		Hide = FALSE ;
406*3776b56bSmseidel		Border = TRUE ;
407cdf0e10cSrcweir	};
408*3776b56bSmseidel	Edit ED_4
409cdf0e10cSrcweir	{
410*3776b56bSmseidel		HelpID = "cui:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_4" ;
411*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_1, HHE_ROW_11 + 36 ) ;
412*3776b56bSmseidel		Size = MAP_APPFONT ( HHE_COL_3_1 - HHE_COL_1, 12 ) ;
413*3776b56bSmseidel		Hide = FALSE ;
414*3776b56bSmseidel		Border = TRUE ;
415cdf0e10cSrcweir	};
416cdf0e10cSrcweir	ScrollBar SB_SCROLL
417cdf0e10cSrcweir	{
418*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_3_2, HHE_ROW_11 ) ;
419*3776b56bSmseidel		Size = MAP_APPFONT ( RSC_CD_VSCRLWIDTH, HHE_ROW_12 - HHE_ROW_11 ) ; // height = 48
420cdf0e10cSrcweir		VScroll = TRUE ;
421cdf0e10cSrcweir		Drag = TRUE ;
422cdf0e10cSrcweir	};
423cdf0e10cSrcweir	PushButton PB_HHE_NEW
424cdf0e10cSrcweir	{
425*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_NEW" ;
426*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_5, HHE_ROW_a1 ) ;
427*3776b56bSmseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
428*3776b56bSmseidel		Text [ en-US ] = "New" ;
429cdf0e10cSrcweir	};
430cdf0e10cSrcweir	PushButton PB_HHE_DELETE
431cdf0e10cSrcweir	{
432*3776b56bSmseidel		HelpID = "cui:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_DELETE" ;
433*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_5, HHE_ROW_a3 ) ;
434*3776b56bSmseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
435*3776b56bSmseidel		Text [ en-US ] = "Delete" ;
436cdf0e10cSrcweir	};
437cdf0e10cSrcweir	HelpButton PB_HHE_HELP
438cdf0e10cSrcweir	{
439*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_3_0, HHE_ROW_13 ) ;
440*3776b56bSmseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
441cdf0e10cSrcweir	};
442cdf0e10cSrcweir	CancelButton PB_HHE_CLOSE
443cdf0e10cSrcweir	{
444*3776b56bSmseidel		Pos = MAP_APPFONT ( HHE_COL_5, HHE_ROW_13 ) ;
445*3776b56bSmseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
446*3776b56bSmseidel		Text [ en-US ] = "Close" ;
447cdf0e10cSrcweir	};
448cdf0e10cSrcweir};
449cdf0e10cSrcweir
450*3776b56bSmseidel// ********************************************************************** EOF
451