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