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