masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / source / tabpages / tabstpge.src
blobe4f2c600a87eff09189befe6a633c8d489cd0120
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
27  // include ---------------------------------------------------------------
28 #include "helpid.hrc"
29 #include <cuires.hrc>
30 #include "tabstpge.hrc"
31 #include <svx/dialogs.hrc>
33  // RID_SVXPAGE_TABULATOR -------------------------------------------------
34 TabPage RID_SVXPAGE_TABULATOR
36     HelpId = HID_TABULATOR ;
37     Hide = TRUE ;
38     Text [ en-US ] = "Tabs" ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedLine FL_TABPOS
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 48 , 8 ) ;
44         Text [ en-US ] = "Position" ;
45     };
46     MetricBox ED_TABPOS
47     {
48         HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS";
49         Pos = MAP_APPFONT ( 12 , 14 ) ;
50         Size = MAP_APPFONT ( 39 , 165 ) ;
51         Minimum = -5600 ;
52         Maximum = 5600 ;
53         DecimalDigits = 2 ;
54         Unit = FUNIT_CM ;
55     };
56     FixedLine FL_TABPOS_VERT
57     {
58         Pos = MAP_APPFONT ( 55 , 14 ) ;
59         Size = MAP_APPFONT ( 4 , 165 ) ;
60         Vert = TRUE;
61     };
62     FixedLine FL_TABTYPE
63     {
64         Pos = MAP_APPFONT ( 60 , 3 ) ;
65         Size = MAP_APPFONT ( 138 , 8 ) ;
66         Text [ en-US ] = "Type" ;
67     };
68     RadioButton BTN_TABTYPE_LEFT
69     {
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" ;
74         Check = TRUE ;
75     };
76     Window WIN_TABLEFT
77     {
78         Pos = MAP_APPFONT ( 157 , 14 ) ;
79         Size = MAP_APPFONT ( 7 , 10 ) ;
80     };
81     RadioButton BTN_TABTYPE_RIGHT
82     {
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" ;
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         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" ;
99     };
100     Window WIN_TABCENTER
101     {
102         Pos = MAP_APPFONT ( 157 , 42 ) ;
103         Size = MAP_APPFONT ( 7 , 10 ) ;
104     };
105     RadioButton BTN_TABTYPE_DECIMAL
106     {
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" ;
111     };
112     Window WIN_TABDECIMAL
113     {
114         Pos = MAP_APPFONT ( 157 , 56 ) ;
115         Size = MAP_APPFONT ( 7 , 10 ) ;
116     };
117     FixedText FT_TABTYPE_DECCHAR
118     {
119         Pos = MAP_APPFONT ( 75 , 70 ) ;
120         Size = MAP_APPFONT ( 79 , 8 ) ;
121         Text [ en-US ] = "~Character" ;
122     };
123     Edit ED_TABTYPE_DECCHAR
124     {
125         HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR";
126         Border = TRUE ;
127         Pos = MAP_APPFONT ( 156 , 68 ) ;
128         Size = MAP_APPFONT ( 9 , 12 ) ;
129         Left = TRUE ;
130     };
131     FixedLine FL_FILLCHAR
132     {
133         Pos = MAP_APPFONT ( 60 , 86 ) ;
134         Size = MAP_APPFONT ( 138 , 8 ) ;
135         Text [ en-US ] = "Fill character" ;
136     };
137     RadioButton BTN_FILLCHAR_NO
138     {
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" ;
143         Check = TRUE ;
144     };
145     RadioButton BTN_FILLCHAR_POINTS
146     {
147         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS";
148         Pos = MAP_APPFONT ( 66 , 111 ) ;
149         Size = MAP_APPFONT ( 89 , 10 ) ;
150         Text = "~........" ;
151     };
152     RadioButton BTN_FILLCHAR_DASHLINE
153     {
154         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE";
155         Pos = MAP_APPFONT ( 66 , 125 ) ;
156         Size = MAP_APPFONT ( 89 , 10 ) ;
157         Text = "~--------" ;
158     };
159     RadioButton BTN_FILLCHAR_UNDERSCORE
160     {
161         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE";
162         Pos = MAP_APPFONT ( 66 , 139 ) ;
163         Size = MAP_APPFONT ( 89 , 10 ) ;
164         Text = "~_____" ;
165     };
166     RadioButton BTN_FILLCHAR_OTHER
167     {
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" ;
172     };
173     Edit ED_FILLCHAR_OTHER
174     {
175         HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER";
176         Border = TRUE ;
177         Pos = MAP_APPFONT ( 156 , 151 ) ;
178         Size = MAP_APPFONT ( 9 , 12 ) ;
179         Left = TRUE ;
180     };
181     PushButton BTN_NEW
182     {
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" ;
187     };
188     PushButton BTN_DELALL
189     {
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" ;
194     };
195     PushButton BTN_DEL
196     {
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" ;
201     };
202     String ST_LEFTTAB_ASIAN
203     {
204         Text [ en-US ] = "~Left/Top" ;
205     };
206     String ST_RIGHTTAB_ASIAN
207     {
208         Text [ en-US ] = "Righ~t/Bottom" ;
209     };
210     String ST_FILLCHAR_OTHER
211     {
212         Text [ en-US ] = "Character" ;
213     };