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