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