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