1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: drpcps.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // #include *****************************************************************
32 #include "globals.hrc"
36 // TabDialog ****************************************************************
37 TabDialog DLG_DROPCAPS
41 Text [ en-US ] = "Drop Caps" ;
50 Identifier = TP_DROPCAPS ;
51 Text [ en-US ] = "Drop Caps" ;
52 PageResID = TP_DROPCAPS ;
57 // TabPage ******************************************************************
60 HelpID = HID_DROPCAPS ;
61 Size = MAP_APPFONT ( 260 , 185 ) ;
65 Pos = MAP_APPFONT ( 12 , 14 ) ;
66 Size = MAP_APPFONT ( 90 , 10 ) ;
67 Text [ en-US ] = "Display drop caps" ;
71 Pos = MAP_APPFONT ( 12 , 28 ) ;
72 Size = MAP_APPFONT ( 90 , 10 ) ;
73 Text [ en-US ] = "~Whole word" ;
77 Pos = MAP_APPFONT ( 12 , 44 ) ;
78 Size = MAP_APPFONT ( 70 , 8 ) ;
79 Text [ en-US ] = "Number of ~characters:" ;
81 NumericField FLD_DROPCAPS
89 Pos = MAP_APPFONT ( 89 , 42 ) ;
91 Size = MAP_APPFONT ( 36 , 12 ) ;
98 Pos = MAP_APPFONT ( 12 , 60 ) ;
99 Size = MAP_APPFONT ( 70 , 8 ) ;
100 Text [ en-US ] = "~Lines" ;
102 NumericField FLD_LINES
110 Pos = MAP_APPFONT ( 89 , 58 ) ;
112 Size = MAP_APPFONT ( 36 , 12 ) ;
116 FixedText TXT_DISTANCE
119 Pos = MAP_APPFONT ( 12 , 76 ) ;
120 Size = MAP_APPFONT ( 70 , 8 ) ;
121 Text [ en-US ] = "Space to text" ;
123 MetricField FLD_DISTANCE
132 Pos = MAP_APPFONT ( 89 , 74 ) ;
134 Size = MAP_APPFONT ( 36 , 12 ) ;
140 FixedLine FL_SETTINGS
142 Pos = MAP_APPFONT ( 6 , 3 ) ;
143 Size = MAP_APPFONT ( 125 , 8 ) ;
144 Text [ en-US ] = "Settings" ;
149 Pos = MAP_APPFONT ( 143 , 7 ) ;
150 Size = MAP_APPFONT ( 105 , 80 ) ;
155 Pos = MAP_APPFONT ( 12 , 102 ) ;
156 Size = MAP_APPFONT ( 125 , 8 ) ;
157 Text [ en-US ] = "~Text" ;
163 Pos = MAP_APPFONT ( 143 , 100 ) ;
164 Size = MAP_APPFONT ( 105 , 12 ) ;
168 FixedText TXT_TEMPLATE
171 Pos = MAP_APPFONT ( 12 , 118 ) ;
172 Size = MAP_APPFONT ( 125 , 8 ) ;
173 Text [ en-US ] = "Character St~yle" ;
179 Pos = MAP_APPFONT ( 143 , 116 ) ;
180 Size = MAP_APPFONT ( 105 , 61 ) ;
185 Pos = MAP_APPFONT ( 6 , 89 ) ;
186 Size = MAP_APPFONT ( 248 , 8 ) ;
187 Text [ en-US ] = "Contents" ;
190 // ********************************************************************** EOF