merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / tabstpge.src
blob4cb09d5bf11db252289280278c3e92943321336c
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: tabstpge.src,v $
10  * $Revision: 1.31 $
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 "tabstpge.hrc"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXPAGE_TABULATOR -------------------------------------------------
37 TabPage RID_SVXPAGE_TABULATOR
39     HelpId = HID_TABULATOR ;
40     Hide = TRUE ;
41     Text [ en-US ] = "Tabs" ;
42     Size = MAP_APPFONT ( 260 , 185 ) ;
43     FixedLine FL_TABPOS
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 48 , 8 ) ;
47         Text [ en-US ] = "Position" ;
48     };
49     MetricBox ED_TABPOS
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 39 , 165 ) ;
53         Minimum = -5600 ;
54         Maximum = 5600 ;
55         DecimalDigits = 2 ;
56         Unit = FUNIT_CM ;
57     };
58     FixedLine FL_TABPOS_VERT
59     {
60         Pos = MAP_APPFONT ( 55 , 14 ) ;
61         Size = MAP_APPFONT ( 4 , 165 ) ;
62         Vert = TRUE;
63     };
64     FixedLine FL_TABTYPE
65     {
66         Pos = MAP_APPFONT ( 60 , 3 ) ;
67         Size = MAP_APPFONT ( 138 , 8 ) ;
68         Text [ en-US ] = "Type" ;
69     };
70     RadioButton BTN_TABTYPE_LEFT
71     {
72         Pos = MAP_APPFONT ( 66 , 14 ) ;
73         Size = MAP_APPFONT ( 89 , 10 ) ;
74         Text [ en-US ] = "~Left" ;
75         Check = TRUE ;
76     };
77     Window WIN_TABLEFT
78     {
79         Pos = MAP_APPFONT ( 157 , 14 ) ;
80         Size = MAP_APPFONT ( 7 , 10 ) ;
81     };
82     RadioButton BTN_TABTYPE_RIGHT
83     {
84         Pos = MAP_APPFONT ( 66 , 28 ) ;
85         Size = MAP_APPFONT ( 89 , 10 ) ;
86         Text [ en-US ] = "Righ~t" ;
87     };
88     Window WIN_TABRIGHT
89     {
90         Pos = MAP_APPFONT ( 157 , 28 ) ;
91         Size = MAP_APPFONT ( 7 , 10 ) ;
92     };
93     RadioButton BTN_TABTYPE_CENTER
94     {
95         Pos = MAP_APPFONT ( 66 , 42 ) ;
96         Size = MAP_APPFONT ( 89 , 10 ) ;
97         Text [ en-US ] = "C~entered" ;
98     };
99     Window WIN_TABCENTER
100     {
101         Pos = MAP_APPFONT ( 157 , 42 ) ;
102         Size = MAP_APPFONT ( 7 , 10 ) ;
103     };
104     RadioButton BTN_TABTYPE_DECIMAL
105     {
106         Pos = MAP_APPFONT ( 66 , 56 ) ;
107         Size = MAP_APPFONT ( 89 , 10 ) ;
108         Text [ en-US ] = "Deci~mal" ;
109     };
110     Window WIN_TABDECIMAL
111     {
112         Pos = MAP_APPFONT ( 157 , 56 ) ;
113         Size = MAP_APPFONT ( 7 , 10 ) ;
114     };
115     FixedText FT_TABTYPE_DECCHAR
116     {
117         Pos = MAP_APPFONT ( 75 , 70 ) ;
118         Size = MAP_APPFONT ( 79 , 8 ) ;
119         Text [ en-US ] = "~Character" ;
120     };
121     Edit ED_TABTYPE_DECCHAR
122     {
123         Border = TRUE ;
124         Pos = MAP_APPFONT ( 156 , 68 ) ;
125         Size = MAP_APPFONT ( 9 , 12 ) ;
126         Left = TRUE ;
127     };
128     FixedLine FL_FILLCHAR
129     {
130         Pos = MAP_APPFONT ( 60 , 86 ) ;
131         Size = MAP_APPFONT ( 138 , 8 ) ;
132         Text [ en-US ] = "Fill character" ;
133     };
134     RadioButton BTN_FILLCHAR_NO
135     {
136         Pos = MAP_APPFONT ( 66 , 97 ) ;
137         Size = MAP_APPFONT ( 89 , 10 ) ;
138         Text [ en-US ] = "N~one" ;
139         Check = TRUE ;
140     };
141     RadioButton BTN_FILLCHAR_POINTS
142     {
143         Pos = MAP_APPFONT ( 66 , 111 ) ;
144         Size = MAP_APPFONT ( 89 , 10 ) ;
145         Text = "~........" ;
146     };
147     RadioButton BTN_FILLCHAR_DASHLINE
148     {
149         Pos = MAP_APPFONT ( 66 , 125 ) ;
150         Size = MAP_APPFONT ( 89 , 10 ) ;
151         Text = "~--------" ;
152     };
153     RadioButton BTN_FILLCHAR_UNDERSCORE
154     {
155         Pos = MAP_APPFONT ( 66 , 139 ) ;
156         Size = MAP_APPFONT ( 89 , 10 ) ;
157         Text = "~_____" ;
158     };
159     RadioButton BTN_FILLCHAR_OTHER
160     {
161         Pos = MAP_APPFONT ( 66 , 153 ) ;
162         Size = MAP_APPFONT ( 89 , 10 ) ;
163         Text [ en-US ] = "Character" ;
164     };
165     Edit ED_FILLCHAR_OTHER
166     {
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 156 , 151 ) ;
169         Size = MAP_APPFONT ( 9 , 12 ) ;
170         Left = TRUE ;
171     };
172     PushButton BTN_NEW
173     {
174         Pos = MAP_APPFONT ( 204 , 6 ) ;
175         Size = MAP_APPFONT ( 50 , 14 ) ;
176         Text [ en-US ] = "~New" ;
177     };
178     PushButton BTN_DELALL
179     {
180         Pos = MAP_APPFONT ( 204 , 23 ) ;
181         Size = MAP_APPFONT ( 50 , 14 ) ;
182         Text [ en-US ] = "Delete ~All" ;
183     };
184     PushButton BTN_DEL
185     {
186         Pos = MAP_APPFONT ( 204 , 40 ) ;
187         Size = MAP_APPFONT ( 50 , 14 ) ;
188         Text [ en-US ] = "~Delete" ;
189     };
190     String ST_LEFTTAB_ASIAN
191     {
192         Text [ en-US ] = "~Left/Top" ;
193     };
194     String ST_RIGHTTAB_ASIAN
195     {
196         Text [ en-US ] = "Righ~t/Bottom" ;
197     };
199  // ********************************************************************** EOF