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