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