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: tabstpge.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 ************************************************************************/
30 // include ---------------------------------------------------------------
32 #include <svx/dialogs.hrc>
33 #include "tabstpge.hrc"
34 // pragma ----------------------------------------------------------------
36 // RID_SVXPAGE_TABULATOR -------------------------------------------------
37 TabPage RID_SVXPAGE_TABULATOR
39 HelpId = HID_TABULATOR ;
41 Text [ en-US ] = "Tabs" ;
42 Size = MAP_APPFONT ( 260 , 185 ) ;
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 48 , 8 ) ;
47 Text [ en-US ] = "Position" ;
51 Pos = MAP_APPFONT ( 12 , 14 ) ;
52 Size = MAP_APPFONT ( 39 , 165 ) ;
58 FixedLine FL_TABPOS_VERT
60 Pos = MAP_APPFONT ( 55 , 14 ) ;
61 Size = MAP_APPFONT ( 4 , 165 ) ;
66 Pos = MAP_APPFONT ( 60 , 3 ) ;
67 Size = MAP_APPFONT ( 138 , 8 ) ;
68 Text [ en-US ] = "Type" ;
70 RadioButton BTN_TABTYPE_LEFT
72 Pos = MAP_APPFONT ( 66 , 14 ) ;
73 Size = MAP_APPFONT ( 89 , 10 ) ;
74 Text [ en-US ] = "~Left" ;
79 Pos = MAP_APPFONT ( 157 , 14 ) ;
80 Size = MAP_APPFONT ( 7 , 10 ) ;
82 RadioButton BTN_TABTYPE_RIGHT
84 Pos = MAP_APPFONT ( 66 , 28 ) ;
85 Size = MAP_APPFONT ( 89 , 10 ) ;
86 Text [ en-US ] = "Righ~t" ;
90 Pos = MAP_APPFONT ( 157 , 28 ) ;
91 Size = MAP_APPFONT ( 7 , 10 ) ;
93 RadioButton BTN_TABTYPE_CENTER
95 Pos = MAP_APPFONT ( 66 , 42 ) ;
96 Size = MAP_APPFONT ( 89 , 10 ) ;
97 Text [ en-US ] = "C~entered" ;
101 Pos = MAP_APPFONT ( 157 , 42 ) ;
102 Size = MAP_APPFONT ( 7 , 10 ) ;
104 RadioButton BTN_TABTYPE_DECIMAL
106 Pos = MAP_APPFONT ( 66 , 56 ) ;
107 Size = MAP_APPFONT ( 89 , 10 ) ;
108 Text [ en-US ] = "Deci~mal" ;
110 Window WIN_TABDECIMAL
112 Pos = MAP_APPFONT ( 157 , 56 ) ;
113 Size = MAP_APPFONT ( 7 , 10 ) ;
115 FixedText FT_TABTYPE_DECCHAR
117 Pos = MAP_APPFONT ( 75 , 70 ) ;
118 Size = MAP_APPFONT ( 79 , 8 ) ;
119 Text [ en-US ] = "~Character" ;
121 Edit ED_TABTYPE_DECCHAR
124 Pos = MAP_APPFONT ( 156 , 68 ) ;
125 Size = MAP_APPFONT ( 9 , 12 ) ;
128 FixedLine FL_FILLCHAR
130 Pos = MAP_APPFONT ( 60 , 86 ) ;
131 Size = MAP_APPFONT ( 138 , 8 ) ;
132 Text [ en-US ] = "Fill character" ;
134 RadioButton BTN_FILLCHAR_NO
136 Pos = MAP_APPFONT ( 66 , 97 ) ;
137 Size = MAP_APPFONT ( 89 , 10 ) ;
138 Text [ en-US ] = "N~one" ;
141 RadioButton BTN_FILLCHAR_POINTS
143 Pos = MAP_APPFONT ( 66 , 111 ) ;
144 Size = MAP_APPFONT ( 89 , 10 ) ;
147 RadioButton BTN_FILLCHAR_DASHLINE
149 Pos = MAP_APPFONT ( 66 , 125 ) ;
150 Size = MAP_APPFONT ( 89 , 10 ) ;
153 RadioButton BTN_FILLCHAR_UNDERSCORE
155 Pos = MAP_APPFONT ( 66 , 139 ) ;
156 Size = MAP_APPFONT ( 89 , 10 ) ;
159 RadioButton BTN_FILLCHAR_OTHER
161 Pos = MAP_APPFONT ( 66 , 153 ) ;
162 Size = MAP_APPFONT ( 89 , 10 ) ;
163 Text [ en-US ] = "Character" ;
165 Edit ED_FILLCHAR_OTHER
168 Pos = MAP_APPFONT ( 156 , 151 ) ;
169 Size = MAP_APPFONT ( 9 , 12 ) ;
174 Pos = MAP_APPFONT ( 204 , 6 ) ;
175 Size = MAP_APPFONT ( 50 , 14 ) ;
176 Text [ en-US ] = "~New" ;
178 PushButton BTN_DELALL
180 Pos = MAP_APPFONT ( 204 , 23 ) ;
181 Size = MAP_APPFONT ( 50 , 14 ) ;
182 Text [ en-US ] = "Delete ~All" ;
186 Pos = MAP_APPFONT ( 204 , 40 ) ;
187 Size = MAP_APPFONT ( 50 , 14 ) ;
188 Text [ en-US ] = "~Delete" ;
190 String ST_LEFTTAB_ASIAN
192 Text [ en-US ] = "~Left/Top" ;
194 String ST_RIGHTTAB_ASIAN
196 Text [ en-US ] = "Righ~t/Bottom" ;
199 // ********************************************************************** EOF