xref: /aoo4110/main/sw/source/ui/config/redlopt.src (revision b1cdbd2c)
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/* StarView ressource file */
24
25#ifndef _SFX_HRC
26#include <sfx2/sfx.hrc>
27#endif
28#ifndef _SVX_DIALOGS_HRC
29#include <svx/dialogs.hrc>
30#endif
31#include "globals.hrc"
32#include "config.hrc"
33#include "redlopt.hrc"
34#include "helpid.h"
35/**************************************************************************/
36/*                                                                        */
37/**************************************************************************/
38TabPage TP_REDLINE_OPT
39{
40	HelpID = HID_REDLINE_OPT ;
41	SVLook = TRUE ;
42	Hide = TRUE ;
43	Size = MAP_APPFONT ( 260 , 185 ) ;
44    FixedLine FL_TE
45	{
46		Pos = MAP_APPFONT ( 6 , 3 ) ;
47        Size = MAP_APPFONT ( 248 , 8 ) ;
48		Text [ en-US ] = "Text display" ;
49	};
50    FixedText FT_CHG_INSERT
51    {
52        Pos = MAP_APPFONT ( 12 , 14 ) ;
53        Size = MAP_APPFONT ( 70 , 8 ) ;
54    	Text [ en-US ] = "Insertions";
55	};
56    FixedText FT_INS_ATTR
57	{
58        Pos = MAP_APPFONT ( 18 , 25 ) ;
59        Size = MAP_APPFONT ( 70 , 8 ) ;
60    	Text [ en-US ] = "Attributes";
61	};
62    ListBox LB_INS_ATTR
63	{
64        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR";
65        Pos = MAP_APPFONT ( 90 , 25 ) ;
66		Size = MAP_APPFONT ( 80 , 80 ) ;
67		TabStop = TRUE ;
68		DropDown = TRUE ;
69		StringList [ en-US ] =
70		{
71			< "[None]" ; > ;
72			< "Bold" ; > ;
73			< "Italic" ; > ;
74			< "Underlined" ; > ;
75			< "Underlined: double" ; > ;
76            < "Strikethrough" ; > ;
77            < "Uppercase" ; > ;
78			< "Lowercase" ; > ;
79			< "Small caps" ; > ;
80			< "Title font" ; > ;
81			< "Background color" ; > ;
82		};
83	};
84    FixedText FT_INS_COL
85	{
86        Pos = MAP_APPFONT ( 18 , 42 ) ;
87        Size = MAP_APPFONT ( 70 , 8 ) ;
88		Text [ en-US ] = "Color" ;
89	};
90    ListBox LB_INS_COL
91	{
92        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL";
93        Pos = MAP_APPFONT ( 90 , 40 ) ;
94		Size = MAP_APPFONT ( 80 , 80 ) ;
95		TabStop = TRUE ;
96		DropDown = TRUE ;
97	};
98    Window WIN_INS
99	{
100		Border = TRUE ;
101        Pos = MAP_APPFONT ( 178 , 25 ) ;
102		Size = MAP_APPFONT ( 70 , 27 ) ;
103    	Text [ en-US ] = "Insert";
104	};
105    FixedText FT_CHG_DELETE
106    {
107        Pos = MAP_APPFONT ( 12 , 58 ) ;
108        Size = MAP_APPFONT ( 70 , 8 ) ;
109    	Text [ en-US ] = "Deletions";
110	};
111    FixedText FT_DEL_ATTR
112	{
113        Pos = MAP_APPFONT ( 18 , 69 ) ;
114        Size = MAP_APPFONT ( 70 , 8 ) ;
115    	Text [ en-US ] = "Attributes";
116	};
117    ListBox LB_DEL_ATTR
118	{
119        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR";
120        Pos = MAP_APPFONT ( 90 , 67 ) ;
121		Size = MAP_APPFONT ( 80 , 80 ) ;
122		TabStop = TRUE ;
123		DropDown = TRUE ;
124    };
125    FixedText FT_DEL_COL
126	{
127        Pos = MAP_APPFONT ( 18 , 84 ) ;
128        Size = MAP_APPFONT ( 70 , 8 ) ;
129    	Text [ en-US ] = "Color";
130	};
131    ListBox LB_DEL_COL
132	{
133        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL";
134        Pos = MAP_APPFONT ( 90 , 82 ) ;
135		Size = MAP_APPFONT ( 80 , 80 ) ;
136		TabStop = TRUE ;
137		DropDown = TRUE ;
138	};
139    Window WIN_DEL
140	{
141		Border = TRUE ;
142        Pos = MAP_APPFONT ( 178 , 67 ) ;
143		Size = MAP_APPFONT ( 70 , 27 ) ;
144    	Text [ en-US ] = "Delete";
145	};
146    FixedText FT_CHG_CHANGE
147    {
148        Pos = MAP_APPFONT ( 12 , 100 ) ;
149        Size = MAP_APPFONT ( 70 , 8 ) ;
150    	Text [ en-US ] = "Changed attributes";
151	};
152    FixedText FT_CHG_ATTR
153	{
154        Pos = MAP_APPFONT ( 18 , 113 ) ;
155        Size = MAP_APPFONT ( 70 , 8 ) ;
156    	Text [ en-US ] = "Attributes";
157	};
158    ListBox LB_CHG_ATTR
159	{
160        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR";
161        Pos = MAP_APPFONT ( 90 , 111 ) ;
162		Size = MAP_APPFONT ( 80 , 80 ) ;
163		TabStop = TRUE ;
164		DropDown = TRUE ;
165    };
166    FixedText FT_CHG_COL
167	{
168        Pos = MAP_APPFONT ( 18 , 128 ) ;
169        Size = MAP_APPFONT ( 70 , 8 ) ;
170    	Text [ en-US ] = "Color";
171	};
172    ListBox LB_CHG_COL
173	{
174        HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL";
175        Pos = MAP_APPFONT ( 90 , 126 ) ;
176		Size = MAP_APPFONT ( 80 , 80 ) ;
177		TabStop = TRUE ;
178		DropDown = TRUE ;
179	};
180    Window WIN_CHG
181	{
182		Border = TRUE ;
183        Pos = MAP_APPFONT ( 178 , 111 ) ;
184		Size = MAP_APPFONT ( 70 , 27 ) ;
185    	Text [ en-US ] = "Attributes";
186	};
187    FixedLine FL_LC
188	{
189        Pos = MAP_APPFONT ( 6 , 144 ) ;
190        Size = MAP_APPFONT ( 248 , 8 ) ;
191		Text [ en-US ] = "Lines changed" ;
192	};
193    FixedText FT_MARKPOS
194	{
195        Pos = MAP_APPFONT ( 12 , 157 ) ;
196        Size = MAP_APPFONT ( 70 , 8 ) ;
197		Text [ en-US ] = "Mar~k" ;
198	};
199	ListBox LB_MARKPOS
200	{
201	    HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS";
202        Pos = MAP_APPFONT ( 90 , 155 ) ;
203		Size = MAP_APPFONT ( 80 , 80 ) ;
204		TabStop = TRUE ;
205		DropDown = TRUE ;
206		StringList [ en-US ] =
207		{
208			< "[None]" ; > ;
209			< "Left margin" ; > ;
210			< "Right margin" ; > ;
211			< "Outer margin" ; > ;
212			< "Inner margin" ; > ;
213		};
214	};
215	FixedText FT_LC_COL
216	{
217        Pos = MAP_APPFONT ( 12 , 172 ) ;
218        Size = MAP_APPFONT ( 70 , 8 ) ;
219		Text [ en-US ] = "~Color" ;
220	};
221	ListBox LB_LC_COL
222	{
223	    HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL";
224        Pos = MAP_APPFONT ( 90 , 170 ) ;
225		Size = MAP_APPFONT ( 80 , 80 ) ;
226		TabStop = TRUE ;
227		DropDown = TRUE ;
228	};
229	Window WIN_MARK
230	{
231        Pos = MAP_APPFONT ( 178 , 155 ) ;
232        Size = MAP_APPFONT ( 70 , 27 ) ;
233	};
234    String STR_AUTHOR
235	{
236		Text [ en-US ] = "By author" ;
237	};
238	String STR_NOTHING
239	{
240		Text [ en-US ] = "[None]" ;
241	};
242};
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284