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