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