1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 // include ---------------------------------------------------------------
30 #include "tabstpge.hrc"
31 #include <svx/dialogs.hrc>
33 // RID_SVXPAGE_TABULATOR -------------------------------------------------
34 TabPage RID_SVXPAGE_TABULATOR
36 HelpId = HID_TABULATOR ;
38 Text [ en-US ] = "Tabs" ;
39 Size = MAP_APPFONT ( 260 , 185 ) ;
42 Pos = MAP_APPFONT ( 6 , 3 ) ;
43 Size = MAP_APPFONT ( 48 , 8 ) ;
44 Text [ en-US ] = "Position" ;
48 HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS";
49 Pos = MAP_APPFONT ( 12 , 14 ) ;
50 Size = MAP_APPFONT ( 39 , 165 ) ;
56 FixedLine FL_TABPOS_VERT
58 Pos = MAP_APPFONT ( 55 , 14 ) ;
59 Size = MAP_APPFONT ( 4 , 165 ) ;
64 Pos = MAP_APPFONT ( 60 , 3 ) ;
65 Size = MAP_APPFONT ( 138 , 8 ) ;
66 Text [ en-US ] = "Type" ;
68 RadioButton BTN_TABTYPE_LEFT
70 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT";
71 Pos = MAP_APPFONT ( 66 , 14 ) ;
72 Size = MAP_APPFONT ( 89 , 10 ) ;
73 Text [ en-US ] = "~Left" ;
78 Pos = MAP_APPFONT ( 157 , 14 ) ;
79 Size = MAP_APPFONT ( 7 , 10 ) ;
81 RadioButton BTN_TABTYPE_RIGHT
83 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR: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 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER";
96 Pos = MAP_APPFONT ( 66 , 42 ) ;
97 Size = MAP_APPFONT ( 89 , 10 ) ;
98 Text [ en-US ] = "C~entered" ;
102 Pos = MAP_APPFONT ( 157 , 42 ) ;
103 Size = MAP_APPFONT ( 7 , 10 ) ;
105 RadioButton BTN_TABTYPE_DECIMAL
107 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL";
108 Pos = MAP_APPFONT ( 66 , 56 ) ;
109 Size = MAP_APPFONT ( 89 , 10 ) ;
110 Text [ en-US ] = "Deci~mal" ;
112 Window WIN_TABDECIMAL
114 Pos = MAP_APPFONT ( 157 , 56 ) ;
115 Size = MAP_APPFONT ( 7 , 10 ) ;
117 FixedText FT_TABTYPE_DECCHAR
119 Pos = MAP_APPFONT ( 75 , 70 ) ;
120 Size = MAP_APPFONT ( 79 , 8 ) ;
121 Text [ en-US ] = "~Character" ;
123 Edit ED_TABTYPE_DECCHAR
125 HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR";
127 Pos = MAP_APPFONT ( 156 , 68 ) ;
128 Size = MAP_APPFONT ( 9 , 12 ) ;
131 FixedLine FL_FILLCHAR
133 Pos = MAP_APPFONT ( 60 , 86 ) ;
134 Size = MAP_APPFONT ( 138 , 8 ) ;
135 Text [ en-US ] = "Fill character" ;
137 RadioButton BTN_FILLCHAR_NO
139 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO";
140 Pos = MAP_APPFONT ( 66 , 97 ) ;
141 Size = MAP_APPFONT ( 89 , 10 ) ;
142 Text [ en-US ] = "N~one" ;
145 RadioButton BTN_FILLCHAR_POINTS
147 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS";
148 Pos = MAP_APPFONT ( 66 , 111 ) ;
149 Size = MAP_APPFONT ( 89 , 10 ) ;
152 RadioButton BTN_FILLCHAR_DASHLINE
154 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE";
155 Pos = MAP_APPFONT ( 66 , 125 ) ;
156 Size = MAP_APPFONT ( 89 , 10 ) ;
159 RadioButton BTN_FILLCHAR_UNDERSCORE
161 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE";
162 Pos = MAP_APPFONT ( 66 , 139 ) ;
163 Size = MAP_APPFONT ( 89 , 10 ) ;
166 RadioButton BTN_FILLCHAR_OTHER
168 HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER";
169 Pos = MAP_APPFONT ( 66 , 153 ) ;
170 Size = MAP_APPFONT ( 89 , 10 ) ;
171 Text [ en-US ] = "Character" ;
173 Edit ED_FILLCHAR_OTHER
175 HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER";
177 Pos = MAP_APPFONT ( 156 , 151 ) ;
178 Size = MAP_APPFONT ( 9 , 12 ) ;
183 HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW";
184 Pos = MAP_APPFONT ( 204 , 6 ) ;
185 Size = MAP_APPFONT ( 50 , 14 ) ;
186 Text [ en-US ] = "~New" ;
188 PushButton BTN_DELALL
190 HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL";
191 Pos = MAP_APPFONT ( 204 , 23 ) ;
192 Size = MAP_APPFONT ( 50 , 14 ) ;
193 Text [ en-US ] = "Delete ~All" ;
197 HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL";
198 Pos = MAP_APPFONT ( 204 , 40 ) ;
199 Size = MAP_APPFONT ( 50 , 14 ) ;
200 Text [ en-US ] = "~Delete" ;
202 String ST_LEFTTAB_ASIAN
204 Text [ en-US ] = "~Left/Top" ;
206 String ST_RIGHTTAB_ASIAN
208 Text [ en-US ] = "Righ~t/Bottom" ;
210 String ST_FILLCHAR_OTHER
212 Text [ en-US ] = "Character" ;