xref: /aoo4110/main/sc/source/ui/src/optdlg.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#include "optdlg.hrc"
24
25/**************************************************************************/
26/*                                                                        */
27/*                                                                        */
28/*                                                                        */
29/**************************************************************************/
30
31TabPage RID_SCPAGE_CALC
32{
33	HelpId = HID_SCPAGE_CALC ;
34	SVLook = TRUE ;
35	Hide = TRUE ;
36	Pos = MAP_APPFONT ( 0 , 0 ) ;
37    Size = MAP_APPFONT ( 260 , 185 ) ;
38	CheckBox BTN_ITERATE
39	{
40	    HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_ITERATE";
41		Pos = MAP_APPFONT ( 12 , 14 ) ;
42        Size = MAP_APPFONT ( 112 , 10 ) ;
43		Text [ en-US ] = "~Iterations" ;
44	};
45	FixedText FT_STEPS
46	{
47		Pos = MAP_APPFONT ( 20 , 28 ) ;
48        Size = MAP_APPFONT ( 58 , 8 ) ;
49		Text [ en-US ] = "~Steps" ;
50	};
51	FixedText FT_EPS
52	{
53        Pos = MAP_APPFONT ( 20 , 42 ) ;
54        Size = MAP_APPFONT ( 58 , 16 ) ;
55		Text [ en-US ] = "~Minimum Change" ;
56		WordBreak = TRUE ;
57	};
58	NumericField ED_STEPS
59	{
60	    HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_STEPS";
61		Border = TRUE ;
62        Pos = MAP_APPFONT ( 82 , 26 ) ;
63        Size = MAP_APPFONT ( 42 , 12 ) ;
64		TabStop = TRUE ;
65		Minimum = 1 ;
66		Maximum = 1000 ;
67		Left = TRUE ;
68	};
69	Edit ED_EPS
70	{
71	    HelpID = "sc:Edit:RID_SCPAGE_CALC:ED_EPS";
72		Border = TRUE ;
73        Pos = MAP_APPFONT ( 82 , 42 ) ;
74        Size = MAP_APPFONT ( 42 , 12 ) ;
75	};
76    FixedLine GB_ZREFS
77	{
78		Pos = MAP_APPFONT ( 6 , 3 ) ;
79        Size = MAP_APPFONT ( 121 , 8 ) ;
80		Text [ en-US ] = "Iterative references" ;
81	};
82	RadioButton BTN_DATESTD
83	{
84	    HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESTD";
85        Pos = MAP_APPFONT ( 139 , 14 ) ;
86        Size = MAP_APPFONT ( 112 , 10 ) ;
87		Text [ en-US ] = "12/30/1899 (defa~ult)" ;
88		QuickHelpText [ en-US ] = "Value 0 corresponds to 12/30/1899" ;
89	};
90	RadioButton BTN_DATESC10
91	{
92	    HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESC10";
93        Pos = MAP_APPFONT ( 139 , 28 ) ;
94        Size = MAP_APPFONT ( 112 , 10 ) ;
95		/* ### ACHTUNG: Neuer Text in Resource? 01.01.1900 ( Star~Calc 1.0 ) : StarCa~lc 1.0 */
96		Text [ en-US ] = "01/01/1900 (Star~Calc 1.0)" ;
97		QuickHelpText [ en-US ] = "Value 0 corresponds to 01/01/1900" ;
98	};
99	RadioButton BTN_DATE1904
100	{
101	    HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATE1904";
102        Pos = MAP_APPFONT ( 139 , 42 ) ;
103        Size = MAP_APPFONT ( 112 , 10 ) ;
104		/* ### ACHTUNG: Neuer Text in Resource? ~01.01.1904 : ~1904 */
105		Text [ en-US ] = "~01/01/1904" ;
106		QuickHelpText [ en-US ] = "0 corresponds to 01/01/1904" ;
107	};
108    FixedLine FL_SEPARATOR
109	{
110        Pos = MAP_APPFONT ( 130 , 14 ) ;
111        Size = MAP_APPFONT ( 1 , 44 ) ;
112    };
113    FixedLine GB_DATE
114	{
115        Pos = MAP_APPFONT ( 133 , 3 ) ;
116        Size = MAP_APPFONT ( 121 , 8 ) ;
117		Text [ en-US ] = "Date" ;
118	};
119    FixedLine FL_H_SEPARATOR
120	{
121        Pos = MAP_APPFONT ( 6 , 64 ) ;
122        Size = MAP_APPFONT ( 248 , 8 ) ;
123    };
124	CheckBox BTN_CASE
125	{
126	    HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CASE";
127        Pos = MAP_APPFONT ( 12 , 77 ) ;
128        Size = MAP_APPFONT ( 130 , 10 ) ;
129		Text [ en-US ] = "Case se~nsitive" ;
130	};
131	CheckBox BTN_CALC
132	{
133	    HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CALC";
134        Pos = MAP_APPFONT ( 12 , 91 ) ;
135        Size = MAP_APPFONT ( 239 , 10 ) ;
136		Text [ en-US ] = "~Precision as shown" ;
137	};
138	CheckBox BTN_MATCH
139	{
140	    HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_MATCH";
141        Pos = MAP_APPFONT ( 12 , 105 ) ;
142        Size = MAP_APPFONT ( 239 , 10 ) ;
143		Text [ en-US ] = "Search criteria = and <> must apply to ~whole cells" ;
144	};
145    CheckBox BTN_REGEX
146	{
147        HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_REGEX";
148        Pos = MAP_APPFONT ( 12 , 119 ) ;
149        Size = MAP_APPFONT ( 239 , 10 ) ;
150        Text [ en-US ] = "~Enable regular expressions in formulas" ;
151	};
152	CheckBox BTN_LOOKUP
153	{
154	    HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_LOOKUP";
155        Pos = MAP_APPFONT ( 12 , 133 ) ;
156        Size = MAP_APPFONT ( 239 , 10 ) ;
157		Text [ en-US ] = "~Automatically find column and row labels " ;
158	};
159    CheckBox BTN_GENERAL_PREC
160    {
161        HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_GENERAL_PREC";
162        Pos = MAP_APPFONT ( 12 , 147 ) ;
163        Size = MAP_APPFONT ( 148 , 26 ) ;
164        Text [ en-US ] = "Limit decimals for general number format" ;
165        WordBreak = TRUE ;
166    };
167    FixedText FT_PREC
168    {
169        Pos = MAP_APPFONT ( 138 , 148 ) ;
170        Size = MAP_APPFONT ( 84 , 8 ) ;
171        Text [ en-US ] = "~Decimal places" ;
172        Right = TRUE ;
173    };
174    NumericField ED_PREC
175    {
176        HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_PREC";
177        Border = TRUE ;
178        Pos = MAP_APPFONT ( 226 , 146 ) ;
179        Size = MAP_APPFONT ( 25 , 12 ) ;
180        Maximum = 20 ;
181        Spin = TRUE ;
182        Repeat = TRUE ;
183    };
184};
185
186/**************************************************************************/
187/*                                                                        */
188/*                                                                        */
189/*                                                                        */
190/**************************************************************************/
191
192TabPage RID_SCPAGE_USERLISTS
193{
194	HelpId = HID_SCPAGE_USERLISTS ;
195	SVLook = TRUE ;
196	Hide = TRUE ;
197	Pos = MAP_APPFONT ( 0 , 0 ) ;
198	Size = MAP_APPFONT ( 260 , 185 ) ;
199	FixedText FT_LISTS
200	{
201		Pos = MAP_APPFONT ( 6 , 3 ) ;
202		Size = MAP_APPFONT ( 93 , 8 ) ;
203		Text [ en-US ] = "~Lists" ;
204	};
205	ListBox LB_LISTS
206	{
207	    HelpID = "sc:ListBox:RID_SCPAGE_USERLISTS:LB_LISTS";
208		Border = TRUE ;
209		Pos = MAP_APPFONT ( 6 , 15 ) ;
210		Size = MAP_APPFONT ( 93 , 148 ) ;
211	};
212	FixedText FT_ENTRIES
213	{
214		Pos = MAP_APPFONT ( 105 , 3 ) ;
215		Size = MAP_APPFONT ( 93 , 8 ) ;
216		/* ### ACHTUNG: Neuer Text in Resource? Ein~tr�ge : Ein~tr�ge */
217		Text [ en-US ] = "~Entries" ;
218	};
219	MultiLineEdit ED_ENTRIES
220	{
221	    HelpID = "sc:MultiLineEdit:RID_SCPAGE_USERLISTS:ED_ENTRIES";
222		Border = TRUE ;
223		Pos = MAP_APPFONT ( 105 , 15 ) ;
224		Size = MAP_APPFONT ( 93 , 148 ) ;
225		VScroll = TRUE ;
226		IgnoreTab = TRUE ;
227	};
228	Edit ED_COPYFROM
229	{
230	    HelpID = "sc:Edit:RID_SCPAGE_USERLISTS:ED_COPYFROM";
231		Border = TRUE ;
232		Pos = MAP_APPFONT ( 70 , 167 ) ;
233		Size = MAP_APPFONT ( 128 , 12 ) ;
234	};
235	FixedText FT_COPYFROM
236	{
237		Pos = MAP_APPFONT ( 6 , 168 ) ;
238		Size = MAP_APPFONT ( 62 , 8 ) ;
239		/* ### ACHTUNG: Neuer Text in Resource? Liste kopieren ~aus : Liste kopieren aus */
240		Text [ en-US ] = "Copy list ~from" ;
241	};
242	PushButton BTN_NEW
243	{
244	    HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_NEW";
245		Pos = MAP_APPFONT ( 204 , 15 ) ;
246		Size = MAP_APPFONT ( 50 , 14 ) ;
247		Text [ en-US ] = "~New" ;
248	};
249	PushButton BTN_ADD
250	{
251	    HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_ADD";
252		Pos = MAP_APPFONT ( 204 , 36 ) ;
253		Size = MAP_APPFONT ( 50 , 14 ) ;
254		/* ### ACHTUNG: Neuer Text in Resource? ~Hinzuf�gen : ~Hinzuf�gen */
255		Text [ en-US ] = "~Add" ;
256		Disable = TRUE ;
257	};
258	PushButton BTN_REMOVE
259	{
260	    HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_REMOVE";
261		Pos = MAP_APPFONT ( 204 , 54 ) ;
262		Size = MAP_APPFONT ( 50 , 14 ) ;
263		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
264		Text [ en-US ] = "~Delete" ;
265	};
266	PushButton BTN_COPY
267	{
268	    HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_COPY";
269		Pos = MAP_APPFONT ( 204 , 166 ) ;
270		Size = MAP_APPFONT ( 50 , 14 ) ;
271		Text [ en-US ] = "~Copy" ;
272	};
273	String STR_DISMISS
274	{
275		Text [ en-US ] = "~Discard" ;
276	};
277	String STR_QUERYREMOVE
278	{
279		/* ### ACHTUNG: Neuer Text in Resource? Soll der Eintrag\n#\ngel�scht werden? : Soll der Eintrag\n#\ngel�scht werden? */
280		Text [ en-US ] = "Should the entry\n#\nbe deleted?" ;
281	};
282	String STR_COPYLIST
283	{
284		Text [ en-US ] = "Copy List" ;
285	};
286	String STR_COPYFROM
287	{
288		Text [ en-US ] = "List from" ;
289	};
290	String STR_COPYERR
291	{
292		Text [ en-US ] = "Cells without text have been ignored." ;
293	};
294};
295
296/**************************************************************************/
297/*                                                                        */
298/*                                                                        */
299/*                                                                        */
300/**************************************************************************/
301
302TabPage RID_SCPAGE_CONTENT
303{
304	HelpId = HID_SCPAGE_CONTENT ;
305	SVLook = TRUE ;
306	Hide = TRUE ;
307	Pos = MAP_APPFONT ( 0 , 0 ) ;
308	Size = MAP_APPFONT ( 260 , 185 ) ;
309    FixedLine GB_LINES
310	{
311		Pos = MAP_APPFONT ( 6 , 3 ) ;
312        Size = MAP_APPFONT ( 121 , 8 ) ;
313    	Text [ en-US ] = "Visual aids";
314	};
315	CheckBox CB_GRID
316	{
317	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GRID";
318		Pos = MAP_APPFONT ( 12 , 14 ) ;
319        Size = MAP_APPFONT ( 112 , 10 ) ;
320		Text [ en-US ] = "~Grid lines" ;
321	};
322	FixedText FT_COLOR
323	{
324        Pos = MAP_APPFONT ( 21 , 28 ) ;
325        Size = MAP_APPFONT ( 31 , 8 ) ;
326		Text [ en-US ] = "~Color" ;
327	};
328	ListBox LB_COLOR
329	{
330	    HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_COLOR";
331		Border = TRUE ;
332        Pos = MAP_APPFONT ( 54 , 26 ) ;
333        Size = MAP_APPFONT ( 70 , 86 ) ;
334		DropDown = TRUE ;
335		DDExtraWidth = TRUE ;
336	};
337	CheckBox CB_PAGEBREAKS
338	{
339	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_PAGEBREAKS";
340        Pos = MAP_APPFONT ( 12 , 42 ) ;
341        Size = MAP_APPFONT ( 112 , 10 ) ;
342		Text [ en-US ] = "~Page breaks" ;
343	};
344	CheckBox CB_GUIDELINE
345	{
346	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE";
347        Pos = MAP_APPFONT ( 12 , 56 ) ;
348        Size = MAP_APPFONT ( 112 , 10 ) ;
349		Text [ en-US ] = "Guides ~while moving";
350	};
351	CheckBox CB_HANDLES
352	{
353	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HANDLES";
354        Pos = MAP_APPFONT ( 12 , 70 ) ;
355        Size = MAP_APPFONT ( 112 , 10 ) ;
356		Text [ en-US ] = "~Simple handles";
357	};
358	CheckBox CB_BIGHANDLES
359	{
360	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES";
361        Pos = MAP_APPFONT ( 12 , 84 ) ;
362        Size = MAP_APPFONT ( 112 , 10 ) ;
363		Text [ en-US ] = "~Large handles";
364	};
365    FixedLine FL_SEPARATOR1
366	{
367        Pos = MAP_APPFONT ( 130 , 14 ) ;
368        Size = MAP_APPFONT ( 1 , 88 ) ;
369    };
370    FixedLine GB_DISPLAY
371	{
372        Pos = MAP_APPFONT ( 133 , 3 ) ;
373        Size = MAP_APPFONT ( 121 , 8 ) ;
374		Text [ en-US ] = "Display" ;
375	};
376	CheckBox CB_FORMULA
377	{
378	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_FORMULA";
379        Pos = MAP_APPFONT ( 139 , 14 ) ;
380        Size = MAP_APPFONT ( 112 , 10 ) ;
381		Text [ en-US ] = "~Formulas" ;
382	};
383	CheckBox CB_NIL
384	{
385	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_NIL";
386        Pos = MAP_APPFONT ( 139 , 27 ) ;
387        Size = MAP_APPFONT ( 112 , 10 ) ;
388		Text [ en-US ] = "Zero val~ues" ;
389	};
390	CheckBox CB_ANNOT
391	{
392	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANNOT";
393        Pos = MAP_APPFONT ( 139 , 40 ) ;
394        Size = MAP_APPFONT ( 112 , 10 ) ;
395		Text [ en-US ] = "~Comment indicator" ;
396	};
397	CheckBox CB_VALUE
398	{
399	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VALUE";
400        Pos = MAP_APPFONT ( 139 , 53 ) ;
401        Size = MAP_APPFONT ( 112 , 10 ) ;
402		Text [ en-US ] = "Value h~ighlighting" ;
403	};
404	CheckBox CB_ANCHOR
405	{
406	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANCHOR";
407        Pos = MAP_APPFONT ( 139 , 66 ) ;
408        Size = MAP_APPFONT ( 112 , 10 ) ;
409		Text [ en-US ] = "~Anchor" ;
410	};
411	CheckBox CB_CLIP
412	{
413	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_CLIP";
414        Pos = MAP_APPFONT ( 139 , 79 ) ;
415        Size = MAP_APPFONT ( 112 , 10 ) ;
416		Text [ en-US ] = "Te~xt overflow" ;
417	};
418    CheckBox CB_RFIND
419	{
420        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_RFIND";
421        Pos = MAP_APPFONT ( 139 , 92 ) ;
422        Size = MAP_APPFONT ( 112 , 10 ) ;
423		Text [ en-US ] = "Show references in color" ;
424	};
425    FixedLine GB_OBJECT
426	{
427        Pos = MAP_APPFONT ( 6 , 100 ) ;
428        Size = MAP_APPFONT ( 121 , 8 ) ;
429		Text [ en-US ] = "Objects" ;
430	};
431	FixedText FT_OBJGRF
432	{
433        Pos = MAP_APPFONT ( 12 , 113 ) ;
434        Size = MAP_APPFONT ( 68 , 8 ) ;
435		Text [ en-US ] = "Ob~jects/Graphics" ;
436	};
437	ListBox LB_OBJGRF
438	{
439	    HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF";
440        Pos = MAP_APPFONT ( 84 , 111 ) ;
441        Size = MAP_APPFONT ( 40 , 46 ) ;
442        Border = TRUE ;
443        DropDown = TRUE ;
444        StringList [ en-US ] =
445        {
446            < "Show" ; Default ; > ;
447            < "Hide" ; Default ; > ;
448        };
449	};
450	FixedText FT_DIAGRAM
451	{
452        Pos = MAP_APPFONT ( 12 , 129 ) ;
453        Size = MAP_APPFONT ( 68 , 8 ) ;
454		Text [ en-US ] = "Cha~rts" ;
455	};
456	ListBox LB_DIAGRAM
457	{
458	    HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DIAGRAM";
459        Pos = MAP_APPFONT ( 84 , 127 ) ;
460        Size = MAP_APPFONT ( 40 , 46 ) ;
461        Border = TRUE ;
462        DropDown = TRUE ;
463        StringList [ en-US ] =
464        {
465            < "Show" ; Default ; > ;
466            < "Hide" ; Default ; > ;
467        };
468
469	};
470	FixedText FT_DRAW
471	{
472        Pos = MAP_APPFONT ( 12 , 145 ) ;
473        Size = MAP_APPFONT ( 68 , 8 ) ;
474		Text [ en-US ] = "~Drawing objects" ;
475	};
476	ListBox LB_DRAW
477	{
478	    HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW";
479        Pos = MAP_APPFONT ( 84 , 143 ) ;
480        Size = MAP_APPFONT ( 40 , 46 ) ;
481        Border = TRUE ;
482        DropDown = TRUE ;
483        StringList [ en-US ] =
484        {
485            < "Show" ; Default ; > ;
486            < "Hide" ; Default ; > ;
487        };
488
489	};
490    FixedLine GB_ZOOM
491    {
492        Pos = MAP_APPFONT ( 6 , 160 ) ;
493        Size = MAP_APPFONT ( 121 , 8 ) ;
494        Text [ en-US ] = "Zoom";
495    };
496    CheckBox CB_SYNCZOOM
497    {
498        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM";
499        Pos = MAP_APPFONT ( 12 , 171 ) ;
500        Size = MAP_APPFONT ( 112 , 10 ) ;
501        Text [ en-US ] = "S~ynchronize sheets" ;
502    };
503    FixedLine FL_SEPARATOR2
504	{
505        Pos = MAP_APPFONT ( 130 , 119 ) ;
506        Size = MAP_APPFONT ( 1 , 62 ) ;
507    };
508    FixedLine GB_WINDOW
509	{
510        Pos = MAP_APPFONT ( 133 , 108 ) ;
511        Size = MAP_APPFONT ( 121 , 8 ) ;
512		Text [ en-US ] = "Window" ;
513	};
514	CheckBox CB_ROWCOLHEADER
515	{
516	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER";
517        Pos = MAP_APPFONT ( 139 , 119 ) ;
518        Size = MAP_APPFONT ( 112 , 10 ) ;
519		Text [ en-US ] = "Colu~mn/row headers" ;
520	};
521	CheckBox CB_HSCROLL
522	{
523	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL";
524        Pos = MAP_APPFONT ( 139 , 132 ) ;
525        Size = MAP_APPFONT ( 112 , 10 ) ;
526		Text [ en-US ] = "Hori~zontal scroll bar" ;
527	};
528	CheckBox CB_VSCROLL
529	{
530	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL";
531        Pos = MAP_APPFONT ( 139 , 145 ) ;
532        Size = MAP_APPFONT ( 112 , 10 ) ;
533		Text [ en-US ] = "~Vertical scroll bar" ;
534	};
535	CheckBox CB_TBLREG
536	{
537	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_TBLREG";
538        Pos = MAP_APPFONT ( 139 , 158 ) ;
539        Size = MAP_APPFONT ( 112 , 10 ) ;
540		Text [ en-US ] = "Sh~eet tabs" ;
541	};
542	CheckBox CB_OUTLINE
543	{
544	    HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_OUTLINE";
545        Pos = MAP_APPFONT ( 139 , 171 ) ;
546        Size = MAP_APPFONT ( 112 , 10 ) ;
547		Text [ en-US ] = "~Outline symbols" ;
548	};
549};
550
551/**************************************************************************/
552/*                                                                        */
553/*                                                                        */
554/*                                                                        */
555/**************************************************************************/
556
557
558TabPage RID_SCPAGE_LAYOUT
559{
560	HelpId = HID_SCPAGE_LAYOUT ;
561	SVLook = TRUE ;
562	Hide = TRUE ;
563	Pos = MAP_APPFONT ( 0 , 0 ) ;
564	Size = MAP_APPFONT ( 260 , 185 ) ;
565    FixedLine GB_UNIT
566	{
567        Pos = MAP_APPFONT ( 6 , 3 ) ;
568        Size = MAP_APPFONT ( 115 , 8 ) ;
569		Text [ en-US ] = "Metrics";
570	};
571    FixedText FT_UNIT
572	{
573        Pos = MAP_APPFONT ( 12 , 16 ) ;
574        Size = MAP_APPFONT ( 60 , 8 ) ;
575    	Text [ en-US ] = "Measurement ~unit";
576	};
577    ListBox LB_UNIT
578	{
579        HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_UNIT";
580		Border = TRUE ;
581        Pos = MAP_APPFONT ( 72 , 14 ) ;
582        Size = MAP_APPFONT ( 46 , 52 ) ;
583		DropDown = TRUE ;
584	};
585	StringArray ST_UNIT
586	{
587		ItemList [ en-US ] =
588		{
589			< "Millimeter" ; FUNIT_MM ; > ;
590			< "Centimeter" ; FUNIT_CM ; > ;
591			< "Meter" ; FUNIT_M ; > ;
592			< "Kilometer" ; FUNIT_KM ; > ;
593			< "Inch" ; FUNIT_INCH ; > ;
594			< "Foot" ; FUNIT_FOOT ; > ;
595			< "Miles" ; FUNIT_MILE ; > ;
596			< "Pica" ; FUNIT_PICA ; > ;
597			< "Point" ; FUNIT_POINT ; > ;
598		};
599	};
600    FixedText FT_TAB
601	{
602        Pos = MAP_APPFONT ( 12 , 32 ) ;
603        Size = MAP_APPFONT ( 60 , 8 ) ;
604    	Text [ en-US ] = "~Tab stops";
605	};
606    MetricField MF_TAB
607	{
608        HelpID = "sc:MetricField:RID_SCPAGE_LAYOUT:MF_TAB";
609		Border = TRUE ;
610        Pos = MAP_APPFONT ( 72 , 30 ) ;
611        Size = MAP_APPFONT ( 46 , 12 ) ;
612		Left = TRUE ;
613		Repeat = TRUE ;
614		Spin = TRUE ;
615		DecimalDigits = 2 ;
616		Unit = FUNIT_CM ;
617		SpinSize = 10 ;
618		Minimum = 50 ;
619		Maximum = 9999 ;
620		First = 50 ;
621		Last = 2000 ;
622	};
623    FixedLine FL_SEPARATOR
624	{
625        Pos = MAP_APPFONT ( 124 , 14 ) ;
626        Size = MAP_APPFONT ( 1 , 49 ) ;
627    };
628    FixedLine GB_LINK
629	{
630        Pos = MAP_APPFONT ( 127 , 3 ) ;
631        Size = MAP_APPFONT ( 127 , 8 ) ;
632		Text [ en-US ] = "Updating";
633	};
634    FixedText FT_UPDATE_LINKS
635	{
636        Pos = MAP_APPFONT ( 133 , 14 ) ;
637        Size = MAP_APPFONT ( 121 , 8 ) ;
638    	Text [ en-US ] = "Update links when opening";
639	};
640    RadioButton RB_ALWAYS
641	{
642        HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS";
643        Pos = MAP_APPFONT ( 139 , 25 ) ;
644        Size = MAP_APPFONT ( 112 , 10 ) ;
645		TabStop = TRUE ;
646		Text [ en-US ] = "~Always";
647	};
648	RadioButton RB_REQUEST
649	{
650	    HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST";
651        Pos = MAP_APPFONT ( 139 , 39 ) ;
652        Size = MAP_APPFONT ( 112 , 10 ) ;
653		TabStop = TRUE ;
654		Text [ en-US ] = "~On request";
655	};
656	RadioButton RB_NEVER
657	{
658	    HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER";
659        Pos = MAP_APPFONT ( 139 , 53 ) ;
660        Size = MAP_APPFONT ( 112 , 10 ) ;
661		TabStop = TRUE ;
662		Text [ en-US ] = "~Never";
663	};
664    FixedLine GB_OPTIONS
665	{
666        Pos = MAP_APPFONT ( 6 , 69 ) ;
667        Size = MAP_APPFONT ( 248 , 8 ) ;
668		Text [ en-US ] = "Input settings";
669	};
670	CheckBox CB_ALIGN
671	{
672	    HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_ALIGN";
673        Pos = MAP_APPFONT ( 12 , 82 ) ;
674        Size = MAP_APPFONT ( 175 , 10 ) ;
675		Text [ en-US ] = "Press Enter to ~move selection" ;
676	};
677	ListBox LB_ALIGN
678	{
679	    HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_ALIGN";
680        Pos = MAP_APPFONT ( 191 , 80 ) ;
681		Size = MAP_APPFONT ( 60 , 60 ) ;
682		Border = TRUE ;
683		DropDown = TRUE ;
684		 //	Reihenfolge der Strings wie enum ScDirection
685		StringList [ en-US ] =
686		{
687			< "Down" ; Default ; > ;
688			< "Right" ; Default ; > ;
689			< "Up" ; Default ; > ;
690			< "Left" ; Default ; > ;
691		};
692	};
693	CheckBox CB_EDITMODE
694	{
695	    HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EDITMODE";
696        Pos = MAP_APPFONT ( 12 , 96 ) ;
697        Size = MAP_APPFONT ( 239 , 10 ) ;
698		Text [ en-US ] = "Press Enter to switch to ~edit mode" ;
699	};
700	CheckBox CB_FORMAT
701	{
702	    HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_FORMAT";
703        Pos = MAP_APPFONT ( 12 , 110 ) ;
704        Size = MAP_APPFONT ( 239 , 10 ) ;
705		Text [ en-US ] = "Expand ~formatting" ;
706	};
707    CheckBox CB_EXPREF
708	{
709        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EXPREF";
710        Pos = MAP_APPFONT ( 12 , 124 ) ;
711        Size = MAP_APPFONT ( 239 , 10 ) ;
712		Text [ en-US ] = "Expand ~references when new columns/rows are inserted" ;
713	};
714	CheckBox CB_MARKHDR
715	{
716	    HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_MARKHDR";
717        Pos = MAP_APPFONT ( 12 , 138 ) ;
718        Size = MAP_APPFONT ( 239 , 10 ) ;
719		Text [ en-US ] = "Highlight sele~ction in column/row headers" ;
720	};
721	CheckBox CB_TEXTFMT
722	{
723	    HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_TEXTFMT";
724        Pos = MAP_APPFONT ( 12 , 152 ) ;
725        Size = MAP_APPFONT ( 239 , 10 ) ;
726        Text [ en-US ] = "Use printer metrics for text formatting";
727	};
728    CheckBox CB_REPLWARN
729	{
730        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_REPLWARN";
731        Pos = MAP_APPFONT ( 12 , 166 ) ;
732        Size = MAP_APPFONT ( 239 , 10 ) ;
733        Text [ en-US ] = "Show overwrite ~warning when pasting data";
734	};
735};
736
737/**************************************************************************/
738/*                                                                        */
739/*                                                                        */
740/*                                                                        */
741/**************************************************************************/
742
743TabPage RID_SCPAGE_PRINT
744{
745	HelpId = HID_SCPAGE_PRINT ;
746	SVLook = TRUE ;
747	Hide = TRUE ;
748	Pos = MAP_APPFONT ( 0 , 0 ) ;
749	Size = MAP_APPFONT ( 260 , 185 ) ;
750    FixedLine FL_PAGES
751	{
752        Pos = MAP_APPFONT ( 6 , 3 ) ;
753        Size = MAP_APPFONT ( 248 , 8 ) ;
754		Text [ en-US ] = "Pages";
755	};
756	CheckBox BTN_SKIPEMPTYPAGES
757	{
758	    HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES";
759		Pos = MAP_APPFONT ( 12 , 14 ) ;
760        Size = MAP_APPFONT ( 239 , 10 ) ;
761		Text [ en-US ] = "~Suppress output of empty pages";
762	};
763    FixedLine FL_SHEETS
764	{
765        Pos = MAP_APPFONT ( 6 , 30 ) ;
766        Size = MAP_APPFONT ( 248 , 8 ) ;
767		Text [ en-US ] = "Sheets";
768	};
769	CheckBox BTN_SELECTEDSHEETS
770	{
771	    HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS";
772		Pos = MAP_APPFONT ( 12 , 41 ) ;
773        Size = MAP_APPFONT ( 239 , 10 ) ;
774		Text [ en-US ] = "~Print only selected sheets";
775	};
776};
777