xref: /trunk/main/cui/source/dialogs/hyphen.src (revision b3897e6aa10c44e4a3a28a6e1f45e38816be3d7f)
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 "helpid.hrc"
24cdf0e10cSrcweir#include "cuires.hrc"
25cdf0e10cSrcweir#include "hyphen.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirString RID_SVXSTR_HMERR_CHECKINSTALL
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    Text [ en-US ] = "is not available for spellchecking\nPlease check your installation and install the desired language\n" ;
30cdf0e10cSrcweir};
31cdf0e10cSrcweir
32cdf0e10cSrcweir// RID_SVXDLG_HYPHENATE --------------------------------------------------
33cdf0e10cSrcweirModalDialog RID_SVXDLG_HYPHENATE
34cdf0e10cSrcweir{
35cdf0e10cSrcweir    HelpId = HID_HYPHENATE ;
36cdf0e10cSrcweir    Size = MAP_APPFONT ( 200, 111 ) ;
37cdf0e10cSrcweir    OutputSize = TRUE ;
38cdf0e10cSrcweir    SvLook = TRUE ;
39cdf0e10cSrcweir    Text [ en-US ] = "Hyphenation" ;
40cdf0e10cSrcweir    Moveable = TRUE ;
41cdf0e10cSrcweir
42cdf0e10cSrcweir    FixedText FT_WORD
43cdf0e10cSrcweir    {
44cdf0e10cSrcweir        Pos = MAP_APPFONT ( 5, 5 ) ;
45cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
46cdf0e10cSrcweir        Text [ en-US ] = "~Word" ;
47cdf0e10cSrcweir    };
48cdf0e10cSrcweir    Edit ED_WORD
49cdf0e10cSrcweir    {
50cdf0e10cSrcweir        HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD" ;
51*b3897e6aSmseidel        Border = TRUE ;
52cdf0e10cSrcweir        Pos = MAP_APPFONT ( 5, 17 ) ;
53cdf0e10cSrcweir        Size = MAP_APPFONT ( 132, 12 ) ;
54cdf0e10cSrcweir        TABSTOP = TRUE ;
55cdf0e10cSrcweir        LEFT = TRUE ;
56cdf0e10cSrcweir    };
57cdf0e10cSrcweir    ImageButton BTN_LEFT
58cdf0e10cSrcweir    {
59cdf0e10cSrcweir        HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT" ;
60cdf0e10cSrcweir        Pos = MAP_APPFONT ( 56, 33 ) ;
61cdf0e10cSrcweir        Size = MAP_APPFONT ( 14, 14 ) ;
62cdf0e10cSrcweir        TABSTOP = TRUE ;
63cdf0e10cSrcweir        SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
64cdf0e10cSrcweir    };
65cdf0e10cSrcweir    ImageButton BTN_RIGHT
66cdf0e10cSrcweir    {
67cdf0e10cSrcweir        HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT" ;
68cdf0e10cSrcweir        Pos = MAP_APPFONT ( 75, 33 ) ;
69cdf0e10cSrcweir        Size = MAP_APPFONT ( 14, 14 ) ;
70cdf0e10cSrcweir        TABSTOP = TRUE ;
71cdf0e10cSrcweir        Symbol = IMAGEBUTTON_ARROW_RIGHT ;
72cdf0e10cSrcweir    };
73cdf0e10cSrcweir    OKButton BTN_HYPH_CUT
74cdf0e10cSrcweir    {
75cdf0e10cSrcweir        Pos = MAP_APPFONT ( 144, 17 ) ;
76cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
77cdf0e10cSrcweir        Text [ en-US ] = "H~yphenate" ;
78cdf0e10cSrcweir        TABSTOP = TRUE ;
79cdf0e10cSrcweir        DEFBUTTON = TRUE ;
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir    PushButton BTN_HYPH_CONTINUE
82cdf0e10cSrcweir    {
83cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE" ;
84cdf0e10cSrcweir        Pos = MAP_APPFONT ( 144, 35 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
86cdf0e10cSrcweir        Text [ en-US ] = "~Skip" ;
87cdf0e10cSrcweir        TABSTOP = TRUE ;
88cdf0e10cSrcweir    };
89cdf0e10cSrcweir    PushButton BTN_HYPH_DELETE
90cdf0e10cSrcweir    {
91cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE" ;
92cdf0e10cSrcweir        Pos = MAP_APPFONT ( 144, 52 ) ;
93cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
94cdf0e10cSrcweir        Text [ en-US ] = "~Remove" ;
95cdf0e10cSrcweir        TABSTOP = TRUE ;
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    FixedLine FL_BOTTOM
98cdf0e10cSrcweir    {
99cdf0e10cSrcweir        Pos = MAP_APPFONT ( 0, 81 ) ;
100cdf0e10cSrcweir        Size = MAP_APPFONT ( 200, 8 ) ;
101cdf0e10cSrcweir    };
102cdf0e10cSrcweir    HelpButton BTN_HYPH_HELP
103cdf0e10cSrcweir    {
104cdf0e10cSrcweir        Pos = MAP_APPFONT ( 5, 93 ) ;
105cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
106cdf0e10cSrcweir        TABSTOP = TRUE ;
107cdf0e10cSrcweir    };
108cdf0e10cSrcweir    PushButton BTN_HYPH_ALL
109cdf0e10cSrcweir    {
110cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL" ;
111cdf0e10cSrcweir        Pos = MAP_APPFONT ( 63, 93 ) ;
112cdf0e10cSrcweir        Size = MAP_APPFONT ( 74, 14 ) ;
113cdf0e10cSrcweir        Text [ en-US ] = "Hyphenate ~All" ;
114cdf0e10cSrcweir        TABSTOP = TRUE ;
115cdf0e10cSrcweir    };
116cdf0e10cSrcweir    CancelButton BTN_HYPH_CANCEL
117cdf0e10cSrcweir    {
118cdf0e10cSrcweir        Pos = MAP_APPFONT ( 144, 93 ) ;
119cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
120cdf0e10cSrcweir        Text [ en-US ] = "~Close" ;
121cdf0e10cSrcweir        TABSTOP = TRUE ;
122cdf0e10cSrcweir    };
123cdf0e10cSrcweir};
124cdf0e10cSrcweir
125034ae911Smseidel// ********************************************************************** EOF
126