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