xref: /AOO41X/main/cui/source/tabpages/tabstpge.src (revision 0e2af6af91e132b42f4dfba722979876af246a8a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
24#include "helpid.hrc"
25#include <cuires.hrc>
26#include "tabstpge.hrc"
27#include <svx/dialogs.hrc>
28
29 // RID_SVXPAGE_TABULATOR -------------------------------------------------
30TabPage RID_SVXPAGE_TABULATOR
31{
32    HelpId = HID_TABULATOR ;
33    Hide = TRUE ;
34    Text [ en-US ] = "Tabs" ;
35    Size = MAP_APPFONT ( 260 , 185 ) ;
36    FixedLine FL_TABPOS
37    {
38        Pos = MAP_APPFONT ( 6 , 3 ) ;
39        Size = MAP_APPFONT ( 48 , 8 ) ;
40        Text [ en-US ] = "Position" ;
41    };
42    MetricBox ED_TABPOS
43    {
44        HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS";
45        Pos = MAP_APPFONT ( 12 , 14 ) ;
46        Size = MAP_APPFONT ( 39 , 165 ) ;
47        Minimum = -5600 ;
48        Maximum = 5600 ;
49        DecimalDigits = 2 ;
50        Unit = FUNIT_CM ;
51    };
52    FixedLine FL_TABPOS_VERT
53    {
54        Pos = MAP_APPFONT ( 55 , 14 ) ;
55        Size = MAP_APPFONT ( 4 , 165 ) ;
56        Vert = TRUE;
57    };
58    FixedLine FL_TABTYPE
59    {
60        Pos = MAP_APPFONT ( 60 , 3 ) ;
61        Size = MAP_APPFONT ( 138 , 8 ) ;
62        Text [ en-US ] = "Type" ;
63    };
64    RadioButton BTN_TABTYPE_LEFT
65    {
66        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT";
67        Pos = MAP_APPFONT ( 66 , 14 ) ;
68        Size = MAP_APPFONT ( 89 , 10 ) ;
69        Text [ en-US ] = "~Left" ;
70        Check = TRUE ;
71    };
72    Window WIN_TABLEFT
73    {
74        Pos = MAP_APPFONT ( 157 , 14 ) ;
75        Size = MAP_APPFONT ( 7 , 10 ) ;
76    };
77    RadioButton BTN_TABTYPE_RIGHT
78    {
79        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT";
80        Pos = MAP_APPFONT ( 66 , 28 ) ;
81        Size = MAP_APPFONT ( 89 , 10 ) ;
82        Text [ en-US ] = "Righ~t" ;
83    };
84    Window WIN_TABRIGHT
85    {
86        Pos = MAP_APPFONT ( 157 , 28 ) ;
87        Size = MAP_APPFONT ( 7 , 10 ) ;
88    };
89    RadioButton BTN_TABTYPE_CENTER
90    {
91        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER";
92        Pos = MAP_APPFONT ( 66 , 42 ) ;
93        Size = MAP_APPFONT ( 89 , 10 ) ;
94        Text [ en-US ] = "C~entered" ;
95    };
96    Window WIN_TABCENTER
97    {
98        Pos = MAP_APPFONT ( 157 , 42 ) ;
99        Size = MAP_APPFONT ( 7 , 10 ) ;
100    };
101    RadioButton BTN_TABTYPE_DECIMAL
102    {
103        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL";
104        Pos = MAP_APPFONT ( 66 , 56 ) ;
105        Size = MAP_APPFONT ( 89 , 10 ) ;
106        Text [ en-US ] = "Deci~mal" ;
107    };
108    Window WIN_TABDECIMAL
109    {
110        Pos = MAP_APPFONT ( 157 , 56 ) ;
111        Size = MAP_APPFONT ( 7 , 10 ) ;
112    };
113    FixedText FT_TABTYPE_DECCHAR
114    {
115        Pos = MAP_APPFONT ( 75 , 70 ) ;
116        Size = MAP_APPFONT ( 79 , 8 ) ;
117        Text [ en-US ] = "~Character" ;
118    };
119    Edit ED_TABTYPE_DECCHAR
120    {
121        HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR";
122        Border = TRUE ;
123        Pos = MAP_APPFONT ( 156 , 68 ) ;
124        Size = MAP_APPFONT ( 9 , 12 ) ;
125        Left = TRUE ;
126    };
127    FixedLine FL_FILLCHAR
128    {
129        Pos = MAP_APPFONT ( 60 , 86 ) ;
130        Size = MAP_APPFONT ( 138 , 8 ) ;
131        Text [ en-US ] = "Fill character" ;
132    };
133    RadioButton BTN_FILLCHAR_NO
134    {
135        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO";
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        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS";
144        Pos = MAP_APPFONT ( 66 , 111 ) ;
145        Size = MAP_APPFONT ( 89 , 10 ) ;
146        Text = "~........" ;
147    };
148    RadioButton BTN_FILLCHAR_DASHLINE
149    {
150        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE";
151        Pos = MAP_APPFONT ( 66 , 125 ) ;
152        Size = MAP_APPFONT ( 89 , 10 ) ;
153        Text = "~--------" ;
154    };
155    RadioButton BTN_FILLCHAR_UNDERSCORE
156    {
157        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE";
158        Pos = MAP_APPFONT ( 66 , 139 ) ;
159        Size = MAP_APPFONT ( 89 , 10 ) ;
160        Text = "~_____" ;
161    };
162    RadioButton BTN_FILLCHAR_OTHER
163    {
164        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER";
165        Pos = MAP_APPFONT ( 66 , 153 ) ;
166        Size = MAP_APPFONT ( 89 , 10 ) ;
167        Text [ en-US ] = "Character" ;
168    };
169    Edit ED_FILLCHAR_OTHER
170    {
171        HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER";
172        Border = TRUE ;
173        Pos = MAP_APPFONT ( 156 , 151 ) ;
174        Size = MAP_APPFONT ( 9 , 12 ) ;
175        Left = TRUE ;
176    };
177    PushButton BTN_NEW
178    {
179        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW";
180        Pos = MAP_APPFONT ( 204 , 6 ) ;
181        Size = MAP_APPFONT ( 50 , 14 ) ;
182        Text [ en-US ] = "~New" ;
183    };
184    PushButton BTN_DELALL
185    {
186        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL";
187        Pos = MAP_APPFONT ( 204 , 23 ) ;
188        Size = MAP_APPFONT ( 50 , 14 ) ;
189        Text [ en-US ] = "Delete ~All" ;
190    };
191    PushButton BTN_DEL
192    {
193        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL";
194        Pos = MAP_APPFONT ( 204 , 40 ) ;
195        Size = MAP_APPFONT ( 50 , 14 ) ;
196        Text [ en-US ] = "~Delete" ;
197    };
198    String ST_LEFTTAB_ASIAN
199    {
200        Text [ en-US ] = "~Left/Top" ;
201    };
202    String ST_RIGHTTAB_ASIAN
203    {
204        Text [ en-US ] = "Righ~t/Bottom" ;
205    };
206    String ST_FILLCHAR_OTHER
207    {
208        Text [ en-US ] = "Character" ;
209    };
210};
211
212