xref: /trunk/main/cui/source/tabpages/tabstpge.src (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
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
24// include ---------------------------------------------------------------
25#include "helpid.hrc"
26#include <cuires.hrc>
27#include "tabstpge.hrc"
28#include <svx/dialogs.hrc>
29
30// RID_SVXPAGE_TABULATOR -------------------------------------------------
31TabPage RID_SVXPAGE_TABULATOR
32{
33    HelpId = HID_TABULATOR ;
34    Hide = TRUE ;
35    Text [ en-US ] = "Tabs" ;
36    Size = MAP_APPFONT ( 260, 185 ) ;
37    FixedLine FL_TABPOS
38    {
39        Pos = MAP_APPFONT ( 6, 3 ) ;
40        Size = MAP_APPFONT ( 48, 8 ) ;
41        Text [ en-US ] = "Position" ;
42    };
43    MetricBox ED_TABPOS
44    {
45        HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS" ;
46        Pos = MAP_APPFONT ( 12, 14 ) ;
47        Size = MAP_APPFONT ( 39, 165 ) ;
48        Minimum = -5600 ;
49        Maximum = 5600 ;
50        DecimalDigits = 2 ;
51        Unit = FUNIT_CM ;
52    };
53    FixedLine FL_TABPOS_VERT
54    {
55        Pos = MAP_APPFONT ( 55, 14 ) ;
56        Size = MAP_APPFONT ( 4, 165 ) ;
57        Vert = TRUE ;
58    };
59    FixedLine FL_TABTYPE
60    {
61        Pos = MAP_APPFONT ( 60, 3 ) ;
62        Size = MAP_APPFONT ( 138, 8 ) ;
63        Text [ en-US ] = "Type" ;
64    };
65    RadioButton BTN_TABTYPE_LEFT
66    {
67        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT" ;
68        Pos = MAP_APPFONT ( 66, 14 ) ;
69        Size = MAP_APPFONT ( 89, 10 ) ;
70        Text [ en-US ] = "~Left" ;
71        Check = TRUE ;
72    };
73    Window WIN_TABLEFT
74    {
75        Pos = MAP_APPFONT ( 157, 14 ) ;
76        Size = MAP_APPFONT ( 7, 10 ) ;
77    };
78    RadioButton BTN_TABTYPE_RIGHT
79    {
80        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT" ;
81        Pos = MAP_APPFONT ( 66, 28 ) ;
82        Size = MAP_APPFONT ( 89, 10 ) ;
83        Text [ en-US ] = "Righ~t" ;
84    };
85    Window WIN_TABRIGHT
86    {
87        Pos = MAP_APPFONT ( 157, 28 ) ;
88        Size = MAP_APPFONT ( 7, 10 ) ;
89    };
90    RadioButton BTN_TABTYPE_CENTER
91    {
92        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER" ;
93        Pos = MAP_APPFONT ( 66, 42 ) ;
94        Size = MAP_APPFONT ( 89, 10 ) ;
95        Text [ en-US ] = "C~entered" ;
96    };
97    Window WIN_TABCENTER
98    {
99        Pos = MAP_APPFONT ( 157, 42 ) ;
100        Size = MAP_APPFONT ( 7, 10 ) ;
101    };
102    RadioButton BTN_TABTYPE_DECIMAL
103    {
104        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL" ;
105        Pos = MAP_APPFONT ( 66, 56 ) ;
106        Size = MAP_APPFONT ( 89, 10 ) ;
107        Text [ en-US ] = "Deci~mal" ;
108    };
109    Window WIN_TABDECIMAL
110    {
111        Pos = MAP_APPFONT ( 157, 56 ) ;
112        Size = MAP_APPFONT ( 7, 10 ) ;
113    };
114    FixedText FT_TABTYPE_DECCHAR
115    {
116        Pos = MAP_APPFONT ( 75, 70 ) ;
117        Size = MAP_APPFONT ( 79, 8 ) ;
118        Text [ en-US ] = "~Character" ;
119    };
120    Edit ED_TABTYPE_DECCHAR
121    {
122        HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR" ;
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        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO" ;
137        Pos = MAP_APPFONT ( 66, 97 ) ;
138        Size = MAP_APPFONT ( 89, 10 ) ;
139        Text [ en-US ] = "N~one" ;
140        Check = TRUE ;
141    };
142    RadioButton BTN_FILLCHAR_POINTS
143    {
144        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS" ;
145        Pos = MAP_APPFONT ( 66, 111 ) ;
146        Size = MAP_APPFONT ( 89, 10 ) ;
147        Text = "~........" ;
148    };
149    RadioButton BTN_FILLCHAR_DASHLINE
150    {
151        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE" ;
152        Pos = MAP_APPFONT ( 66, 125 ) ;
153        Size = MAP_APPFONT ( 89, 10 ) ;
154        Text = "~--------" ;
155    };
156    RadioButton BTN_FILLCHAR_UNDERSCORE
157    {
158        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE" ;
159        Pos = MAP_APPFONT ( 66, 139 ) ;
160        Size = MAP_APPFONT ( 89, 10 ) ;
161        Text = "~_____" ;
162    };
163    RadioButton BTN_FILLCHAR_OTHER
164    {
165        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER" ;
166        Pos = MAP_APPFONT ( 66, 153 ) ;
167        Size = MAP_APPFONT ( 89, 10 ) ;
168        Text [ en-US ] = "Character" ;
169    };
170    Edit ED_FILLCHAR_OTHER
171    {
172        HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER" ;
173        Border = TRUE ;
174        Pos = MAP_APPFONT ( 156, 151 ) ;
175        Size = MAP_APPFONT ( 9, 12 ) ;
176        Left = TRUE ;
177    };
178    PushButton BTN_NEW
179    {
180        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW" ;
181        Pos = MAP_APPFONT ( 204, 6 ) ;
182        Size = MAP_APPFONT ( 50, 14 ) ;
183        Text [ en-US ] = "~New" ;
184    };
185    PushButton BTN_DELALL
186    {
187        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL" ;
188        Pos = MAP_APPFONT ( 204, 23 ) ;
189        Size = MAP_APPFONT ( 50, 14 ) ;
190        Text [ en-US ] = "Delete ~All" ;
191    };
192    PushButton BTN_DEL
193    {
194        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL" ;
195        Pos = MAP_APPFONT ( 204, 40 ) ;
196        Size = MAP_APPFONT ( 50, 14 ) ;
197        Text [ en-US ] = "~Delete" ;
198    };
199    String ST_LEFTTAB_ASIAN
200    {
201        Text [ en-US ] = "~Left/Top" ;
202    };
203    String ST_RIGHTTAB_ASIAN
204    {
205        Text [ en-US ] = "Righ~t/Bottom" ;
206    };
207    String ST_FILLCHAR_OTHER
208    {
209        Text [ en-US ] = "Character" ;
210    };
211};
212
213// ******************************************************************* EOF
214