Update ooo320-m1
[ooovba.git] / svx / source / dialog / hyphen.src
blobde3caed135e6a5f658ab909cc5633dcba6edda66
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: hyphen.src,v $
10  * $Revision: 1.24 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "helpid.hrc"
32 #include <svx/dialogs.hrc>
33 #include "hyphen.hrc"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXDLG_HYPHENATE --------------------------------------------------
37 ModalDialog RID_SVXDLG_HYPHENATE
39     HelpId = HID_HYPHENATE ;
40     Size = MAP_APPFONT ( 188 , 100 ) ;
41     OutputSize = TRUE ;
42     SvLook = TRUE ;
43     Text [ en-US ] = "Hyphenation" ;
44     Moveable = TRUE ;
45     Edit ED_WORD
46     {
47         BORDER = TRUE ;
48         Pos = MAP_APPFONT ( 6 , 17 ) ;
49         Size = MAP_APPFONT ( 120 , 12 ) ;
50         TABSTOP = TRUE ;
51         LEFT = TRUE ;
52     };
53     ImageButton BTN_LEFT
54     {
55         Pos = MAP_APPFONT ( 6 , 33 ) ;
56         Size = MAP_APPFONT ( 14 , 14 ) ;
57         TABSTOP = TRUE ;
58         SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
59     };
60     ImageButton BTN_RIGHT
61     {
62         Pos = MAP_APPFONT ( 22 , 33 ) ;
63         Size = MAP_APPFONT ( 14 , 14 ) ;
64         TABSTOP = TRUE ;
65         Symbol = IMAGEBUTTON_ARROW_RIGHT ;
66     };
67     FixedText FT_WORD
68     {
69         Pos = MAP_APPFONT ( 6 , 6 ) ;
70         Size = MAP_APPFONT ( 120 , 8 ) ;
71         Text [ en-US ] = "~Word" ;
72     };
73     PushButton BTN_HYPH_CONTINUE
74     {
75         Pos = MAP_APPFONT ( 132 , 43 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         Text [ en-US ] = "~Next" ;
78         TABSTOP = TRUE ;
79     };
80     PushButton BTN_HYPH_DELETE
81     {
82         Pos = MAP_APPFONT ( 132 , 60 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         Text [ en-US ] = "~Remove" ;
85         TABSTOP = TRUE ;
86     };
87     OKButton BTN_HYPH_CUT
88     {
89         Pos = MAP_APPFONT ( 132 , 6 ) ;
90         Size = MAP_APPFONT ( 50 , 14 ) ;
91         Text [ en-US ] = "~Hyphenate" ;
92         TABSTOP = TRUE ;
93         DEFBUTTON = TRUE ;
94     };
95     CancelButton BTN_HYPH_CANCEL
96     {
97         Pos = MAP_APPFONT ( 132 , 23 ) ;
98         Size = MAP_APPFONT ( 50 , 14 ) ;
99         TABSTOP = TRUE ;
100     };
101     HelpButton BTN_HYPH_HELP
102     {
103         Pos = MAP_APPFONT ( 132 , 80 ) ;
104         Size = MAP_APPFONT ( 50 , 14 ) ;
105         TABSTOP = TRUE ;
106     };
108  // ******************************************************************* EOF