xref: /trunk/main/sd/source/ui/dlg/tpoption.src (revision e3349227)
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#include "tpoption.hrc"
24#include "helpids.h"
25
26#define SCALE_TEXT \
27        Text [ en-US ] = "Scale" ;                 \
28
29 // Contents (Inhalte)
30TabPage TP_OPTIONS_CONTENTS
31{
32	HelpID = HID_SD_OPTIONS_CONTENTS ;
33	Size = MAP_APPFONT ( 260 , 185 ) ;
34	Hide = TRUE;
35	Text [ en-US ] = "Contents" ;
36    FixedLine GRP_DISPLAY
37	{
38        Pos = MAP_APPFONT ( 6 , 72 - 69 ) ;
39        Size = MAP_APPFONT ( 248 , 8 ) ;
40		Text [ en-US ] = "Display" ;
41	};
42    CheckBox CBX_RULER
43	{
44        HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_RULER";
45        Pos = MAP_APPFONT ( 12 , 83 - 69 ) ;
46		Size = MAP_APPFONT ( 242 , 10 ) ;
47		TabStop = TRUE ;
48		Text [ en-US ] = "~Rulers visible" ;
49	};
50	CheckBox CBX_HELPLINES
51	{
52	    HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HELPLINES";
53        Pos = MAP_APPFONT ( 12 , 97 - 69 ) ;
54		Size = MAP_APPFONT ( 242 , 10 ) ;
55		TabStop = TRUE ;
56		Text [ en-US ] = "~Guides when moving" ;
57	};
58	CheckBox CBX_HANDLES_BEZIER
59	{
60	    HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_HANDLES_BEZIER";
61        Pos = MAP_APPFONT ( 12 , 111 - 69 ) ;
62		Size = MAP_APPFONT ( 242 , 10 ) ;
63		TabStop = TRUE ;
64		Text [ en-US ] = "~All control points in Bézier editor" ;
65	};
66	CheckBox CBX_MOVE_OUTLINE
67	{
68	    HelpID = "sd:CheckBox:TP_OPTIONS_CONTENTS:CBX_MOVE_OUTLINE";
69        Pos = MAP_APPFONT ( 12 , 125 - 69 ) ;
70		Size = MAP_APPFONT ( 242 , 10 ) ;
71		TabStop = TRUE ;
72		Text [ en-US ] = "~Contour of each individual object" ;
73	};
74};
75 // MISC (Sonstiges)
76TabPage TP_OPTIONS_MISC
77{
78	HelpID = HID_SD_OPTIONS_MISC ;
79	Size = MAP_APPFONT ( 260 , 185 ) ;
80	Hide = TRUE;
81	Text [ en-US ] = "Other" ;
82    FixedLine GRP_TEXT
83	{
84		Pos = MAP_APPFONT ( 6 , 3  ) ;
85        Size = MAP_APPFONT ( 248 , 8 ) ;
86		Text [ en-US ] = "Text objects" ;
87	};
88    CheckBox CBX_QUICKEDIT
89	{
90        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_QUICKEDIT";
91        Pos = MAP_APPFONT ( 12 , 14  ) ;
92        Size = MAP_APPFONT ( 116 , 10 ) ;
93		TabStop = TRUE ;
94		Text [ en-US ] = "Allow quick editing" ;
95	};
96	CheckBox CBX_PICKTHROUGH
97	{
98	    HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_PICKTHROUGH";
99		Pos = MAP_APPFONT ( 12 , 27  ) ;
100        Size = MAP_APPFONT ( 116 , 10 ) ;
101		TabStop = TRUE ;
102		Text [ en-US ] = "Only text area selectable" ;
103	};
104    FixedLine GRP_PROGRAMSTART
105	{
106        Pos = MAP_APPFONT ( 6 , 42  ) ;
107        Size = MAP_APPFONT ( 248 , 8 ) ;
108		Text [ en-US ] = "New document" ;
109	};
110    CheckBox CBX_START_WITH_TEMPLATE
111	{
112        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE";
113        Pos = MAP_APPFONT ( 12 , 53  ) ;
114        Size = MAP_APPFONT ( 242 , 10 ) ;
115		TabStop = TRUE ;
116		Text [ en-US ] = "Start with ~wizard" ;
117	};
118    FixedLine GRP_SETTINGS
119	{
120        Pos = MAP_APPFONT ( 6 , 69  ) ;
121        Size = MAP_APPFONT ( 248 , 8 ) ;
122		Text [ en-US ] = "Settings";
123	};
124    CheckBox CBX_MASTERPAGE_CACHE
125	{
126        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE";
127        Pos = MAP_APPFONT ( 12 , 80  ) ;
128        Size = MAP_APPFONT ( 242 , 10 ) ;
129		TabStop = TRUE ;
130		Text [ en-US ] = "Use background cache" ;
131	};
132	CheckBox CBX_COPY
133	{
134	    HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_COPY";
135        Pos = MAP_APPFONT ( 12 , 93  ) ;
136        Size = MAP_APPFONT ( 242 , 10 ) ;
137		TabStop = TRUE ;
138		Text [ en-US ] = "Copy when moving" ;
139	};
140	CheckBox CBX_MARKED_HIT_MOVES_ALWAYS
141	{
142	    HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS";
143        Pos = MAP_APPFONT ( 12 , 106  ) ;
144        Size = MAP_APPFONT ( 242 , 10 ) ;
145		TabStop = TRUE ;
146		Text [ en-US ] = "Objects always moveable" ;
147	};
148    CheckBox CBX_CROOK_NO_CONTORTION
149	{
150        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION";
151        Pos = MAP_APPFONT ( 12 , 119  ) ;
152        Size = MAP_APPFONT ( 242 , 10 ) ;
153		TabStop = TRUE ;
154        Hide = TRUE;
155		Text [ en-US ] = "Do not distort objects in curve" ;
156	};
157    FixedText FT_METRIC
158	{
159        Pos = MAP_APPFONT ( 12 , 119 ) ;
160        Size = MAP_APPFONT ( 60 , 8 ) ;
161		Text [ en-US ] = "Unit of ~measurement" ;
162	};
163    ListBox LB_METRIC
164	{
165        HelpID = "sd:ListBox:TP_OPTIONS_MISC:LB_METRIC";
166		Border = TRUE ;
167        Pos = MAP_APPFONT ( 75 , 117  ) ;
168        Size = MAP_APPFONT ( 50 , 50 ) ;
169		DropDown = TRUE ;
170	};
171    FixedText FT_TABSTOP
172	{
173        Pos = MAP_APPFONT ( 130 , 119  ) ;
174        Size = MAP_APPFONT ( 70 , 8 ) ;
175		Right = TRUE;
176		Text [ en-US ] = "Ta~b stops" ;
177	};
178    MetricField MTR_FLD_TABSTOP
179	{
180        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_TABSTOP";
181		Border = TRUE ;
182        Pos = MAP_APPFONT ( 206 , 117 ) ;
183        Size = MAP_APPFONT ( 45 , 12 ) ;
184		TabStop = TRUE ;
185		Repeat = TRUE ;
186		Spin = TRUE ;
187		Unit = FUNIT_CM ;
188		SpinSize = 10 ;
189		Minimum = 50 ;
190		Maximum = 2000;
191		First = 50 ;
192		Last = 2000 ;
193		StrictFormat = TRUE ;
194		DecimalDigits = 2 ;
195	};
196    FixedLine GRP_START_WITH_ACTUAL_PAGE
197	{
198        Pos = MAP_APPFONT ( 6 , 134  ) ;
199        Size = MAP_APPFONT ( 248 , 8 ) ;
200		Text [ en-US ] = "Start presentation" ;
201	};
202    CheckBox CBX_START_WITH_ACTUAL_PAGE
203	{
204        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE";
205        Pos = MAP_APPFONT ( 12 , 145  ) ;
206        Size = MAP_APPFONT ( 242 , 10 ) ;
207		TabStop = TRUE ;
208		Text [ en-US ] = "Always with current page" ;
209	};
210    FixedLine FT_COMPATIBILITY
211	{
212        Pos = MAP_APPFONT ( 6 , 160 ) ;
213        Size = MAP_APPFONT ( 248 , 8 ) ;
214		Text [ en-US ] = "Compatibility" ;
215	};
216    CheckBox CB_USE_PRINTER_METRICS
217    {
218        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_USE_PRINTER_METRICS";
219        // This checkbox and the following one will change places when this
220        // one is wired in into the dialog.  At the moment exists only for
221        // translation to work on.
222        Pos = MAP_APPFONT ( 12 , 184 ) ;
223		Size = MAP_APPFONT ( 242, 10 ) ;
224        Text [ en-US ] = "Us~e printer metrics for document formatting";
225	};
226	CheckBox CB_MERGE_PARA_DIST
227	{
228	    HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_MERGE_PARA_DIST";
229        Pos = MAP_APPFONT ( 12 , 171 ) ;
230		Size = MAP_APPFONT ( 242, 10 ) ;
231    	Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)";
232	};
233    FixedLine GRP_SCALE
234	{
235        Hide = TRUE;
236        Pos = MAP_APPFONT ( 6 , 122 ) ;
237        Size = MAP_APPFONT ( 248 , 8 ) ;
238        SCALE_TEXT
239    };
240    FixedText FT_ORIGINAL
241	{
242        Hide = TRUE;
243        Pos = MAP_APPFONT ( 155 , 133 ) ;
244        Size = MAP_APPFONT ( 45 , 10 ) ;
245    	Text [ en-US ] = "Original";
246	};
247    FixedText FT_EQUIVALENT
248	{
249        Hide = TRUE;
250        Pos = MAP_APPFONT ( 206 , 133 ) ;
251        Size = MAP_APPFONT ( 45 , 10 ) ;
252		Text [ en-US ] = "Equivalent to";
253	};
254    FixedText FT_SCALE
255    {
256        Hide = TRUE;
257        Pos = MAP_APPFONT ( 12 , 149 ) ;
258        Size = MAP_APPFONT ( 56 , 8 ) ;
259    	Text [ en-US ] = "~Drawing scale";
260	};
261    ComboBox CB_SCALE
262	{
263        HelpID = "sd:ComboBox:TP_OPTIONS_MISC:CB_SCALE";
264        Hide = TRUE;
265        Pos = MAP_APPFONT ( 72 , 147 ) ;
266        Size = MAP_APPFONT ( 30 , 70 ) ;
267		TabStop = TRUE ;
268		DropDown = TRUE ;
269	};
270    FixedText FT_PAGEWIDTH
271	{
272        Hide = TRUE;
273        Pos = MAP_APPFONT ( 105 , 149 ) ;
274        Size = MAP_APPFONT ( 49 , 8 ) ;
275		Text [ en-US ] = "Page ~width" ;
276	};
277    FixedText FI_INFO_1
278	{
279        Hide = TRUE;
280        Pos = MAP_APPFONT ( 155 , 149 ) ;
281        Size = MAP_APPFONT ( 49 , 8 ) ;
282	};
283    MetricField MTR_FLD_ORIGINAL_WIDTH
284	{
285        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_WIDTH";
286        Hide = TRUE;
287        Border = TRUE ;
288        Pos = MAP_APPFONT ( 206 , 147 ) ;
289        Size = MAP_APPFONT ( 45 , 12 ) ;
290		TabStop = TRUE ;
291		Repeat = TRUE ;
292		Spin = TRUE ;
293		SpinSize = 100 ;
294		Minimum = 1 ;
295		Maximum = 999999999 ;
296		StrictFormat = TRUE ;
297		DecimalDigits = 2 ;
298		Unit = FUNIT_MM ;
299		First = 1 ;
300		Last = 999999999 ;
301	};
302    FixedText FT_PAGEHEIGHT
303	{
304        Hide = TRUE;
305        Pos = MAP_APPFONT ( 105 , 165 ) ;
306        Size = MAP_APPFONT ( 49 , 8 ) ;
307		Text [ en-US ] = "Page ~height" ;
308	};
309	FixedText FI_INFO_2
310	{
311        Hide = TRUE;
312        Pos = MAP_APPFONT ( 155 , 165 ) ;
313        Size = MAP_APPFONT ( 49 , 8 ) ;
314	};
315    MetricField MTR_FLD_ORIGINAL_HEIGHT
316	{
317        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_HEIGHT";
318        Hide = TRUE;
319        Border = TRUE ;
320        Pos = MAP_APPFONT ( 206 , 163 ) ;
321        Size = MAP_APPFONT ( 45 , 12 ) ;
322		TabStop = TRUE ;
323		Repeat = TRUE ;
324		Spin = TRUE ;
325		SpinSize = 100 ;
326		Minimum = 1 ;
327		Maximum = 999999999 ;
328		StrictFormat = TRUE ;
329		DecimalDigits = 2 ;
330		Unit = FUNIT_MM ;
331		First = 1 ;
332		Last = 999999999 ;
333	};
334
335};
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376