optdlg.src (ff450ec3) optdlg.src (178b6841)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23/* StarView ressource file */
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 "optdlg.hrc"
33#include "helpid.h"
34
35/**************************************************************************/
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 "optdlg.hrc"
33#include "helpid.h"
34
35/**************************************************************************/
36/* */
37/* TabPage Ansicht/Inhalt */
38/* */
36/* TabPage View */
39/**************************************************************************/
40TabPage TP_CONTENT_OPT
41{
42 HelpID = HID_CONTENT_OPT ;
43 SVLook = TRUE ;
37/**************************************************************************/
38TabPage TP_CONTENT_OPT
39{
40 HelpID = HID_CONTENT_OPT ;
41 SVLook = TRUE ;
44 Size = MAP_APPFONT ( 260 , 185 ) ;
42 Size = MAP_APPFONT ( 260, 185 ) ;
45 Hide = TRUE ;
43 Hide = TRUE ;
46 FixedLine FL_LINE
44 FixedLine FL_LINE
47 {
45 {
48 Pos = MAP_APPFONT ( 6 , 3 ) ;
49 Size = MAP_APPFONT ( 118 , 8 ) ;
46 Pos = MAP_APPFONT ( 6, 3 ) ;
47 Size = MAP_APPFONT ( 118, 8 ) ;
50 Group = TRUE ;
48 Group = TRUE ;
51 Text [ en-US ] = "Guides";
49 Text [ en-US ] = "Guides" ;
52 };
50 };
53 CheckBox CB_CROSS
51 CheckBox CB_CROSS
54 {
52 {
55 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_CROSS";
56 Pos = MAP_APPFONT ( 12 , 14 ) ;
57 Size = MAP_APPFONT ( 118 , 10 ) ;
58 Text [ en-US ] = "Guides ~while moving";
53 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_CROSS" ;
54 Pos = MAP_APPFONT ( 12, 14 ) ;
55 Size = MAP_APPFONT ( 118, 10 ) ;
56 Text [ en-US ] = "Guides ~while moving" ;
59 };
60 CheckBox CB_HANDLE
61 {
57 };
58 CheckBox CB_HANDLE
59 {
62 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE";
63 Pos = MAP_APPFONT ( 12 , 27 ) ;
64 Size = MAP_APPFONT ( 118 , 10 ) ;
65 Text [ en-US ] = "Sim~ple handles";
60 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE" ;
61 Pos = MAP_APPFONT ( 12, 27 ) ;
62 Size = MAP_APPFONT ( 118, 10 ) ;
63 Text [ en-US ] = "Sim~ple handles" ;
66 };
67 CheckBox CB_BIGHANDLE
68 {
64 };
65 CheckBox CB_BIGHANDLE
66 {
69 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE";
70 Pos = MAP_APPFONT ( 12 , 40 ) ;
71 Size = MAP_APPFONT ( 118 , 10 ) ;
72 Text [ en-US ] = "Large handles";
67 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE" ;
68 Pos = MAP_APPFONT ( 12, 40 ) ;
69 Size = MAP_APPFONT ( 118, 10 ) ;
70 Text [ en-US ] = "Large handles" ;
73 };
71 };
74 FixedLine FL_WINDOW
72 FixedLine FL_WINDOW
75 {
73 {
76 Pos = MAP_APPFONT ( 130 , 3 ) ;
77 Size = MAP_APPFONT ( 124 , 8 ) ;
78 Group = TRUE ;
79 Text [ en-US ] = "View";
74 Pos = MAP_APPFONT ( 130, 3 ) ;
75 Size = MAP_APPFONT ( 124, 8 ) ;
76 Group = TRUE ;
77 Text [ en-US ] = "View" ;
80 };
81 CheckBox CB_HSCROLL
82 {
78 };
79 CheckBox CB_HSCROLL
80 {
83 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL";
84 Pos = MAP_APPFONT ( 136 , 14 ) ;
85 Size = MAP_APPFONT ( 108 , 10 ) ;
86 Text [ en-US ] = "H~orizontal scrollbar" ;
81 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL" ;
82 Pos = MAP_APPFONT ( 136, 14 ) ;
83 Size = MAP_APPFONT ( 108, 10 ) ;
84 Text [ en-US ] = "H~orizontal scrollbar" ;
87 };
88 CheckBox CB_VSCROLL
89 {
85 };
86 CheckBox CB_VSCROLL
87 {
90 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL";
91 Pos = MAP_APPFONT ( 136 , 27 ) ;
92 Size = MAP_APPFONT ( 108 , 10 ) ;
93 Text [ en-US ] = "~Vertical scrollbar" ;
88 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL" ;
89 Pos = MAP_APPFONT ( 136, 27 ) ;
90 Size = MAP_APPFONT ( 108, 10 ) ;
91 Text [ en-US ] = "~Vertical scrollbar" ;
94 };
92 };
95 CheckBox CB_ANY_RULER
96 {
97 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_ANY_RULER";
98 Pos = MAP_APPFONT ( 136 , 40 ) ;
99 Size = MAP_APPFONT ( 65 , 10 ) ;
100 Text [ en-US ] = "R~uler" ;
93 CheckBox CB_ANY_RULER
94 {
95 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_ANY_RULER" ;
96 Pos = MAP_APPFONT ( 136, 40 ) ;
97 Size = MAP_APPFONT ( 65, 10 ) ;
98 Text [ en-US ] = "R~uler" ;
101 };
99 };
102 CheckBox CB_HRULER
100 CheckBox CB_HRULER
103 {
101 {
104 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HRULER";
105 Pos = MAP_APPFONT ( 142 , 53 ) ;
106 Size = MAP_APPFONT ( 62 , 10 ) ;
102 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HRULER" ;
103 Pos = MAP_APPFONT ( 142, 53 ) ;
104 Size = MAP_APPFONT ( 62, 10 ) ;
107 Text [ en-US ] = "Hori~zontal ruler" ;
108 };
105 Text [ en-US ] = "Hori~zontal ruler" ;
106 };
109 ListBox LB_HMETRIC
110 {
111 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_HMETRIC";
112 Pos = MAP_APPFONT ( 206 , 51 ) ;
113 Size = MAP_APPFONT ( 45 , 60 ) ;
114 DropDown = TRUE;
115 };
116 CheckBox CB_VRULER
107 ListBox LB_HMETRIC
117 {
108 {
118 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER";
119 Pos = MAP_APPFONT ( 142 , 66 ) ;
120 Size = MAP_APPFONT ( 62 , 10 ) ;
109 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_HMETRIC" ;
110 Pos = MAP_APPFONT ( 206, 51 ) ;
111 Size = MAP_APPFONT ( 45, 60 ) ;
112 DropDown = TRUE ;
113 };
114 CheckBox CB_VRULER
115 {
116 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER" ;
117 Pos = MAP_APPFONT ( 142, 66 ) ;
118 Size = MAP_APPFONT ( 62, 10 ) ;
121 Text [ en-US ] = "Verti~cal ruler" ;
122 };
119 Text [ en-US ] = "Verti~cal ruler" ;
120 };
123 CheckBox CB_VRULER_RIGHT
124 {
125 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER_RIGHT";
126 Pos = MAP_APPFONT ( 148 , 79 ) ;
127 Size = MAP_APPFONT ( 100 , 10 ) ;
128 Text [ en-US ] = "Right-aligned";
121 CheckBox CB_VRULER_RIGHT
122 {
123 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER_RIGHT" ;
124 Pos = MAP_APPFONT ( 148, 79 ) ;
125 Size = MAP_APPFONT ( 100, 10 ) ;
126 Text [ en-US ] = "Right-aligned" ;
129 };
127 };
130 ListBox LB_VMETRIC
131 {
132 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_VMETRIC";
133 Pos = MAP_APPFONT ( 206 , 64 ) ;
134 Size = MAP_APPFONT ( 45 , 60 ) ;
135 DropDown = TRUE;
136 };
137 CheckBox CB_SMOOTH_SCROLL
128 ListBox LB_VMETRIC
138 {
129 {
139 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_SMOOTH_SCROLL";
140 Pos = MAP_APPFONT ( 136 , 79 ) ;
141 Size = MAP_APPFONT ( 108 , 10 ) ;
130 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_VMETRIC" ;
131 Pos = MAP_APPFONT ( 206, 64 ) ;
132 Size = MAP_APPFONT ( 45, 60 ) ;
133 DropDown = TRUE ;
134 };
135 CheckBox CB_SMOOTH_SCROLL
136 {
137 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_SMOOTH_SCROLL" ;
138 Pos = MAP_APPFONT ( 136, 79 ) ;
139 Size = MAP_APPFONT ( 108, 10 ) ;
142 Text [ en-US ] = "S~mooth scroll" ;
143 };
140 Text [ en-US ] = "S~mooth scroll" ;
141 };
144 FixedLine FL_DISP
142 FixedLine FL_DISP
145 {
143 {
146 Pos = MAP_APPFONT ( 6 , 56 ) ;
147 Size = MAP_APPFONT ( 118 , 8 ) ;
144 Pos = MAP_APPFONT ( 6, 56 ) ;
145 Size = MAP_APPFONT ( 118, 8 ) ;
148 Text [ en-US ] = "Display" ;
149 Group = TRUE ;
150 };
151 CheckBox CB_GRF
152 {
146 Text [ en-US ] = "Display" ;
147 Group = TRUE ;
148 };
149 CheckBox CB_GRF
150 {
153 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_GRF";
154 Pos = MAP_APPFONT ( 12 , 67 ) ;
155 Size = MAP_APPFONT ( 108 , 10 ) ;
151 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_GRF" ;
152 Pos = MAP_APPFONT ( 12, 67 ) ;
153 Size = MAP_APPFONT ( 108, 10 ) ;
156 Text [ en-US ] = "~Graphics and objects" ;
157 TabStop = TRUE ;
158 Group = TRUE ;
159 };
160 CheckBox CB_TBL
161 {
154 Text [ en-US ] = "~Graphics and objects" ;
155 TabStop = TRUE ;
156 Group = TRUE ;
157 };
158 CheckBox CB_TBL
159 {
162 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_TBL";
163 Pos = MAP_APPFONT ( 12 , 80 ) ;
164 Size = MAP_APPFONT ( 108 , 10 ) ;
160 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_TBL" ;
161 Pos = MAP_APPFONT ( 12, 80 ) ;
162 Size = MAP_APPFONT ( 108, 10 ) ;
165 Text [ en-US ] = "~Tables " ;
166 };
167 CheckBox CB_DRWFAST
168 {
163 Text [ en-US ] = "~Tables " ;
164 };
165 CheckBox CB_DRWFAST
166 {
169 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST";
170 Pos = MAP_APPFONT ( 12 , 93 ) ;
171 Size = MAP_APPFONT ( 108 , 10 ) ;
167 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST" ;
168 Pos = MAP_APPFONT ( 12, 93 ) ;
169 Size = MAP_APPFONT ( 108, 10 ) ;
172 Text [ en-US ] = "Dra~wings and controls" ;
173 };
174 CheckBox CB_FIELD
175 {
170 Text [ en-US ] = "Dra~wings and controls" ;
171 };
172 CheckBox CB_FIELD
173 {
176 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_FIELD";
177 Pos = MAP_APPFONT ( 12 , 106 ) ;
178 Size = MAP_APPFONT ( 108 , 10 ) ;
174 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_FIELD" ;
175 Pos = MAP_APPFONT ( 12, 106 ) ;
176 Size = MAP_APPFONT ( 108, 10 ) ;
179 Text [ en-US ] = "~Field codes" ;
180 };
181 CheckBox CB_POSTIT
182 {
177 Text [ en-US ] = "~Field codes" ;
178 };
179 CheckBox CB_POSTIT
180 {
183 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT";
184 Pos = MAP_APPFONT ( 12 , 119 ) ;
185 Size = MAP_APPFONT ( 108 , 10 ) ;
181 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT" ;
182 Pos = MAP_APPFONT ( 12, 119 ) ;
183 Size = MAP_APPFONT ( 108, 10 ) ;
186 Text [ en-US ] = "~Comments" ;
187 };
184 Text [ en-US ] = "~Comments" ;
185 };
188 FixedLine FL_SETTINGS
186 FixedLine FL_SETTINGS
189 {
187 {
190 Pos = MAP_APPFONT ( 130 , 122 ) ;
191 Size = MAP_APPFONT ( 124 , 8 ) ;
192 Text [ en-US ] = "Settings";
193 Hide = TRUE;
188 Pos = MAP_APPFONT ( 130, 122 ) ;
189 Size = MAP_APPFONT ( 124, 8 ) ;
190 Text [ en-US ] = "Settings" ;
191 Hide = TRUE ;
194 };
192 };
195 FixedText FT_METRIC
193 FixedText FT_METRIC
196 {
194 {
197 Pos = MAP_APPFONT ( 136 , 135 ) ;
198 Size = MAP_APPFONT ( 60 , 8 ) ;
199 Text [ en-US ] = "Measurement unit";
200 Hide = TRUE;
195 Pos = MAP_APPFONT ( 136, 135 ) ;
196 Size = MAP_APPFONT ( 60, 8 ) ;
197 Text [ en-US ] = "Measurement unit" ;
198 Hide = TRUE ;
201 };
199 };
202 ListBox LB_METRIC
200 ListBox LB_METRIC
203 {
201 {
204 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_METRIC";
205 Pos = MAP_APPFONT ( 199, 133 ) ;
206 Size = MAP_APPFONT ( 50 , 50 ) ;
202 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_METRIC" ;
203 Pos = MAP_APPFONT ( 199, 133 ) ;
204 Size = MAP_APPFONT ( 50, 50 ) ;
207 Border = TRUE ;
208 DropDown = TRUE ;
205 Border = TRUE ;
206 DropDown = TRUE ;
209 Hide = TRUE;
207 Hide = TRUE ;
210 };
211};
212/**************************************************************************/
213/* */
208 };
209};
210/**************************************************************************/
211/* */
214/* */
215/* */
216/**************************************************************************/
217TabPage TP_OPTPRINT_PAGE
218{
219 HelpID = HID_OPTPRINT_PAGE ;
212/**************************************************************************/
213TabPage TP_OPTPRINT_PAGE
214{
215 HelpID = HID_OPTPRINT_PAGE ;
220 Size = MAP_APPFONT ( 260 , 185 ) ;
216 Size = MAP_APPFONT ( 260, 185 ) ;
221 Hide = TRUE ;
217 Hide = TRUE ;
222 FixedLine FL_1
218 FixedLine FL_1
223 {
219 {
224 Pos = MAP_APPFONT ( 6 , 3 ) ;
225 Size = MAP_APPFONT ( 78 , 8 ) ;
220 Pos = MAP_APPFONT ( 6, 3 ) ;
221 Size = MAP_APPFONT ( 78, 8 ) ;
226 Text [ en-US ] = "Contents" ;
227 Group = TRUE ;
228 };
222 Text [ en-US ] = "Contents" ;
223 Group = TRUE ;
224 };
229 CheckBox CB_PGRF /*functionally merged with CB_PDRAW*/
225 CheckBox CB_PGRF /* functionally merged with CB_PDRAW */
230 {
226 {
231 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF";
232 Pos = MAP_APPFONT ( 12 , 14 ) ;
233 Size = MAP_APPFONT ( 70 , 10 ) ;
234 Text [ en-US ] = "~Pictures and objects" ;
227 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF" ;
228 Pos = MAP_APPFONT ( 12, 14 ) ;
229 Size = MAP_APPFONT ( 70, 10 ) ;
230 Text [ en-US ] = "~Pictures and objects" ;
235 TabStop = TRUE ;
236 Group = TRUE ;
237 };
238 CheckBox CB_CTRLFLD
239 {
231 TabStop = TRUE ;
232 Group = TRUE ;
233 };
234 CheckBox CB_CTRLFLD
235 {
240 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD";
241 Pos = MAP_APPFONT ( 12 , 27 ) ;
242 Size = MAP_APPFONT ( 70 , 10 ) ;
243 Text [ en-US ] = "Form control~s" ;
236 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD" ;
237 Pos = MAP_APPFONT ( 12, 27 ) ;
238 Size = MAP_APPFONT ( 70, 10 ) ;
239 Text [ en-US ] = "Form control~s" ;
244 };
245 CheckBox CB_BACKGROUND
246 {
240 };
241 CheckBox CB_BACKGROUND
242 {
247 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BACKGROUND";
248 Pos = MAP_APPFONT ( 12 , 40 ) ;
249 Size = MAP_APPFONT ( 70 , 10 ) ;
250 Text [ en-US ] = "Page ba~ckground" ;
243 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BACKGROUND" ;
244 Pos = MAP_APPFONT ( 12, 40 ) ;
245 Size = MAP_APPFONT ( 70, 10 ) ;
246 Text [ en-US ] = "Page ba~ckground" ;
251 };
252 CheckBox CB_BLACK_FONT
253 {
247 };
248 CheckBox CB_BLACK_FONT
249 {
254 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT";
255 Pos = MAP_APPFONT ( 12 , 53 ) ;
256 Size = MAP_APPFONT ( 70 , 10 ) ;
257 Text [ en-US ] = "Print text in blac~k" ;
250 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT" ;
251 Pos = MAP_APPFONT ( 12, 53 ) ;
252 Size = MAP_APPFONT ( 70, 10 ) ;
253 Text [ en-US ] = "Print text in blac~k" ;
258 };
254 };
259 CheckBox CB_HIDDEN_TEXT
260 {
261 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_HIDDEN_TEXT";
262 Pos = MAP_APPFONT ( 12 , 66 ) ;
263 Size = MAP_APPFONT ( 70 , 10 ) ;
264 Text [ en-US ] = "Hidden te~xt" ;
265 };
266 CheckBox CB_TEXT_PLACEHOLDER
267 {
268 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_TEXT_PLACEHOLDER";
269 Pos = MAP_APPFONT ( 12 , 79 ) ;
270 Size = MAP_APPFONT ( 70 , 10 ) ;
271 Text [ en-US ] = "Text ~placeholder" ;
272 };
273 FixedLine FL_SEP_PRT_LEFT
255 CheckBox CB_HIDDEN_TEXT
274 {
256 {
275 Pos = MAP_APPFONT ( 85 , 14 ) ;
276 Size = MAP_APPFONT ( 4 , 78 ) ;
277 Vert = TRUE;
278 };
279 FixedLine FL_2
257 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_HIDDEN_TEXT" ;
258 Pos = MAP_APPFONT ( 12, 66 ) ;
259 Size = MAP_APPFONT ( 70, 10 ) ;
260 Text [ en-US ] = "Hidden te~xt" ;
261 };
262 CheckBox CB_TEXT_PLACEHOLDER
280 {
263 {
281 Pos = MAP_APPFONT ( 90 , 3 ) ;
282 Size = MAP_APPFONT ( 78 , 8 ) ;
264 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_TEXT_PLACEHOLDER" ;
265 Pos = MAP_APPFONT ( 12, 79 ) ;
266 Size = MAP_APPFONT ( 70, 10 ) ;
267 Text [ en-US ] = "Text ~placeholder" ;
268 };
269 FixedLine FL_SEP_PRT_LEFT
270 {
271 Pos = MAP_APPFONT ( 85, 14 ) ;
272 Size = MAP_APPFONT ( 4, 78 ) ;
273 Vert = TRUE ;
274 };
275 FixedLine FL_2
276 {
277 Pos = MAP_APPFONT ( 90, 3 ) ;
278 Size = MAP_APPFONT ( 78, 8 ) ;
283 Text [ en-US ] = "Pages" ;
284 Group = TRUE ;
285 };
286 CheckBox CB_LEFTP
287 {
279 Text [ en-US ] = "Pages" ;
280 Group = TRUE ;
281 };
282 CheckBox CB_LEFTP
283 {
288 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP";
289 Pos = MAP_APPFONT ( 96 , 14 ) ;
290 Size = MAP_APPFONT ( 70 , 10 ) ;
284 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP" ;
285 Pos = MAP_APPFONT ( 96, 14 ) ;
286 Size = MAP_APPFONT ( 70, 10 ) ;
291 Text [ en-US ] = "~Left pages" ;
292 TabStop = TRUE ;
293 Group = TRUE ;
294 };
295 CheckBox CB_RIGHTP
296 {
287 Text [ en-US ] = "~Left pages" ;
288 TabStop = TRUE ;
289 Group = TRUE ;
290 };
291 CheckBox CB_RIGHTP
292 {
297 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP";
298 Pos = MAP_APPFONT ( 96 , 27 ) ;
299 Size = MAP_APPFONT ( 70 , 10 ) ;
293 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP" ;
294 Pos = MAP_APPFONT ( 96, 27 ) ;
295 Size = MAP_APPFONT ( 70, 10 ) ;
300 Text [ en-US ] = "~Right pages" ;
301 };
302/*
296 Text [ en-US ] = "~Right pages" ;
297 };
298/*
303 removed, noe handled by the new print dialog (i.e. vcl) itself
299 removed, now handled by the new print dialog (i.e. vcl) itself
304 CheckBox CB_REVERSE
305 {
300 CheckBox CB_REVERSE
301 {
306 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE";
307 Pos = MAP_APPFONT ( 96 , 40 ) ;
308 Size = MAP_APPFONT ( 70 , 10 ) ;
302 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE" ;
303 Pos = MAP_APPFONT ( 96, 40 ) ;
304 Size = MAP_APPFONT ( 70, 10 ) ;
309 Text [ en-US ] = "Re~versed" ;
310 };
311*/
312 CheckBox CB_PROSPECT
313 {
305 Text [ en-US ] = "Re~versed" ;
306 };
307*/
308 CheckBox CB_PROSPECT
309 {
314 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT";
315 Pos = MAP_APPFONT ( 96 , 40 ) ;
316 Size = MAP_APPFONT ( 70 , 10 ) ;
310 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT" ;
311 Pos = MAP_APPFONT ( 96, 40 ) ;
312 Size = MAP_APPFONT ( 70, 10 ) ;
317 Text [ en-US ] = "Broch~ure" ;
318 };
319 CheckBox CB_PROSPECT_RTL
320 {
313 Text [ en-US ] = "Broch~ure" ;
314 };
315 CheckBox CB_PROSPECT_RTL
316 {
321 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT_RTL";
322 Pos = MAP_APPFONT ( 103 , 53 ) ;
323 Size = MAP_APPFONT ( 70 , 10 ) ;
317 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT_RTL" ;
318 Pos = MAP_APPFONT ( 103, 53 ) ;
319 Size = MAP_APPFONT ( 70, 10 ) ;
324 Text [ en-US ] = "Right to Left" ;
325 };
326 RadioButton RB_NO
327 {
320 Text [ en-US ] = "Right to Left" ;
321 };
322 RadioButton RB_NO
323 {
328 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_NO";
329 Pos = MAP_APPFONT ( 180 , 14 ) ;
330 Size = MAP_APPFONT ( 74 , 10 ) ;
324 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_NO" ;
325 Pos = MAP_APPFONT ( 180, 14 ) ;
326 Size = MAP_APPFONT ( 74, 10 ) ;
331 Text [ en-US ] = "~None" ;
332 TabStop = TRUE ;
333 Group = TRUE ;
334 };
335 RadioButton RB_ONLY
336 {
327 Text [ en-US ] = "~None" ;
328 TabStop = TRUE ;
329 Group = TRUE ;
330 };
331 RadioButton RB_ONLY
332 {
337 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_ONLY";
338 Pos = MAP_APPFONT ( 180 , 27 ) ;
339 Size = MAP_APPFONT ( 74 , 10 ) ;
333 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_ONLY" ;
334 Pos = MAP_APPFONT ( 180, 27 ) ;
335 Size = MAP_APPFONT ( 74, 10 ) ;
340 Text [ en-US ] = "Comments ~only" ;
341 };
342 RadioButton RB_END
343 {
336 Text [ en-US ] = "Comments ~only" ;
337 };
338 RadioButton RB_END
339 {
344 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_END";
345 Pos = MAP_APPFONT ( 180 , 40 ) ;
346 Size = MAP_APPFONT ( 74 , 10 ) ;
340 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_END" ;
341 Pos = MAP_APPFONT ( 180, 40 ) ;
342 Size = MAP_APPFONT ( 74, 10 ) ;
347 Text [ en-US ] = "End of docu~ment" ;
348 };
349 RadioButton RB_PAGEEND
350 {
343 Text [ en-US ] = "End of docu~ment" ;
344 };
345 RadioButton RB_PAGEEND
346 {
351 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_PAGEEND";
352 Pos = MAP_APPFONT ( 180 , 53 ) ;
353 Size = MAP_APPFONT ( 74 , 10 ) ;
347 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_PAGEEND" ;
348 Pos = MAP_APPFONT ( 180, 53 ) ;
349 Size = MAP_APPFONT ( 74, 10 ) ;
354 Text [ en-US ] = "~End of page" ;
355 };
350 Text [ en-US ] = "~End of page" ;
351 };
356 FixedLine FL_SEP_PRT_RIGHT
352 FixedLine FL_SEP_PRT_RIGHT
357 {
353 {
358 Pos = MAP_APPFONT ( 169 , 14 ) ;
359 Size = MAP_APPFONT ( 4 , 78 ) ;
360 Vert = TRUE;
361 };
362 FixedLine FL_3
354 Pos = MAP_APPFONT ( 169, 14 ) ;
355 Size = MAP_APPFONT ( 4, 78 ) ;
356 Vert = TRUE ;
357 };
358 FixedLine FL_3
363 {
359 {
364 Pos = MAP_APPFONT ( 174 , 3 ) ;
365 Size = MAP_APPFONT ( 80 , 8 ) ;
360 Pos = MAP_APPFONT ( 174, 3 ) ;
361 Size = MAP_APPFONT ( 80, 8 ) ;
366 Text [ en-US ] = "Comments" ;
367 Group = TRUE ;
368 };
362 Text [ en-US ] = "Comments" ;
363 Group = TRUE ;
364 };
369 FixedLine FL_4
365 FixedLine FL_4
370 {
366 {
371 Pos = MAP_APPFONT ( 6 , 95 ) ;
372 Size = MAP_APPFONT ( 248 , 8 ) ;
373 Group = TRUE ;
374 Text [ en-US ] = "Other";
367 Pos = MAP_APPFONT ( 6, 95 ) ;
368 Size = MAP_APPFONT ( 248, 8 ) ;
369 Group = TRUE ;
370 Text [ en-US ] = "Other" ;
375 };
371 };
376 CheckBox CB_PRINTEMPTYPAGES
377 {
378 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PRINTEMPTYPAGES";
379 Pos = MAP_APPFONT ( 12 , 106 ) ;
380 Size = MAP_APPFONT ( 200 , 10 ) ;
381 TabStop = TRUE ;
382 Text [ en-US ] = "Print ~automatically inserted blank pages";
383 };
372 CheckBox CB_PRINTEMPTYPAGES
373 {
374 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PRINTEMPTYPAGES" ;
375 Pos = MAP_APPFONT ( 12, 106 ) ;
376 Size = MAP_APPFONT ( 200, 10 ) ;
377 TabStop = TRUE ;
378 Text [ en-US ] = "Print ~automatically inserted blank pages" ;
379 };
384/*
380/*
385 CheckBox CB_SINGLEJOBS
381 CheckBox CB_SINGLEJOBS
386 {
382 {
387 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS";
388 Pos = MAP_APPFONT ( 12 , 119 ) ;
389 Size = MAP_APPFONT ( 200 , 10 ) ;
383 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS" ;
384 Pos = MAP_APPFONT ( 12, 119 ) ;
385 Size = MAP_APPFONT ( 200, 10 ) ;
390 TabStop = TRUE ;
391 Text [ en-US ] = "Create s~ingle print jobs" ;
392 };
393*/
394 CheckBox CB_PAPERFROMSETUP
395 {
386 TabStop = TRUE ;
387 Text [ en-US ] = "Create s~ingle print jobs" ;
388 };
389*/
390 CheckBox CB_PAPERFROMSETUP
391 {
396 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP";
397 Pos = MAP_APPFONT ( 12 , 119 ) ;
398 Size = MAP_APPFONT ( 200 , 10 ) ;
392 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP" ;
393 Pos = MAP_APPFONT ( 12, 119 ) ;
394 Size = MAP_APPFONT ( 200, 10 ) ;
399 TabStop = TRUE ;
395 TabStop = TRUE ;
400 Text [ en-US ] = "~Paper tray from printer settings";
396 Text [ en-US ] = "~Paper tray from printer settings" ;
401 };
397 };
402 FixedText FT_FAX
398 FixedText FT_FAX
403 {
399 {
404 Pos = MAP_APPFONT ( 12 , 134 ) ;
405 Size = MAP_APPFONT ( 50 , 8 ) ;
400 Pos = MAP_APPFONT ( 12, 134 ) ;
401 Size = MAP_APPFONT ( 50, 8 ) ;
406 Group = TRUE ;
402 Group = TRUE ;
407 Text [ en-US ] = "~Fax";
403 Text [ en-US ] = "~Fax" ;
408 };
409 ListBox LB_FAX
410 {
404 };
405 ListBox LB_FAX
406 {
411 HelpID = "sw:ListBox:TP_OPTPRINT_PAGE:LB_FAX";
407 HelpID = "sw:ListBox:TP_OPTPRINT_PAGE:LB_FAX" ;
412 Border = TRUE ;
408 Border = TRUE ;
413 Pos = MAP_APPFONT ( 70 , 132 ) ;
414 Size = MAP_APPFONT ( 184 , 70 ) ;
409 Pos = MAP_APPFONT ( 70, 132 ) ;
410 Size = MAP_APPFONT ( 184, 70 ) ;
415 TabStop = TRUE ;
416 DropDown = TRUE ;
417 Group = TRUE ;
418 };
411 TabStop = TRUE ;
412 DropDown = TRUE ;
413 Group = TRUE ;
414 };
419 String ST_NONE
420 {
421 Text [ en-US ] = "<None>";
415 String ST_NONE
416 {
417 Text [ en-US ] = "<None>" ;
422 };
423};
424/**************************************************************************/
425/* */
418 };
419};
420/**************************************************************************/
421/* */
426/* */
427/* */
428/**************************************************************************/
429TabPage TP_STD_FONT
430{
431 HelpID = HID_STD_FONT ;
422/**************************************************************************/
423TabPage TP_STD_FONT
424{
425 HelpID = HID_STD_FONT ;
432 Size = MAP_APPFONT ( 260 , 185 ) ;
426 Size = MAP_APPFONT ( 260, 185 ) ;
433 Hide = TRUE ;
427 Hide = TRUE ;
434 FixedLine FL_STDCHR
428 FixedLine FL_STDCHR
435 {
429 {
436 Pos = MAP_APPFONT ( 6 , 3 ) ;
437 Size = MAP_APPFONT ( 248 , 8 ) ;
438 Text [ en-US ] = "Basic fonts (%1)";
430 Pos = MAP_APPFONT ( 6, 3 ) ;
431 Size = MAP_APPFONT ( 248, 8 ) ;
432 Text [ en-US ] = "Basic fonts (%1)" ;
439 };
433 };
440 FixedText FT_TYPE
441 {
442 Pos = MAP_APPFONT ( 63 , 14 ) ;
443 Size = MAP_APPFONT ( 100 , 8 ) ;
444 Text [ en-US ] = "Font";
445 };
446 FixedText FT_SIZE
447 {
448 Pos = MAP_APPFONT ( 204 , 14 ) ;
449 Size = MAP_APPFONT ( 30 , 8 ) ;
450 Text [ en-US ] = "Size";
451 };
452 MetricBox LB_STANDARD_SIZE
453 {
454 HelpID = "sw:MetricBox:TP_STD_FONT:LB_STANDARD_SIZE";
455 Pos = MAP_APPFONT ( 204 , 25 ) ;
456 Size = MAP_APPFONT ( 30 , 60 ) ;
457 Border = TRUE ;
458 DropDown = TRUE;
459 };
460 MetricBox LB_TITLE_SIZE
461 {
462 HelpID = "sw:MetricBox:TP_STD_FONT:LB_TITLE_SIZE";
463 Pos = MAP_APPFONT ( 204 , 42 ) ;
464 Size = MAP_APPFONT ( 30 , 60 ) ;
465 Border = TRUE ;
466 DropDown = TRUE;
467 };
468 MetricBox LB_LIST_SIZE
469 {
470 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LIST_SIZE";
471 Pos = MAP_APPFONT ( 204 , 59 ) ;
472 Size = MAP_APPFONT ( 30 , 60 ) ;
473 Border = TRUE ;
474 DropDown = TRUE;
475 };
476 MetricBox LB_LABEL_SIZE
477 {
478 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LABEL_SIZE";
479 Pos = MAP_APPFONT ( 204 , 76 ) ;
480 Size = MAP_APPFONT ( 30 , 60 ) ;
481 Border = TRUE ;
482 DropDown = TRUE;
483 };
484 MetricBox LB_INDEX_SIZE
485 {
486 HelpID = "sw:MetricBox:TP_STD_FONT:LB_INDEX_SIZE";
487 Pos = MAP_APPFONT ( 204 , 93 ) ;
488 Size = MAP_APPFONT ( 30 , 60 ) ;
489 Border = TRUE ;
490 DropDown = TRUE;
491 };
492 FixedText FT_STANDARD
434 FixedText FT_TYPE
493 {
435 {
494 Pos = MAP_APPFONT ( 12 , 26 ) ;
495 Size = MAP_APPFONT ( 48 , 10 ) ;
436 Pos = MAP_APPFONT ( 63, 14 ) ;
437 Size = MAP_APPFONT ( 100, 8 ) ;
438 Text [ en-US ] = "Font" ;
439 };
440 FixedText FT_SIZE
441 {
442 Pos = MAP_APPFONT ( 204, 14 ) ;
443 Size = MAP_APPFONT ( 30, 8 ) ;
444 Text [ en-US ] = "Size" ;
445 };
446 MetricBox LB_STANDARD_SIZE
447 {
448 HelpID = "sw:MetricBox:TP_STD_FONT:LB_STANDARD_SIZE" ;
449 Pos = MAP_APPFONT ( 204, 25 ) ;
450 Size = MAP_APPFONT ( 30, 60 ) ;
451 Border = TRUE ;
452 DropDown = TRUE ;
453 };
454 MetricBox LB_TITLE_SIZE
455 {
456 HelpID = "sw:MetricBox:TP_STD_FONT:LB_TITLE_SIZE" ;
457 Pos = MAP_APPFONT ( 204, 42 ) ;
458 Size = MAP_APPFONT ( 30, 60 ) ;
459 Border = TRUE ;
460 DropDown = TRUE ;
461 };
462 MetricBox LB_LIST_SIZE
463 {
464 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LIST_SIZE" ;
465 Pos = MAP_APPFONT ( 204, 59 ) ;
466 Size = MAP_APPFONT ( 30, 60 ) ;
467 Border = TRUE ;
468 DropDown = TRUE ;
469 };
470 MetricBox LB_LABEL_SIZE
471 {
472 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LABEL_SIZE" ;
473 Pos = MAP_APPFONT ( 204, 76 ) ;
474 Size = MAP_APPFONT ( 30, 60 ) ;
475 Border = TRUE ;
476 DropDown = TRUE ;
477 };
478 MetricBox LB_INDEX_SIZE
479 {
480 HelpID = "sw:MetricBox:TP_STD_FONT:LB_INDEX_SIZE" ;
481 Pos = MAP_APPFONT ( 204, 93 ) ;
482 Size = MAP_APPFONT ( 30, 60 ) ;
483 Border = TRUE ;
484 DropDown = TRUE ;
485 };
486 FixedText FT_STANDARD
487 {
488 Pos = MAP_APPFONT ( 12, 26 ) ;
489 Size = MAP_APPFONT ( 48, 10 ) ;
496 Left = TRUE ;
497 Text [ en-US ] = "De~fault" ;
498 };
499 FixedText FT_TITLE
500 {
490 Left = TRUE ;
491 Text [ en-US ] = "De~fault" ;
492 };
493 FixedText FT_TITLE
494 {
501 Pos = MAP_APPFONT ( 12 , 43 ) ;
502 Size = MAP_APPFONT ( 48 , 10 ) ;
495 Pos = MAP_APPFONT ( 12, 43 ) ;
496 Size = MAP_APPFONT ( 48, 10 ) ;
503 Text [ en-US ] = "Headin~g" ;
504 Left = TRUE ;
505 };
506 FixedText FT_LIST
507 {
497 Text [ en-US ] = "Headin~g" ;
498 Left = TRUE ;
499 };
500 FixedText FT_LIST
501 {
508 Pos = MAP_APPFONT ( 12 , 60 ) ;
509 Size = MAP_APPFONT ( 48 , 10 ) ;
502 Pos = MAP_APPFONT ( 12, 60 ) ;
503 Size = MAP_APPFONT ( 48, 10 ) ;
510 Text [ en-US ] = "~List" ;
511 Left = TRUE ;
512 };
513 FixedText FT_LABEL
514 {
504 Text [ en-US ] = "~List" ;
505 Left = TRUE ;
506 };
507 FixedText FT_LABEL
508 {
515 Pos = MAP_APPFONT ( 12 , 77 ) ;
516 Size = MAP_APPFONT ( 48 , 10 ) ;
509 Pos = MAP_APPFONT ( 12, 77 ) ;
510 Size = MAP_APPFONT ( 48, 10 ) ;
517 Text [ en-US ] = "C~aption" ;
518 Left = TRUE ;
519 };
520 FixedText FT_IDX
521 {
511 Text [ en-US ] = "C~aption" ;
512 Left = TRUE ;
513 };
514 FixedText FT_IDX
515 {
522 Pos = MAP_APPFONT ( 12 , 94 ) ;
523 Size = MAP_APPFONT ( 48 , 10 ) ;
516 Pos = MAP_APPFONT ( 12, 94 ) ;
517 Size = MAP_APPFONT ( 48, 10 ) ;
524 Text [ en-US ] = "~Index" ;
525 Left = TRUE ;
526 };
527 ComboBox LB_STANDARD
528 {
518 Text [ en-US ] = "~Index" ;
519 Left = TRUE ;
520 };
521 ComboBox LB_STANDARD
522 {
529 HelpID = "sw:ComboBox:TP_STD_FONT:LB_STANDARD";
530 Pos = MAP_APPFONT ( 63 , 25 ) ;
531 Size = MAP_APPFONT ( 135 , 73 ) ;
523 HelpID = "sw:ComboBox:TP_STD_FONT:LB_STANDARD" ;
524 Pos = MAP_APPFONT ( 63, 25 ) ;
525 Size = MAP_APPFONT ( 135, 73 ) ;
532 TabStop = TRUE ;
533 DropDown = TRUE ;
534 Sort = TRUE ;
535 };
536 ComboBox LB_TITLE
537 {
526 TabStop = TRUE ;
527 DropDown = TRUE ;
528 Sort = TRUE ;
529 };
530 ComboBox LB_TITLE
531 {
538 HelpID = "sw:ComboBox:TP_STD_FONT:LB_TITLE";
539 Pos = MAP_APPFONT ( 63 , 42 ) ;
532 HelpID = "sw:ComboBox:TP_STD_FONT:LB_TITLE" ;
533 Pos = MAP_APPFONT ( 63, 42 ) ;
540 Size = MAP_APPFONT ( 135, 73 ) ;
541 TabStop = TRUE ;
542 DropDown = TRUE ;
543 Sort = TRUE ;
544 };
545 ComboBox LB_LIST
546 {
534 Size = MAP_APPFONT ( 135, 73 ) ;
535 TabStop = TRUE ;
536 DropDown = TRUE ;
537 Sort = TRUE ;
538 };
539 ComboBox LB_LIST
540 {
547 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LIST";
548 Pos = MAP_APPFONT ( 63 , 59 ) ;
549 Size = MAP_APPFONT ( 135 , 73 ) ;
541 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LIST" ;
542 Pos = MAP_APPFONT ( 63, 59 ) ;
543 Size = MAP_APPFONT ( 135, 73 ) ;
550 TabStop = TRUE ;
551 DropDown = TRUE ;
552 Sort = TRUE ;
553 };
554 ComboBox LB_LABEL
555 {
544 TabStop = TRUE ;
545 DropDown = TRUE ;
546 Sort = TRUE ;
547 };
548 ComboBox LB_LABEL
549 {
556 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LABEL";
557 Pos = MAP_APPFONT ( 63 , 76 ) ;
558 Size = MAP_APPFONT ( 135 , 73 ) ;
550 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LABEL" ;
551 Pos = MAP_APPFONT ( 63, 76 ) ;
552 Size = MAP_APPFONT ( 135, 73 ) ;
559 TabStop = TRUE ;
560 DropDown = TRUE ;
561 Sort = TRUE ;
562 };
563 ComboBox LB_IDX
564 {
553 TabStop = TRUE ;
554 DropDown = TRUE ;
555 Sort = TRUE ;
556 };
557 ComboBox LB_IDX
558 {
565 HelpID = "sw:ComboBox:TP_STD_FONT:LB_IDX";
566 Pos = MAP_APPFONT ( 63 , 94 ) ;
559 HelpID = "sw:ComboBox:TP_STD_FONT:LB_IDX" ;
560 Pos = MAP_APPFONT ( 63, 94 ) ;
567 Size = MAP_APPFONT ( 135, 73 ) ;
568 TabStop = TRUE ;
569 DropDown = TRUE ;
570 Sort = TRUE ;
571 };
572 CheckBox CB_DOCONLY
573 {
561 Size = MAP_APPFONT ( 135, 73 ) ;
562 TabStop = TRUE ;
563 DropDown = TRUE ;
564 Sort = TRUE ;
565 };
566 CheckBox CB_DOCONLY
567 {
574 HelpID = "sw:CheckBox:TP_STD_FONT:CB_DOCONLY";
575 Pos = MAP_APPFONT ( 12 , 111 ) ;
576 Size = MAP_APPFONT ( 147 , 10 ) ;
568 HelpID = "sw:CheckBox:TP_STD_FONT:CB_DOCONLY" ;
569 Pos = MAP_APPFONT ( 12, 111 ) ;
570 Size = MAP_APPFONT ( 147, 10 ) ;
577 Text [ en-US ] = "C~urrent document only" ;
578 };
579 PushButton PB_STANDARD
580 {
571 Text [ en-US ] = "C~urrent document only" ;
572 };
573 PushButton PB_STANDARD
574 {
581 HelpID = "sw:PushButton:TP_STD_FONT:PB_STANDARD";
582 Pos = MAP_APPFONT ( 204 , 165 ) ;
583 Size = MAP_APPFONT ( 50 , 14 ) ;
575 HelpID = "sw:PushButton:TP_STD_FONT:PB_STANDARD" ;
576 Pos = MAP_APPFONT ( 204, 165 ) ;
577 Size = MAP_APPFONT ( 50, 14 ) ;
584 Text [ en-US ] = "~Default" ;
585 };
578 Text [ en-US ] = "~Default" ;
579 };
586 String ST_SCRIPT_ASIAN
587 {
588 Text [ en-US ] = "Asian";
580 String ST_SCRIPT_ASIAN
581 {
582 Text [ en-US ] = "Asian" ;
589 };
583 };
590 String ST_SCRIPT_CTL
591 {
592 Text [ en-US ] = "CTL";
584 String ST_SCRIPT_CTL
585 {
586 Text [ en-US ] = "CTL" ;
593 };
587 };
594 String ST_SCRIPT_WESTERN
595 {
596 Text [ en-US ] = "Western";
588 String ST_SCRIPT_WESTERN
589 {
590 Text [ en-US ] = "Western" ;
597 };
598};
599/**************************************************************************/
600/* */
591 };
592};
593/**************************************************************************/
594/* */
601/* */
602/* */
603/**************************************************************************/
604TabPage TP_OPTTABLE_PAGE
605{
606 HelpID = HID_OPTTABLE_PAGE ;
595/**************************************************************************/
596TabPage TP_OPTTABLE_PAGE
597{
598 HelpID = HID_OPTTABLE_PAGE ;
607 Size = MAP_APPFONT ( 260 , 185 ) ;
599 Size = MAP_APPFONT ( 260, 185 ) ;
608 Hide = TRUE ;
600 Hide = TRUE ;
609 FixedLine FL_TABLE
601 FixedLine FL_TABLE
610 {
602 {
611 Pos = MAP_APPFONT ( 6 , 3 ) ;
612 Size = MAP_APPFONT ( 113 , 8 ) ;
613 Text [ en-US ] = "Default";
603 Pos = MAP_APPFONT ( 6, 3 ) ;
604 Size = MAP_APPFONT ( 113, 8 ) ;
605 Text [ en-US ] = "Default" ;
614 };
606 };
615 CheckBox CB_HEADER
607 CheckBox CB_HEADER
616 {
608 {
617 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_HEADER";
618 Pos = MAP_APPFONT ( 12 , 14 ) ;
619 Size = MAP_APPFONT ( 107 , 10 ) ;
609 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_HEADER" ;
610 Pos = MAP_APPFONT ( 12, 14 ) ;
611 Size = MAP_APPFONT ( 107, 10 ) ;
620 TabStop = TRUE ;
612 TabStop = TRUE ;
621 Text [ en-US ] = "H~eading";
613 Text [ en-US ] = "H~eading" ;
622 };
623 CheckBox CB_REPEAT_HEADER
624 {
614 };
615 CheckBox CB_REPEAT_HEADER
616 {
625 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_REPEAT_HEADER";
626 Pos = MAP_APPFONT ( 21 , 27 ) ;
627 Size = MAP_APPFONT ( 99 , 10 ) ;
617 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_REPEAT_HEADER" ;
618 Pos = MAP_APPFONT ( 21, 27 ) ;
619 Size = MAP_APPFONT ( 99, 10 ) ;
628 TabStop = TRUE ;
620 TabStop = TRUE ;
629 Text [ en-US ] = "Re~peat on each page";
621 Text [ en-US ] = "Re~peat on each page" ;
630 };
631 CheckBox CB_DONT_SPLIT
632 {
622 };
623 CheckBox CB_DONT_SPLIT
624 {
633 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_DONT_SPLIT";
634 Pos = MAP_APPFONT ( 12 , 40 ) ;
635 Size = MAP_APPFONT ( 107 , 10 ) ;
625 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_DONT_SPLIT" ;
626 Pos = MAP_APPFONT ( 12, 40 ) ;
627 Size = MAP_APPFONT ( 107, 10 ) ;
636 TabStop = TRUE ;
628 TabStop = TRUE ;
637 Text [ en-US ] = "Do not split";
629 Text [ en-US ] = "Do not split" ;
638 };
639 CheckBox CB_BORDER
640 {
630 };
631 CheckBox CB_BORDER
632 {
641 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_BORDER";
642 Pos = MAP_APPFONT ( 12 , 53 ) ;
643 Size = MAP_APPFONT ( 107 , 10 ) ;
633 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_BORDER" ;
634 Pos = MAP_APPFONT ( 12, 53 ) ;
635 Size = MAP_APPFONT ( 107, 10 ) ;
644 TabStop = TRUE ;
636 TabStop = TRUE ;
645 Text [ en-US ] = "B~order";
637 Text [ en-US ] = "B~order" ;
646 };
638 };
647 FixedLine FL_TABLE_SEPARATOR
639 FixedLine FL_TABLE_SEPARATOR
648 {
640 {
649 Pos = MAP_APPFONT ( 120 , 14 ) ;
650 Size = MAP_APPFONT ( 4 , 52 ) ;
651 Vert = TRUE;
652 };
653 FixedLine FL_TABLE_INSERT
641 Pos = MAP_APPFONT ( 120, 14 ) ;
642 Size = MAP_APPFONT ( 4, 52 ) ;
643 Vert = TRUE ;
644 };
645 FixedLine FL_TABLE_INSERT
654 {
646 {
655 Pos = MAP_APPFONT ( 125 , 3 ) ;
656 Size = MAP_APPFONT ( 129 , 8 ) ;
657 Text [ en-US ] = "Input in tables";
647 Pos = MAP_APPFONT ( 125, 3 ) ;
648 Size = MAP_APPFONT ( 129, 8 ) ;
649 Text [ en-US ] = "Input in tables" ;
658 };
650 };
659 CheckBox CB_NUMFORMATTING
651 CheckBox CB_NUMFORMATTING
660 {
652 {
661 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFORMATTING";
662 Pos = MAP_APPFONT ( 131 , 14 ) ;
663 Size = MAP_APPFONT ( 118 , 10 ) ;
653 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFORMATTING" ;
654 Pos = MAP_APPFONT ( 131, 14 ) ;
655 Size = MAP_APPFONT ( 118, 10 ) ;
664 TabStop = TRUE ;
656 TabStop = TRUE ;
665 Text [ en-US ] = "Number recognition";
657 Text [ en-US ] = "Number recognition" ;
666 };
667 CheckBox CB_NUMFMT_FORMATTING
668 {
658 };
659 CheckBox CB_NUMFMT_FORMATTING
660 {
669 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFMT_FORMATTING";
670 Pos = MAP_APPFONT ( 140 , 27 ) ;
671 Size = MAP_APPFONT ( 114 , 10 ) ;
661 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFMT_FORMATTING" ;
662 Pos = MAP_APPFONT ( 140, 27 ) ;
663 Size = MAP_APPFONT ( 114, 10 ) ;
672 TabStop = TRUE ;
664 TabStop = TRUE ;
673 Text [ en-US ] = "Number format recognition";
665 Text [ en-US ] = "Number format recognition" ;
674 };
675 CheckBox CB_NUMALIGNMENT
676 {
666 };
667 CheckBox CB_NUMALIGNMENT
668 {
677 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMALIGNMENT";
678 Pos = MAP_APPFONT ( 140 , 40 ) ;
679 Size = MAP_APPFONT ( 114 , 10 ) ;
669 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMALIGNMENT" ;
670 Pos = MAP_APPFONT ( 140, 40 ) ;
671 Size = MAP_APPFONT ( 114, 10 ) ;
680 TabStop = TRUE ;
672 TabStop = TRUE ;
681 Text [ en-US ] = "Alignment";
673 Text [ en-US ] = "Alignment" ;
682 };
674 };
683 FixedLine FL_MOVE
675 FixedLine FL_MOVE
684 {
676 {
685 Pos = MAP_APPFONT ( 6 , 69 ) ;
686 Size = MAP_APPFONT ( 248 , 8 ) ;
687 Text [ en-US ] = "Keyboard handling";
677 Pos = MAP_APPFONT ( 6, 69 ) ;
678 Size = MAP_APPFONT ( 248, 8 ) ;
679 Text [ en-US ] = "Keyboard handling" ;
688 };
680 };
689 FixedText FT_MOVE
681 FixedText FT_MOVE
690 {
682 {
691 Pos = MAP_APPFONT ( 12 , 80) ;
692 Size = MAP_APPFONT ( 100 , 8 ) ;
693 Text [ en-US ] = "Move cells";
683 Pos = MAP_APPFONT ( 12, 80) ;
684 Size = MAP_APPFONT ( 100, 8 ) ;
685 Text [ en-US ] = "Move cells" ;
694 };
686 };
695 FixedText FT_ROWMOVE
687 FixedText FT_ROWMOVE
696 {
688 {
697 Pos = MAP_APPFONT ( 21 , 93 ) ;
698 Size = MAP_APPFONT ( 51 , 8 ) ;
689 Pos = MAP_APPFONT ( 21, 93 ) ;
690 Size = MAP_APPFONT ( 51, 8 ) ;
699 Text [ en-US ] = "~Row" ;
700 };
701 MetricField MF_ROWMOVE
702 {
691 Text [ en-US ] = "~Row" ;
692 };
693 MetricField MF_ROWMOVE
694 {
703 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWMOVE";
695 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWMOVE" ;
704 Border = TRUE ;
696 Border = TRUE ;
705 Pos = MAP_APPFONT ( 83 , 91 ) ;
706 Size = MAP_APPFONT ( 40 , 12 ) ;
697 Pos = MAP_APPFONT ( 83, 91 ) ;
698 Size = MAP_APPFONT ( 40, 12 ) ;
707 Left = TRUE ;
708 Repeat = TRUE ;
709 Spin = TRUE ;
710 DecimalDigits = 2 ;
711 Unit = FUNIT_CM ;
712 SpinSize = 10 ;
713 Minimum = 25 ;
714 Maximum = 999 ;
715 First = 25 ;
716 Last = 2000 ;
717 };
718 FixedText FT_COLMOVE
719 {
699 Left = TRUE ;
700 Repeat = TRUE ;
701 Spin = TRUE ;
702 DecimalDigits = 2 ;
703 Unit = FUNIT_CM ;
704 SpinSize = 10 ;
705 Minimum = 25 ;
706 Maximum = 999 ;
707 First = 25 ;
708 Last = 2000 ;
709 };
710 FixedText FT_COLMOVE
711 {
720 Pos = MAP_APPFONT ( 21 , 108 ) ;
721 Size = MAP_APPFONT ( 51 , 8 ) ;
712 Pos = MAP_APPFONT ( 21, 108 ) ;
713 Size = MAP_APPFONT ( 51, 8 ) ;
722 Text [ en-US ] = "~Column" ;
723 };
724 MetricField MF_COLMOVE
725 {
714 Text [ en-US ] = "~Column" ;
715 };
716 MetricField MF_COLMOVE
717 {
726 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLMOVE";
718 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLMOVE" ;
727 Border = TRUE ;
719 Border = TRUE ;
728 Pos = MAP_APPFONT ( 83 , 106 ) ;
729 Size = MAP_APPFONT ( 40 , 12 ) ;
720 Pos = MAP_APPFONT ( 83, 106 ) ;
721 Size = MAP_APPFONT ( 40, 12 ) ;
730 Left = TRUE ;
731 Repeat = TRUE ;
732 Spin = TRUE ;
733 DecimalDigits = 2 ;
734 Unit = FUNIT_CM ;
735 SpinSize = 10 ;
736 Minimum = 25 ;
737 Maximum = 999 ;
738 First = 25 ;
739 Last = 2000 ;
740 };
722 Left = TRUE ;
723 Repeat = TRUE ;
724 Spin = TRUE ;
725 DecimalDigits = 2 ;
726 Unit = FUNIT_CM ;
727 SpinSize = 10 ;
728 Minimum = 25 ;
729 Maximum = 999 ;
730 First = 25 ;
731 Last = 2000 ;
732 };
741 FixedText FT_INSERT
733 FixedText FT_INSERT
742 {
734 {
743 Pos = MAP_APPFONT ( 136 , 80 ) ;
744 Size = MAP_APPFONT ( 110 , 8 ) ;
745 Text [ en-US ] = "Insert cell";
735 Pos = MAP_APPFONT ( 136, 80 ) ;
736 Size = MAP_APPFONT ( 110, 8 ) ;
737 Text [ en-US ] = "Insert cell" ;
746 };
747 FixedText FT_ROWINSERT
748 {
738 };
739 FixedText FT_ROWINSERT
740 {
749 Pos = MAP_APPFONT ( 145 , 93 ) ;
750 Size = MAP_APPFONT ( 51 , 8 ) ;
741 Pos = MAP_APPFONT ( 145, 93 ) ;
742 Size = MAP_APPFONT ( 51, 8 ) ;
751 Text [ en-US ] = "Ro~w" ;
752 };
753 MetricField MF_ROWINSERT
754 {
743 Text [ en-US ] = "Ro~w" ;
744 };
745 MetricField MF_ROWINSERT
746 {
755 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWINSERT";
747 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWINSERT" ;
756 Border = TRUE ;
748 Border = TRUE ;
757 Pos = MAP_APPFONT ( 211 , 91 ) ;
758 Size = MAP_APPFONT ( 40 , 12 ) ;
749 Pos = MAP_APPFONT ( 211, 91 ) ;
750 Size = MAP_APPFONT ( 40, 12 ) ;
759 Left = TRUE ;
760 Repeat = TRUE ;
761 Spin = TRUE ;
762 DecimalDigits = 2 ;
763 Unit = FUNIT_CM ;
764 SpinSize = 10 ;
765 Minimum = 25 ;
766 Maximum = 999 ;
767 First = 25 ;
768 Last = 2000 ;
769 };
770 FixedText FT_COLINSERT
771 {
751 Left = TRUE ;
752 Repeat = TRUE ;
753 Spin = TRUE ;
754 DecimalDigits = 2 ;
755 Unit = FUNIT_CM ;
756 SpinSize = 10 ;
757 Minimum = 25 ;
758 Maximum = 999 ;
759 First = 25 ;
760 Last = 2000 ;
761 };
762 FixedText FT_COLINSERT
763 {
772 Pos = MAP_APPFONT ( 145 , 108 ) ;
773 Size = MAP_APPFONT ( 51 , 10 ) ;
764 Pos = MAP_APPFONT ( 145, 108 ) ;
765 Size = MAP_APPFONT ( 51, 10 ) ;
774 Text [ en-US ] = "Colu~mn" ;
775 };
776 MetricField MF_COLINSERT
777 {
766 Text [ en-US ] = "Colu~mn" ;
767 };
768 MetricField MF_COLINSERT
769 {
778 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLINSERT";
770 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLINSERT" ;
779 Border = TRUE ;
771 Border = TRUE ;
780 Pos = MAP_APPFONT ( 211 , 106 ) ;
781 Size = MAP_APPFONT ( 40 , 12 ) ;
772 Pos = MAP_APPFONT ( 211, 106 ) ;
773 Size = MAP_APPFONT ( 40, 12 ) ;
782 Left = TRUE ;
783 Repeat = TRUE ;
784 Spin = TRUE ;
785 DecimalDigits = 2 ;
786 Unit = FUNIT_CM ;
787 SpinSize = 10 ;
788 Minimum = 25 ;
789 Maximum = 999 ;
790 First = 25 ;
791 Last = 2000 ;
792 };
774 Left = TRUE ;
775 Repeat = TRUE ;
776 Spin = TRUE ;
777 DecimalDigits = 2 ;
778 Unit = FUNIT_CM ;
779 SpinSize = 10 ;
780 Minimum = 25 ;
781 Maximum = 999 ;
782 First = 25 ;
783 Last = 2000 ;
784 };
793 FixedText FT_HANDLING
785 FixedText FT_HANDLING
794 {
786 {
795 Pos = MAP_APPFONT ( 12 , 122 ) ;
796 Size = MAP_APPFONT ( 230 , 8 ) ;
797 Text [ en-US ] = "Behavior of rows/columns";
787 Pos = MAP_APPFONT ( 12, 122 ) ;
788 Size = MAP_APPFONT ( 230, 8 ) ;
789 Text [ en-US ] = "Behavior of rows/columns" ;
798 };
799 RadioButton RB_FIX
800 {
790 };
791 RadioButton RB_FIX
792 {
801 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIX";
802 Pos = MAP_APPFONT ( 21 , 133 ) ;
803 Size = MAP_APPFONT ( 70 , 10 ) ;
793 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIX" ;
794 Pos = MAP_APPFONT ( 21, 133 ) ;
795 Size = MAP_APPFONT ( 70, 10 ) ;
804 Text [ en-US ] = "~Fixed" ;
805 };
806 FixedText FT_FIX
807 {
796 Text [ en-US ] = "~Fixed" ;
797 };
798 FixedText FT_FIX
799 {
808 Pos = MAP_APPFONT ( 93 , 133 ) ;
809 Size = MAP_APPFONT ( 155 , 16 ) ;
800 Pos = MAP_APPFONT ( 93, 133 ) ;
801 Size = MAP_APPFONT ( 155, 16 ) ;
810 WordBreak = TRUE ;
802 WordBreak = TRUE ;
811 Text [ en-US ] = "Changes affect the adjacent area only";
803 Text [ en-US ] = "Changes affect the adjacent area only" ;
812 };
813 RadioButton RB_FIXPROP
814 {
804 };
805 RadioButton RB_FIXPROP
806 {
815 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIXPROP";
816 Pos = MAP_APPFONT ( 21 , 151 ) ;
817 Size = MAP_APPFONT ( 70 , 10 ) ;
807 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIXPROP" ;
808 Pos = MAP_APPFONT ( 21, 151 ) ;
809 Size = MAP_APPFONT ( 70, 10 ) ;
818 Text [ en-US ] = "Fi~xed, proportional" ;
819 };
820 FixedText FT_FIXPROP
821 {
810 Text [ en-US ] = "Fi~xed, proportional" ;
811 };
812 FixedText FT_FIXPROP
813 {
822 Pos = MAP_APPFONT ( 93 , 151 ) ;
823 Size = MAP_APPFONT ( 155 , 16 ) ;
814 Pos = MAP_APPFONT ( 93, 151 ) ;
815 Size = MAP_APPFONT ( 155, 16 ) ;
824 WordBreak = TRUE ;
816 WordBreak = TRUE ;
825 Text [ en-US ] = "Changes affect the entire table";
817 Text [ en-US ] = "Changes affect the entire table" ;
826 };
827 RadioButton RB_VAR
828 {
818 };
819 RadioButton RB_VAR
820 {
829 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_VAR";
830 Pos = MAP_APPFONT ( 21 , 169 ) ;
831 Size = MAP_APPFONT ( 70 , 10 ) ;
821 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_VAR" ;
822 Pos = MAP_APPFONT ( 21, 169 ) ;
823 Size = MAP_APPFONT ( 70, 10 ) ;
832 Text [ en-US ] = "~Variable" ;
833 };
834 FixedText FT_VAR
835 {
824 Text [ en-US ] = "~Variable" ;
825 };
826 FixedText FT_VAR
827 {
836 Pos = MAP_APPFONT ( 93 , 169 ) ;
837 Size = MAP_APPFONT ( 155 , 16 ) ;
828 Pos = MAP_APPFONT ( 93, 169 ) ;
829 Size = MAP_APPFONT ( 155, 16 ) ;
838 WordBreak = TRUE ;
830 WordBreak = TRUE ;
839 Text [ en-US ] = "Changes affect the table size";
831 Text [ en-US ] = "Changes affect the table size" ;
840 };
841};
842/**************************************************************************/
832 };
833};
834/**************************************************************************/
843/* */
844/* TabPage ShadowCursor */
845/* */
835/* TabPage ShadowCursor */
846/**************************************************************************/
847TabPage TP_OPTSHDWCRSR
848{
849 HelpID = HID_OPTSHDWCRSR ;
850 SVLook = TRUE ;
836/**************************************************************************/
837TabPage TP_OPTSHDWCRSR
838{
839 HelpID = HID_OPTSHDWCRSR ;
840 SVLook = TRUE ;
851 Size = MAP_APPFONT ( 260 , 185 ) ;
841 Size = MAP_APPFONT ( 260, 185 ) ;
852 Hide = TRUE ;
842 Hide = TRUE ;
853 //_----------------------------
854 FixedLine FL_NOPRINT
843 //_----------------------------
844 FixedLine FL_NOPRINT
855 {
845 {
856 Pos = MAP_APPFONT ( 6 , 3 ) ;
857 Size = MAP_APPFONT ( 118 , 8 ) ;
846 Pos = MAP_APPFONT ( 6, 3 ) ;
847 Size = MAP_APPFONT ( 118, 8 ) ;
858 Group = TRUE ;
848 Group = TRUE ;
859 Text [ en-US ] = "Display of";
849 Text [ en-US ] = "Display of" ;
860 };
861 CheckBox CB_PARA
862 {
850 };
851 CheckBox CB_PARA
852 {
863 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_PARA";
864 Pos = MAP_APPFONT ( 12 , 14 ) ;
865 Size = MAP_APPFONT ( 108 , 10 ) ;
853 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_PARA" ;
854 Pos = MAP_APPFONT ( 12, 14 ) ;
855 Size = MAP_APPFONT ( 108, 10 ) ;
866 Text [ en-US ] = "Pa~ragraph end" ;
867 TabStop = TRUE ;
868 Group = TRUE ;
869 };
870 CheckBox CB_SHYPH
871 {
856 Text [ en-US ] = "Pa~ragraph end" ;
857 TabStop = TRUE ;
858 Group = TRUE ;
859 };
860 CheckBox CB_SHYPH
861 {
872 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHYPH";
873 Pos = MAP_APPFONT ( 12 , 27 ) ;
874 Size = MAP_APPFONT ( 108 , 10 ) ;
862 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHYPH" ;
863 Pos = MAP_APPFONT ( 12, 27 ) ;
864 Size = MAP_APPFONT ( 108, 10 ) ;
875 Text [ en-US ] = "Custom h~yphens" ;
876 };
877 CheckBox CB_SPACE
878 {
865 Text [ en-US ] = "Custom h~yphens" ;
866 };
867 CheckBox CB_SPACE
868 {
879 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SPACE";
880 Pos = MAP_APPFONT ( 12 , 40 ) ;
881 Size = MAP_APPFONT ( 108 , 10 ) ;
869 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SPACE" ;
870 Pos = MAP_APPFONT ( 12, 40 ) ;
871 Size = MAP_APPFONT ( 108, 10 ) ;
882 Text [ en-US ] = "Spac~es" ;
883 };
884 CheckBox CB_HSPACE
885 {
872 Text [ en-US ] = "Spac~es" ;
873 };
874 CheckBox CB_HSPACE
875 {
886 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_HSPACE";
887 Pos = MAP_APPFONT ( 12 , 53 ) ;
888 Size = MAP_APPFONT ( 108 , 10 ) ;
876 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_HSPACE" ;
877 Pos = MAP_APPFONT ( 12, 53 ) ;
878 Size = MAP_APPFONT ( 108, 10 ) ;
889 Text [ en-US ] = "Non-breaking s~paces" ;
890 };
891 CheckBox CB_TAB
892 {
879 Text [ en-US ] = "Non-breaking s~paces" ;
880 };
881 CheckBox CB_TAB
882 {
893 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_TAB";
894 Pos = MAP_APPFONT ( 12 , 66 ) ;
895 Size = MAP_APPFONT ( 108 , 10 ) ;
883 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_TAB" ;
884 Pos = MAP_APPFONT ( 12, 66 ) ;
885 Size = MAP_APPFONT ( 108, 10 ) ;
896 Text [ en-US ] = "Ta~bs" ;
897 };
898 CheckBox CB_BREAK
899 {
886 Text [ en-US ] = "Ta~bs" ;
887 };
888 CheckBox CB_BREAK
889 {
900 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_BREAK";
901 Pos = MAP_APPFONT ( 12 , 79 ) ;
902 Size = MAP_APPFONT ( 108 , 10 ) ;
890 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_BREAK" ;
891 Pos = MAP_APPFONT ( 12, 79 ) ;
892 Size = MAP_APPFONT ( 108, 10 ) ;
903 Text [ en-US ] = "Brea~ks" ;
904 };
893 Text [ en-US ] = "Brea~ks" ;
894 };
905 CheckBox CB_CHAR_HIDDEN
906 {
907 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN";
908 Pos = MAP_APPFONT ( 12 , 92 ) ;
909 Size = MAP_APPFONT ( 108 , 10 ) ;
910 Text [ en-US ] = "Hidden text" ;
911 };
912 CheckBox CB_FLD_HIDDEN
895 CheckBox CB_CHAR_HIDDEN
913 {
896 {
914 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN";
915 Pos = MAP_APPFONT ( 12 , 105 ) ;
916 Size = MAP_APPFONT ( 108 , 10 ) ;
917 Text [ en-US ] = "Fields: Hidden te~xt" ;
897 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN" ;
898 Pos = MAP_APPFONT ( 12, 92 ) ;
899 Size = MAP_APPFONT ( 108, 10 ) ;
900 Text [ en-US ] = "Hidden text" ;
918 };
901 };
919 CheckBox CB_FLD_HIDDEN_PARA
902 CheckBox CB_FLD_HIDDEN
920 {
903 {
921 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN_PARA";
922 Pos = MAP_APPFONT ( 12 , 118 ) ;
923 Size = MAP_APPFONT ( 108 , 10 ) ;
924 Text [ en-US ] = "Fields: Hidden p~aragraphs" ;
925 };
926 FixedLine FL_SEPARATOR_SHDW
904 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN" ;
905 Pos = MAP_APPFONT ( 12, 105 ) ;
906 Size = MAP_APPFONT ( 108, 10 ) ;
907 Text [ en-US ] = "Fields: Hidden te~xt" ;
908 };
909 CheckBox CB_FLD_HIDDEN_PARA
927 {
910 {
928 Pos = MAP_APPFONT ( 125 , 14 ) ;
929 Size = MAP_APPFONT ( 4 , 79 ) ;
930 Vert = TRUE;
931 };
932 FixedLine FL_SHDWCRSFLAG
911 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN_PARA" ;
912 Pos = MAP_APPFONT ( 12, 118 ) ;
913 Size = MAP_APPFONT ( 108, 10 ) ;
914 Text [ en-US ] = "Fields: Hidden p~aragraphs" ;
915 };
916 FixedLine FL_SEPARATOR_SHDW
933 {
917 {
934 Pos = MAP_APPFONT ( 130 , 3 ) ;
935 Size = MAP_APPFONT ( 124 , 8 ) ;
918 Pos = MAP_APPFONT ( 125, 14 ) ;
919 Size = MAP_APPFONT ( 4, 79 ) ;
920 Vert = TRUE ;
921 };
922 FixedLine FL_SHDWCRSFLAG
923 {
924 Pos = MAP_APPFONT ( 130, 3 ) ;
925 Size = MAP_APPFONT ( 124, 8 ) ;
936 Text [ en-US ] = "Direct cursor" ;
937 };
938 CheckBox CB_SHDWCRSONOFF
939 {
926 Text [ en-US ] = "Direct cursor" ;
927 };
928 CheckBox CB_SHDWCRSONOFF
929 {
940 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF";
941 Pos = MAP_APPFONT ( 136 , 14 ) ;
942 Size = MAP_APPFONT ( 100 , 10 ) ;
930 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF" ;
931 Pos = MAP_APPFONT ( 136, 14 ) ;
932 Size = MAP_APPFONT ( 100, 10 ) ;
943 TabStop = TRUE ;
944 Group = TRUE ;
945 Text [ en-US ] = "~Direct cursor" ;
946 };
947 FixedText FT_SHDWCRSFILLMODE
948 {
933 TabStop = TRUE ;
934 Group = TRUE ;
935 Text [ en-US ] = "~Direct cursor" ;
936 };
937 FixedText FT_SHDWCRSFILLMODE
938 {
949 Pos = MAP_APPFONT ( 136 , 27 ) ;
950 Size = MAP_APPFONT ( 48 , 8 ) ;
939 Pos = MAP_APPFONT ( 136, 27 ) ;
940 Size = MAP_APPFONT ( 48, 8 ) ;
951 Left = TRUE ;
952 Text [ en-US ] = "Insert" ;
953 };
954 RadioButton RB_SHDWCRSFILLMARGIN
955 {
941 Left = TRUE ;
942 Text [ en-US ] = "Insert" ;
943 };
944 RadioButton RB_SHDWCRSFILLMARGIN
945 {
956 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN";
957 Pos = MAP_APPFONT ( 145 , 39 ) ;
958 Size = MAP_APPFONT ( 100 , 10 ) ;
946 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN" ;
947 Pos = MAP_APPFONT ( 145, 39 ) ;
948 Size = MAP_APPFONT ( 100, 10 ) ;
959 TabStop = TRUE ;
960 Group = TRUE ;
961 Text [ en-US ] = "Para~graph alignment" ;
962 };
963 RadioButton RB_SHDWCRSFILLINDENT
964 {
949 TabStop = TRUE ;
950 Group = TRUE ;
951 Text [ en-US ] = "Para~graph alignment" ;
952 };
953 RadioButton RB_SHDWCRSFILLINDENT
954 {
965 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT";
966 Pos = MAP_APPFONT ( 145 , 52 ) ;
967 Size = MAP_APPFONT ( 100 , 10 ) ;
955 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT" ;
956 Pos = MAP_APPFONT ( 145, 52 ) ;
957 Size = MAP_APPFONT ( 100, 10 ) ;
968 Text [ en-US ] = "~Left paragraph margin" ;
969 };
970 RadioButton RB_SHDWCRSFILLTAB
971 {
958 Text [ en-US ] = "~Left paragraph margin" ;
959 };
960 RadioButton RB_SHDWCRSFILLTAB
961 {
972 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB";
973 Pos = MAP_APPFONT ( 145 , 66 ) ;
974 Size = MAP_APPFONT ( 100 , 10 ) ;
962 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB" ;
963 Pos = MAP_APPFONT ( 145, 66 ) ;
964 Size = MAP_APPFONT ( 100, 10 ) ;
975 Text [ en-US ] = "~Tabs" ;
976 };
977 RadioButton RB_SHDWCRSFILLSPACE
978 {
965 Text [ en-US ] = "~Tabs" ;
966 };
967 RadioButton RB_SHDWCRSFILLSPACE
968 {
979 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE";
980 Pos = MAP_APPFONT ( 145 , 79 ) ;
981 Size = MAP_APPFONT ( 100 , 10 ) ;
969 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE" ;
970 Pos = MAP_APPFONT ( 145, 79 ) ;
971 Size = MAP_APPFONT ( 100, 10 ) ;
982 Text [ en-US ] = "Tabs a~nd spaces" ;
983 };
972 Text [ en-US ] = "Tabs a~nd spaces" ;
973 };
984 FixedLine FL_CRSR_OPT
974 FixedLine FL_CRSR_OPT
985 {
975 {
986 Pos = MAP_APPFONT ( 130 , 96 ) ;
987 Size = MAP_APPFONT ( 124 , 8 ) ;
988 Text [ en-US ] = "Cursor in protected areas";
976 Pos = MAP_APPFONT ( 130, 96 ) ;
977 Size = MAP_APPFONT ( 124, 8 ) ;
978 Text [ en-US ] = "Cursor in protected areas" ;
989 };
990 CheckBox CB_ALLOW_IN_PROT
991 {
979 };
980 CheckBox CB_ALLOW_IN_PROT
981 {
992 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT";
993 Pos = MAP_APPFONT ( 136 , 107 ) ;
994 Size = MAP_APPFONT ( 100 , 10 ) ;
982 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT" ;
983 Pos = MAP_APPFONT ( 136, 107 ) ;
984 Size = MAP_APPFONT ( 100, 10 ) ;
995 TabStop = TRUE ;
996 Group = TRUE ;
985 TabStop = TRUE ;
986 Group = TRUE ;
997 Text [ en-US ] = "Enable";
987 Text [ en-US ] = "Enable" ;
998 };
999 FixedLine FL_LAYOUT_OPTIONS
1000 {
988 };
989 FixedLine FL_LAYOUT_OPTIONS
990 {
1001 Pos = MAP_APPFONT ( 6 , 133 ) ;
1002 Size = MAP_APPFONT ( 118 , 8 ) ;
1003 Text [ en-US ] = "Layout assistance";
991 Pos = MAP_APPFONT ( 6, 133 ) ;
992 Size = MAP_APPFONT ( 118, 8 ) ;
993 Text [ en-US ] = "Layout assistance" ;
1004 };
1005 CheckBox CB_MATH_BASELINE_ALIGNMENT
1006 {
994 };
995 CheckBox CB_MATH_BASELINE_ALIGNMENT
996 {
1007 Pos = MAP_APPFONT ( 12 , 144 ) ;
1008 Size = MAP_APPFONT ( 236 , 10 ) ;
1009 Text [ en-US ] = "Math baseline alignment";
997 Pos = MAP_APPFONT ( 12, 144 ) ;
998 Size = MAP_APPFONT ( 236, 10 ) ;
999 Text [ en-US ] = "Math baseline alignment" ;
1010 };
1011};
1012
1013StringArray STR_PRINTOPTUI
1014{
1000 };
1001};
1002
1003StringArray STR_PRINTOPTUI
1004{
1015 ItemList [en-US] =
1016 {
1017 < "%PRODUCTNAME %s"; >;
1018 < "Contents"; >;
1019 < "Page ba~ckground"; >;
1020 < "P~ictures and other graphic objects"; >;
1021 < "Hidden te~xt"; >;
1022 < "~Text placeholders"; >;
1023 < "Form control~s"; >;
1024 < "Color"; >;
1025 < "Print text in blac~k"; >;
1026 < "Pages"; >;
1027 < "Print ~automatically inserted blank pages"; >;
1028 < "~Use only paper tray from printer preferences"; >;
1029 < "Print"; >;
1030 < "None (document only)"; >;
1031 < "Comments only"; >;
1032 < "Place at end of document"; >;
1033 < "Place at end of page"; >;
1034 < "~Comments"; >;
1035 < "Page sides";>;
1036 < "All pages"; >;
1037 < "Back sides / left pages"; >;
1038 < "Front sides / right pages"; >;
1039 < "Include"; >;
1040 < "Broch~ure"; >;
1041 < "Left-to-right script"; >;
1042 < "Right-to-left script"; >;
1043 < "Range and copies"; >;
1044 < "~All pages"; >;
1045 < "Pa~ges"; >;
1046 < "~Selection"; >;
1047 };
1005 ItemList [en-US] =
1006 {
1007 < "%PRODUCTNAME %s" ; > ;
1008 < "Contents" ; > ;
1009 < "Page ba~ckground" ; > ;
1010 < "P~ictures and other graphic objects" ; > ;
1011 < "Hidden te~xt" ; > ;
1012 < "~Text placeholders" ; > ;
1013 < "Form control~s" ; > ;
1014 < "Color" ; > ;
1015 < "Print text in blac~k" ; > ;
1016 < "Pages" ; > ;
1017 < "Print ~automatically inserted blank pages" ; > ;
1018 < "~Use only paper tray from printer preferences" ; > ;
1019 < "Print" ; > ;
1020 < "None (document only)" ; > ;
1021 < "Comments only" ; > ;
1022 < "Place at end of document" ; > ;
1023 < "Place at end of page" ; > ;
1024 < "~Comments" ; > ;
1025 < "Page sides" ; > ;
1026 < "All pages" ; > ;
1027 < "Back sides / left pages" ; > ;
1028 < "Front sides / right pages" ; > ;
1029 < "Include" ; > ;
1030 < "Broch~ure" ; > ;
1031 < "Left-to-right script" ; > ;
1032 < "Right-to-left script" ; > ;
1033 < "Range and copies" ; > ;
1034 < "~All pages" ; > ;
1035 < "Pa~ges" ; > ;
1036 < "~Selection" ; > ;
1037 };
1048};
1049
1038};
1039
1040// ********************************************************************** EOF