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