xref: /trunk/main/sd/source/ui/dlg/tpoption.src (revision 2da1a64c)
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 ( 116 , 10 ) ;
207		TabStop = TRUE ;
208		Text [ en-US ] = "Always with current page" ;
209	};
210    CheckBox CBX_START_WITH_PRESENTER_SCREEN
211    {
212        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CBX_START_WITH_PRESENTER_SCREEN";
213        Pos = MAP_APPFONT ( 12 , 145  ) ;
214        Size = MAP_APPFONT ( 116 , 10 ) ;
215        TabStop = TRUE ;
216        Text [ en-US ] = "With Presenter Screen" ;
217    };
218    FixedLine FT_COMPATIBILITY
219	{
220        Pos = MAP_APPFONT ( 6 , 160 ) ;
221        Size = MAP_APPFONT ( 248 , 8 ) ;
222		Text [ en-US ] = "Compatibility" ;
223	};
224    CheckBox CB_USE_PRINTER_METRICS
225    {
226        HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_USE_PRINTER_METRICS";
227        // This checkbox and the following one will change places when this
228        // one is wired in into the dialog.  At the moment exists only for
229        // translation to work on.
230        Pos = MAP_APPFONT ( 12 , 184 ) ;
231		Size = MAP_APPFONT ( 242, 10 ) ;
232        Text [ en-US ] = "Us~e printer metrics for document formatting";
233	};
234	CheckBox CB_MERGE_PARA_DIST
235	{
236	    HelpID = "sd:CheckBox:TP_OPTIONS_MISC:CB_MERGE_PARA_DIST";
237        Pos = MAP_APPFONT ( 12 , 171 ) ;
238		Size = MAP_APPFONT ( 242, 10 ) ;
239    	Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)";
240	};
241    FixedLine GRP_SCALE
242	{
243        Hide = TRUE;
244        Pos = MAP_APPFONT ( 6 , 122 ) ;
245        Size = MAP_APPFONT ( 248 , 8 ) ;
246        SCALE_TEXT
247    };
248    FixedText FT_ORIGINAL
249	{
250        Hide = TRUE;
251        Pos = MAP_APPFONT ( 155 , 133 ) ;
252        Size = MAP_APPFONT ( 45 , 10 ) ;
253    	Text [ en-US ] = "Original";
254	};
255    FixedText FT_EQUIVALENT
256	{
257        Hide = TRUE;
258        Pos = MAP_APPFONT ( 206 , 133 ) ;
259        Size = MAP_APPFONT ( 45 , 10 ) ;
260		Text [ en-US ] = "Equivalent to";
261	};
262    FixedText FT_SCALE
263    {
264        Hide = TRUE;
265        Pos = MAP_APPFONT ( 12 , 149 ) ;
266        Size = MAP_APPFONT ( 56 , 8 ) ;
267    	Text [ en-US ] = "~Drawing scale";
268	};
269    ComboBox CB_SCALE
270	{
271        HelpID = "sd:ComboBox:TP_OPTIONS_MISC:CB_SCALE";
272        Hide = TRUE;
273        Pos = MAP_APPFONT ( 72 , 147 ) ;
274        Size = MAP_APPFONT ( 30 , 70 ) ;
275		TabStop = TRUE ;
276		DropDown = TRUE ;
277	};
278    FixedText FT_PAGEWIDTH
279	{
280        Hide = TRUE;
281        Pos = MAP_APPFONT ( 105 , 149 ) ;
282        Size = MAP_APPFONT ( 49 , 8 ) ;
283		Text [ en-US ] = "Page ~width" ;
284	};
285    FixedText FI_INFO_1
286	{
287        Hide = TRUE;
288        Pos = MAP_APPFONT ( 155 , 149 ) ;
289        Size = MAP_APPFONT ( 49 , 8 ) ;
290	};
291    MetricField MTR_FLD_ORIGINAL_WIDTH
292	{
293        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_WIDTH";
294        Hide = TRUE;
295        Border = TRUE ;
296        Pos = MAP_APPFONT ( 206 , 147 ) ;
297        Size = MAP_APPFONT ( 45 , 12 ) ;
298		TabStop = TRUE ;
299		Repeat = TRUE ;
300		Spin = TRUE ;
301		SpinSize = 100 ;
302		Minimum = 1 ;
303		Maximum = 999999999 ;
304		StrictFormat = TRUE ;
305		DecimalDigits = 2 ;
306		Unit = FUNIT_MM ;
307		First = 1 ;
308		Last = 999999999 ;
309	};
310    FixedText FT_PAGEHEIGHT
311	{
312        Hide = TRUE;
313        Pos = MAP_APPFONT ( 105 , 165 ) ;
314        Size = MAP_APPFONT ( 49 , 8 ) ;
315		Text [ en-US ] = "Page ~height" ;
316	};
317	FixedText FI_INFO_2
318	{
319        Hide = TRUE;
320        Pos = MAP_APPFONT ( 155 , 165 ) ;
321        Size = MAP_APPFONT ( 49 , 8 ) ;
322	};
323    MetricField MTR_FLD_ORIGINAL_HEIGHT
324	{
325        HelpID = "sd:MetricField:TP_OPTIONS_MISC:MTR_FLD_ORIGINAL_HEIGHT";
326        Hide = TRUE;
327        Border = TRUE ;
328        Pos = MAP_APPFONT ( 206 , 163 ) ;
329        Size = MAP_APPFONT ( 45 , 12 ) ;
330		TabStop = TRUE ;
331		Repeat = TRUE ;
332		Spin = TRUE ;
333		SpinSize = 100 ;
334		Minimum = 1 ;
335		Maximum = 999999999 ;
336		StrictFormat = TRUE ;
337		DecimalDigits = 2 ;
338		Unit = FUNIT_MM ;
339		First = 1 ;
340		Last = 999999999 ;
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
377
378
379
380
381
382
383
384