xref: /trunk/main/sc/source/ui/src/optdlg.src (revision 6cb06142790376a2c58e6392182eb071420a4221)
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    CheckBox CB_HANDLES
340    {
341        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HANDLES" ;
342        Pos = MAP_APPFONT ( 12, 70 ) ;
343        Size = MAP_APPFONT ( 112, 10 ) ;
344        Text [ en-US ] = "~Simple handles" ;
345    };
346    CheckBox CB_BIGHANDLES
347    {
348        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES" ;
349        Pos = MAP_APPFONT ( 12, 84 ) ;
350        Size = MAP_APPFONT ( 112, 10 ) ;
351        Text [ en-US ] = "~Large handles" ;
352    };
353    FixedLine FL_SEPARATOR1
354    {
355        Pos = MAP_APPFONT ( 130, 14 ) ;
356        Size = MAP_APPFONT ( 1, 88 ) ;
357    };
358    FixedLine GB_DISPLAY
359    {
360        Pos = MAP_APPFONT ( 133, 3 ) ;
361        Size = MAP_APPFONT ( 121, 8 ) ;
362        Text [ en-US ] = "Display" ;
363    };
364    CheckBox CB_FORMULA
365    {
366        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_FORMULA" ;
367        Pos = MAP_APPFONT ( 139, 14 ) ;
368        Size = MAP_APPFONT ( 112, 10 ) ;
369        Text [ en-US ] = "~Formulas" ;
370    };
371    CheckBox CB_NIL
372    {
373        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_NIL" ;
374        Pos = MAP_APPFONT ( 139, 27 ) ;
375        Size = MAP_APPFONT ( 112, 10 ) ;
376        Text [ en-US ] = "Zero val~ues" ;
377    };
378    CheckBox CB_ANNOT
379    {
380        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANNOT" ;
381        Pos = MAP_APPFONT ( 139, 40 ) ;
382        Size = MAP_APPFONT ( 112, 10 ) ;
383        Text [ en-US ] = "~Comment indicator" ;
384    };
385    CheckBox CB_VALUE
386    {
387        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VALUE" ;
388        Pos = MAP_APPFONT ( 139, 53 ) ;
389        Size = MAP_APPFONT ( 112, 10 ) ;
390        Text [ en-US ] = "Value h~ighlighting" ;
391    };
392    CheckBox CB_ANCHOR
393    {
394        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANCHOR" ;
395        Pos = MAP_APPFONT ( 139, 66 ) ;
396        Size = MAP_APPFONT ( 112, 10 ) ;
397        Text [ en-US ] = "~Anchor" ;
398    };
399    CheckBox CB_CLIP
400    {
401        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_CLIP" ;
402        Pos = MAP_APPFONT ( 139, 79 ) ;
403        Size = MAP_APPFONT ( 112, 10 ) ;
404        Text [ en-US ] = "Te~xt overflow" ;
405    };
406    CheckBox CB_RFIND
407    {
408        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_RFIND" ;
409        Pos = MAP_APPFONT ( 139, 92 ) ;
410        Size = MAP_APPFONT ( 112, 10 ) ;
411        Text [ en-US ] = "Show references in color" ;
412    };
413    FixedLine GB_OBJECT
414    {
415        Pos = MAP_APPFONT ( 6, 100 ) ;
416        Size = MAP_APPFONT ( 121, 8 ) ;
417        Text [ en-US ] = "Objects" ;
418    };
419    FixedText FT_OBJGRF
420    {
421        Pos = MAP_APPFONT ( 12, 113 ) ;
422        Size = MAP_APPFONT ( 68, 8 ) ;
423        Text [ en-US ] = "Ob~jects/Graphics" ;
424    };
425    ListBox LB_OBJGRF
426    {
427        HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF" ;
428        Pos = MAP_APPFONT ( 84, 111 ) ;
429        Size = MAP_APPFONT ( 40, 46 ) ;
430        Border = TRUE ;
431        DropDown = TRUE ;
432        StringList [ en-US ] =
433        {
434            < "Show" ; Default ;    > ;
435            < "Hide" ; Default ;    > ;
436        };
437    };
438    FixedText FT_DIAGRAM
439    {
440        Pos = MAP_APPFONT ( 12, 129 ) ;
441        Size = MAP_APPFONT ( 68, 8 ) ;
442        Text [ en-US ] = "Cha~rts" ;
443    };
444    ListBox LB_DIAGRAM
445    {
446        Pos = MAP_APPFONT ( 84, 127 ) ;
447        Size = MAP_APPFONT ( 40, 46 ) ;
448        Border = TRUE ;
449        DropDown = TRUE ;
450        StringList [ en-US ] =
451        {
452            < "Show" ; Default ;    > ;
453            < "Hide" ; Default ;    > ;
454        };
455
456    };
457    FixedText FT_DRAW
458    {
459        Pos = MAP_APPFONT ( 12, 145 ) ;
460        Size = MAP_APPFONT ( 68, 8 ) ;
461        Text [ en-US ] = "~Drawing objects" ;
462    };
463    ListBox LB_DRAW
464    {
465        HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW" ;
466        Pos = MAP_APPFONT ( 84, 143 ) ;
467        Size = MAP_APPFONT ( 40, 46 ) ;
468        Border = TRUE ;
469        DropDown = TRUE ;
470        StringList [ en-US ] =
471        {
472            < "Show" ; Default ;    > ;
473            < "Hide" ; Default ;    > ;
474        };
475
476    };
477    FixedLine GB_ZOOM
478    {
479        Pos = MAP_APPFONT ( 6, 160 ) ;
480        Size = MAP_APPFONT ( 121, 8 ) ;
481        Text [ en-US ] = "Zoom" ;
482    };
483    CheckBox CB_SYNCZOOM
484    {
485        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM" ;
486        Pos = MAP_APPFONT ( 12, 171 ) ;
487        Size = MAP_APPFONT ( 112, 10 ) ;
488        Text [ en-US ] = "S~ynchronize sheets" ;
489    };
490    FixedLine FL_SEPARATOR2
491    {
492        Pos = MAP_APPFONT ( 130, 119 ) ;
493        Size = MAP_APPFONT ( 1, 62 ) ;
494    };
495    FixedLine GB_WINDOW
496    {
497        Pos = MAP_APPFONT ( 133, 108 ) ;
498        Size = MAP_APPFONT ( 121, 8 ) ;
499        Text [ en-US ] = "Window" ;
500    };
501    CheckBox CB_ROWCOLHEADER
502    {
503        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER" ;
504        Pos = MAP_APPFONT ( 139, 119 ) ;
505        Size = MAP_APPFONT ( 112, 10 ) ;
506        Text [ en-US ] = "Colu~mn/row headers" ;
507    };
508    CheckBox CB_HSCROLL
509    {
510        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL" ;
511        Pos = MAP_APPFONT ( 139, 132 ) ;
512        Size = MAP_APPFONT ( 112, 10 ) ;
513        Text [ en-US ] = "Hori~zontal scroll bar" ;
514    };
515    CheckBox CB_VSCROLL
516    {
517        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL" ;
518        Pos = MAP_APPFONT ( 139, 145 ) ;
519        Size = MAP_APPFONT ( 112, 10 ) ;
520        Text [ en-US ] = "~Vertical scroll bar" ;
521    };
522    CheckBox CB_TBLREG
523    {
524        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_TBLREG" ;
525        Pos = MAP_APPFONT ( 139, 158 ) ;
526        Size = MAP_APPFONT ( 112, 10 ) ;
527        Text [ en-US ] = "Sh~eet tabs" ;
528    };
529    CheckBox CB_OUTLINE
530    {
531        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_OUTLINE" ;
532        Pos = MAP_APPFONT ( 139, 171 ) ;
533        Size = MAP_APPFONT ( 112, 10 ) ;
534        Text [ en-US ] = "~Outline symbols" ;
535    };
536};
537
538/**************************************************************************/
539/*                                                                        */
540/**************************************************************************/
541
542
543TabPage RID_SCPAGE_LAYOUT
544{
545    HelpId = HID_SCPAGE_LAYOUT ;
546    SVLook = TRUE ;
547    Hide = TRUE ;
548    Pos = MAP_APPFONT ( 0, 0 ) ;
549    Size = MAP_APPFONT ( 260, 185 ) ;
550    FixedLine GB_UNIT
551    {
552        Pos = MAP_APPFONT ( 6, 3 ) ;
553        Size = MAP_APPFONT ( 115, 8 ) ;
554        Text [ en-US ] = "Metrics" ;
555    };
556    FixedText FT_UNIT
557    {
558        Pos = MAP_APPFONT ( 12, 16 ) ;
559        Size = MAP_APPFONT ( 60, 8 ) ;
560        Text [ en-US ] = "Measurement ~unit" ;
561    };
562    ListBox LB_UNIT
563    {
564        HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_UNIT" ;
565        Border = TRUE ;
566        Pos = MAP_APPFONT ( 72, 14 ) ;
567        Size = MAP_APPFONT ( 46, 52 ) ;
568        DropDown = TRUE ;
569    };
570    StringArray ST_UNIT
571    {
572        ItemList [ en-US ] =
573        {
574            < "Millimeter" ; FUNIT_MM ; > ;
575            < "Centimeter" ; FUNIT_CM ; > ;
576            < "Meter" ; FUNIT_M ;       > ;
577            < "Kilometer" ; FUNIT_KM ;  > ;
578            < "Inch" ; FUNIT_INCH ;     > ;
579            < "Foot" ; FUNIT_FOOT ;     > ;
580            < "Miles" ; FUNIT_MILE ;    > ;
581            < "Pica" ; FUNIT_PICA ;     > ;
582            < "Point" ; FUNIT_POINT ;   > ;
583        };
584    };
585    FixedText FT_TAB
586    {
587        Pos = MAP_APPFONT ( 12, 32 ) ;
588        Size = MAP_APPFONT ( 60, 8 ) ;
589        Text [ en-US ] = "~Tab stops" ;
590    };
591    MetricField MF_TAB
592    {
593        HelpID = "sc:MetricField:RID_SCPAGE_LAYOUT:MF_TAB" ;
594        Border = TRUE ;
595        Pos = MAP_APPFONT ( 72, 30 ) ;
596        Size = MAP_APPFONT ( 46, 12 ) ;
597        Left = TRUE ;
598        Repeat = TRUE ;
599        Spin = TRUE ;
600        DecimalDigits = 2 ;
601        Unit = FUNIT_CM ;
602        SpinSize = 10 ;
603        Minimum = 50 ;
604        Maximum = 9999 ;
605        First = 50 ;
606        Last = 2000 ;
607    };
608    FixedLine FL_SEPARATOR
609    {
610        Pos = MAP_APPFONT ( 124, 14 ) ;
611        Size = MAP_APPFONT ( 1, 49 ) ;
612    };
613    FixedLine GB_LINK
614    {
615        Pos = MAP_APPFONT ( 127, 3 ) ;
616        Size = MAP_APPFONT ( 127, 8 ) ;
617        Text [ en-US ] = "Updating" ;
618    };
619    FixedText FT_UPDATE_LINKS
620    {
621        Pos = MAP_APPFONT ( 133, 14 ) ;
622        Size = MAP_APPFONT ( 121, 8 ) ;
623        Text [ en-US ] = "Update links when opening" ;
624    };
625    RadioButton RB_ALWAYS
626    {
627        HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS" ;
628        Pos = MAP_APPFONT ( 139, 25 ) ;
629        Size = MAP_APPFONT ( 112, 10 ) ;
630        TabStop = TRUE ;
631        Text [ en-US ] = "~Always" ;
632    };
633    RadioButton RB_REQUEST
634    {
635        HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST" ;
636        Pos = MAP_APPFONT ( 139, 39 ) ;
637        Size = MAP_APPFONT ( 112, 10 ) ;
638        TabStop = TRUE ;
639        Text [ en-US ] = "~On request" ;
640    };
641    RadioButton RB_NEVER
642    {
643        HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER" ;
644        Pos = MAP_APPFONT ( 139, 53 ) ;
645        Size = MAP_APPFONT ( 112, 10 ) ;
646        TabStop = TRUE ;
647        Text [ en-US ] = "~Never" ;
648    };
649    FixedLine GB_OPTIONS
650    {
651        Pos = MAP_APPFONT ( 6, 69 ) ;
652        Size = MAP_APPFONT ( 248, 8 ) ;
653        Text [ en-US ] = "Input settings" ;
654    };
655    CheckBox CB_ALIGN
656    {
657        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_ALIGN" ;
658        Pos = MAP_APPFONT ( 12, 82 ) ;
659        Size = MAP_APPFONT ( 175, 10 ) ;
660        Text [ en-US ] = "Press Enter to ~move selection" ;
661    };
662    ListBox LB_ALIGN
663    {
664        HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_ALIGN" ;
665        Pos = MAP_APPFONT ( 191, 80 ) ;
666        Size = MAP_APPFONT ( 60, 60 ) ;
667        Border = TRUE ;
668        DropDown = TRUE ;
669         // Reihenfolge der Strings wie enum ScDirection
670        StringList [ en-US ] =
671        {
672            < "Down" ; Default ;    > ;
673            < "Right" ; Default ;   > ;
674            < "Up" ; Default ;      > ;
675            < "Left" ; Default ;    > ;
676        };
677    };
678    CheckBox CB_EDITMODE
679    {
680        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EDITMODE" ;
681        Pos = MAP_APPFONT ( 12, 96 ) ;
682        Size = MAP_APPFONT ( 239, 10 ) ;
683        Text [ en-US ] = "Press Enter to switch to ~edit mode" ;
684    };
685    CheckBox CB_FORMAT
686    {
687        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_FORMAT" ;
688        Pos = MAP_APPFONT ( 12, 110 ) ;
689        Size = MAP_APPFONT ( 239, 10 ) ;
690        Text [ en-US ] = "Expand ~formatting" ;
691    };
692    CheckBox CB_EXPREF
693    {
694        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EXPREF" ;
695        Pos = MAP_APPFONT ( 12, 124 ) ;
696        Size = MAP_APPFONT ( 239, 10 ) ;
697        Text [ en-US ] = "Expand ~references when new columns/rows are inserted" ;
698    };
699    CheckBox CB_MARKHDR
700    {
701        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_MARKHDR" ;
702        Pos = MAP_APPFONT ( 12, 138 ) ;
703        Size = MAP_APPFONT ( 239, 10 ) ;
704        Text [ en-US ] = "Highlight sele~ction in column/row headers" ;
705    };
706    CheckBox CB_TEXTFMT
707    {
708        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_TEXTFMT" ;
709        Pos = MAP_APPFONT ( 12, 152 ) ;
710        Size = MAP_APPFONT ( 239, 10 ) ;
711        Text [ en-US ] = "Use printer metrics for text formatting" ;
712    };
713    CheckBox CB_REPLWARN
714    {
715        HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_REPLWARN" ;
716        Pos = MAP_APPFONT ( 12, 166 ) ;
717        Size = MAP_APPFONT ( 239, 10 ) ;
718        Text [ en-US ] = "Show overwrite ~warning when pasting data" ;
719    };
720};
721
722/**************************************************************************/
723/*                                                                        */
724/**************************************************************************/
725
726TabPage RID_SCPAGE_PRINT
727{
728    HelpId = HID_SCPAGE_PRINT ;
729    SVLook = TRUE ;
730    Hide = TRUE ;
731    Pos = MAP_APPFONT ( 0, 0 ) ;
732    Size = MAP_APPFONT ( 260, 185 ) ;
733    FixedLine FL_PAGES
734    {
735        Pos = MAP_APPFONT ( 6, 3 ) ;
736        Size = MAP_APPFONT ( 248, 8 ) ;
737        Text [ en-US ] = "Pages" ;
738    };
739    CheckBox BTN_SKIPEMPTYPAGES
740    {
741        HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES" ;
742        Pos = MAP_APPFONT ( 12, 14 ) ;
743        Size = MAP_APPFONT ( 239, 10 ) ;
744        Text [ en-US ] = "~Suppress output of empty pages" ;
745    };
746    FixedLine FL_SHEETS
747    {
748        Pos = MAP_APPFONT ( 6, 30 ) ;
749        Size = MAP_APPFONT ( 248, 8 ) ;
750        Text [ en-US ] = "Sheets" ;
751    };
752    CheckBox BTN_SELECTEDSHEETS
753    {
754        HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS" ;
755        Pos = MAP_APPFONT ( 12, 41 ) ;
756        Size = MAP_APPFONT ( 239, 10 ) ;
757        Text [ en-US ] = "~Print only selected sheets" ;
758    };
759};
760
761// ********************************************************************** EOF
762